/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * 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;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.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-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: #0083d0;
  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: #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: 20px;
}
.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;
}
.action.sparsh-buynow-button {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 5px;
}
.form-wishlist-items .action.sparsh-buynow-button {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.catalog-product_compare-index .action.sparsh-buynow-button {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  border-radius: 3px;
}
.box-tocart .action.tocart.sparsh-buynow-custom-tocart:not(:last-child) {
  margin-bottom: 0;
}
.catalog-category-view .action.tocart.sparsh-buynow-custom-tocart {
  margin-bottom: 5px;
}
.catalog-category-view .action.sparsh-buynow-button {
  margin-top: 0px;
  margin-bottom: 5px;
}
.catalogsearch-result-index .action.tocart.sparsh-buynow-custom-tocart {
  margin-bottom: 5px;
}
.catalogsearch-result-index .action.sparsh-buynow-button {
  margin-top: 0px;
  margin-bottom: 5px;
}
.widget.block.block-static-block .action.tocart.sparsh-buynow-custom-tocart {
  margin-bottom: 5px;
}
.widget.block.block-static-block .action.sparsh-buynow-button {
  margin-top: 0px;
  margin-bottom: 5px;
}
.block.crosssell .action.tocart.sparsh-buynow-custom-tocart {
  margin-bottom: 5px;
}
.block.crosssell .action.sparsh-buynow-button {
  margin-top: 0px;
  margin-bottom: 5px;
}
.sparsh-buynow-view {
  display: inline;
}
.sparsh-buynow-view #product-sparsh-buynow-button {
  margin-bottom: 15px;
  width: 49%;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.bundle-info .sparsh-buynow-view #product-sparsh-buynow-button {
  width: auto;
}
@media (max-width: 767px) {
  .sparsh-buynow-view #product-sparsh-buynow-button {
    width: 100%;
  }
  .bundle-info .sparsh-buynow-view #product-sparsh-buynow-button {
    width: 100%;
  }
  .form-wishlist-items .action.sparsh-buynow-button {
    width: 100%;
  }
}
/**
 * @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/
 */
/**
 * 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%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@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;
  }
  .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;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .amazon-addresses .amazon-address,
  .column .block-addbysku .block-content .box,
  .storecredit .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .amazon-addresses .amazon-address:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .storecredit .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .amazon-addresses .amazon-address:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .storecredit .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .amazon-addresses .amazon-address:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-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-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .modes-label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper: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,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .amazon-addresses:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    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 {
    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 {
    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 {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    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 {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .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 {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .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: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .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: #f0f0f0;
    font-weight: 700;
    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: 47px;
    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: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    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: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    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: #cccccc;
    color: #cccccc;
    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: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .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: 'luma-icons';
    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: 'luma-icons';
    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;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .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 15px 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;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  /* 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;
  }
  #wp_ln_shopby.filter-current #wp_ln_shopby_items {
    display: block !important;
  }
  .wp-ln-actions {
    width: 98%;
    text-align: right;
  }
  .wp-ln-action {
    cursor: pointer;
    display: inline-block;
  }
  .wp-ln-action:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .wp-ln-show-less {
    display: none;
  }
  .sidebar.sidebar-main .wp-filters {
    display: none;
  }
  body.slider-layer .column.main {
    width: 100%;
  }
  body.slider-layer .block.filter {
    display: none;
  }
  body.slider-layer .toolbar-products {
    margin-left: 90px;
  }
  body.slider-layer .sidebar.sidebar-main .wp-filters {
    display: block;
    position: absolute;
    top: 5px;
    height: 20px;
    cursor: pointer;
    font-weight: bold;
  }
  body.slider-layer .sidebar.sidebar-main .wp-filters .wp-filters-text {
    vertical-align: top;
    font-weight: bold;
  }
  body.slider-layer .wp-ln-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    cursor: pointer;
  }
  .sidebar.sidebar-main b.wp-slide-in {
    display: inline-block;
    background: url('../WeltPixel_LayeredNavigation/images/slide_icon.png') no-repeat;
    width: 20px;
    height: 23px;
    transition: scale 100ms ease;
    margin: 2px 8px 0 0;
  }
  .slide-in-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 12%;
    min-width: 250px;
    background: #fff;
    height: 95%;
    padding: 25px;
    overflow: scroll;
    margin-bottom: 10px;
    z-index: 100;
  }
  .slide-in-filter .block-subtitle {
    font-size: 15px;
    text-align: center;
    padding: 10px 10px 30px;
  }
  .slide-in-filter .filter-options-item {
    padding: 15px 0;
    border-bottom: 1px solid #ecece7;
  }
  b.wp-ln-load-more:after {
    content: "\e607";
  }
  b.wp-ln-show-less:after {
    content: "\e618";
  }
  b.wp-ln-load-more:before {
    content: '';
  }
  b.show-less:before {
    content: '';
  }
  #layered-filter-block .wp-ln-selected a {
    border-left: 5px solid red;
    padding-left: 11px;
    font-style: italic;
    color: #908f8f;
  }
  #layered-filter-block .filter-options-item .filter-options-content {
    display: none;
  }
  #layered-filter-block .filter-options-item.active .filter-options-content {
    display: block;
  }
  #layered-filter-block .wp-ln-selected .swatch-option {
    position: relative;
    overflow: visible;
    outline: 2px solid #ee0000;
    border: 1px solid #fff;
  }
  #layered-filter-block .wp-ln-selected .swatch-option:before {
    visibility: visible;
    border: 3px solid white !important;
  }
  #layered-filter-block .wp-ln-selected .swatch-option:after {
    visibility: visible !important;
  }
  #layer-product-list .message.info.empty {
    margin-left: 90px !important;
  }
  body.theme-pearl .slide-in-filter {
    height: 100% !important;
  }
  body.theme-pearl b.wp-ln-load-more:before {
    content: "\e614";
    font-family: 'luma-icons';
  }
  body.theme-pearl b.wp-ln-show-less:before {
    content: "\e613";
    font-family: 'luma-icons';
  }
  body.theme-pearl b.wp-ln-load-more:after {
    content: '';
  }
  body.theme-pearl b.wp-ln-show-less:after {
    content: '';
  }
  body.theme-pearl .sidebar.sidebar-main .wp-filters {
    top: 16px !important;
  }
  body.theme-pearl .sidebar.sidebar-main .wp-filters .wp-filters-text {
    text-transform: uppercase;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected a {
    text-decoration: none;
    font-weight: 900;
    border-left: 0 none;
    font-style: normal;
    color: inherit;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected a:before {
    background: #303030;
    border: 1px solid #303030 !important;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected .swatch-option {
    outline: 2px solid #ee0000;
    border: 1px solid #fff;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected .swatch-option.text {
    position: relative;
    overflow: visible;
    border: 2px solid #999999 !important;
  }
  body.theme-pearl #layer-product-list .message.info.empty {
    margin-left: 90px !important;
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .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 .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .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-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    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;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .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: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    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: #333333;
  }
  .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: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .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%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .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 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .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;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .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: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.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 #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-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;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .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%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .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%;
  }
  .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: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .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-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .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;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    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;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    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-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .widget-blog-posts ol.post-list li.item {
    width: calc((100% - (2% * (4 - 1))) / 4);
  }
  .widget-blog-posts ol.post-list li.item:nth-child(2n + 1) {
    clear: none;
    margin-left: 2%;
  }
  .widget-blog-posts ol.post-list li.item:nth-child(4n + 1) {
    clear: left;
    margin-left: 0 !important;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
@charset "utf-8";
/* Less Document */
/*==========================
Ornazone Theme Styling
============================*/
/** Font **/
/** Mixins **/
/* Less Document */
/* Mixins */
/** Variables **/
/* Less Document */
/* MEDIA SCREEN */
/* VERIABLES STYLING */
::selection {
  color: #ffffff;
  background: #3d3d3d;
}
::-moz-selection {
  color: #ffffff;
  background: #3d3d3d;
}
/** Reset **/
/* Less Document */
/* GENERAL STYLING */
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
dd,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset,
input,
select,
textarea {
  margin: 0;
  padding: 0;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
video,
audio,
mark {
  margin: 0;
  padding: 0;
  display: block;
}
object,
embed {
  outline: none;
}
img,
fieldset,
a img {
  border: none;
}
img {
  height: auto;
  max-width: 100%;
  width: auto\9;
  vertical-align: middle;
}
.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}
label:focus,
select:focus,
option:focus,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  outline: none;
}
td,
div,
input,
form {
  margin: 0;
  padding: 0;
}
img {
  margin: 0;
  padding: 0;
  border: none;
}
ul {
  list-style: none;
  margin: 0 auto 0;
  padding: 0 0 0 0;
}
ul li {
  padding: 0 0 0 0;
}
ol {
  list-style: decimal;
  margin: 0 auto 15px;
  padding: 0 0 0 22px;
}
ol li {
  padding: 0 0 3px 0;
}
a {
  text-decoration: none;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  outline: none;
  color: #3d3d3d;
}
a:hover {
  color: #0b2e70;
  text-decoration: none;
}
a:hover,
a:focus,
a:active,
a:visited,
.alink:visited {
  text-decoration: none;
  outline: none;
  color: #3d3d3d;
}
html body,
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  background-color: #ffffff;
  color: #3d3d3d;
  background-image: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
