/**
 * 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: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
@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);
  }
}
@font-face {
  font-family: 'HelveticaNeueLTArabic';
  src: url('../fonts/HelveticaNeue/HelveticaNeueLTArabic-Roman.woff2') format('woff2'), url('../fonts/HelveticaNeue/HelveticaNeueLTArabic-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'HelveticaNeueLTArabicBold';
  src: url('../fonts/HelveticaNeue/HelveticaNeueLTArabic-Bold.woff2') format('woff2'), url('../fonts/HelveticaNeue/HelveticaNeueLTArabic-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
/**
 * 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;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_CustomOrderNumber
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
@media only screen and (min-width: 1700px) {
  .payment-option-title.field.choice,
  .payment-method-content {
    max-width: 80%;
    overflow-wrap: break-word;
  }
}
@media only screen and (max-width: 1400px) {
  .payment-option-title.field.choice,
  .payment-method-content {
    max-width: 65%;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 768px) {
  .payment-option-title.field.choice,
  .payment-method-content {
    max-width: 47%;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 500px) {
  .payment-option-title.field.choice,
  .payment-method-content {
    max-width: 37%;
    word-wrap: break-word;
  }
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    BSS_HtmlSiteMap
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
#mpstorepickup-available-popup {
  position: relative;
  background: #FFF;
  padding: 30px 20px 10px 30px;
  width: auto;
  max-width: 400px;
  min-height: 150px;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: auto;
}
.mpstorepickup-available-title {
  font-size: 20px;
  font-weight: 600;
}
.mpstorepickup-available-store-info label {
  font-weight: 600;
}
/* gobal popup-ajaxsuite style */
/* Ipad and lager srceen */
/* Mobile screen */
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Faqs
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
/*
 * Copyright (c) 2021 Mastercard
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License 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.
 */
.checkout-payment-method .payment-method._active .payment-method-content .form.hidden {
  display: none;
}
.checkout-payment-method .payment-method-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 15px 0;
  justify-content: flex-start;
}
.checkout-payment-method .payment-method-options .installment-option {
  position: relative;
  flex: 1 1 80px;
  max-width: 100px;
}
.checkout-payment-method .payment-method-options .installment-option input[type="radio"] {
  display: none;
}
.checkout-payment-method .payment-method-options .installment-option .installment-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border: 2px solid #cccccc;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  text-align: center;
}
.checkout-payment-method .payment-method-options .installment-option .installment-box .installment-number {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
.checkout-payment-method .payment-method-options .installment-option .installment-box .installment-label {
  font-size: 12px;
  color: #777;
  margin-top: 5px;
}
.checkout-payment-method .payment-method-options .installment-option .installment-box:hover {
  border-color: #1979c3;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.checkout-payment-method .payment-method-options .installment-option input[type="radio"]:checked + .installment-box {
  border-color: #1979c3;
  background: #e6f2fb;
}
@media (max-width: 480px) {
  .checkout-payment-method .payment-method-options {
    gap: 8px;
  }
  .checkout-payment-method .payment-method-options .installment-option .installment-box {
    width: 70px;
    height: 70px;
  }
  .checkout-payment-method .payment-method-options .installment-option .installment-box .installment-number {
    font-size: 18px;
  }
  .checkout-payment-method .payment-method-options .installment-option .installment-box .installment-label {
    font-size: 11px;
  }
}
.checkout-payment-method .installment-note {
  margin-top: 14px;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 6px;
  background-color: #fff4e5;
  color: #da7e00;
  border: 1px solid #f4a73e;
  display: flex;
  align-items: center;
  gap: 8px;
}
.checkout-payment-method .installment-note:before {
  content: "⚠";
  font-size: 15px;
  line-height: 1;
}
.checkout-payment-method html[lang^="ar"] .installment-note {
  direction: rtl;
  text-align: right;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AutoRelated
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.sidebar .grid.products-grid ol.products.list {
  padding-left: 10px;
}
.sidebar .grid.products-grid ol.products.list li.item.product.product-item {
  width: calc(90%);
}
.mageplaza-autorelated-slider > ol {
  width: 96%;
  margin: auto;
  margin-left: auto !important;
}
.see-all-button {
  text-align: end;
}
.see-all-button > a {
  text-decoration: none;
  font-weight: 600;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
#mageplaza-autorelated-block-before-cross,
#mageplaza-autorelated-block-after-cross,
#mageplaza-autorelated-block-replace-cross {
  width: 74%;
}
#mageplaza-autorelated-block-before-cross .mageplaza-autorelated-block,
#mageplaza-autorelated-block-after-cross .mageplaza-autorelated-block {
  width: 100%;
}
#mageplaza-autorelated-block-before-cross,
#mageplaza-autorelated-block-after-cross,
#mageplaza-autorelated-block-before-cross .mageplaza-autorelated-block,
#mageplaza-autorelated-block-after-cross .mageplaza-autorelated-block {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media (min-width: 1440px) {
  #mageplaza-autorelated-block-before-sidebar .product-item-info .product-item-details,
  #mageplaza-autorelated-block-after-sidebar .product-item-info .product-item-details {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  #mageplaza-autorelated-block-before-sidebar .product-item-info .product-item-photo,
  #mageplaza-autorelated-block-after-sidebar .product-item-info .product-item-photo {
    float: none;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .mageplaza-autorelated-slider > ol {
    -ms-flex-order: -2;
    -webkit-order: -2;
    order: -2;
  }
  .cms-index-index.page-layout-1column .column.main,
  .cms-page-view.page-layout-1column .column.main,
  .checkout-cart-index.page-layout-1column .column.main,
  .catalog-product-view.page-layout-1column .column.main {
    width: 100%;
  }
  .catalog-category-view.page-layout-2columns-left .column.main,
  .catalog-category-view.page-layout-2columns-left .sidebar.sidebar-main {
    width: 80%;
  }
  #mageplaza-autorelated-block-before-sidebar ol li,
  #mageplaza-autorelated-block-after-sidebar ol li {
    padding-left: 20px;
  }
  #mageplaza-autorelated-block-before-sidebar ol li .product-item-photo,
  #mageplaza-autorelated-block-after-sidebar ol li .product-item-photo {
    margin: 0 10px 10px 0;
    position: relative;
  }
  #mageplaza-autorelated-block-before-sidebar ol li .product-item-details,
  #mageplaza-autorelated-block-after-sidebar ol li .product-item-details {
    margin: 0;
  }
  #mageplaza-autorelated-block-before-cross,
  #mageplaza-autorelated-block-after-cross {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .products-grid .mageplaza-autorelated-grid > ol .product-item-actions {
    margin: 0;
  }
}
.mp-arp-slider-content .owl-nav.disabled {
  display: block !important;
}
.mp-arp-slider-content .owl-nav {
  font-size: 80px;
}
.mp-arp-slider-content .owl-nav button {
  position: absolute;
  top: 40%;
  z-index: 9;
  text-shadow: none;
  background: none;
  border: none;
}
.mp-arp-slider-content .owl-nav button span {
  color: #757575;
}
.mp-arp-slider-content .owl-nav button span:hover {
  color: #333333;
}
.mp-arp-slider-content .owl-nav .owl-prev {
  left: -25px;
}
.mp-arp-slider-content .owl-nav .owl-next {
  right: -25px;
}
/*Popup style*/
.arp-popup-block {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 2px 2px #888888;
  outline: 0px;
  width: auto;
  position: fixed;
  bottom: 5px;
  z-index: 9999;
  background: #ffffff;
  color: #444444;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
.arp-popup-block .close-popup {
  margin-right: 10px;
  margin-left: 10px;
  float: right;
}
.arp-popup-block .close-popup .btn-close-popup,
.arp-popup-block .close-popup .btn-remove-popup {
  color: #7d7d7d;
  border: none;
  background-color: #ffffff;
}
.arp-popup-block .popup-content {
  clear: both;
}
.arp-popup-block .popup-content .image-popup {
  height: auto;
  float: left;
  margin: 0 0 0 5px;
  max-height: 20%;
}
.arp-popup-block .popup-content .popup-right {
  margin: 0 10px 10px 10px;
  float: right;
}
.arp-popup-block .popup-content .popup-right .arp-popup-label {
  margin-top: -5px;
  margin-bottom: 10px;
  opacity: 0.6;
}
.arp-popup-block .popup-content .product.actions.product-item-actions {
  padding-top: 10px;
}
#right-popup-content {
  right: 3px;
  box-shadow: 2px 2px #888888;
}
#left-popup-content {
  left: 3px;
  box-shadow: -2px 2px #888888;
}
.mageplaza-autorelated-block.block.widget.block-products-list {
  width: 100%;
}
.products-mageplaza-autorelated .product-item .reviews-actions a {
  white-space: inherit !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_ProductLabels
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpproductlabel-label {
  position: absolute;
  z-index: 8;
}
.mpproductlabel-text-label {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .mpproductlabel-text-label {
    font-size: 90%;
  }
}
@media screen and (max-width: 900px) {
  .mpproductlabel-text-label {
    font-size: 80%;
  }
}
@media screen and (max-width: 768px) {
  .mpproductlabel-text-label {
    font-size: 70%;
  }
}
@media screen and (max-width: 767px) {
  .mpproductlabel-text-label {
    font-size: 100%;
  }
}
@media screen and (max-width: 550px) {
  .mpproductlabel-text-label {
    font-size: 85%;
  }
}
@media screen and (max-width: 500px) {
  .mpproductlabel-text-label {
    font-size: 75%;
  }
}
@media screen and (max-width: 420px) {
  .mpproductlabel-text-label {
    font-size: 60%;
  }
}
@media screen and (max-width: 360px) {
  .mpproductlabel-text-label {
    font-size: 60%;
  }
}
@media screen and (max-width: 320px) {
  .mpproductlabel-text-label {
    font-size: 50%;
  }
}
.fotorama--fullscreen .mpproductlabel-label {
  display: none !important;
}
.fotorama--fullscreen #mpfotorama {
  overflow: unset !important;
  width: 100% !important;
  height: 100% !important;
}
.mp-tooltip {
  display: inline-block;
  position: absolute;
  top: 105%;
  left: 40%;
  z-index: 100;
}
.mp-tooltip .mp-tooltiptext {
  word-break: break-word;
  visibility: hidden;
  width: 120px;
  background-color: #EFF2FB;
  color: #1979C3;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  top: 20%;
  z-index: 1;
  left: 100%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.minicart-items-wrapper .mp-tooltip .mp-tooltiptext,
#mini-cart .mp-tooltip .mp-tooltiptext {
  margin-left: -20px;
}
.minicart-items-wrapper .mpproductlabel-label,
#mini-cart .mpproductlabel-label {
  margin: 0 !important;
}
.minicart-items-wrapper .mpproductlabel-img-label,
#mini-cart .mpproductlabel-img-label {
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .mp-tooltip {
    left: 60%;
  }
  .mp-tooltip .mp-tooltiptext {
    width: 70px;
  }
}
.mpproductlabel-label:hover .mp-tooltiptext {
  visibility: visible;
  opacity: 1;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Shopbybrand
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.data.item.content .products .product-items .product-item .product-item-info,
#quick-view #layer-product-list .products .product-items .product-item .product-item-info {
  padding-bottom: 10px;
}
.brand-container {
  margin: 0 20px;
}
.brand-image-container,
.brand-description-container,
.brand-cms-container {
  margin-bottom: 20px;
}
.brand-image-container .brand-image-photo {
  display: block;
  height: auto;
  max-width: 100%;
}
.product-list-container.brand-list-container {
  border-top: solid 1px #dfdfdf;
  padding-top: 20px;
}
.block-brand-search {
  padding: 15px;
  background-color: #0ed08e;
  text-align: center;
  color: #fff;
}
.block-brand-search .block-title {
  font-size: 3.5em;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
}
.block-brand-search .block-content {
  margin-bottom: 40px;
  margin-top: 1em;
}
.block-brand-search .block-content .mp-searchbox {
  position: relative;
  max-width: 790px;
  text-align: left;
  margin: 0 auto;
}
.block-brand-search .search-btn {
  display: inline-block;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 1;
  height: 61px !important;
}
.block-brand-search .search-btn > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-brand-search .search-btn:before {
  -webkit-font-smoothing: antialiased;
  font-size: 39px;
  line-height: 61px;
  color: #8f8f8f;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media (max-width: 500px) {
  .block-brand-search .search-btn:before {
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    line-height: 61px;
    color: #8f8f8f;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
}
.block-brand-search .block-content .mp-searchbox .form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 20px 10px 20px 50px !important;
  height: auto !important;
}
@media (max-width: 500px) {
  .block-brand-search .block-content .mp-searchbox .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    padding: 20px 10px 20px 15px !important;
    height: auto !important;
  }
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.autocomplete-suggestion a.shopbybrand-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-left,
.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.shopbybrand-product-name {
  font-size: 18px;
  color: #333333;
}
.shopbybrand-product-des {
  color: #333333;
}
.block-brand-feature .block-content .owl-carousel {
  width: calc(100%);
  margin: auto;
}
.block-brand-feature .owl-carousel .owl-item img {
  height: 200px;
}
.block-brand-list ul.brand-options {
  list-style-type: none;
}
.block-brand-list ul.brand-options:after,
.block-brand-list .brand-mix-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.block-brand-list ul.brand-options li {
  border: 1px solid #ddd;
  position: relative;
  min-width: 38px;
  float: left;
  margin-bottom: 5px;
  margin-left: 2px;
}
.block-brand-list ul.brand-options li#mp-first-opt {
  border-left: 1px solid #ddd;
}
.block-brand-list ul.brand-options li.active {
  background: #0ed08e;
  color: #ffffff;
}
.block-brand-list ul.brand-options li.control {
  cursor: pointer;
}
.block-brand-list ul.brand-options li.disabled {
  cursor: not-allowed;
}
.block-brand-list ul.brand-options a.mp-option-item {
  color: inherit;
  position: relative;
  display: block;
  padding: 10px 14px;
  line-height: 20px;
  text-decoration: none;
}
.block-brand-list ul.brand-options li.disabled a {
  color: #777;
  opacity: 0.5;
}
.block-brand-list .mp-filter.mix {
  float: left;
  margin: 5px;
}
.block-brand-list .mp-filter.mix .mp-label {
  text-align: center;
  padding: 10px;
}
.brand-list-content {
  width: 97%;
  float: right;
}
.brand-list-content ol {
  display: flex;
  flex-wrap: wrap;
}
.product-list-container .brand-char-title {
  float: left;
  font-weight: 700;
  font-size: 22px;
  width: 3%;
  margin-top: 10px;
}
.block-brand-feature .brand-image {
  display: unset;
}
#quick-view .brand_title {
  float: left;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
