/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Custom variables color */
/* Breacrumbs background */
.hidden {
  display: none;
}
.box_shadown {
  -webkit-box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
  -moz-box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
  -ms-box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
  box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
}
.box_shadown_light {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
@keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@keyframes fadeInx {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/**
 * Copyright © 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: 992px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
  .amazon-button-container.amazon-button-product-page {
    justify-content: center;
    margin-bottom: 2em;
  }
}
/*
 *  @author IOHO
 *  @copyright Copyright (c) IOHO (https://www.ioho.com)
 *  @package AddressFields for Magento 2
 */
/**
 * Common
 */
.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;
}
/**
 * Desktop
 */
/**
 * Mobile
 */
/* gobal popup-ajaxsuite style */
/* Ipad and lager srceen */
/* Mobile screen */
/**/
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 1400px) {
  .setproduct .product-item > .product {
    width: 270px;
    transform: translatex(-42%);
    left: 0;
    top: 100px;
    box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
  }
  .setproduct .product-item > .product::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -48px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #fff;
    z-index: 1;
    transform: translateX(-50%);
  }
  .setproduct .product-item.active > .product {
    top: 85px;
    opacity: 1;
    left: 0;
    visibility: visible;
    box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
    transform: translateX(-42%);
  }
}
.notice_activation_purchase_code {
  background: red;
  color: #fff;
  border-bottom: 2px solid #ddd;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .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 (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.sorter {
  display: none;
}
/*  Typogrphy */
/* Button Default = secondary button */
/*  Primary button */
/*  Large button */
/* Rating */
/* link color */
/**
//  * Copyright © Bluesky, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
/* Typography */
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: middle;
}
/*   Product detail page */
/**
 * Copyright © Bluesky, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Breadcrumb restyle */