html body h1,
body h1,
html body h2,
body h2,
html body h3,
body h3,
html body h4,
body h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto 20px;
  padding: 0;
}
html body h5,
body h5,
html body h6,
body h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
}
html body p,
body p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  color: #3d3d3d;
  margin: 0 auto 15px;
  padding: 0;
}
html body input:focus,
body input:focus,
html body select:focus,
body select:focus,
html body textarea:focus,
body textarea:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
html body a,
body a {
  text-decoration: none;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  outline: none;
  color: #3d3d3d;
}
html body a:hover,
body a:hover {
  color: #0b2e70;
  text-decoration: none;
}
html body a:hover,
body a:hover,
html body a:focus,
body a:focus,
html body a:active,
body a:active,
html body a:visited,
body a:visited,
html body .alink:visited,
body .alink:visited {
  text-decoration: none;
  outline: none;
  color: #3d3d3d;
}
/**Common Button Start**/
.action.primary {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #0b2e70;
  color: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #0b2e70;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.action.primary:before {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #d7b443;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.action.primary:hover {
  background-color: #0b2e70;
  color: #3d3d3d;
  border: 1px solid #d7b443;
}
.action.primary:focus {
  outline: none;
  border-color: #d7b443;
  color: #3d3d3d;
}
.action.primary:hover:before,
.action.primary:focus:before,
.action.primary:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
button,
a.action.primary {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.btn.btn-common {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  padding: 10px 20px;
  text-align: center;
  text-transform: capitalize;
  background-color: transparent;
  color: #000000;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #000000;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-common:before {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #000000;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-common:hover {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #000000;
}
.btn.btn-common:focus {
  outline: none;
  border-color: #000000;
  color: #ffffff;
}
.btn.btn-common:hover:before,
.btn.btn-common:focus:before,
.btn.btn-common:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn.btn-common:focus,
.btn.btn-common:active,
.btn.btn-common:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/**Common Button End**/
/**Form Design Start**/
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}
.fieldset .field label.label {
  display: inline-block;
  margin: 0 auto 5px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: #3d3d3d;
}
.fieldset .field .control input[type="text"],
.fieldset .field .control input[type="password"],
.fieldset .field .control input[type="url"],
.fieldset .field .control input[type="tel"],
.fieldset .field .control input[type="search"],
.fieldset .field .control input[type="number"],
.fieldset .field .control input[type="datetime"],
.fieldset .field .control input[type="email"],
.fieldset .field .control textarea,
.fieldset .field .control select {
  display: block;
  width: 100%;
  margin: 0 auto 0;
  padding: 10px 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: #3d3d3d;
  text-align: left;
  background-color: #ffffff;
  min-height: 40px;
  border: none;
  outline: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  border: 1px solid #7c7c7c;
}
.fieldset .field .control input[type="text"]:focus,
.fieldset .field .control input[type="password"]:focus,
.fieldset .field .control input[type="url"]:focus,
.fieldset .field .control input[type="tel"]:focus,
.fieldset .field .control input[type="search"]:focus,
.fieldset .field .control input[type="number"]:focus,
.fieldset .field .control input[type="datetime"]:focus,
.fieldset .field .control input[type="email"]:focus,
.fieldset .field .control textarea:focus,
.fieldset .field .control select:focus,
.fieldset .field .control input[type="text"]:active,
.fieldset .field .control input[type="password"]:active,
.fieldset .field .control input[type="url"]:active,
.fieldset .field .control input[type="tel"]:active,
.fieldset .field .control input[type="search"]:active,
.fieldset .field .control input[type="number"]:active,
.fieldset .field .control input[type="datetime"]:active,
.fieldset .field .control input[type="email"]:active,
.fieldset .field .control textarea:active,
.fieldset .field .control select:active {
  border-color: #3d3d3d;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.fieldset .field .control input[type="text"]::-webkit-input-placeholder,
.fieldset .field .control input[type="password"]::-webkit-input-placeholder,
.fieldset .field .control input[type="url"]::-webkit-input-placeholder,
.fieldset .field .control input[type="tel"]::-webkit-input-placeholder,
.fieldset .field .control input[type="search"]::-webkit-input-placeholder,
.fieldset .field .control input[type="number"]::-webkit-input-placeholder,
.fieldset .field .control input[type="datetime"]::-webkit-input-placeholder,
.fieldset .field .control input[type="email"]::-webkit-input-placeholder,
.fieldset .field .control textarea::-webkit-input-placeholder,
.fieldset .field .control select::-webkit-input-placeholder {
  color: #3d3d3d;
  text-transform: capitalize;
  font-size: 16px;
}
.fieldset .field .control input[type="text"]::-moz-placeholder,
.fieldset .field .control input[type="password"]::-moz-placeholder,
.fieldset .field .control input[type="url"]::-moz-placeholder,
.fieldset .field .control input[type="tel"]::-moz-placeholder,
.fieldset .field .control input[type="search"]::-moz-placeholder,
.fieldset .field .control input[type="number"]::-moz-placeholder,
.fieldset .field .control input[type="datetime"]::-moz-placeholder,
.fieldset .field .control input[type="email"]::-moz-placeholder,
.fieldset .field .control textarea::-moz-placeholder,
.fieldset .field .control select::-moz-placeholder {
  color: #3d3d3d;
  text-transform: capitalize;
  font-size: 16px;
}
.fieldset .field .control input[type="text"]:-ms-input-placeholder,
.fieldset .field .control input[type="password"]:-ms-input-placeholder,
.fieldset .field .control input[type="url"]:-ms-input-placeholder,
.fieldset .field .control input[type="tel"]:-ms-input-placeholder,
.fieldset .field .control input[type="search"]:-ms-input-placeholder,
.fieldset .field .control input[type="number"]:-ms-input-placeholder,
.fieldset .field .control input[type="datetime"]:-ms-input-placeholder,
.fieldset .field .control input[type="email"]:-ms-input-placeholder,
.fieldset .field .control textarea:-ms-input-placeholder,
.fieldset .field .control select:-ms-input-placeholder {
  color: #3d3d3d;
  text-transform: capitalize;
  font-size: 16px;
}
.fieldset .field .control input[type="text"]:-moz-placeholder,
.fieldset .field .control input[type="password"]:-moz-placeholder,
.fieldset .field .control input[type="url"]:-moz-placeholder,
.fieldset .field .control input[type="tel"]:-moz-placeholder,
.fieldset .field .control input[type="search"]:-moz-placeholder,
.fieldset .field .control input[type="number"]:-moz-placeholder,
.fieldset .field .control input[type="datetime"]:-moz-placeholder,
.fieldset .field .control input[type="email"]:-moz-placeholder,
.fieldset .field .control textarea:-moz-placeholder,
.fieldset .field .control select:-moz-placeholder {
  color: #3d3d3d;
  text-transform: capitalize;
  font-size: 16px;
}
.fieldset .field .control input[type="text"]:-webkit-autofill,
.fieldset .field .control input[type="password"]:-webkit-autofill,
.fieldset .field .control input[type="url"]:-webkit-autofill,
.fieldset .field .control input[type="tel"]:-webkit-autofill,
.fieldset .field .control input[type="search"]:-webkit-autofill,
.fieldset .field .control input[type="number"]:-webkit-autofill,
.fieldset .field .control input[type="datetime"]:-webkit-autofill,
.fieldset .field .control input[type="email"]:-webkit-autofill,
.fieldset .field .control textarea:-webkit-autofill,
.fieldset .field .control select:-webkit-autofill,
.fieldset .field .control input[type="text"]:-webkit-autofill:hover,
.fieldset .field .control input[type="password"]:-webkit-autofill:hover,
.fieldset .field .control input[type="url"]:-webkit-autofill:hover,
.fieldset .field .control input[type="tel"]:-webkit-autofill:hover,
.fieldset .field .control input[type="search"]:-webkit-autofill:hover,
.fieldset .field .control input[type="number"]:-webkit-autofill:hover,
.fieldset .field .control input[type="datetime"]:-webkit-autofill:hover,
.fieldset .field .control input[type="email"]:-webkit-autofill:hover,
.fieldset .field .control textarea:-webkit-autofill:hover,
.fieldset .field .control select:-webkit-autofill:hover,
.fieldset .field .control input[type="text"]:-webkit-autofill:focus,
.fieldset .field .control input[type="password"]:-webkit-autofill:focus,
.fieldset .field .control input[type="url"]:-webkit-autofill:focus,
.fieldset .field .control input[type="tel"]:-webkit-autofill:focus,
.fieldset .field .control input[type="search"]:-webkit-autofill:focus,
.fieldset .field .control input[type="number"]:-webkit-autofill:focus,
.fieldset .field .control input[type="datetime"]:-webkit-autofill:focus,
.fieldset .field .control input[type="email"]:-webkit-autofill:focus,
.fieldset .field .control textarea:-webkit-autofill:focus,
.fieldset .field .control select:-webkit-autofill:focus {
  border: 1px solid #7c7c7c;
  -webkit-text-fill-color: #3d3d3d;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
  color: #3d3d3d;
}
.fieldset .field .control input.mage-error,
.fieldset .field .control select.mage-error,
.fieldset .field .control textarea.mage-error {
  border-color: #0b2e70;
}
.fieldset .field textarea {
  min-height: 70px;
  resize: vertical;
}
.fieldset .field .password-strength-meter {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-top: 10px;
}
.fieldset .field .password-strength-meter:before {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.fieldset .field input[type="checkbox"],
.fieldset .field input[type="radio"] {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.fieldset .field .control.captcha .nested .control.captcha-image img {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 1px solid #d2d2d2;
}
.fieldset .field .control.captcha .nested .control.captcha-image .action {
  display: inline-block;
  margin: -5px auto 0;
  width: auto;
  padding: 6px 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #0b2e70;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #0b2e70;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-decoration: none;
  vertical-align: middle;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.fieldset .field .control.captcha .nested .control.captcha-image .action:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d7b443;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.fieldset .field .control.captcha .nested .control.captcha-image .action:active,
.fieldset .field .control.captcha .nested .control.captcha-image .action:focus,
.fieldset .field .control.captcha .nested .control.captcha-image .action:hover {
  color: #000000;
  border: 1px solid #d7b443;
  text-decoration: none;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  outline: none;
}
.fieldset .field .control.captcha .nested .control.captcha-image .action:active:before,
.fieldset .field .control.captcha .nested .control.captcha-image .action:focus:before,
.fieldset .field .control.captcha .nested .control.captcha-image .action:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.fieldset .abs-field-tooltip input,
.fieldset .field .control._with-tooltip input {
  margin-right: 10px;
  margin-left: 0;
  width: calc(100% - 36px);
  float: none;
  clear: both;
}
.fieldset .abs-field-tooltip input:after,
.fieldset .field .control._with-tooltip input:after {
  clear: both;
}
.fieldset .field-tooltip {
  top: 7px;
}
.fieldset .field-tooltip .field-tooltip-content {
  border-color: #f4f4f4;
}
/**Form Design End**/
/**Contaner Resize Start**/
@media only screen and (min-width: 1620px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container {
    max-width: 1600px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container {
    max-width: 1280px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
/**Contaner Resize End**/
/** Header **/
/* Less Document */
.page-header {
  border-bottom: 1px solid #E8E3E3;
}
.page-header .header.content {
  padding-top: 20px;
  padding-bottom: 20px;
  /* Logo Start*/
  /* Logo End*/
  /* Dropdown User Start*/
  /* Dropdown User End*/
  /* Help Link Start*/
  /* Help Link End*/
  /* Mini cart Start*/
  /* Mini cart End*/
  /* Search Start*/
  /* Search End*/
}
.page-header .header.content .logo {
  max-width: 100%;
  margin: 0;
  display: inline-block;
  padding: 0;
}
.page-header .header.content .logo img {
  width: 290px !important;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-header .header.content .logo img {
    width: 180px !important;
  }
}
@media only screen and (max-width: 575px) {
  .page-header .header.content .logo img {
    width: 160px !important;
    max-width: 160px !important;
  }
}
.page-header .header.content .dropdown.dropdown-user {
  display: inline-block;
  margin: 8px 0 0 0;
  float: right;
}
.page-header .header.content .dropdown.dropdown-user .btn.btn-secondary.dropdown-toggle {
  background-color: transparent;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: -3px 0 0 0;
  padding: 0 0;
}
.page-header .header.content .dropdown.dropdown-user .btn.btn-secondary.dropdown-toggle svg {
  width: 36px;
  stroke: #0b2e70;
  color: #0b2e70;
}
.page-header .header.content .dropdown.dropdown-user .btn.btn-secondary.dropdown-toggle svg path {
  color: #0b2e70;
  stroke: #0b2e70;
}
.page-header .header.content .dropdown.dropdown-user .btn.btn-secondary.dropdown-toggle:after {
  display: none;
}
.page-header .header.content .dropdown.dropdown-user .dropdown-menu {
  padding: 0;
  border-color: #0b2e70;
}
.page-header .header.content .dropdown.dropdown-user .dropdown-menu li {
  margin: 0;
  padding: 0;
}
.page-header .header.content .dropdown.dropdown-user .dropdown-menu li a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  color: #0b2e70;
  padding: 5px 10px;
}
.page-header .header.content .dropdown.dropdown-user .dropdown-menu li a:hover {
  color: #000000;
}
.page-header .header.content .dropdown.dropdown-user .dropdown-menu li a:focus,
.page-header .header.content .dropdown.dropdown-user .dropdown-menu li a:active {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .page-header .header.content .dropdown.dropdown-user .btn.btn-secondary.dropdown-toggle {
    display: none;
  }
  .page-header .header.content .dropdown.dropdown-user .help-link {
    margin: 9px 0 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .page-header .header.content .dropdown.dropdown-user .help-link {
    margin: 0 0 0 5px;
    font-size: 14px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 320px) {
  .page-header .header.content .dropdown.dropdown-user .help-link {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
  }
}
.page-header .header.content .help-link {
  display: inline-block;
  margin: 7px 0 0 25px;
  float: right;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  color: #0b2e70;
  padding: 0 0;
}
.page-header .header.content .help-link:hover {
  color: #000000;
}
.page-header .header.content .minicart-wrapper {
  margin-left: 25px;
  margin-top: 8px;
  /*Mini cart Open*/
  /*Mini cart Close*/
}
.page-header .header.content .minicart-wrapper .action.showcart {
  position: relative;
}
.page-header .header.content .minicart-wrapper .action.showcart:before {
  content: '';
  background-image: url('../images/minicart-icon.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 38px;
  height: 38px;
  color: #0b2e70;
  stroke: #0b2e70;
}
.page-header .header.content .minicart-wrapper .action.showcart:before path {
  color: #0b2e70;
  stroke: #0b2e70;
}
.page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
  background-color: #0b2e70;
  border-radius: 99%;
  -moz-border-radius: 99%;
  -webkit-border-radius: 99%;
  width: 24px;
  height: 24px;
  margin: 0;
  position: absolute;
  top: -12px;
  right: -3px;
}
@media only screen and (max-width: 767px) {
  .page-header .header.content .minicart-wrapper {
    margin-left: 15px;
    margin-top: 15px;
  }
  .page-header .header.content .minicart-wrapper .action.showcart:before {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .page-header .header.content .minicart-wrapper {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 320px) {
  .page-header .header.content .minicart-wrapper {
    margin-left: 5px;
  }
}
.page-header .header.content .minicart-wrapper .block.block-minicart .action.close {
  outline: none;
  border: none;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .subtitle.empty {
  color: #000000;
  font-size: 20px;
  text-align: center;
  padding: 10px 0 11px;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content {
  color: #000000;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .subtotal .label {
  color: #000000;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .items-total {
  color: #000000;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .items-total {
  color: #0b2e70;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-widgets {
  margin-top: 0;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-items-wrapper {
  max-height: 400px;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
  display: block;
  line-height: 19px;
  margin-bottom: 3px;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  color: #000000;
  text-decoration: none;
  text-align: left;
  text-transform: none;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a:hover {
  color: #0b2e70;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .label {
  color: #000000;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .item-qty {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .item-qty:focus {
  outline: none;
  box-shadow: none;
  border-color: #0b2e70;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .update-cart-item {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  padding: 7px 12px;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  border: none;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .update-cart-item:hover {
  background-color: #d7b443;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .action {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .action:before {
  color: #000000;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .action:hover:before {
  color: #000000;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .actions .secondary .action.viewcart {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #000000;
  font-size: 18px;
  box-shadow: none;
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .actions .secondary .action.viewcart:before {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #000000;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .actions .secondary .action.viewcart:hover {
  color: #0b2e70;
  border: 1px solid #0b2e70;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .actions .secondary .action.viewcart:hover span {
  color: #0b2e70;
}
.page-header .header.content .minicart-wrapper .block.block-minicart .block-content .actions .secondary .action.viewcart:focus {
  outline: none;
  border-color: #0b2e70;
}
@media only screen and (min-width: 768px) {
  .page-header .header.content .block.block-search {
    max-width: 160px;
    margin-right: 65px;
    margin-top: 13px;
  }
  .page-header .header.content .block.block-search .field.search .control .input-text {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    color: #000000;
    padding: 5px 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom: 1px solid #000000;
    /* WebKit, Edge */
    /* Firefox 4-18 */
    /* Firefox 19+ */
    /* IE 10-11 */
    /* Edge */
    /* MODERN BROWSER */
  }
  .page-header .header.content .block.block-search .field.search .control .input-text:focus,
  .page-header .header.content .block.block-search .field.search .control .input-text:active,
  .page-header .header.content .block.block-search .field.search .control .input-text:hover {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #0b2e70;
  }
  .page-header .header.content .block.block-search .field.search .control .input-text::-webkit-input-placeholder {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
  }
  .page-header .header.content .block.block-search .field.search .control .input-text:-moz-placeholder {
    color: #000000;
    opacity: 1;
    text-transform: uppercase;
    font-size: 16px;
  }
  .page-header .header.content .block.block-search .field.search .control .input-text::-moz-placeholder {
    color: #000000;
    opacity: 1;
    text-transform: uppercase;
    font-size: 16px;
  }
  .page-header .header.content .block.block-search .field.search .control .input-text:-ms-input-placeholder {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
  }
  .page-header .header.content .block.block-search .field.search .control .input-text::-ms-input-placeholder {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
  }
  .page-header .header.content .block.block-search .field.search .control .input-text::placeholder {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
  }
  .page-header .header.content .block.block-search .actions {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header.content .block.block-search {
    margin: 0 auto;
  }
  .page-header .header.content .block.block-search .field.search .control {
    border-top: none;
  }
  .page-header .header.content .block.block-search .block.block-content .form.minisearch .field.search .label {
    cursor: pointer;
    margin: 14px 0 0 0;
  }
  .page-header .header.content .block.block-search .block.block-content .form.minisearch .field.search .label:before {
    color: #0b2e70;
  }
  .page-header .header.content .block.block-search .block.block-content .form.minisearch .field.search .control .input-text {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    color: #000000;
    padding: 5px 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0 auto;
    border-bottom: 1px solid #000000;
    /* WebKit, Edge */
    /* Firefox 4-18 */
    /* Firefox 19+ */
    /* IE 10-11 */
    /* Edge */
    /* MODERN BROWSER */
  }
  .page-header .header.content .block.block-search .block.block-content .form.minisearch .field.search .control .input-text:focus,
  .page-header .header.content .block.block-search .block.block-content .form.minisearch .field.search .control .input-text:active,
  .page-header .header.content .block.block-search .block.block-content .form.minisearch .field.search .control .input-text:hover {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #0b2e70;
  }
  .page-header .header.content .block.block-search .block.block-content .form.minisearch .field.search .control .input-text::-webkit-input-placeholder {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
  }
  .page-header .header.content .block.block-search .block.block-content .form.minisearch .field.search .control .input-text:-moz-placeholder {
    color: #000000;
    opacity: 1;
    text-transform: uppercase;
    font-size: 16px;
  }
  .page-header .header.content .block.block-search .block.block-content .form.minisearch .field.search .control .input-text::-moz-placeholder {
    color: #000000;
    opacity: 1;
    text-transform: uppercase;
    font-size: 16px;
  }
  .page-header .header.content .block.block-search .block.block-content .form.minisearch .field.search .control .input-text:-ms-input-placeholder {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
  }
  .page-header .header.content .block.block-search .block.block-content .form.minisearch .field.search .control .input-text::-ms-input-placeholder {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
  }
  .page-header .header.content .block.block-search .block.block-content .form.minisearch .field.search .control .input-text::placeholder {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .page-header .header.content .block.block-search .block.block-content .form.minisearch .field.search .label {
    margin: 6px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .panel.wrapper {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-header {
    margin-bottom: 0;
  }
  .page-header .header.content {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .page-header .header.content .action.nav-toggle {
    padding: 9px 5px;
  }
  .page-header .header.content .action.nav-toggle:before {
    color: #0b2e70;
  }
  .page-header .header.content .logo {
    padding-left: 35px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .page-header .header.content .action.nav-toggle {
    padding: 0 5px;
  }
  .page-header .header.content .logo {
    padding-left: 35px;
    padding-top: 0;
  }
  .page-header .header.content .logo img {
    max-width: 190px;
  }
}
/* header top bar start */
.header-top-bar {
  padding: 15px;
  background-color: #0b2e70;
}
.header-top-bar p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0;
}
.header-top-bar p a.btn-shopnow {
  display: inline-block;
  background-color: #d7b443;
  color: #0b2e70;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 10px;
}
/* header top bar end */
/* Navigation Start*/
@media only screen and (min-width: 768px) {
  .sections.nav-sections {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }
  .sections.nav-sections .navigation {
    background-color: transparent;
  }
  .sections.nav-sections .navigation > ul {
    text-align: center;
    display: block;
  }
  .sections.nav-sections .navigation > ul > li {
    padding: 0 0;
    margin: 0;
    position: relative;
    display: block;
    float: left;
    width: 16.66%;
    text-align: center;
    /*&:first-child{
                        .textalign(@textalign_l);
                        a{
                            .textalign(@textalign_l);
                            .padding_l(@val_0);
                        }
                    }*/
  }
  .sections.nav-sections .navigation > ul > li > a {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    color: #7c7c7c;
    padding: 30px 10px;
    margin: 0;
    text-align: center;
  }
  .sections.nav-sections .navigation > ul > li:after {
    content: '';
    position: absolute;
    background-image: url('../images/nav-icon.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 12px;
    height: 12px;
    top: 50%;
    margin: -6px 0 0 0;
    right: -6px;
  }
  .sections.nav-sections .navigation > ul > li:last-child:after {
    display: none;
  }
  .sections.nav-sections .navigation > ul > li:hover:after {
    left: auto;
  }
  .sections.nav-sections .navigation > ul .level0.active > .level-top,
  .sections.nav-sections .navigation > ul .level0.has-active > .level-top {
    border-color: #d7b443;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sections.nav-sections .navigation > ul > li > a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sections.nav-sections .navigation > ul > li > a {
    font-size: 15px;
    padding: 10px 15px;
    min-height: 64px;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .sections.nav-sections {
    background-color: #ffffff;
  }
  .sections.nav-sections .navigation {
    padding: 0 0;
  }
  .sections.nav-sections .section-item-title {
    background-color: #0b2e70;
    border: none;
  }
  .sections.nav-sections .section-item-title a {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
  }
  .sections.nav-sections .section-item-title.active {
    background-color: #d7b443;
  }
  .sections.nav-sections .section-item-title.active a {
    color: #0b2e70;
  }
  .sections.nav-sections .section-item-content {
    padding: 0 0;
  }
  .sections.nav-sections .section-item-content .navigation {
    background-color: transparent;
  }
  .sections.nav-sections .section-item-content .navigation ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    color: #7c7c7c;
    text-transform: capitalize;
  }
  .sections.nav-sections .section-item-content .navigation ul li a:hover {
    color: #000000;
  }
  .sections.nav-sections .section-item-content .header.links li a {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    color: #7c7c7c;
    text-transform: capitalize;
  }
  .sections.nav-sections .section-item-content .header.links li a:hover {
    color: #000000;
  }
  .sections.nav-sections .section-item-content .header.links li.greet.welcome {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    color: #0b2e70;
    text-transform: uppercase;
  }
  .sections.nav-sections .section-item-content .header.links li.greet.welcome span {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    color: #0b2e70;
  }
}
/* Navigation End*/
/*Mini Cart Modal Open*/
.modals-wrapper .modal-popup.confirm .modal-inner-wrap {
  /*Modal Header Open*/
  /*Modal Header Close*/
  /*Modal Body Open*/
  /*Modal Body Close*/
  /*Modal Footer Open*/
  /*Modal Footer Close*/
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-header .action-close {
  padding: 14px;
  line-height: 15px;
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-content {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 20px;
  font-size: 20px;
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer button {
  display: inline-block;
  margin: 0 0 0 5px;
  width: auto;
  padding: 5px 35px;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  position: relative;
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer button:hover,
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer button:active,
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer button:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer button.action-accept {
  background-color: #0b2e70;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #0b2e70;
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer button.action-accept:hover {
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer button.action-dismiss {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  text-transform: none;
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer button.action-dismiss:hover {
  color: #ffffff;
  border: 1px solid #0b2e70;
  background-color: #0b2e70;
}
/*Mini Cart Modal Close*/
.navigation .level0.active > a:not(.ui-state-active),
.navigation .level0.has-active > a:not(.ui-state-active),
.navigation .level0.active .all-category .ui-state-focus {
  border-color: #0b2e70 !important;
}
/** Footer **/
/* Less Document */
.page-footer {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  background-color: #0b2e70;
  color: #ffffff;
  text-align: left;
  padding: 50px 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page-footer {
    padding: 30px 0;
  }
}
.page-footer .footer.content {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer.content {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: none;
  }
}
.page-footer .footer.content .copyright {
  padding: 0 0;
  margin: 0;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  background-color: transparent;
}
.page-footer .footer.content .footer-top {
  display: block;
  padding: 0 0;
  margin: 0 auto;
  width: 100%;
}
.page-footer .footer.content .footer-top .footer-top-item {
  margin: 0 auto 30px;
}
@media only screen and (min-width: 1600px) {
  .page-footer .footer.content .footer-top .footer-top-item {
    max-width: 325px;
    margin: 0 0 30px;
  }
}
.page-footer .footer.content .footer-top .footer-top-item .footer-top-item-inner {
  display: block;
  padding: 0 0;
  margin: 0 auto;
  width: 100%;
}
.page-footer .footer.content .footer-top .footer-top-item .footer-top-item-inner h3 {
  display: block;
  padding: 0 0 30px;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-footer .footer.content .footer-top .footer-top-item .footer-top-item-inner h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-footer .footer.content .footer-top .footer-top-item .footer-top-item-inner h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer.content .footer-top .footer-top-item .footer-top-item-inner h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .page-footer .footer.content .footer-top .footer-top-item .footer-top-item-inner h3 {
    padding: 0 0 15px;
  }
}
.page-footer .footer.content .footer-top .footer-top-item .footer-top-item-inner ul {
  display: block;
  padding: 0 0 0;
  margin: 0 auto;
  width: 100%;
}
.page-footer .footer.content .footer-top .footer-top-item .footer-top-item-inner ul li {
  display: block;
  padding: 0 0 0;
  margin: 0 auto;
  width: 100%;
}
.page-footer .footer.content .footer-top .footer-top-item .footer-top-item-inner ul li a {
  display: block;
  padding: 0 0;
  margin: 0 auto 15px;
  width: 100%;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  color: #ffffff;
}
.page-footer .footer.content .footer-top .footer-top-item .footer-top-item-inner ul li a:hover {
  color: #d7b443;
}
@media only screen and (max-width: 575px) {
  .page-footer .footer.content .footer-top .footer-top-item .footer-top-item-inner ul li a {
    margin: 0 auto 10px;
  }
}
.page-footer .footer.content .footer-top .footer-top-item .footer-top-item-inner p {
  display: block;
  padding: 0 0;
  margin: 0 auto 15px;
  width: 100%;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  color: #ffffff;
}
.page-footer .footer.content .footer-bottom {
  display: block;
  padding: 0 0;
  margin: 0 auto;
  width: 100%;
}
.page-footer .footer.content .footer-bottom .footer-bottom-item {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 1600px) {
  .page-footer .footer.content .footer-bottom .footer-bottom-item {
    max-width: 325px;
    margin: 0 0 30px;
  }
}
.page-footer .footer.content .footer-bottom .footer-bottom-item .footer-bottom-item-inner {
  display: block;
  padding: 0 0;
  margin: 0 auto;
  width: 100%;
}
.page-footer .footer.content .footer-bottom .footer-bottom-item .footer-bottom-item-inner ul {
  display: block;
  padding: 0 0 0;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.page-footer .footer.content .footer-bottom .footer-bottom-item .footer-bottom-item-inner ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: auto;
}
.page-footer .footer.content .footer-bottom .footer-bottom-item .footer-bottom-item-inner ul li a {
  display: block;
  padding: 0 0;
  margin: 0 10px 0 0;
  width: auto;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  color: #ffffff;
}
.page-footer .footer.content .footer-bottom .footer-bottom-item .footer-bottom-item-inner ul li a:hover {
  opacity: 0.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-footer .footer.content .footer-bottom .footer-bottom-item .footer-bottom-item-inner ul li a img {
    width: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-footer .footer.content .footer-bottom .footer-bottom-item .footer-bottom-item-inner ul li a img {
    width: 35px;
  }
}
.page-footer .footer.content .footer-bottom .footer-bottom-item .footer-bottom-item-inner .action.primary.franchise-enquiry {
  background-color: #d7b443;
  color: #ffffff;
  border: 1px solid #d7b443;
  text-transform: capitalize;
}
.page-footer .footer.content .footer-bottom .footer-bottom-item .footer-bottom-item-inner .action.primary.franchise-enquiry:before {
  background-color: #000000;
  top: -1px;
  left: -2px;
}
.page-footer .footer.content .footer-bottom .footer-bottom-item .footer-bottom-item-inner .action.primary.franchise-enquiry:hover {
  background-color: #d7b443;
  color: #d7b443;
  border: 1px solid #000000;
}
.page-footer .footer.content .footer-bottom .footer-bottom-item .footer-bottom-item-inner .action.primary.franchise-enquiry:focus {
  border-color: #000000;
  color: #ffffff;
}
/** Home Page **/
/* Less Document */
.cms-index-index .page-main {
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
}
@media only screen and (max-width: 1199px) {
  .cms-index-index .page-main .container {
    max-width: 100% !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    width: 100% !important;
  }
}
/* Slider Start */
.full-screen-slider {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  position: relative;
}
.full-screen-slider .slide-content {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.full-screen-slider .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.full-screen-slider .owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -37px;
  visibility: visible;
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
  background-color: transparent;
}
.full-screen-slider .owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
  background-color: transparent;
}
.full-screen-slider .owl-theme .owl-nav [class*=owl-] {
  font-size: 26px;
}
.full-screen-slider .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  font-size: 40px;
  pointer-events: all;
  background-color: transparent;
}
.full-screen-slider .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 20px !important;
  display: inline-block;
  border-radius: 6px;
}
.full-screen-slider .owl-theme .owl-prev {
  left: 35px;
  margin: 0 !important;
}
.full-screen-slider .owl-theme .owl-next {
  right: 35px;
  margin: 0 !important;
}
.full-screen-slider .slick-arrow {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 20px !important;
  display: inline-block;
  border-radius: 6px;
  z-index: 9999;
  width: auto;
  height: auto;
  border: none;
}
.full-screen-slider .slick-arrow:hover {
  border: none;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 575px) {
  .full-screen-slider .slick-arrow {
    padding: 7px 7px !important;
  }
}
.full-screen-slider .slick-arrow.slick-prev {
  left: 20px;
}
.full-screen-slider .slick-arrow.slick-next {
  right: 20px;
}
.full-screen-slider .slick-prev:before,
.full-screen-slider .slick-next:before {
  font-family: 'Poppins', sans-serif;
}
@media only screen and (min-width: 992px) {
  .full-screen-slider .slick-arrow {
    opacity: 0;
  }
  .full-screen-slider .slick-slider:hover .slick-arrow {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .full-screen-slider {
    margin: 0 auto 0;
  }
}
/* Slider End */
/* banner bottom start */
.banner-bottom {
  background-color: #FBFBFB;
  border: 1px solid #0b2e70;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .banner-bottom {
    margin-bottom: 40px;
  }
}
.banner-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.banner-bottom ul li {
  width: 33.33%;
  margin: 0;
  text-align: center;
  border-right: 1px solid #0b2e70;
}
.banner-bottom ul li a {
  display: block;
  padding: 10px;
}
.banner-bottom ul li:last-child {
  border-right: 0px;
}
.banner-bottom ul li span {
  display: inline-block;
}
.banner-bottom ul li h6 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 10px;
  color: #0b2e70;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .banner-bottom ul li h6 {
    font-size: 12px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-bottom ul li {
    padding: 10px;
  }
}
/* banner bottom end */
/* Home Section */
.home-section {
  display: block;
  margin: 0 auto 60px;
  padding: 0;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}
.home-section h2 {
  display: block;
  margin: 0 auto 30px;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  line-height: 44px;
  color: #0b2e70;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-section h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-section h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .home-section h2 {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    padding-right: 85px;
  }
}
.home-section .slick-arrow {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 20px !important;
  display: inline-block;
  border-radius: 6px;
  z-index: 9999;
  width: auto;
  height: auto;
  border: none;
}
.home-section .slick-arrow:hover {
  border: none;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 575px) {
  .home-section .slick-arrow {
    padding: 7px 7px !important;
  }
}
.home-section .slick-arrow.slick-prev {
  left: 20px;
}
.home-section .slick-arrow.slick-next {
  right: 20px;
}
.home-section .slick-prev:before,
.home-section .slick-next:before {
  font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width: 767px) {
  .home-section {
    margin: 0 auto 30px;
  }
}
/* Home Section */
.explore-wedding .explore-wedding-sliding {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.explore-wedding .explore-wedding-sliding .slide-content {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.explore-wedding .explore-wedding-sliding .slick-slider {
  overflow: hidden;
}
.explore-wedding .explore-wedding-sliding .slick-list {
  margin: 0 -10px;
}
.explore-wedding .explore-wedding-sliding .item {
  padding: 0 10px;
  overflow: hidden;
}
.explore-wedding .explore-wedding-sliding .item img {
  transition: ease-in-out 0.5s;
}
.explore-wedding .explore-wedding-sliding .item:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.5s;
}
.browse-by-category .browse-by-category-sliding {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.browse-by-category .browse-by-category-sliding .slide-content {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  #browse-by-category-slider .slick-arrow {
    opacity: 0;
  }
  #browse-by-category-slider:hover .slick-arrow {
    opacity: 1;
  }
}
/*Gifting Start*/
.gifting {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  background-color: #a48532;
}
.gifting h3 {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  line-height: 44px;
  margin: 0;
  padding: 0;
}
.gifting h3 span {
  display: inline-block;
  text-transform: none;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gifting h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .gifting h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 40px 0;
  }
}
.gifting img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
/*Gifting End*/
.price-range .price-range-sliding {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.price-range .price-range-sliding .slide-content {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.price-range .price-range-sliding .slick-slider {
  overflow: hidden;
}
.price-range .price-range-sliding .slick-list {
  margin: 0 -10px;
}
.price-range .price-range-sliding .item {
  padding: 0 10px;
  overflow: hidden;
}
.price-range .price-range-sliding .item img {
  transition: ease-in-out 0.5s;
}
.price-range .price-range-sliding .item:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.5s;
}
/* price-range-sliding end */
/* New Home Page Start */
@media only screen and (min-width: 1400px) {
  .home-section {
    margin: 0 auto 120px;
  }
}
.new-arrivals .new-arrivals-sliding {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.new-arrivals .new-arrivals-sliding .slide-content {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.new-arrivals .new-arrivals-sliding .slick-list {
  margin: 0 -10px;
}
.new-arrivals .new-arrivals-sliding .item {
  padding: 0 10px;
  overflow: hidden;
}
.new-arrivals .new-arrivals-sliding .item img {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  transition: ease-in-out 0.5s;
}
.new-arrivals .new-arrivals-sliding .item span {
  display: none;
  margin: 20px auto 25px;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  transition: ease-in-out 0.5s;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .new-arrivals .new-arrivals-sliding .item span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .new-arrivals .new-arrivals-sliding .item span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .new-arrivals .new-arrivals-sliding .item span {
    font-size: 18px;
    margin: 5px auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  .new-arrivals .new-arrivals-sliding .item span {
    font-size: 14px;
    margin: 0px auto 15px;
  }
}
.new-arrivals .new-arrivals-sliding .item:hover {
  transition: ease-in-out 0.5s;
}
.new-arrivals .new-arrivals-sliding .item:hover span {
  color: #d7b443;
}
.new-arrivals .new-arrivals-sliding .item:hover img {
  border: 1px solid #0b2e70;
}
.new-arrivals .new-arrivals-sliding .slick-arrow {
  background-color: transparent;
  padding: 5px !important;
  margin: 0;
  top: -70px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.new-arrivals .new-arrivals-sliding .slick-arrow::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 35px;
  height: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .new-arrivals .new-arrivals-sliding .slick-arrow {
    top: -65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new-arrivals .new-arrivals-sliding .slick-arrow {
    top: -65px;
  }
}
@media only screen and (max-width: 767px) {
  .new-arrivals .new-arrivals-sliding .slick-arrow {
    top: -58px;
  }
  .new-arrivals .new-arrivals-sliding .slick-arrow::before {
    width: 25px;
    height: 22px;
    background-size: 100% auto;
  }
}
.new-arrivals .new-arrivals-sliding .slick-arrow.slick-prev {
  right: 50px;
  left: auto;
}
.new-arrivals .new-arrivals-sliding .slick-arrow.slick-prev::before {
  background-image: url('../images/left-arrow.svg');
}
.new-arrivals .new-arrivals-sliding .slick-arrow.slick-next {
  right: 0px;
  left: auto;
}
.new-arrivals .new-arrivals-sliding .slick-arrow.slick-next::before {
  background-image: url('../images/right-arrow.svg');
}
.shop-product .shop-product-sliding {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.shop-product .shop-product-sliding .slide-content {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.shop-product .shop-product-sliding .slick-list {
  margin: 0 -10px;
}
.shop-product .shop-product-sliding .item {
  padding: 0 10px;
  overflow: hidden;
}
.shop-product .shop-product-sliding .item .slide-content a {
  position: relative;
}
.shop-product .shop-product-sliding .item img {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  transition: ease-in-out 0.5s;
}
.shop-product .shop-product-sliding .item span {
  display: block;
  margin: 0;
  padding: 10px 10px;
  width: auto;
  max-width: 100%;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  transition: ease-in-out 0.5s;
  text-transform: uppercase;
  background-color: #0b2e70;
  position: absolute;
  bottom: 20px;
  left: 0;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product .shop-product-sliding .item span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product .shop-product-sliding .item span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .shop-product .shop-product-sliding .item span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product .shop-product-sliding .item span {
    font-size: 14px;
  }
}
.shop-product .shop-product-sliding .item:hover {
  transition: ease-in-out 0.5s;
}
.shop-product .shop-product-sliding .item:hover span {
  color: #d7b443;
}
.shop-product .shop-product-sliding .item:hover img {
  border: 1px solid #0b2e70;
}
.shop-product .shop-product-sliding .slick-arrow {
  background-color: transparent;
  padding: 5px !important;
  margin: 0;
  top: -70px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.shop-product .shop-product-sliding .slick-arrow::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 35px;
  height: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product .shop-product-sliding .slick-arrow {
    top: -65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product .shop-product-sliding .slick-arrow {
    top: -65px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product .shop-product-sliding .slick-arrow {
    top: -58px;
  }
  .shop-product .shop-product-sliding .slick-arrow::before {
    width: 25px;
    height: 22px;
    background-size: 100% auto;
  }
}
.shop-product .shop-product-sliding .slick-arrow.slick-prev {
  right: 50px;
  left: auto;
}
.shop-product .shop-product-sliding .slick-arrow.slick-prev::before {
  background-image: url('../images/left-arrow.svg');
}
.shop-product .shop-product-sliding .slick-arrow.slick-next {
  right: 0px;
  left: auto;
}
.shop-product .shop-product-sliding .slick-arrow.slick-next::before {
  background-image: url('../images/right-arrow.svg');
}
.your-occassion .your-occassion-sliding {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.your-occassion .your-occassion-sliding .slide-content {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.your-occassion .your-occassion-sliding .slick-list {
  margin: 0;
}
.your-occassion .your-occassion-sliding .item {
  padding: 0 30px;
  overflow: hidden;
}
.your-occassion .your-occassion-sliding .item img {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 99%;
  -moz-border-radius: 99%;
  -webkit-border-radius: 99%;
  transition: ease-in-out 0.5s;
}
.your-occassion .your-occassion-sliding .item span {
  display: block;
  margin: 20px auto 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  transition: ease-in-out 0.5s;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .your-occassion .your-occassion-sliding .item span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .your-occassion .your-occassion-sliding .item span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .your-occassion .your-occassion-sliding .item span {
    font-size: 18px;
    margin: 15px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .your-occassion .your-occassion-sliding .item span {
    font-size: 14px;
    margin: 10px auto 0;
  }
}
.your-occassion .your-occassion-sliding .item:hover {
  transition: ease-in-out 0.5s;
}
.your-occassion .your-occassion-sliding .item:hover span {
  color: #d7b443;
}
.your-occassion .your-occassion-sliding .item:hover img {
  border: 1px solid #0b2e70;
}
.your-occassion .your-occassion-sliding .slick-arrow {
  background-color: transparent;
  padding: 5px !important;
  margin: 0;
  top: -70px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.your-occassion .your-occassion-sliding .slick-arrow::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 35px;
  height: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .your-occassion .your-occassion-sliding .slick-arrow {
    top: -65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .your-occassion .your-occassion-sliding .slick-arrow {
    top: -65px;
  }
}
@media only screen and (max-width: 767px) {
  .your-occassion .your-occassion-sliding .slick-arrow {
    top: -58px;
  }
  .your-occassion .your-occassion-sliding .slick-arrow::before {
    width: 25px;
    height: 22px;
    background-size: 100% auto;
  }
}
.your-occassion .your-occassion-sliding .slick-arrow.slick-prev {
  right: 50px;
  left: auto;
}
.your-occassion .your-occassion-sliding .slick-arrow.slick-prev::before {
  background-image: url('../images/left-arrow.svg');
}
.your-occassion .your-occassion-sliding .slick-arrow.slick-next {
  right: 0px;
  left: auto;
}
.your-occassion .your-occassion-sliding .slick-arrow.slick-next::before {
  background-image: url('../images/right-arrow.svg');
}
.shreehari-collection .shreehari-collection-sliding {
  display: block;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  max-width: 100%;
}
.shreehari-collection .shreehari-collection-sliding .slide-content {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.shreehari-collection .shreehari-collection-sliding .slick-list {
  margin: 0;
}
.shreehari-collection .shreehari-collection-sliding .item {
  padding: 0 15px;
  overflow: hidden;
}
.shreehari-collection .shreehari-collection-sliding .item img {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 99%;
  -moz-border-radius: 99%;
  -webkit-border-radius: 99%;
  transition: ease-in-out 0.5s;
}
.shreehari-collection .shreehari-collection-sliding .item span {
  display: block;
  margin: 20px auto 0;
  padding: 0 0 5px 0;
  width: 100%;
  max-width: 100%;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  transition: ease-in-out 0.5s;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shreehari-collection .shreehari-collection-sliding .item span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shreehari-collection .shreehari-collection-sliding .item span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .shreehari-collection .shreehari-collection-sliding .item span {
    font-size: 18px;
    margin: 15px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .shreehari-collection .shreehari-collection-sliding .item span {
    font-size: 14px;
    margin: 10px auto 0;
  }
}
.shreehari-collection .shreehari-collection-sliding .item:hover {
  transition: ease-in-out 0.5s;
}
.shreehari-collection .shreehari-collection-sliding .item:hover span {
  color: #d7b443;
}
.shreehari-collection .shreehari-collection-sliding .item:hover img {
  border: 1px solid #0b2e70;
}
.shreehari-collection .shreehari-collection-sliding .slick-arrow {
  background-color: transparent;
  padding: 5px !important;
  margin: -42px 0 0 0;
  top: 50%;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.shreehari-collection .shreehari-collection-sliding .slick-arrow::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shreehari-collection .shreehari-collection-sliding .slick-arrow {
    top: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shreehari-collection .shreehari-collection-sliding .slick-arrow {
    top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .shreehari-collection .shreehari-collection-sliding .slick-arrow {
    top: 50%;
  }
  .shreehari-collection .shreehari-collection-sliding .slick-arrow::before {
    width: 26px;
    height: 26px;
    background-size: 100% auto;
  }
}
.shreehari-collection .shreehari-collection-sliding .slick-arrow.slick-prev {
  right: auto;
  left: -38px;
}
.shreehari-collection .shreehari-collection-sliding .slick-arrow.slick-prev::before {
  background-image: url('../images/arrow-left-new.svg');
}
.shreehari-collection .shreehari-collection-sliding .slick-arrow.slick-next {
  right: -38px;
  left: auto;
}
.shreehari-collection .shreehari-collection-sliding .slick-arrow.slick-next::before {
  background-image: url('../images/arrow-right-new.svg');
}
@media only screen and (max-width: 767px) {
  .shreehari-collection h2 {
    text-align: center;
    padding-right: 0;
  }
}
.gifting-wrap {
  display: block;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.gifting-wrap img {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .gifting-wrap img {
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gifting-wrap h2 {
    text-align: center;
    padding-right: 0;
  }
}
.testimonials-home {
  display: block;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-image: url('../images/testiBg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #ffffff;
}
.testimonials-home .testimonials-home-sliding {
  display: block;
  margin: 0 auto;
  padding: 30px 0 50px;
  width: 100%;
  max-width: 720px;
}
.testimonials-home .testimonials-home-sliding .slide-content {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.testimonials-home .testimonials-home-sliding .slick-list {
  margin: 0;
}
.testimonials-home .testimonials-home-sliding .item {
  padding: 0 15px;
  overflow: hidden;
}
.testimonials-home .testimonials-home-sliding .item p {
  display: block;
  margin: 0px auto 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  line-height: 32px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  color: #635E5E;
  transition: ease-in-out 0.5s;
  text-transform: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .testimonials-home .testimonials-home-sliding .item p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonials-home .testimonials-home-sliding .item p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials-home .testimonials-home-sliding .item p {
    font-size: 18px;
    margin: 0px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-home .testimonials-home-sliding .item p {
    font-size: 14px;
    margin: 0px auto 0;
  }
}
.testimonials-home .testimonials-home-sliding .item span {
  display: block;
  margin: 20px auto 0;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 100%;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  color: #635E5E;
  transition: ease-in-out 0.5s;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .testimonials-home .testimonials-home-sliding .item span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonials-home .testimonials-home-sliding .item span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials-home .testimonials-home-sliding .item span {
    font-size: 14px;
    margin: 15px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-home .testimonials-home-sliding .item span {
    font-size: 13px;
    margin: 10px auto 0;
  }
}
.testimonials-home .testimonials-home-sliding .item:hover {
  transition: ease-in-out 0.5s;
}
.testimonials-home .testimonials-home-sliding .item .slide-content .img-wrap {
  max-width: 200px;
  max-height: 200px;
  display: block;
  margin: 0 auto;
}
.testimonials-home .testimonials-home-sliding .item .slide-content .img-wrap img {
  border: none;
  border-radius: 99%;
  -moz-border-radius: 99%;
  -webkit-border-radius: 99%;
  transition: ease-in-out 0.5s;
  max-width: 200px;
  max-height: 200px;
}
@media only screen and (max-width: 767px) {
  .testimonials-home .testimonials-home-sliding .item .slide-content .img-wrap {
    max-width: 80px;
    max-height: 80px;
  }
  .testimonials-home .testimonials-home-sliding .item .slide-content .img-wrap img {
    max-width: 80px;
    max-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-home .testimonials-home-sliding .item .slide-content .img-wrap {
    max-width: 100px;
    max-height: 100px;
  }
  .testimonials-home .testimonials-home-sliding .item .slide-content .img-wrap img {
    max-width: 100px;
    max-height: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonials-home .testimonials-home-sliding .item .slide-content .img-wrap {
    max-width: 120px;
    max-height: 120px;
  }
  .testimonials-home .testimonials-home-sliding .item .slide-content .img-wrap img {
    max-width: 120px;
    max-height: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .testimonials-home .testimonials-home-sliding .item .slide-content .img-wrap {
    max-width: 150px;
    max-height: 150px;
  }
  .testimonials-home .testimonials-home-sliding .item .slide-content .img-wrap img {
    max-width: 150px;
    max-height: 150px;
  }
}
.testimonials-home .testimonials-home-sliding .item .slide-content .text-wrap {
  display: block;
  margin: -40px auto 0;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  background-color: #FFF0C9;
  padding: 70px 30px 30px 30px;
}
.testimonials-home .testimonials-home-sliding .slick-arrow {
  background-color: transparent;
  padding: 5px !important;
  margin: -42px 0 0 0;
  top: 50%;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.testimonials-home .testimonials-home-sliding .slick-arrow::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonials-home .testimonials-home-sliding .slick-arrow {
    top: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-home .testimonials-home-sliding .slick-arrow {
    top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-home .testimonials-home-sliding .slick-arrow {
    top: 50%;
  }
  .testimonials-home .testimonials-home-sliding .slick-arrow::before {
    width: 26px;
    height: 26px;
    background-size: 100% auto;
  }
}
.testimonials-home .testimonials-home-sliding .slick-arrow.slick-prev {
  right: auto;
  left: -38px;
}
.testimonials-home .testimonials-home-sliding .slick-arrow.slick-prev::before {
  background-image: url('../images/arrow-left-new.svg');
}
@media only screen and (max-width: 767px) {
  .testimonials-home .testimonials-home-sliding .slick-arrow.slick-prev {
    left: -18px;
  }
}
.testimonials-home .testimonials-home-sliding .slick-arrow.slick-next {
  right: -38px;
  left: auto;
}
.testimonials-home .testimonials-home-sliding .slick-arrow.slick-next::before {
  background-image: url('../images/arrow-right-new.svg');
}
@media only screen and (max-width: 767px) {
  .testimonials-home .testimonials-home-sliding .slick-arrow.slick-next {
    right: -18px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-home h2 {
    text-align: center;
    padding-right: 0;
  }
}
.shop-by-category {
  display: block;
  padding: 0;
  background-color: transparent;
  width: 100%;
  max-width: 100%;
}
.shop-by-category .shop-by-category-inner {
  display: block;
  padding: 0;
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.shop-by-category .shop-by-category-inner .item {
  display: block;
  padding: 0;
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 15px;
  position: relative;
}
.shop-by-category .shop-by-category-inner .item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.shop-by-category .shop-by-category-inner .item span {
  display: block;
  margin: 0 auto 0;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  color: #000000;
  transition: ease-in-out 0.5s;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-by-category .shop-by-category-inner .item span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-by-category .shop-by-category-inner .item span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .shop-by-category .shop-by-category-inner .item span {
    font-size: 14px;
    margin: 15px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .shop-by-category .shop-by-category-inner .item span {
    font-size: 13px;
    margin: 10px auto 0;
  }
}
.shop-by-category .shop-by-category-inner .item:hover span {
  bottom: 50px;
  color: #0b2e70;
}
@media only screen and (max-width: 767px) {
  .shop-by-category h2 {
    text-align: center;
    padding-right: 0;
  }
}
/* New Home Page End */
/** List Page **/
/* Category Landing Page Start */
.category-view {
  display: block;
  margin: 0 auto;
  float: none;
  padding: 0;
  background-color: transparent;
}
.category-view .category-cms {
  display: block;
  margin: 0 auto;
  float: none;
  padding: 0;
  background-color: transparent;
}
.category-view .category-cms .grid {
  display: block;
  margin: 40px auto 0;
  float: none;
  padding: 0;
  background-color: transparent;
  width: 100% !important;
  box-sizing: border-box;
}
.category-view .category-cms .grid:after {
  content: '';
  display: block;
  clear: both;
}
.category-view .category-cms .grid .grid-item {
  display: block;
  margin: 0 0 20px 0;
  float: left;
  padding: 0;
  background-color: transparent;
  width: 50%;
  box-sizing: border-box;
}
.category-view .category-cms .grid .grid-item a {
  display: block;
  margin: 0 auto;
  float: none;
  padding: 0;
  background-color: transparent;
  position: relative;
}
.category-view .category-cms .grid .grid-item a img {
  display: block;
  margin: 0 auto;
  float: none;
  padding: 0;
  background-color: transparent;
  width: 100%;
}
.category-view .category-cms .grid .grid-item a span {
  display: block;
  margin: 0 auto;
  float: none;
  padding: 0;
  background-color: transparent;
  background: -moz-linear-gradient(left, #691932 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #691932 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #691932 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#691932', endColorstr='#00ffffff', GradientType=1);
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: #ffffff;
  padding: 15px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-view .category-cms .grid .grid-item a span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .category-view .category-cms .grid .grid-item a span {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.category-view .category-cms .grid .grid-item a:hover span {
  background: -moz-linear-gradient(left, #c7a13e 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #c7a13e 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #c7a13e 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7a13e', endColorstr='#00ffffff', GradientType=1);
}
.category-view .category-cms .grid .grid-sizer,
.category-view .category-cms .grid .grid-item {
  width: 32%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-view .category-cms .grid .grid-sizer,
  .category-view .category-cms .grid .grid-item {
    width: 31%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-view .category-cms .grid .grid-sizer,
  .category-view .category-cms .grid .grid-item {
    width: 48%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-view .category-cms .grid .grid-sizer,
  .category-view .category-cms .grid .grid-item {
    width: 48%;
  }
}
@media only screen and (max-width: 575px) {
  .category-view .category-cms .grid .grid-sizer,
  .category-view .category-cms .grid .grid-item {
    width: 47%;
  }
}
@media only screen and (max-width: 410px) {
  .category-view .category-cms .grid .grid-sizer,
  .category-view .category-cms .grid .grid-item {
    width: 100%;
  }
}
/* Category Landing Page End */
/* Category Page Start */
@media only screen and (min-width: 1025px) {
  .page-products .products-grid .product-items {
    margin: 0 -10px;
  }
  .page-products .products-grid .product-items .product-item {
    padding: 10px 10px;
    width: 33.33%;
    margin: 0;
  }
  .page-products .products-grid .product-items .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-products .products-grid .product-items {
    margin: 0 -10px;
  }
  .page-products .products-grid .product-items .product-item {
    padding: 10px 10px;
    width: 50%;
    margin: 0;
  }
  .page-products .products-grid .product-items .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-products .products-grid .product-items {
    margin: 0 -10px;
  }
  .page-products .products-grid .product-items .product-item {
    padding: 10px 10px;
    width: 50%;
    margin: 0;
  }
  .page-products .products-grid .product-items .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .page-products .products-grid .product-items {
    margin: 0 -10px;
  }
  .page-products .products-grid .product-items .product-item {
    padding: 10px 10px;
    width: 50%;
    margin: 0;
  }
  .page-products .products-grid .product-items .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products .products-grid .product-items .item.product.product-item .product-item-info .product.details.product-item-details {
    padding: 10px !important;
    min-height: 175px;
    padding-bottom: 47px !important;
  }
  .page-products .products-grid .product-items .item.product.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .action.tocart.primary {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 6px 8px !important;
    min-height: 40px !important;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  body.page-products .products-grid .product-items .item.product.product-item .product-item-info .product-item-inner {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: auto;
  }
  body.page-products .products-grid .product-items .item.product.product-item .product-item-info .product_discount {
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
  }
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border: none;
  position: relative;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product_discount {
  display: block;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #d7b443;
  color: #0b2e70;
  border-radius: 99%;
  -moz-border-radius: 99%;
  -webkit-border-radius: 99%;
  padding: 10px 5px 5px;
  width: 55px;
  height: 55px;
  line-height: 17px;
  text-align: center;
  z-index: 9;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product-item-photo {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  overflow: hidden;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product.details.product-item-details {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product.details.product-item-details .title-price {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  min-height: 58px;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-item-name {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 5px 5px 0;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-item-name a,
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-item-name .product-item-link {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-item-name a:hover,
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-item-name .product-item-link:hover {
  text-decoration: none;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product.details.product-item-details .price-box.price-final_price {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 0 5px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product.details.product-item-details .price-box.price-final_price .normal-price {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product.details.product-item-details .price-box.price-final_price .normal-price .price-label {
  display: none;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product.details.product-item-details .price-box.price-final_price .price-container {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product.details.product-item-details .price-box.price-final_price .price-container .price {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product.details.product-item-details .price-box.price-final_price .old-price .price-label {
  display: none;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product.details.product-item-details .price-box.price-final_price .old-price .price {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: #0b2e70;
  text-decoration: line-through;
  margin: 0;
  padding: 0 0 0 5px;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .category-list-item-for-view {
  float: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  text-align: left;
  overflow: hidden;
  height: 100%;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .category-list-item-for-view li {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  position: relative;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .category-list-item-for-view li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  cursor: pointer;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .category-list-item-for-view li a:hover {
  color: #0b2e70;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .category-list-item-for-view li .active {
  color: #0b2e70;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .category-list-item-for-view li span {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .category-list-item-for-view li:before {
  content: '|';
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  left: -4px;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .category-list-item-for-view li:last-child {
  padding-right: 0;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .category-list-item-for-view li:first-child {
  padding-left: 0;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .category-list-item-for-view li:first-child:before {
  display: none;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product-item-inner {
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  border-top: none;
  left: 0;
  margin: 20px auto 0 !important;
  position: relative;
  right: auto;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product-item-inner:before {
  display: none;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product-item-inner .product-item-actions {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .action.tocart.primary {
  display: block;
  width: 100%;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  min-height: 55px;
}
.page-products .products-grid .product-items .item.product.product-item .product-item-info:hover {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.page-products .products-grid .product-items .item.product.product-item:hover .product-item-info {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  border: none;
}
.page-products .products-grid .product-items .ias-noneleft {
  width: 100%;
  padding: 0;
  background-color: transparent;
  display: block;
  margin: 30px auto;
}
.page-products .products-grid .product-items .ias-noneleft em {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0 auto;
  color: #000000;
}
.abs-visually-hidden-desktop-s,
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  position: relative;
  right: 0;
  top: 0;
  height: auto;
  width: 100%;
  padding: 0;
  background-color: transparent;
  display: block;
  left: auto;
  bottom: auto;
  clip: unset;
  opacity: 1;
  visibility: visible;
  background-image: none;
  border: none;
  box-shadow: none;
}
/*Page Title Start*/
.pagetitle-itemcount {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding: 0;
  margin: 0 auto 15px;
  float: none;
  width: 100%;
}
.pagetitle-itemcount .page-title-wrapper {
  display: block;
  margin: 0;
  padding: 0 20px 5px 0;
  float: none;
  width: auto;
}
.pagetitle-itemcount .page-title-wrapper .page-title {
  display: block;
  margin: 0;
  padding: 0 0 0 0;
  float: none;
  width: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
}
.pagetitle-itemcount .page-title-wrapper .page-title span {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 0;
  float: none;
  width: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  color: #0b2e70;
}
.pagetitle-itemcount .title-productcount {
  display: block;
  margin: 0;
  padding: 0 0 0 0;
  float: none;
  width: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .pagetitle-itemcount {
    margin: 10px auto 10px;
  }
}
/*Page Title End*/
/*Sidebar Open*/
.sidebar.sidebar-main .block.filter .block-content.filter-content .block-subtitle.filter-subtitle {
  display: block;
  margin: 0;
  padding: 0 0 10px 0;
  float: none;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  border-bottom: none;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .sidebar.sidebar-main .block.filter .block-content.filter-content .block-subtitle.filter-subtitle {
    display: none;
  }
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item {
  border-bottom: none;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-title,
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .radio-custom a {
  color: #6d6d6d;
  background-color: transparent;
  cursor: pointer;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .radio-custom a:hover {
  color: #0b2e70;
  background-color: transparent;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .radio-custom .radio-col label {
  margin: 0;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .radio-custom .radio-col input[type="radio"] {
  margin: 0;
  position: relative;
  top: 2px;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items .item {
  padding: 0;
  background-color: transparent;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
  background-color: transparent;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items .item a:hover {
  background-color: transparent;
  color: #0b2e70;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items .item:hover {
  background-color: transparent;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content #price-slider.ui-slider-horizontal {
  background-color: #d3d3d3;
  margin: 0 7px;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content #price-slider.ui-slider-horizontal .ui-slider-handle {
  background-color: #0b2e70;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .price-handle {
  font-size: 0;
  display: none;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .price-handle a {
  font-size: 0;
  text-indent: -9999px;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .price-text {
  display: block;
  margin: 5px auto 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  background-color: transparent;
  color: #3d3d3d;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .price-text input[type="text"] {
  display: block;
  margin: 0 auto;
  padding: 0;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  background-color: transparent;
  color: #3d3d3d;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
  color: #6d6d6d;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-title:after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-title:hover {
  color: #000000;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .radio-custom {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  background-color: transparent;
  color: #6d6d6d;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .radio-custom .radio-col {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  background-color: transparent;
  color: #6d6d6d;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .radio-custom .radio-col a {
  display: block;
  margin: 0 auto 10px;
  padding: 0;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  background-color: transparent;
  color: #6d6d6d;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .radio-custom .radio-col a label {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  background-color: transparent;
  color: #6d6d6d;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  text-transform: capitalize;
  cursor: pointer;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .radio-custom .radio-col a:hover {
  color: #0b2e70;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .radio-custom .radio-col a:hover label {
  color: #0b2e70;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title {
  color: #000000;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item.active > .filter-options-title:after {
  content: "\f068";
  font-weight: 900;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .swatch-option.image:not(.disabled):hover,
.sidebar.sidebar-main .block.filter .block-content.filter-content .swatch-option.color:not(.disabled):hover {
  outline-color: #0b2e70;
}
.sidebar.sidebar-main .block.filter .block-content.filter-content .swatch-option:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .block.filter .block-title.filter-title strong {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding: 7px 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: #0b2e70;
    color: #ffffff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #0b2e70;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
  }
  .block.filter .block-title.filter-title strong:before {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #0b2e70;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .block.filter .block-title.filter-title strong:hover {
    background-color: #0b2e70;
    color: #ffffff;
    border: 1px solid #0b2e70;
  }
  .block.filter .block-title.filter-title strong:focus {
    outline: none;
    border-color: #0b2e70;
    color: #ffffff;
  }
  .block.filter .block-title.filter-title strong:hover:before,
  .block.filter .block-title.filter-title strong:focus:before,
  .block.filter .block-title.filter-title strong:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .block.filter .block-content.filter-content .filter-options-item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .block.filter.active .block-title.filter-title strong {
    font-size: 0;
  }
  .block.filter.active .block-title.filter-title strong:after {
    color: #ffffff;
  }
}
/*Sidebar Close*/
/*Toolbar Open*/
.toolbar.toolbar-products.toolbar-custom {
  margin: 0 auto 15px;
}
@media only screen and (min-width: 768px) {
  .toolbar.toolbar-products.toolbar-custom {
    margin: -52px auto 0;
  }
}
.toolbar.toolbar-products.toolbar-custom .modes,
.toolbar.toolbar-products.toolbar-custom .toolbar-amount {
  display: none;
}
.toolbar.toolbar-products.toolbar-custom .toolbar-sorter.sorter {
  position: relative;
  float: none;
  display: block;
  width: 100%;
}
.toolbar.toolbar-products.toolbar-custom .toolbar-sorter.sorter .sorter-label {
  display: block;
  margin: 0;
  padding: 0 0 0 0;
  float: none;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  border-bottom: none;
  text-align: right;
  color: #0b2e70;
}
.toolbar.toolbar-products.toolbar-custom .toolbar-sorter.sorter .sorter-options {
  float: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 0 0;
  text-align: right;
}
.toolbar.toolbar-products.toolbar-custom .toolbar-sorter.sorter .sorter-options li {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  position: relative;
}
.toolbar.toolbar-products.toolbar-custom .toolbar-sorter.sorter .sorter-options li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
.toolbar.toolbar-products.toolbar-custom .toolbar-sorter.sorter .sorter-options li a:hover {
  color: #0b2e70;
}
.toolbar.toolbar-products.toolbar-custom .toolbar-sorter.sorter .sorter-options li .active {
  color: #0b2e70;
}
.toolbar.toolbar-products.toolbar-custom .toolbar-sorter.sorter .sorter-options li:before {
  content: '|';
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  left: -4px;
}
.toolbar.toolbar-products.toolbar-custom .toolbar-sorter.sorter .sorter-options li:last-child {
  padding-right: 0;
}
.toolbar.toolbar-products.toolbar-custom .toolbar-sorter.sorter .sorter-options li:first-child:before {
  display: none;
}
.products.wrapper.grid.products-grid + .toolbar.toolbar-products.toolbar-custom {
  display: none !important;
}
/*Toolbar Close*/
/* Category Page End */
.filter-options-content .radio-custom .radio-col a input {
  display: none;
}
.filter-options-content .radio-custom .radio-col a {
  position: relative;
  padding-left: 10px !important;
}
.filter-options-content .radio-custom .radio-col a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
/** Pages **/
/* Less Document */
/*Breadcrumbs Open*/
.breadcrumbs {
  margin-top: 30px;
  margin-bottom: 15px;
}
.breadcrumbs ul.items .item a,
.breadcrumbs ul.items .item strong {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  color: #000000;
  text-transform: capitalize;
}
.breadcrumbs ul.items .item a {
  color: #0b2e70;
}
.breadcrumbs ul.items .item:after {
  margin-top: 2px;
  margin-bottom: 2px;
}
/*Breadcrumbs Close*/
/* Subscription Popup Open */
.subsPop .tmp3-text-content {
  padding: 15px;
}
.subsPop .tmp3-text-content .tmp3-title {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  line-height: 38px;
  color: #0b2e70;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0 auto 5px;
  padding: 0;
}
.subsPop .tmp3-text-content .tmp3-sub-title {
  display: block;
  margin: 0 auto 15px;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  color: #000000;
  text-align: center;
  text-transform: capitalize;
}
.subsPop .tmp3-text-content .tmp3-text.mppopup-text {
  display: block;
  margin: 0 auto 25px;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  color: #000000;
  width: 100%;
}
.subsPop .tmp3-text-content .form.subscribe.tmp3-form {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.subsPop .tmp3-text-content .tmp3_field_newsletter {
  display: block;
  margin: 0 auto 15px;
  padding: 0;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  color: #000000;
}
.subsPop .tmp3-text-content .tmp3_field_newsletter input[type="email"] {
  display: block;
  margin: 0 auto;
  padding: 5px 15px;
  width: 100%;
  background-color: #e6e6e6;
  border: 1px solid #969696;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  color: #000000;
  min-height: 38px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.subsPop .tmp3-text-content .tmp3_field_newsletter input[type="email"]:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #dfdfdf;
}
.subsPop .tmp3-text-content .action.subscribe.primary.tmp3-button {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  display: block;
  margin: 0 auto;
  padding: 5px;
  min-height: 38px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 80px;
}
.subsPop .tmp3-text-content .action.subscribe.primary.tmp3-button img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.subsPop div#bio_ep_close {
  position: absolute;
  right: -13px;
  top: -13px;
  z-index: 99;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  width: 26px;
  height: 26px;
  text-align: center;
  background-color: #0b2e70;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
}
.subsPop .mp-popup-coupon-code {
  width: 100%;
  max-width: 400px;
}
.subsPop .mp-popup-coupon-code #mp-coupon-code {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  color: #000000;
  min-height: 38px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.subsPop #popup-success-content {
  padding: 15px;
}
.subsPop #popup-success-content .success-title {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  line-height: 38px;
  color: #0b2e70;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0 auto 5px;
  padding: 0;
}
.subsPop #popup-success-content .action.subscribe.primary {
  display: block;
  margin: 15px auto;
}
.subsPop .mage-error {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: #d60000;
  margin: 10px auto 0;
  display: block;
  padding: 0;
}
/* Subscription Popup Close */
/* Cursor Open */
#heart-container {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(0);
  z-index: 9999;
  pointer-events: none;
  display: block !important;
}
.heart {
  width: 32px;
  height: 32px;
  background: url('../images/1_100.png') no-repeat center / contain;
  position: absolute;
  animation: floatHeart 2s ease-out forwards;
  display: block !important;
}
@keyframes floatHeart {
  0% {
    transform: translateY(0) scale(0);
    opacity: 1;
  }
  70% {
    opacity: 0.6;
  }
  100% {
    transform: translateY(-100px) scale(1.2);
    opacity: 0;
  }
}
/* Cursor Close */
/** Product Details Page **/
/* Less Document */
.product.media {
  margin: 0 auto 20px;
}
.product.media .fotorama-item.fotorama,
.product.media .gallery-placeholder {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  display: block;
}
.product.media .fotorama-item.fotorama .fotorama__nav-wrap .fotorama__thumb,
.product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__thumb {
  border: 1px solid #ebebeb !important;
}
.product.media .fotorama-item.fotorama .fotorama__nav-wrap .fotorama__thumb-border,
.product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__thumb-border {
  border-color: #0b2e70 !important;
}
.product.media .fotorama__active .fotorama__dot {
  background-color: #0b2e70;
  border-color: #0b2e70;
}
@media only screen and (max-width: 767px) {
  .product.media {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto 20px;
  }
}
.fotorama__thumb-border {
  border-color: #0b2e70 !important;
}
.fotorama__fullscreen-icon,
.fotorama__fullscreen-icon:focus,
.fotorama__fullscreen-icon:active,
.fotorama__zoom-in,
.fotorama__zoom-in:focus,
.fotorama__zoom-in:active,
.fotorama__zoom-out,
.fotorama__zoom-out:focus,
.fotorama__zoom-out:active {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}
.fotorama__fullscreen-icon:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__fullscreen-icon:active:after,
.fotorama__zoom-in:after,
.fotorama__zoom-in:focus:after,
.fotorama__zoom-in:active:after,
.fotorama__zoom-out:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-out:active:after {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}
.product-info-main .page-title-wrapper {
  display: block;
  margin: 0 auto 10px;
  padding: 0;
}
.product-info-main .page-title-wrapper .page-title {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.product-info-main .page-title-wrapper .page-title span {
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  color: #202020;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.product-info-main .product-info-price {
  display: block;
  margin: 0 auto 10px;
  padding: 0;
  border-bottom: none;
}
.product-info-main .product-info-price .price-box.price-final_price {
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  color: #000000;
  display: block;
  margin: 0 auto 0;
  padding: 0;
}
.product-info-main .product-info-price .price-box.price-final_price .normal-price {
  display: inline-block;
  margin: 0 auto 0;
  padding: 0;
  width: auto;
}
.product-info-main .product-info-price .price-box.price-final_price .normal-price .price-label {
  display: none !important;
}
.product-info-main .product-info-price .price-box.price-final_price .normal-price .price {
  font-size: 30px;
  line-height: 32px;
}
.product-info-main .product-info-price .price-box.price-final_price .special-price {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.product-info-main .product-info-price .price-box.price-final_price .special-price .price {
  font-size: 30px;
  line-height: 32px;
}
.product-info-main .product-info-price .price-box.price-final_price .price-label {
  display: none;
}
.product-info-main .product-info-price .price-box.price-final_price .price {
  font-size: 30px;
  line-height: 32px;
}
.product-info-main .product-info-price .price-box.price-final_price .old-price {
  margin: 0 3px 0 8px;
  font-size: 14px;
  text-decoration: line-through;
  vertical-align: top;
  color: #0b2e70;
}
.product-info-main .product-info-price .price-box.price-final_price .old-price .price-label {
  display: none !important;
}
.product-info-main .product-info-price .price-box.price-final_price .old-price .price {
  font-size: 18px !important;
  font-weight: normal !important;
  line-height: 18px !important;
  color: #0b2e70;
}
.product-info-main .product-info-price .price-box.price-final_price .price {
  font-size: 19px;
  font-weight: 700;
}
.product-info-main .product-info-price .product-info-stock-sku {
  display: none !important;
  margin: 0 auto 0;
  padding: 0;
}
.product-info-main .product-options-wrapper {
  display: block;
  margin: 0 auto 20px;
  padding: 0;
  width: 100%;
}
.product-info-main .product-options-wrapper .fieldset {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
}
.product-info-main .product-options-wrapper .fieldset .field {
  display: block;
  margin: 0 0;
  padding: 0;
  width: 46%;
  float: left;
}
.product-info-main .product-options-wrapper .fieldset .field .label {
  display: block;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #000000;
  text-align: left;
  width: 100%;
}
.product-info-main .product-options-wrapper .fieldset .field .control {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.product-info-main .product-options-wrapper .fieldset .field .control select {
  text-align: left;
  min-height: 42px;
  height: 42px;
  border-color: #b7b7b7;
  background-color: #f8fbfd;
}
.product-info-main .product-options-wrapper .fieldset .field:first-child {
  margin-right: 4%;
}
.product-info-main .product-options-wrapper .fieldset .field:last-child {
  margin-left: 4%;
}
@media only screen and (max-width: 575px) {
  .product-info-main .product-options-wrapper .fieldset .field {
    width: 100%;
  }
  .product-info-main .product-options-wrapper .fieldset .field:first-child {
    margin-right: 0;
  }
  .product-info-main .product-options-wrapper .fieldset .field:last-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-info-main .product-options-wrapper .fieldset .field {
    width: 100%;
  }
  .product-info-main .product-options-wrapper .fieldset .field:first-child {
    margin-right: 0;
  }
  .product-info-main .product-options-wrapper .fieldset .field:last-child {
    margin-left: 0;
  }
}
.product-info-main .product-options-wrapper .fieldset:before,
.product-info-main .product-options-wrapper .fieldset:after {
  display: table;
  clear: both;
  height: 1px;
  content: '';
}
.product-info-main .product-options-wrapper .product-options-bottom {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  clear: both;
}
.product-info-main .product-options-wrapper .product-options-bottom:before,
.product-info-main .product-options-wrapper .product-options-bottom:after {
  display: table;
  clear: both;
  height: 1px;
  content: '';
}
.product-info-main .product-options-wrapper .product-options-bottom .box-tocart {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  clear: both;
}
.product-info-main .product-options-wrapper .product-options-bottom .box-tocart:before,
.product-info-main .product-options-wrapper .product-options-bottom .box-tocart:after {
  display: table;
  clear: both;
  height: 1px;
  content: '';
}
.product-info-main .product-options-wrapper .product-options-bottom .box-tocart .fiel.qty {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  clear: both;
}
.product-info-main .product-options-wrapper .product-options-bottom .box-tocart .fiel.qty:before,
.product-info-main .product-options-wrapper .product-options-bottom .box-tocart .fiel.qty:after {
  display: table;
  clear: both;
  height: 1px;
  content: '';
}
.product-info-main .product-add-form {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
}
.product-info-main .product-add-form .box-tocart {
  display: block;
  margin: 0;
  padding: 0;
}
.product-info-main .product-add-form .box-tocart .fieldset {
  display: block;
  margin: 0 auto 0;
  padding: 0;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty {
  margin: 0 auto 30px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .label {
  display: block;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #000000;
  text-align: left;
  width: 100%;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 80px;
  position: relative;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .input-text.qty {
  text-align: center;
  min-height: 42px;
  height: 42px;
  border-color: #b7b7b7;
  background-color: #f8fbfd;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control #qty-error {
  position: absolute;
  bottom: -22px;
  left: -40px;
  width: 260px;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .qtyminus,
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .qtyplus {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  background-color: #0b2e70;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  min-height: 42px;
  height: 42px;
  border-color: #0b2e70;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  border: none;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .qtyminus:focus,
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .qtyplus:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 10px 15px;
  width: auto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  background-color: #5d5d5d;
  border-color: #5d5d5d;
  height: 52px;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart:hover {
  background-color: #5d5d5d;
  border-color: #0b2e70;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart:before {
  background-color: #0b2e70;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view {
  display: flex;
  margin: 10px auto 20px;
  padding: 0;
  width: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view {
    flex-direction: column;
  }
}
@media only screen and (max-width: 410px) {
  .product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view {
    flex-direction: column;
  }
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view .action.primary {
  display: block;
  margin: 0;
  padding: 10px 15px;
  width: auto;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  background-color: #0b2e70;
  border-color: #0b2e70;
  min-width: 48%;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view .action.primary {
    min-width: 100%;
  }
}
@media only screen and (max-width: 410px) {
  .product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view .action.primary {
    min-width: 100%;
  }
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-sparsh-buynow-button,
.product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-sparsh-buynow-button.action.primary {
  margin: 0 0 0 1%;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-sparsh-buynow-button:hover,
.product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-sparsh-buynow-button.action.primary:hover {
  background-color: #0b2e70;
  border-color: #d7b443;
  color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-sparsh-buynow-button,
  .product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-sparsh-buynow-button.action.primary {
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 410px) {
  .product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-sparsh-buynow-button,
  .product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-sparsh-buynow-button.action.primary {
    margin: 20px 0 0;
  }
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-addtocart-button,
.product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-addtocart-button.action.primary {
  margin: 0 1% 0 0;
  background-color: #d7b443;
  color: #000000;
  border-color: #d7b443;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-addtocart-button:before,
.product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-addtocart-button.action.primary:before {
  background-color: #0b2e70;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-addtocart-button:hover,
.product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-addtocart-button.action.primary:hover {
  background-color: #d7b443;
  border-color: #0b2e70;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-addtocart-button,
  .product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-addtocart-button.action.primary {
    margin: 0 0 0;
  }
}
@media only screen and (max-width: 410px) {
  .product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-addtocart-button,
  .product-info-main .product-add-form .box-tocart .fieldset .actions .sparsh-buynow-view #product-addtocart-button.action.primary {
    margin: 0 0 0;
  }
}
.product-info-main .product.attribute.overview {
  display: inline-block;
  margin: 0 auto 5px;
  padding: 0;
  width: 100%;
}
.product-info-main .product.attribute.overview p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.product-info-main .product-details-buy-now-before {
  display: inline-block;
  margin: 25px auto 10px;
  padding: 0;
  width: 100%;
}
.product-info-main .product-details-buy-now-before .item {
  display: block;
  margin: 0 auto 10px;
  padding: 0;
  width: 100%;
  text-align: center;
}
.product-info-main .product-details-buy-now-before .item img {
  display: block;
  margin: 0 auto 10px;
  padding: 0;
  width: auto;
  text-align: center;
  max-height: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-info-main .product-details-buy-now-before .item img {
    max-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-info-main .product-details-buy-now-before .item img {
    max-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-info-main .product-details-buy-now-before .item img {
    max-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .product-info-main .product-details-buy-now-before .item img {
    max-height: 40px;
  }
}
.product-info-main .product-details-buy-now-before .item span {
  display: block;
  margin: 0 auto 10px;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.product-info-main .product-details-buy-now-after {
  display: block;
  margin: 0 auto 20px;
  padding: 0;
  width: 100%;
}
.product-info-main .product-details-buy-now-after .product-details-buy-now-after-top {
  display: block;
  margin: 0 auto 20px;
  padding: 10px 15px;
  width: 100%;
  background-color: #f3f3f3;
}
.product-info-main .product-details-buy-now-after .product-details-buy-now-after-top .item {
  display: flex;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  text-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-self: center;
  height: 100%;
}
.product-info-main .product-details-buy-now-after .product-details-buy-now-after-top .item img {
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
  width: auto;
  text-align: center;
  max-width: 25px;
  align-self: center;
}
.product-info-main .product-details-buy-now-after .product-details-buy-now-after-top .item span {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  align-self: center;
}
.product-info-main .product-details-buy-now-after .product-details-buy-now-after-bottom {
  display: block;
  margin: 0 auto 20px;
  padding: 20px 0 0 0;
  width: 100%;
  border-top: 1px solid #000000;
}
.product-info-main .product-details-buy-now-after .product-details-buy-now-after-bottom p {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
.product.info.detailed {
  display: block;
  margin: 0 auto 40px;
  padding: 20px 0 0 0;
  float: none;
  width: 100%;
  background-color: transparent;
}
.product.info.detailed .item.content {
  padding: 20px 0 0 0;
  border: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
.product.info.detailed .item.content .description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
.product.info.detailed .item.content .description p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
.product.info.detailed .item.content .description ul {
  padding: 0 0 0 0;
  margin: 0 auto 15px;
  list-style: disc;
  list-style-type: disc;
  list-style-position: inside;
}
.product.info.detailed .item.content .description ul li {
  margin: 0 auto 5px;
  list-style: disc;
  list-style-type: disc;
  list-style-position: inside;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
.product.info.detailed .item.content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #5d5d5d;
}
.product.info.detailed .item.content ul.bullet {
  padding: 0 0 0 0;
  margin: 0 auto 15px;
  list-style: disc;
  list-style-type: disc;
  list-style-position: inside;
}
.product.info.detailed .item.content ul.bullet li {
  margin: 0 auto 5px;
  list-style: disc;
  list-style-type: disc;
  list-style-position: inside;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
.product.info.detailed .item.title {
  background-color: transparent;
}
.product.info.detailed .item.title .switch {
  border: none;
  padding: 5px;
  margin-right: 10px;
  background-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #000000;
}
.product.info.detailed .item.title .switch:hover {
  color: #0b2e70;
}
.product.info.detailed .item.title:last-child .switch {
  margin-right: 0;
}
.product.info.detailed .item.title:first-child .switch {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .product.info.detailed .item.title .switch {
    margin-right: 0;
    padding: 0;
  }
}
.product.info.detailed .item.title.active {
  background-color: transparent;
  color: #0b2e70;
}
.product.info.detailed .item.title.active .switch {
  color: #0b2e70;
  background-color: transparent;
}
.product.info.detailed .item.title.active .switch:hover,
.product.info.detailed .item.title.active .switch:focus,
.product.info.detailed .item.title.active .switch:active {
  color: #0b2e70;
}
@media only screen and (max-width: 767px) {
  .product.info.detailed .product.data.items {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.zipcode-box-wrapper {
  display: block;
  margin: 0 auto 30px;
  padding: 20px;
  float: none;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner {
  display: block;
  margin: 0 auto 0;
  padding: 20px;
  float: none;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner h3 {
  display: block;
  margin: 0 auto 20px;
  padding: 0;
  float: none;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .zipcode-box-wrapper .zipcode-box-wrapper-inner h3 {
    font-size: 18px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .zipcode-box-wrapper .zipcode-box-wrapper-inner h3 {
    font-size: 18px;
    text-align: center;
  }
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  float: none;
  width: 100%;
  background-color: transparent;
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  float: none;
  width: 100%;
  background-color: transparent;
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box {
  display: flex;
  margin: 0 auto 0;
  padding: 0;
  float: none;
  width: 100%;
  background-color: transparent;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box {
    flex-direction: column;
  }
  .zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .zipcode-check-btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box {
    flex-direction: column;
  }
  .zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .zipcode-check-btn {
    margin-top: 20px;
  }
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .zipcode-inner {
  display: block;
  margin: 0 0;
  padding: 0;
  float: none;
  width: 70%;
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .zipcode-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .zipcode-inner {
    width: 100%;
  }
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .zipcode-inner .control {
  display: block;
  margin: 0 0;
  padding: 0;
  float: none;
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .zipcode-inner .control .input-text {
  display: block;
  margin: 0 0;
  padding: 5px 10px;
  float: none;
  min-height: 42px;
  height: 42px;
  border-color: #b7b7b7;
  background-color: #f8fbfd;
  outline: none;
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .zipcode-inner .control .input-text:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  border-color: #0b2e70;
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .message.error,
.zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .message.success {
  padding: 10px 20px !important;
  width: 100%;
  margin: 20px auto 0 !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .message.success {
  width: 100%;
  margin: 20px auto 0 !important;
  padding: 0 !important;
  background-color: transparent;
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .message.success .message-top {
  width: 100%;
  margin: 0 auto 30px;
  padding: 20px;
  background-color: #f7f8fa;
  color: #949494;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .message.success .message-top p {
  color: #949494;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  width: 100%;
  margin: 0 0;
  padding: 0;
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .message.success .message-top p span {
  color: #0b2e70;
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .message.success .message-top:before {
  display: none;
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .message.success .message-bottom {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  background-color: transparent;
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .message.success .message-bottom p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  width: 100%;
  margin: 0 0;
  padding: 0;
  color: #000000;
}
.zipcode-box-wrapper .zipcode-box-wrapper-inner .zipchecker-product .form-product-zipcode .zipcode-box .message.success .message-bottom p {
  padding: 9px 0 0 40px;
}
/** Cart Page **/
/* Less Document */
.checkout-cart-index .sections.nav-sections {
  border-bottom: 1px solid #E8E3E3;
}
.checkout-cart-index .page-main .page-title-wrapper .page-title {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
  color: #0b2e70;
  text-transform: capitalize;
  margin: 30px 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-cart-index .page-main .page-title-wrapper .page-title {
    font-size: 30px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .page-main .page-title-wrapper .page-title {
    font-size: 26px;
    line-height: 30px;
  }
}
.checkout-cart-index .cart-container {
  /*Sidebar Open*/
  /*Sidebar Close*/
  /*Left Part Order Details open**/
  /*Left Part Order Details Close**/
  /*Cart Discount Open*/
  /*Cart Discount Close*/
  /*Block Crosssell open**/
  /*Block Crosssell Close**/
}
.checkout-cart-index .cart-container .cart-summary {
  background-color: rgba(250, 250, 250, 0.9);
  border: 1px solid #f6f6f6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .cart-summary {
    margin: 0 20px 20px 20px;
    padding: 20px;
  }
}
.checkout-cart-index .cart-container .cart-summary .summary.title {
  font-family: 'Poppins', sans-serif;
  color: #000000;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .title {
  color: #000000;
  font-size: 1.6rem;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .title strong {
  color: #000000;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .cart-summary .block.shipping .title {
    padding-left: 0;
  }
  .checkout-cart-index .cart-container .cart-summary .block.shipping .title:after {
    right: 0;
  }
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content {
  padding: 0;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset {
  margin-bottom: 5px;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .label {
  margin-bottom: 3px;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .control .select,
.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .control .input-text {
  padding: 5px;
  background-color: #ffffff;
  color: #000000;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .control .select:focus,
.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .control .input-text:focus {
  outline: none;
  box-shadow: none;
  border-color: #000000;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .control .select {
  padding-right: 33px;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .items.methods .item-options {
  margin-bottom: 5px;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .items.methods .item-options .radio {
  margin-top: 5px;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .items.methods .item-options .radio:focus {
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .cart-summary .cart-totals {
    padding-left: 0;
    padding-right: 0;
  }
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr th,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr td {
  background-color: transparent;
  font-size: 18px;
  color: #000000;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table .grand.totals th,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table .grand.totals td {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table .grand.totals th strong,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table .grand.totals td strong {
  color: #000000;
  font-weight: 700;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table .grand.totals td.amount .price {
  font-size: 20px;
  font-weight: 700;
}
.checkout-cart-index .cart-container .cart-summary .checkout .item .action.primary.checkout,
.checkout-cart-index .cart-container .cart-summary .checkout .item .action.checkout,
.checkout-cart-index .cart-container .cart-summary .checkout .item .checkout {
  background-color: #0b2e70;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-color: #0b2e70;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.checkout-cart-index .cart-container .cart-summary .checkout .item .action.primary.checkout span,
.checkout-cart-index .cart-container .cart-summary .checkout .item .action.checkout span,
.checkout-cart-index .cart-container .cart-summary .checkout .item .checkout span {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-cart-index .cart-container .cart-summary .checkout .item .action.primary.checkout span,
  .checkout-cart-index .cart-container .cart-summary .checkout .item .action.checkout span,
  .checkout-cart-index .cart-container .cart-summary .checkout .item .checkout span {
    font-size: 1.8rem;
  }
}
.checkout-cart-index .cart-container .cart-summary .checkout .item .action.primary.checkout:before,
.checkout-cart-index .cart-container .cart-summary .checkout .item .action.checkout:before,
.checkout-cart-index .cart-container .cart-summary .checkout .item .checkout:before {
  background-color: #d7b443;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.checkout-cart-index .cart-container .cart-summary .checkout .item .action.primary.checkout:hover,
.checkout-cart-index .cart-container .cart-summary .checkout .item .action.checkout:hover,
.checkout-cart-index .cart-container .cart-summary .checkout .item .checkout:hover {
  color: #ffffff;
  border-color: #d7b443;
}
.checkout-cart-index .cart-container .cart-summary .checkout .item .action.primary.checkout:focus,
.checkout-cart-index .cart-container .cart-summary .checkout .item .action.checkout:focus,
.checkout-cart-index .cart-container .cart-summary .checkout .item .checkout:focus,
.checkout-cart-index .cart-container .cart-summary .checkout .item .action.primary.checkout:active,
.checkout-cart-index .cart-container .cart-summary .checkout .item .action.checkout:active,
.checkout-cart-index .cart-container .cart-summary .checkout .item .checkout:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.checkout-cart-index .cart-container .cart-summary .checkout .item .action.multicheckout {
  display: none;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .form.form-cart {
    margin: 0 20px 20px 20px;
  }
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper {
  background-color: rgba(250, 250, 250, 0.9);
  border: 1px solid #f6f6f6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px;
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table {
  margin: 0 auto;
  padding: 0;
  border: none;
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table thead tr th {
  border-top: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  color: #000000;
  padding: 8px 5px;
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-info td {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-info td .product-item-photo {
  width: 100px;
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-info td .product-item-photo img {
  min-width: 100px;
  max-width: 100px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-info td .product-item-photo {
    width: 65px;
  }
  .checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-info td .product-item-photo img {
    min-width: 100%;
    max-width: 100%;
  }
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-info td .product-item-details .product-item-name a {
  color: #000000;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-info td .product-item-details .product-item-name a:hover {
  color: #0b2e70;
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-info td .cart-price .price {
  color: #000000;
  font-weight: 400;
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-info .qty .input-text.qty {
  background-color: transparent;
  color: #000000;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-info .qty .input-text.qty:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #000000;
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-actions td .actions-toolbar {
  min-height: 40px;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-actions td .actions-toolbar {
    min-height: 40px;
  }
  .checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-actions td .actions-toolbar .action-towishlist:before {
    color: #000000;
  }
  .checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-actions td .actions-toolbar .action-towishlist:hover:before {
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    color: #0b2e70;
  }
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-actions td .actions-toolbar .action-towishlist {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: #000000;
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-actions td .actions-toolbar .action-towishlist:hover {
  color: #0b2e70;
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-actions td .actions-toolbar .action.action-edit,
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-actions td .actions-toolbar .action.action-delete {
  color: #000000;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-actions td .actions-toolbar .action.action-edit:before,
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-actions td .actions-toolbar .action.action-delete:before {
  color: #000000;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-actions td .actions-toolbar .action.action-edit:hover,
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-actions td .actions-toolbar .action.action-delete:hover {
  color: #0b2e70;
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-actions td .actions-toolbar .action.action-edit:hover:before,
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody tr.item-actions td .actions-toolbar .action.action-delete:hover:before {
  color: #0b2e70;
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody.cart.item {
  border-top: none;
}
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper .table tbody.cart.item:last-child {
  border-bottom: none;
}
.checkout-cart-index .cart-container .form.form-cart .cart.main.actions .action.update {
  background-color: #0b2e70;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-color: #0b2e70;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 6px 20px;
}
.checkout-cart-index .cart-container .form.form-cart .cart.main.actions .action.update span {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  text-transform: capitalize;
}
.checkout-cart-index .cart-container .form.form-cart .cart.main.actions .action.update:before {
  background-color: #d7b443;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.checkout-cart-index .cart-container .form.form-cart .cart.main.actions .action.update:hover {
  color: #000000;
  border-color: #d7b443;
  background-color: #d7b443;
}
.checkout-cart-index .cart-container .form.form-cart .cart.main.actions .action.update:focus,
.checkout-cart-index .cart-container .form.form-cart .cart.main.actions .action.update:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .cart-discount {
    margin: 0 20px 20px 20px;
    border-bottom: none;
  }
}
.checkout-cart-index .cart-container .cart-discount .block.discount {
  background-color: rgba(245, 245, 245, 0.9);
  border: 1px solid #f6f6f6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin: 0;
  width: 100%;
}
.checkout-cart-index .cart-container .cart-discount .block.discount .title {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  text-transform: capitalize;
  color: #000000;
  padding: 15px 20px;
}
.checkout-cart-index .cart-container .cart-discount .block.discount .title strong {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .cart-discount .block.discount .title {
    border: none;
  }
  .checkout-cart-index .cart-container .cart-discount .block.discount .title:after {
    top: 17px;
  }
}
.checkout-cart-index .cart-container .cart-discount .block.discount .content {
  padding: 0 20px;
}
.checkout-cart-index .cart-container .cart-discount .block.discount .content .fieldset.coupon .field {
  padding: 0;
}
.checkout-cart-index .cart-container .cart-discount .block.discount .content .fieldset.coupon .field .input-text {
  min-height: 37px;
  padding: 5px 15px;
  -webkit-border-radius: 5px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius: 5px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.checkout-cart-index .cart-container .cart-discount .block.discount .content .fieldset.coupon .field .input-text:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #000000;
}
.checkout-cart-index .cart-container .cart-discount .block.discount .content .fieldset.coupon .actions-toolbar .primary .action.apply.primary {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 7px 20px;
  -webkit-border-radius: 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 37px;
}
.checkout-cart-index .cart-container .cart-discount .block.discount .content .fieldset.coupon .actions-toolbar .primary .action.apply.primary span {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  text-transform: capitalize;
}
.checkout-cart-index .cart-container .cart-discount .block.discount .content .fieldset.coupon .actions-toolbar .primary .action.apply.primary:before {
  background-color: #d7b443;
  -webkit-border-radius: 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 37px;
  top: -1px;
  left: -1px;
}
.checkout-cart-index .cart-container .cart-discount .block.discount .content .fieldset.coupon .actions-toolbar .primary .action.apply.primary:hover {
  color: #000000;
  border-color: #d7b443;
}
.checkout-cart-index .cart-container .cart-discount .block.discount .content .fieldset.coupon .actions-toolbar .primary .action.apply.primary:focus,
.checkout-cart-index .cart-container .cart-discount .block.discount .content .fieldset.coupon .actions-toolbar .primary .action.apply.primary:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.checkout-cart-index .cart-container .block.crosssell {
  display: none !important;
  width: 0;
  height: 0;
}
/** Checkout Page **/
/* Less Document */
.checkout-index-index .page-header {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .page-header .header.content .logo {
    padding-left: 0;
  }
}
.checkout-index-index .page-header .header.content {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.checkout-index-index .page-header .header.content .logo {
  float: none;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content {
    max-height: 450px;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content {
    max-height: 450px;
    overflow-y: auto;
  }
}
.checkout-index-index .checkout-container {
  /*Opc Progress Open*/
  /*Opc Progress Close*/
  /*Opc Wrapper Open*/
  /*Opc Wrapper Close*/
  /*Opc Sidebar Open*/
  /*Opc Sidebar Close*/
}
.checkout-index-index .checkout-container .opc-progress-bar {
  text-align: center;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item:before {
  background-color: #d7b443;
  border-color: #d7b443;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item span:before {
  background-color: #d7b443;
  border-color: #d7b443;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item span:after {
  border-color: #d7b443;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._active:before {
  background-color: #0b2e70;
  border-color: #0b2e70;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._active span:before {
  background-color: #0b2e70;
  border-color: #0b2e70;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._active span:after {
  border-color: #0b2e70;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._complete:before {
  background-color: #0b2e70;
  border-color: #0b2e70;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._complete span:before {
  background-color: #0b2e70;
  border-color: #0b2e70;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._complete span:after {
  border-color: #0b2e70;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._complete span {
  color: #0b2e70;
  font-weight: 700;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  text-transform: capitalize;
  color: #000000;
  padding-bottom: 15px;
  border-bottom: none;
  border: none;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content {
  background-color: transparent;
  padding: 0;
  border-right: none;
  border-left: none;
  border-bottom: none;
  border-top: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content:not(#checkout-step-payment) {
  background-color: rgba(250, 250, 250, 0.9);
  padding: 15px;
  border-right: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .shipping-address-items .shipping-address-item {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 26px;
  color: #000000;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .shipping-address-items .shipping-address-item.selected-item {
  border-color: #0b2e70;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .shipping-address-items .shipping-address-item.selected-item:after {
  background-color: #0b2e70;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .form.methods-shipping .table-checkout-shipping-method {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .form.methods-shipping .table-checkout-shipping-method thead {
  display: none;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .form.methods-shipping .table-checkout-shipping-method thead tr.row {
  margin-right: 0;
  margin-left: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .form.methods-shipping .table-checkout-shipping-method tbody tr.row {
  margin-right: 0;
  margin-left: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .form.methods-shipping .table-checkout-shipping-method tbody tr.row td.col {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .form.methods-shipping .actions-toolbar .button.action {
  padding: 8px 30px;
  margin-top: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .fieldset > br {
  display: none;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method {
  background-color: rgba(250, 250, 250, 0.9);
  padding: 15px;
  border-right: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method .payment-method-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #000000;
  padding: 0;
  margin: 0;
  line-height: 24px;
  border: none;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method .payment-method-title .label {
  margin-bottom: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method input[type='radio']:focus,
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method input[type='checkbox']:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method .payment-method-content {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  color: #000000;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method .payment-method-content .action.action-edit-address {
  padding: 2px 25px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method .checkout-billing-address .fieldset .field {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method .checkout-billing-address .fieldset .field .select {
  padding: 5px 30px 5px 10px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #000000;
  background-color: #fffbf5;
  text-transform: none;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  min-height: 40px;
  border-color: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method .checkout-billing-address .fieldset .field .select option {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #000000;
  text-transform: capitalize;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method .checkout-billing-address .fieldset .field .select:focus {
  border-color: #0b2e70;
  box-shadow: none;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method .checkout-billing-address .fieldset .billing-address-form {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method .checkout-billing-address .fieldset .billing-address-form .field .input-text {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  padding: 5px 10px;
  color: #000000;
  background-color: #fffbf5;
  text-transform: none;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  min-height: 40px;
  border-color: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method .checkout-billing-address .fieldset .billing-address-form .field .input-text option {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #000000;
  text-transform: capitalize;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method .checkout-billing-address .fieldset .billing-address-form .field .input-text:focus {
  border-color: #0b2e70;
  box-shadow: none;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method .checkout-billing-address .fieldset .actions-toolbar .primary .action.action-update {
  margin-left: 5px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method .checkout-billing-address .fieldset .actions-toolbar .primary .action.action-cancel {
  background-color: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .items.payment-methods .payment-method .checkout-billing-address .fieldset .actions-toolbar .primary .action.action-cancel {
    margin-top: 0;
  }
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .action.primary.checkout {
  font-size: 20px;
  padding: 10px 30px;
  text-transform: uppercase;
  background-color: #0b2e70;
  border-color: #0b2e70;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .action.primary.checkout:before {
  background-color: #000000;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .action.primary.checkout:hover {
  border-color: #000000;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #co-payment-form.form.payments .action.primary.checkout:hover:before {
  background-color: #000000;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .opc-payment-additional.discount-code {
  background-color: rgba(250, 250, 250, 0.9);
  padding: 15px;
  border-right: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 25px auto 15px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .opc-payment-additional.discount-code .payment-option-title.field {
  border: none;
  padding: 0;
  margin: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .opc-payment-additional.discount-code .payment-option-title.field .action.action-toggle {
  display: block;
  margin: 0 0 0 0;
  width: auto;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
  background-color: transparent;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  vertical-align: middle;
  -webkit-transform: none;
  transform: none;
  box-shadow: none;
  position: relative;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .opc-payment-additional.discount-code .payment-option-title.field .action.action-toggle:before {
  content: none;
  background-color: transparent;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .opc-payment-additional.discount-code .payment-option-title.field .action.action-toggle:before:hover:before {
  background-color: transparent;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .opc-payment-additional.discount-code .payment-option-content {
  padding: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .opc-payment-additional.discount-code .payment-option-content .form.form-discount {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .opc-payment-additional.discount-code .payment-option-content .form.form-discount .field .input-text {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  padding: 5px 10px;
  color: #000000;
  background-color: #fffbf5;
  text-transform: none;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  min-height: 40px;
  border-color: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .opc-payment-additional.discount-code .payment-option-content .form.form-discount .field .input-text option {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #000000;
  text-transform: capitalize;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .opc-payment-additional.discount-code .payment-option-content .form.form-discount .field .input-text:focus {
  border-color: #0b2e70;
  box-shadow: none;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content .opc-payment-additional.discount-code .payment-option-content .form.form-discount .payment-option-inner {
  margin-top: 15px;
  margin-bottom: 5px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #checkout-pickup_location {
  margin-top: 20px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #checkout-pickup_location .step-title {
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 18px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #checkout-pickup_location .checkout-pickup_location-selected .col.col-method {
  max-width: 50px;
  padding-right: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .step-content #checkout-pickup_location .checkout-pickup_location-selected .col.col-description {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #000000;
}
.checkout-index-index .checkout-container .opc-wrapper .action {
  display: inline-block;
  margin: 5px 0 5px 0;
  width: auto;
  padding: 5px 15px;
  text-align: center;
  text-transform: capitalize;
  background-color: #0b2e70;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  border: 1px solid #0b2e70;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.checkout-index-index .checkout-container .opc-wrapper .action:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #000000;
}
.checkout-index-index .checkout-container .opc-wrapper .action:hover {
  color: #ffffff;
  border: 1px solid #000000;
}
.checkout-index-index .checkout-container .opc-wrapper .action:hover:before {
  background-color: #000000;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.checkout-index-index .checkout-container .opc-wrapper .action:focus {
  outline: none;
  border-color: #000000;
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper {
  margin-top: 17px;
}
@media only screen and (min-width: 768px) {
  .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content {
    border: none;
    background-color: transparent;
    margin: 0 auto;
    padding: 0;
  }
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-summary {
  background-color: rgba(250, 250, 250, 0.9);
  border: 1px solid #f6f6f6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0 auto;
  padding: 15px 20px;
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-summary .data.table.table-totals {
  margin: 10px auto 0;
  width: 100%;
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-summary .data.table.table-totals tr {
  background-color: transparent;
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-summary .data.table.table-totals tr th,
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-summary .data.table.table-totals tr td {
  background-color: transparent;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-summary .title {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-transform: capitalize;
  color: #000000;
  padding-bottom: 5px;
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-summary .block.items-in-cart .title {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  text-transform: capitalize;
  color: #000000;
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-summary .block.items-in-cart .title strong {
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items .product-item .product .product-item-details .product-item-name {
  display: block;
  margin-bottom: 3px;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  color: #000000;
  text-decoration: none;
  text-align: left;
  text-transform: none;
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items .product-item .product .product-item-details .product-item-name a {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  color: #000000;
  text-decoration: none;
  text-align: left;
  text-transform: none;
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items .product-item .product .product-item-details .product-item-name a:hover {
  color: #0b2e70;
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items .product-item .product .product-item-details .details-qty {
  margin-top: 5px;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  color: #000000;
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items .product-item .product .product-item-details .details-qty .label {
  color: #000000;
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-shipping-information {
  margin: 0 auto 0;
  padding: 0 0;
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-shipping-information .shipping-information {
  background-color: rgba(250, 250, 250, 0.9);
  border: 1px solid #f6f6f6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 25px auto 0;
  padding: 15px 20px;
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-shipping-information .shipping-information .shipping-information-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-shipping-information .shipping-information .shipping-information-title .action.action-edit {
  top: 0px;
}
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .opc-block-shipping-information .shipping-information .shipping-information-content {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-top: 20px;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address .label {
  display: block;
  padding: 0;
  margin: 0 auto 5px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-align: left;
  line-height: 20px;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address .label::after {
  font-size: 18px;
  margin-left: 3px;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address .control .input-text,
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address .control textarea,
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address .control .select {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  padding: 5px 10px;
  color: #000000;
  background-color: #ffffff;
  text-transform: none;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  min-height: 40px;
  border-color: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address .control .input-text option,
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address .control textarea option,
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address .control .select option {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #000000;
  text-transform: capitalize;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address .control .input-text:focus,
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address .control textarea:focus,
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address .control .select:focus {
  border-color: #0b2e70;
  box-shadow: none;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address .field.choice .label {
  display: inline-block;
}
.checkout-index-index .form.form-login,
.checkout-index-index .form.form-shipping-address {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.checkout-index-index .form.form-login #customer-email-fieldset,
.checkout-index-index .form.form-shipping-address #customer-email-fieldset {
  margin-bottom: 0;
}
.checkout-index-index .form.form-login .actions-toolbar .action.login.primary,
.checkout-index-index .form.form-shipping-address .actions-toolbar .action.login.primary {
  margin-right: 10px;
}
.checkout-index-index .form.form-login .label,
.checkout-index-index .form.form-shipping-address .label {
  display: block;
  padding: 0;
  margin: 0 auto 5px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-align: left;
  line-height: 20px;
}
.checkout-index-index .form.form-login .label::after,
.checkout-index-index .form.form-shipping-address .label::after {
  font-size: 18px;
  margin-left: 3px;
}
.checkout-index-index .form.form-login .control .input-text,
.checkout-index-index .form.form-shipping-address .control .input-text,
.checkout-index-index .form.form-login .control textarea,
.checkout-index-index .form.form-shipping-address .control textarea,
.checkout-index-index .form.form-login .control .select,
.checkout-index-index .form.form-shipping-address .control .select {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  padding: 5px 10px;
  color: #000000;
  background-color: #ffffff;
  text-transform: none;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  min-height: 40px;
  border-color: #7c7c7c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.checkout-index-index .form.form-login .control .input-text option,
.checkout-index-index .form.form-shipping-address .control .input-text option,
.checkout-index-index .form.form-login .control textarea option,
.checkout-index-index .form.form-shipping-address .control textarea option,
.checkout-index-index .form.form-login .control .select option,
.checkout-index-index .form.form-shipping-address .control .select option {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #000000;
  text-transform: capitalize;
}
.checkout-index-index .form.form-login .control .input-text:focus,
.checkout-index-index .form.form-shipping-address .control .input-text:focus,
.checkout-index-index .form.form-login .control textarea:focus,
.checkout-index-index .form.form-shipping-address .control textarea:focus,
.checkout-index-index .form.form-login .control .select:focus,
.checkout-index-index .form.form-shipping-address .control .select:focus {
  border-color: #0b2e70;
  box-shadow: none;
}
.checkout-index-index .modal-popup .modal-header {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.checkout-index-index .modal-popup .modal-header .modal-title {
  border-bottom: none;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 0;
}
.checkout-index-index .modal-popup .modal-footer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.checkout-index-index .modal-popup .modal-footer .action {
  display: inline-block;
  margin: 5px 5px 5px 5px;
  width: auto;
  padding: 5px 15px;
  text-align: center;
  text-transform: capitalize;
  background-color: #000000;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  border: 1px solid #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.checkout-index-index .modal-popup .modal-footer .action:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #0b2e70;
}
.checkout-index-index .modal-popup .modal-footer .action:hover {
  color: #ffffff;
  border: 1px solid #0b2e70;
}
.checkout-index-index .modal-popup .modal-footer .action:hover:before {
  background-color: #0b2e70;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.checkout-index-index .modal-popup .modal-footer .action:focus {
  outline: none;
  border-color: #000000;
}
.checkout-index-index .modal-popup .modal-footer .action.secondary {
  text-decoration: none;
  background-color: transparent;
  color: #000000;
}
.checkout-index-index .modal-popup .modal-footer .action.secondary:hover {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index #co-shipping-method-form {
    border-bottom: none;
  }
}
.checkout-index-index .opc-estimated-wrapper {
  background-color: #d7b443;
  border-color: #d7b443;
  margin: 0 auto 20px;
}
.checkout-index-index .opc-estimated-wrapper .action.showcart:before {
  content: '';
  background-image: url('../images/minicart-icon.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 42px;
  height: 36px;
}
.checkout-index-index .opc-estimated-wrapper .action.showcart .counter.qty {
  background-color: #0b2e70;
}
.checkout-index-index .opc-estimated-wrapper .estimated-block span {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper .modal-header {
    min-height: 40px;
    border: none;
  }
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper .modal-content {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    background-color: transparent;
  }
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper .modal-content #opc-sidebar .opc-block-summary,
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper .modal-content #opc-sidebar .shipping-information {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 0;
  }
}
.checkout-index-index .authentication-wrapper {
  display: none;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .opc-wrapper .form-login,
  .checkout-index-index .opc-wrapper .form-shipping-address,
  .checkout-index-index .opc-wrapper .methods-shipping {
    background-color: transparent;
    margin: 0 auto;
    padding: 0;
  }
}
.checkout-index-index .payment-option .form.form-discount .actions-toolbar .primary .action.action-apply,
.checkout-index-index .payment-option .form.form-discount .actions-toolbar .primary .action.action-cancel {
  background-color: #0b2e70;
  border-color: #0b2e70;
  color: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: 15px !important;
  min-height: 40px;
}
.checkout-index-index .ccavenuepay_frontend_logo {
  width: 100%;
  margin: 20px 0 5px;
  background-size: auto;
  max-width: 100%;
}
@media only screen and (max-width: 575px) {
  .checkout-index-index .ccavenuepay_frontend_logo {
    background-size: 100%;
  }
}
/** Dashboard Page **/
/* Less Document */
/* customer Account , Register, Forget Password Start*/
.customer-account-login .sections.nav-sections,
.customer-account-forgotpassword .sections.nav-sections,
.customer-account-create .sections.nav-sections {
  border-bottom: 1px solid #E8E3E3;
}
.customer-account-login .page-main .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-main .page-title-wrapper .page-title,
.customer-account-create .page-main .page-title-wrapper .page-title {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
  color: #0b2e70;
  text-transform: capitalize;
  margin: 30px 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customer-account-login .page-main .page-title-wrapper .page-title,
  .customer-account-forgotpassword .page-main .page-title-wrapper .page-title,
  .customer-account-create .page-main .page-title-wrapper .page-title {
    font-size: 30px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-account-login .page-main .page-title-wrapper .page-title,
  .customer-account-forgotpassword .page-main .page-title-wrapper .page-title,
  .customer-account-create .page-main .page-title-wrapper .page-title {
    font-size: 26px;
    line-height: 30px;
  }
}
.customer-account-login .page-main .login-container .block.block-customer-login,
.customer-account-forgotpassword .page-main .login-container .block.block-customer-login,
.customer-account-create .page-main .login-container .block.block-customer-login,
.customer-account-login .page-main .login-container .block.block-new-customer,
.customer-account-forgotpassword .page-main .login-container .block.block-new-customer,
.customer-account-create .page-main .login-container .block.block-new-customer {
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
}
.customer-account-login .page-main .login-container .block.block-customer-login .block-title,
.customer-account-forgotpassword .page-main .login-container .block.block-customer-login .block-title,
.customer-account-create .page-main .login-container .block.block-customer-login .block-title,
.customer-account-login .page-main .login-container .block.block-new-customer .block-title,
.customer-account-forgotpassword .page-main .login-container .block.block-new-customer .block-title,
.customer-account-create .page-main .login-container .block.block-new-customer .block-title {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  color: #3d3d3d;
  text-transform: capitalize;
  margin: 0 0;
  padding: 20px;
  border-color: #cccccc;
}
.customer-account-login .page-main .login-container .block.block-customer-login .block-content,
.customer-account-forgotpassword .page-main .login-container .block.block-customer-login .block-content,
.customer-account-create .page-main .login-container .block.block-customer-login .block-content,
.customer-account-login .page-main .login-container .block.block-new-customer .block-content,
.customer-account-forgotpassword .page-main .login-container .block.block-new-customer .block-content,
.customer-account-create .page-main .login-container .block.block-new-customer .block-content {
  margin: 0 0;
  padding: 20px;
}
.customer-account-login .page-main .login-container .block.block-customer-login .fieldset > .field > .control,
.customer-account-forgotpassword .page-main .login-container .block.block-customer-login .fieldset > .field > .control,
.customer-account-create .page-main .login-container .block.block-customer-login .fieldset > .field > .control,
.customer-account-login .page-main .login-container .block.block-new-customer .fieldset > .field > .control,
.customer-account-forgotpassword .page-main .login-container .block.block-new-customer .fieldset > .field > .control,
.customer-account-create .page-main .login-container .block.block-new-customer .fieldset > .field > .control {
  width: 100%;
}
.customer-account-login .page-main .form-create-account,
.customer-account-forgotpassword .page-main .form-create-account,
.customer-account-create .page-main .form-create-account,
.customer-account-login .page-main .form.password.forget,
.customer-account-forgotpassword .page-main .form.password.forget,
.customer-account-create .page-main .form.password.forget {
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  margin: 0 auto 0;
  padding: 20px;
}
.customer-account-login .page-main .form-create-account .fieldset,
.customer-account-forgotpassword .page-main .form-create-account .fieldset,
.customer-account-create .page-main .form-create-account .fieldset,
.customer-account-login .page-main .form.password.forget .fieldset,
.customer-account-forgotpassword .page-main .form.password.forget .fieldset,
.customer-account-create .page-main .form.password.forget .fieldset {
  margin-bottom: 20px;
}
.customer-account-login .page-main .form-create-account .fieldset legend,
.customer-account-forgotpassword .page-main .form-create-account .fieldset legend,
.customer-account-create .page-main .form-create-account .fieldset legend,
.customer-account-login .page-main .form.password.forget .fieldset legend,
.customer-account-forgotpassword .page-main .form.password.forget .fieldset legend,
.customer-account-create .page-main .form.password.forget .fieldset legend {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  color: #3d3d3d;
  text-transform: capitalize;
  margin: 0 auto 20px;
  padding: 0 0 10px 0;
  border-color: #cccccc;
}
.customer-account-create .page-main .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-main .page-title-wrapper .page-title {
  display: block;
  text-align: center;
}
/* Customer Account Login,  Register, Forget Password End*/
/**Dasboard Pages Open**/
body.account .page-main {
  min-height: 500px;
  /*Page Title Open*/
  /*Page Title Close*/
  /*Sidebar Open*/
  /*Sidebar Close*/
  /*Right Part Open*/
  /*Right Part Close*/
}
body.account .page-main .page-title-wrapper {
  display: block;
  margin: 0 auto 20px;
  padding: 0;
}
body.account .page-main .page-title-wrapper .page-title {
  display: block;
  margin: 0 auto 0;
  padding: 0;
}
body.account .page-main .page-title-wrapper .page-title span {
  display: inline-block;
  margin: 0 auto 0;
  padding: 5px 0;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #0b2e70;
  text-decoration: none;
  text-align: left;
  text-transform: none;
  position: relative;
  border-bottom: 3px solid #0b2e70;
}
body.account .page-main .page-title-wrapper .order-date,
body.account .page-main .page-title-wrapper .order-status {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  body.account .page-main .sidebar.sidebar-main .block.block-collapsible-nav {
    top: 0;
    margin-bottom: 0;
    padding: 15px;
  }
  body.account .page-main .sidebar.sidebar-main .block.block-collapsible-nav .title.block-collapsible-nav-title {
    background-color: #0b2e70;
    color: #ffffff;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  body.account .page-main .sidebar.sidebar-main .block.block-collapsible-nav .title.block-collapsible-nav-title strong {
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 20px;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    text-transform: none;
    margin: 0;
    padding: 0;
  }
  body.account .page-main .sidebar.sidebar-main .block.block-collapsible-nav .title.block-collapsible-nav-title:after {
    margin-top: 0;
  }
}
body.account .page-main .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content {
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
}
body.account .page-main .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
body.account .page-main .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
body.account .page-main .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
body.account .page-main .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item strong {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
  text-align: left;
  text-transform: none;
}
body.account .page-main .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a:hover {
  color: #0b2e70;
  background-color: transparent;
}
body.account .page-main .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current a,
body.account .page-main .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong {
  color: #0b2e70;
  border-color: #0b2e70;
}
body.account .page-main .sidebar.sidebar-additional {
  display: none !important;
}
body.account .page-main .column.main {
  /*Edit Account Open*/
  /*Edit Account Close**/
  /**ToolBar Open**/
  /**ToolBar Close**/
}
@media only screen and (max-width: 767px) {
  body.account .page-main .column.main {
    margin-top: 25px;
  }
}
body.account .page-main .column.main .block,
body.account .page-main .column.main .block-dashboard-info,
body.account .page-main .column.main .block-dashboard-addresses,
body.account .page-main .column.main .block-dashboard-orders,
body.account .page-main .column.main .block.block-dashboard-info,
body.account .page-main .column.main .block.block-dashboard-addresses,
body.account .page-main .column.main .block.block-dashboard-orders {
  display: block;
  width: 100%;
}
body.account .page-main .column.main .block .block-title,
body.account .page-main .column.main .block-dashboard-info .block-title,
body.account .page-main .column.main .block-dashboard-addresses .block-title,
body.account .page-main .column.main .block-dashboard-orders .block-title,
body.account .page-main .column.main .block.block-dashboard-info .block-title,
body.account .page-main .column.main .block.block-dashboard-addresses .block-title,
body.account .page-main .column.main .block.block-dashboard-orders .block-title {
  border-bottom-color: #0b2e70;
  padding: 0 0 5px 0;
  margin: 0 auto 20px;
}
body.account .page-main .column.main .block .block-title strong,
body.account .page-main .column.main .block-dashboard-info .block-title strong,
body.account .page-main .column.main .block-dashboard-addresses .block-title strong,
body.account .page-main .column.main .block-dashboard-orders .block-title strong,
body.account .page-main .column.main .block.block-dashboard-info .block-title strong,
body.account .page-main .column.main .block.block-dashboard-addresses .block-title strong,
body.account .page-main .column.main .block.block-dashboard-orders .block-title strong {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  color: #0b2e70;
  text-decoration: none;
  text-align: left;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  body.account .page-main .column.main .block .block-title strong,
  body.account .page-main .column.main .block-dashboard-info .block-title strong,
  body.account .page-main .column.main .block-dashboard-addresses .block-title strong,
  body.account .page-main .column.main .block-dashboard-orders .block-title strong,
  body.account .page-main .column.main .block.block-dashboard-info .block-title strong,
  body.account .page-main .column.main .block.block-dashboard-addresses .block-title strong,
  body.account .page-main .column.main .block.block-dashboard-orders .block-title strong {
    font-size: 20px;
  }
}
body.account .page-main .column.main .block .block-title .action,
body.account .page-main .column.main .block-dashboard-info .block-title .action,
body.account .page-main .column.main .block-dashboard-addresses .block-title .action,
body.account .page-main .column.main .block-dashboard-orders .block-title .action,
body.account .page-main .column.main .block.block-dashboard-info .block-title .action,
body.account .page-main .column.main .block.block-dashboard-addresses .block-title .action,
body.account .page-main .column.main .block.block-dashboard-orders .block-title .action {
  float: right;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #0b2e70;
  text-decoration: none;
  text-align: center;
  text-transform: none;
}
body.account .page-main .column.main .block .block-title .action:hover,
body.account .page-main .column.main .block-dashboard-info .block-title .action:hover,
body.account .page-main .column.main .block-dashboard-addresses .block-title .action:hover,
body.account .page-main .column.main .block-dashboard-orders .block-title .action:hover,
body.account .page-main .column.main .block.block-dashboard-info .block-title .action:hover,
body.account .page-main .column.main .block.block-dashboard-addresses .block-title .action:hover,
body.account .page-main .column.main .block.block-dashboard-orders .block-title .action:hover {
  color: #d7b443;
}
body.account .page-main .column.main .block .block-content,
body.account .page-main .column.main .block-dashboard-info .block-content,
body.account .page-main .column.main .block-dashboard-addresses .block-content,
body.account .page-main .column.main .block-dashboard-orders .block-content,
body.account .page-main .column.main .block.block-dashboard-info .block-content,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content,
body.account .page-main .column.main .block.block-dashboard-orders .block-content {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: #000000;
}
body.account .page-main .column.main .block .block-content p,
body.account .page-main .column.main .block-dashboard-info .block-content p,
body.account .page-main .column.main .block-dashboard-addresses .block-content p,
body.account .page-main .column.main .block-dashboard-orders .block-content p,
body.account .page-main .column.main .block.block-dashboard-info .block-content p,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content p,
body.account .page-main .column.main .block.block-dashboard-orders .block-content p {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: #000000;
}
body.account .page-main .column.main .block .block-content a,
body.account .page-main .column.main .block-dashboard-info .block-content a,
body.account .page-main .column.main .block-dashboard-addresses .block-content a,
body.account .page-main .column.main .block-dashboard-orders .block-content a,
body.account .page-main .column.main .block.block-dashboard-info .block-content a,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content a,
body.account .page-main .column.main .block.block-dashboard-orders .block-content a {
  color: #000000;
}
body.account .page-main .column.main .block .block-content a:hover,
body.account .page-main .column.main .block-dashboard-info .block-content a:hover,
body.account .page-main .column.main .block-dashboard-addresses .block-content a:hover,
body.account .page-main .column.main .block-dashboard-orders .block-content a:hover,
body.account .page-main .column.main .block.block-dashboard-info .block-content a:hover,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content a:hover,
body.account .page-main .column.main .block.block-dashboard-orders .block-content a:hover {
  color: #0b2e70;
}
body.account .page-main .column.main .block .block-content .box-title span,
body.account .page-main .column.main .block-dashboard-info .block-content .box-title span,
body.account .page-main .column.main .block-dashboard-addresses .block-content .box-title span,
body.account .page-main .column.main .block-dashboard-orders .block-content .box-title span,
body.account .page-main .column.main .block.block-dashboard-info .block-content .box-title span,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content .box-title span,
body.account .page-main .column.main .block.block-dashboard-orders .block-content .box-title span {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  color: #000000;
}
body.account .page-main .column.main .block .block-content .box-actions .action,
body.account .page-main .column.main .block-dashboard-info .block-content .box-actions .action,
body.account .page-main .column.main .block-dashboard-addresses .block-content .box-actions .action,
body.account .page-main .column.main .block-dashboard-orders .block-content .box-actions .action,
body.account .page-main .column.main .block.block-dashboard-info .block-content .box-actions .action,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content .box-actions .action,
body.account .page-main .column.main .block.block-dashboard-orders .block-content .box-actions .action {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #0b2e70;
  text-decoration: none;
  text-align: center;
  text-transform: none;
}
body.account .page-main .column.main .block .block-content .box-actions .action:hover,
body.account .page-main .column.main .block-dashboard-info .block-content .box-actions .action:hover,
body.account .page-main .column.main .block-dashboard-addresses .block-content .box-actions .action:hover,
body.account .page-main .column.main .block-dashboard-orders .block-content .box-actions .action:hover,
body.account .page-main .column.main .block.block-dashboard-info .block-content .box-actions .action:hover,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content .box-actions .action:hover,
body.account .page-main .column.main .block.block-dashboard-orders .block-content .box-actions .action:hover {
  color: #d7b443;
}
body.account .page-main .column.main .block .block-content .box-content address,
body.account .page-main .column.main .block-dashboard-info .block-content .box-content address,
body.account .page-main .column.main .block-dashboard-addresses .block-content .box-content address,
body.account .page-main .column.main .block-dashboard-orders .block-content .box-content address,
body.account .page-main .column.main .block.block-dashboard-info .block-content .box-content address,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content .box-content address,
body.account .page-main .column.main .block.block-dashboard-orders .block-content .box-content address {
  line-height: 22px;
}
body.account .page-main .column.main .block .block-content .table-wrapper.orders-recent,
body.account .page-main .column.main .block-dashboard-info .block-content .table-wrapper.orders-recent,
body.account .page-main .column.main .block-dashboard-addresses .block-content .table-wrapper.orders-recent,
body.account .page-main .column.main .block-dashboard-orders .block-content .table-wrapper.orders-recent,
body.account .page-main .column.main .block.block-dashboard-info .block-content .table-wrapper.orders-recent,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content .table-wrapper.orders-recent,
body.account .page-main .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border: none;
}
body.account .page-main .column.main .block .block-content .table-wrapper.orders-recent .table.table-order-items thead,
body.account .page-main .column.main .block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items thead,
body.account .page-main .column.main .block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items thead,
body.account .page-main .column.main .block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items thead,
body.account .page-main .column.main .block.block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items thead,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items thead,
body.account .page-main .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items thead {
  background-color: #000000;
  border: none;
}
body.account .page-main .column.main .block .block-content .table-wrapper.orders-recent .table.table-order-items thead tr,
body.account .page-main .column.main .block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items thead tr,
body.account .page-main .column.main .block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items thead tr,
body.account .page-main .column.main .block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items thead tr,
body.account .page-main .column.main .block.block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items thead tr,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items thead tr,
body.account .page-main .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items thead tr {
  background-color: transparent;
}
body.account .page-main .column.main .block .block-content .table-wrapper.orders-recent .table.table-order-items thead tr th,
body.account .page-main .column.main .block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items thead tr th,
body.account .page-main .column.main .block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items thead tr th,
body.account .page-main .column.main .block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items thead tr th,
body.account .page-main .column.main .block.block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items thead tr th,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items thead tr th,
body.account .page-main .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items thead tr th {
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  padding: 5px 10px;
  vertical-align: middle;
  border-top: none;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  body.account .page-main .column.main .block .block-content .table-wrapper.orders-recent .table.table-order-items thead tr th,
  body.account .page-main .column.main .block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items thead tr th,
  body.account .page-main .column.main .block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items thead tr th,
  body.account .page-main .column.main .block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items thead tr th,
  body.account .page-main .column.main .block.block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items thead tr th,
  body.account .page-main .column.main .block.block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items thead tr th,
  body.account .page-main .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items thead tr th {
    text-align: left;
  }
}
body.account .page-main .column.main .block .block-content .table-wrapper.orders-recent .table.table-order-items tbody,
body.account .page-main .column.main .block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items tbody,
body.account .page-main .column.main .block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items tbody,
body.account .page-main .column.main .block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items tbody,
body.account .page-main .column.main .block.block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items tbody,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items tbody,
body.account .page-main .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items tbody {
  background-color: #f8f8f8;
  border: none;
}
body.account .page-main .column.main .block .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr,
body.account .page-main .column.main .block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr,
body.account .page-main .column.main .block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr,
body.account .page-main .column.main .block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr,
body.account .page-main .column.main .block.block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr,
body.account .page-main .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr {
  background-color: transparent;
}
body.account .page-main .column.main .block .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td,
body.account .page-main .column.main .block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td,
body.account .page-main .column.main .block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td,
body.account .page-main .column.main .block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td,
body.account .page-main .column.main .block.block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td,
body.account .page-main .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td {
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  padding: 5px 10px;
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid #dcdcdc;
}
body.account .page-main .column.main .block .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td .action,
body.account .page-main .column.main .block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td .action,
body.account .page-main .column.main .block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td .action,
body.account .page-main .column.main .block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td .action,
body.account .page-main .column.main .block.block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td .action,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td .action,
body.account .page-main .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td .action {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #0b2e70;
  text-decoration: none;
  text-align: center;
  text-transform: none;
}
body.account .page-main .column.main .block .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td .action:hover,
body.account .page-main .column.main .block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td .action:hover,
body.account .page-main .column.main .block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td .action:hover,
body.account .page-main .column.main .block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td .action:hover,
body.account .page-main .column.main .block.block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td .action:hover,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td .action:hover,
body.account .page-main .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td .action:hover {
  color: #d7b443;
}
@media only screen and (max-width: 767px) {
  body.account .page-main .column.main .block .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td,
  body.account .page-main .column.main .block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td,
  body.account .page-main .column.main .block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td,
  body.account .page-main .column.main .block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td,
  body.account .page-main .column.main .block.block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td,
  body.account .page-main .column.main .block.block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td,
  body.account .page-main .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr td {
    text-align: left;
  }
}
body.account .page-main .column.main .block .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr .col.shipping,
body.account .page-main .column.main .block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr .col.shipping,
body.account .page-main .column.main .block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr .col.shipping,
body.account .page-main .column.main .block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr .col.shipping,
body.account .page-main .column.main .block.block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr .col.shipping,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr .col.shipping,
body.account .page-main .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr .col.shipping {
  min-width: 170px;
}
body.account .page-main .column.main .block .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr .col.total,
body.account .page-main .column.main .block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr .col.total,
body.account .page-main .column.main .block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr .col.total,
body.account .page-main .column.main .block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr .col.total,
body.account .page-main .column.main .block.block-dashboard-info .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr .col.total,
body.account .page-main .column.main .block.block-dashboard-addresses .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr .col.total,
body.account .page-main .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table.table-order-items tbody tr .col.total {
  min-width: 120px;
}
body.account .page-main .column.main .table-wrapper.orders-history {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto 30px;
  border: none;
}
body.account .page-main .column.main .table-wrapper.orders-history .table.table-order-items thead {
  background-color: #000000;
  border: none;
}
body.account .page-main .column.main .table-wrapper.orders-history .table.table-order-items thead tr {
  background-color: transparent;
}
body.account .page-main .column.main .table-wrapper.orders-history .table.table-order-items thead tr th {
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  padding: 5px 10px;
  vertical-align: middle;
  border-top: none;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  body.account .page-main .column.main .table-wrapper.orders-history .table.table-order-items thead tr th {
    text-align: left;
  }
}
body.account .page-main .column.main .table-wrapper.orders-history .table.table-order-items tbody {
  background-color: #f8f8f8;
  border: none;
}
body.account .page-main .column.main .table-wrapper.orders-history .table.table-order-items tbody tr {
  background-color: transparent;
}
body.account .page-main .column.main .table-wrapper.orders-history .table.table-order-items tbody tr td {
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  padding: 5px 10px;
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid #dcdcdc;
}
body.account .page-main .column.main .table-wrapper.orders-history .table.table-order-items tbody tr td .action {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #0b2e70;
  text-decoration: none;
  text-align: center;
  text-transform: none;
}
body.account .page-main .column.main .table-wrapper.orders-history .table.table-order-items tbody tr td .action:hover {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  body.account .page-main .column.main .table-wrapper.orders-history .table.table-order-items tbody tr td {
    text-align: left;
  }
}
body.account .page-main .column.main .table-wrapper.orders-history .table.table-order-items tbody tr .col.shipping {
  min-width: 170px;
}
body.account .page-main .column.main .table-wrapper.orders-history .table.table-order-items tbody tr .col.total {
  min-width: 120px;
}
body.account .page-main .column.main .order-products-toolbar.toolbar.bottom {
  display: none;
}
body.account .page-main .column.main .actions-toolbar.order-actions-toolbar {
  margin-bottom: 0;
}
body.account .page-main .column.main .field.password-info p {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: #000000;
  margin: 0 auto 20px;
  padding: 0;
}
body.account .page-main .column.main .field.password-info p a {
  color: #000000;
}
body.account .page-main .column.main .field.password-info p a:hover {
  color: #0b2e70;
}
body.account .page-main .column.main .fieldset {
  margin-bottom: 5px;
}
body.account .page-main .column.main .fieldset .legend {
  border-bottom-color: #000000;
  padding: 0 0 5px 0;
  margin: 0 auto 20px;
}
body.account .page-main .column.main .fieldset .legend span {
  text-decoration: none;
  text-align: left;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  color: #000000;
}
body.account .page-main .column.main .fieldset .field.choice {
  margin: 0 auto 0;
}
body.account .page-main .column.main .fieldset .form-group,
body.account .page-main .column.main .fieldset .field {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
}
body.account .page-main .column.main .fieldset .form-group .label,
body.account .page-main .column.main .fieldset .field .label {
  display: inline-block;
  margin: 0 auto 5px;
  padding: 0;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #000000;
  text-transform: capitalize;
}
body.account .page-main .column.main .fieldset .form-group .label::after,
body.account .page-main .column.main .fieldset .field .label::after {
  font-size: 18px;
  margin-left: 3px;
}
body.account .page-main .column.main .fieldset .form-group input[type="checkbox"]:focus,
body.account .page-main .column.main .fieldset .field input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
body.account .page-main .column.main .fieldset .form-group .control,
body.account .page-main .column.main .fieldset .field .control {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
body.account .page-main .column.main .fieldset .form-group .control .nested,
body.account .page-main .column.main .fieldset .field .control .nested {
  margin-top: 20px;
}
body.account .page-main .column.main .fieldset .form-group .control .mage-error,
body.account .page-main .column.main .fieldset .field .control .mage-error {
  font-size: 15px;
}
body.account .page-main .column.main .fieldset .form-group .control .password-strength-meter,
body.account .page-main .column.main .fieldset .field .control .password-strength-meter {
  background-color: #dadada;
  margin: 10px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body.account .page-main .column.main .fieldset .form-group .control .password-strength-meter:before,
body.account .page-main .column.main .fieldset .field .control .password-strength-meter:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body.account .page-main .column.main .fieldset .form-group .control .form-control,
body.account .page-main .column.main .fieldset .field .control .form-control,
body.account .page-main .column.main .fieldset .form-group .control .input-text,
body.account .page-main .column.main .fieldset .field .control .input-text,
body.account .page-main .column.main .fieldset .form-group .control select,
body.account .page-main .column.main .fieldset .field .control select,
body.account .page-main .column.main .fieldset .form-group .control textarea,
body.account .page-main .column.main .fieldset .field .control textarea {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  padding: 5px 10px;
  color: #000000;
  background-color: #f8f8f8;
  text-transform: none;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  min-height: 40px;
  border-color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body.account .page-main .column.main .fieldset .form-group .control .form-control option,
body.account .page-main .column.main .fieldset .field .control .form-control option,
body.account .page-main .column.main .fieldset .form-group .control .input-text option,
body.account .page-main .column.main .fieldset .field .control .input-text option,
body.account .page-main .column.main .fieldset .form-group .control select option,
body.account .page-main .column.main .fieldset .field .control select option,
body.account .page-main .column.main .fieldset .form-group .control textarea option,
body.account .page-main .column.main .fieldset .field .control textarea option {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #000000;
  text-transform: capitalize;
}
body.account .page-main .column.main .fieldset .form-group .control .form-control:focus,
body.account .page-main .column.main .fieldset .field .control .form-control:focus,
body.account .page-main .column.main .fieldset .form-group .control .input-text:focus,
body.account .page-main .column.main .fieldset .field .control .input-text:focus,
body.account .page-main .column.main .fieldset .form-group .control select:focus,
body.account .page-main .column.main .fieldset .field .control select:focus,
body.account .page-main .column.main .fieldset .form-group .control textarea:focus,
body.account .page-main .column.main .fieldset .field .control textarea:focus {
  border-color: #0b2e70;
  box-shadow: none;
}
body.account .page-main .column.main .fieldset .form-group .control textarea,
body.account .page-main .column.main .fieldset .field .control textarea {
  min-height: 60px;
  height: auto;
  resize: vertical;
}
body.account .page-main .column.main .actions-toolbar .primary .action.primary,
body.account .page-main .column.main .actions-toolbar .primary .action.update,
body.account .page-main .column.main .actions-toolbar .primary .action.tocart,
body.account .page-main .column.main .actions-toolbar .primary .action.share {
  display: block;
  margin: 0 auto;
  width: 200px;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: #0b2e70;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  box-shadow: none;
  border: 1px solid #0b2e70;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body.account .page-main .column.main .actions-toolbar .primary .action.primary:before,
body.account .page-main .column.main .actions-toolbar .primary .action.update:before,
body.account .page-main .column.main .actions-toolbar .primary .action.tocart:before,
body.account .page-main .column.main .actions-toolbar .primary .action.share:before {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #d7b443;
}
body.account .page-main .column.main .actions-toolbar .primary .action.primary:hover,
body.account .page-main .column.main .actions-toolbar .primary .action.update:hover,
body.account .page-main .column.main .actions-toolbar .primary .action.tocart:hover,
body.account .page-main .column.main .actions-toolbar .primary .action.share:hover {
  color: #ffffff;
  border: 1px solid #d7b443;
}
body.account .page-main .column.main .actions-toolbar .primary .action.update,
body.account .page-main .column.main .actions-toolbar .primary .action.tocart,
body.account .page-main .column.main .actions-toolbar .primary .action.share {
  display: inline-block;
  margin: 0 5px 10px 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
body.account .page-main .column.main .toolbar.wishlist-toolbar {
  margin-bottom: 10px;
}
body.account .page-main .column.main .toolbar.wishlist-toolbar .limiter-options {
  min-width: 50px;
  padding: 5px;
  background-color: #fff;
  box-shadow: none;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items {
  list-style: none;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item {
  list-style: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item {
    width: 31%;
    margin: 0 1% 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item {
    width: 31%;
    margin: 0 1% 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item {
    width: 31%;
    margin: 0 1% 0px;
    border-bottom: none;
  }
  body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-actions {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item {
    width: 100%;
    margin: 0;
  }
  body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-actions {
    padding-bottom: 10px;
  }
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-reviews-summary {
  display: none;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner {
  display: block !important;
  position: relative;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0 10px;
  width: 100%;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info:hover {
  border: 1px solid #0b2e70;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info:hover .product-item-inner {
  border: none;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info:hover .product-item-photo .product-image-container .product-image-photo {
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price {
  display: block;
  width: 100%;
  margin: 0 auto 5px;
  padding: 0 15px;
  text-align: center;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price-final_price,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price .price-final_price,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price .price-final_price {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 auto;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price-final_price .price,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price .price-final_price .price,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price .price-final_price .price {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #000000;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price-final_price .price-wrapper,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price .price-final_price .price-wrapper,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price .price-final_price .price-wrapper {
  display: inline-block;
  padding: 5px 0 0 0;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box p,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price p,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price p {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #000000;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box p .price-label,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price p .price-label,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price p .price-label {
  display: none;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box p .price,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price p .price,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price p .price {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #000000;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price-from,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price .price-from,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price .price-from {
  display: inline-block;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price-from .price-label,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price .price-from .price-label,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price .price-from .price-label {
  display: none;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price-from .price-wrapper,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price .price-from .price-wrapper,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price .price-from .price-wrapper {
  display: inline-block;
  padding: 0 0 0 0;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price-from .price-container,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price .price-from .price-container,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price .price-from .price-container {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 auto;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price-from:after,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price .price-from:after,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price .price-from:after {
  content: '-';
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #d7b443;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  padding: 0 3px;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price-to,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price .price-to,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price .price-to {
  display: inline-block;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price-to .price-label,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price .price-to .price-label,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price .price-to .price-label {
  display: none;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price-to .price-wrapper,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price .price-to .price-wrapper,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price .price-to .price-wrapper {
  display: inline-block;
  padding: 0 0 0 0;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price-to .price-container,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price .price-to .price-container,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price .price-to .price-container {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 auto;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .special-price .price-label,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price .special-price .price-label,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price .special-price .price-label {
  display: none;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .special-price .price-wrapper,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price .special-price .price-wrapper,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price .special-price .price-wrapper {
  display: inline-block;
  padding: 0 0 0 0;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .old-price .price-label,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price .old-price .price-label,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price .old-price .price-label {
  display: none;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .old-price .price-wrapper,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price .old-price .price-wrapper,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price .old-price .price-wrapper {
  display: inline-block;
  padding: 0 0 0 0;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .old-price .price,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-final_price .old-price .price,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box.price-final_price .old-price .price {
  padding-left: 10px;
  color: #d60000;
  text-decoration: line-through;
  font-size: 18px;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .field.comment-box {
  display: block;
  width: 100%;
  margin: 5px auto;
  padding: 0 0;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .field.comment-box .control textarea {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  padding: 5px 10px;
  color: #000000;
  min-height: 60px;
  background-color: #f8f8f8;
  text-transform: none;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  border-color: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  resize: vertical;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .field.comment-box .control textarea:focus {
  border-color: #0b2e70;
  box-shadow: none;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart {
  display: block;
  width: 100%;
  margin: 0 auto;
  float: none;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .field.qty {
  margin-bottom: 10px;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .field.qty .control {
  display: inline-block;
  width: auto;
  margin-left: 10px;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .field.qty .control .input-text {
  min-height: 35px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions {
  float: none;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .actions-primary .action.tocart.primary {
  display: block;
  margin: 0 auto;
  width: 125px;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: #236192;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: -20px;
  box-shadow: none;
  border: 1px solid #236192;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .actions-primary .action.tocart.primary:before {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #3491db;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .actions-primary .action.tocart.primary:hover {
  color: #ffffff;
  border: 1px solid #3491db;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .actions-primary .action.tocart.primary:focus,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .actions-primary .action.tocart.primary:active {
  outline: none;
  box-shadow: none;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .action.edit,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .btn-remove.action.delete {
  margin-top: 0;
  color: #236192;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .action.edit:before,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .btn-remove.action.delete:before {
  color: #3491db;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .action.edit:hover,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .btn-remove.action.delete:hover {
  color: #3491db;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .action.edit:hover:before,
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .btn-remove.action.delete:hover:before {
  color: #3491db;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 100%;
  min-width: 100%;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  min-width: 100%;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-photo {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 5px;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  text-transform: none;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  /*min-height:40px;
                                        max-height:40px;
                                        display: -webkit-box;
                                        -webkit-line-clamp: 2;
                                        -webkit-box-orient: vertical; 
                                        text-overflow: ellipsis;
                                        overflow: hidden;*/
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name a:before {
  display: none;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  content: '\200C';
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  width: 25%;
  text-align: center;
}
body.account .page-main .column.main .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name a:hover {
  color: #3491db;
}
body.account .page-main .column.main .order-details-items {
  background-color: #ffffff;
}
body.account .page-main .column.main .form-edit-account .fieldset.additional-information .field.club .label,
body.account .page-main .column.main .form-edit-account .fieldset.additional-information .field.delivery-method .label,
body.account .page-main .column.main .form-edit-account .fieldset.additional-information .field.pickup-location .label {
  font-weight: 700;
}
body.account .page-main .column.main .form-edit-account .fieldset.additional-information .field.club .control .input-text,
body.account .page-main .column.main .form-edit-account .fieldset.additional-information .field.delivery-method .control .input-text,
body.account .page-main .column.main .form-edit-account .fieldset.additional-information .field.pickup-location .control .input-text {
  min-height: auto;
}
body.account .page-main .column.main .form-edit-account .fieldset.additional-information .field.club .control span,
body.account .page-main .column.main .form-edit-account .fieldset.additional-information .field.delivery-method .control span,
body.account .page-main .column.main .form-edit-account .fieldset.additional-information .field.pickup-location .control span {
  margin-right: 15px;
}
body.account .page-main .column.main .form-edit-account .fieldset.cc-detail {
  margin-bottom: 20px;
}
body.account .page-main .column.main .form-edit-account .fieldset.cc-detail .field.choice .checkbox.form-control {
  display: inline-block;
  width: auto;
  height: auto;
}
body.account .page-main .column.main .form-edit-account .fieldset.cc-detail .field.type {
  min-height: 30px;
}
body.account .page-main .column.main .toolbar.wishlist-toolbar {
  position: relative;
  top: auto;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body.account .page-main .column.main .toolbar.wishlist-toolbar {
    margin: 0 auto 20px;
  }
}
body.account .page-main .column.main .toolbar.wishlist-toolbar .modes,
body.account .page-main .column.main .toolbar.wishlist-toolbar .toolbar-amount,
body.account .page-main .column.main .toolbar.wishlist-toolbar .field.limiter,
body.account .page-main .column.main .toolbar.wishlist-toolbar .toolbar-sorter.sorter {
  display: none;
}
body.account .page-main .column.main .toolbar.wishlist-toolbar .pages {
  display: block;
  margin: 0 auto;
  padding: 0;
  float: none;
}
body.account .page-main .column.main .toolbar.wishlist-toolbar .pages strong.label.pages-label {
  display: none;
}
body.account .page-main .column.main .toolbar.wishlist-toolbar .pages .items.pages-items .item .page {
  background-color: #eeeeee;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 10px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  box-shadow: none;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
body.account .page-main .column.main .toolbar.wishlist-toolbar .pages .items.pages-items .item .page:hover {
  background-color: #3491db;
  color: #ffffff;
}
body.account .page-main .column.main .toolbar.wishlist-toolbar .pages .items.pages-items .item .action {
  background-color: #236192;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 7px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  box-shadow: none;
  border: none;
}
body.account .page-main .column.main .toolbar.wishlist-toolbar .pages .items.pages-items .item .action:before {
  color: #ffffff;
}
body.account .page-main .column.main .toolbar.wishlist-toolbar .pages .items.pages-items .item .action:hover {
  background-color: #3491db;
}
body.account .page-main .column.main .toolbar.wishlist-toolbar .pages .items.pages-items .item.current .page {
  background-color: #236192;
  color: #ffffff;
  font-weight: 400;
}
body.account .page-main .column.main .block.block-order-details-view .block-content .box {
  clear: none;
}
body.account .page-main .limiter-options {
  min-width: 55px;
  background-color: transparent;
  padding: 5px;
}
.club-shipment-view .shipment-status {
  margin-bottom: 20px;
}
.account.sales-order-view .modal-popup .modal-inner-wrap {
  max-width: 500px;
}
.account.sales-order-view .modal-popup .modal-header {
  padding-top: 5px;
  padding-bottom: 5px;
}
.account.sales-order-view .modal-popup .modal-header .modal-title {
  border-bottom: none;
  font-weight: 400;
  padding-bottom: 0;
  font-size: 20px;
}
.account.sales-order-view .modal-popup .modal-header .action-close {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 14px;
  line-height: 15px;
}
.account.sales-order-view .modal-popup .modal-content {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  max-height: 450px;
  overflow-y: auto;
}
.account.sales-order-view .modal-popup .modal-content .field .label {
  display: block;
  padding: 0;
  margin: 0 auto 5px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-align: left;
  line-height: 20px;
}
.account.sales-order-view .modal-popup .modal-content .field .label::after {
  font-size: 18px;
  margin-left: 3px;
}
.account.sales-order-view .modal-popup .modal-content .field .control input[type='text'],
.account.sales-order-view .modal-popup .modal-content .field .control input[type='email'],
.account.sales-order-view .modal-popup .modal-content .field .control input[type='phone'],
.account.sales-order-view .modal-popup .modal-content .field .control select,
.account.sales-order-view .modal-popup .modal-content .field .control textarea {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  padding: 5px 10px;
  color: #000000;
  background-color: #f8f8f8;
  text-transform: none;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  min-height: 40px;
  border-color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.account.sales-order-view .modal-popup .modal-content .field .control input[type='text'] option,
.account.sales-order-view .modal-popup .modal-content .field .control input[type='email'] option,
.account.sales-order-view .modal-popup .modal-content .field .control input[type='phone'] option,
.account.sales-order-view .modal-popup .modal-content .field .control select option,
.account.sales-order-view .modal-popup .modal-content .field .control textarea option {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #000000;
  text-transform: capitalize;
}
.account.sales-order-view .modal-popup .modal-content .field .control input[type='text']:focus,
.account.sales-order-view .modal-popup .modal-content .field .control input[type='email']:focus,
.account.sales-order-view .modal-popup .modal-content .field .control input[type='phone']:focus,
.account.sales-order-view .modal-popup .modal-content .field .control select:focus,
.account.sales-order-view .modal-popup .modal-content .field .control textarea:focus {
  border-color: #0b2e70;
  box-shadow: none;
}
.account.sales-order-view .modal-popup .modal-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.account.sales-order-view .modal-popup .modal-footer .action {
  display: inline-block;
  margin: 5px 0 5px 0;
  width: auto;
  padding: 5px 15px;
  text-align: center;
  text-transform: capitalize;
  background-color: #d7b443;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  border: 1px solid #d7b443;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.account.sales-order-view .modal-popup .modal-footer .action:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #3491db;
}
.account.sales-order-view .modal-popup .modal-footer .action:hover {
  color: #ffffff;
  border: 1px solid #3491db;
}
.account.sales-order-view .modal-popup .modal-footer .action:hover:before {
  background-color: #3491db;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.account.sales-order-view .modal-popup .modal-footer .action:focus {
  outline: none;
  border-color: #3491db;
}
.account.sales-order-view .modal-popup .modal-footer .action.primary {
  margin-right: 10px;
  background-color: #236192;
  border-color: #236192;
}
.account.sales-order-view .modal-popup .modal-footer .action.primary:before {
  background-color: #3491db;
}
.account.sales-order-view .modal-popup .modal-footer .action.primary:hover {
  border-color: #3491db;
}
@media only screen and (max-width: 767px) {
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #0b2e70;
  }
}
/**Dasboard Pages Close**/