#quick-view .related-product-modal-title {
  float: left;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.related-product-modal-content .toolbar-products {
  position: inherit !important;
}
.related-product-modal-content ol {
  display: flex;
  flex-wrap: wrap;
}
.related-product-modal-content .product-item-info {
  width: 90%;
}
@media (max-width: 769px) {
  #quick-view .related-product-modal-title {
    float: left;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border-bottom: solid 1px #dfdfdf;
    margin-bottom: 15px;
  }
  .related-product-modal-content .toolbar-products {
    position: relative !important;
  }
}
#quick-view .brand-info-container {
  float: left;
  width: 30%;
  padding: 0 25px;
}
#quick-view .related-product-container {
  float: left;
  width: 60%;
}
.limiter {
  display: none;
}
.quickview_popup a {
  color: #dfdfdf;
}
@media (max-width: 603px) {
  #quick-view .brand-info-container {
    float: left;
    width: 100%;
    padding: 0;
  }
  #quick-view .related-product-container {
    float: left;
    width: 100%;
  }
}
.brand-info-container .img-content {
  float: left;
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
.brand-info-container .img-content img {
  width: 250px;
}
.brand_description {
  clear: both;
}
.brand-information .product-image-container {
  margin-top: 25px;
}
.shopbybrand-product-des p {
  white-space: nowrap;
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 480px) {
  .shopbybrand-product-des p {
    white-space: nowrap;
    width: 255px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 720px) {
  .shopbybrand-product-des p {
    white-space: nowrap;
    width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mpbrand-top-link .subchildmenu li {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .shopbybrand-product-des p {
    white-space: nowrap;
    width: 640px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#category-brand-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#category-brand-subtitle {
  display: block;
}
#block-category-brand-container {
  border-bottom: solid 1px #ccc;
}
.block-brand-feature .relate-content {
  text-align: center;
}
.block-brand-feature .relate-content a {
  color: #333;
}
.block-brand-feature .relate-content a span {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .page-with-filter .columns .sidebar-main {
    width: 100%;
  }
}
#thumbnail-brand-subtitle {
  display: block;
}
#block-brand-thumbnail-container {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}
#brand-thumbnail-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#brand-thumbnail-menu li a {
  display: block;
  color: #000;
  padding: 3px 0;
  text-decoration: none;
}
#brand-thumbnail-menu li span {
  display: block;
  padding: 8px 8px 8px 50px;
}
.brand-items {
  padding-bottom: 4px;
}
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.loader img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.brand-topmenu-image {
  width: 40px;
  height: 30px;
  float: left;
  padding: 2px 5px;
}
.navigation li.level0.mpbrand-top-link.grid-3 .brand-topmenu-image,
.navigation li.level0.mpbrand-top-link.grid-4 .brand-topmenu-image {
  width: 50px;
  height: 40px;
}
@media (max-width: 768px) {
  .nav-bottom-item li {
    width: 100%;
    text-align: center;
  }
}
.owl-carousel.brand-carousel .owl-item img {
  height: 60px;
}
@media (max-width: 600px) {
  .brand-detail .product-item-photo {
    width: 100%;
    float: left;
    text-align: center;
  }
  .brand-detail .product-item-details {
    float: left;
  }
}
.navigation li.level0.mpbrand-top-link.grid > .submenu {
  max-width: 100%;
}
@media (min-width: 720px) {
  .navigation li.level0.mpbrand-top-link.grid-2 > .submenu {
    min-width: 320px;
  }
  .navigation li.level0.mpbrand-top-link.grid-3 > .submenu {
    min-width: 500px;
  }
  .navigation li.level0.mpbrand-top-link.grid-4 > .submenu {
    min-width: 640px;
  }
}
.mpbrand-image-container {
  display: inline-block;
  max-width: 100%;
}
.mpbrand-image-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.navigation li.level0.mpbrand-top-link .mpbrand-dropdown-menu {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 350px;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mst-nav__horizontal-bar {
    padding-bottom: 2rem;
  }
  .mst-nav__horizontal-bar strong[role=heading] {
    display: none;
  }
  .mst-nav__horizontal-bar .filter-options {
    display: block !important;
    border-bottom: 1px solid #cccccc;
  }
  .mst-nav__horizontal-bar .filter-options .filter-options-item {
    border-bottom: 0;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .mst-nav__apply-button-wrapper {
    display: none;
  }
  .filter-active .mst-nav__apply-button-wrapper {
    display: block;
    z-index: 1000;
    left: unset !important;
    right: 10px;
  }
}
.mst-nav__sizeLimiter {
  cursor: pointer;
  color: #757575;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
.mst-nav__progress-bar {
  background: #ff5501;
  position: fixed;
  z-index: 103100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.mst-nav__progress-bar .mst-nav__progress-bar-peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ff5501, 0 0 5px #ff5501;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main .mst-scroll__button {
  cursor: pointer;
  display: flex;
  margin: 1rem auto;
  align-items: center;
  justify-content: center;
}
.main .mst-scroll__button:before {
  opacity: 0.6;
  display: block;
  content: "";
  height: 36px;
  width: 36px;
  margin-right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7928 10.3055C22.589 11.2646 23.2047 12.2066 24.1681 12.4094L32.3858 14.1402L34.1553 6.39665C34.3738 5.44085 33.7725 4.48961 32.8125 4.27207C31.8524 4.05452 30.8971 4.65321 30.6786 5.60915L30.104 8.12397C30.066 8.06061 30.0251 7.99829 29.9783 7.9388C27.0513 4.20575 22.488 1.79999 17.3614 1.79999C8.51464 1.79999 1.3501 8.9562 1.3501 17.775C1.3501 26.5939 8.51464 33.75 17.3614 33.75C26.2081 33.75 33.3729 26.5939 33.3729 17.775C33.3729 16.7946 32.5743 16 31.5901 16C30.6053 16 29.8072 16.7946 29.8072 17.775C29.8072 24.6411 24.231 30.2 17.3614 30.2C10.4918 30.2 4.91563 24.6411 4.91563 17.775C4.91563 10.909 10.4918 5.34999 17.3614 5.34999C20.9298 5.34999 24.7283 7.04316 27.0001 9.44976L24.9059 8.93618C23.9426 8.73341 22.9966 9.34644 22.7928 10.3055Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.main .mst-scroll__button:hover:before {
  opacity: 1;
}
.main .mst-scroll__button._loading {
  opacity: .7;
}
.main .mst-scroll__button._loading:before {
  opacity: 1;
  animation: rotating 3s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.mst-scroll__loader {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.mst-scroll__loader .loader-dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.mst-scroll__loader .loader-dot:nth-child(1),
.mst-scroll__loader .loader-dot:nth-child(2) {
  left: 0;
}
.mst-scroll__loader .loader-dot:nth-child(3) {
  left: 1.5em;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  left: 3em;
}
.mst-scroll__loader .loader-dot:nth-child(1) {
  animation-name: reveal;
}
.mst-scroll__loader .loader-dot:nth-child(2),
.mst-scroll__loader .loader-dot:nth-child(3) {
  animation-name: slide;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
.mst-scroll__progress {
  text-align: center;
  width: 40%;
  min-width: 300px;
  margin: 0 auto 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-label {
  font-size: 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-bar {
  width: 100%;
  height: 2px;
  background-color: #9a9a9a;
  margin: 1rem 0;
}
.mst-scroll__progress .mst-scroll__progress-bar div {
  background-color: #ff5501;
  height: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
.mst-seo-content__description {
  display: block;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff;
}
.mst-seo-toolbar__toolbar-header {
  font-weight: 600;
  color: #fff;
  background: #315aa5;
  padding: 1rem 2rem 1rem 4rem;
  text-align: center;
  position: relative;
}
.mst-seo-toolbar__toolbar-header > i {
  position: absolute;
  left: 1rem;
  font-size: 15px;
}
.mst-seo-toolbar__toolbar-header .close {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  font-size: 18px;
  cursor: pointer;
}
.mst-seo-toolbar__toolbar-content {
  background: #F5F5F5;
  max-height: 55vh;
  overflow-y: auto;
}
.mst-seo-toolbar__toolbar-content section label {
  color: #999;
  padding: 1rem;
  display: block;
}
.mst-seo-toolbar__toolbar-content section ul {
  margin: 0;
  background: #fff;
  padding: 0 1rem;
  list-style: none;
}
.mst-seo-toolbar__toolbar-content section ul li {
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
}
.mst-seo-toolbar__toolbar-content section ul li .title {
  font-weight: 600;
  width: 12rem;
  font-size: 1.3rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status {
  width: 20px;
  height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status._success {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .status._warning,
.mst-seo-toolbar__toolbar-content section ul li .status._error {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .description {
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .note {
  color: #999;
  font-size: 90%;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-top: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li a {
  font-size: 1.2rem;
  color: #006bb4;
  text-decoration: underline;
}
.mst-seo-toolbar__toolbar-content section ul li a:hover {
  text-decoration: none;
}
.mst-seo-toolbar__toolbar._hidden {
  outline: none;
  box-shadow: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
  display: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: #315aa5;
  color: #fff;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100000;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
  display: none;
}
body.tutorial .mst-seo-toolbar__toolbar,
body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto;
}
@media screen and (max-width: 1070px) and (min-width: 992px) {
  .checkout-cart-index .ox_control_qty {
    width: 50px;
  }
  .checkout-cart-index .ox_control_qty .qty_button_increment {
    width: 50px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #c2c2c2;
    border-top: none;
  }
  .checkout-cart-index .ox_control_qty .qty_button_decrement {
    width: 50px;
    border-radius: 8px 8px 0 0;
    border: 1px solid #c2c2c2;
    border-bottom: none;
  }
}
@media screen and (min-width: 1070px) {
  .checkout-cart-index .ox_control_qty .qty_button_increment {
    border-radius: 0 8px 8px 0;
    border-left: none;
  }
  .checkout-cart-index .ox_control_qty .qty_button_decrement {
    border-radius: 8px 0 0 8px;
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .ox_control_qty .qty_button_increment {
    border-radius: 0 8px 8px 0;
    border-left: none;
  }
  .checkout-cart-index .ox_control_qty .qty_button_decrement {
    border-radius: 8px 0 0 8px;
    border-right: none;
  }
}
.notice_activation_purchase_code {
  background: red;
  color: #fff;
  border-bottom: 2px solid #ddd;
  padding: 10px;
  text-align: center;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
  display: none;
}
.sociallogin-wrapper.block-customer-login.login-container {
  padding-top: 20px;
  padding-bottom: 10px;
}
@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%;
  }
}
/* Gobal style */
/**
 * 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 12px 6px 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 6px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .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,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 24px;
  }
  .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 6px;
    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: 24px;
    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: 12px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1760px;
    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 24px;
    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: 24px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 24px;
    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 6px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 500;
    line-height: 100%;
    font-size: 1.8rem;
    color: #222222;
    text-decoration: none;
    background: transparent;
    border: 0;
    border-bottom: none;
    height: 100%;
    padding: 1.7rem 24px 1.7rem 24px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #222222;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #222222;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #0057b7;
    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: #0057b7;
    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: 3rem 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 6px 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;
  }
  .amelsearch-further-section {
    display: block;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 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;
    /* 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-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: 25.5rem;
  }
  .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: 50%;
    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: #0057b7;
    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;
  }
  .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;
  }
  .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;
  }
  .section.short_description .products.wrapper.list .product-item .product-item-inner,
  .section.hot-deal-tab-slider .products.wrapper.list .product-item .product-item-inner {
    margin-top: 1rem;
  }
  .section.short_description .products.wrapper.list .product-item .product-item-info .product-item-photo {
    flex: 0 0 44.5%;
    max-width: 44.5%;
  }
  body.wp-sl .login-container .fieldset > .field > .control {
    width: 80%;
  }
  body.wp-sl .slide-popup {
    left: unset;
    right: -10px;
    width: 420px;
    height: auto;
  }
  body.wp-sl .slide-popup .modal-inner-wrap {
    min-width: unset;
    display: block;
    width: 100%;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content {
    overflow-y: auto;
    height: 90%;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup {
    display: block;
    border-top: 0 none;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login {
    width: 100%;
    border-left: 0 none;
    padding: 0;
    margin-top: 15px;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer:before,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login:before {
    content: '';
    border: 0 none;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer .sociallogin-block,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login .sociallogin-block {
    padding: 0;
  }
  body.wp-sl .authentication-wrapper .block-authentication {
    text-align: left;
  }
  body.wp-sl .authentication-wrapper .slide-popup .sociallogin-wrapper {
    margin-top: 15px;
  }
  .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: 36px;
    padding: 12px 0 36px;
  }
  .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 24px;
    margin: 0 0 12px;
  }
  .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 6px;
    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: 12px 8px 12px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 24px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions {
    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: 12px;
  }
  .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: 30px;
  }
  .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: 36px;
  }
  .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 12px;
  }
  .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 24px;
    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: 3rem;
    border-bottom: 0;
    margin-bottom: 30px;
  }
  .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: 12px 36px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 12px 0 0 48px;
  }
  .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 24px;
  }
  .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 24px 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: 36px;
  }
  .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: 14px;
    margin-bottom: 24px;
    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 12px 12px 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: 24px;
  }
  .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: 24px;
  }
  .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 24px;
    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 24px 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: 24px;
    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 24px;
  }
  .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 6px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 24px;
  }
  .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: 12px;
    padding: 6px 12px 12px;
    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: 12px;
    padding: 6px 12px 12px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #0057b7;
    font-weight: 500;
  }
  .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: 30px;
  }
  .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: 24px;
  }
  .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: 24px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 12px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 12px;
    padding-right: 12px;
  }
  .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: 24px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .page-products:not(.cms-index-index) .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products:not(.cms-index-index) .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column:not(.cms-index-index) .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns:not(.cms-index-index) .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-products:not(:last-child) {
    padding: 12px 2rem;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
    position: relative;
    top: 1px;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 24px;
    padding-top: 1px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #222222;
  }
  .modes-mode.active {
    color: #0057b7;
  }
  .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;
    /* 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;
    align-items: flex-start;
    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 12px 12px 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-info-main {
    width: 54%;
  }
  .page-layout-1column .product.media {
    width: 44%;
  }
  .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);
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 6px;
  }
  .header.content {
    padding: 36px 24px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 24px;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .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: 6rem;
  }
  .size-70 {
    font-size: 7rem;
  }
  .size-72 {
    font-size: 7.2rem;
  }
  .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;
  }
  .banner .col-banner.absolute-content-image .content {
    right: 1.5rem;
    left: 1.5rem;
  }
  .banner .col-banner.absolute-content-image.center.left .content {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
  .banner .col-banner.absolute-content-image.center.right .content {
    align-items: flex-end;
  }
  .banner .col-banner.hover-text-show .banner-img:before {
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .banner .col-banner.hover-text-show .content {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 22;
  }
  .banner .col-banner.hover-text-show:not(:hover) .content {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .banner .col-banner.hover-text-show:hover .banner-img:before {
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
  .cms-no-route .column.main {
    padding: 7% 0 3%;
  }
  .product.info.detailed .product.data.items {
    text-align: center;
  }
  .product.info.detailed .product.data.items > .item.title {
    float: none;
    display: inline-flex;
    position: relative;
    -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: 0;
    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: #0057b7;
  }
  .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;
    /* 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;
  }
  .cart-container .cart.table-wrapper .items .item .item-actions .actions-toolbar .action:before {
    color: #999999;
  }
  .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: 500;
  }
  .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;
  }
  .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: 31.5rem;
  }
  body[class*="2columns"] .column.main {
    width: calc(100% - 31.5rem);
  }
  div[class*="product"].section:not(:hover),
  .crosssell.section:not(:hover),
  div[class*="product"] .block-content:not(:hover),
  .crosssell .block-content:not(:hover) {
    overflow: hidden;
  }
  .section.section-product:not(:hover),
  .block.section-product:not(:hover),
  .section.block-recent-posts:not(:hover),
  .block.block-recent-posts:not(:hover),
  .section .products-crosssell:not(:hover),
  .block .products-crosssell:not(:hover) {
    overflow: hidden;
  }
  .rokan-title .module-title,
  .block .title.rokan-title .module-title,
  .rokan-title h3,
  .block .title.rokan-title h3 {
    border-bottom: 1px solid #ebebeb;
  }
  .rokan-title .module-title span,
  .block .title.rokan-title .module-title span,
  .rokan-title h3 span,
  .block .title.rokan-title h3 span,
  .rokan-title .module-title strong,
  .block .title.rokan-title .module-title strong,
  .rokan-title h3 strong,
  .block .title.rokan-title h3 strong {
    padding-bottom: 1rem;
    position: relative;
    display: inline-block;
    margin: 0;
  }
  .rokan-title .module-title span:after,
  .block .title.rokan-title .module-title span:after,
  .rokan-title h3 span:after,
  .block .title.rokan-title h3 span:after,
  .rokan-title .module-title strong:after,
  .block .title.rokan-title .module-title strong:after,
  .rokan-title h3 strong:after,
  .block .title.rokan-title h3 strong:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    border-bottom: 2px solid #0057b7;
  }
  .sidebar .filter-options .filter-options-item,
  .sidebar.sidebar-additional .filter-options-item,
  .sidebar .filter-options .widget:not(.blog-search),
  .sidebar.sidebar-additional .widget:not(.blog-search),
  .sidebar .filter-options .block-compare,
  .sidebar.sidebar-additional .block-compare,
  .sidebar .filter-options .block-wishlist,
  .sidebar.sidebar-additional .block-wishlist {
    border: 1px solid #ebebeb;
    margin-bottom: 3rem;
    padding: 2.1rem 3rem 3rem;
    border-radius: 2px;
    background: #ffffff;
  }
  .sidebar .filter-options .filter-options-title,
  .sidebar.sidebar-additional .filter-options-title,
  .sidebar .filter-options .block-title,
  .sidebar.sidebar-additional .block-title {
    padding-bottom: 0.8rem;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    overflow: visible;
    margin-bottom: 0;
    border-bottom: 0;
    font-size: 1.8rem;
  }
  .sidebar .filter-options .filter-options-title:before,
  .sidebar.sidebar-additional .filter-options-title:before,
  .sidebar .filter-options .block-title:before,
  .sidebar.sidebar-additional .block-title:before {
    content: '';
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .sidebar .filter-options .filter-options-title:after,
  .sidebar.sidebar-additional .filter-options-title:after,
  .sidebar .filter-options .block-title:after,
  .sidebar.sidebar-additional .block-title:after {
    content: '';
    width: 6rem;
    border-bottom: 2px solid #0057b7;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .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-top: 3rem;
    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 .swatch-attribute-options,
  .sidebar.sidebar-additional .filter-options-item .swatch-attribute-options {
    margin: 0;
  }
  .products-grid .product-items.owl-carousel .product-item .button_quickview .action,
  .products-grid .product-items .product-item .actions-secondary .action,
  .products-grid .product-items .field.choice.related .action,
  .products-grid .product-items.owl-carousel .product-item .button_quickview label,
  .products-grid .product-items .product-item .actions-secondary label,
  .products-grid .product-items .field.choice.related label {
    margin-bottom: 0.5rem;
    background-color: #efefef;
  }
  .products-grid .product-items.owl-carousel .product-item .button_quickview:hover .action,
  .products-grid .product-items .product-item .actions-secondary:hover .action,
  .products-grid .product-items .field.choice.related:hover .action,
  .products-grid .product-items.owl-carousel .product-item .button_quickview:hover label,
  .products-grid .product-items .product-item .actions-secondary:hover label,
  .products-grid .product-items .field.choice.related:hover label {
    background-color: #004b9e;
  }
  .products-grid .product-items.owl-carousel .product-item .button_quickview {
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .products-grid .product-items.owl-carousel .product-item .actions-primary {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5rem;
    width: auto;
    padding: 7px 2rem 2rem;
    background-color: #ffffff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    pointer-events: none;
  }
  .products-grid .product-items.owl-carousel .product-item:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: -5rem;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
  }
  .products-grid .product-items.owl-carousel .product-item:hover:before {
    pointer-events: auto;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .products-grid .product-items.owl-carousel .product-item:hover .button_quickview {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .products-grid .product-items.owl-carousel .product-item:hover .actions-primary {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .products-grid .product-items .product-item .product-item-photo {
    line-height: 1;
    overflow: hidden;
  }
  .products-grid .product-items .product-item .product-item-photo:before {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    content: '';
    width: 100%;
    height: 0;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .products-grid .product-items .product-item .product-item-photo .product-image-photo {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .products-grid .product-items .product-item .actions-secondary,
  .products-grid .product-items .product-item .field.choice.related {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .products-grid .product-items .product-item .actions-secondary {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 2;
    /* 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;
    /* 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;
    align-items: center;
    flex-direction: column;
  }
  .products-grid .product-items .product-item .actions-secondary .action {
    margin-bottom: 0.5rem;
  }
  .products-grid .product-items .product-item .actions-secondary .action.towishlist,
  .products-grid .product-items .product-item .actions-secondary .action.tocompare {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .products-grid .product-items .product-item .actions-secondary .action:not(:hover) {
    color: #666666;
    background-color: #efefef;
  }
  .products-grid .product-items .product-item .actions-secondary .action:hover {
    background-color: #004b9e;
  }
  .products-grid .product-items .product-item .actions-secondary .action:hover:before {
    color: #ffffff;
  }
  .products-grid .product-items .product-item:hover .product-item-photo:before {
    height: 100%;
  }
  .products-grid .product-items .product-item:hover .actions-secondary,
  .products-grid .product-items .product-item:hover .field.choice.related {
    opacity: 1;
    visibility: visible;
  }
  .products-grid .product-items .product-item:hover .actions-secondary .action.towishlist,
  .products-grid .product-items .product-item:hover .field.choice.related .action.towishlist,
  .products-grid .product-items .product-item:hover .actions-secondary .action.tocompare,
  .products-grid .product-items .product-item:hover .field.choice.related .action.tocompare {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .product.info.detailed .product.data.items > .item.content {
    border-top: 1px solid #ebebeb;
  }
  .wrapper_category_product_tabs:not(.short_description, .container_vertical_tab_postions, .has-banner-image, .has-short-des-on-title, .count_product_tab_1) .rokan-title {
    margin-bottom: 0;
  }
  .wrapper_category_product_tabs:not(.short_description, .container_vertical_tab_postions, .has-banner-image, .has-short-des-on-title, .count_product_tab_1) .rokan-title .module-title {
    margin-bottom: 0;
  }
  .wrapper_category_product_tabs:not(.short_description, .container_vertical_tab_postions, .has-banner-image, .has-short-des-on-title, .count_product_tab_1) .rokan-title .module-title span {
    max-width: 35%;
  }
  .wrapper_category_product_tabs:not(.short_description, .container_vertical_tab_postions, .has-banner-image, .has-short-des-on-title, .count_product_tab_1) .widget-tabs .ui-tabs-nav {
    right: 30%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    line-height: 1;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 1;
    text-align: left;
    overflow: auto;
    white-space: nowrap;
  }
  .wrapper_category_product_tabs:not(.short_description, .container_vertical_tab_postions, .has-banner-image, .has-short-des-on-title, .count_product_tab_1) .widget-tabs .ui-tabs-nav li {
    margin-bottom: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .wrapper_category_product_tabs:not(.short_description, .container_vertical_tab_postions, .has-banner-image, .has-short-des-on-title, .count_product_tab_1) .widget-tabs .ui-tabs-nav li:last-of-type {
    padding-left: 0;
  }
  .wrapper_category_product_tabs:not(.short_description, .container_vertical_tab_postions, .has-banner-image, .has-short-des-on-title, .count_product_tab_1) .widget-tabs .ui-tabs-nav li a {
    padding-bottom: 1.4rem;
    display: inline-block;
    min-height: 30px;
    position: relative;
  }
  .wrapper_category_product_tabs:not(.short_description, .container_vertical_tab_postions, .has-banner-image, .has-short-des-on-title, .count_product_tab_1) .widget-tabs .ui-tabs-nav li a:after {
    content: '';
    width: 3.5rem;
    border-bottom: 2px solid;
    border-color: transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
  .wrapper_category_product_tabs:not(.short_description, .container_vertical_tab_postions, .has-banner-image, .has-short-des-on-title, .count_product_tab_1) .widget-tabs .ui-tabs-nav li a span {
    white-space: nowrap;
  }
  .wrapper_category_product_tabs:not(.short_description, .container_vertical_tab_postions, .has-banner-image, .has-short-des-on-title, .count_product_tab_1) .widget-tabs .ui-tabs-nav .ui-tabs-active a:after {
    border-color: #0057b7;
  }
  .wrapper_category_product_tabs .products-grid .product-items .owl-stage-outer {
    padding-top: 0;
    margin-top: 0;
  }
  .wrapper_category_product_tabs .products-grid .product-items .owl-stage {
    padding-top: 1.5rem;
  }
  .cart.table-wrapper .item-actions {
    right: auto;
    left: 0;
  }
  .cart-container .cart-summary {
    float: left;
    width: 25%;
    background: #F4F4F4;
    border: none;
    margin-top: 86px;
    border-radius: 11px;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: right;
  }
  .block-cart-failed .action.update,
  .cart-container .action.update,
  .block-cart-failed .form-cart .action.update,
  .cart-container .form-cart .action.update {
    padding-left: 20px;
  }
  .fieldset > .field:not(.choice) > .label {
    float: right;
    padding-right: 0;
  }
  .rokanthemes-onepagecheckout #opc-sidebar {
    float: left;
  }
  .opc-wrapper {
    float: right;
  }
  .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-left: 10%;
  }
  .about-top .about-left {
    z-index: 2;
  }
  .how-it-work .sm-4 {
    padding: 0 3rem;
  }
  .section.hot-deal-tab-slider .list.products-list .product-item .product-item-info .product-item-details {
    padding: 3rem 0;
  }
  .section.hot-deal-tab-slider .list.products-list .product-item .product-item-info .product-item-details .product-reviews-summary {
    min-height: 15.13px;
  }
  .section.hot-deal-tab-slider .supper-deal-title .right-deal {
    margin-top: -6px;
  }
  .section.hot-deal-tab-slider .supper-deal-title {
    border-bottom: 1px solid #ebebeb;
  }
  .section.hot-deal-tab-slider .supper-deal-title .module-title {
    margin-bottom: 0;
  }
  .section.hot-deal-tab-slider .supper-deal-title .module-title span {
    padding-bottom: 1.4rem;
  }
  .section.hot-deal-tab-slider .super-deal-countdown {
    padding: 1rem 2rem;
    margin-right: 2rem;
  }
  .section.hot-deal-tab-slider .super-deal-countdown .time_circles > div:not(:last-child) {
    margin-left: 1.9rem;
    margin-right: 0;
  }
  .section.hot-deal-tab-slider .super-deal-countdown .time_circles .textDiv_Seconds {
    min-width: 55px;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .photo.image {
    margin-left: 3rem;
    margin-right: 0;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-ajax-cart-qty-price {
    text-align: right;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .pupup-suc-added-to-your-bag {
    text-align: right;
    padding-right: 1.3rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-header {
    border-bottom: 0;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-header .action-close {
    left: 0;
    right: auto;
  }
  .section.block-widget-rokanthemes-brand {
    padding: 11px 0;
    background-color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .product.media {
    float: right;
  }
  .product-info-main {
    float: left;
    padding-right: 1rem;
  }
  .pagebuilder-column-group .pagebuilder-mobile-only {
    display: none;
  }
  .form-shipping-address .fieldset > .field:not(.choice) > .label {
    padding-right: 0 !important;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-right: 0;
  }
  .wishlist-index-index .actions-toolbar .primary .action {
    margin-bottom: 0.6rem;
  }
  .wishlist-index-index .wishlist .box-tocart .fieldset .field.qty {
    padding-right: 0;
  }
  .wishlist-index-index .wishlist .box-tocart .fieldset .field.qty label {
    padding-left: 1rem;
  }
  .form.contact .actions-toolbar .primary {
    float: right;
  }
  .form.contact .actions-toolbar .primary .action {
    margin-right: 0;
  }
  .sidebar.sidebar-additional {
    padding-right: 15px;
  }
  .sidebar.sidebar-additional .block-wishlist .block-title .heading {
    padding: 12px 0px 12px 0;
  }
  .col-on-top {
    margin-top: 2rem;
  }
  .col-on-top.row,
  .col-on-top .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .col-on-top *.no-wrap-desktop,
  .col-on-top .no-wrap-desktop {
    flex-wrap: nowrap;
  }
  .col-on-top .col-slide,
  .col-on-top .col-banner-beside,
  .col-on-top .col-md-6 {
    padding: 0 1rem;
  }
  .col-on-top .col-slide {
    flex: 0 0 auto;
    width: 57.711%;
  }
  .col-on-top .col-banner-beside {
    flex: 0 0 auto;
    width: 42.286%;
  }
  .col-on-top {
    margin-top: 3rem;
  }
  .group-product {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .group-product > div {
    padding: 0 1rem;
  }
  #html-body .wrap-slider-banner .pagebuilder-column-group .wrap-slider-revo {
    width: 55.398%;
  }
  #html-body .wrap-slider-banner .pagebuilder-column-group .banner-top-slider {
    width: auto;
    flex: 1;
  }
  #html-body .group-product .pagebuilder-column div[data-content-type='text'] {
    flex: 1;
  }
  #html-body .group-product .pagebuilder-column div[data-content-type='text'] > div {
    height: 100%;
  }
  .group-product .wrap-product-tab .product-tabs-left {
    height: 100%;
  }
  .group-product .wrap-product-tab .product-tabs-left > div {
    height: 100%;
  }
}
@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 (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 (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 (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 (max-width: 575px), print and only screen and (max-width: 575px) {
  .products-grid .product-items.owl-carousel .product-item:before {
    bottom: -4.2rem;
  }
}
@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: 1.4rem;
    font-weight: 500;
    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;
    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: #ffffff;
    line-height: 55px;
    padding: 0 15px;
    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: #0057b7;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .level0.active > .level-top,
  .navigation:not(.mobile-style) .level0.has-active > .level-top {
    border-color: #0057b7;
    border-width: 0 0 3px;
    color: #0057b7;
    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: 0 solid #ebebeb;
    font-size: 14px;
    font-weight: 400;
    min-width: 20rem;
    padding: 20px 15px;
    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: #ebebeb;
    color: #ebebeb;
    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: #666666;
    padding: 3px 15px;
  }
  .navigation:not(.mobile-style) .level0 .submenu a:hover,
  .navigation:not(.mobile-style) .level0 .submenu a.ui-state-focus {
    color: #0057b7;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .level0 .submenu .active > a {
    border-color: #0057b7;
    border-style: solid;
    border-width: 0 0 0 0;
    color: #0057b7;
  }
  .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: 1.4rem;
    font-weight: 500;
    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;
    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: #ffffff;
    line-height: 55px;
    padding: 0 15px;
    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: #0057b7;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .level0.active > .level-top,
  .navigation:not(.mobile-style) .level0.has-active > .level-top {
    border-color: #0057b7;
    border-width: 0 0 3px;
    color: #0057b7;
    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: 0 solid #ebebeb;
    font-size: 14px;
    font-weight: 400;
    min-width: 20rem;
    padding: 20px 15px;
    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: #ebebeb;
    color: #ebebeb;
    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: #666666;
    padding: 3px 15px;
  }
  .navigation:not(.mobile-style) .level0 .submenu a:hover,
  .navigation:not(.mobile-style) .level0 .submenu a.ui-state-focus {
    color: #0057b7;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .level0 .submenu .active > a {
    border-color: #0057b7;
    border-style: solid;
    border-width: 0 0 0 0;
    color: #0057b7;
  }
  .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;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .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;
  }
  .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: #fff;
  }
  .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 {
    background-color: #0cc485;
  }
  .navigation:not(.mobile-style) span.cat-label.cat-label-label2 {
    background-color: #ff3b30;
  }
  .navigation:not(.mobile-style) span.cat-label.cat-label-label3 {
    background-color: #4cd964;
  }
  .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:first-child > .level-top {
    padding-left: 0;
  }
  .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: 2;
    pointer-events: none;
  }
  .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: 'HelveticaNeueLTArabic';
    text-transform: capitalize;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 8px;
    padding-top: 0;
    margin-top: -7px;
  }
  .navigation:not(.mobile-style) li.level0.parent .submenu .mega-columns .level1.parent > a:not(:hover) {
    color: #222222;
  }
  .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: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-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navigation:not(.mobile-style) li.level0.classic .submenu a {
    padding: 3px 15px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .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: 0;
    border: 0 solid #ebebeb;
    padding: 20px 15px;
    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: 4rem 0 3rem;
  }
  .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;
    clip: unset !important;
    width: auto !important;
    height: auto !important;
  }
  .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 {
    top: 0px;
    right: -35px;
  }
  .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: 10px !important;
  }
  .navigation .sticky .navigation li.level0.parent .submenu:before {
    height: 10px;
    top: -10px;
  }
  .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;
  }
  .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;
    /* 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: 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: #0057b7;
    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: 1px solid #ebebeb;
    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 #e1e1e1;
  }
  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:not(.classic) > .submenu {
    left: 110%;
    top: 0;
    min-height: calc(100% + 2px);
    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:not(.classic) > .submenu > .row {
    max-height: 85vh;
    overflow: auto;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0:not(.classic):hover > .submenu {
    left: 100% !important;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.classic .parent .subchildmenu {
    left: 110%;
    top: 0;
    min-height: calc(100% + 2px);
    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.classic .parent .subchildmenu > .row {
    max-height: 85vh;
    overflow: auto;
  }
  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 {
    position: relative;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.classic:after {
    content: '';
    width: 2rem;
    position: absolute;
    right: -2rem;
    top: 0;
    bottom: 0;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.classic .submenu {
    left: calc(100% + 20px);
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.classic .submenu a {
    line-height: 2;
  }
  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;
    background-repeat: no-repeat;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.fullwidth .submenu > .row,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.staticwidth .submenu > .row {
    padding: 4rem 2.5rem 4rem 1.5rem;
  }
  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 1rem;
    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: #0057b7;
  }
  html body .page-wrapper .verticalmenu.navigation .expand-category-link a {
    line-height: 55px;
  }
  .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-list-post .post-holder {
    flex: 0 0 33.33333333%;
  }
  body[class*="page-layout-2columns"] .blog-list-post .post-holder {
    flex: 0 0 50%;
  }
  .page-products:not(.cms-index-index) .products-grid .product-items {
    margin: 0;
  }
  .page-products:not(.cms-index-index) .products-grid .product-item {
    width: 25%;
  }
  .page-products:not(.cms-index-index).page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products:not(.cms-index-index).page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products:not(.cms-index-index).page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products:not(.cms-index-index).page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  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: 1760px;
  }
  .no-wrap-desktop {
    flex-wrap: nowrap;
  }
  .header-container.sticky .hidden-sticky-desktop {
    display: none !important;
  }
  ol[class*="category_page_grid"] .product-item {
    -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;
  }
  .wishlist-index-index .products-grid .product-item {
    width: 20%;
  }
  .header-container .container-setting-language-currency .switcher .switcher-options .dropdown.switcher-dropdown,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0 > .submenu,
  .navigation.custommenu:not(.mobile-style) li.level0.classic .submenu {
    border: 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    right: 0;
  }
  .page-footer #focus-area {
    opacity: 0;
    visibility: hidden;
    -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;
  }
  .background_shadow .page-footer #focus-area {
    opacity: 1;
    visibility: visible;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0:not(.classic) > .submenu {
    transition: right 0.3s ease;
    right: 110%;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0:not(.classic):hover > .submenu {
    right: 100% !important;
    left: auto !important;
    background-position: bottom;
  }
  html:not(.nav-open) .topbar {
    z-index: 23;
  }
  .mobile-style .custommenu-list.menu {
    display: block;
  }
  .custommenu-list.menu {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .navigation.mobile-style a {
    padding-right: 15px;
  }
  .navigation:not(.mobile-style) li.level0.parent > .level-top {
    padding: 0 15px;
  }
  .navigation:not(.mobile-style) li.level0.parent > .level-top::after {
    text-align: left;
    width: 17px;
  }
  .navigation:not(.mobile-style) li.level0:first-child > .level-top {
    padding: 0 15px;
  }
  body .header-container:not(.sticky) .header-middle {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body .header-container .top-search-not-dropdown {
    flex: 1;
    margin-left: 3%;
  }
  body .header-container .top-search-not-dropdown .block-search {
    max-width: 907px;
  }
  body .header-container .logo-container {
    margin-left: 3rem;
  }
  body .header-container .col-action .action-header li.wishlist > a:before,
  body .header-container .col-action .action-header li.account-link-header:before,
  body .header-container .col-action .action-header li.minicart-li-content-show-hide .showcart:before {
    margin-left: 1rem;
  }
  body .header-container.layout-1 .rokan-vertical-menu,
  body .header-container.layout-4 .rokan-vertical-menu,
  body .header-container.layout-1 .col-menu-on-left,
  body .header-container.layout-4 .col-menu-on-left {
    flex: 1;
    margin-left: 2rem;
  }
  body .header-container.layout-1 .rokan-vertical-menu,
  body .header-container.layout-4 .rokan-vertical-menu,
  body .header-container.layout-1 .logo-container,
  body .header-container.layout-4 .logo-container {
    flex: 0 0 35%;
    max-width: 30rem;
  }
  body .header-container.layout-1:not(.sticky) .header-middle,
  body .header-container.layout-4:not(.sticky) .header-middle {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  body .header-container.layout-2 .logo-container {
    flex: 0 0 35%;
    max-width: 33rem;
  }
  body .header-container.layout-2 .logo-container .logo-site {
    /* 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;
    /* 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: nowrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  body .header-container.layout-2 .logo-container .nav-toggle {
    display: inline-flex;
    position: static;
  }
  body .header-container.layout-2 .logo-container .nav-toggle:before {
    color: #ffffff;
  }
  body .header-container .custommenu.navigation li.level0.fullwidth .submenu {
    -webkit-box-shadow: 800px 0 #ffffff, -800px 0 #ffffff;
    -moz-box-shadow: 800px 0 #ffffff, -800px 0 #ffffff;
    -ms-box-shadow: 800px 0 #ffffff, -800px 0 #ffffff;
    box-shadow: 800px 0 #ffffff, -800px 0 #ffffff;
  }
  body .header-container .custommenu.navigation li.level0.fullwidth .submenu > .row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  body .header-container .custommenu.navigation li.level0.fullwidth .submenu .menu-bottom-block {
    margin-bottom: -3rem;
    background: #cc1414;
    color: #ffffff;
    -webkit-box-shadow: 800px 0 #cc1414, -800px 0 #cc1414;
    -moz-box-shadow: 800px 0 #cc1414, -800px 0 #cc1414;
    -ms-box-shadow: 800px 0 #cc1414, -800px 0 #cc1414;
    box-shadow: 800px 0 #cc1414, -800px 0 #cc1414;
    padding: 16px 0;
    margin-top: 2.2rem;
  }
  body .header-container .custommenu.navigation li.level0.fullwidth .submenu .menu-bottom-block p {
    margin-bottom: 0;
  }
  body .header-container .custommenu.navigation li.level0.fullwidth.parent .submenu .mega-columns .level1.parent > a,
  body .header-container .custommenu.navigation li.level0.staticwidth.parent .submenu .mega-columns .level1.parent > a {
    margin-bottom: 1.2rem;
  }
  body .header-container .action-header li.minicart-li-content-show-hide .showcart:before {
    margin-left: 1.1rem;
  }
  body .header-container.sticky .flex-layout-sticky .header-middle {
    flex: 1;
  }
  .checkout-index-index .header-container.layout-2 .logo-container .logo-site {
    justify-content: flex-end;
  }
  html body .header-container .rokan-vertical-menu .title-category-dropdown {
    width: 100%;
  }
  html body .header-container .rokan-vertical-menu .title-category-dropdown:after {
    content: '';
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    height: 16px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  html body .header-container .rokan-vertical-menu .title-category-dropdown.active {
    background-color: #0057b7;
    display: inline-block;
    text-decoration: none;
  }
  html body .header-container .rokan-vertical-menu .title-category-dropdown.active:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    line-height: inherit;
    color: #ffffff;
    content: '\e616';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  html body .header-container .rokan-vertical-menu .title-category-dropdown.active:before {
    max-width: 3.85rem;
    position: relative;
    top: -1px;
    right: -5px;
    line-height: 1;
  }
  .nav-open .header-container.layout-2 .primary-menu-container.mobile-style .nav-toggle:after {
    display: none;
  }
  .nav-open .header-container.layout-2 .nav-sections {
    z-index: 99;
  }
  .nav-open .header-container.layout-2 .nav-sections .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
  }
  .verticalmenu.navigation .list-category-dropdown {
    border-top: 0;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 2rem;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0:nth-of-type(1) a,
  .verticalmenu.navigation .list-category-dropdown li.level0:nth-of-type(2) a,
  .verticalmenu.navigation .list-category-dropdown li.level0:nth-of-type(3) a,
  .verticalmenu.navigation .list-category-dropdown li.level0.expand-category-link a {
    font-weight: 500;
    color: #222222;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0.expand-category-link {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0 > .submenu {
    border: 0;
    border-top: 2px solid #0057b7 !important;
    border-radius: 2px;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0 > .submenu .subchildmenu.columns2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
    column-gap: 3rem;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0 > .submenu .subchildmenu.columns2 .level1 {
    float: none;
    display: inline-block;
    width: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 3rem;
    break-inside: avoid;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0:hover > .submenu {
    top: -2px !important;
    right: calc(100% + 1px);
  }
  .verticalmenu.navigation .list-category-dropdown li.level0:hover:after {
    left: 0;
    width: 30px;
    right: auto;
  }
  .page-wrapper .page-header .layout-7 .menu-bottom .navigation:not(.mobile-style) .level0 > .level-top,
  .page-wrapper .page-header .layout-8 .menu-bottom .navigation:not(.mobile-style) .level0 > .level-top {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-wrapper .page-header .layout-7 .menu-bottom .navigation:not(.mobile-style) .level0 > .level-top:before,
  .page-wrapper .page-header .layout-8 .menu-bottom .navigation:not(.mobile-style) .level0 > .level-top:before {
    content: "";
    position: absolute;
    bottom: 15px;
    width: 0;
    right: 0 15px;
    height: 0 0 3px;
    background-color: #0057b7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .page-wrapper .page-header .layout-7 .menu-bottom .navigation:not(.mobile-style) .level0 > .level-top:hover:before,
  .page-wrapper .page-header .layout-8 .menu-bottom .navigation:not(.mobile-style) .level0 > .level-top:hover:before {
    width: calc(100% - 30px);
    left: 0;
    right: 0 15px;
  }
  .page-wrapper .page-header .layout-7 .menu-bottom .navigation:not(.mobile-style) .level0:first-child > .level-top,
  .page-wrapper .page-header .layout-8 .menu-bottom .navigation:not(.mobile-style) .level0:first-child > .level-top {
    padding-right: 0;
  }
  .page-wrapper .page-header .layout-7 .menu-bottom .navigation:not(.mobile-style) .level0:first-child > .level-top:hover:before,
  .page-wrapper .page-header .layout-8 .menu-bottom .navigation:not(.mobile-style) .level0:first-child > .level-top:hover:before {
    right: 0;
    width: calc(100% - 12px);
  }
  .page-wrapper .page-header .layout-7 .menu-bottom .navigation:not(.mobile-style) .level0:first-child.active > .level-top:before,
  .page-wrapper .page-header .layout-8 .menu-bottom .navigation:not(.mobile-style) .level0:first-child.active > .level-top:before {
    width: calc(100% - 12px);
    right: 0;
    left: 0;
  }
  .page-wrapper .page-header .layout-7 .menu-bottom .navigation:not(.mobile-style) .level0.active > .level-top:before,
  .page-wrapper .page-header .layout-8 .menu-bottom .navigation:not(.mobile-style) .level0.active > .level-top:before,
  .page-wrapper .page-header .layout-7 .menu-bottom .navigation:not(.mobile-style) .level0.has-active > .level-top:before,
  .page-wrapper .page-header .layout-8 .menu-bottom .navigation:not(.mobile-style) .level0.has-active > .level-top:before {
    width: calc(100% - 24px);
    left: 0;
  }
  .page-footer .footer.content ul li a {
    display: inline-block;
  }
  .page-footer .footer.content ul li a:hover {
    padding-right: 10px;
  }
  .page-footer .footer-bottom .footer.content ul li a:hover {
    padding-right: 0;
  }
  .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.download_app {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .page-footer .footer-static_link .footer-links.about-store {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .page-footer .footer-static_link .footer-links.download-app-medical {
    max-width: 28.4%;
    flex: 0 0 28.4%;
  }
  .page-footer .footer-static_link .footer-links.about-store-medical {
    max-width: 28%;
    flex: 0 0 28%;
  }
  .group-product .section {
    margin-bottom: 0;
  }
  .group-product .section.short_description {
    height: 100%;
  }
  .group-product .section.short_description .owl-stage-outer {
    padding: 0;
    margin: 0;
  }
  .group-product .section.short_description .owl-stage-outer .product-item {
    /* 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;
    /* 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;
    align-items: center;
  }
  .group-product .section.short_description .owl-stage-outer .product-item:hover {
    box-shadow: none !important;
  }
  .group-product .section.short_description .content_block,
  .group-product .section.short_description .widget-tabs,
  .group-product .section.short_description .ui-tabs-panel,
  .group-product .section.short_description .products-list {
    height: 100%;
  }
  .group-product .section.short_description .content_block .product-items,
  .group-product .section.short_description .widget-tabs .product-items,
  .group-product .section.short_description .ui-tabs-panel .product-items,
  .group-product .section.short_description .products-list .product-items,
  .group-product .section.short_description .content_block .owl-stage-outer,
  .group-product .section.short_description .widget-tabs .owl-stage-outer,
  .group-product .section.short_description .ui-tabs-panel .owl-stage-outer,
  .group-product .section.short_description .products-list .owl-stage-outer,
  .group-product .section.short_description .content_block .owl-stage,
  .group-product .section.short_description .widget-tabs .owl-stage,
  .group-product .section.short_description .ui-tabs-panel .owl-stage,
  .group-product .section.short_description .products-list .owl-stage,
  .group-product .section.short_description .content_block .owl-item,
  .group-product .section.short_description .widget-tabs .owl-item,
  .group-product .section.short_description .ui-tabs-panel .owl-item,
  .group-product .section.short_description .products-list .owl-item,
  .group-product .section.short_description .content_block .item-row,
  .group-product .section.short_description .widget-tabs .item-row,
  .group-product .section.short_description .ui-tabs-panel .item-row,
  .group-product .section.short_description .products-list .item-row,
  .group-product .section.short_description .content_block .product-item,
  .group-product .section.short_description .widget-tabs .product-item,
  .group-product .section.short_description .ui-tabs-panel .product-item,
  .group-product .section.short_description .products-list .product-item {
    height: 100%;
  }
  .product.info.detailed .additional-attributes tbody tr th {
    width: 20%;
  }
  .rokanthemes-onepagecheckout .opc-wrapper {
    padding-right: 0;
    padding-left: 30px;
  }
  .blog-post-view .post-view .post-title {
    font-size: 4rem;
  }
  .blog-post-view .post-view.has-thumb .blog-post-thumb {
    margin-bottom: 1.8rem;
    position: relative;
  }
  .blog-post-view .post-view.has-thumb .blog-post-thumb:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: 14%;
    height: 166px;
    background: #ffffff;
  }
  .blog-post-view .post-view.has-thumb .post-content {
    padding: 0 17%;
    position: relative;
    margin: auto;
    margin-top: -14rem;
  }
  .header-container .navigation.mobile-style ul.custommenu-list li.menu-item-has-children {
    border-top: 0;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.staticwidth .submenu > .row {
    padding: 3rem 2.5rem 4rem 1.5rem;
  }
  .banner-middle .col-banner.left .content {
    padding-right: 4.5rem !important;
  }
  #html-body .banner-middle-builder .banner-middle-item .pagebuilder-banner-wrapper {
    padding: 14px 0;
  }
  #html-body .banner-middle-builder .banner-middle-item .pagebuilder-banner-wrapper .pagebuilder-overlay {
    padding-right: 6rem;
  }
  .group-product .wrap-product-tab .product-tabs-left {
    background: #ffffff;
  }
}
@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;
  }
  .banner-about-top .pagebuilder-column .pagebuilder-banner-wrapper {
    padding: 7.5rem 0;
  }
}
/*  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.
 */
/*
Arabic Regqular Font Name
HelveticaNeueLTArabic
Arabic Font BOLD NAME
HelveticaNeueLTArabicBold
*/
/* Breadcrumb restyle */
/* Button Default = secondary button */
.wrapper_sub_category_tabs.onlyparent .list-category-item .category-item a img {
  aspect-ratio: 1.8;
}
/* Product detail page Gobal style */
.cart-container .cart-summary img {
  padding: 0 20px 20px;
}
/*
.media-width(@extremum, @break) when (@extremum ='min') and (@break =@screen__l) {
	.contact-us {
		margin-left: -3rem;
		margin-right: -3rem;

		>div {
			padding-left: 3rem;
			padding-right: 3rem;
		}
	}
}
*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #html-body .duka2-banner-top .pagebuilder-column-group > div:last-child {
    flex: 1;
    z-index: 2;
  }
  #html-body .duka2-banner-top .pagebuilder-column-group .pagebuilder-overlay {
    min-height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  #html-body .wrap-banner .pagebuilder-column-group > div {
    width: 50%;
    flex: 0 0 50%;
  }
  #html-body .banner-grid .pagebuilder-column-group > div {
    flex: 0 0 auto;
    width: 50%;
  }
}
/* Start Edits */
.navigation.custommenu li.level0 .level-top {
  color: #ffffff;
}
html body .page-wrapper .verticalmenu.navigation .title-category-dropdown {
  line-height: 45px;
  color: #ffffff;
}
html body .page-wrapper .verticalmenu.navigation .title-category-dropdown:before,
.nav-toggle:before {
  color: #0057B7;
}
.header-container .col-action .action-header li a:not(:hover) {
  color: #ffffff;
}
.header-container .col-action .action-header li span.text {
  color: #ffffff;
}
.header-container .account-link-header:before {
  color: #ffffff;
}
.header-container .col-action .action-header > li.wishlist a:before {
  color: #ffffff;
}
.header-container .header-static-text {
  color: #ffffff;
}
.header-container .col-action .action-header > li .minicart-wrapper > a:before,
.header-container .col-action .action-header > li .minicart-wrapper > a.active:before {
  color: #0057B7;
}
body .header-container.layout-1:not(.sticky) .header-middle,
body .header-container.layout-4:not(.sticky) .header-middle {
  border-bottom: none;
}
body .block.block-search .form.minisearch {
  border: 2px solid #e8ebef;
}
html body .header-container .rokan-vertical-menu .title-category-dropdown:after {
  border-right: 1px solid #ccd3df;
}
#shopping-cart-table .price {
  white-space: nowrap;
}
.header-container .topbar .topbar-inner .col-top-link a:hover {
  color: #ffffff;
}
body.account .column.main .block:not(.widget) .block-title > .action,
body .multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
body.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
body[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
body.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-right: 15px;
  margin-left: 0;
}
.customer-address-index .box-address-billing {
  display: none;
}
.customer-address-index .box-address-shipping {
  float: right !important;
}
.customer-address-index .actions-toolbar {
  margin-top: 30px;
}
.customer-address-index .form-address-edit {
  padding: 3rem !important;
  margin: 0;
}
.no-review {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 270px;
  padding: 3rem;
  text-align: center;
}
.no-review span {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 500;
  display: flex;
  white-space: nowrap;
  color: #000;
}
@media (min-width: 993px) {
  #shopping-cart-table thead th:first-child {
    border-top-right-radius: 11px;
  }
  #shopping-cart-table thead th:last-child {
    border-top-left-radius: 11px;
  }
  #shopping-cart-table tbody tr:last-child > td:first-child {
    border-bottom-right-radius: 11px;
  }
  #shopping-cart-table tbody tr:last-child > td:last-child {
    border-bottom-left-radius: 11px;
  }
  body .header-container .col-action .action-header li.account-link-header {
    align-items: center;
  }
  body .header-container .col-action .action-header li.account-link-header span {
    font-size: 10px;
    color: #fff;
    margin-bottom: 4px;
    display: flex;
  }
  .toolbar-products:not(:last-child) #toolbar-amount {
    display: block !important;
    color: #808083;
    font-size: 14px;
    float: right;
  }
  body .column .block-addbysku .block-content .box:nth-child(odd),
  body .login-container .block:nth-child(odd),
  body.account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  body.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  body[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  body.sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: right;
    float: right;
  }
  body .sorter {
    float: left;
  }
  .toolbar-sorter .block-title,
  .header-nav-mob {
    display: none;
  }
  .page-layout-2columns-left .column.main {
    float: left;
    padding-left: 0px;
  }
  .page-layout-2columns-left .sidebar-main {
    float: right;
    padding-left: 30px;
    padding-right: 0px;
  }
  .sidebar .filter-options .filter-options-title,
  .sidebar .current-selection .filter-options-title {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 10px;
    border-bottom: 1px solid #E0E0E0;
    color: #000;
    cursor: pointer;
  }
  body .sidebar .filter-options .filter-options-title:before,
  body .sidebar.sidebar-additional .filter-options-title:before,
  body .sidebar .filter-options .block-title:before,
  body .sidebar.sidebar-additional .block-title:before {
    content: '';
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    right: auto;
    bottom: auto;
    border: none;
    color: #0057B7;
    font-size: 20px;
  }
  .sidebar .filter-options .filter-options-title:after,
  .sidebar .current-selection .filter-options-title:after {
    position: absolute;
    content: "";
    top: 100%;
    right: 0;
    width: 62px;
    height: 2px;
    background: #0057B7;
  }
  .sidebar .filter-options .filter-options-title.active:before {
    content: "-";
  }
  body .sidebar .filter-options .filter-options-content {
    margin: 0;
  }
  .checkout-cart-index #maincontent {
    padding-right: 5.7%;
    padding-left: 5.7%;
  }
  .table-wrapper.order-items {
    margin: 30px;
  }
  .account .order-details-items .order-title {
    margin: 30px;
    padding-top: 40px;
  }
  .login-container .block.block-customer-login {
    padding-right: 0px;
  }
  .login-container .block.block-new-customer {
    padding-left: 0px;
  }
  .customer-account-create .form-create-account .fieldset:not(.additional_info) {
    width: 100%;
  }
  .customer-account-create .form-create-account .actions-toolbar > div {
    width: 100%;
  }
  .customer-account-create .column.main {
    padding-right: 10%;
    padding-left: 10%;
  }
  .page-footer .footer.content {
    padding-right: 8.2%;
    padding-left: 8.2%;
  }
  #html-body .wrap-slider-banner {
    margin-top: 3rem;
  }
}
body .rating-summary .rating-result > span:after {
  margin-right: 4px;
  margin-left: 0;
}
.paymentslogos {
  float: left;
}
#creditcard {
  width: 95px;
  margin-top: -3px;
}
#souhoolapay {
  /* width: 70px; */
  margin-top: 5px;
}
#valupay {
  width: 70px;
  margin-top: -2px;
}
#visaod {
  width: 100px;
}
#vodafonecash {
  width: 55px;
  margin-top: -10px;
}
#etisatalcash {
  width: 60px;
  margin-top: -6px;
}
#fawrypay {
  width: 60px;
}
#cashondeliveryicon {
  width: 90px;
}
#checkout-shipping-method-load {
  display: none;
}
.payment-group .checkout-billing-address {
  display: none;
}
@media (min-width: 1200px) {
  #html-body .banner-middle-builder .banner-middle-item .pagebuilder-banner-wrapper {
    background-size: 100%;
  }
  .mpbrand-index-index .product-image-photo {
    right: 22px;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns > li {
    float: right;
  }
  /*.cart-container .cart .box-tocart .up-down,.cart-container .price-excluding-tax {
		margin-bottom: 50px;
	}*/
  .page-footer {
    background-image: url(/media/icons/pattern-footer.png);
    background-size: 550px;
    background-repeat: no-repeat;
    background-position-x: right;
  }
  .page-footer .footer.content ol a:hover,
  .page-footer .footer.content ul a:hover {
    color: #03c109;
  }
  .rokan-vertical-menu.d-none.d-xl-block {
    position: sticky;
  }
  body .header-container:not(.sticky) .header-middle {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navigation:not(.mobile-style) .level0 > .level-top {
    line-height: 45px;
  }
  body .header-container .logo-container {
    margin-left: 6rem;
  }
  .col-menu-on-left.flex-layout.col-menu.center_vertical.no-wrap-desktop.vertical-hozital-menu {
    padding-left: 8.2%;
    padding-right: 8.2%;
    height: 45px;
  }
  body .header-container .top-search-not-dropdown {
    margin-right: 0px;
    margin-left: 16%;
  }
  .page-header .col-action.col-right {
    padding-left: 8.2%;
  }
  .logo-container.hidden-sticky-desktop {
    padding-right: 8.2%;
  }
  .navigation:not(.mobile-style) .level0.active > .level-top,
  .navigation:not(.mobile-style) .level0.has-active > .level-top {
    color: #fff;
  }
  .header-container.sticky .flex-layout-sticky .vertical-hozital-menu {
    width: 300px;
  }
  .header-container.sticky .flex-layout-sticky .rokan-vertical-menu .title-category-dropdown:before {
    color: #fff;
  }
  .header-container .rokan-vertical-menu .title-category-dropdown:after {
    display: none;
  }
  html body .page-wrapper .verticalmenu.navigation .title-category-dropdown {
    padding: 0px;
  }
  html body .page-wrapper .verticalmenu.navigation .title-category-dropdown:before,
  .nav-toggle:before {
    color: #ffffff;
  }
  .page-wrapper .verticalmenu.navigation .title-category-dropdown:before,
  .nav-toggle:before {
    color: #fff;
  }
  .page-footer .footer.content ol a:not(:hover),
  .page-footer .footer.content ul a:not(:hover) {
    color: #99BBE2;
  }
  .page-footer {
    color: #99BBE2;
    background-color: #0057B7;
  }
  .page-footer .footer-bottom {
    background-color: #0057B7;
    color: #ffffff;
  }
  .page-footer .footer-bottom a:not(:hover) {
    color: #ffffff !important;
  }
  .shipping-support .fa:before,
  .shipping-support .far:before,
  .shipping-support .fas:before,
  .shipping-support .icon:before {
    color: #ffffff;
  }
  button#product-addtocart-button {
    border-radius: 20px !important;
    width: 100%;
    float: right;
    font-size: 14px;
  }
  .product.info.detailed .additional-attributes tbody tr th {
    text-align: right;
  }
  .product.info.detailed .additional-attributes tbody tr td {
    text-align: right;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0 a .menu-thumb-icon {
    margin-left: 1rem;
    font-size: 1.4rem;
    width: 20px;
    vertical-align: sub;
    margin-right: 0px;
    display: none;
  }
  #productslist {
    height: 50px;
  }
  .products-grid #productstablist {
    height: 50px;
  }
  .verticalmenu.navigation .list-category-dropdown {
    padding: 0 1rem;
  }
}
html body .page-wrapper .verticalmenu.navigation {
  background-color: #03c109;
}
html body .page-wrapper .verticalmenu.navigation .title-category-dropdown {
  color: #ffffff;
}
.product-item-name,
.product.name a {
  font-weight: 200;
  color: #000;
  font-size: 13px;
  line-height: 1.4;
}
.price-box .price-final_price *,
.price-box .price-configured_price * {
  color: #0057B7;
}
.product-info-main .product-category {
  display: none;
}
.catalog-category-view .column.main {
  display: flex;
  flex-direction: column;
}
.catalog-category-view .category-view {
  order: 1000;
}
.product-info-main .page-title-wrapper .page-title {
  font-size: 2.2rem;
  color: #000;
}
.price-box .special-price *,
.price-box .special-price .price-final_price * {
  color: #0057B7;
}
.action.tocart.primary {
  font-family: 'HelveticaNeueLTArabicBold';
}
.title-category-dropdown {
  font-family: 'HelveticaNeueLTArabicBold';
}
/*.section.block-widget-rokanthemes-brand .brand-item .brand-image img{
	-webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.section.block-widget-rokanthemes-brand .brand-item .brand-image img{
	width: 80%;
}
.item-load.item-row-slider-brand{
	background-color: #fff;
    height: 100px;
}*/
.product-item .product-item-name,
.product-item .product.name a {
  margin-bottom: 10px;
}
.menu-thumb-icon {
  display: none;
}
@media (min-width: 480px) {
  .page-wrapper .verticalmenu.navigation .title-category-dropdown:before,
  .nav-toggle:before {
    color: #ffffff;
  }
}
@media (min-width: 600px) {
  .page-wrapper .verticalmenu.navigation .title-category-dropdown:before,
  .nav-toggle:before {
    color: #ffffff;
  }
}
.header-container .col-action .action-header > li .minicart-wrapper > a:before,
.header-container .col-action .action-header > li .minicart-wrapper > a.active:before {
  background-color: #ffffff;
}
.header-container .col-action .action-header > li.wishlist a:before {
  background-color: #ffffff;
}
.section.block-widget-rokanthemes-brand {
  background-color: transparent;
}
.item-load.item-row-slider-brand {
  padding: 8px;
  background-color: #ffffff;
}
body .mp-productalerts-product-detail {
  float: right;
}
body .mp-productalerts-product-detail .mp-productalerts-link-container {
  float: right;
}
@media (min-width: 768px) {
  .page-footer .footer-top > .footer.content .container-inner.border-top {
    padding-top: 4.2rem;
    border-top: 1px solid #ffffff;
  }
  .page-footer .footer-bottom .container-inner.border-top.border-top {
    border-top: none;
  }
}
html body .page-wrapper .verticalmenu.navigation li.level0 > a {
  color: #000 !important;
}
@media (min-width: 993px) {
  .cart-container .cart.table-wrapper .items tr th,
  .cart-container .cart.table-wrapper .items .item {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .customer-account-create #maincontent {
    padding-right: 0px;
    padding-left: 0px;
  }
  .catalog-product-view #maincontent {
    padding-right: 5.7%;
    padding-left: 5.7%;
  }
  #maincontent {
    padding-right: 5%;
    padding-left: 5%;
  }
  .page-products #maincontent {
    padding-right: 5.7%;
    padding-left: 5.7%;
  }
  .account #maincontent {
    padding-right: 5.7%;
    padding-left: 5.7%;
  }
  .catalog-category-view #maincontent {
    padding-right: 5.7%;
    padding-left: 5.7%;
  }
  .breadcrumbs .items {
    padding-left: 5.7%;
    color: #000000 !important;
  }
  .cart.table-wrapper .product-item-photo {
    padding-right: 0px;
  }
}
.checkout-cart-index .page-title-wrapper .page-title {
  font-size: 22px;
}
.account .page-title-wrapper .page-title {
  display: none;
}
body.account .page-title-wrapper .page-title,
body[class^='sales-guest-'] .page-title-wrapper .page-title,
body.sales-guest-view .page-title-wrapper .page-title {
  margin-left: 30px;
  margin-right: 0;
}
.checkout-cart-index .breadcrumbs {
  margin: 30px 0 10px;
}
.checkout-cart-index .page-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 40px 0px;
  text-align: right;
}
#empty_cart_button {
  background: none !important;
  padding: 0;
  font-size: 14px;
  color: #C10A00;
  text-decoration: underline;
  font-weight: bold;
  margin: 0 !important;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 24px;
  background: transparent;
  border: 1px solid #0057b7;
  color: #0057b7;
}
.rokanthemes-onepagecheckout #opc-sidebar .discount-code #discount-form .actions-toolbar .action {
  background: transparent;
  border: 1px solid #0057b7;
  color: #0057b7;
}
.cart-container .form-cart .actions button.action.update {
  display: none;
}
body #product-comparison tbody tr .product-item-actions .actions-secondary {
  display: none;
}
.wrapper_product_tabs .products-grid .product-items .product-item .actions-primary .tocart span:before {
  display: none;
}
.cart-empty {
  margin-top: 5%;
}
.cart-empty img {
  margin-bottom: 25px;
}
.cart-empty p {
  display: flex;
  justify-content: center;
  color: #000;
  font-weight: bold;
}
.cart-empty p a {
  background: #03c109;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  padding: 11px 5%;
  font-size: 1.3rem;
  font-family: 'HelveticaNeueLTArabicBold';
}
.cart-empty p a:hover {
  background: #004b9e;
}
.block.block-compare,
.block.block-wishlist {
  display: none;
}
.account .nav.item {
  list-style: none;
  padding: 0;
}
body .account-nav .content .nav.items .item a,
body .block-collapsible-nav .content .nav.items .item a,
body .account-nav .block-collapsible-nav-content .nav.items .item a,
body .block-collapsible-nav .block-collapsible-nav-content .nav.items .item a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  width: 100%;
}
.pagebuilder-column.wrap-slider-revo p {
  display: none;
}
.my-account-link-icon,
.my-orders-link-icon,
.my-wishlist-link-icon,
.my-address-link-icon,
.my-information-link-icon,
.my-reviews-link-icon,
.my-newsletter-link-icon.my-logout-link-icon {
  color: #0057b7;
}
.account .block-collapsible-nav .block-collapsible-nav-content .nav.items .item a:not(:hover) {
  color: #0057b7;
}
.account-nav .content .nav.items .item a.nav-icon:before,
.block-collapsible-nav .content .nav.items .item a.nav-icon:before,
.account-nav .block-collapsible-nav-content .nav.items .item a.nav-icon:before,
.block-collapsible-nav .block-collapsible-nav-content .nav.items .item a.nav-icon:before {
  content: "";
  background-color: #0057b7;
  width: 25px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: 15px;
}
body.account .actions-toolbar .primary {
  float: right;
}
body .account-nav .content .nav.items .itemhover:before,
body .block-collapsible-nav .content .nav.items .item:hover:before,
body .account-nav .block-collapsible-nav-content .nav.items .item:hover:before,
body .block-collapsible-nav .block-collapsible-nav-content .nav.items .item:hover:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3px;
  height: 90%;
  background: #0057b7;
}
.my-mobile-link-icon:before {
  -webkit-mask-image: url(/media/icons/update-mobile.svg);
}
.my-points-link-icon:before {
  -webkit-mask-image: url(/media/icons/my-points.svg);
}
.my-account-link-icon:before {
  -webkit-mask-image: url(/media/icons/profile.svg);
  width: 20px !important;
  height: 21px !important;
}
.product-alret-icon:before {
  -webkit-mask-image: url(/media/icons/myproducts-alerts.svg);
}
.my-orders-link-icon:before {
  -webkit-mask-image: url(/media/icons/myorders.svg);
}
.my-wishlist-link-icon:before {
  -webkit-mask-image: url(/media/icons/wishlist.svg);
}
.my-address-link-icon:before {
  -webkit-mask-image: url(/media/icons/address-book.svg);
}
.my-information-link-icon:before {
  -webkit-mask-image: url(/media/icons/account-info.svg);
}
.my-reviews-link-icon:before {
  -webkit-mask-image: url(/media/icons/product-review.svg);
}
.my-newsletter-link-icon:before {
  -webkit-mask-image: url(/media/icons/product-review.svg);
}
.my-logout-link-icon:before {
  -webkit-mask-image: url(/media/icons/logout.svg);
}
.customer-account-index .customer-account-nav,
.sales-order-history .customer-history-nav,
.mpalerts-subscriber-history .product-alret-nav,
.wishlist-index-index .customer-wishlist-nav,
.customer-address-index .customer-address-nav,
.customer-account-edit .customer-account-edit-nav,
.review-customer-index .customer-review-nav,
.mobileloginpro-index-updatemobile .customer-mobile-nav,
.elaraby_maxxing-points-profile .customer-points-nav {
  background: #0057b724;
}
.customer-account-index .customer-account-nav:before,
.sales-order-history .customer-history-nav:before,
.mpalerts-subscriber-history .product-alret-nav:before,
.wishlist-index-index .customer-wishlist-nav:before,
.customer-address-index .customer-address-nav:before,
.customer-account-edit .customer-account-edit-nav:before,
.review-customer-index .customer-review-nav:before,
.mobileloginpro-index-updatemobile .customer-mobile-nav:before,
.elaraby_maxxing-points-profile .customer-points-nav:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3px;
  height: 90%;
  background: #0057b7;
}
.block-collapsible-nav .content .nav.items .customer-logout-nav:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3px;
  height: 90%;
  background: #ef2a32;
}
.sales-order-history .no-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.sales-order-history .no-item p {
  display: flex;
  justify-content: center;
  color: #000;
  font-weight: bold;
  margin-top: 25px;
}
.block-collapsible-nav .content .nav.items .customer-logout-nav:hover:before {
  background: #ef2a32 !important;
}
.block-collapsible-nav .content .nav.items .customer-logout-nav a {
  color: #ef2a32 !important;
}
.block-collapsible-nav .content .nav.items .item.customer-logout-nav a.nav-icon:before {
  background: #ef2a32;
}
.account #block-collapsible-nav {
  padding: 15px 0;
  background: #fff !important;
  border-radius: 11px;
}
.account ul.nav.items {
  padding-right: 0px;
}
.action.back {
  display: none;
}
.form-create-account .actions-toolbar > .secondary:last-child {
  display: none;
}
body.account .column.main .actions-toolbar .secondary .action {
  display: none;
}
.action.primary,
.action-primary {
  background: #03c109;
}
.top-search-not-dropdown .block.block-search .block-content .dropdown .form.minisearch .actions .action.search {
  background-color: #ffffff;
}
.header-container .col-action .minicart-wrapper .action.showcart .counter.qty,
.header-container .col-action li .counter.qty {
  background: #03c109;
}
.group-product .wrap-product-tab .product-tabs-left {
  border-radius: 11px !important;
}
.products.wrapper.list .products.list.items.product-items.owl-carousel .product-item {
  border-radius: 11px !important;
}
.products-grid .product-items.owl-carousel .product-item {
  border-radius: 11px !important;
}
body .wrapper_product_tabs .owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 20px auto;
}
a.action.multicheckout {
  display: none;
}
.cart.table-wrapper .actions-toolbar a.action-edit {
  display: none;
}
.cart-container .form-cart .actions .action.continue {
  flex: none;
  background: none;
  border-bottom: 1px solid #004b9e;
  color: #0057b7;
  padding: 0px;
  font-size: 12px;
  font-weight: bold;
  float: right;
  text-transform: capitalize;
  border-radius: unset;
}
.cart-container .form-cart .actions a.continue::before {
  display: none;
}
body .cart.table-wrapper .actions-toolbar a > span {
  position: relative;
  clip: unset;
  height: unset;
  margin: 0;
  overflow: visible;
  width: unset;
}
body .cart.table-wrapper .actions-toolbar > .action:hover,
body .action-gift:hover {
  background: none !important;
}
body .price-including-tax,
body .price-excluding-tax {
  font-size: 14px;
}
body .cart.table-wrapper .actions-toolbar > .action {
  background: none !important;
  padding: 0px;
  margin: 0px;
  color: #808083 !important;
  margin-left: 10px;
}
body .cart.table-wrapper .actions-toolbar > .action:hover,
body .cart.table-wrapper .actions-toolbar > .action:active,
body .cart.table-wrapper .actions-toolbar > .action:focus,
body .action-gift:hover,
.action-gift:active,
.action-gift:focus {
  background: none !important;
  padding: 0px;
  color: #808083 !important;
}
.cart.table-wrapper tbody th,
.cart.table-wrapper tr th,
.cart.table-wrapper tbody td,
.cart.table-wrapper tr td {
  border-bottom: 0;
}
#block-shipping {
  display: none;
}
#button_continue_shopping {
  flex: 1 1 0%;
  border: 1px solid;
  background-color: #ffffff;
  color: #0057b7;
  padding: 8px 20px 12px 20px;
  font-weight: bold;
  border-radius: 40px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background: #03c109;
}
body .modal-custom .action-close:before,
body .modal-popup .action-close:before,
body .modal-slide .action-close:before {
  background: #03c109;
}
li.link.authorization-link {
  padding-top: 5px;
}
.favorite-wishlist {
  padding-top: 5px;
}
li.my_account_link_custom {
  display: none;
}
.header-container .col-action .action-header li .header.links li:last-child {
  display: none;
}
.header-container .topbar {
  background-color: #004B9F;
}
.header-content.center-element.not-visible-mobile.hidden-checkout {
  background-color: #004B9F;
}
li.link.wishlist.hidden-xs {
  display: none;
}
.header-container.layout-1.sticky-header {
  background-color: #0057B7;
}
.header-container .col-action .action-header li a:hover {
  color: #ffffff;
}
.header-container .topbar .topbar-inner > div > * {
  padding: 0.8rem 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .footer-links,
  .rs-module-wrap {
    margin-bottom: 0px;
  }
  .page-footer .footer-top > .footer.content .container-inner.border-top {
    padding-top: 0px;
    border-top: none;
  }
  .page-footer .footer-bottom .container-inner.border-top {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .page-header .header.panel {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .container {
    width: 100% !important;
  }
  .topbar.hidden-sticky {
    padding-right: 6.5%;
    padding-left: 7.1%;
  }
}
.header-container .logo img {
  width: 75%;
}
.top-search-not-dropdown .block.block-search .block-content .dropdown .form.minisearch {
  border-radius: 4px;
}
.top-search-not-dropdown .block.block-search .block-content .dropdown .form.minisearch .actions .action.search:before {
  color: #0057b7;
}
.sticky .header-content.center-element.not-visible-mobile.hidden-checkout {
  background-color: #0057b7;
}
body .block.block-search .form.minisearch input {
  height: 35px;
}
html body .page-wrapper .verticalmenu.navigation .title-category-dropdown:before {
  padding: 0 15px;
}
.header-container.sticky .flex-layout-sticky .rokan-vertical-menu .title-category-dropdown {
  background-color: #03c109;
  color: #ffffff;
  border-radius: 0px;
  line-height: 40px;
  padding-bottom: 4px;
}
.top-search-not-dropdown .block.block-search .block-content .dropdown .form.minisearch .control:after {
  top: calc(10px);
}
body .searchsuite-autocomplete {
  margin-right: 20px;
}
.page-footer .footer.content ul.social-link li a {
  background: none;
  justify-content: right;
  margin-left: 5px;
}
.page-footer .footer.content ul.social-link li a span {
  font-size: 20px;
}
.flex-layout.payments-logos img {
  margin: 0px 20px 25px 20px;
  width: 60px;
}
.page-footer .footer-bottom {
  margin-top: 0px;
}
.page-wrapper {
  background-color: #f5f9f9;
}
.page-footer .footer.content .block {
  background-color: transparent;
}
body.account .column.main > .block,
body.account .column.main .form-edit-account,
body.account .column.main .form-address-edit {
  border: none;
}
body .action.tocompare.loading:before {
  animation: none;
}
body.rokanthemes-onepagecheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item:hover {
  border-color: #03c109;
}
body .opc-wrapper .shipping-address-item {
  border-radius: 11px;
}
.account-nav .content,
.block-collapsible-nav .content,
.account-nav .block-collapsible-nav-content,
.block-collapsible-nav .block-collapsible-nav-content {
  border: none;
}
.page-products .block {
  background-color: transparent;
}
.sidebar .filter-options .filter-options-item,
.sidebar.sidebar-additional .filter-options-item,
.sidebar .filter-options .widget:not(.blog-search),
.sidebar.sidebar-additional .widget:not(.blog-search),
.sidebar .filter-options .block-compare,
.sidebar.sidebar-additional .block-compare,
.sidebar .filter-options .block-wishlist,
.sidebar.sidebar-additional .block-wishlist {
  border: none;
}
.checkout-index-index .header-container .hidden-checkout,
.checkout-index-index .header-container .logo-container .nav-toggle {
  display: inherit;
}
.navigation.custommenu li.level0 .level-top:hover {
  color: #ffffff;
}
.login-container .block .block-title,
.login-container .block .block-content {
  margin: 5%;
}
.customer-account-create .form-create-account .actions-toolbar > div button,
.customer-account-create .form-create-account .actions-toolbar > div .action {
  background: #03c109;
}
.page-title-wrapper .page-title {
  font-size: 3rem;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  text-align: right;
}
.table-wrapper.orders-history {
  background-color: white;
  padding: 3rem;
  border-radius: 11px;
}
body.account .orders-history table#my-orders-table tbody td.actions {
  display: flex;
}
body table th {
  text-align: right;
}
.table-wrapper.orders-history .legend {
  font-weight: bold;
}
.table-wrapper.orders-history .order-products-toolbar.toolbar.bottom {
  margin: 25px 0 0;
}
.account .order-details-items {
  background-color: #ffffff;
  border-radius: 11px;
}
.account .order-links {
  display: none;
}
.product-reviews-summary.no-rating .reviews-actions {
  display: none;
}
#my-reviews-table tbody td {
  padding: 1rem 1.5rem;
  border: 1px solid #ebebeb;
}
.col {
  width: unset;
}
#my-reviews-table tbody td {
  border: 1px solid #ebebeb;
  padding: 1rem 1.5rem;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border: 1px solid #ebebeb;
  padding: 1rem 1.5rem;
  border-bottom: none;
}
.table-wrapper.reviews {
  background-color: #ffffff;
}
body.account .reviews table#my-reviews-table thead th,
body.account .reviews table#my-reviews-table tbody th,
body.account .reviews table#my-reviews-table thead td,
body.account .reviews table#my-reviews-table tbody td {
  padding: 1rem 1.5rem;
  width: auto;
  border: 1px solid #ebebeb;
}
#appstore {
  padding-left: 20px;
  width: 140px;
}
#googleplay {
  width: 130px;
}
.page-footer .block-newsletter-form input {
  height: 54px;
  /*width: 300px;*/
}
.page-footer .block-newsletter-form input {
  height: 54px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #99BBE2;
}
#newsletter::placeholder {
  color: #99BBE2;
}
.page-footer .footer-static_link .footer-links.footer-newsletter .block.newsletter .action.subscribe {
  background-color: #ffffff;
}
.header-container .account-link-header:before {
  content: '';
  -webkit-mask: url(/media/icons/profile-header.svg) no-repeat center;
  -moz-mask: url(/media/icons/profile-header.svg) no-repeat center;
  -ms-mask: url(/media/icons/profile-header.svg) no-repeat center;
  mask: url(/media/icons/profile-header.svg) no-repeat center;
  background-color: #ffffff;
  width: 3.1rem;
  height: 2.7rem;
  -webkit-mask-size: contain;
}
.header-container .col-action .action-header > li .minicart-wrapper > a:before,
.header-container .col-action .action-header > li .minicart-wrapper > a.active:before {
  content: '';
  -webkit-mask: url(/media/icons/cart.svg) no-repeat center;
  -moz-mask: url(/media/icons/cart.svg) no-repeat center;
  -ms-mask: url(/media/icons/cart.svg) no-repeat center;
  mask: url(/media/icons/cart.svg) no-repeat center;
  background-color: #ffffff;
  width: 3.1rem;
  height: 2.7rem;
  -webkit-mask-size: contain;
}
.page-footer .footer-static_link .footer-links.footer-newsletter .block.newsletter .action.subscribe {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}
.cart-container .checkout-methods-items .item .action {
  color: #ffffff;
  border-radius: 9px;
}
#block-discount {
  background-color: transparent;
}
.fieldset.coupon .action.apply.primary {
  width: 67px;
  font-size: 13px;
  padding: 7px;
  height: 48px;
  border-radius: 0px;
}
.fieldset.coupon .actions-toolbar {
  float: left;
  margin-top: -61px;
}
.fieldset.coupon #coupon_code {
  width: 230px;
}
.cart.table-wrapper .actions-toolbar > .action {
  background: transparent;
}
.cart.table-wrapper .actions-toolbar a > span {
  position: unset;
}
.cart.table-wrapper .actions-toolbar > .action {
  background: transparent;
  padding: 0px;
  margin: 0px;
}
.cart.table-wrapper .actions-toolbar > .action:hover {
  background: transparent;
}
.cart.table-wrapper .actions-toolbar .action.action-delete span {
  color: #C10A00;
}
.cart.table-wrapper .actions-toolbar a.action-delete:before {
  content: '\e604';
  color: #C10A00;
}
.cart.table-wrapper .actions-toolbar .towishlist.action-towishlist:before {
  color: #808083;
}
.cart.table-wrapper .actions-toolbar .towishlist.action-towishlist span {
  color: #808083 !important;
}
.top-search-not-dropdown .block.block-search .block-content .dropdown .form.minisearch .actions .action.search {
  left: 0;
}
.login-container #show-password {
  margin-top: 0;
}
.login-container .block .block-content .fieldset > .field.choice .label {
  margin: 0 !important;
  padding: 0;
}
body .login-container .block.block-new-customer .actions-toolbar .primary,
body .login-container .block.block-customer-login .primary .action.login {
  background: #0055b8 !important;
  color: #fff !important;
  border-radius: 10px !important;
  border: none !important;
  font-weight: 500;
  font-family: 'HelveticaNeueLTArabicBold';
}
@media (min-width: 993px) {
  .login-container .block {
    width: 100%;
  }
  .login-container {
    display: flex;
    align-items: flex-start;
    max-width: 85%;
    margin: auto;
  }
  .cart.table-wrapper .item-actions {
    right: 115px;
    float: right;
    margin-top: 53px;
  }
}
button.qty_changer_button.qty_button_decrement {
  border-left: 1px solid #e0e0e0;
}
button.qty_changer_button.qty_button_increment {
  border-right: 1px solid #e0e0e0;
}
button.qty_changer_button.qty_button_decrement:focus {
  border-left: 1px solid #e0e0e0;
}
button.qty_changer_button.qty_button_increment:focus {
  border-right: 1px solid #e0e0e0;
}
.ox_control_qty .qty_changer_button:focus {
  background-color: #ffffff;
  color: #000;
  border: unset;
}
.control.ox_control_qty.ox_product_qty {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}
.ox_control_qty .qty_button_decrement {
  border-radius: 0px 0px 0px 0px;
}
.ox_control_qty .qty_button_increment {
  border-radius: 0px 0px 0px 0px;
}
.products-grid.wishlist .product-item .fieldset .field.qty {
  display: none;
}
body.account .products-grid.wishlist .product-items .product-item .product-item-comment {
  display: none;
}
.wishlist-index-index .actions-toolbar .primary .action.update {
  display: none;
}
.ox_control_qty .qty_changer_button:hover {
  background-color: #ffffff;
}
.cart-container .cart.table-wrapper .product-item-details {
  vertical-align: top;
}
.ox_control_qty .qty_changer_button {
  background-color: #ffffff;
  border: unset;
}
.login-container .block.block-customer-login:after {
  display: none;
}
.login-container .block .block-content p {
  display: none;
}
.login-container .block.block-new-customer {
  background-color: transparent;
}
.login-container .block.block-customer-login {
  margin-bottom: 0px;
}
.login-container .block-customer-login .block-title {
  text-align: right;
  font-size: 24px;
}
.login-container .block.block-new-customer .actions-toolbar .primary {
  background-color: #e7e9ec;
  color: black;
}
.cart-container .cart.table-wrapper .items .item-actions .action {
  text-align: right;
}
.page-footer .footer.content ul li a:hover {
  color: unset;
  padding: 0px;
}
.customer-account-create .form-create-account .fieldset:not(.additional_info) {
  border: none;
}
.customer-account-create .fieldset > .field:not(.choice) > .label {
  padding-bottom: 15px;
}
.customer-account-create .page-title-wrapper .page-title,
.customer-account-login .page-title-wrapper .page-title {
  display: none;
}
.customer-account-create .form-create-account {
  padding-top: 30px;
}
.customer-account-create .legend {
  font-size: 24px;
}
.login-container .block-new-customer .block-title {
  font-size: 18px;
  text-align: center;
}
.catalog-product-view .input_text_qty {
  height: 52px !important;
  width: 50px !important;
  border: unset;
}
.catalog-product-view .ox_control_qty .qty_changer_button {
  height: 52px;
  width: 32px;
  color: #000000;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-left: 2rem;
}
.cart.table-wrapper .col.qty .input-text {
  border: unset;
  order: -2;
  width: 80px !important;
  margin: 0;
  height: 52px !important;
}
.checkout-cart-index .ox_control_qty {
  border: 1px solid #e0e0e0;
}
.checkout-cart-index .ox_control_qty .qty_changer_button {
  height: 50%;
  font-size: 0;
  width: 26px;
  outline: none;
  border-bottom: 0 !important;
  color: #000;
}
.checkout-cart-index button.qty_changer_button.qty_button_increment {
  border-left: 0;
  order: -1;
  border-radius: 0;
}
.checkout-cart-index .ox_control_qty .qty_button_decrement {
  border-left: 0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-radius: 0;
}
.checkout-cart-index button.qty_changer_button.qty_button_decrement:before {
  font-size: 37px;
  line-height: 26px;
  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;
  width: 100%;
  text-indent: -7px;
}
.checkout-cart-index button.qty_changer_button.qty_button_increment:before {
  font-size: 37px;
  line-height: 26px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: left;
  width: 100%;
  text-indent: -7px;
}
.checkout-cart-index .field.qty {
  margin: 0px 8px 0px 8px;
}
.fieldset .review-legend.legend {
  text-align: right;
}
.sidebar .filter-options .filter-options-content .item > a:before,
.sidebar .filter-options .filter-options-content .swatch-attribute > a:before,
.sidebar .filter-options .filter-options-content .item .swatch-option.text:before,
.sidebar .filter-options .filter-options-content .swatch-attribute .swatch-option.text:before {
  display: none;
}
.mst-quick-nav__filterList .mst-quick-nav__item._checked {
  background: #0057b7;
  border-color: #0057b7;
  color: #ffffff;
}
.mst-quick-nav__filterList .mst-quick-nav__item._checked label {
  color: #ffffff;
}
.product-item .product-label .newlabel {
  display: none;
}
.catalog-product-view .product-main-content .product-brand-logo {
  text-align: right;
}
.mst-nav__label .mst-nav__label-item a label {
  padding-right: 15px;
}
.mst-nav__label .mst-nav__label-item a input[type="checkbox"] {
  margin: 0px;
}
.sidebar-main .filter-options-content .count {
  left: 0px;
}
.filter-options .count:before {
  padding-left: 1px;
}
.sidebar .filter-options .filter-options-content .item > a .count:after {
  padding-right: 1px;
  right: 0px;
}
.breadcrumbs {
  background: transparent;
}
.catalog-category-view .breadcrumbs,
.cms-index-index .breadcrumbs,
.catalog-product-view .breadcrumbs,
.catalogsearch-result-index .breadcrumbs {
  background-color: #f5f9f9;
}
.container-setting-language-currency .switcher .switcher-options .switcher-trigger.action.toggle *:hover {
  color: #ffffff;
}
.container-setting-language-currency .switcher .switcher-options .switcher-trigger.action.toggle:hover:after {
  color: #ffffff;
}
.container-setting-language-currency .switcher .switcher-options .dropdown.switcher-dropdown li a:hover {
  color: #666666;
}
.container-setting-language-currency .switcher .switcher-options .switcher-trigger.action.toggle:hover {
  color: #ffffff;
}
.container-setting-language-currency .switcher .switcher-options .switcher-trigger.action.toggle strong:hover {
  color: #ffffff;
}
.mst-nav__slider .mst-nav__slider-slider .ui-slider-range {
  background: #004b9e;
}
body .mst-nav__label .mst-nav__label-item a label {
  color: #808083;
  font-size: 14px;
  line-height: 24px;
}
.customer-review.view {
  background: #fff;
  padding: 2.5rem;
  border-radius: 11px;
}
body .review-field-ratings .review-field-rating .label {
  padding-right: 0;
  padding-left: 12px;
}
body .customer-review .product-media {
  float: right;
  margin-right: 0;
  margin-left: 3%;
}
.product-reviews-summary .rating-summary .rating-result {
  text-align: right;
}
.review-details .title {
  text-align: right;
  font-weight: 500;
  font-size: 25px;
  color: #000;
}
.cms-service-centers .center-box .image-box {
  margin-left: 10px;
}
.cms-service-centers .center-box .image-box img {
  max-width: 90px;
  max-height: 90px;
}
.cms-service-centers .center-box {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 10px;
}
.cms-service-centers .center-box .text-box h2 {
  line-height: 1px;
}
.mst-nav__label .mst-nav__label-item a:hover input:before {
  background: #03c109;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
body .mst-nav__label .mst-nav__label-item a:after,
body .mst-nav__label .mst-nav__label-item a:before {
  display: none;
}
.main .mst-scroll__button {
  margin-top: 40px;
}
.mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"]:checked:before {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #004b9e;
}
body .mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #808083;
  border-radius: 50px;
}
body .product-item .product-reviews-summary {
  min-height: 17px;
  margin: 0;
}
.product-item .product-reviews-summary .rating-summary .rating-result > span span {
  height: unset;
  margin: 0;
  overflow: unset;
  position: static;
  width: unset;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
}
.product-item .rating-summary .rating-result > span {
  justify-content: center;
}
.product-item .product-reviews-summary .reviews-actions {
  display: none;
}
body .toolbar-products:not(:last-child) label,
body .toolbar-products:not(:last-child) .sorter-action {
  color: #808083;
}
body .toolbar-products select {
  border-radius: 4px;
  border-color: #E0E0E0;
  padding-left: 3rem;
}
@media only screen and (max-width: 1199px) {
  .navigation.custommenu li.level0 .level-top {
    color: #000000;
  }
  html body .page-wrapper .verticalmenu.navigation .title-category-dropdown:before,
  .nav-toggle:before {
    color: #ffffff;
  }
  .header-container .logo img {
    width: 60%;
    margin-right: 17%;
  }
}
.searchsuite-autocomplete #product li .qs-option-info .qs-option-description,
.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews {
  display: none;
}
.mpbrand-index-index .product-item .product-item-photo img {
  margin: 0px;
}
.mpbrand-index-index .product-image-container {
  height: 60px;
}
.mpbrand-index-index .block.block-brand-list {
  background: transparent;
}
.mpbrand-index-index .products-grid .product-items:not(.owl-carousel) .product-item {
  border-top: unset;
  border-right: unset;
  border-bottom: unset;
  margin-top: 0px;
  background-color: transparent;
  width: calc(50%) !important;
}
@media (min-width: 992px) {
  .mpbrand-index-index .products-grid .product-items:not(.owl-carousel) .product-item {
    width: calc(25%) !important;
  }
}
@media (min-width: 1199px) {
  .mpbrand-index-index .products-grid .product-items:not(.owl-carousel) .product-item {
    width: calc(14.28571429%) !important;
  }
}
.mpbrand-index-index .products-grid .product-items:not(.owl-carousel) {
  border-left: unset;
}
.mpbrand-index-index .product-image-photo {
  position: static !important;
  margin: 0 auto;
}
.mpbrand-index-index .product-image-wrapper {
  padding: 0 !important;
  height: auto !important;
}
.mp-attachment-container h2,
.mp-attachment-container h3 {
  display: none;
}
body .mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"][checked=true]:before {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #004b9e;
}
.mst-nav__progress-bar {
  background: #0055b8 !important;
}
.mst-nav__progress-bar .mst-nav__progress-bar-peg {
  box-shadow: 0 0 10px #0055b8, 0 0 5px #0055b8 !important;
}
.data.item.content .mp-attachment-tab__item__name {
  width: 700px;
  padding-right: 10px;
  text-align: right;
}
.mp-attachment-tab__item {
  margin-right: 10px;
}
.toolbar:not(:last-child) .grid-mode-show-type-products .grid-mode-2,
.toolbar:not(:last-child) .grid-mode-show-type-products .grid-mode-5 {
  display: none;
}
.block-brand-feature.widget .owl-item {
  max-width: 136px;
  margin-left: 27px;
}
.owl-carousel.brand-carousel .owl-item img {
  background-color: #fff;
  padding: 5px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}