/* Button Default = secondary button */
@media only screen and (max-width: 1199px) {
  .products-grid .product-items .product-item .actions-primary {
    grid-template-columns: 1fr;
  }
}
/* Product detail page Gobal style */
@media screen and (max-width: 1400px) {
  body#html-body .utero-5-banner-mid .col-right {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (min-width: 993px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 13.5px 6.75px 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 6.75px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 27px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 6.75px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 27px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 13.5px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 55px;
    margin-bottom: 30px;
  }
  .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: 1470px;
    padding-left: 15px;
    padding-right: 15px;
    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: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 1.5rem;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 1.5rem;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 1.5rem;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 1.5rem;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 27px;
    box-sizing: border-box;
    margin: 0 0 20px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 27px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 27px;
    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 6.75px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 100%;
    font-size: 1.6rem;
    color: #000000;
    text-decoration: none;
    background: transparent;
    border: 0;
    border-bottom: none;
    height: 100%;
    padding: 1.7rem 27px 1.7rem 27px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #1d211d;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: rgba(13, 13, 13, 0);
  }
  .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: rgba(38, 38, 38, 0);
    color: #1d211d;
    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: 2.7rem;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 5.1rem;
    padding: 7.5rem 0 0 0;
    border: 0;
    border-top: 0;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 6.75px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #ebebeb;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #ebebeb;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 20.25px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 13.5px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 5px;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    min-width: inherit;
  }
  .category .subscribe-popup {
    margin: 0 auto;
    top: 25%;
    width: 40%;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 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-validate-container .amazon-logout {
    margin-top: 1em;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content {
    right: -65px;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content:before,
  .checkout-shipping-address .field-tooltip .field-tooltip-content:after {
    right: 64px;
  }
  /* 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;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
    min-width: 300px;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication {
    border: 0;
    margin: -3rem -3rem -2.6rem;
    min-height: 49.1rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .bg-login-popup {
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    flex-wrap: wrap;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .bg-login-popup .login-content {
    padding: 0 3rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .bg-login-popup .login-content .logo {
    margin: 0 auto;
    margin-bottom: 6%;
    float: none;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .bg-login-popup .login-content .title {
    font-size: 3rem;
    margin-bottom: 0.8rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .bg-login-popup .login-content .description {
    color: #dfdfdf;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-customer-login {
    padding: 3rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .photo.image {
    max-width: 27rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .pop-up-success {
    max-width: 25rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success {
    max-width: 50rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .photo.image {
    max-width: 100%;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .photo.image {
    max-width: 23.6rem;
    margin-right: 3rem;
    width: 35%;
    height: 100%;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name {
    margin: 0;
    text-align: left;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .product-item-name {
    font-size: 1.8rem;
    padding-top: 11%;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .ajaxsuite-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .action.tocart.disabled:before {
    position: relative;
    top: 2px;
    left: -2px;
  }
  .wave-top {
    height: 85px;
    border-radius: 5px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .wave {
    bottom: 36px;
    left: -80%;
    width: 1000px;
    height: 1025px;
    background-color: #1d211d;
    opacity: 0.6;
    position: absolute;
    border-radius: 40%;
  }
  .wave.one {
    animation: wave 15s linear -1s infinite;
  }
  .wave.two {
    animation: wave 18s linear -1s infinite;
  }
  .wave.three {
    animation: wave 21s linear -1s infinite;
  }
  .section.short_description .products.wrapper.list .product-item .product-item-info .product-item-photo {
    flex: 0 0 44.5%;
    max-width: 44.5%;
  }
  .quickview-popup-wrapper.modal-popup.modal-slide .modal-inner-wrap {
    max-height: 85vh;
  }
  .quickview.modal-popup {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .page-layout-1column .modal-content .quickviewContainer .product.media {
    width: 48% !important;
  }
  .page-layout-1column .modal-content .quickviewContainer .product-info-main {
    padding: 0px 0px 0px 4rem !important;
    width: 52% !important;
  }
  .super-deal .time_circles .number,
  .super-deal-banner .time_circles .number {
    font-size: 3.6rem;
  }
  .super-deal .title-deal,
  .super-deal-banner .title-deal {
    font-size: 5.2rem;
  }
  .super-deal-banner {
    padding: 11.5rem 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 40.5px;
    padding: 13.5px 0 40.5px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 27px;
    margin: 0 0 13.5px;
  }
  .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 6.75px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 13.5px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 27px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
    text-align: left;
  }
  .cart.table-wrapper .item-actions {
    position: absolute;
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
    z-index: 1;
    right: 0;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 13.5px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 33.75px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 40.5px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 13.5px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 27px;
    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: 3.5rem;
    border-bottom: 0;
    margin-bottom: 33.75px;
  }
  .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: 992px;
    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: 13.5px 40.5px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 13.5px 0 0 54px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 27px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 27px 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;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 40.5px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 100%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 27px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 13.5px 13.5px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 27px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 27px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 27px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 27px 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: 27px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 27px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 6.75px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 27px;
  }
  .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: 13.5px;
    padding: 6.75px 13.5px 13.5px;
    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: 13.5px;
    padding: 6.75px 13.5px 13.5px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #1d211d;
    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: 33.75px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #ebebeb;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 27px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -15px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 27px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 13.5px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 13.5px;
    padding-right: 13.5px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 27px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .blog-page.page-layout-2columns-right .sidebar,
  .blog-page.page-layout-2columns-left .sidebar {
    width: 33rem;
    padding-right: 15px;
  }
  .blog-page.page-layout-2columns-right .column.main,
  .blog-page.page-layout-2columns-left .column.main {
    width: calc(100% - 36rem);
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .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-products:not(:last-child) {
    padding: 0 0 3rem;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
    position: relative;
    top: 1px;
    text-transform: uppercase;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 27px;
    padding-top: 1px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #000000;
  }
  .modes-mode.active {
    color: #1d211d;
  }
  .modes-mode.active:before {
    color: inherit;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart .fieldset,
  .product-options-bottom .box-tocart .fieldset {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    flex-wrap: wrap;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    text-align: center;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 13.5px 13.5px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
  }
  .page-layout-1column .product-main-content-right {
    width: 56%;
  }
  .page-layout-1column .product-main-content-right .product-info-main {
    flex: 1;
    padding: 0 4.4vw;
  }
  .page-layout-1column .product-main-content {
    padding: 7rem 0 5rem;
  }
  .page-layout-1column .product-main-content:not(.layout-fullwidth) .product.media {
    width: 60%;
  }
  .page-layout-1column .product-main-content:not(.layout-fullwidth) .product-info-main {
    padding: 0 0 0 4rem;
    width: 40%;
    position: relative;
    -webkit-transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
    -moz-transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
    -ms-transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  }
  .page-layout-1column .product-main-content.layout-sidebar {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    flex-wrap: wrap;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
  }
  .page-layout-1column .product-main-content.layout-sidebar .product-info-content {
    flex: 1;
  }
  .page-layout-1column .product-main-content.layout-sidebar .product-info-content .product.media {
    width: 54%;
  }
  .page-layout-1column .product-main-content.layout-sidebar .product-info-content .product-info-main {
    width: 46%;
  }
  .page-layout-1column .product-main-content.layout-sidebar .product-sidebar-content {
    flex: 0 0 30%;
    max-width: 250px;
  }
  .page-layout-1column .product-main-content.layout-grid-gallary .product-info-main {
    padding: 0 0 0 6rem;
  }
  .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%;
  }
  .magnifier-preview {
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .layout-grid-gallary .product.info.detailed,
  .layout-fullwidth .product.info.detailed,
  .layout-sticky .product.info.detailed {
    margin-top: 5rem;
  }
  .layout-grid-gallary .product.info.detailed .product.data.items,
  .layout-fullwidth .product.info.detailed .product.data.items,
  .layout-sticky .product.info.detailed .product.data.items {
    text-align: left;
  }
  .layout-grid-gallary .product.info.detailed .product.data.items > .item.title,
  .layout-fullwidth .product.info.detailed .product.data.items > .item.title,
  .layout-sticky .product.info.detailed .product.data.items > .item.title {
    display: block;
  }
  .layout-grid-gallary .product.info.detailed .product.data.items > .item.content,
  .layout-fullwidth .product.info.detailed .product.data.items > .item.content,
  .layout-sticky .product.info.detailed .product.data.items > .item.content {
    border-top: 0;
  }
  .filter .block-subtitle {
    font-weight: 400;
  }
  .filter .block-subtitle:not(.filter-current-subtitle) {
    margin-bottom: 3rem;
  }
  .filter.block {
    margin-bottom: 3rem;
  }
  .filter-title {
    display: none;
  }
  .filter-options-content {
    padding-bottom: 2.6rem;
  }
  .filter-options-item {
    margin-bottom: 2rem;
  }
  .filter-actions {
    margin-bottom: 40.5px;
  }
  .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: static;
    margin-bottom: 20px;
    top: 0;
    width: 100%;
    text-transform: uppercase;
    margin-left: 0;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
    margin-left: 0;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 60px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #ebebeb;
    position: relative;
    z-index: 4;
  }
  .page-layout-1column .filter-content {
    margin-top: 3rem;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 33.75px;
    position: relative;
  }
  .page-layout-1column .filter-options-item:last-child {
    margin-right: 0;
  }
  .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 {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 27px 0 0;
    font-size: 18px;
  }
  .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 #ebebeb;
    padding: 1rem;
    position: absolute;
    top: 100%;
    visibility: hidden;
    min-width: 200px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 6.75px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #666666;
    display: inline;
    font-size: 16px;
    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: 33.75px;
    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: 33.75px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 16px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 6.75px;
  }
  .header.content {
    padding: 40.5px 27px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 13.5px;
    padding-top: 13.5px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
    text-transform: uppercase;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 27px;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
    margin: -20px auto;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .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;
  }
  .size-26 {
    font-size: 2.6rem;
  }
  .size-28 {
    font-size: 2.8rem;
  }
  .size-30 {
    font-size: 3rem;
  }
  .size-36 {
    font-size: 3.6rem;
  }
  .size-38 {
    font-size: 3.8rem;
  }
  .size-40 {
    font-size: 4rem;
  }
  .size-44 {
    font-size: 4.4rem;
  }
  .size-48 {
    font-size: 4.8rem;
  }
  .size-50 {
    font-size: 5rem;
  }
  .size-52 {
    font-size: 5.2rem;
  }
  .size-60 {
    font-size: 3.125vw;
  }
  .size-70 {
    font-size: 3.6458333333vw;
  }
  .size-72 {
    font-size: 3.75vw;
  }
  .size-130 {
    font-size: 6.7708333333vw;
  }
  .size-150 {
    font-size: 7.8125vw;
  }
  .page-layout-2columns-right .main {
    padding-right: 15px;
  }
  .breadcrumbs {
    max-width: 100%;
  }
  .page-header .header.panel {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-header .panel.wrapper {
    display: none;
    border: 0;
  }
  .product.info.detailed .product.data.items {
    text-align: center;
  }
  .product.info.detailed .product.data.items > .item.title {
    float: none;
    display: inline-flex;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .product.info.detailed .product.data.items > .item.title:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background: transparent;
    z-index: 2;
  }
  .product.info.detailed .product.data.items > .item.title.active > .switch,
  .product.info.detailed .product.data.items > .item.title.active > .switch:focus,
  .product.info.detailed .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 1.7rem;
  }
  .product.info.detailed .product.data.items > .item.title.active:after {
    background: #1d211d;
  }
  .fieldset {
    margin: 0 0 20px;
  }
  .cart-container .cart.table-wrapper .col {
    width: auto;
  }
  .cart-container .cart.table-wrapper .items tr th,
  .cart-container .cart.table-wrapper .items .item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cart-container .cart.table-wrapper .items .item .item-actions .actions-toolbar {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    flex-wrap: wrap;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
  }
  .cart-container .cart.table-wrapper .items .item .item-actions .actions-toolbar .action:before {
    color: #666666;
  }
  .cart-container .cart.table-wrapper .box-tocart .up-down .control input {
    padding: 0 5px;
    max-width: 40px;
  }
  .cart-container .cart .box-tocart .up-down {
    max-width: 8rem !important;
  }
  body .block-authentication .block-title {
    font-size: 2.4rem;
    text-align: center;
  }
  body .block-authentication .block-title strong {
    font-weight: 400;
  }
  .login-container .block.block-customer-login {
    position: relative;
    padding-right: 5%;
  }
  .login-container .block.block-customer-login:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -2.5%;
    text-align: center;
    margin: auto;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1;
  }
  .login-container .block.block-customer-login:after {
    content: '';
    position: absolute;
    top: 0;
    right: -2.5%;
    bottom: 0;
    border-right: 1px solid #ebebeb;
    z-index: 0;
  }
  .login-container .block.block-new-customer {
    padding-left: 5%;
  }
  body .fieldset > .field.choice:before,
  body .fieldset > .field.no-label:before {
    padding: 0;
  }
  .form-create-account {
    margin-bottom: 6rem;
  }
  .customer-account-create {
    margin-bottom: 6rem;
  }
  .customer-account-create .form-create-account .fieldset:not(.additional_info) {
    float: left;
    overflow: hidden;
    width: calc(50% - 30px);
    margin: 0 15px;
    overflow: visible;
  }
  .customer-account-create .form-create-account .actions-toolbar > div {
    width: calc(50% - 30px);
  }
  .customer-account-create .form-create-account .actions-toolbar > div,
  .customer-account-forgotpassword .form-create-account .actions-toolbar > div {
    margin: 3rem 15px 0;
  }
  form.form-orders-search {
    margin: auto;
  }
  body[class*="2columns"] .sidebar {
    width: 29rem;
    padding-right: 15px;
  }
  body[class*="2columns"] .column.main {
    width: calc(100% - 33.5rem);
  }
  body[class*="2columns-right"] .sidebar {
    float: right;
  }
  body[class*="-3columns"] .column.main {
    padding-left: 1.5rem;
  }
  .page-header .container {
    max-width: 1790px;
  }
  .search__modal--inner #search-form .rokan-autocomplete-wrapper .products-list .product-items {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 30px;
    padding: 1.5rem 0 0;
  }
  .search__modal--inner #search-form .rokan-autocomplete-wrapper .products-list .product-items .product-item {
    display: block;
    border: 0;
  }
  .search__modal--inner #search-form .rokan-autocomplete-wrapper .products-list .product-items .product-item .product-item-info {
    flex-direction: column;
    padding-left: 0;
  }
  .search__modal--inner #search-form .rokan-autocomplete-wrapper .products-list .product-items .product-item .product-item-info .product-item-photo {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%;
    margin: 0 0 2rem;
  }
  .search__modal--inner #search-form .rokan-autocomplete-wrapper .products-list .product-items .product-item .product-item-details {
    padding-left: 0;
  }
  .page-footer .footer-container.layout-6 .footer-static_link .footer-links.footer-newsletter {
    flex: 0 0 40%;
    max-width: 550px;
  }
  .page-footer .footer-container.layout-6 .footer-static_link .footer-links.footer-newsletter .footer-contents {
    max-width: 410px;
  }
  .page-footer .footer-container.layout-6 .footer-static_link .footer-links:not(.footer-newsletter) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-footer .footer-container.layout-6 .footer-static_link .footer-links {
    flex: 1;
  }
  .page-footer .footer-container.layout-6 .footer-bottom .copyright {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .sidebar .filter-options .filter-options-item:last-child,
  .sidebar.sidebar-additional .filter-options-item:last-child,
  .sidebar .filter-options .widget:not(.blog-search):last-child,
  .sidebar.sidebar-additional .widget:not(.blog-search):last-child,
  .sidebar .filter-options .block-compare:last-child,
  .sidebar.sidebar-additional .block-compare:last-child,
  .sidebar .filter-options .block-wishlist:last-child,
  .sidebar.sidebar-additional .block-wishlist:last-child {
    border-bottom: 0;
  }
  .sidebar .filter-options .filter-options-item.active,
  .sidebar.sidebar-additional .filter-options-item.active {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ebebeb;
  }
  .sidebar .filter-options .filter-options-content,
  .sidebar.sidebar-additional .filter-options-content,
  .sidebar .filter-options .block-wishlist .block-content,
  .sidebar.sidebar-additional .block-wishlist .block-content,
  .sidebar .filter-options .block-compare .block-content,
  .sidebar.sidebar-additional .block-compare .block-content,
  .sidebar .filter-options .empty,
  .sidebar.sidebar-additional .empty {
    padding-bottom: 0;
  }
  .sidebar .filter-options .block-wishlist .block-content .empty,
  .sidebar.sidebar-additional .block-wishlist .block-content .empty {
    padding-top: 0;
  }
  .sidebar .filter-options .filter-options-item .filter-options-title,
  .sidebar.sidebar-additional .filter-options-item .filter-options-title,
  .sidebar .filter-options .filter-options-item .block-title,
  .sidebar.sidebar-additional .filter-options-item .block-title {
    padding-bottom: 0.8rem;
    padding-top: 0;
    position: relative;
    overflow: visible;
    margin-bottom: 2rem;
    border-bottom: 0;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #999999;
    letter-spacing: 0.5px;
  }
  .sidebar .filter-options .filter-options-item .filter-options-title:after,
  .sidebar.sidebar-additional .filter-options-item .filter-options-title:after,
  .sidebar .filter-options .filter-options-item .block-title:after,
  .sidebar.sidebar-additional .filter-options-item .block-title:after {
    content: "\ebce";
    font-family: LineIconsPro Light, sans-serif;
    font-size: 1.4rem;
    color: #666666;
    line-height: 1;
    padding: 1px;
    position: absolute;
    right: -4px;
    top: 3px;
  }
  .sidebar .filter-options .filter-options-item.active .filter-options-title:after,
  .sidebar.sidebar-additional .filter-options-item.active .filter-options-title:after,
  .sidebar .filter-options .filter-options-item.active .block-title:after,
  .sidebar.sidebar-additional .filter-options-item.active .block-title:after {
    content: "\ebce";
    content: "\ebc3";
  }
  .sidebar .filter-options .filter-options-item .swatch-attribute-options,
  .sidebar.sidebar-additional .filter-options-item .swatch-attribute-options {
    margin: 0;
  }
  .filter-options-content {
    max-height: 19.2rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #layered-filter-block .filter-title {
    display: block;
  }
  .catalog-category-view-fullwidth #layered-filter-block .filter-content .filter-options {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .catalog-category-view-fullwidth #layered-filter-block .filter-content .filter-options .filter-options-item {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
    margin-right: 0;
  }
  .product.info.detailed .product.data.items > .item.content {
    border-top: 1px solid #ebebeb;
  }
  .column .bundle-options-container .block-bundle-summary {
    max-width: 400px;
  }
  .column #product-options-wrapper {
    width: 100%;
  }
  .banner-about-top img {
    width: 100%;
  }
  .banner-about-top.absolute-content {
    position: relative;
  }
  .banner-about-top.absolute-content .content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [style*="background: #f5f5f5"] {
    -webkit-box-shadow: 800px 0 #f5f5f5, -800px 0 #f5f5f5;
    -moz-box-shadow: 800px 0 #f5f5f5, -800px 0 #f5f5f5;
    -ms-box-shadow: 800px 0 #f5f5f5, -800px 0 #f5f5f5;
    box-shadow: 800px 0 #f5f5f5, -800px 0 #f5f5f5;
  }
  .about-top p {
    padding-right: 10%;
  }
  .about-top .about-left {
    z-index: 2;
  }
  .how-it-work .sm-4 {
    padding: 0 3rem;
  }
  .section.block-widget-rokanthemes-brand {
    padding: 11px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .giftcard-widget .giftcard_content .giftcard_divine .giftcard_image {
    padding: 0 50px;
  }
  .giftcard-widget .giftcard_content .giftcard_divine .giftcard_meta {
    padding: 0 50px;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1440px), print and only screen and (max-width: 1440px) {
  .size-26.get-size-vw {
    font-size: 1.80555556vw;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1440px), print and only screen and (max-width: 1440px) {
  .size-28.get-size-vw {
    font-size: 1.94444444vw;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1440px), print and only screen and (max-width: 1440px) {
  .size-30.get-size-vw {
    font-size: 2.08333333vw;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1440px), print and only screen and (max-width: 1440px) {
  .size-36.get-size-vw {
    font-size: 2.5vw;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1440px), print and only screen and (max-width: 1440px) {
  .size-38.get-size-vw {
    font-size: 2.63888889vw;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1440px), print and only screen and (max-width: 1440px) {
  .size-40.get-size-vw {
    font-size: 2.77777778vw;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1440px), print and only screen and (max-width: 1440px) {
  .size-44.get-size-vw {
    font-size: 3.05555556vw;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1440px), print and only screen and (max-width: 1440px) {
  .size-48.get-size-vw {
    font-size: 3.33333333vw;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1440px), print and only screen and (max-width: 1440px) {
  .size-50.get-size-vw {
    font-size: 3.47222222vw;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1440px), print and only screen and (max-width: 1440px) {
  .size-52.get-size-vw {
    font-size: 3.61111111vw;
  }
}
@media all and (min-width: 993px) and only screen and (min-width: 1921px), print and only screen and (min-width: 1921px) {
  .size-60 {
    font-size: 60px;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1440px), print and only screen and (max-width: 1440px) {
  .size-60.get-size-vw {
    font-size: 4.16666667vw;
  }
}
@media all and (min-width: 993px) and only screen and (min-width: 1921px), print and only screen and (min-width: 1921px) {
  .size-70 {
    font-size: 70px;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1440px), print and only screen and (max-width: 1440px) {
  .size-70.get-size-vw {
    font-size: 4.86111111vw;
  }
}
@media all and (min-width: 993px) and only screen and (min-width: 1921px), print and only screen and (min-width: 1921px) {
  .size-72 {
    font-size: 72px;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1440px), print and only screen and (max-width: 1440px) {
  .size-72.get-size-vw {
    font-size: 5vw;
  }
}
@media all and (min-width: 993px) and only screen and (min-width: 1921px), print and only screen and (min-width: 1921px) {
  .size-130 {
    font-size: 130px;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1440px), print and only screen and (max-width: 1440px) {
  .size-130.get-size-vw {
    font-size: 6.94444444vw;
  }
}
@media all and (min-width: 993px) and only screen and (min-width: 1921px), print and only screen and (min-width: 1921px) {
  .size-150 {
    font-size: 150px;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1440px), print and only screen and (max-width: 1440px) {
  .size-150.get-size-vw {
    font-size: 9.027777779999999vw;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1200px), print and only screen and (max-width: 1200px) {
  [style*="background: #f5f5f5"] {
    -webkit-box-shadow: 300px 0 #f5f5f5, -300px 0 #f5f5f5;
    -moz-box-shadow: 300px 0 #f5f5f5, -300px 0 #f5f5f5;
    -ms-box-shadow: 300px 0 #f5f5f5, -300px 0 #f5f5f5;
    box-shadow: 300px 0 #f5f5f5, -300px 0 #f5f5f5;
  }
}
@media all and (min-width: 1200px), print {
  .navigation:not(.mobile-style) .nav-toggle {
    display: none;
  }
  .navigation:not(.mobile-style).nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .navigation:not(.mobile-style) .nav-sections-item-title {
    display: none;
  }
  .navigation:not(.mobile-style) .nav-sections-item-content {
    display: block !important;
  }
  .navigation:not(.mobile-style) .nav-sections-item-content > * {
    display: none;
  }
  .navigation:not(.mobile-style) .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation:not(.mobile-style) {
    background: transparent;
    font-size: 3rem;
    font-weight: 400;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:not(.mobile-style):empty {
    display: none;
  }
  .navigation:not(.mobile-style) ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation:not(.mobile-style) li.level0 {
    border-top: none;
  }
  .navigation:not(.mobile-style) li.level1 {
    position: relative;
  }
  .navigation:not(.mobile-style) .level0 {
    margin: 0 4rem 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation:not(.mobile-style) .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation:not(.mobile-style) .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation:not(.mobile-style) .level0 > .level-top {
    color: #000000;
    line-height: 40px;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation:not(.mobile-style) .level0 > .level-top:hover,
  .navigation:not(.mobile-style) .level0 > .level-top.ui-state-focus {
    color: #999999;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .level0.active > .level-top,
  .navigation:not(.mobile-style) .level0.has-active > .level-top {
    border-color: #1d211d;
    border-width: 0 0 3px;
    color: #999999;
    text-decoration: none;
    display: inline-block;
  }
  .navigation:not(.mobile-style) .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation:not(.mobile-style) .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation:not(.mobile-style) .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .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:not(.mobile-style) .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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation:not(.mobile-style) .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    font-weight: 400;
    min-width: 34rem;
    padding: 6.5rem 6rem 9rem;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation:not(.mobile-style) .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation:not(.mobile-style) .level0 .submenu > ul:before,
  .navigation:not(.mobile-style) .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation:not(.mobile-style) .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:not(.mobile-style) .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d0d0d0;
    color: #d0d0d0;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation:not(.mobile-style) .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation:not(.mobile-style) .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #000000;
    padding: 5px 15px;
  }
  .navigation:not(.mobile-style) .level0 .submenu a:hover,
  .navigation:not(.mobile-style) .level0 .submenu a.ui-state-focus {
    color: #1d211d;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .level0 .submenu .active > a {
    border-color: #1d211d;
    border-style: solid;
    border-width: 0 0 0 0;
    color: #999999;
  }
  .navigation:not(.mobile-style) .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation:not(.mobile-style) .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation:not(.mobile-style) .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation:not(.mobile-style) .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .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:not(.mobile-style) .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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation:not(.mobile-style) .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation:not(.mobile-style) .level0.more:before {
    display: none;
  }
  .navigation:not(.mobile-style) .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation:not(.mobile-style) .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation:not(.mobile-style) .level0.more li {
    display: block;
  }
  .navigation:not(.mobile-style) {
    background: transparent;
    font-size: 3rem;
    font-weight: 400;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:not(.mobile-style):empty {
    display: none;
  }
  .navigation:not(.mobile-style) ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation:not(.mobile-style) li.level0 {
    border-top: none;
  }
  .navigation:not(.mobile-style) li.level1 {
    position: relative;
  }
  .navigation:not(.mobile-style) .level0 {
    margin: 0 4rem 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation:not(.mobile-style) .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation:not(.mobile-style) .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation:not(.mobile-style) .level0 > .level-top {
    color: #000000;
    line-height: 40px;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation:not(.mobile-style) .level0 > .level-top:hover,
  .navigation:not(.mobile-style) .level0 > .level-top.ui-state-focus {
    color: #999999;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .level0.active > .level-top,
  .navigation:not(.mobile-style) .level0.has-active > .level-top {
    border-color: #1d211d;
    border-width: 0 0 3px;
    color: #999999;
    text-decoration: none;
    display: inline-block;
  }
  .navigation:not(.mobile-style) .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation:not(.mobile-style) .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation:not(.mobile-style) .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .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:not(.mobile-style) .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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation:not(.mobile-style) .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    font-weight: 400;
    min-width: 34rem;
    padding: 6.5rem 6rem 9rem;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation:not(.mobile-style) .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation:not(.mobile-style) .level0 .submenu > ul:before,
  .navigation:not(.mobile-style) .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation:not(.mobile-style) .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:not(.mobile-style) .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d0d0d0;
    color: #d0d0d0;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation:not(.mobile-style) .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation:not(.mobile-style) .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #000000;
    padding: 5px 15px;
  }
  .navigation:not(.mobile-style) .level0 .submenu a:hover,
  .navigation:not(.mobile-style) .level0 .submenu a.ui-state-focus {
    color: #1d211d;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .level0 .submenu .active > a {
    border-color: #1d211d;
    border-style: solid;
    border-width: 0 0 0 0;
    color: #999999;
  }
  .navigation:not(.mobile-style) .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation:not(.mobile-style) .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation:not(.mobile-style) .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation:not(.mobile-style) .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .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:not(.mobile-style) .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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation:not(.mobile-style) .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation:not(.mobile-style) .level0.more:before {
    display: none;
  }
  .navigation:not(.mobile-style) .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation:not(.mobile-style) .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation:not(.mobile-style) .level0.more li {
    display: block;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 0;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .category .subscribe-popup {
    width: 30%;
  }
  .brand-product-tab .brand-list-tab-container-title {
    grid-template-columns: repeat(1000, 16.66666667%);
  }
  .rokanthemes-onepagecheckout .opc-wrapper {
    width: 66.66%;
    padding-right: 30px;
  }
  .rokanthemes-onepagecheckout #opc-sidebar {
    width: 33%;
    margin-top: 0;
  }
  .rokanthemes-onepagecheckout #opc-sidebar .discount-code #discount-form {
    width: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs:not(.has-banner-image) .widget-tabs .ui-tabs-panel,
  .container_vertical_tab_postions.wrapper_product_tabs:not(.has-banner-image) .widget-tabs .ui-tabs-panel {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .widget-tabs,
  .container_vertical_tab_postions.wrapper_product_tabs .widget-tabs {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    flex-wrap: wrap;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: nowrap;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .widget-tabs .ui-tabs-panel .products,
  .container_vertical_tab_postions.wrapper_product_tabs .widget-tabs .ui-tabs-panel .products {
    margin: 0;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav {
    min-width: 270px;
    margin-right: 30px;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav li,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav li {
    margin-bottom: 0;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav li a:after,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav li a:after {
    top: 0;
    bottom: 0;
    left: 80%;
    margin: auto;
    border-width: 0 0 0 15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left-color: #1d211d;
    opacity: 0;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav li:not(:last-child) a,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav li:not(:last-child) a {
    border-bottom: 0;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav li:hover a:after,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav li:hover a:after,
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav li.ui-state-active a:after,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav li.ui-state-active a:after {
    opacity: 1;
    left: 100%;
  }
  .testimo-slider {
    background-repeat: no-repeat;
    background-position: center;
  }
  .testimonial-index-index .pt-testimonial-item ul li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #close-vertical {
    display: none;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown {
    border: 2px solid #1d211d;
    border-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0 > a {
    line-height: 42px;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0 a .menu-thumb-icon {
    margin-right: 1rem;
    font-size: 1.4rem;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0:not(:last-child) > a {
    border-bottom: 1px solid #ebebeb;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0:hover {
    background: transparent;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0:hover > .submenu {
    left: 100%;
    top: 0;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0 > .submenu,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.classic .parent .subchildmenu {
    left: 110%;
    top: 0;
    min-height: 100%;
    max-height: 80vh;
    padding: 0;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.parent > .level-top:after {
    content: '\e608';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.6rem;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.classic .subchildmenu li:not(:last-child) a {
    border-bottom: 1px solid #ebebeb;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.fullwidth .submenu {
    min-width: 52vw;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.fullwidth,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.staticwidth {
    position: static;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.fullwidth .submenu,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.staticwidth .submenu {
    max-width: 956px;
    padding: 4rem 6rem 2rem 4rem;
    background-repeat: no-repeat;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0 > a,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown .expand-category-link > a {
    border-color: #ebebeb;
    padding: 0 3rem;
    display: block;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0 > a:before,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown .expand-category-link > a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: -1;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0:not(:hover) a:before,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown .expand-category-link:not(:hover) a:before {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0:hover,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown .expand-category-link:hover,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.active,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown .expand-category-link.active {
    background: transparent;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0:hover > a,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown .expand-category-link:hover > a,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.active > a,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown .expand-category-link.active > a {
    color: #1d211d;
  }
  html body .page-wrapper .verticalmenu.navigation .expand-category-link a {
    line-height: 40px;
  }
  .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;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .blog-layout-gird .blog-list-post .post-holder {
    flex: 0 0 33.33333333%;
  }
  body[class*="page-layout-2columns"] .blog-layout-gird .blog-list-post .post-holder {
    flex: 0 0 50%;
  }
  .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 {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 25%;
  }
  .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;
  }
  .page-layout-1column .product-main-content.layout-sidebar .product-info-content .product-info-main {
    padding: 0 6rem 0 6rem;
  }
  .page-layout-1column .product-main-content.layout-grid-gallary {
    padding: 4rem 6rem;
  }
  .page-layout-1column .product-main-content.layout-grid-gallary .product-info-main {
    padding: 0 0 0 10rem;
  }
  .page-layout-1column .product-main-content.layout-fullwidth {
    padding: 6rem;
  }
  .page-layout-1column .product-main-content.layout-fullwidth .product-detailed-content {
    float: left;
    width: 25%;
    position: relative;
  }
  .page-layout-1column .product-main-content.layout-fullwidth .product-info-content {
    float: right;
    width: 25%;
    position: relative;
  }
  .page-layout-1column .product-main-content.layout-fullwidth .product-gallery-content {
    float: left;
    width: 50%;
    padding: 0 3rem;
  }
  .page-layout-1column .product-main-content:not(.layout-fullwidth) .product-info-main {
    padding: 0 0 0 10rem;
  }
  .custommenu-list.menu {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .navigation:not(.mobile-style) {
    position: static;
  }
  .navigation:not(.mobile-style) #close-menu {
    display: none;
  }
  .navigation:not(.mobile-style) ul,
  .navigation:not(.mobile-style) ol {
    list-style: none;
  }
  .navigation:not(.mobile-style) > ul {
    position: static;
  }
  .navigation:not(.mobile-style) > ul:after {
    display: table;
    content: '';
    clear: both;
  }
  .navigation:not(.mobile-style) .menu-top-block {
    margin-bottom: 10px;
  }
  .navigation:not(.mobile-style) .menu-bottom-block {
    margin-top: 10px;
  }
  .navigation:not(.mobile-style) .open-children-toggle {
    display: none;
  }
  .navigation:not(.mobile-style) span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 2px;
    line-height: 1;
    color: #5c08e6;
  }
  .navigation:not(.mobile-style) span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    display: none;
  }
  .navigation:not(.mobile-style) span.cat-label.cat-label-label1 {
    color: #ff3333;
  }
  .navigation:not(.mobile-style) span.cat-label.cat-label-label2 {
    color: #669900;
  }
  .navigation:not(.mobile-style) a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .navigation:not(.mobile-style) li.level0 .row {
    justify-content: space-between;
  }
  .navigation:not(.mobile-style) li.level0.parent > .level-top {
    padding-right: inherit;
    display: inline-block;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) li.level0.parent > .level-top > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation:not(.mobile-style) li.level0.parent > .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation:not(.mobile-style) li.level0.parent .submenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 45;
    pointer-events: none;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .navigation:not(.mobile-style) li.level0.parent .submenu:before {
    height: 0;
    top: 0;
  }
  .navigation:not(.mobile-style) li.level0.parent .submenu .mega-columns .level1.parent {
    margin-bottom: 2rem;
  }
  .navigation:not(.mobile-style) li.level0.parent .submenu .mega-columns .level1.parent > a {
    font-family: Amiri, sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-top: 0;
  }
  .navigation:not(.mobile-style) li.level0.parent .submenu .mega-columns .level1.parent > a:not(:hover) {
    color: #999999;
  }
  .navigation:not(.mobile-style) li.level0.parent .submenu {
    margin-top: 0 !important;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  .navigation:not(.mobile-style) li.level0.parent .submenu,
  .navigation:not(.mobile-style) li.level0.parent .subchildmenu .subchildmenu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navigation:not(.mobile-style) li.level0.parent .submenu a,
  .navigation:not(.mobile-style) li.level0.parent .subchildmenu .subchildmenu a {
    text-transform: capitalize;
  }
  .navigation:not(.mobile-style) li.level0.parent:hover .submenu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
  .navigation:not(.mobile-style) li.level0.classic .row {
    margin: 0;
  }
  .navigation:not(.mobile-style) li.level0.classic .submenu {
    padding: 5rem;
    left: -5.5rem;
  }
  .navigation:not(.mobile-style) li.level0.classic .submenu a {
    padding: 5px 15px;
  }
  .navigation:not(.mobile-style) li.level0.classic .subchildmenu {
    width: 100%;
    z-index: 22;
  }
  .navigation:not(.mobile-style) li.level0.classic .subchildmenu .level1 .subchildmenu {
    position: absolute;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    min-width: 1px;
    border: 1px solid #d0d0d0;
    padding: 6.5rem 6rem 9rem;
    padding-left: 0;
    padding-right: 0;
  }
  .navigation:not(.mobile-style) li.level0.classic .subchildmenu .level1.parent > a > span {
    width: 100%;
    display: inline-block;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) li.level0.classic .subchildmenu .level1.parent > a > span > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation:not(.mobile-style) li.level0.classic .subchildmenu .level1.parent > a > span:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation:not(.mobile-style) li.level0.classic .subchildmenu .level1.parent > a > span:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .navigation:not(.mobile-style) li.level0.classic .subchildmenu .level1:hover .subchildmenu {
    left: 100% !important;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .navigation:not(.mobile-style) li.level0.fullwidth {
    position: static;
  }
  .navigation:not(.mobile-style) li.level0.fullwidth > .submenu {
    width: 100%;
    padding: 7rem 2rem 10rem 7rem;
  }
  .navigation:not(.mobile-style) li.level0.staticwidth {
    position: static;
  }
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu li.parent > a:after,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-left-block h3,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-left-block h3 {
    margin-bottom: 0.7rem;
  }
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-left-block p,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-left-block p {
    margin-bottom: 2rem;
  }
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-top-block a,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-top-block a,
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-left-block a,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-left-block a,
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-right-block a,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-right-block a,
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-bottom-block a,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-bottom-block a {
    display: inline;
  }
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-top-block a:hover,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-top-block a:hover,
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-left-block a:hover,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-left-block a:hover,
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-right-block a:hover,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-right-block a:hover,
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-bottom-block a:hover,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-bottom-block a:hover {
    text-decoration: underline;
  }
  .navigation:not(.mobile-style) li.level0.fl-left {
    float: left;
  }
  .navigation:not(.mobile-style) li.level0.fl-right {
    float: right;
  }
  .navigation:not(.mobile-style) li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 6px 0 6px 6px;
  }
  .navigation:not(.mobile-style) li.level0 > a > span.cat-label {
    top: -2px;
    right: 0px;
  }
  .navigation:not(.mobile-style) li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -6px;
  }
  .navigation:not(.mobile-style) li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #007aff;
  }
  .navigation:not(.mobile-style) li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #ff3b30;
  }
  .navigation:not(.mobile-style) li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .navigation:not(.mobile-style) li.parent > .submenu.popup-left {
    left: auto;
    right: 0;
  }
  .navigation:not(.mobile-style) li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .navigation:not(.mobile-style) li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .navigation:not(.mobile-style) li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .navigation:not(.mobile-style) li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns > li {
    float: left;
    padding: 0 5px;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .navigation:not(.mobile-style).side-custommenu li {
    margin: 0;
    position: relative;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0 {
    display: block;
    position: relative;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0.parent > a:after {
    vertical-align: top;
    margin-left: 6px;
    line-height: 41px;
    float: right;
    content: '\e622';
    display: inline-block;
    font-family: 'icons-blank-theme';
    transform: rotate(-90deg);
  }
  .navigation:not(.mobile-style).side-custommenu li.level0.classic .submenu li.parent > a:after {
    content: '\e622';
    display: inline-block;
    font-family: 'icons-blank-theme';
    transform: rotate(-90deg);
    vertical-align: top;
    margin-left: 6px;
    margin-right: 5px;
    line-height: 15px;
    float: right;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0.fullwidth > .submenu,
  .navigation:not(.mobile-style).side-custommenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0.fullwidth > .submenu {
    width: 871px;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0 > a {
    display: block;
    padding: 0 5px;
    margin: 0 10px;
    border-top: 1px solid #ddd;
    line-height: 41px;
    font-weight: 400;
    font-size: 14px;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0 > a > span.cat-label:before {
    left: -6px;
    top: 3px;
    bottom: auto;
    border-top-color: transparent;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0:first-child > a {
    border-top: 0;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0:hover {
    background-color: #08c;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0:hover > a {
    color: #fff;
    border-top-color: #08c;
  }
  .navigation .sticky .navigation li.level0.parent .submenu {
    margin-top: 2rem !important;
  }
  .navigation .sticky .navigation li.level0.parent .submenu:before {
    height: 2rem;
    top: -2rem;
  }
  .navigation .home-side-menu {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .navigation h2.side-menu-title {
    margin: 0;
    background-color: #f5f5f5;
    color: #a39f9c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 15px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ddd;
  }
  .navigation .my_account_link_custom {
    display: none !important;
  }
  .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;
  }
  body .container,
  body .container-sm,
  body .container-md,
  body .container-lg,
  body .container-xl,
  body .wrapper-the-blue-sky-slider .nivo-controlNav,
  body .js-marquee-wrapper {
    max-width: 1470px;
  }
  body .container-fluid {
    max-width: 1790px;
  }
  .no-wrap-desktop {
    flex-wrap: nowrap;
  }
  .header__logo .nav-toggle {
    display: none;
  }
  .header-container.sticky .hidden-sticky-desktop {
    display: none !important;
  }
  .sticky .navigation li.level0.parent .submenu {
    margin-top: 2rem !important;
  }
  .sticky .navigation li.level0.parent .submenu:before {
    height: 2rem;
    top: -2rem;
  }
  ol[class*="category_page_grid"] .product-item {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .toolbar:not(:last-child) .grid-mode-show-type-products {
    display: block;
  }
  .category_page_grid_2 .product-item {
    width: 50% !important;
  }
  .category_page_grid_3 .product-item {
    width: 33.33333333% !important;
  }
  .category_page_grid_4 .product-item {
    width: 25% !important;
  }
  .category_page_grid_5 .product-item {
    width: 20% !important;
  }
  .banner .col-banner.left .content {
    padding: 7rem 2rem 8rem 8rem;
  }
  .banner .col-banner.center .content {
    padding: 3rem 4rem 5rem;
  }
  .banner .col-banner.space-between .content {
    padding: 6rem 0;
  }
  .banner .col-banner.top .content {
    padding: 6rem 0;
  }
  .banner .col-banner.bottom .content {
    padding: 1.5rem 0;
  }
  .wishlist-index-index .products-grid .product-item {
    width: 20%;
  }
  .cms-index-index .page-footer #focus-area {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
  }
  .cms-index-index .page-footer.has-parallax {
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
    opacity: 0;
    z-index: -999;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .cms-index-index .page-footer.active {
    opacity: 1;
    z-index: 1;
  }
  .background_shadow .page-footer #focus-area {
    opacity: 1;
    visibility: visible;
  }
  html:not(.nav-open) .topbar {
    z-index: 23;
  }
  .navigation .menu-custom .submenu.level0 {
    padding: 6rem 4rem 6rem 6rem;
  }
  .cms-index-index .header-container.layout-1:not(.sticky) {
    position: absolute;
    width: 100%;
  }
  header .header-container .header {
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-container.layout-4 .navigation li.ui-menu-item.level0:last-child > a:after,
  header .header-container.layout-4 .navigation li.ui-menu-item.level0:nth-last-child(2) > a:after {
    display: none;
  }
  header .header-container.layout-4 .navigation li.ui-menu-item.level0 > a:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cccccc;
    position: absolute;
    right: -3.5rem;
    top: 46%;
    transform: translateY(-50%);
  }
  header .header-container.layout-4 .navigation li.ui-menu-item.level0:hover .level-top:before {
    background: #000000;
    width: 100%;
  }
  header .header-container.layout-4 .navigation li.ui-menu-item.level0 .level-top:before {
    content: "";
    width: 0;
    height: 1px;
    background: transparent;
    position: absolute;
    top: -1px;
    z-index: 11;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  header .header-container.layout-4 .navigation li.ui-menu-item.level0.active .level-top:before {
    background: #000000;
    width: 100%;
  }
  header .header-container.layout-1 .header__logo,
  header .header-container.layout-5 .header__logo {
    flex: 0 0 20%;
    max-width: 290px;
  }
  header .header-container.layout-5 .header__action .search-modal {
    margin-right: 2rem;
  }
  header .header-container.layout-3 .navigation li.ui-menu-item.level0 .level-top:before,
  header .header-container.layout-6 .navigation li.ui-menu-item.level0 .level-top:before,
  header .header-container.layout-7 .navigation li.ui-menu-item.level0 .level-top:before,
  header .header-container.layout-9 .navigation li.ui-menu-item.level0 .level-top:before {
    content: "";
    width: 0;
    height: 1px;
    background: #999999;
    position: absolute;
    bottom: 16px;
    z-index: 11;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  header .header-container.layout-3 .navigation li.ui-menu-item.level0:hover .level-top:before,
  header .header-container.layout-6 .navigation li.ui-menu-item.level0:hover .level-top:before,
  header .header-container.layout-7 .navigation li.ui-menu-item.level0:hover .level-top:before,
  header .header-container.layout-9 .navigation li.ui-menu-item.level0:hover .level-top:before,
  header .header-container.layout-3 .navigation li.ui-menu-item.level0.active .level-top:before,
  header .header-container.layout-6 .navigation li.ui-menu-item.level0.active .level-top:before,
  header .header-container.layout-7 .navigation li.ui-menu-item.level0.active .level-top:before,
  header .header-container.layout-9 .navigation li.ui-menu-item.level0.active .level-top:before {
    width: 100%;
  }
  header .header-container .custommenu.navigation li.level0.fullwidth .submenu > .row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  header .header-container .custommenu.navigation li.level0.fullwidth .submenu .menu-bottom-block {
    margin-bottom: -3rem;
    background: #5aab19;
    color: #ffffff;
    -webkit-box-shadow: 800px 0 #5aab19, -800px 0 #5aab19;
    -moz-box-shadow: 800px 0 #5aab19, -800px 0 #5aab19;
    -ms-box-shadow: 800px 0 #5aab19, -800px 0 #5aab19;
    box-shadow: 800px 0 #5aab19, -800px 0 #5aab19;
    padding: 16px 0;
    margin-top: 2.2rem;
  }
  header .header-container .custommenu.navigation li.level0.fullwidth .submenu .menu-bottom-block p {
    margin-bottom: 0;
  }
  header .header-container .custommenu.navigation li.level0.fullwidth.parent .submenu .mega-columns .level1.parent > a,
  header .header-container .custommenu.navigation li.level0.staticwidth.parent .submenu .mega-columns .level1.parent > a {
    margin-bottom: 1.2rem;
  }
  .page-footer .footer-static_link .footer-links {
    flex: 1;
  }
  .page-footer .footer-static_link .footer-links.footer-newsletter {
    flex: 0 0 30%;
    max-width: 480px;
  }
  .page-footer .footer-static_link .footer-links.footer-links-about {
    flex: 0 0 27%;
    max-width: 405px;
  }
  .page-footer .footer-instagram .intagram-item figure img {
    display: inline-block;
    min-height: 216px;
    object-fit: cover;
  }
  .page-footer .footer-container.layout-5 .footer {
    max-width: 1760px;
  }
  .page-footer .footer-container.layout-5 .footer-static_link .f-1 {
    flex: inherit;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page-footer .footer-container.layout-5 .footer-static_link .footer-links.footer-newsletter {
    flex: 0 0 30%;
    max-width: 400px;
  }
  .page-footer .footer-container.layout-5 .footer-bottom .copyright {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .product.info.detailed .additional-attributes tbody tr th {
    width: 20%;
  }
  .blog-post-view .post-view .post-title {
    font-size: 4rem;
  }
  .blog-post-view .post-view.has-thumb .blog-post-thumb {
    margin-bottom: 2rem;
    position: relative;
  }
  .contact-index-index .contact-top-map .col-padding {
    padding-left: 17.5%;
  }
  .banner.top .content {
    width: 100%;
    max-width: 900px;
    left: 10%;
    right: auto;
  }
  .banner.bottom .content {
    width: 100%;
    max-width: 900px;
    right: 10%;
    left: auto;
  }
  .banner p:not(.margin_0) {
    margin: 5rem 0 9rem;
  }
}
@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;
  }
  .header_contact {
    margin-right: 14rem;
  }
  .header_contact .contact-box + .contact-box {
    margin-left: 9rem;
  }
}