.mst-quick-nav__filterList {
  display: none;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  display: inline-block;
}
body .owl-carousel .owl-dots {
  position: absolute;
}
.owl-theme .owl-dots .owl-dot span {
  display: none;
}
body .owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
}
.category-image {
  display: none;
}
/* End Edits */
/* start new edits */
/* just adding in arabic */
.product-main-content .product.media .gallery-placeholder .fotorama__stage {
  left: 0 !important;
  margin-left: 0 !important;
  margin-right: 10px !important;
}
.product-main-content .product.media .gallery-placeholder .fotorama__nav-wrap.fotorama__nav-wrap--vertical {
  left: auto;
  right: 0 !important;
}
/* just adding in arabic */
.navigation.custommenu li.level0 .level-top:hover {
  color: #000000 !important;
}
.minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content {
  background: #fff !important;
}
.product-info-main .share-dialog span.icon.fab.fa-google {
  display: none;
}
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .item-actions .actions-toolbar {
    flex-direction: column;
  }
  .payment-method-title.field.choice label.label {
    max-width: 200px !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
  }
}
body .product-items .product-addto-links .action.tocompare:hover:before,
body .products.list.items .product-addto-links .action.tocompare:hover:before,
body .table-comparison .product-addto-links .action.tocompare:hover:before,
body #checkout .product-addto-links .action.tocompare:hover:before,
body .product-info-main .product-addto-links .action.tocompare:hover:before,
body .product-items .product-item .action.tocompare:hover:before,
body .products.list.items .product-item .action.tocompare:hover:before,
body .table-comparison .product-item .action.tocompare:hover:before,
body #checkout .product-item .action.tocompare:hover:before,
body .product-info-main .product-item .action.tocompare:hover:before,
body .product-items .minicart-wrapper .action.tocompare:hover:before,
body .products.list.items .minicart-wrapper .action.tocompare:hover:before,
body .table-comparison .minicart-wrapper .action.tocompare:hover:before,
body #checkout .minicart-wrapper .action.tocompare:hover:before,
body .product-info-main .minicart-wrapper .action.tocompare:hover:before {
  background: url(/media/icons/hover-compare.svg);
}
body a.action.tocompare:focus span:hover,
body a.action.tocompare:focus span,
body .action.towishlist:focus span:hover,
body .action.towishlist:focus span,
body action.towishlist:hover span {
  color: #0057b7 !important;
}
body .abs-action-link-button:focus,
body .abs-action-link-button:active,
body .abs-action-addto-product:focus,
body .abs-action-addto-product:active,
body .block-event .slider-panel .slider .item .action.event:focus,
body .block-event .slider-panel .slider .item .action.event:active,
body .bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
body .bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
body .product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
body .product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
body .block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active,
body .product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
body .product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active {
  border: 0 !important;
  color: #0057b7 !important;
  background: none !important;
}
.zoomContainer {
  z-index: 1 !important;
}
a.action.towishlist.trigger-auth-popup:hover span,
a.action.towishlist.trigger-auth-popup:hover:before {
  color: #0057b7;
}
a.action.tocompare span,
a.action.tocompare:hover:before {
  color: #0057b7;
}
a.action.tocompare:focus,
a.action.towishlist:focus {
  background-color: #0057b7;
}
a.action.tocompare:focus span {
  color: #fff;
}
a.action.tocompare span:hover,
a.action.towishlist span:hover {
  color: #0057b7 !important;
}
a.action.tocompare span,
a.action.towishlist span {
  color: inherit !important;
}
a.action.tocompare:focus span:hover,
a.action.tocompare:focus span,
.action.towishlist:focus span:hover,
.action.towishlist:focus span,
action.towishlist:hover span {
  color: #fff !important;
}
#additional-addresses-table tr th.col,
#additional-addresses-table tr td.col,
#additional-addresses-table tr th,
#additional-addresses-table tr td {
  width: auto !important;
  border: 1px solid #ebebeb !important;
  text-align: right;
  padding: 10px !important;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .bg-login-popup {
  display: none !important;
}
div#checkout .loading-mask {
  z-index: 1 !important;
}
.form-create-account .field.choice.newsletter {
  display: none;
}
.block.block-dashboard-info .box.box-newsletter {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  a.title-cat-mega-menu,
  li.ui-menu-item.level2 {
    background: #f4f5f6 !important;
  }
  li.ui-menu-item.level2 a,
  .navigation li.level0.parent .submenu .mega-columns .level1.parent > a {
    border: 0 !important;
  }
  .primary-menu-container .ui-menu-item a:after {
    color: #ffffff !important;
  }
  .ui-menu-item a:after {
    color: #0058b7 !important;
  }
  a.level-top,
  a.title-cat-mega-menu span {
    color: #232323;
  }
}
.product.details.product-item-details strong.product-item-name .product-item-link,
table#shopping-cart-table tbody.cart.item strong.product-item-name a,
.opc-block-summary li.product-item .product-item-details .product-item-name-block strong.product-item-name a {
  color: #000 !important;
  font-weight: bold !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 5.5rem !important;
}
@media screen and (min-width: 992px) and (max-width: 1070px) {
  .checkout-cart-index .ox_control_qty .qty_button_increment {
    margin-right: -10px !important;
  }
  .checkout-cart-index .ox_control_qty .qty_button_decrement {
    margin-left: -10px !important;
  }
}
.price-box.price-final_price .old-price {
  text-decoration: none !important;
}
.price-box.price-final_price .old-price .price {
  position: relative !important;
  white-space: nowrap !important;
}
.price-box.price-final_price .old-price .price:after {
  border-top: 2px solid #a4a4a4 !important;
  position: absolute !important;
  content: "" !important;
  right: 0 !important;
  top: 54% !important;
  left: 0 !important;
}
.breadcrumbs a {
  color: #808083 !important;
}
.breadcrumbs a:hover {
  color: #004b9f !important;
}
.product-info-stock-sku .product.attribute.sku .value {
  color: #99BBE2 !important;
}
.product-main-content .product-info-main .box-tocart .actions button#product-addtocart-button {
  border-radius: 8px !important;
  width: 100% !important;
}
.product-info-main .product.attribute.overview,
.product-info-main .product-share-links .share-links .share-links-click:not(:hover),
.product-info-main .product-addto-links .action:not(:hover),
.product-options-bottom .product-addto-links .action:not(:hover),
.product.info.detailed .product.data.items > .item.content .value p:last-of-type {
  color: #808083 !important;
}
.product.data.items > .item.title > .switch {
  font-weight: 700 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  border: none !important;
}
.fotorama__thumb {
  border: 1px solid #E0E0E0 !important;
  border-radius: 4px !important;
}
body .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active .fotorama__thumb {
  border-color: #0057B7 !important;
}
.filter-current ol.items {
  display: flex;
  flex-wrap: wrap;
}
.filter-content .filter-options-content .item {
  display: block !important;
}
.sidebar .filters-item-box {
  position: relative;
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 25px;
  border-radius: 11px;
}
.mst-nav__slider .mst-nav__slider-slider.ui-slider {
  direction: ltr;
}
.mst-nav__slider .mst-nav__slider-slider :nth-child(3) {
  margin-left: -1.4rem;
}
body .mst-scroll__loader {
  margin: 35px auto 20px;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-form-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-form-login .block.social-login-authentication-popup.col-mp {
  width: 100%;
  padding: 0 0 20px;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-customer-login .social-login-authentication-popup .block-content .actions-toolbar .btn-social {
  width: 100%;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-customer-login .social-login-authentication-popup .block-content .actions-toolbar .btn-social p {
  padding-left: 0px;
}
.mst-scroll__progress {
  margin-top: 15px !important;
}
.mst-scroll__progress .mst-scroll__progress-label {
  font-size: 12px !important;
  color: #000;
}
.mst-scroll__progress .mst-scroll__progress-bar {
  background-color: #E0E0E0 !important;
}
.mst-scroll__progress .mst-scroll__progress-bar div {
  background-color: #0057B7 !important;
}
.products-grid .product-items .product-item-info .product-item-details .actions-primary .stock.unavailable {
  background: none !important;
  padding: 0 !important;
}
button.action.primary.mst-scroll__button {
  background: transparent !important;
  color: #0055b8 !important;
  font-weight: bold;
  padding: 10px 40px;
  border: 1px solid #0055b8 !important;
}
.main .mst-scroll__button:before {
  opacity: 1 !important;
  height: 35px !important;
  width: 35px !important;
  margin-left: 12px !important;
  margin-right: 0 !important;
  background: url(/media/icons/load-more.svg) !important;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.toolbar-products:not(:last-child) + .mst-scroll__progress {
  display: none;
}
.slidername {
  background-color: transparent !important;
}
.subcat-slider-li.item {
  border: none !important;
}
.products.wrapper ~ .toolbar .pages {
  float: unset !important;
}
.toolbar:last-of-type .grid-mode-show-type-products {
  display: none !important;
}
.toolbar-products:not(:last-child) {
  background: #fff !important;
  border: none !important;
  padding: 20px 25px !important;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
.toolbar-products .sorter-action {
  display: none !important;
}
.pages .item {
  line-height: unset !important;
}
.pages-items a.page,
.pages a.page,
.pages-items .pages,
.pages .pages,
.pages-items .action,
.pages .action {
  background: transparent !important;
  border: 1px solid #0057b7 !important;
  color: #0057b7 !important;
}
.pages .items .item a,
.pages .items .item strong {
  border-radius: 4px !important;
}
.pages .action.next:before {
  color: #0057b7 !important;
  content: '\e608' !important;
  overflow: unset !important;
}
.toolbar:not(:last-child) .grid-mode-show-type-products {
  display: none !important;
}
body #social-login-popup .social-login-title {
  background-color: transparent;
  text-align: right;
  padding: 15px 30px;
  order: 0;
}
#social-login-popup #social-login-authentication {
  order: 2;
}
body #social-login-popup .actions-toolbar a.btn.btn-block.btn-social,
body .popup-ajaxsuite .actions-toolbar a.btn.btn-block.btn-social {
  font-size: 14px;
  text-transform: capitalize !important;
  line-height: 2.428571 !important;
  text-align: center !important;
  border-radius: 10px !important;
  height: 50px;
  width: 215px;
  text-overflow: ellipsis;
}
body #social-login-popup .actions-toolbar .btn-social > :first-child,
body .popup-ajaxsuite .actions-toolbar .btn-social > :first-child {
  width: 40px;
  top: 7px;
  border: none;
}
body #social-login-popup .actions-toolbar .btn-social.btn-google,
body .popup-ajaxsuite .actions-toolbar .btn-social.btn-google {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
  color: #000 !important;
  box-shadow: 0px 0px 9px #cccccc57 !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}
body #social-login-popup .btn-google:active:hover,
body #social-login-popup .btn-google.active:hover,
.open > .dropdown-toggle.btn-google:hover,
body #social-login-popup .btn-google:active:focus,
body #social-login-popup .btn-google.active:focus,
body #social-login-popup .open > .dropdown-toggle.btn-google:focus,
body #social-login-popup .btn-google:active.focus,
body #social-login-popup .btn-google.active.focus,
body #social-login-popup .open > .dropdown-toggle.btn-google.focus {
  background-color: #fff !important;
}
body .modal-header {
  background: #fff !important;
}
body .modal-popup.confirm .modal-footer {
  justify-content: flex-start;
}
#social-login-popup .block.social-login-authentication-channel {
  padding: 0 30px !important;
  order: 1;
}
#social-login-popup,
#request-popup {
  border-radius: 11px;
}
body #social-login-popup .mfp-close {
  color: #000;
  font-weight: bold;
}
#social-login-popup .block.social-login-authentication-channel .btn-social.btn-facebook,
.popup-authentication .social-login-authentication-popup .block-content .actions-toolbar.facebook-login {
  margin-left: 20px;
}
.popup-authentication .social-login-authentication-popup .block-content {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
}
body .social-login-title h2 {
  color: #222222;
  background: none;
  padding: 0;
  font-size: 2.4rem;
  font-weight: bold;
}
body #social-login-popup .block-container .block .block-title,
body #request-popup .block-container .block .block-title {
  display: none;
}
body #social-login-popup .block-container .block,
body #request-popup .block-container .block {
  padding: 20px 30px;
  width: 100%;
}
body #social-login-popup .fieldset > .field:not(.choice) > .label {
  float: right;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #999999;
  display: inline-block;
  margin-bottom: 4px;
}
#social-login-popup .block-container .col-mp,
#request-popup .block-container .col-mp {
  float: right;
}
#social-login-popup .block-container .block .block-title,
#request-popup .block-container .block .block-title {
  text-align: right;
}
body .social-login-title h2 {
  padding-left: 40px;
  padding-right: 0;
}
#social-login-popup .mfp-close {
  left: 0;
  right: auto;
}
body #social-login-popup .forgot .primary,
body #social-login-popup .create .primary,
body #social-login-popup .fake-email .primary {
  width: 100%;
}
body #social-login-popup .social-login #bnt-social-login-authentication,
body #social-login-popup .forgot .primary button,
#social-login-popup .create .primary button,
body #social-login-popup .fake-email .primary button {
  background-color: #004b9e !important;
  border: #004b9e !important;
  width: 100%;
  height: 48px;
  color: #fff !important;
}
body #social-login-popup .field.choice.newsletter {
  text-align: right;
}
body #social-login-popup .actions-toolbar .secondary {
  text-align: center;
  margin: auto;
  width: 100%;
}
body #social-login-popup .actions-toolbar .secondary .back {
  margin: 0;
}
#social-login-popup .block.social-login-authentication-channel .block-content,
body .popup-ajaxsuite .block.social-login-authentication-channel .block-content {
  display: flex;
  justify-content: center;
}
body #social-login-popup .actions-toolbar > .secondary:last-child {
  width: 100%;
  text-align: left;
  order: -1;
  color: #999999 !important;
  margin: 0;
}
body #social-login-popup .actions-toolbar > .secondary a {
  color: #999999 !important;
  margin: 0;
}
body #social-login-popup .mfp-content {
  text-align: right;
}
body #social-login-popup .actions-toolbar .primary {
  width: 100%;
}
body #social-login-popup .action.create {
  margin: 0;
  width: 100% !important;
  padding: 0;
  border-radius: unset;
  background: transparent;
  border: none;
  color: #0057b7;
}
body #social-login-popup a.btn.btn-block.btn-social {
  font-size: 12px;
}
body #social-login-popup .actions-toolbar,
body .popup-ajaxsuite .actions-toolbar {
  display: flex;
  flex-direction: column;
}
body #social-login-popup .block-container,
body #request-popup .block-container {
  display: flex;
  flex-direction: column;
}
.products.wrapper.list .products.list.items.product-items.owl-carousel .product-item {
  aspect-ratio: 2.08333333;
}
body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next {
  border-radius: 50% !important;
}
body .owl-carousel .owl-nav button.owl-prev:hover,
body .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #0057b7;
}
.wrapper_sub_category_tabs.onlyparent .list-category-item .category-item {
  border-radius: 11px !important;
}
.wrapper_sub_category_tabs.onlyparent .list-category-item .category-item a .cate-name.cate-count {
  width: 50%;
}
a.title-cat-mega-menu,
li.ui-menu-item.level2 {
  background-color: transparent !important;
}
.cart-summary > .title {
  font-weight: bold;
}
.cart-totals {
  border-top: 1px solid #E0E0E0;
  padding: 32px 16px 24px 16px;
}
.cart-totals .mark,
.cart-totals .amount {
  padding: 0.2rem 0 !important;
  color: #808083;
  font-weight: 100 !important;
  text-align: start !important;
}
.cart-totals .table-wrapper .table {
  margin-bottom: 0;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-weight: 700 !important;
  color: #000000 !important;
}
.cart-summary .block .fieldset .field {
  width: 70% !important;
}
.fieldset.coupon .actions-toolbar {
  width: 30% !important;
}
.fieldset.coupon #coupon_code,
.fieldset.coupon .action.apply.primary {
  width: 100% !important;
}
.fieldset.coupon #coupon_code {
  border-radius: 4px 0 0 4px !important;
}
.fieldset.coupon .action.apply.primary {
  border-radius: 4px 0px 0px 4px !important;
}
#shopping-cart-table th,
#shopping-cart-table .price {
  font-weight: bold;
  color: #000;
}
.checkout-cart-index .cart-summary .block > .content {
  display: block;
}
.checkout-cart-index .cart.table-wrapper .items {
  border: none;
}
.checkout-cart-index .column.main .cart-summary .block > .title:after {
  display: none;
}
.checkout-cart-index button.action.checkout span {
  text-transform: capitalize !important;
  font-family: 'HelveticaNeueLTArabic';
}
.checkout-cart-index .fieldset.coupon #coupon_code {
  border: none;
}
.checkout-cart-index .fieldset.coupon .actions-toolbar > .primary {
  width: 100%;
}
.checkout-cart-index .cart-summary .block .fieldset {
  margin: 0 0 15px;
}
.cart.table-wrapper tbody .item-actions td:first-child,
.cart.table-wrapper .item-actions td:first-child {
  display: flex !important;
  width: 100% !important;
}
.cart-container .cart.table-wrapper .items .item-actions .actions-toolbar,
.cart-container .cart.table-wrapper .items .item-actions .action {
  width: 100% !important;
  margin: 0 !important;
  font-size: 16px;
}
.cart-container .cart.table-wrapper .items .item-actions .action-delete::before {
  content: '\e604' !important;
  color: #C10A00 !important;
}
.cart.table-wrapper .item-actions {
  margin-top: 0 !important;
}
.cart-container .form-cart .actions .action.continue {
  font-size: 14px;
}
.minicart-wrapper .ui-widget-content .block-minicart .block-title {
  background-color: transparent !important;
  border-bottom: none !important;
}
.minicart-wrapper .ui-widget-content .block-minicart .block-title .text {
  color: #000000 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}
.minicart-wrapper .action.close::before {
  color: #000000 !important;
  font-size: 52px !important;
  margin-inline-start: -10px;
}
.minicart-wrapper .action.close:hover::before {
  color: #0057b7 !important;
}
.minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .product-item-name a {
  color: #808083 !important;
  font-size: 14px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing .minicart-price .price {
  color: #0057B7 !important;
  font-size: 16px !important;
}
.minicart-wrapper .block-content .actions .secondary .action.viewcart {
  color: #000000 !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}
.header-container .header-content.center-element.not-visible-mobile.hidden-checkout,
.header-container .header-content.center-element.not-visible-mobile.hidden-checkout .verticalmenu.navigation {
  background: #fff;
}
.verticalmenu.navigation .title-category-dropdown:hover,
.header-container .rokan-vertical-menu .title-category-dropdown.active {
  background: #0057b724 !important;
}
.header-container .header-content.center-element.not-visible-mobile.hidden-checkout .navigation.custommenu .level-top {
  color: #0057b7 !important;
  font-weight: bold !important;
}
.header-container .header-content.center-element.not-visible-mobile.hidden-checkout h3.title-category-dropdown,
.header-container .header-content.center-element.not-visible-mobile.hidden-checkout .verticalmenu.navigation .title-category-dropdown:before {
  color: #0057b7 !important;
}
.header-container .header-content.center-element.not-visible-mobile.hidden-checkout h3.title-category-dropdown {
  background-color: #0057b724;
}
.verticalmenu.navigation .list-category-dropdown li.ui-menu-item.level0 a.level-top,
.verticalmenu.navigation .list-category-dropdown li.ui-menu-item.level0 .submenu .title-cat-mega-menu span {
  font-weight: bold !important;
}
@media screen and (min-width: 1200px) {
  ul.custommenu-list.menu li.level0 li.ui-menu-item.level0.classic.menu-item-has-children.parent .level0.submenu {
    width: 800px !important;
  }
  ul.custommenu-list.menu li.level0 li.ui-menu-item.level0.classic.menu-item-has-children.parent .level0.submenu li {
    margin: 0 !important;
    display: inline-block;
    width: 18.3% !important;
    margin: 5px !important;
  }
}
.header-container .col-action .minicart-wrapper .action.showcart .counter.qty,
.header-container .col-action li .counter.qty {
  background: #ef2a32;
}
.account .column.main .block:not(.widget) .block-title > strong {
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  margin-bottom: 0px !important;
  display: inline-block !important;
}
.account .column.main .block:not(.widget) .block-title {
  display: flex;
  margin-bottom: 30px !important;
}
.account .column.main .block:not(.widget) .rating-summary .rating-result {
  margin: 0;
}
.account .column.main .block:not(.widget) .rating-summary {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
body.account .column.main .block.block-dashboard-orders #my-orders-table thead tr th,
body.account .column.main .block.block-dashboard-orders #my-orders-table tbody tr th,
body.account .column.main .block.block-dashboard-orders #my-orders-table thead tr td,
body.account .column.main .block.block-dashboard-orders #my-orders-table tbody tr td {
  width: auto;
  padding: 1rem 1.5rem !important;
  border: 1px solid #ebebeb;
}
body.account .column.main table tbody tr:nth-child(even) {
  background: #f4f4f4;
}
body.account .table-wrapper .action,
body.account .table-wrapper .ks-cancel-order {
  text-decoration: underline;
  font-size: 12px;
  color: #0057b7 !important;
}
.order-actions-toolbar .actions a {
  margin-left: 30px;
  margin-right: 0;
}
.account .column.main .block:not(.widget) .block-title {
  display: flex;
  align-items: center;
  margin-bottom: 30 !important;
}
body.account .table-wrapper .action {
  margin-left: 15px;
  margin-right: 0;
}
.account .column.main .block:not(.widget) .block-title .action {
  text-decoration: underline;
  color: #0057b7 !important;
}
.account .column.main .block:not(.widget) address {
  margin-bottom: 0;
}
.box-content div.field.custom_attribute label {
  color: #808083;
}
.account .column.main .block:not(.widget) .box-title > span {
  color: #000000 !important;
}
body .account .column.main .block:not(.widget) .box-title > span,
body .multicheckout .box-title > span,
.paypal-review .block .box-title > span,
body.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
body[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
body.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  margin-top: 0;
}
.box-information .box-content body.account .column.main > .block .action:not(.save, .back):not(:hover) {
  color: #808083 !important;
}
.product-item-name > a,
.product.name a > a {
  text-decoration: none !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  color: #000 !important;
  font-weight: 700 !important;
  min-height: 5.5rem !important;
}
body.account .products-grid.wishlist .product-items .product-item {
  border-right: 1px solid #E0E0E0 !important;
}
.products-grid .product-items:not(.owl-carousel) {
  display: flex;
  flex-wrap: wrap;
  border-left: none !important;
  border-bottom: 1px solid #E0E0E0 !important;
}
.products-grid .product-items:not(.owl-carousel) .product-item-info {
  display: flex;
  flex-direction: column;
}
.table-wrapper tbody.cart.item:last-child .item-info td.col:not(:first-of-type) {
  padding: 0 10px;
}
.mpalerts-subscriber-history .no-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.mpalerts-subscriber-history .no-item:nth-of-type(4) {
  display: none;
}
.mpalerts-subscriber-history .no-item p {
  display: flex;
  justify-content: center;
  color: #000;
  font-weight: bold;
  margin-top: 25px;
}
.mpalerts-subscriber-history .wishlist-inner-box {
  padding: 0;
  background: #fff;
}
.mpalerts-subscriber-history .wishlist-inner-box .products-grid .product-item {
  width: 25%;
  padding: 0 10px;
}
@media screen and (max-width: 992px) {
  .mpalerts-subscriber-history .wishlist-inner-box .products-grid .product-item {
    width: 50%;
  }
  .mpalerts-subscriber-history .wishlist-inner-box .products-grid .product-item .product-reviews-summary {
    margin: 0;
  }
}
.mpalerts-subscriber-history .wishlist-inner-box .products-grid .product-item .product-item-photo {
  min-height: 177px;
}
@media screen and (max-width: 992px) {
  .mpalerts-subscriber-history .wishlist-inner-box .products-grid .product-item .product-item-photo {
    min-height: 131px;
  }
}
.mpalerts-subscriber-history .wishlist-inner-box .products-grid .product-item .product-item-info {
  padding: 2rem 1rem;
}
@media screen and (max-width: 992px) {
  .mpalerts-subscriber-history .wishlist-inner-box .products-grid .product-item .product-item-info {
    padding: 1rem;
  }
}
.mpalerts-subscriber-history .wishlist-inner-box .products-grid .product-item .product-item-info .price-box {
  margin-bottom: 0;
}
.mpalerts-subscriber-history .wishlist-inner-box .products-grid .product-item .quickview {
  display: none;
}
.mpalerts-subscriber-history .wishlist-inner-box .products-grid .product-item .review-box {
  min-height: 21px;
}
@media screen and (max-width: 992px) {
  .mpalerts-subscriber-history .wishlist-inner-box .products-grid .product-item .review-box {
    margin: 8px 0 6px;
  }
}
.mpalerts-subscriber-history .wishlist-inner-box .products-grid .product-item .product-item-actions {
  text-align: right;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .mpalerts-subscriber-history .wishlist-inner-box .products-grid .product-item .product-item-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.mpalerts-subscriber-history .wishlist-inner-box .products-grid .product-item .product-item-actions .action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #C10A00;
  text-decoration: none;
  font-size: 14px;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .mpalerts-subscriber-history .wishlist-inner-box .products-grid .product-item .product-item-actions .action {
    margin: 0 !important;
  }
}
.mpalerts-subscriber-history .wishlist-inner-box .products-grid .product-item .product-item-actions .action.remove:before {
  content: '\e604';
  font-family: 'icons-blank-theme';
  font-size: 24px;
}
.wishlist-index-index .wishlist-inner-box {
  padding: 0;
  background: #fff;
}
.wishlist-index-index .wishlist-inner-box .products-grid .product-item {
  width: 25%;
  padding: 0 10px;
}
@media screen and (max-width: 992px) {
  .wishlist-index-index .wishlist-inner-box .products-grid .product-item {
    width: 50%;
  }
  .wishlist-index-index .wishlist-inner-box .products-grid .product-item .product-item-photo {
    margin: 0 auto;
    width: 100%;
  }
  .wishlist-index-index .wishlist-inner-box .products-grid .product-item .product-item-name,
  .wishlist-index-index .wishlist-inner-box .products-grid .product-item .product-item-description,
  .wishlist-index-index .wishlist-inner-box .products-grid .product-item .price-box,
  .wishlist-index-index .wishlist-inner-box .products-grid .product-item .product-item-tooltip {
    margin-left: 0 !important;
    margin-right: 0;
  }
  .wishlist-index-index .wishlist-inner-box .products-grid .product-item .product-reviews-summary {
    margin: 0;
  }
  .wishlist-index-index .wishlist-inner-box .products-grid .product-item .product-image-container {
    max-width: 161px;
    width: 100% !important;
  }
  .wishlist-index-index .wishlist-inner-box .products-grid .product-item .box-tocart {
    width: 100%;
  }
  .wishlist-index-index .wishlist-inner-box .products-grid .product-item .actions-primary {
    margin: 0;
  }
}
.wishlist-index-index .wishlist-inner-box .products-grid .product-item .product-item-info {
  padding: 2rem 1rem;
}
@media screen and (max-width: 992px) {
  .wishlist-index-index .wishlist-inner-box .products-grid .product-item .product-item-info {
    padding: 1rem;
  }
}
.wishlist-index-index .wishlist-inner-box .products-grid .product-item .review-box {
  min-height: 21px;
}
@media screen and (max-width: 992px) {
  .wishlist-index-index .wishlist-inner-box .products-grid .product-item .review-box {
    margin: 8px 0 6px;
  }
}
.wishlist-index-index .wishlist-inner-box .products-grid .product-item .product-item-actions {
  text-align: center;
  margin: 15px 0 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .wishlist-index-index .wishlist-inner-box .products-grid .product-item .product-item-actions {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.wishlist-index-index .wishlist-inner-box .products-grid .product-item .product-item-actions .action {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .wishlist-index-index .wishlist-inner-box .products-grid .product-item .product-item-actions .action {
    margin: 0 !important;
  }
}
.wishlist-index-index .wishlist-inner-box .products-grid .product-item .product-item-actions .action.delete:before {
  content: '\e604';
  font-family: 'icons-blank-theme';
  font-size: 24px;
}
form#wishlist-view-form .empty {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: none;
  color: #000;
  padding-left: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
form#wishlist-view-form .empty span {
  padding: 30px 0 60px;
  font-size: 24px;
  font-family: 'HelveticaNeueLTArabic';
  font-weight: 500;
}
form#wishlist-view-form .empty a {
  background: #03c109;
  padding: 16px 5%;
  color: #fff;
  font-weight: bold;
  font-family: 'HelveticaNeueLTArabic';
  border-radius: 10px;
  min-width: 300px;
  text-align: center;
}
form#wishlist-view-form .actions-toolbar {
  margin: 0 !important;
  background: #fff;
  padding: 20px;
}
form#wishlist-view-form .actions-toolbar .primary {
  white-space: nowrap;
}
body.account .products-grid.wishlist {
  margin-bottom: 0 !important;
}
.primary button.action.tocart,
.primary button.action.share {
  background: transparent !important;
  color: #0057B7 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-decoration: underline !important;
  padding: 0 !important;
}
.account .column.main .toolbar.wishlist-toolbar {
  display: none !important;
}
.product-item .price-box .price {
  font-weight: 700 !important;
}
body.account .products-grid.wishlist .product-item-actions .action.edit:not(:hover),
body.account .products-grid.wishlist .product-item-actions .action.delete:not(:hover) {
  font-size: 14px !important;
}
body.account .products-grid.wishlist .product-item-actions .action.delete:not(:hover) {
  color: #C10A00 !important;
  justify-content: flex-start;
}
.box-address-billing .box-content address {
  color: #808083 !important;
}
.primary .action.primary.add {
  padding: 11px 57px !important;
  font-size: 14px !important;
}
.form-address-edit input[type="text"],
.form-address-edit input[type="password"],
.form-address-edit input[type="url"],
.form-address-edit input[type="tel"],
.form-address-edit input[type="search"],
.form-address-edit input[type="number"],
.form-address-edit input[type*="date"],
.form-address-edit input[type="email"],
.form-address-edit .label {
  font-weight: bold !important;
}
.field.date input {
  margin-right: 0 !important;
  width: 100% !important;
}
._has-datepicker ~ .ui-datepicker-trigger {
  display: none !important;
}
.page-layout-2columns-left .sidebar-main {
  padding-right: 0 !important;
}
body.account .column.main .form-address-edit {
  padding: 3rem !important;
}
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: flex;
  margin: 0 !important;
}
body.account .column.main > .block,
body.account .column.main .form-edit-account,
body.account .column.main .form-address-edit {
  background: #fff;
  margin-bottom: 15px !important;
  border-radius: 11px;
}
.block-order-details-view .box-content .payment-method .title {
  text-align: right;
}
body.account .column.main .edit-account-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
body.account .edit-account-box .fieldset {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 10px;
  margin-bottom: 0;
}
body .social-login-popup .block-container,
body #request-popup .block-container {
  display: flex;
  flex-direction: column;
}
.account .edit-account-box .choice-box {
  display: flex;
}
.account .edit-account-box .choice-box .choice {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.account .edit-account-box .choice-box .choice input[type="checkbox"] {
  margin-top: 0;
  top: 0;
}
.account .edit-account-box .choice-box .choice label {
  white-space: normal;
}
body.account .actions-toolbar > .primary button.primary {
  background: #03c109 !important;
  font-family: 'HelveticaNeueLTArabic';
  font-weight: 500;
  font-size: 1.3rem;
}
body.account .column.main .form-edit-account .field-name-firstname,
body.account .column.main .form-edit-account .field-name-lastname {
  width: 100%;
}
body .block .box-actions {
  margin-top: 25px;
}
body.customer-account-index .column.main .block .block-content .box-actions a.action {
  color: #0057b7 !important;
  text-decoration: underline;
}
body .box-billing-address .box-content address a,
body .box-shipping-address .box-content address a {
  color: #808083;
}
body.account .block-content .box .box-actions a:not(:last-child) {
  margin-left: 25px;
}
@media screen and (max-width: 992px) {
  body.account .edit-account-box .fieldset {
    width: 100%;
  }
  body.account .actions-toolbar {
    display: flex;
  }
}
.rokanthemes-onepagecheckout .step-title {
  font-weight: bold !important;
  color: #000000 !important;
  font-size: 24px !important;
}
.opc-wrapper .fieldset > .field > .label {
  font-size: 16px !important;
  color: #000000 !important;
  font-weight: bold !important;
}
form#co-shipping-method-form input[type="text"],
form#discount-form input[type="text"],
#opc-sidebar input[type="text"],
form#co-shipping-method-form input[type="password"],
form#discount-form input[type="password"],
#opc-sidebar input[type="password"],
form#co-shipping-method-form input[type="url"],
form#discount-form input[type="url"],
#opc-sidebar input[type="url"],
form#co-shipping-method-form input[type="tel"],
form#discount-form input[type="tel"],
#opc-sidebar input[type="tel"],
form#co-shipping-method-form input[type="search"],
form#discount-form input[type="search"],
#opc-sidebar input[type="search"],
form#co-shipping-method-form input[type="number"],
form#discount-form input[type="number"],
#opc-sidebar input[type="number"],
form#co-shipping-method-form input[type*="date"],
form#discount-form input[type*="date"],
#opc-sidebar input[type*="date"],
form#co-shipping-method-form input[type="email"],
form#discount-form input[type="email"],
#opc-sidebar input[type="email"],
form#co-shipping-method-form select,
form#discount-form select,
#opc-sidebar select,
form#co-shipping-method-form textarea,
form#discount-form textarea,
#opc-sidebar textarea {
  border-radius: 4px !important;
  resize: none !important;
  border: 1px solid #E0E0E0 !important;
}
#discount-form .actions-toolbar {
  margin-top: 0 !important;
}
.rokanthemes-onepagecheckout #opc-sidebar .actions-toolbar > .primary > .btn-placeorder {
  border-radius: 20px !important;
}
.rokanthemes-onepagecheckout #opc-sidebar .opc-block-summary .items-in-cart .title strong {
  font-weight: bold !important;
  font-size: 18px !important;
}
.opc-block-summary > .title {
  display: block;
  font-weight: bold !important;
  color: #000000 !important;
  font-size: 24px !important;
}
.rokanthemes-onepagecheckout #opc-sidebar .opc-block-summary .table-totals .mark,
.opc-block-summary .table-totals .grand .amount,
.rokanthemes-onepagecheckout #opc-sidebar .opc-block-summary .table-totals tbody td {
  font-weight: 500 !important;
  font-size: 14px !important;
  padding: 0 !important;
  color: #000000 !important;
}
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: bold !important;
  font-size: 19px !important;
}
#co-payment-form .step-title {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 32px !important;
}
.rokanthemes-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar {
  margin: 0 !important;
}
.rokanthemes-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title {
  padding: 23px 16px !important;
}
.payment-method._active .payment-method-title.field.choice {
  background: #F1F6FB !important;
}
#checkout-payment-method-load .payment-method-title input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
}
#checkout-payment-method-load .payment-method-title input[type="radio"] + .label:before {
  content: '';
  border-radius: 100%;
  border: 1px solid #007AFF;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  margin-right: 1em;
  cursor: pointer;
  transition: all 250ms ease;
}
#checkout-payment-method-load .payment-method-title input[type="radio"]:checked + .label:before {
  background-color: #007AFF;
  box-shadow: inset 0 0 0 3px white;
}
/* edits after review */
.header-container.sticky .flex-layout-sticky .rokan-vertical-menu .title-category-dropdown {
  background-color: #fff !important;
}
.wrapper_sub_category_tabs.onlyparent .list-category-item .category-item a .cate-name.cate-count > span:first-of-type {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.wrapper_sub_category_tabs.onlyparent .list-category-item .category-item a .cate-name.cate-count .count {
  font-size: 12px;
}
/* edits after review */
.form.create.account.form-create-account {
  padding: 40px 24px !important;
  background-color: #fff !important;
}
.form.create.account.form-create-account fieldset .legend {
  font-weight: bold !important;
}
.form.create.account.form-create-account fieldset .label {
  font-weight: bold !important;
  padding: 0 !important;
}
.form.create.account.form-create-account .fieldset.create.info,
.form.create.account.form-create-account .fieldset.create.account {
  padding: 0 !important;
  margin: 0 !important;
  background: unset !important;
}
.form.create.account.form-create-account .actions-toolbar .primary {
  margin: 0 !important;
}
.form.create.account.form-create-account #swissup-customer-fields-container {
  display: none !important;
}
.breadcrumbs ul.items {
  padding-right: 5.7% !important;
  padding-left: 5.7% !important;
}
/* single product slider */
div#mageplaza-autorelated-block-after-content .product-item {
  background: transparent !important;
}
div#mageplaza-autorelated-block-after-content h2.block-mageplaza-autorelated-heading {
  text-align: start;
  font-size: 24px;
  margin-bottom: 3.2rem;
}
div#mageplaza-autorelated-block-after-content .secondary-addto-links.actions-secondary {
  display: none;
}
div#mageplaza-autorelated-block-after-content button.action.tocart.primary.ui-draggable.ui-draggable-handle {
  width: 100%;
}
div#mageplaza-autorelated-block-after-content .price-box.price-final_price {
  margin-bottom: 2rem !important;
}
div#mageplaza-autorelated-block-after-content .owl-dots {
  display: none !important;
}
/* single product slider */
/* fintal edits home */
.section-product.wrapper_product_tabs h3.module-title span:after,
.section-product.wrapper_product_tabs h3.module-title,
.wrapper_sub_category_tabs .category-thumb-section h3.module-title span:after,
.wrapper_sub_category_tabs .category-thumb-section h3.module-title,
.group-product h3.module-title span:after,
.group-product h3.module-title,
.section.hot-deal-tab-slider.hot-deal-tab-slider-customcss.section-product h3.module-title span:after,
.section.hot-deal-tab-slider.hot-deal-tab-slider-customcss.section-product h3.module-title,
.widget.box-section.block-recent-posts.section h3.module-title span:after,
.widget.box-section.block-recent-posts.section h3.module-title {
  border: none !important;
}
.products-grid .product-items .product-item .actions-primary .stock.unavailable {
  background: none !important;
  text-align: revert !important;
  margin: 0 !important;
  padding: 0 0 16px 0 !important;
  text-transform: capitalize !important;
}
.products-grid .product-items .product-item .actions-primary .stock.unavailable span,
.stock.unavailable span {
  color: #D21010 !important;
  font-size: 14px !important;
}
.wrapper_sub_category_tabs .category-thumb-section span.thumb-infor {
  padding: 1.2rem 1.6rem 1rem !important;
}
.products.list.items.product-items.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage .item.product.product-item .product.description.product-item-description span {
  font-size: 14px !important;
}
.blog-list-post.owl-carousel.owl-theme.owl-loaded .owl-item.active .post-item:hover {
  box-shadow: none !important;
}
/* fintal edits home */
/* fintal edits pricelist */
.maindivsubcategoriesslider ul.sliderviewforui.liuirequried {
  margin: 0 !important;
}
.maindivsubcategoriesslider ul.sliderviewforui.liuirequried .sliderimage {
  height: 100% !important;
}
.lirequried {
  float: right;
}
.maindivsubcategoriesslider ul.sliderviewforui.liuirequried .slidertext {
  padding: 0px;
}
.cat-hpform .parent_form .primary .action.reset {
  color: #0055b8 !important;
  margin-top: 1.6rem;
}
.sidebar.sidebar-main .block.filter .block-title.filter-title {
  margin-top: 3.2rem !important;
}
.sidebar.sidebar-main .cat-hpform {
  background: #fff;
  padding: 40px 30px;
  border-radius: 4px;
  border-bottom: 25px solid #f5f9f9;
}
.sliderviewforli {
  margin: 0 !important;
}
@media only screen and (max-width: 1199px) {
  .navigation.custommenu li.level0 .level-top::after {
    color: #0057b7 !important;
  }
  body .vertical-hozital-menu .menu-mobile-title a {
    display: flex;
    justify-content: center;
  }
  body .vertical-hozital-menu .menu-mobile-title a:nth-child(2) {
    order: -1;
  }
  html body .primary-menu-container .navigation .menu-mobile-title {
    display: flex !important;
  }
}
body .products-grid .product-items .product-item .product-reviews-summary .rating-summary {
  right: 0;
  left: auto;
  text-align: right;
}
div#m-navigation-product-list-wrapper .toolbar.toolbar-products .field.limiter {
  display: none !important;
}
.sidebar.sidebar-main .filter-current .item {
  display: flex;
  align-items: center;
  color: #0057b7;
  background: #0057b724;
  line-height: 20px;
  border-radius: 4px;
  padding: 0px 10px 0 30px;
  height: 35px;
  margin-bottom: 5px;
}
.sidebar.sidebar-main .filter-current .item:not(:first-child) {
  margin-right: 5px;
}
.filter-current .filter-label {
  display: none;
  color: #808083;
  margin-left: 5px;
}
.filter-value {
  color: #0057b7;
  font-family: 'HelveticaNeueLTArabic';
  font-size: 12px;
}
body #thumbnail-slider div.inner ul {
  right: 0;
  left: auto;
  float: right !important;
}
body #thumbnail-slider .owl-item {
  margin-right: 0 !important;
  margin-left: 35px;
  float: right;
}
body #thumbnail-slider .lirequried {
  float: right;
}
.filter-current .action.remove {
  position: relative;
  font-size: 0;
}
.filter-current .action.remove:after {
  content: "\d7";
  color: #0057b7;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
  display: flex;
  position: absolute;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
}
.filter-content .filter-actions {
  position: absolute;
  top: 40px;
  left: 30px;
}
.filter-content .action.clear.filter-clear {
  color: #808083;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.sidebar.sidebar-main .block-title.filter-title strong {
  font-weight: bold;
}
/* fintal edits pricelist */
/* single product */
.product-info-main .product-add-form .prd-hpform {
  background: #f5f5f5;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 3.2rem !important;
}
.product-info-main .product-add-form .prd-hpform .form-control {
  border-radius: 10px !important;
}
.product-info-main span.base,
.product-info-main span.price {
  font-weight: bold;
}
div#mageplaza-autorelated-block-after-content .product-items .slider-product-item-info {
  width: 92% !important;
  background: #fff !important;
  padding: 16px !important;
  border-radius: 20px !important;
}
div#mageplaza-autorelated-block-after-content .product-items .slider-product-item-info .actions-primary {
  width: 100% !important;
}
div#mageplaza-autorelated-block-after-content .product-items .slider-product-item-info .stock.unavailable {
  min-height: 50px !important;
}
/* single product */
/* login page */
.block.social-login-authentication-channel.account-social-login a.btn.btn-block.btn-social.btn-google {
  background: #fff !important;
  color: #000 !important;
  box-shadow: 0px 0px 9px #cccccc57 !important;
}
.block.social-login-authentication-channel.account-social-login a.btn.btn-block.btn-social.btn-facebook,
.block.social-login-authentication-channel.account-social-login a.btn.btn-block.btn-social.btn-google {
  height: 50px !important;
  text-transform: capitalize !important;
  line-height: 2.428571 !important;
  text-align: center !important;
  border-radius: 10px !important;
}
.block.social-login-authentication-channel.account-social-login .btn-social > :first-child {
  border: none !important;
}
.block.social-login-authentication-channel.account-social-login span.fa.fa-facebook {
  left: 13px !important;
  top: 7px !important;
}
.block.social-login-authentication-channel.account-social-login span.fa.fa-google {
  top: 7px !important;
  left: 17px !important;
}
.block.social-login-authentication-channel.account-social-login .facebook-login {
  margin-inline-end: 20px !important;
}
.block.social-login-authentication-channel.account-social-login a.btn.btn-block.btn-social.btn-google:hover,
.block.social-login-authentication-channel.account-social-login a.btn.btn-block.btn-social.btn-google:active {
  background: #fff !important;
}
/* login page */
/* cart page */
#shopping-cart-table th {
  text-align: start;
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  font-size: 14px;
}
#shopping-cart-table a.product-item-photo {
  padding-left: 16px !important;
}
table#shopping-cart-table .item-actions .actions-toolbar .action:before {
  font-size: 30px !important;
  vertical-align: top !important;
  margin-top: 1.5px !important;
}
table#shopping-cart-table td.col.qty {
  min-width: 150px !important;
}
table#shopping-cart-table strong.product-item-name {
  margin: 0 !important;
  margin-top: 11px !important;
}
/* cart page */
/* login popup */
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-customer-login {
  min-width: 650px !important;
}
.modal-popup .action-close:before,
body .modal-slide .action-close:before {
  background: #ffff;
  color: #000 !important;
  font-weight: bold;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-title {
  text-align: start !important;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-title strong {
  font-weight: bold !important;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-customer-login button.action-login {
  background: #0057b7;
}
body .field-name-firstname {
  float: right;
}
body .field-name-lastname {
  float: left;
}
/* login popup */
/* add to cart popup */
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
  border-radius: 10px !important;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  width: 650px !important;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success {
  max-width: 100% !important;
}
aside.modal-popup.popup-ajaxsuite.ajaxsuite-popup-wrapper.modal-slide._inner-scroll._show .modal-inner-wrap .wrapper-success .ajaxsuite-buttons {
  display: flex !important;
  flex-direction: column-reverse;
}
aside.modal-popup.popup-ajaxsuite.ajaxsuite-popup-wrapper.modal-slide._inner-scroll._show .modal-inner-wrap .wrapper-success button:last-child {
  background: #0057b7 !important;
}
aside.modal-popup.popup-ajaxsuite.ajaxsuite-popup-wrapper.modal-slide._inner-scroll._show .modal-inner-wrap .wrapper-success button#button_continue_shopping {
  border: none !important;
}
.modals-wrapper .modal-popup._inner-scroll.popup-ajaxsuite .modal-inner-wrap .modal-header .action-close {
  top: 5px !important;
}
/* add to cart popup */
/* login page */
.login-container .block.block-customer-login,
.block.block-new-customer {
  padding: 0 10px;
}
.login-container .block.block-customer-login .login-box,
.block.block-new-customer .registraion-box {
  background: #fff;
  border-radius: 8px;
  padding: 10px 0;
}
.login-container .block.block-customer-login .block-title,
.block.block-new-customer .block-title {
  text-align: start !important;
}
.login-container .block.block-customer-login .block-title strong,
.block.block-new-customer .block-title strong {
  font-weight: bold !important;
}
.login-container .block.block-customer-login .primary .action.login {
  background: #0057b7 !important;
  border-radius: 10px !important;
}
.block.block-new-customer .actions-toolbar .primary {
  border-radius: 10px !important;
}
.block.block-new-customer .actions-toolbar .primary a {
  background: #fff !important;
  border: 1px solid #0057b7 !important;
  color: #0057b7 !important;
}
.block.block-new-customer .registraion-box .block-content .actions-toolbar .primary .action {
  background: #fff !important;
  color: #0055b8 !important;
  border: 1px solid #0055b8 !important;
}
/* login page*/
/* account pages */
form#form-validate legend.legend span,
form#form-validate .field-name-firstname label.label,
form#form-validate label.label {
  font-weight: bold;
}
.block.block-dashboard-info,
.block.block-dashboard-addresses {
  background: #fff !important;
}
/* account pages */
/*global button*/
.products-grid .product-items .product-item .actions-primary .tocart,
.quickview.button_quickview a.action.link-quickview,
.product-info-main button#product-addtocart-button,
div#mageplaza-autorelated-block-after-content .product-items .slider-product-item-info .actions-primary button.action.tocart,
button.action.tocart,
button.action.checkout,
button.action.action-login,
button.action.primary {
  border-radius: 10px !important;
}
.products-grid .product-items .product-item .actions-primary .tocart span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-grid .product-items .product-item .actions-primary .tocart span:before {
  content: "";
  -webkit-mask-image: url(/media/icons/cart-cta.svg);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  background: #fff;
}
.product-info-main button#product-addtocart-button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info-main button#product-addtocart-button span:before {
  content: "";
  -webkit-mask-image: url(/media/icons/cart-cta.svg);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  background: #fff;
}
button#ajaxwishlist,
button#ajaxcompare {
  background: #0057b7 !important;
}
.products-grid .product-items .product-item .actions-primary .tocart span,
.quickview.button_quickview a.action.link-quickview span,
.product-info-main button#product-addtocart-button span,
div#mageplaza-autorelated-block-after-content .product-items .slider-product-item-info .actions-primary button.action.tocart span,
button.action.tocart span,
button.action.checkout span,
button.action.action-login span {
  text-transform: capitalize !important;
}
/*global button*/
/* end new edits */
/* Arabic File */
#html-body .wrap-slider-banner .pagebuilder-column-group .wrap-slider-revo {
  width: 70%;
  direction: ltr;
}
#html-body .wrap-slider-banner .pagebuilder-column-group .wrap-slider-revo .pagebuilder-slide-wrapper {
  border-radius: 16px !important;
}
.pagebuilder-column-group .wrap-slider-revo .slick-dots {
  position: absolute;
  bottom: 6px;
}
.wrap-slider-revo .slick-dots li.slick-active button,
.wrap-slider-revo .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.wrap-slider-revo .slick-dots li.slick-active .action-gift {
  background: #0055b8;
}
.wrap-slider-revo .slick-dots li {
  width: 30px;
}
.wrap-slider-revo .slick-dots li button {
  border: 0;
  height: 5px;
  width: 100%;
}
#html-body .wrap-slider-banner .pagebuilder-column-group .banner-top-slider {
  width: 30%;
}
.pagebuilder-column.banner-bottom-slider.banner-slider {
  margin-top: 20px;
}
.sliderviewforli {
  float: right;
}
table#shopping-cart-table tbody.cart.item strong.product-item-name a {
  min-height: auto !important;
}
.cart.table-wrapper .item-actions {
  width: 50%;
}
.products.wrapper.list .products.list.items.product-items:not(.owl-carousel) .product.name a {
  min-height: auto !important;
}
.list.products-list .product-items .product-item .product-item-info .product-item-details .product-item-description {
  margin-top: 0 !important;
}
.ox_control_qty .qty_changer_button {
  width: 47px;
}
.mageplaza-autorelated-slider .product-items.owl-carousel {
  direction: ltr !important;
}
.header-container .col-action .action-header li .header.links li:last-child {
  display: none;
}
#banner-slider-carousel .owl-carousel .owl-item img {
  border-radius: 20px;
}
.cart-container .cart.table-wrapper .items .item .item-actions .actions-toolbar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cart-container .cart.table-wrapper .items .item-actions .action.action-towishlist {
  color: #808083;
  width: 300px !important;
}
@media only screen and (max-width: 1199px) {
  html.nav-open .nav-sections {
    -webkit-transform: translate3d(-35rem, 0, 0);
    -moz-transform: translate3d(-35rem, 0, 0);
    -ms-transform: translate3d(-35rem, 0, 0);
    transform: translate3d(-35rem, 0, 0);
  }
  body .nav-sections {
    right: -35rem;
    left: auto;
  }
}
.products-grid .product-items .product-item .actions-primary .tocart.disabled {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-grid .product-items .product-item .actions-primary .tocart.disabled span {
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  #html-body .wrap-slider-banner .pagebuilder-column-group .banner-top-slider {
    display: flex !important;
    margin-top: 20px;
    flex-wrap: nowrap !important;
  }
  .banner-top-slider .item-banner-slider > a .pagebuilder-banner-wrapper {
    height: 200px !important;
  }
  #html-body .wrap-slider-banner .pagebuilder-column-group .wrap-slider-revo {
    width: 100%;
  }
  .banner-top-slider .item-banner-slider {
    width: 100%;
    padding: 0;
  }
  .products-grid .product-items.owl-carousel .product-item .product-item-actions {
    position: relative;
  }
  .products.list.items.owl-carousel .product-item .actions-secondary {
    position: absolute;
    top: 15px;
  }
  .products-grid .product-items.owl-carousel .product-item .product-item-actions .actions-primary .stock.unavailable span {
    /* border: 0; */
    /* margin: -1px; */
    /* overflow: hidden; */
    /* padding: 0; */
    clip: inherit;
    height: auto;
    position: relative;
    width: auto;
    padding: 10px;
  }
  .wrap-slider-revo {
    margin-top: 20px;
  }
  .products-grid .product-items.owl-carousel .product-item .product-item-actions {
    position: unset !important;
  }
  .actions-primary .stock {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
  }
  #banner-slider-carousel .owl-carousel .owl-item {
    float: none !important;
  }
  .mp-banner-slider .owl-stage-outer.owl-height {
    height: 450px !important;
  }
  body .cart.table-wrapper .item .item-actions {
    bottom: 0;
    position: relative;
    right: auto;
    width: 100%;
  }
  body .block.block-search .searchsuite-autocomplete {
    left: auto !important;
  }
  .account .order-details-items {
    background-color: #ebebeb;
    padding: 15px;
  }
  .table-order-items tr {
    background: #ebebeb;
    margin: 10px;
  }
  body.account .orders-history table#my-orders-table tr,
  #my-orders-table tr {
    background: #EEF1F1;
    margin: 0 0 25px;
  }
  .products-grid .product-items.owl-carousel .product-item .product-item-actions .actions-primary .stock.unavailable::before {
    display: none !important;
    visibility: hidden;
  }
  .quickview-popup-wrapper.modal-popup.modal-slide .modal-inner-wrap {
    margin: auto !important;
  }
}
body .login-container .block .block-content .actions-toolbar .secondary a:not(:hover) {
  color: #0057B7;
}
@media screen and (max-width: 768px) {
  .page-footer {
    color: #99BBE2;
    background-color: #0057B7;
  }
  .page-footer .footer-static_link .footer-links .footer-title {
    background-color: #034d9f;
  }
  .page-footer .container-inner .footer-static_link .footer-links {
    background-color: #034d9f;
  }
  .page-footer .footer-bottom {
    background-color: #0057B7;
  }
  .flex-layout.payments-logos img {
    margin: 12px;
  }
  .enable-mobile-menu {
    padding-bottom: 0;
  }
  .page-footer .footer-bottom {
    margin-bottom: 80px;
  }
  .payments-logos {
    align-items: center;
    justify-content: center;
  }
  .page-footer .footer .copyright {
    color: #fff;
  }
  .embedded_messenger {
    display: none !important;
  }
}
.form-create-account {
  max-width: 50rem;
  margin: auto;
  border-radius: 10px !important;
  min-width: auto !important;
}
.form.create.account.form-create-account fieldset .label {
  font-weight: 400 !important;
  padding-bottom: 6px !important;
}
.field-name-firstname {
  width: 48%;
  float: right;
}
.field-name-lastname {
  width: 48%;
  float: left;
}
body .sidebar-main ul.items li.nav {
  position: relative;
  margin-bottom: 0;
}
.form.create.account.form-create-account .actions-toolbar .primary {
  background: #0055b8 !important;
  border-radius: 10px !important;
}
.customer-account-forgotpassword .topbar,
.customer-account-forgotpassword .header-content {
  display: none;
}
.customer-account-create .topbar,
.customer-account-create .header-content {
  display: none;
}
#embedded_messenger {
  left: 2rem !important;
  right: auto !important;
}
#chatWidget {
  display: flex;
  align-items: center;
  justify-content: center;
  right: auto !important;
  left: 20px !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 100% !important;
  padding: 0;
  margin-bottom: 20px;
}
#chatWidget:before {
  content: "";
  background: url(/media/icons/chat-icon.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
#chatWidget #icons,
#chatWidget #launcher-title {
  display: none !important;
}
.form.password.forget {
  min-width: auto !important;
  max-width: 50rem !important;
  margin: auto !important;
}
.customer-account-forgotpassword .page-main > .page-title-wrapper {
  text-align: inherit;
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  padding: 0 25px;
  padding-top: 20px;
  max-width: 50rem;
  margin: 5rem auto 0 auto;
}
body.account .order-items.table-wrapper .col {
  text-align: right;
}
.page-main > .page-title-wrapper .page-title {
  font-size: 24px;
  font-weight: bold;
}
.customer-account-forgotpassword .forget .actions-toolbar > div .action.back {
  display: none !important;
}
.customer-account-forgotpassword .forget .actions-toolbar .primary {
  width: 100% !important;
}
.fieldset > .field > .label {
  margin-bottom: 6px !important;
}
.captcha-reload {
  background: transparent !important;
  color: #0057b7;
  border: none !important;
}
.product-info-main .box-tocart .field.qty {
  margin: 0 !important;
}
.quickview .modal-inner-wrap {
  border-radius: 10px !important;
}
.quickview .modal-inner-wrap {
  border-radius: 10px !important;
}
.modal-popup .modal-content .quickviewContainer {
  padding: 3rem;
  padding-top: 4rem;
}
button,
.action.primary,
.action.secondary,
.action.btn,
.action-gift,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 10px;
}
.modal-content .wrapper-success .ajaxsuite-buttons button,
.modal-content .wrapper-success .ajaxsuite-buttons .cart.table-wrapper .actions-toolbar > .action,
.modal-content .wrapper-success .ajaxsuite-buttons .action-gift {
  text-transform: capitalize;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .ajaxsuite-buttons {
  grid-gap: 10px;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
  border-radius: 10px;
  overflow: hidden;
}
.modal-popup.confirm .modal-inner-wrap.modal-header {
  background: #F5F5F5;
  /* margin: 0; */
  border-bottom: 1px solid #eee;
  padding: 0;
}
.modal-popup.confirm .modal-header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.modal-popup .modal-title {
  font-size: 22px;
  border-bottom: none;
  min-height: auto;
  padding: 0 !important;
  text-align: start !important;
}
.modal-content {
  padding-top: 3rem;
}
.action-close {
  background: transparent !important;
  top: 10px !important;
  left: 5px !important;
  right: auto !important;
}
.action-close:before {
  background: transparent !important;
}
.action-dismiss {
  background: transparent;
  color: red;
  margin: 0 15px;
  padding: 0;
}
.action-dismiss:hover {
  background: transparent !important;
  color: red !important;
}
.action.primary:hover,
.action-primary:hover {
  background: #03c109;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information {
  padding-bottom: 0;
}
.ajaxsuite-buttons button {
  border-radius: 12px !important;
}
.modal-header {
  background: #f5f5f5 !important;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .ajaxsuite-buttons {
  grid-gap: 10px;
}
.modal-popup-ordercancel.modal-slide .action-close {
  margin: 0 !important;
}
.modal-popup .modal-inner-wrap {
  border-radius: 10px !important;
}
.modal-popup-ordercancel.modal-popup .modal-footer {
  flex-direction: column;
  display: flex;
}
.modal-popup-ordercancel.modal-popup .modal-footer {
  border: none;
}
.modal-popup-ordercancel.modal-popup .modal-footer button {
  margin-top: 10px;
}
.modal-popup-ordercancel.modal-popup .modal-footer button:first-of-type {
  background: no-repeat;
  color: blue;
  font-size: 14px;
  order: 2;
}
.modal-popup-ordercancel .modal-footer button.action-primary {
  background: #dc3545 !important;
  padding: 10px;
  order: 1;
}
.modal-popup-ordercancel .message-lable {
  margin-top: 10px;
}
.modal-popup.confirm .modal-footer {
  display: flex;
  border: none;
}
.modal-popup.confirm .modal-footer .action-dismiss {
  order: 2;
}
.modal-popup.confirm .modal-footer .action-accept {
  order: 1;
  margin: 0 10px;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 3rem;
}
.mpbrand-index-view .maindivsubcategoriesslider {
  display: none;
}
.customer-account-forgotpassword .forget .fieldset {
  border: none;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  text-transform: capitalize;
}
.action.primary:hover,
.action-primary:hover {
  background: #004b9e;
}
.page-footer .footer-static_link .footer-links.footer-newsletter .block.newsletter .action.subscribe {
  border-radius: 0 !important;
}
.customer-account-create .field.confirmation {
  margin-bottom: 20px;
}
.form.password.forget {
  background: #fff;
  padding: 20px;
}
.form.password.forget .fieldset {
  padding: 0;
  border: none;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 0 !important;
}
.products-grid .product-items .product-item-info .product-item-details .actions-primary .stock.unavailable {
  padding: 11px 0 !important;
  text-align: start !important;
  justify-content: flex-start !important;
}
.products-grid .product-items.owl-carousel .product-item .product-item-actions .actions-primary .stock.unavailable span {
  padding: 0;
}
.catalog-product-view .slider-product-item-info {
  direction: rtl;
}
.checkout-cart-index .ox_control_qty {
  border: none;
}
.checkout-cart-index .ox_control_qty label {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 52px;
  width: 107px !important;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.checkout-cart-index .cart-summary > .title {
  color: #000;
}
.cart.table-wrapper thead th {
  border-top: none;
}
#shopping-cart-table th.col.item {
  border-right: 0;
}
#shopping-cart-table th.col.subtotal {
  border-left: none;
}
.cart-container .cart.table-wrapper td.subtotal {
  border: none;
}
.sales-order-history .table-wrapper .action.order {
  display: none;
}
.sales-order-view .page-title-wrapper .page-title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  text-align: start;
  margin-bottom: 20px;
}
.sales-order-view .page-title-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.sales-order-view .page-title-wrapper .order-date {
  margin: 0 30px 24px;
}
.sales-order-view .order-actions-toolbar {
  margin-top: 0 !important;
}
.sales-order-view .order-actions-toolbar .action.print {
  display: none;
}
.sales-order-view .order-details-items .order-title {
  margin: 0 30px;
}
.sales-order-view .block-order-details-view,
.sales-order-view .box-order-delivery-info {
  background: #fff;
  padding: 30px;
  border-radius: 11px;
}
a.action.sorter-action.sort-asc {
  display: none;
}
.sales-order-view .box.box-order-billing-address {
  display: none;
}
.bh-sl-container .bh-sl-map {
  float: left;
}
/*
.products-grid.wishlist .product-item .box-tocart .actions-primary, body.account .products-grid.wishlist .product-item-actions .action.edit, .wishlist-index-index .actions-toolbar .primary .tocart,form#wishlist-view-form .actions-toolbar { display: none; }
*/
#delivery-date-container .admin__control-select option {
  direction: ltr;
}
.checkout-container .opc-wrapper .checkout-payment-method#payment {
  float: right;
}
.maindivsubcategoriesslider .slidertext {
  font-family: 'HelveticaNeueLTArabic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.customer-account-login .topbar,
.customer-account-login .header-content {
  display: none;
}
body .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .pupup-suc-added-to-your-bag {
  text-align: right;
  margin-right: -3rem !important;
  margin-left: -30px !important;
  padding: 1.3rem 1.8rem 1.3rem 0 !important;
}
@media screen and (max-width: 992px) {
  .toolbar-products:not(:last-child) {
    padding: 0 !important;
    background: none !important;
  }
  .toolbar-sorter.sorter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    background: #fff;
    margin-bottom: 15px;
  }
  .toolbar-sorter .block-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 50%;
    text-align: center;
    cursor: pointer;
    height: 48px;
    font-size: 14px;
  }
  .toolbar-sorter .block-title strong {
    font-weight: bold;
  }
  .toolbar-products:not(:last-child) select {
    height: 100% !important;
    width: 100% !important;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background-position-y: 10px !important;
    background-position-x: 2%;
  }
  .toolbar .sortby-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    height: 48px;
    padding: 0 10px;
  }
  .toolbar .sortby-box:before {
    position: absolute;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    content: "";
    width: 1px;
    height: 30px;
    background: #e7e7e7;
    right: 0;
  }
  .sidebar .block.filter {
    margin-bottom: 0;
  }
  .sidebar .filter-content {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden;
    transition: all 1s cubic-bezier(0.25, 0.1, 0, 1.01);
    transform: translate(-100%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    z-index: 999;
  }
  .sidebar .filter-content.opened {
    transform: translate(0);
    visibility: visible;
  }
  .sidebar .filters-item-box {
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid #E0E0E0;
    margin: 0;
  }
  body .sidebar .filter-options .filter-options-title {
    position: relative;
    margin: 0 !important;
  }
  body .sidebar .filter-options .filter-options-title.active {
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 0 20px !important;
  }
  body .sidebar .filter-options .filter-options-title:before,
  body .sidebar.sidebar-additional .filter-options-title:before,
  body .sidebar .filter-options .block-title:before,
  body .sidebar.sidebar-additional .block-title:before {
    position: absolute;
    left: 0px;
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    right: auto;
    bottom: auto;
    border: none;
    color: #0057B7;
    font-size: 20px;
  }
  .sidebar .filter-options .filter-options-title.active:before {
    content: "-";
  }
  body .sidebar .filter-options .filter-options-content {
    margin: 0;
  }
  .header-nav-mob {
    background: #004b9f;
    color: #fff;
    display: flex;
    width: 100%;
  }
  .header-nav-mob a {
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 20px;
  }
  .header-nav-mob a:before {
    display: flex;
    content: '\e622';
    margin-left: 5px;
    font-family: 'icons-blank-theme';
    transform: rotate(-90deg);
    font-size: 30px;
    line-height: 1px;
  }
  .noscroll {
    overflow: hidden;
    height: 100%;
  }
  .noscroll .page-header {
    z-index: 0;
  }
  .header-container .topbar .topbar-inner .col-top-link > *:not(:last-child) > * {
    border: none;
    padding: 0;
    margin: 0;
  }
  .sidebar .filter-options {
    margin: 0;
    overflow: auto;
    height: 80%;
  }
  .filter-content .filter-actions {
    padding: 0;
    border-bottom: none;
    margin: 0;
    top: 18px;
  }
  .filter-current ol.items {
    display: flex;
  }
  .checkout-cart-index .page-title-wrapper {
    margin: 30px 0 10px 0px;
    text-align: right;
    flex-direction: row;
  }
  body.checkout-cart-index .cart.table-wrapper {
    border: none;
    margin-bottom: 15px;
  }
  .checkout-cart-index table#shopping-cart-table td.col.qty {
    min-width: unset !important;
  }
  .cart-container {
    display: flex;
    flex-direction: column;
  }
  .cart-container .cart-summary {
    width: 100%;
    margin-top: 20px;
    order: 100;
    background: #EEF1F1;
    border: none;
  }
  .checkout-cart-index .ox_control_qty label {
    width: 100% !important;
  }
  .cart.table-wrapper .col.qty .input-text {
    width: 40px !important;
  }
  .table-wrapper tbody.cart.item:last-child .item-info td.col:not(:first-of-type) {
    margin-top: 15px;
  }
  body .cart.table-wrapper .cart.item tr.item-info {
    padding-bottom: 20px;
  }
  .checkout-cart-index .cart-container .form-cart .actions {
    justify-content: flex-start;
  }
  #shopping-cart-table a.product-item-photo {
    right: 0;
    left: auto;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.item {
    padding: 34px 75px 12px 0;
  }
  .cart-container .cart-summary {
    margin-bottom: 0;
    border-radius: 11px;
  }
  .customer-account-login .account-social-login {
    margin-bottom: 20px;
  }
  .login-container {
    max-width: 100%;
    margin: auto;
  }
  .login-container .block.block-customer-login,
  .block.block-new-customer {
    padding: 0;
  }
  .login-container .block.block-customer-login .login-box,
  .block.block-new-customer .registraion-box {
    padding: 1px 0;
  }
  .login-container .block.block-new-customer {
    margin-top: 15px;
  }
  .block.social-login-authentication-channel.account-social-login .facebook-login {
    margin: 0 !important;
  }
  body .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  body .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 0;
    padding-left: 12px;
  }
  body.account .page-title-wrapper {
    margin: 0 0 3rem;
  }
  body.account .page-title-wrapper .page-title {
    display: flex;
    justify-content: flex-start;
    margin: 0;
  }
  body #thumbnail-slider .owl-item {
    margin-left: 17px;
  }
  body.account .sidebar-main {
    order: -1;
    margin-bottom: 15px;
  }
  .account #block-collapsible-nav {
    padding: 0px 0;
  }
  .account ul.nav.items {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
  }
  .account .nav.item {
    padding: 0;
    width: 50%;
  }
  body.account .column.main {
    margin-bottom: 0;
  }
  body .account-nav .content .nav.items .item a,
  body .block-collapsible-nav .content .nav.items .item a,
  body .account-nav .block-collapsible-nav-content .nav.items .item a,
  body .block-collapsible-nav .block-collapsible-nav-content .nav.items .item a {
    padding: 12px 10px;
    font-size: 12px;
  }
  .account .edit-account-box .choice-box .choice {
    margin-left: 18px;
    margin-right: 0;
    font-size: 12px;
  }
  .customer-address-index .block-addresses-default {
    display: flex;
    flex-direction: column;
  }
  body.account .actions-toolbar button.action {
    white-space: nowrap;
  }
  body.account .order-items.table-wrapper .col {
    text-align: right;
  }
  body .order-items.table-wrapper .col.price,
  body .order-items.table-wrapper .col.qty,
  body .order-items.table-wrapper .col.subtotal,
  body .order-items.table-wrapper .col.msrp {
    text-align: right;
  }
  body .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: right;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 70%;
  }
  #chatWidget {
    bottom: 100px !important;
    margin-bottom: 0px;
    top: auto;
  }
  #back-top {
    display: none;
  }
  body .mp-banner-slider .owl-dots {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
  }
  #html-body .wrap-slider-banner .banner-slider {
    display: unset !important;
  }
  .products-grid .product-items .product-item .actions-primary .tocart span:before {
    margin-left: 5px;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content {
    width: 100% !important;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-customer-login {
    min-width: 100% !important;
  }
  body .social-login-authentication-popup .block-content {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .quickview-popup-wrapper .product-info-main .box-tocart .field.qty,
  .quickview-popup-wrapper .product-info-main .box-tocart .actions {
    margin: 0 auto 10px !important;
    padding: 0 !important;
  }
  .quickview-popup-wrapper .ox_control_qty .qty_changer_button {
    font-size: 20px;
    color: #000;
  }
  .quickview-popup-wrapper .product-info-main .product-social-links {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .quickview-popup-wrapper .product-info-main .product-addto-links .action.towishlist {
    margin: 0;
  }
  .product-info-main button#product-addtocart-button span:before {
    display: none;
  }
  #shopping-cart-table thead th:first-child {
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
  }
  #shopping-cart-table tbody {
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
  }
  body #social-login-popup .actions-toolbar > .secondary:last-child {
    margin-bottom: 30px;
  }
  body .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information {
    flex-direction: column;
  }
  body .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .product-name:before,
  body .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .product-information .product-name:before {
    display: none;
  }
  body .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .photo.image,
  body .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .ajaxsuite-buttons #button_continue_shopping {
    display: block;
  }
  #social-login-popup .block.social-login-authentication-channel .block-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #social-login-popup .fieldset > .field,
  #social-login-popup .fieldset > .fields > .field {
    display: flex;
    flex-direction: column;
    text-align: right;
  }
  form#wishlist-view-form .empty {
    margin-top: 30px;
  }
  .pagebuilder-column.wrap-slider-revo .pagebuilder-slider {
    min-height: 240px !important;
  }
  .pagebuilder-column.wrap-slider-revo .pagebuilder-slide-wrapper,
  .pagebuilder-column.wrap-slider-revo .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 240px !important;
  }
  .pagebuilder-column-group .wrap-slider-revo .slick-dots {
    bottom: 10px;
  }
  #social-login-popup .block.social-login-authentication-channel .btn-social.btn-facebook {
    margin-left: 0px;
  }
  body #social-login-popup .fieldset > .field,
  #social-login-popup .fieldset > .fields > .field {
    width: 100% !important;
  }
  body #social-login-popup .actions-toolbar .secondary .back {
    display: block;
  }
  body #social-login-popup .field.choice.newsletter {
    display: flex;
    align-items: center;
    flex-direction: row !important;
  }
  body #social-login-popup .field.choice.newsletter input[type="checkbox"] {
    margin: 0 0 0 0.6rem;
  }
  .customer-account-index .customer-account-nav:before,
  .sales-order-history .customer-history-nav:before,
  .mpalerts-subscriber-history .product-alret-nav:before,
  .wishlist-index-index .customer-wishlist-nav:before,
  .customer-address-index .customer-address-nav:before,
  .customer-account-edit .customer-account-edit-nav:before,
  .review-customer-index .customer-review-nav:before,
  .mobileloginpro-index-updatemobile .customer-mobile-nav:before,
  .elaraby_maxxing-points-profile .customer-points-nav:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 95%;
    width: 90%;
    height: 3px;
  }
  body .account-nav .content .nav.items .item:hover:before,
  body .block-collapsible-nav .content .nav.items .item:hover:before,
  body .account-nav .block-collapsible-nav-content .nav.items .item:hover:before,
  body .block-collapsible-nav .block-collapsible-nav-content .nav.items .item:hover:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 95%;
    width: 90%;
    height: 3px;
  }
  .block-collapsible-nav .content .nav.items .customer-logout-nav:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 95%;
    width: 90%;
    height: 3px;
  }
  .account .column.main .block:not(.widget) .block-title {
    justify-content: space-between;
  }
  body.account .column.main .block:not(.widget) .block-title > strong {
    font-size: 20px !important;
  }
  .prd-hpform .floo-parent-blc {
    flex-direction: column;
  }
  .prd-hpform span.floo-child-blc {
    font-size: 12px;
  }
  .prd-hpform .floo-child-blc div,
  .prd-hpform .first-dec {
    width: 50%;
  }
  .product-info-main .product-add-form .prd-hpform {
    padding: 15px;
  }
  .sales-order-view .page-title-wrapper .page-title {
    margin-bottom: 30px !important;
  }
  .sales-order-view .page-title-wrapper {
    justify-content: center;
  }
  .sales-order-view .page-title-wrapper .order-date {
    margin: 0 30px 24px 0px;
  }
  .section.hot-deal-tab-slider .list.products-list .product-items.owl-carousel .product-item .actions-secondary .action.tocompare,
  .products-grid .product-items.owl-carousel .product-item .actions-secondary .action.tocompare {
    display: flex !important;
  }
  .col-banner .pagebuilder-banner-wrapper {
    background-size: contain !important;
  }
  .popup-authentication .social-login-authentication-popup .block-content {
    flex-direction: column;
    align-items: center;
  }
  #social-login-popup .block.social-login-authentication-channel .btn-social.btn-facebook,
  .popup-authentication .social-login-authentication-popup .block-content .actions-toolbar.facebook-login {
    margin-left: 0;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
    width: 100% !important;
  }
  .link-on-bottom .mobile-bottom-link li a .icon.icon-cart {
    -webkit-mask: url(/media/icons/footer-cart-icon.svg) no-repeat center;
    -moz-mask: url(/media/icons/footer-cart-icon.svg) no-repeat center;
    -ms-mask: url(/media/icons/footer-cart-icon.svg) no-repeat center;
    mask: url(/media/icons/footer-cart-icon.svg) no-repeat center;
    content: "";
    background: #555;
    width: 30px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 9px;
  }
  .link-on-bottom .mobile-bottom-link li a:active span,
  .link-on-bottom .mobile-bottom-link li a:active span:before {
    color: #0057b7;
  }
  .link-on-bottom .mobile-bottom-link li a:active .icon.icon-cart {
    background: #0057b7;
  }
  .checkout-cart-index .link-on-bottom .mobile-bottom-link li.cart-tab a,
  .customer-account-login .link-on-bottom .mobile-bottom-link li.user-tab a,
  .customer-account-index .link-on-bottom .mobile-bottom-link li.user-tab a,
  .wishlist-index-index .link-on-bottom .mobile-bottom-link li.wishlist-tab a,
  .cms-bluesky_dukamarket_digital_01_rtl .link-on-bottom .mobile-bottom-link li:first-child a {
    color: #0057b7;
  }
  .customer-account-index .link-on-bottom .mobile-bottom-link li.user-tab a .icon,
  .customer-account-login .link-on-bottom .mobile-bottom-link li.user-tab a .icon,
  .wishlist-index-index .link-on-bottom .mobile-bottom-link li.wishlist-tab a .icon,
  .cms-bluesky_dukamarket_digital_01_rtl .link-on-bottom .mobile-bottom-link li:first-child a .icon {
    color: #0057b7;
  }
  .checkout-cart-index .link-on-bottom .mobile-bottom-link li.cart-tab a .icon.icon-cart {
    background: #0057b7;
  }
  .quote-popup button.action.primary {
    margin-bottom: 10px;
  }
  .cms-support-videos div[data-content-type='video'] {
    margin-bottom: 15px;
  }
  .customer-review .product-media {
    width: 100%;
  }
  body .page-footer .footer.content ol a:not(:hover),
  body .page-footer .footer.content ul a:not(:hover) {
    color: #fff;
    opacity: 0.5;
  }
  body .fieldset > .field,
  body .fieldset > .fields > .field,
  body .fieldset > .field > .label {
    text-align: right;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  #html-body .pagebuilder-column.banner-top {
    flex-direction: row !important;
    padding: 0;
  }
  #html-body .pagebuilder-column.banner-top div[data-content-type="banner"] {
    width: 50%;
    padding: 0 10px;
  }
}
.maindivsubcategoriesslider .slidertext {
  font-family: 'HelveticaNeueLTArabic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.message.notice {
  background: #CCE4FF;
  color: #000;
  font-size: 16px;
}
.message.notice > div {
  display: flex;
  justify-content: space-between;
}
.message.notice > *:first-child:before {
  color: #2c5b91;
  top: 25px;
}
@media (min-width: 1565px) {
  .page-header .top-search-not-dropdown .amsearch-wrapper-block {
    min-width: 483px;
  }
}
