/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*=================Font Family Variables=================*/
/*=================Font-size Options Variables=================*/
/*=================Color Options Variables=================*/
.checkout-cart-index .page-wrapper .page-main {
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 20px;
  box-sizing: border-box;
}
.checkout-cart-index .page-title-wrapper {
  display: none;
}
.checkout-cart-index .cart-container .cart-title {
  font-size: 20px;
  line-height: 28px;
  font-family: 'DINPro-Regular';
  color: #282828;
  margin: 25px 0px 15px;
  display: inline-block;
  padding-left: 10px;
}
.checkout-cart-index .cart-container div#block-discount {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon {
  background: #fff;
  border: 1px solid #9F9F9F;
  border-radius: 12px;
  margin: 0px;
  position: relative;
  padding: 2px 3px;
  display: flex;
  max-width: 300px;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .field {
  margin: 0px;
  width: 75%;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .field input#coupon_code {
  border: 0px;
  letter-spacing: 0px;
  color: #282828;
  opacity: 0.5;
  font-size: 14px;
  border-radius: 12px;
  height: 36px;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .field input#coupon_code:focus {
  box-shadow: none;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .field div#coupon_code-error {
  position: absolute;
  line-height: 10px;
  margin-top: 5px;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .actions-toolbar {
  width: 25%;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .actions-toolbar .primary {
  width: 100%;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .actions-toolbar .primary button.action.primary {
  background: #0041C0;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.17);
  border-radius: 12px;
  letter-spacing: -0.08px;
  color: #FFFFFF;
  font-size: 15px;
  font-family: 'DINPro-Medium';
  font-weight: normal;
  margin: 0px;
  line-height: 34px;
  padding: 0px;
  width: 100%;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon.applied .actions-toolbar {
  width: 45%;
}
.checkout-cart-index .cart-container .stock-popup .main-content {
  background: #ffffff;
  max-width: 400px;
  width: 100%;
  border-radius: 15px;
  margin: 20px auto 0px;
}
.checkout-cart-index .cart-container .stock-popup .main-content .closediv {
  right: 0px;
  top: 6px;
}
.checkout-cart-index .cart-container .stock-popup .main-content .popup-heading {
  color: #232323;
  font-size: 16px;
  font-family: 'DINPro-Bold';
  text-align: left;
  margin: 20px 0px 0px;
  display: inline-block;
  width: 100%;
  padding: 10px 15px 0px;
  box-sizing: border-box;
}
.checkout-cart-index .cart-container .stock-popup .main-content .popup-content {
  padding: 5px 15px 30px;
  font-size: 14px;
  color: #232323;
  box-sizing: border-box;
}
.checkout-cart-index .cart-container .stock-popup .main-content .popup-content .pincode-sec {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
.checkout-cart-index .cart-container .stock-popup .main-content .popup-content .pincode-sec input {
  border-radius: 10px;
  padding: 10px 10px;
  width: auto;
  font-size: 14px;
  background-image: none !important;
  font-family: 'DINPro-Regular';
  color: #000;
  height: 40px;
  width: 70%;
  font-weight: normal;
  float: left;
}
.checkout-cart-index .cart-container .stock-popup .main-content .popup-content .pincode-sec button.action.primary {
  background: #0041C0;
  color: #fff;
  border-radius: 10px;
  height: 40px;
  width: 25%;
  float: left;
  font-weight: normal;
  font-size: 13px;
  position: relative;
  top: -2px;
  margin-left: 5%;
  font-family: 'DINPro-Medium';
}
.checkout-cart-index .cart-container .form-cart {
  width: 66.66666667%;
  padding-right: 1.5%;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper thead {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item {
  background: #FFFFFF;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 19px;
  padding: 10px 25px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  border: 0px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item {
    padding: 10px 15px;
  }
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info {
  display: flex;
  justify-content: space-between;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details {
  padding-bottom: 0px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .product-item-name {
  font-size: 16px;
  margin-bottom: 0px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .product-item-name a {
  font-family: 'DINPro-Bold';
  color: #282828;
  line-height: 22px;
  height: auto;
  letter-spacing: 0;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .sku {
  font-size: 12px;
  color: #282828;
  line-height: 22px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .s-warranty {
  font-size: 12px;
  color: #282828;
  line-height: 22px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .control.qty {
  display: inline-block;
  width: 100%;
  margin: 10px 0px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .control.qty span.label {
  font-size: 13px;
  color: #282828;
  line-height: 30px;
  float: left;
  padding-right: 10px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .control.qty .qty-box {
  width: 110px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 7px;
  opacity: 1;
  line-height: 30px;
  display: inline-block;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .control.qty .qty-box span {
  display: inline-block;
  padding: 0px 14px;
  float: left;
  font-family: 'DINPro-Medium';
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  cursor: pointer;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .control.qty .qty-box input {
  display: inline-block;
  width: 30px;
  border-top: 0px;
  border-bottom: 0px;
  border-color: #D5D5D5;
  height: 30px;
  font-family: 'DINPro-Medium';
  color: #919191;
  font-weight: normal;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.subtotal {
    padding-left: 0px;
    padding-right: 0px;
    width: 30%;
  }
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.subtotal .actions-toolbar .action-edit,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.subtotal .actions-toolbar .action-towishlist {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.subtotal .actions-toolbar .action-delete:before {
  font-size: 15px;
  color: #000000;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.subtotal .price-including-tax .price {
  font-size: 18px;
  line-height: 24px;
  font-family: 'DINPro-Bold';
  color: #0041C0;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.subtotal span.mrp-inc {
  letter-spacing: 0px;
  color: #232323;
  font-size: 10px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.subtotal .saved-price {
  letter-spacing: 0px;
  color: #000000;
  font-size: 13px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.subtotal .saved-price span {
  color: #00A0C6;
  font-family: 'DINPro-Medium';
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option {
  border-top: 1px solid #D5D5D5;
  /* opacity: 0.2; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td {
  display: flex;
  width: 100%;
  padding: 0px;
  margin: 0px;
  justify-content: space-between;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-lable {
  font-size: 14px;
  color: #282828;
  line-height: 22px;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-lable input {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-lable input[type="checkbox"] + label::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #BCBCBC;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  cursor: default;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-lable input[type="checkbox"]:checked + label::before {
  background: #0041C0;
  border-color: #0041C0;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-lable .select-box {
  display: flex;
  align-items: center;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-lable .select-box select {
  width: 50px;
  height: 26px;
  border-radius: 7px;
  margin-left: 10px;
  line-height: 18px;
  font-size: 12px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .add-warranty-btn span.ex-warranty {
  /*color: #fff;
									font-size: 14px;
									cursor: pointer;
									display: inline-block;
									text-decoration: none;
									border: none;
									padding: 0 20px;
									border-radius: 6px;
									line-height: 40px;
									letter-spacing: 0.5px;
									font-family: "DINPro-Medium";
									box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
									background: #0041C0;*/
  color: #0040bf;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #0040bf;
  padding: 0 10px;
  border-radius: 6px;
  line-height: 30px;
  letter-spacing: .5px;
  font-family: "DINPro-Medium";
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .add-warranty-btn .warranty-note {
  display: inline-block;
  width: auto;
  margin: 0 15px;
  font-family: "DINPro-Medium";
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #282828;
  line-height: 40px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-applied-container span.warranty-applied {
  color: #000000;
  font-size: 15px;
  font-weight: normal;
  padding: 0px 0px;
  display: inline-block;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-applied-container span.warranty-applied .price {
  font-size: 15px;
  font-family: 'DINPro-Bold';
  color: #0041C0;
  font-weight: normal;
  display: inline-block;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-applied-container span.warranty-applied .edit-warranty {
  font-family: 'DINPro-Bold';
  color: #0041C0;
  font-weight: normal;
  cursor: pointer;
  text-decoration: underline;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-applied-container span.warranty-applied .mrp-inc {
  color: #232323;
  font-size: 12px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .price-box {
  text-align: right;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .price-box .edit-warranty {
  font-family: 'DINPro-Bold';
  color: #0041C0;
  font-weight: normal;
  cursor: pointer;
  text-decoration: underline;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .price-box .price {
  font-size: 15px;
  font-family: 'DINPro-Bold';
  color: #0041C0;
  font-weight: normal;
  display: inline-block;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item:last-child {
  margin-bottom: 0px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item.free-items tr.item-info .product-item-details .product-item-name {
  font-family: "DINPro-Bold";
  font-size: 16px;
  color: #282828;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item.free-items tr.item-info .product-item-details .qty-box {
  width: 40px !important;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item.free-items tr.item-info .product-item-details .qty-box span {
  display: none !important;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item.free-items tr.item-info .product-item-details .qty-box input {
  border: none !important;
  width: 100% !important;
  text-align: center;
  padding: 0;
  border-radius: 7px;
  background: transparent;
  box-shadow: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item.free-items .item-actions {
  display: none !important;
}
.checkout-cart-index .cart-container .form-cart .offer-section {
  background: #FFFFFF;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 19px;
  padding: 20px 15px;
  margin-bottom: 20px;
}
.checkout-cart-index .cart-container .form-cart .offer-section .offter-title {
  font-size: 20px;
  line-height: 16px;
  font-family: 'DINPro-Regular';
  color: #282828;
  padding-bottom: 10px;
}
.checkout-cart-index .cart-container .form-cart .offer-section ul {
  padding: 0px;
  margin: 0px;
}
.checkout-cart-index .cart-container .form-cart .offer-section ul li {
  list-style: none;
  font-size: 14px;
  line-height: 16px;
  color: #282828;
  margin-top: 15px;
}
.checkout-cart-index .cart-container .form-cart .offer-section ul li:last-child {
  margin-bottom: 0px;
}
.checkout-cart-index .cart-container .form-cart .offer-section ul li span {
  color: #00A0C6;
  font-family: 'DINPro-Medium';
}
.checkout-cart-index .cart-container .form-cart .add-more-product {
  display: inline-block;
  width: 100%;
}
.checkout-cart-index .cart-container .form-cart .add-more-product a.more-prod {
  display: inline-block;
  vertical-align: top;
  border: none;
  line-height: 40px;
  padding: 0px 20px;
  border-radius: 6px;
  background: #0041C0;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'DINPro-Medium';
  transition: all 1s ease 0s;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary {
  width: 33.33333333%;
  padding: 0px;
  background: none;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap {
  background: #FFFFFF;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 19px;
  width: 100%;
  display: inline-block;
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .checkout-cart-index .cart-container .cart-summary .summary-container-wrap {
    padding: 20px 15px;
  }
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap strong.summary.title {
  font-size: 20px;
  color: #282828;
  margin: 0px 0 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 28px;
  width: 100%;
  font-weight: normal;
  border-bottom: 1px solid #919191;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap div#block-shipping {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals {
  border-top: 0px;
  padding: 0px;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr th {
  padding: 0;
  line-height: 30px;
  height: 30px;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr th span.value {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr td {
  width: 50%;
  padding: 0px;
  line-height: 30px;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr td.amount {
  padding: 0px;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr td.amount span.price {
  display: inline-block;
  width: auto;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  color: #000000;
  letter-spacing: 0.5px;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr td.amount[data-th="Discount"] span {
  color: #03A685;
  font-family: 'DINPro-Medium';
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr.grand.totals th {
  line-height: 40px;
  height: 40px;
  border-top: none;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr.grand.totals th strong {
  padding: 0;
  font-weight: normal;
  font-size: 15px;
  font-family: 'DINPro-Bold';
  width: 100%;
  margin: 15px 0;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
}
@media only screen and (max-width: 1024px) {
  .checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr.grand.totals th strong {
    line-height: 20px;
  }
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr.grand.totals td {
  border-top: none;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr.grand.totals td strong {
  width: 100%;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  line-height: 40px;
  padding: 0;
  margin: 15px 0;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
  font-size: 17px;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr.grand.totals td strong span.price {
  height: 40px;
  line-height: 40px;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr.totals-tax-summary {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr.totals-tax-details {
  display: table-row;
  border: none;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .free-delivery {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .free-delivery p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #282828;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .free-delivery p b {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  margin: 0 0 0 5px;
  color: #000000;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .custom-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .custom-text p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #282828;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
  margin-top: 30px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: none;
  line-height: 40px;
  padding: 0;
  border-radius: 6px;
  background: #0041C0;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'DINPro-Medium';
}
.checkout-cart-index .cart-container .cart-summary._sticky {
  top: 0px !important;
}
.checkout-cart-index .warranty-modal {
  padding: 0px 15px;
  box-sizing: border-box;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap {
  background: #FFFFFF;
  border-radius: 25px;
  max-width: 800px;
  width: 100%;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .modal-header {
  padding-top: 20px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .modal-header .action-close {
  margin: 20px 20px 0px 0px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .modal-header .action-close:before {
  font-weight: normal;
  color: #000000;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap footer.modal-footer {
  display: none;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .popup-title {
  text-align: center;
  font-size: 18px;
  font-family: 'DINPro-Bold';
  font-weight: normal;
  letter-spacing: 0px;
  color: #282828;
  box-sizing: border-box;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container {
  background: #FAFAFA;
  border-radius: 10px;
  padding: 25px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-left {
  width: 30%;
  text-align: center;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-left img {
  max-height: 120px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right {
  width: 70%;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .add-warranty {
  font-family: 'DINPro-Bold';
  color: #282828;
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 10px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options {
  display: inline-block;
  width: 100%;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option {
  display: inline-block;
  width: 24%;
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  background: #fff;
  color: #000000;
  text-transform: uppercase;
  opacity: 0.6;
  font-size: 12px;
  font-family: 'DINPro-Bold';
  font-weight: normal;
  position: relative;
  line-height: 14px;
  padding: 2px 2px 2px 25px;
  box-sizing: border-box;
  cursor: pointer;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option input {
  position: absolute;
  left: 5px;
  top: 6px;
  display: none;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option input:focus {
  box-shadow: none;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option input[type="checkbox"] + label::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #BCBCBC;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  position: absolute;
  left: 3px;
  top: 7px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option input[type="checkbox"] + label::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  position: absolute;
  left: 5px;
  top: 9px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option input[type="checkbox"]:checked + label::before {
  border-color: #0041C0;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option input[type="checkbox"]:checked + label::after {
  background: #0041C0;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option label {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option label .price-box.price-final_price {
  display: inline-block;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option label .price-box.price-final_price .price-container .price {
  font-size: 12px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .add-products {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .add-products span {
  display: inline-block;
  vertical-align: top;
  border: none;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 6px;
  background: #0041C0;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'DINPro-Medium';
  transition: all 1s ease 0s;
  cursor: pointer;
}
body.oh {
  overflow: hidden;
}
.get_compare_list_bar .comparisonBar {
  width: 80%;
  left: 0px;
  margin: 0px 10%;
}
.get_compare_list_bar .comparisonBar .compare_header {
  background-color: #efefef;
  border: 1px solid #efefef;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 0px 0px;
}
.get_compare_list_bar .comparisonBar .compare_header .h2 {
  color: #000;
  font-family: 'DINPro-Medium';
}
.get_compare_list_bar .comparisonBar .compare_header .h2 span.numberOfItems {
  color: #000;
}
.get_compare_list_bar .comparisonBar .compare_header .h2 .shoetext i {
  color: #000;
}
.get_compare_list_bar .comparisonBar .inner {
  border: 1px solid #efefef;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td {
  width: 33.33%;
  display: inline-block;
  box-sizing: border-box;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td .comparisonProductBox {
  display: none;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td .col-md-7 {
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  position: relative;
  padding-top: 15px;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td .col-md-7 .delete {
  top: 0px;
  line-height: 16px;
  right: 10px;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td .col-md-7 .delete span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td .col-md-7 .product_name strong.product-item-name {
  line-height: 18px;
  font-family: 'DINPro-Bold';
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  margin-top: 0px;
  font-size: 13px;
  height: 36px;
  overflow: hidden;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td .col-md-7 .product-sku {
  font-family: 'DINPro-Bold';
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  font-size: 10px;
  line-height: normal;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td .col-md-7 .price-container span.product-price.price {
  font-size: 13px;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #0041c0;
  letter-spacing: 0.5px;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td .col-md-7 .price-container span.old_price .price {
  font-size: 12px;
  color: #919191;
  font-weight: normal;
  text-decoration: line-through;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td.onemore {
  font-weight: normal;
  color: #0041C0;
  font-size: 13px;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td.onemore .col-md-12 {
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  position: relative;
  min-height: 102px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.get_compare_list_bar .comparisonBar .inner .info {
  top: 35%;
}
.get_compare_list_bar .comparisonBar .inner .info .primary a.compare.primary {
  border: 1px solid #0041c0;
  padding: 5px 0px;
  border-radius: 10px;
  display: inline-block;
  transition: all 1s ease 0s;
  font-family: 'DINPro-Medium';
  color: #fff;
  background: #0041c0;
  box-shadow: 10pt 10pt 30pt rgba(0, 0, 0, 0.14);
  text-align: center;
  width: 100px;
}
.get_compare_list_bar .comparisonBar .inner .info .primary a.action.clear_all {
  color: #0041c0;
  background: none;
  margin-top: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal-popup.custom-promo-popup-modal {
    width: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .modal-popup.custom-promo-popup-modal .modal-inner-wrap {
    top: 40%;
  }
  .modal-popup.custom-promo-popup-modal._show .modal-inner-wrap {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .modal-popup.custom-promo-popup-modal.modal-slide .modal-inner-wrap {
    width: auto;
    max-width: 75%;
    top: 40%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }
  .modal-popup.custom-promo-popup-modal.modal-slide .modal-footer {
    text-align: left;
  }
}
.mymodule-customer-index .page-products .products-grid .product-items .product-item .services_buttons {
  width: auto;
  float: right;
}
.mymodule-customer-index .page-products .products-grid .product-items .product-item .services_buttons + a button {
  background: #fff;
  color: #17469e;
  border: 2px solid #161617;
  border-radius: 8px;
  font-size: 15px;
  padding: 0 25px;
  overflow: hidden;
  box-shadow: none !important;
  font-weight: 600;
  height: 45px;
  line-height: 41px;
  text-transform: uppercase;
}
.mymodule-customer-index .page-products .products-grid .product-items .product-item .services_buttons + a button:hover {
  border: 2px solid #17469e;
}
.customer-viewpid .container {
  background: #1745a0;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 20px;
}
.customer-viewpid .container .upperinfo {
  color: #fff;
}
.customer-viewpid .container .upperinfo .left-section {
  width: calc(100% - 205px);
  display: inline-block;
  vertical-align: middle;
}
.customer-viewpid .container .upperinfo .right-section {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
}
.customer-viewpid .container .lower-info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
}
.customer-viewpid .container .lower-info .lower-box {
  border-left: 1px solid #fff;
  padding: 0 20px;
  display: inline-block;
}
.customer-viewpid .container .lower-info .lower-box span {
  display: block;
}
.customer-viewpid .container .lower-info .lower-box:first-child {
  border-left: 0;
}
.customer-viewpid-tab {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.customer-viewpid-tab .service-main .service-item {
  position: relative;
  padding-left: 25px;
}
.customer-viewpid-tab .service-main .service-item p {
  margin-bottom: 0;
}
.customer-viewpid-tab .service-main .service-item .service {
  padding-left: 14px;
}
.customer-viewpid-tab .service-main .service-item .service-block {
  background: #f4f4f4;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.customer-viewpid-tab .service-main .service-item .service-date {
  font-weight: 700;
}
.customer-viewpid-tab .service-main .service-item .service-1:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 9px;
  height: calc(100% + 6px);
  width: 4px;
  background: #3875c9;
}
.customer-viewpid-tab .service-main .service-item:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #3875c9;
  border-radius: 50%;
  left: 0;
  top: 4px;
  text-align: center;
  font-size: 11px;
}
.customer-viewpid-tab .panelcls {
  position: relative;
  border-top: 1px solid #eee;
  padding: 15px 15px;
  margin-bottom: 0px;
  cursor: pointer;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.customer-viewpid-tab .panelcls h4 {
  margin-bottom: 0;
}
.customer-viewpid-tab .concls {
  border: 1px solid #eee;
  padding: 20px 15px;
  border-bottom: 0;
}
.customer-viewpid-tab .concls ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.customer-viewpid-tab .concls .related-accessories {
  display: flex;
}
.customer-viewpid-tab .concls .related-accessories .related-accessory-product {
  width: calc(100%/3);
  display: inline-block;
  margin: 0px 1%;
  border: 1px solid #eee;
  padding: 15px;
  text-align: center;
}
.customer-viewpid-tab .panelcls[aria-selected="false"]:after {
  display: block;
  font-family: 'FontAwesome';
  content: "\f067";
  position: absolute;
  right: 15px;
  top: 13px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #1745a0;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  overflow: hidden;
}
.customer-viewpid-tab .panelcls[aria-selected="true"]:after {
  display: block;
  font-family: 'FontAwesome';
  content: "\f068";
  position: absolute;
  right: 15px;
  top: 13px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #1745a0;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  overflow: hidden;
}
.customer-viewpid-tab > div:last-child .panelcls {
  border-bottom: 1px solid #eee;
}
.customer-viewpid-tab > div:last-child .concls {
  border-bottom: 1px solid #eee;
}
.customer-viewpid-tab .concls .dealer-infbox {
  margin-bottom: 15px;
}
.customer-viewpid-tab .concls .dealer-infbox:last-child {
  margin-bottom: 0;
}
.customer-viewpid-tab .concls .dealer-infbox .infoicon {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}
.customer-viewpid-tab .concls .dealer-infbox .infoicon-dic {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}
.customer-viewpid-tab .concls .dealer-infbox .infoicon-dic h5 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: normal;
}
.customer-viewpid-tab .concls .warranty {
  background: #b2e3e0;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.customer-viewpid-tab .concls .warranty p:last-child {
  margin-bottom: 0;
}
.customer-viewpid-tab .related-cdd .related-cdd-product .orangecoupon .orangecoupon-inner {
  background: #ffa0a6;
  width: 220px;
  height: 100px;
  text-align: center;
  border-radius: 60px 20px 20px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-direction: column;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.customer-viewpid-tab .related-cdd .related-cdd-product .orangecoupon .orangecoupon-inner:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  left: 25px;
  position: absolute;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.customer-viewpid-tab .concls .invoice-documentcls h5 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.customer-viewpid-tab .concls .invoice-documentcls a {
  margin-right: 10px;
  color: #314252;
  font-size: 16px;
}
.customer-viewpid-tab .concls .invoice-documentcls a:hover {
  color: #17469e;
}
@media only screen and (min-width: 768px) {
  .mymodule-customer-index .page-products .products-grid .product-items .product-item .services_buttons {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-viewpid .container {
    padding: 20px 10px;
  }
  .customer-viewpid .container .lower-info {
    font-size: 12px;
  }
  .customer-viewpid .container .lower-info .lower-box {
    padding: 0 5px;
  }
  .customer-viewpid .container .lower-info .lower-box:first-child {
    padding-left: 0;
  }
  .customer-viewpid .container .lower-info .lower-box:last-child {
    padding-right: 0;
  }
  .customer-viewpid .container .upperinfo .left-section {
    width: calc(100% - 105px);
  }
  .customer-viewpid .container .upperinfo .left-section p {
    font-size: 13px;
  }
  .customer-viewpid .container .upperinfo .right-section {
    width: 100px;
  }
  .customer-viewpid-tab .panelcls[aria-selected=false]:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .customer-viewpid-tab .panelcls[aria-selected=true]:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .customer-viewpid-tab .panelcls h4 {
    font-size: 16px;
  }
  .customer-viewpid-tab .concls .dealer-infbox .infoicon-dic h5 {
    font-size: 15px;
  }
  .customer-viewpid-tab .concls .dealer-infbox .infoicon-dic strong {
    font-size: 13px;
  }
  .customer-viewpid-tab .concls .related-accessories {
    flex-wrap: wrap;
  }
  .customer-viewpid-tab .concls .related-accessories .related-accessory-product {
    width: calc(100%/2 - 2%);
    margin-bottom: 2%;
  }
  .mymodule-customer-index .page-products .products-grid .product-items .product-item .services_buttons + a button {
    border-radius: 8px;
    font-size: 12px;
    padding: 0 15px;
    height: 40px;
    line-height: 35px;
    text-transform: uppercase;
    margin-left: 25px;
  }
  .account.mymodule-customer-view .page-wrapper {
    padding-top: 0;
  }
  .customer-viewpid-tab .related-cdd .related-cdd-product .orangecoupon .orangecoupon-inner {
    width: 180px;
    height: 75px;
    padding-left: 20px;
  }
  .customer-viewpid-tab .related-cdd .related-cdd-product .orangecoupon .orangecoupon-inner:before {
    left: 15px;
  }
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
.mp-stop-scrolling {
  height: 100%;
  overflow: hidden;
}
#mp_scroll_loading {
  display: none;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#mp_scroll_loading > div {
  padding-top: 15%;
}
#mp_scroll_loading img {
  max-width: 200px;
}
.cwsMostviewed .title {
  text-align: center;
  margin: 20px 0;
}
.cwsMostviewed .title:after {
  content: '';
  width: 160px;
  border-bottom: 4px double #ccc;
  margin: 0 auto;
  display: block;
}
.cwsMostviewed .title h3 {
  font-size: 3.4rem;
  font-weight: 300;
  text-transform: uppercase;
}
/* Mostviewed Products Simple Grid CSS */
.cwsMostviewed {
  position: relative;
  flex: 0;
  margin-bottom: 25px;
}
.cwsMostviewed .product-item-info {
  width: auto;
}
.cwsMostviewed .products-grid.grid1 .product-item {
  width: 100%;
}
.cwsMostviewed .products-grid.grid2 .product-item {
  width: 50%;
}
.cwsMostviewed .products-grid.grid3 .product-item {
  width: 33.33%;
}
.cwsMostviewed .products-grid.grid4 .product-item {
  width: 25%;
}
.cwsMostviewed .products-grid.grid5 .product-item {
  width: 20%;
}
.cwsMostviewed .products-grid.grid6 .product-item {
  width: 16.66%;
}
.page-layout-1column .mage-mostviewed-slider.products-grid .product-item,
.page-layout-2columns-left .mage-mostviewed-slider.products-grid .product-item,
.page-layout-2columns-right .mage-mostviewed-slider.products-grid .product-item {
  width: 100%;
}
.mage-mostviewed-slider .owl-stage-outer {
  padding: 20px 0 35px 0;
}
.column.main .mage-mostviewed-slider .product-item {
  padding: 5px 18px;
  text-align: center;
}
.mageMostviewedToolbar .pages,
.mageMostviewedToolbar .limiter {
  display: inline-block;
}
.mageMostviewedToolbar .toolbar-amount {
  display: inline !important;
}
.mageMostviewedToolbar {
  border-top: 4px double #ccc;
  padding-top: 20px;
  margin-top: 20px;
}
.mageMostviewedToolbar .pages strong.page,
.mageMostviewedToolbar .pages a.page {
  color: #7d7d7d;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 3px;
  -wevkit-border-radius: 3px;
  box-shadow: 0 1px 0 0 #ffffff inset, 0 -1px 0 0 rgba(204, 204, 204, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 0 #ffffff inset, 0 -1px 0 0 rgba(204, 204, 204, 0.3) inset;
  padding: 0 10px;
}
.mageMostviewedToolbar .pages strong.page {
  color: #fff;
  background: #1979c3;
  border: 1px solid #1979c3;
  box-shadow: 0 1px 0 0 #5cb5fa inset, 0 -1px 0 0 #5cb5fa inset;
  -webkit-box-shadow: 0 1px 0 0 #5cb5fa inset, 0 -1px 0 0 #5cb5fa inset;
}
.mageMostviewedToolbar .pages .items {
  margin-left: 325px !important;
}
.mageMostviewedToolbar .pages a:hover.page {
  background: #dedede;
}
.mageMostviewedToolbar .toolbar-amount {
  font-weight: bold;
}
/* ============================================ *
 * Owl Carousel Mostviewed Product Slider
 * ============================================ */
.mage-mostviewed-slider .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.mage-mostviewed-slider .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.mage-mostviewed-slider .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.mage-mostviewed-slider .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.mage-mostviewed-slider .owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.mage-mostviewed-slider .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
/* Next / Previous Arrow */
.mage-mostviewed-slider .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -40px;
}
.mage-mostviewed-slider .owl-carousel .owl-nav.disabled,
.mage-mostviewed-slider .owl-carousel .owl-dots.disabled {
  display: none;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev,
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #7d7d7d;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  width: 35px;
  height: 35px;
  overflow: hidden;
  line-height: 35px;
  text-align: center;
  position: absolute;
  text-indent: -9999em;
  text-align: left;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev:hover,
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next:hover {
  background: #f6f6f6;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next:before,
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev:before {
  left: 15px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #7d7d7d;
  border-width: 6px;
  margin-top: -6px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev:before {
  border-right-color: #7d7d7d;
  border-left-color: transparent;
  left: 8px;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev,
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next,
.mage-mostviewed-slider .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Nav Dots */
.mage-mostviewed-slider .owl-dots {
  text-align: center;
  display: inline-block;
  zoom: 1;
  width: 100%;
}
.mage-mostviewed-slider .owl-dot {
  display: inline-block;
}
.mage-mostviewed-slider .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #ddd;
  display: block;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.mage-mostviewed-slider .owl-dot.active span,
.mage-mostviewed-slider .owl-dot:hover span {
  background: #2f2f2f;
}
.mage-mostviewed-slider .owl-carousel.owl-loaded {
  display: block;
}
.mage-mostviewed-slider .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.mage-mostviewed-slider .owl-carousel.owl-hidden {
  opacity: 0;
}
.mage-mostviewed-slider .owl-carousel.owl-refresh .owl-item {
  display: none;
}
.mage-mostviewed-slider .owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mage-mostviewed-slider .owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/** Owl Carousel - Auto Height Plugin */
.mage-mostviewed-slider .owl-height {
  transition: height 500ms ease-in-out;
}
/** Owl Carousel - Lazy Load Plugin */
.mage-mostviewed-slider .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.mage-mostviewed-slider .owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/**Add for solve issue for slider design in responsive view **/
.cwsMostviewed .products-grid.grid3 .product-item {
  padding: 10px;
  margin-bottom: 45px;
  text-align: center;
}
.product-item-actions .actions-primary {
  display: inline-block;
}
.product-item-actions .actions-primary + .actions-secondary {
  display: inline-block;
  width: auto;
}
.column.main .mage-mostviewed-slider .product-item {
  padding: 5px 18px;
  text-align: center;
}
.listMostviewed .title h3 {
  font-size: 18px;
  text-align: left;
}
.listMostviewed .title:after {
  display: none;
}
.listMostviewed .toolbar-amount {
  font-size: 1.2rem;
  font-weight: normal;
}
.listMostviewed .pages {
  display: inherit;
  text-align: left;
  clear: both;
}
.listMostviewed .toolbar {
  text-align: left;
  border: none;
}
.listMostviewed .pages .items {
  margin-left: 0 !important;
}
.listMostviewed .pages .item {
  margin: 0;
}
.listMostviewed .pages .items li .page {
  display: none;
}
.listMostviewed .pages .action.next {
  margin-left: 0;
}
@media only screen and (max-width: 1200px) {
  .cwsMostviewed .products-grid.grid6 .product-item {
    width: 20%;
  }
  .column.main .product-items {
    margin-left: 0;
  }
  .cwsMostviewed .toolbar-amount {
    position: absolute;
    top: 60px;
  }
  .cwsMostviewed .products {
    margin: 50px 0 30px 0;
  }
  .listMostviewed .toolbar-amount {
    top: inherit;
    position: inherit;
  }
}
@media only screen and (max-width: 999px) {
  .cwsMostviewed .products-grid.grid5 .product-item,
  .cwsMostviewed .products-grid.grid6 .product-item {
    width: 25%;
  }
  .mageMostviewedToolbar .pages .items {
    margin-left: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .cwsMostviewed .products-grid.grid4 .product-item,
  .cwsMostviewed .products-grid.grid5 .product-item,
  .cwsMostviewed .products-grid.grid6 .product-item {
    width: 33.33%;
  }
  .cwsMostviewed .title {
    text-align: center;
    width: 100%;
    display: inline-block;
    clear: both;
  }
  .mageMostviewedToolbar .pages .items {
    margin-left: 120px;
  }
  .columns {
    display: block;
  }
  .cwsMostviewed .toolbar-amount {
    top: 110px;
  }
  .listMostviewed .pages .items li .page {
    display: block;
  }
  .listMostviewed .pages .items {
    margin: 0;
  }
  .listMostviewed .pages .item {
    margin: 0 8px 0 0;
  }
  .listMostviewed .pages strong.page {
    background: #e5e5e5;
    font-size: 12px;
    padding: 0 5px;
    color: #333;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .listMostviewed .pages a.page,
  .listMostviewed .pages a.page:hover {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 12px;
    padding: 0 5px;
    color: #333;
  }
  .listMostviewed .pages .action.next {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 640px) {
  .cwsMostviewed .products-grid.grid3 .product-item,
  .cwsMostviewed .products-grid.grid4 .product-item,
  .cwsMostviewed .products-grid.grid5 .product-item,
  .cwsMostviewed .products-grid.grid6 .product-item {
    width: 50%;
  }
  .mageMostviewedToolbar .pages .items {
    margin-left: 0 !important;
  }
  .listMostviewed .pages .items {
    margin-left: 0 !important;
  }
  .listMostviewed .pages .item {
    margin: 0 8px 0 0;
  }
  .listMostviewed .pages .items li .page {
    display: block;
  }
  .listMostviewed .pages .action.next {
    margin-left: 0;
  }
  .listMostviewed .pages {
    margin-top: 10px;
  }
  .listMostviewed .pages-item-next {
    position: inherit;
    right: inherit;
  }
}
@media only screen and (max-width: 480px) {
  .mageMostviewedToolbar .pages .items {
    margin-left: 0 !important;
  }
  .cwsMostviewed .title {
    margin-top: 25px 0 0 0;
  }
  .cwsMostviewed .title h3 {
    font-size: 2rem;
  }
  .cwsMostviewed .toolbar-amount {
    top: 95px;
  }
}
/**
 * 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_Productslider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-product-slider-content .owl-nav {
  font-size: 80px;
}
.mp-product-slider-content .owl-nav button span {
  color: #D6D6D6;
}
.mp-product-slider-content .owl-nav button span:hover {
  color: #869791;
}
.mp-product-slider-content .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 999;
  text-shadow: none;
  background: none;
  border: none;
}
.mp-product-slider-content .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 999;
  text-shadow: none;
  background: none;
  border: none;
}
.owl-item li.product-slider {
  width: 100% !important;
}
.mp-product-slider-title {
  font-size: 3.8rem;
  position: relative;
  z-index: 1;
  margin: 0 0 5px;
  text-align: center;
  display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.mp-product-slider-block {
  margin: 0 !important;
}
.mp-ps-info {
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.slider-product-item-info {
  width: 80% !important;
}
.slider-product-item-actions {
  margin: 0px;
}
.product.details.slider-product-item-details {
  margin-left: 10px;
}
.mp-ps-info {
  color: #bbbbbb;
  margin: -15px 0px 10px 0px;
}
.mp-product-slider-block .owl-carousel .owl-nav button.owl-prev,
.mp-product-slider-block .owl-carousel .owl-nav button.owl-next {
  font-size: 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.catalog-product-view .breadcrumbs .items li.item > span {
  color: #0041c0;
}
.catalog-product-view .product.media {
  position: relative;
  transition: all 2s ease 0s;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__arr {
  background: transparent !important;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.6);
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__arr--next {
  right: 0 !important;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama {
  overflow: visible;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__stage {
  width: calc((100% - 90px)) !important;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 62px 0px 55px;
  box-sizing: border-box;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__thumb-border {
  display: none;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb {
  background: none;
  box-sizing: border-box;
  padding: 4px 8px 4px 4px;
  overflow: visible;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb img {
  border-radius: 10px;
  border: 1px solid #E8E8E8 !important;
  box-shadow: 0pt 3pt 6pt rgba(0, 0, 0, 0.1);
  position: static;
  display: inline-block;
  transform: none;
  -webkit-transform: none;
  vertical-align: top;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active .fotorama__thumb img {
  border-color: #003DB6 !important;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--thumbs::before {
  display: none;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--thumbs::after {
  display: none;
}
.catalog-product-view .product.media .companyname {
  position: absolute;
  left: 106px;
  top: 5px;
  display: inline-block;
  width: auto;
  color: #fff;
  line-height: 32px;
  height: auto;
  text-align: center;
  z-index: 1;
}
.catalog-product-view .product.media .companyname img {
  display: inline-block;
  width: auto;
  max-height: 40px;
  vertical-align: top;
}
.catalog-product-view .product.media .companyname.tag-2 {
  top: 47px;
}
.catalog-product-view .product.media .companyname.tag-2 + .discount-container {
  /*top: 90px;*/
}
.catalog-product-view .product.media .companyname.tag-3 {
  top: 89px;
}
.catalog-product-view .product.media .companyname.tag-3 + .discount-container {
  top: 130px;
}
.catalog-product-view .product.media .companyname.-extended-warranty,
.catalog-product-view .product.media .companyname.extended-warranty {
  top: 0;
  left: auto;
  right: 14px;
}
.catalog-product-view .product.media .companyname.-extended-warranty img,
.catalog-product-view .product.media .companyname.extended-warranty img {
  max-height: 60px;
}
.catalog-product-view .product.media .companyname.-extended-warranty ~ .pwc-content-wrapper .action.towishlist,
.catalog-product-view .product.media .companyname.extended-warranty ~ .pwc-content-wrapper .action.towishlist {
  top: 42px;
}
.catalog-product-view .product.media .discount-container {
  position: absolute;
  left: 122px;
  top: 34px;
  font-size: 12px;
  color: #0041C0;
  font-family: 'DINPro-Bold';
  z-index: 1;
}
.catalog-product-view .product-info-main .page-title-wrapper {
  width: 80%;
  display: inline-block;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  font-size: 18px;
  font-family: 'DINPro-Bold';
  margin-top: -5px;
  margin-bottom: 0px;
}
.catalog-product-view .product-info-main .share-dialog {
  float: right;
  margin-right: 20px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-info-main .share-dialog {
    margin-right: 5px;
  }
}
.catalog-product-view .product-info-main .share-dialog .share {
  font-size: 0px;
  padding: 12px;
  background: url(../images/pdp-share.svg) no-repeat center;
  background-size: 20px;
  vertical-align: top;
  cursor: pointer;
}
.catalog-product-view .product-info-main .share-dialog .share svg {
  display: none;
}
.catalog-product-view .product-info-main .share-dialog ul {
  display: none;
  padding: 0px;
  padding: 10px 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  position: absolute;
  width: 150px;
  right: -10px;
  top: 35px;
  margin: 0px;
  background: #fff;
  text-align: center;
  height: 24px;
}
.catalog-product-view .product-info-main .share-dialog ul li {
  list-style: none;
  display: inline-block;
  margin: 0px;
  padding: 0px 5px;
}
.catalog-product-view .product-info-main .share-dialog ul li a {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-info-main .share-dialog ul li a img {
  max-width: 24px;
}
.catalog-product-view .product-info-main .share-dialog ul.active {
  display: flex !important;
  width: auto;
}
.catalog-product-view .product-info-main .share-dialog ul::before {
  content: '';
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  right: 7px;
  top: -7px;
  transform: rotate(180deg);
}
.catalog-product-view .product-info-main .full-title {
  display: inline-block;
  width: 100%;
  max-width: 80%;
  font-size: 14px;
  line-height: 16px;
  color: #707070;
}
.catalog-product-view .product-info-main a.action.towishlist {
  float: right;
  font-size: 0px;
  padding: 0px 14px;
  background: url(../images/pdp-wishlist.svg) no-repeat center;
  background-size: 24px;
}
.catalog-product-view .product-info-main .product-reviews-summary {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price {
  font-size: 26px;
  margin: 0px;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #0041c0;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price,
.catalog-product-view .product-info-main .product-info-price .price-box .normal-price {
  display: inline-block;
  margin: 0px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-label,
.catalog-product-view .product-info-main .product-info-price .price-box .normal-price .price-label {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price,
.catalog-product-view .product-info-main .product-info-price .price-box .normal-price .price {
  font-size: 26px;
  margin: 0px;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #0041c0;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price {
  font-size: 15px;
  font-family: 'DINPro-Regular';
  color: #919191;
  font-weight: normal;
}
.catalog-product-view .product-info-main .product-info-price .price-box span.save-price {
  font-size: 18px;
  font-family: 'DINPro-Regular';
  color: #000;
  font-weight: normal;
  display: inline-block;
  padding-left: 3px;
}
.catalog-product-view .product-info-main .product-info-price .price-box span.save-price strong {
  font-size: 20px;
  font-weight: normal;
  font-family: 'DINPro-Bold';
}
.catalog-product-view .product-info-main .product-info-price .price-box span.mrp-incl {
  display: inline-block;
  width: 100%;
  color: #2A2A2A;
  font-size: 14px;
}
.catalog-product-view .product-info-main .product-info-price .stock {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .product.attribute.sku {
  font-size: 14px;
  color: #838383;
}
.catalog-product-view .product-info-main .product-info-price .product.attribute.sku .type {
  font-weight: normal;
  display: none;
}
.catalog-product-view .product-info-main .box-tocart .field.qty {
  display: none;
}
.catalog-product-view .product-info-main h3.pr-title {
  font-size: 20px;
  color: #000000;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
  font-weight: normal;
  margin: 20px 0px 15px;
  text-transform: capitalize;
}
.catalog-product-view .product-info-main div#product-options-wrapper .swatch-opt {
  margin: 0px;
}
.catalog-product-view .product-info-main div#product-options-wrapper .swatch-opt .swatch-attribute {
  padding-top: 15px;
}
.catalog-product-view .product-info-main div#product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-label {
  font-size: 20px;
  color: #000000;
  padding-bottom: 10px;
  font-weight: normal;
  margin: 0px;
  display: inline-block;
}
.catalog-product-view .product-info-main div#product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-selected-option {
  color: #0041c0;
}
.catalog-product-view .product-info-main div#product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options {
  margin: 0px;
  border-top: 1px solid #cfcfcf;
  padding-top: 15px;
}
.catalog-product-view .product-info-main div#product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option {
  border-radius: 5px;
}
.catalog-product-view .product-info-main div#product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 1px solid #0041c0;
}
.catalog-product-view .product-info-main div#product-options-wrapper .swatch-opt .swatch-attribute.color .swatch-option {
  height: 40px;
}
.catalog-product-view .product-info-main .offers-section .pr-title span {
  color: #d0d0d0;
  font-size: 14px;
  font-weight: normal;
}
.catalog-product-view .product-info-main .offers-section .offer-row {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfcfcf;
  box-sizing: border-box;
}
.catalog-product-view .product-info-main .offers-section .offer-row h4 {
  font-family: 'DINPro-Bold';
  color: #000000;
  margin: 0px;
  font-weight: normal;
}
.catalog-product-view .product-info-main .offers-section .offer-row p,
.catalog-product-view .product-info-main .offers-section .offer-row a {
  max-width: 270px;
  line-height: 15px;
  margin: 0px;
  font-size: 13px;
  color: #000000;
}
.catalog-product-view .product-info-main .offers-section .offer-row a {
  text-decoration: underline;
  color: #00A0C6;
}
.catalog-product-view .product-info-main .highlights-section {
  background: #F5F5F5;
  color: #222222;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.catalog-product-view .product-info-main .highlights-section h3.pr-title {
  margin: 0px;
  border: 0px;
  color: #000;
  font-size: 16px;
  font-family: 'DINPro-Medium';
}
.catalog-product-view .product-info-main .highlights-section .min-height-div {
  min-height: 168px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  transition: all 1s ease 0s;
  max-height: 168px;
}
.catalog-product-view .product-info-main .highlights-section .min-height-div ul.highl-sec {
  padding: 0px;
  margin: 0px;
}
.catalog-product-view .product-info-main .highlights-section .min-height-div ul.highl-sec li {
  margin: 0px;
  list-style: none;
  padding-left: 15px;
  background: url(../images/h-li-bg.svg) no-repeat left 9px;
  background-size: 6px;
}
.catalog-product-view .product-info-main .highlights-section .min-height-div ul.highl-sec li p {
  margin: 0px;
}
.catalog-product-view .product-info-main .highlights-section .min-height-div.active {
  max-height: unset;
}
.catalog-product-view .product-info-main .highlights-section .show-more {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-info-main .highlights-section .show-more a {
  border: 1px solid #0041C0;
  color: #0041C0;
  border-radius: 10px;
  padding: 5px 20px;
  font-family: 'DINPro-Medium';
  display: inline-block;
  box-shadow: 10pt 10pt 30pt rgba(0, 0, 0, 0.17);
  margin: 10px 0px 0px;
}
.catalog-product-view .product-info-main .highlights-section .show-more a:hover {
  text-decoration: none;
}
.catalog-product-view .product-info-main .highlights-section .show-more.hide {
  display: none;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option {
  padding: 0px;
  display: flex;
  justify-content: start;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option li {
  width: 50%;
  box-sizing: border-box;
  list-style: none;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option li a {
  border-radius: 10px;
  padding: 10px 10px;
  width: 100%;
  font-size: 14px;
  font-family: 'DINPro-Regular';
  color: #000;
  box-shadow: 10pt 10pt 30pt rgba(0, 0, 0, 0.14);
  border: 1px solid #DFDFDF;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option li a:hover {
  text-decoration: none;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option li a.selected-product {
  background: #ececec;
  cursor: default;
  pointer-events: none;
  border-color: #0041c0;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option li a.active {
  border-color: #003DB6;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option li:first-child {
  padding-right: 2%;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option li:last-child {
  padding-left: 2%;
}
.catalog-product-view .product-info-main .delivery-section .availability-form {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-info-main .delivery-section .availability-form h3.pr-title {
  margin-top: 0px;
}
.catalog-product-view .product-info-main .delivery-section .availability-form input {
  border-radius: 10px;
  padding: 10px 10px;
  width: auto;
  font-size: 14px;
  background-image: none !important;
  font-family: 'DINPro-Regular';
  color: #000;
  height: 40px;
  box-shadow: 10pt 10pt 30pt rgba(0, 0, 0, 0.1);
  width: 200px;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-info-main .delivery-section .availability-form input {
    width: 180px;
  }
}
.catalog-product-view .product-info-main .delivery-section .availability-form button.action.primary {
  background: #0041C0;
  color: #fff;
  border-radius: 10px;
  height: 40px;
  width: 100px;
  font-weight: normal;
  font-size: 13px;
  position: relative;
  top: -2px;
  margin-left: 10px;
  font-family: "DINPro-Medium";
}
.catalog-product-view .product-info-main .delivery-section .availability-form .success-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: green;
}
.catalog-product-view .product-info-main .delivery-section .availability-form .success-row span.pincode-right {
  margin-right: 10px;
}
.catalog-product-view .product-info-main .delivery-section .availability-form .error-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: red;
}
.catalog-product-view .product-info-main .delivery-section .availability-form .error-row span.pincode-wrong {
  margin-right: 10px;
}
.catalog-product-view .product-info-main .delivery-section p {
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #000;
  margin: 10px 0px 0px;
  font-family: "DINPro-Medium";
}
.catalog-product-view .product-info-main .delivery-section p strong {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  font-family: "DINPro-Medium";
  font-size: 12px;
}
.catalog-product-view .product-info-main .delivery-section p a {
  color: #00A0C6;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  font-family: "DINPro-Regular";
}
.catalog-product-view .offer-popup .popup-box .main-content {
  background: #ffffff;
  min-height: 300px;
  max-width: 740px;
  width: 100%;
  border-radius: 15px;
  margin: 20px auto 0px;
}
.catalog-product-view .offer-popup .popup-box .main-content .closediv {
  right: 0px;
  top: 6px;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-heading {
  color: #232323;
  font-size: 16px;
  font-family: 'DINPro-Bold';
  text-align: center;
  margin: 20px 0px 0px;
  display: inline-block;
  width: 100%;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content {
  padding: 10px 15px 15px;
  font-size: 14px;
  color: #232323;
  box-sizing: border-box;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details {
  position: relative;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-title-container {
  display: inline-block;
  width: 250px;
  text-align: center;
  background: #f7f7f7;
  padding: 8px 0px;
  margin: 0px calc((50% - 125px)) 15px;
  border-radius: 6px;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-title-container .card-title {
  font-family: 'DINPro-Bold';
  color: #282828;
  padding: 0px 20px;
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  border-right: 1px solid #000;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-title-container .card-title.active {
  color: #0041c0;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-title-container .card-title#card2 {
  border-right: 0px;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info.active {
  display: block !important;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks {
  display: inline-block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-title-container {
  float: left;
  width: 36%;
  max-height: 340px;
  overflow-y: scroll;
  overflow-x: visible;
  scrollbar-width: none;
  padding: 0 4% 0 0;
  box-sizing: border-box;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-title-container .bank-title {
  font-size: 13px;
  border-bottom: 1px solid #eee;
  padding: 10px;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-sizing: border-box;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-title-container .bank-title.active {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #F5F5F5;
  color: #0041c0;
  font-weight: 400;
  font-family: 'DINPro-Bold';
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-title-container .bank-title.active::after {
  content: '';
  background: url(../images/faqs-aero-blue.svg) no-repeat center;
  float: right;
  padding: 10px;
  background-size: 10px;
  transform: rotate(270deg);
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-title-container .bank-title:last-child {
  border-bottom: 0px;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container {
  float: left;
  width: 64%;
  padding-left: 0;
  box-sizing: border-box;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi {
  width: 100%;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi .emi-table tr th {
  background: #EFEFEF;
  text-align: center;
  padding: 10px 0px;
  font-family: 'DINPro-Bold';
  font-size: 12px;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi .emi-table tr td {
  padding: 0px;
  line-height: 30px;
  height: 34px;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
  vertical-align: middle;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi .emi-table tr td strong {
  font-weight: normal;
  font-family: 'DINPro-Medium';
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi .emi-table tr td span.to-full {
  float: left;
  width: 100%;
  line-height: normal;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi .emi-table tr.gre-bg td {
  background: #F5F5F5;
  line-height: normal;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi .emi-table tr:last-child td {
  border-bottom: 0px;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi p.addtional-cash-text {
  padding-top: 10px;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi.active {
  display: block !important;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info p.no-offers {
  text-align: center;
  font-family: 'DINPro-Medium';
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info p.note {
  border-top: 1px solid #f1f1f1;
  padding-top: 7px;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content p {
  font-size: 12px;
  max-width: 100%;
}
.catalog-product-view .get_compare_list_bar {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .home-cont-sec {
  position: relative;
  z-index: 0;
}
.catalog-product-view .home-cont-sec .home-container {
  padding: 0px;
}
.catalog-product-view .home-cont-sec .tnc {
  display: block !important;
  position: absolute;
  right: -25px;
  transform: rotate(-90deg);
  top: 40%;
}
.catalog-product-view .product-description {
  margin: 0px -20px;
}
.catalog-product-view .product-description .pdp-container {
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 20px;
  box-sizing: border-box;
}
.catalog-product-view .product-description h3.des-title {
  color: #2A2A2A;
  font-family: 'DINPro-Bold';
  font-weight: normal;
  font-size: 66px;
  line-height: 70px;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: -3px;
  margin-bottom: 15px;
}
.catalog-product-view .product-description p {
  line-height: 22px;
}
.catalog-product-view .product-description .key-future-setion .all-keys {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -1%;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-description .key-future-setion .all-keys {
    margin: 0px;
  }
}
.catalog-product-view .product-description .key-future-setion .all-keys h3.des-title {
  text-align: center;
  width: 100%;
  margin: 20px 0px 40px;
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item.full-w {
  width: 100%;
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item.full-w h3.des-title-small {
  color: #000;
  font-size: 16px;
  margin: 10px 0px 10px;
  font-family: 'DINPro-Medium';
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item {
  width: 33%;
  padding: 0% 1%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-description .key-future-setion .all-keys .key-item {
    width: 100%;
    padding: 0px;
  }
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item .key-img {
  text-align: center;
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item .key-img img {
  border-radius: 15px;
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item h3.des-title-small {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0px 5px;
  font-family: 'DINPro-Medium';
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item p {
  color: #000;
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item.full-w-last {
  width: 100%;
}
.catalog-product-view .product-description .specifications-section {
  text-align: center;
  padding-top: 30px;
}
.catalog-product-view .product-description .specifications-section p {
  color: #000;
}
.catalog-product-view .product-description .specifications-section .specif-img img {
  max-width: 70%;
}
.catalog-product-view .product-description .specifications-section .specif-img ul.top-spac {
  padding: 0px;
  display: flex;
  width: 100%;
  max-width: 940px;
  text-align: center;
  margin: 0px auto;
  justify-content: center;
}
.catalog-product-view .product-description .specifications-section .specif-img ul.top-spac li {
  display: inline-block;
  list-style: none;
  width: auto;
  vertical-align: top;
  padding: 0px 20px;
  box-sizing: border-box;
  max-width: 460px;
}
.catalog-product-view .product-description .specifications-section .specif-img ul.top-spac li strong {
  font-size: 20px;
  color: #000;
  display: inline-block;
  width: 100%;
  font-family: 'DINPro-Bold';
  padding-bottom: 5px;
  word-break: break-word;
  font-weight: normal;
}
.catalog-product-view .product-description .specifications-section .specif-img ul.top-spac li span {
  color: #919191;
  font-size: 15px;
  text-transform: uppercase;
}
.catalog-product-view .product-description .specifications-section .view-all-specs {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-description .specifications-section .view-all-specs a {
  border: 1px solid #0041C0;
  color: #0041C0;
  border-radius: 10px;
  padding: 14px 40px;
  font-family: 'DINPro-Medium';
  display: inline-block;
  margin-top: 30px;
  box-shadow: 10pt 10pt 30pt rgba(0, 0, 0, 0.14);
}
.catalog-product-view .product-description .specifications-section .view-all-specs a:hover {
  text-decoration: none;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs {
  text-align: left;
  margin: 30px auto 0px;
  transition: all 1s ease 0s;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs h3 {
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  margin: 20px 0px 15px;
  font-family: 'DINPro-Bold';
  padding: 0 25px;
  box-sizing: border-box;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi {
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li {
  display: inline-block;
  padding: 14px 25px;
  border-bottom: 1px solid #ccc;
  margin: 0px;
  list-style: none;
  width: 50%;
  font-size: 14px;
  color: #000;
  float: left;
  box-sizing: border-box;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li span {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li span.lable {
  font-weight: normal;
  font-family: 'DINPro-Medium';
  text-transform: none;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li.full-w {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li.full-w span.lable {
  width: 50%;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li.full-w .item-details {
  display: inline-block;
  width: 50%;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li.full-w .item-details .sub-detl {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li.full-w .item-details .sub-detl span {
  display: inline-block;
  width: 50%;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li.full-w .item-details .sub-detl span:first-child {
  font-family: 'DINPro-Medium';
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi .full-w-li {
  width: 100%;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi .full-w-li span.lable {
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'DINPro-Bold';
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi:after {
  content: " ";
  width: 100%;
  border-bottom: 1px solid #ccc;
  height: 0px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  bottom: 1px;
}
.catalog-product-view .product-description .manuf-section {
  background: #F5F5F5;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 60px;
}
.catalog-product-view .product-description .manuf-section h3.pr-title {
  font-size: 20px;
  color: #000000;
  border-bottom: 1px solid #cfcfcf;
  padding: 5px 0px 10px 0px;
  font-weight: normal;
  margin: 0px 0px 15px;
  display: inline-block;
  position: relative;
}
.catalog-product-view .product-description .manuf-section h3.pr-title i {
  background: url(../images/manuf-alrat.svg) no-repeat right center;
  background-size: 10px;
  display: inline-block;
  padding: 6px;
  cursor: pointer;
  position: relative;
}
.catalog-product-view .product-description .manuf-section h3.pr-title i:hover .hover-content {
  display: block !important;
}
.catalog-product-view .product-description .manuf-section h3.pr-title .hover-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 1;
}
.catalog-product-view .product-description .manuf-section h3.pr-title .hover-content:before,
.catalog-product-view .product-description .manuf-section h3.pr-title .hover-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.catalog-product-view .product-description .manuf-section h3.pr-title .hover-content:before {
  border-right-color: #666666;
}
.catalog-product-view .product-description .manuf-section h3.pr-title .hover-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.catalog-product-view .product-description .manuf-section .manuf-row {
  width: 100%;
  display: flex;
}
.catalog-product-view .product-description .manuf-section .manuf-row .manuf {
  width: 50%;
}
.catalog-product-view .product-description .manuf-section .manuf-row .manuf:first-child {
  border-right: 1px solid #BABABA;
  padding-right: 5%;
}
.catalog-product-view .product-description .manuf-section .manuf-row .manuf:last-child {
  padding-left: 5%;
}
.catalog-product-view .product-description .manuf-section .manuf-row .manuf p {
  line-height: 16px;
  color: #000000;
}
.catalog-product-view .product-description .manuf-section .manuf-row .manuf p a {
  color: #0041c0;
  text-decoration: underline;
  font-weight: normal;
  font-family: 'DINPro-Bold';
}
.catalog-product-view .product-description .manuf-section .manuf-row .manuf em {
  display: inline-block;
  vertical-align: top;
  color: #0041c0;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 17px;
  height: 12px;
  width: 12px;
  text-align: center;
  margin: 2px 0;
}
.catalog-product-view .product-description .manuf-section .manuf-row.manuf-count-3 .manuf {
  float: left;
  width: 33.333%;
  padding: 0 4%;
  box-sizing: border-box;
}
.catalog-product-view .product-description .manuf-section .manuf-row.manuf-count-3 .manuf:first-child {
  padding-left: 0;
}
.catalog-product-view .product-description .manuf-section .manuf-row.manuf-count-3 .manuf:nth-child(2) {
  border-right: 1px solid #BABABA;
}
.catalog-product-view .product-description .manuf-section .manuf-row.manuf-count-3 .manuf:last-child {
  padding-right: 0;
}
.catalog-product-view .product-description .product-faqs {
  display: inline-block;
  width: 100%;
  margin: 50px 0px 0px;
}
.catalog-product-view .product-description .product-faqs h3.des-title {
  text-align: center;
  text-transform: unset;
}
.catalog-product-view .product-description .product-faqs .all-faqs {
  box-shadow: 9pt 10pt 24pt rgba(0, 0, 0, 0.1);
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  padding: 10px 20px;
}
.catalog-product-view .product-description .product-faqs .all-faqs .acc__card .faq-title {
  font-size: 15px;
  color: #000;
  border-top: 1px solid #b6b6b6;
  padding: 15px 15px;
  cursor: pointer;
}
.catalog-product-view .product-description .product-faqs .all-faqs .acc__card .faq-title::after {
  content: '';
  background: url(../images/faqs-aero.svg) no-repeat center;
  float: right;
  padding: 10px 15px;
  background-size: 20px;
  transition: all 1s ease 0s;
}
.catalog-product-view .product-description .product-faqs .all-faqs .acc__card .faq-title.active {
  border-bottom: 0px;
}
.catalog-product-view .product-description .product-faqs .all-faqs .acc__card .faq-title.active::after {
  transform: rotate(180deg);
}
.catalog-product-view .product-description .product-faqs .all-faqs .acc__card .faq-content {
  display: none;
  color: #000;
  padding: 10px 15px;
}
.catalog-product-view .product-description .product-faqs .all-faqs .acc__card:first-child .faq-title {
  border-top: 0px;
}
.catalog-product-view .product-description .compare-section {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
.catalog-product-view .product-description .compare-section h3 {
  font-size: 24px;
  color: #000000;
  padding-bottom: 10px;
  font-weight: normal;
  margin: 20px 0px 15px;
  text-align: center;
  font-family: 'DINPro-Medium';
}
.catalog-product-view .product-description .compare-section ul.all-com-p {
  padding: 0px;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-description .compare-section ul.all-com-p {
    overflow-y: auto;
    white-space: nowrap;
  }
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li {
  float: left;
  width: 16.66%;
  list-style: none;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 275px;
  width: 100%;
  padding: 0px 3px;
  box-sizing: border-box;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box h3 {
  color: #232323;
  font-size: 20px;
  margin: 0px;
  text-align: left;
  font-family: 'DINPro-Bold';
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .pwc-img-wrapper a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  max-height: 100px;
  overflow: hidden;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .pwc-img-wrapper a img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-height: 114px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .product-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .product-desc .product-name {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .product-desc .product-name a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 18px;
  font-family: 'DINPro-Bold';
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  text-decoration: none;
  height: 36px;
  overflow: hidden;
  font-size: 13px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .price-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  line-height: 20px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .price-box .price-label {
  display: none;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .price-box span.price {
  font-size: 15px;
  margin: 0 5px 0 0;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #0041c0;
  letter-spacing: 0.5px;
  line-height: 20px;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .price-box span.price {
    margin: 0px;
  }
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .price-box span.old-price {
  text-decoration: none;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .price-box span.old-price span.price {
  font-size: 12px;
  font-family: 'DINPro-Regular';
  color: #282828;
  text-decoration: line-through;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .price-box span.mrp-incl {
  font-size: 11px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .actions.add-to-cart {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .actions.add-to-cart button.action.tocart,
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .actions.add-to-cart a.action.tocart {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: #0041c0;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 40px;
  font-family: 'DINPro-Regular';
  font-weight: normal;
  text-transform: capitalize;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li ul.all-info {
  padding: 0px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li ul.all-info li {
  list-style: none;
  margin: 0px;
  padding: 2px 5px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  text-align: center;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li ul.all-info li p {
  margin: 0px;
  line-height: 16px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li ul.all-info li.features {
  padding: 5px 10px;
  min-height: 100px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li ul.all-info li.warranty {
  min-height: 90px;
  padding: 5px 10px;
  border-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-description .compare-section ul.all-com-p > li {
    white-space: normal;
    min-width: 200px;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    float: none;
  }
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li.lable-li ul.all-info li {
  justify-content: left;
  text-align: left;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li.lable-li ul.all-info li.features {
  padding: 5px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li.lable-li ul.all-info li.warranty {
  padding: 5px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li.grey-bg {
  background: #f8f8f8;
  border-radius: 20px 20px 10px 10px;
}
.catalog-product-view .block-viewed-products-grid .block-title {
  margin: 40px 0px 5px;
  text-align: center;
  padding-bottom: 10px;
}
.catalog-product-view .block-viewed-products-grid .block-title strong {
  font-size: 24px;
  color: #000000;
  font-family: 'DINPro-Bold';
  font-weight: normal;
}
.catalog-product-view .block-viewed-products-grid .products-grid {
  padding: 0px 30px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer {
  padding: 6px 0px;
  box-sizing: border-box;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item {
  width: 94% !important;
  margin: 0px 3%;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .action.towishlist {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  font-size: 0px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .action.towishlist:before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../images/wishlist.svg') no-repeat scroll center / 24px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname {
  position: absolute;
  left: 106px;
  top: 14px;
  display: inline-block;
  width: auto;
  color: #fff;
  line-height: 32px;
  height: auto;
  text-align: center;
  z-index: 1;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname img {
  display: inline-block;
  width: auto;
  max-height: 40px;
  vertical-align: top;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.tag-2 {
  top: 56px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.tag-2 + .discount-container {
  top: 90px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.tag-3 {
  top: 98px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.tag-3 + .discount-container {
  top: 130px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.-extended-warranty,
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.extended-warranty {
  top: 0;
  left: auto;
  right: 14px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.-extended-warranty ~ .action-secondry .action.towishlist,
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.extended-warranty ~ .action-secondry .action.towishlist {
  top: 42px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-image-wrapper {
  z-index: 0;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-item-photo {
  overflow: hidden;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .featured-logo {
  display: flex;
  width: 100%;
  min-height: 32px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .featured-logo img.f-logo {
  display: inline-block;
  width: auto;
  padding: 0 4px;
  box-sizing: border-box;
  text-align: center;
  max-width: 25%;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-item-details .product-item-name {
  margin-bottom: 0px;
  font-size: 15px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-item-details .p-sku {
  font-family: 'DINPro-Bold';
  letter-spacing: 0.5px;
  font-weight: normal;
  line-height: 18px;
  color: #282828;
  font-size: 12px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-item-details .price-box {
  font-size: 16px;
  margin: 0 6px 0 0;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #0041c0;
  letter-spacing: 0.5px;
  line-height: 18px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-item-details .price-box span {
  font-size: 11px;
  color: #585a5a;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
  font-family: 'DINPro-Regular';
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-item-details .product-item-actions {
  margin-bottom: 10px !important;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-item-details .product-item-description {
  display: none;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-nav button span {
  left: -35px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-nav button.owl-next span {
  left: auto;
  right: -35px;
}
.catalog-product-view .sticky-container {
  padding-top: 4px;
  z-index: 2;
  background-color: #EAEAEA;
  width: 100%;
  color: #282828;
  top: -170px;
  transition: all 1s ease 0s;
}
.catalog-product-view .sticky-container .pdp-container {
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 20px;
  box-sizing: border-box;
}
.catalog-product-view .sticky-container .sticky-cont {
  display: flex;
  width: 100%;
  padding: 10px 0px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .sticky-container .sticky-cont {
    padding: 10px;
  }
}
.catalog-product-view .sticky-container .sticky-cont h2.product-name {
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  font-size: 18px;
  font-family: 'DINPro-Bold';
  margin: 0px;
  width: 32%;
  box-sizing: border-box;
  padding-right: 2%;
}
.catalog-product-view .sticky-container .sticky-cont h2.product-name .sku {
  font-size: 12px;
  font-family: 'DINPro-Regular';
  padding-top: 5px;
}
.catalog-product-view .sticky-container .sticky-cont .price-section {
  width: 32%;
}
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .price {
  font-size: 26px;
  margin: 0px;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #282828;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .special-price,
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .normal-price {
  display: inline-block;
}
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .special-price .price-label,
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .normal-price .price-label {
  display: none;
}
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .special-price .price,
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .normal-price .price {
  font-size: 26px;
  margin: 0px;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #282828;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .old-price .price {
  font-size: 15px;
  font-family: 'DINPro-Regular';
  color: #282828;
  font-weight: normal;
}
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .save-price strong {
  display: none;
}
.catalog-product-view .sticky-container .sticky-cont .price-section .mrp-incl {
  font-size: 12px;
  margin-top: -6px;
  display: inherit;
}
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec {
  width: 36%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec ul {
  padding: 0px;
  margin: 0px;
  width: 55%;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .sticky-container .sticky-cont .sty-btn-sec ul {
    width: 70%;
  }
}
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec ul li {
  list-style: none;
  margin: 0px;
  font-size: 11px;
  line-height: 17px;
}
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec ul li strong {
  font-weight: normal;
  font-family: 'DINPro-Medium';
}
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .add-to-cart-btn,
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .buy-now-btn {
  border: 1px solid #0041c0;
  padding: 5px 0px;
  border-radius: 10px;
  display: inline-block;
  width: auto;
  line-height: 22px;
  cursor: pointer;
  transition: all 1s ease 0s;
  font-family: 'DINPro-Medium';
  color: #0041c0;
  box-shadow: 10pt 10pt 30pt rgba(0, 0, 0, 0.14);
  text-align: center;
  width: 100px;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .add-to-cart-btn,
  .catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .buy-now-btn {
    width: 85px;
    text-align: center;
  }
}
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .add-to-cart-btn:hover,
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .buy-now-btn:hover {
  background: #fff;
  color: #1954C1;
}
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .buy-now-btn {
  background: #0041c0;
  color: #fff;
  margin: 0px 0px 0px 5px;
  width: 85px;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .buy-now-btn {
    margin: 3px 0px 0px 0px;
  }
}
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .buy-now-btn:hover {
  border: 1px solid #0041c0;
  background: #fff;
  color: #0041c0;
}
.catalog-product-view .sticky-container .scroll-dawn {
  background: #fff;
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #f1f1f1;
  box-shadow: 0 8px 6px -6px #f1f1f1;
  display: none;
}
.catalog-product-view .sticky-container .scroll-dawn a {
  font-size: 14px;
  color: #0041c0;
  display: inline-block;
  padding: 0px 20px;
  border-left: 1.5px solid #0041c0;
  line-height: 12px;
  font-family: 'DINPro-Medium';
}
.catalog-product-view .sticky-container .scroll-dawn a:first-child {
  border-left: 0px;
  padding-left: 0px;
}
.catalog-product-view .sticky-container.smaller {
  position: fixed;
  top: 0px;
}
.catalog-product-view .sticky-container.smaller .scroll-dawn {
  display: block;
}
.catalog-product-view .nav-sections {
  box-shadow: 0pt 10pt 10pt rgba(0, 0, 0, 0.16);
}
.catalog-product-view .nav-sections.sticky {
  position: static;
}
.catalog-product-view .breadcrumbs {
  font-family: 'DINPro-Medium';
}
.catalog-product-view .breadcrumbs .items {
  font-size: 12px;
  letter-spacing: unset;
}
.catalog-product-view .modal {
  display: none;
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.71);
  z-index: 99 !important;
}
.catalog-product-view.h-sticky {
  padding-top: 114px;
}
.catalog-product_compare-index .page-main .page-title-wrapper .page-title {
  font-size: 24px;
  color: #000000;
  padding-bottom: 10px;
  font-weight: normal;
  margin: 20px 0px 15px;
  text-align: left;
  font-family: 'DINPro-Medium';
}
.catalog-product_compare-index .page-main a.action.print {
  display: none;
}
.catalog-product_compare-index .page-main .table-comparison tbody {
  border-top: 0px !important;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr {
  border-top: 1px solid #cccccc;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr th.cell.label {
  border-right: 0px;
  padding: 10px 0px;
  width: 25%;
  display: inline-block;
  margin: 0px;
  border-bottom: 0px;
  border-top: 0px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr th.cell.label .attribute.label {
  font-family: 'DINPro-Bold';
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  font-size: 12px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td {
  padding: 10px 0px;
  width: 25%;
  display: inline-block;
  margin: 0px;
  border-top: 0px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td .attribute.value {
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  font-size: 12px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.attribute {
  text-align: center;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info {
  border-bottom: 0px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box {
  display: inline-block;
  width: 97%;
  vertical-align: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  margin: 0px 1.5%;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .cell.remove.product {
  width: auto;
  padding: 0px;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 2;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .to-hide {
  padding: 15px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box strong.product-item-name {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0px 0;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box strong.product-item-name a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 18px;
  font-family: 'DINPro-Bold';
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  text-decoration: none;
  height: 36px;
  overflow: hidden;
  font-size: 13px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .product-reviews-summary {
  display: none;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .price-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  line-height: 20px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .price-box .price-label {
  display: none;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .price-box span.price {
  font-size: 15px;
  margin: 0 12px 0 0;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #0041c0;
  letter-spacing: 0.5px;
  line-height: 20px;
}
@media only screen and (max-width: 1199px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .price-box span.price {
    margin: 0px;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .price-box span.old-price span.price {
  font-size: 12px;
  font-family: 'DINPro-Regular';
  color: #282828;
  text-decoration: line-through;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .price-box span.save-price {
  display: none;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .price-box span.mrp-incl {
  font-size: 11px;
  display: inline-block;
  width: 100%;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .product-item-actions {
  display: inline-block;
  width: 100%;
  margin: 0px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .product-item-actions .actions-secondary {
  display: none;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .product-item-actions .actions-primary {
  width: 100%;
  max-width: 300px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .product-item-actions .actions-primary button.action.tocart {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: #0041c0;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 40px;
  font-family: 'DINPro-Regular';
  font-weight: normal;
  text-transform: capitalize;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td:last-child {
  border-right: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*======================Custom Css for filter section======================*/
  #layered-filter-block .filter-subtitle {
    font-size: 13px;
  }
  #layered-filter-block .filter-options-item {
    border-radius: 8px;
    padding: 5%;
  }
  #layered-filter-block .filter-options-item .filter-options-title {
    font-size: 13px;
  }
  #layered-filter-block .filter-options-item .item a {
    font-size: 12px;
  }
  .amshopby-slider-container .amshopby-slider-display {
    font-size: 12px;
  }
  /*======================Custom Css for toolbar======================*/
  .toolbar {
    /*.modes-mode {
			padding: 0 5px;		
		}
		
		.sorter {
			.sorter-label {
				font-size: 12px;
				letter-spacing: 0px;
			}
		}
		
		.sorter-options { 
			margin: 0 0 0 5px;
			padding: 0 20px 0 5px;
			font-size: 10px;
			letter-spacing: 0.2px;
		}
		
		.total-product-count {
			margin: 0 5px;
			font-size: 10px;
			letter-spacing: 0.2px;
		}*/
  }
  /*======================Custom Css for product grids======================*/
  .page-products .product-item-info {
    border-radius: 8px;
  }
  .page-products .product-item-details .product-item-actions .actions-primary .action.tocart.learn-more {
    font-size: 12px;
    border-radius: 5px;
    line-height: 30px;
  }
  .page-products .product-item-details .product-item-actions .actions-secondary button.action.tocart {
    margin: 0;
    line-height: 32px;
    border-radius: 5px;
    font-size: 12px;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .product-item-details .product-item-name a {
    font-size: 12px;
  }
  .product-item-details .product-item-actions .action.tocompare {
    bottom: 20px;
  }
  .product-item-details .product-item-actions .action.tocompare span {
    font-size: 11px;
  }
  .product-item-details .price-box {
    height: 30px;
  }
  .product-item-details .price-box span.price {
    font-size: 14px;
    margin: 0 8px 0 0;
  }
  .product-item-details .price-box span.old-price span.price {
    font-size: 10px;
  }
  .product-item-details .price-box span.mrp-incl {
    vertical-align: top;
    width: 100%;
  }
  .product-item-details .discount-container {
    right: 10px;
    /*top: 10px;*/
    top: 26px;
    font-size: 10px;
  }
  .product-item-details .companyname {
    top: 6px;
    left: -4.5px;
  }
  .product-item-details .companyname img {
    height: 28px;
  }
  .product-item-details .companyname.tag-2 {
    top: 36px;
  }
  .product-item-details .companyname.tag-3 {
    top: 66px;
  }
  .product-item-details .companyname.-extended-warranty,
  .product-item-details .companyname.extended-warranty {
    right: 10px;
    top: 0;
  }
  .product-item-details .companyname.-extended-warranty ~ .product-item-inner .actions-secondary .action.towishlist,
  .product-item-details .companyname.extended-warranty ~ .product-item-inner .actions-secondary .action.towishlist {
    top: 34px;
  }
  .product-item-details .companyname.-extended-warranty img,
  .product-item-details .companyname.extended-warranty img {
    height: 36px;
  }
  .product-item-details .companyname + .discount-container {
    top: 26px;
  }
  .product-item-details .companyname.tag-1.-extended-warranty + .discount-container,
  .product-item-details .companyname.tag-1.extended-warranty + .discount-container {
    /*top: 10px;*/
  }
  .product-item-details .offer-content-section {
    font-size: 9px;
    line-height: 16px;
    min-height: 68px;
  }
  .category-form-sec .category-form-pic {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .category-form-sec .category-form-pic img {
    transform: scale(1.2);
    bottom: 21px;
  }
  .category-form-sec .category-filter-form {
    width: 50%;
  }
  .category-form-sec .category-filter-form form {
    padding: 5% 0;
  }
  .category-form-sec .category-filter-form p {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 4px;
  }
  .category-form-sec .category-filter-form .field {
    margin: 0 0 12px;
  }
  .category-form-sec .category-filter-form .field .option {
    margin: 7px 8px 7px 0;
  }
  .category-form-sec .category-filter-form .field .option label {
    padding: 6px;
    border-radius: 4px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  /*======================Custom Css for catgeory form======================*/
  .category-form-sec .category-form-pic img {
    bottom: 16px;
  }
  .category-form-sec .category-filter-form form {
    padding: 5% 0;
  }
  /*======================Custom Css for toolbar======================*/
  .toolbar {
    /*.modes-mode {
			padding: 0 5px;		
		}
		
		.sorter {
			.sorter-label {
				font-size: 12px;
				letter-spacing: 0px;
			}
		}
		
		.sorter-options { 
			margin: 0 0 0 5px;
			padding: 0 20px 0 5px;
			font-size: 10px;
			letter-spacing: 0.2px;
		}
		
		.total-product-count {
			margin: 0 10px;
			font-size: 12px;
			letter-spacing: 0.5px;
		}*/
  }
  /*======================Custom Css for product grids======================*/
  .product-item-details .product-item-actions .action.tocompare {
    bottom: 30px;
  }
  .product-item-details .offer-content-section {
    min-height: 75px;
  }
  .product-item-details .discount-container {
    top: 38px;
    font-size: 11px;
    line-height: 16px;
  }
  .product-item-details .companyname {
    top: 13px;
    left: -4.5px;
  }
  .product-item-details .companyname img {
    height: 32px;
  }
  .product-item-details .companyname.tag-2 {
    top: 48px;
  }
  .product-item-details .companyname.tag-3 {
    top: 83px;
  }
  .product-item-details .companyname.-extended-warranty,
  .product-item-details .companyname.extended-warranty {
    top: 0;
    left: auto;
    right: 12px;
  }
  .product-item-details .companyname.-extended-warranty ~ .product-item-inner .actions-secondary .action.towishlist,
  .product-item-details .companyname.extended-warranty ~ .product-item-inner .actions-secondary .action.towishlist {
    top: 40px;
  }
  .product-item-details .companyname.-extended-warranty img,
  .product-item-details .companyname.extended-warranty img {
    height: 38px;
  }
  .product-item-details .companyname + .discount-container {
    top: 38px;
  }
  .product-item-details .companyname.tag-1.-extended-warranty + .discount-container,
  .product-item-details .companyname.tag-1.extended-warranty + .discount-container {
    /*top: 12px;*/
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*======================Custom Css for checkout forms======================*/
  .checkout-container #checkoutSteps {
    padding: 15px;
  }
  .checkout-container #checkoutSteps .step-content .field .shipping-address-item {
    font-size: 11px;
    line-height: 20px;
  }
  .checkout-container #checkoutSteps .step-content .review-order-container .shipping-information-content {
    font-size: 11px;
    line-height: 20px;
  }
  .checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method {
    width: calc((50% - 20px));
    margin: 0 10px;
  }
  .checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method:nth-child(4),
  .checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method:nth-child(7) {
    margin-left: 0;
  }
  .checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title .payment-text {
    font-size: 11px;
    line-height: 18px;
    min-height: 56px;
  }
  .checkout-container .opc-sidebar .opc-block-summary {
    padding: 15px;
  }
  .checkout-container .opc-sidebar .opc-block-summary .free-delivery p {
    font-size: 12px;
  }
  .checkout-container .opc-sidebar .opc-block-summary .custom-text p {
    font-size: 10px;
    line-height: 14px;
  }
  .checkout-container .opc-sidebar .opc-block-summary .table-totals th {
    font-size: 11px;
    line-height: 24px;
    height: 24px;
  }
  .checkout-container .opc-sidebar .opc-block-summary .table-totals .amount span.price {
    font-size: 11px;
    line-height: 24px;
    height: 24px;
  }
  .checkout-container .opc-sidebar .opc-block-summary .table-totals .grand.totals th strong {
    font-size: 11px;
    letter-spacing: 0px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title .payment-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.customer-account-create .page-main .page-title-wrapper .page-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 30px 0 20px;
  line-height: 40px;
  font-size: 28px;
  font-family: 'DINPro-Bold';
  letter-spacing: 1px;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .page-main .page-title-wrapper .page-title {
    font-size: 20px;
    text-align: left;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-bottom: 0px;
  }
}
.customer-account-create .page-main .form.create.account {
  width: 100%;
  margin: 0px auto;
  max-width: 760px;
  padding: 10px 20px 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .page-main .form.create.account {
    padding: 10px 10px 20px;
    width: 96%;
    margin: 0px 2%;
  }
}
.customer-account-create .page-main .form.create.account .fieldset.create.info {
  display: flex;
  flex-wrap: wrap;
}
.customer-account-create .page-main .form.create.account .fieldset.create.info .legend {
  order: 1;
}
.customer-account-create .page-main .form.create.account .fieldset.create.info .field.field-name-firstname {
  order: 2;
}
.customer-account-create .page-main .form.create.account .fieldset.create.info .field.field-name-lastname {
  order: 3;
}
.customer-account-create .page-main .form.create.account .fieldset.create.info .field.date.field-dob {
  order: 4;
}
.customer-account-create .page-main .form.create.account .fieldset.create.info .field.gender {
  order: 5;
}
.customer-account-create .page-main .form.create.account .fieldset.create.info .field.choice {
  order: 6;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .page-main .form.create.account .fieldset.create.info .field.choice {
    width: 100%;
  }
}
.customer-account-create .page-main .fieldset {
  margin-bottom: 20px;
}
.customer-account-create .page-main .fieldset .legend {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin: 10px 0;
  font-weight: normal;
  color: #282828;
  font-family: 'DINPro-Medium';
  padding: 0px;
}
.customer-account-create .page-main .fieldset .legend span {
  color: #282828;
  font-family: 'DINPro-Medium';
  font-size: 16px;
}
.customer-account-create .page-main .fieldset .field {
  float: left;
  width: 50%;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .page-main .fieldset .field {
    padding-right: 10px;
  }
}
.customer-account-create .page-main .fieldset .field .label {
  padding: 0;
  line-height: 30px;
  color: #282828;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin: 0px;
  font-weight: normal;
}
.customer-account-create .page-main .fieldset .field input[type="text"],
.customer-account-create .page-main .fieldset .field input[type="password"],
.customer-account-create .page-main .fieldset .field input[type="email"],
.customer-account-create .page-main .fieldset .field select {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid #919191;
  font-size: 13px;
  letter-spacing: 0.5px;
  box-shadow: none;
  box-sizing: border-box;
  color: #000000;
  font-weight: normal;
  z-index: 1;
}
.customer-account-create .page-main .fieldset .field input[type="checkbox"] {
  height: 20px;
  width: 20px;
}
.customer-account-create .page-main .fieldset .field .control.customer-dob {
  position: relative;
}
.customer-account-create .page-main .fieldset .field .control.customer-dob button.ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 10px;
}
.customer-account-create .page-main .fieldset .field.field.newsletter .label {
  position: relative;
  top: -3px;
}
.customer-account-create .page-main .fieldset .mobileget,
.customer-account-create .page-main .fieldset .otpverify {
  width: 50%;
  display: flex;
  padding-right: 20px;
  box-sizing: border-box;
  float: left;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .page-main .fieldset .mobileget,
  .customer-account-create .page-main .fieldset .otpverify {
    width: 100%;
    padding-right: 0px;
  }
}
.customer-account-create .page-main .fieldset .mobileget .otp-content,
.customer-account-create .page-main .fieldset .otpverify .otp-content {
  position: relative;
  width: 70%;
  display: inline-block;
  padding-bottom: 15px;
  float: left;
}
.customer-account-create .page-main .fieldset .mobileget .otp-content span.field,
.customer-account-create .page-main .fieldset .otpverify .otp-content span.field {
  padding: 0px;
  margin: 0px;
}
.customer-account-create .page-main .fieldset .mobileget .otp-content .intl-tel-input,
.customer-account-create .page-main .fieldset .otpverify .otp-content .intl-tel-input {
  width: 95%;
}
.customer-account-create .page-main .fieldset .mobileget .otp-content .error,
.customer-account-create .page-main .fieldset .otpverify .otp-content .error {
  width: 100%;
  float: left;
  font-size: 12px;
  position: absolute;
  bottom: -10px;
}
.customer-account-create .page-main .fieldset .mobileget .otp-content input,
.customer-account-create .page-main .fieldset .otpverify .otp-content input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid #919191;
  font-size: 13px;
  letter-spacing: 0.5px;
  box-shadow: none;
  box-sizing: border-box;
  color: #000000;
  font-weight: normal;
  font-family: 'DINPro-Regular';
}
.customer-account-create .page-main .fieldset .mobileget .model-bottom,
.customer-account-create .page-main .fieldset .otpverify .model-bottom {
  width: 30%;
}
.customer-account-create .page-main .fieldset .mobileget .model-bottom .submitbtnajax,
.customer-account-create .page-main .fieldset .otpverify .model-bottom .submitbtnajax {
  width: 100%;
}
.customer-account-create .page-main .fieldset .mobileget .model-bottom .submitbtnajax .action.primary,
.customer-account-create .page-main .fieldset .otpverify .model-bottom .submitbtnajax .action.primary {
  line-height: 40px;
  padding: 0px;
  border-radius: 6px;
  background: #0041C0;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'DINPro-Medium';
  border: 1px solid #0041C0;
  transition: all 1s ease 0s;
  height: 40px;
  width: 100%;
  text-align: center;
}
.customer-account-create .page-main .fieldset .mobileget .model-bottom .submitbtnajax .action.primary:hover,
.customer-account-create .page-main .fieldset .otpverify .model-bottom .submitbtnajax .action.primary:hover {
  background: #fff;
  color: #0041C0;
}
.customer-account-create .page-main .fieldset .otpverify {
  display: flex;
  float: left;
  padding-right: 0px;
}
.customer-account-create .page-main .fieldset .otpverify .otp-content.fieldset {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.customer-account-create .page-main .fieldset .otpverify .otp-content.fieldset input {
  width: 66%;
  float: left;
  margin-right: 4%;
}
.customer-account-create .page-main .fieldset .otpverify .otp-content.fieldset .model-bottom {
  margin-top: 0px;
}
.customer-account-create .page-main .actions-toolbar {
  text-align: center;
}
.customer-account-create .page-main .actions-toolbar .primary {
  float: none;
}
.customer-account-create .page-main .actions-toolbar .primary .action {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 6px;
  background: #0041C0;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'DINPro-Medium';
  border: 1px solid #0041C0;
  transition: all 1s ease 0s;
  margin-right: 0px;
}
.customer-account-create .page-main .actions-toolbar .primary .action:hover {
  background: #fff;
  color: #0041C0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*======================Custom Css for Dashboard======================*/
  body.account .sidebar .block .content {
    padding: 10px 5px;
  }
  body.account .sidebar .nav.item {
    padding: 0 5px;
  }
  body.account .sidebar .nav.item a {
    letter-spacing: 0px;
    font-size: 11px;
  }
  body.account .sidebar .nav.item strong {
    letter-spacing: 0px;
    font-size: 11px;
  }
  body.account .columns .page-title-wrapper .page-title span {
    line-height: 36px;
    font-size: 24px;
  }
  body.account .columns .page-title-wrapper .order-status {
    width: 35%;
  }
  body.account .columns .page-title-wrapper .order-actions-toolbar {
    width: 35%;
  }
  body.account .columns .page-title-wrapper .order-date {
    width: 30%;
  }
  body.account .columns table tr th {
    padding: 10px 5px;
    letter-spacing: 0.2px;
    font-size: 12px;
  }
  body.account .columns table tr td {
    padding: 10px 5px;
    letter-spacing: 0.2px;
    font-size: 12px;
  }
  body.account .columns .block .block-content .box .box-content p {
    font-size: 13px;
  }
  body.account .columns .block .block-content .box .box-content address {
    font-size: 13px;
  }
  body.account .columns .products-grid.wishlist .product-item-link {
    font-size: 12px;
  }
  body.account .columns .products-grid.wishlist .price-box {
    min-height: 30px;
  }
  body.account .columns .products-grid.wishlist .price-box span.price {
    font-size: 14px;
    margin: 0 8px 0 0;
  }
  body.account .columns .products-grid.wishlist .price-box .old-price span.price {
    font-size: 10px;
  }
  body.account .columns .products-grid.wishlist .price-box span.mrp-incl {
    vertical-align: top;
    width: 100%;
  }
  body.account .columns .products-grid.wishlist .product-item-inner .box-tocart .field.qty {
    display: none;
  }
  body.account .columns .products-grid.wishlist .product-item-inner .box-tocart .product-item-actions {
    width: 100%;
  }
  body.account .columns .products-grid.wishlist .product-item-inner .product-item-actions button.action.tocart {
    font-size: 12px;
    line-height: 32px;
    border-radius: 6px;
  }
  body.account .columns form.form-address-edit .field.address-type,
  body.account .columns form.form-edit-account .field.address-type,
  body.account .columns form.form-newsletter-manage .field.address-type {
    width: 100%;
  }
  body.account .columns form.form-address-edit .field.choice .label,
  body.account .columns form.form-edit-account .field.choice .label,
  body.account .columns form.form-newsletter-manage .field.choice .label {
    font-size: 12px;
  }
  body.account .columns .order-details-items table tr td .product-item-name {
    font-size: 12px;
  }
  body.account .columns .order-details-items table tr td.price span,
  body.account .columns .order-details-items table tr td.subtotal span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  /*======================Custom Css for dashboard======================*/
  body.account .columns .page-title-wrapper .order-status {
    width: 25%;
  }
  body.account .columns .page-title-wrapper .order-actions-toolbar {
    width: 25%;
  }
  body.account .columns .page-title-wrapper .order-date {
    width: 50%;
  }
  body.account .columns .products-grid.wishlist .price-box {
    min-height: 30px;
  }
  body.account .columns .products-grid.wishlist .price-box span.mrp-incl {
    vertical-align: top;
    width: 100%;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*======================Custom Css for header======================*/
  body .header.content {
    padding: 15px 20px;
  }
  .header .logo img {
    height: 28px;
    width: auto;
    margin: 3px 0 0;
  }
  .header .location-container {
    margin-left: 12px;
  }
  .header .block-search {
    width: 200px;
  }
  .header .block-search input {
    padding-right: 30px;
    padding-left: 12px;
  }
  .header .block-search .action.search {
    right: 2px;
  }
  .nav-sections .navigation ul li.level0 {
    padding: 0 5px 0 2px;
  }
  .nav-sections .navigation ul li.level0 a.level-top {
    font-size: 11px;
    letter-spacing: 0.1px;
  }
  .nav-sections .navigation ul li.level0 #desktop-menu-icon {
    width: 14px;
    height: 14px;
    background-size: 14px;
    margin: 15px 0;
  }
  .nav-sections .navigation ul li.level0 .megamenu-list .menu-list a {
    font-size: 12px;
    margin: 3px 0;
  }
  .nav-sections .navigation ul li.level0 .desktop-menu-list a {
    font-size: 12px;
    margin: 2px 0;
  }
  /*======================Custom Css for footer content======================*/
  .foot-col-title span {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 8px;
  }
  .foot-col-content ul.foot-links a {
    font-size: 12px;
    line-height: 18px;
  }
  .foot-col-content ul.foot-links li {
    line-height: 18px;
  }
  .foot-col-content ul.foot-links.social-links a {
    margin: 5px;
  }
  .foot-contact .foot-icon {
    width: 20px;
  }
  .foot-contact .foot-cont {
    width: calc((100% - 30px));
    margin: 0 0 0 5px;
  }
  .foot-contact .foot-cont-info a {
    font-size: 12px;
    word-wrap: break-word;
  }
  /*======================Custom Css for home page content======================*/
  .home-cont-sec.home-cont-sec-5 .home-sec-desc {
    padding: 0 4%;
  }
  .home-info-block {
    margin: 0 1.1%;
  }
  .home-info-block.home-info-block-1 {
    max-width: 68px;
  }
  .home-info-block.home-info-block-2 {
    max-width: 100px;
  }
  .home-info-block.home-info-block-3 {
    max-width: 88px;
  }
  .home-info-block.home-info-block-4 {
    max-width: 58px;
  }
  .home-info-block.home-info-block-5 {
    max-width: 56px;
  }
  .home-info-block.home-info-block-6 {
    max-width: 45px;
  }
  .home-info-block.home-info-block-7 {
    max-width: 64px;
  }
  .home-info-block.home-info-block-8 {
    max-width: 60px;
  }
  .home-info-block.home-info-block-9 {
    max-width: 58px;
  }
  .home-info-block .term-info-cond .term-details {
    line-height: 13px;
    font-size: 10px;
  }
  .home-info-cont .info-details {
    font-size: 11px;
    letter-spacing: 0.1px;
  }
  #top-product-element .top-products {
    padding: 0 25px;
  }
  #top-product-element .top-products .deal-offer-left-sec img {
    height: 662px;
    border-radius: 12px;
  }
  #top-product-element .top-products .deal-offer-right-sec.full-width .home-page-product-list.desc-vertical-banner img {
    height: 325px;
    border-radius: 12px;
  }
  #top-product-element .top-products .home-page-product-list.desc-vertical-banner img {
    height: 325px;
    border-radius: 12px;
  }
  #top-product-element .custom_addto_form {
    padding: 8px;
    border-radius: 12px;
  }
  #top-product-element .custom_addto_form .product-name a {
    font-size: 12px;
    height: 32px;
    line-height: 16px;
  }
  #top-product-element .custom_addto_form .product-sku {
    line-height: 14px;
    margin: 2px 0 0;
  }
  #top-product-element .custom_addto_form .product-sku span {
    font-size: 9px;
  }
  #top-product-element .custom_addto_form .price-box {
    margin: 0;
    line-height: 18px;
    height: 32px;
  }
  #top-product-element .custom_addto_form .price-box span {
    line-height: 18px;
  }
  #top-product-element .custom_addto_form .price-box span.price {
    font-size: 13px;
    line-height: 18px;
  }
  #top-product-element .custom_addto_form .price-box span.old-price span.price {
    font-size: 11px;
  }
  #top-product-element .custom_addto_form .price-box span.mrp-incl {
    font-size: 8px;
    float: left;
  }
  #top-product-element .custom_addto_form .offer-content-section {
    font-size: 9px;
    line-height: 14px;
    min-height: 70px;
  }
  #top-product-element .custom_addto_form .pwc-img-wrapper {
    margin: 32px 0 0;
  }
  #top-product-element .custom_addto_form .pwc-img-wrapper img {
    max-height: 65px;
  }
  #top-product-element .custom_addto_form .pwc-content-wrapper .action.tocart {
    font-size: 13px;
    line-height: 30px;
  }
  #top-product-element .custom_addto_form .pwc-content-wrapper .action.towishlist {
    right: 6px;
  }
  #top-product-element .custom_addto_form .discount-container {
    /*top: 8px;*/
    top: 30px;
    left: 6px;
    line-height: 14px;
    font-size: 10px;
  }
  #top-product-element .custom_addto_form .companyname {
    left: -5px;
    top: 8px;
    line-height: 28px;
  }
  #top-product-element .custom_addto_form .companyname img {
    max-height: 28px;
  }
  #top-product-element .custom_addto_form .companyname.tag-2 {
    top: 40px;
  }
  #top-product-element .custom_addto_form .companyname.tag-3 {
    top: 72px;
  }
  #top-product-element .custom_addto_form .companyname.-extended-warranty,
  #top-product-element .custom_addto_form .companyname.extended-warranty {
    right: 6px;
    top: 0;
  }
  #top-product-element .custom_addto_form .companyname.-extended-warranty img,
  #top-product-element .custom_addto_form .companyname.extended-warranty img {
    max-height: 34px;
  }
  #top-product-element .custom_addto_form .companyname.-extended-warranty ~ .pwc-content-wrapper .action.towishlist,
  #top-product-element .custom_addto_form .companyname.extended-warranty ~ .pwc-content-wrapper .action.towishlist {
    top: 34px;
  }
  #top-product-element .custom_addto_form .companyname + .discount-container {
    top: 30px;
  }
  #top-product-element .custom_addto_form .companyname.tag-1.-extended-warranty + .discount-container,
  #top-product-element .custom_addto_form .companyname.tag-1.extended-warranty + .discount-container {
    /*top: 8px;*/
  }
  .featured-logo {
    min-height: 22px;
  }
  .featured-logo .feature-pic {
    line-height: 20px;
  }
  .featured-logo .feature-pic img {
    max-height: 20px;
  }
  .new-launch-slider-sec {
    padding: 0px 25px;
  }
  .new-launch-slider-sec .new-launch a .companyname {
    left: 2px;
    top: 10px;
    line-height: 28px;
  }
  .new-launch-slider-sec .new-launch a .companyname img {
    max-height: 28px;
  }
  .new-launch-slider-sec .new-launch a .companyname.tag-2 {
    top: 44px;
  }
  .new-launch-slider-sec .new-launch a .companyname.tag-3 {
    top: 74px;
  }
  .new-launch-slider-sec .new-launch a .companyname.-extended-warranty,
  .new-launch-slider-sec .new-launch a .companyname.extended-warranty {
    right: 13px;
    top: 6px;
  }
  .new-launch-slider-sec .new-launch img {
    border-radius: 12px;
  }
  .mirale-video-sec iframe {
    max-height: 360px;
  }
  .mirale-slider-sec {
    padding: 25px 25px 10px;
  }
  .mirale-slider-sec .new-launch a .companyname {
    left: 2px;
    top: 10px;
    line-height: 28px;
  }
  .mirale-slider-sec .new-launch a .companyname img {
    max-height: 28px;
  }
  .mirale-slider-sec .new-launch a .companyname.tag-2 {
    top: 42px;
  }
  .mirale-slider-sec .new-launch a .companyname.tag-3 {
    top: 74px;
  }
  .mirale-slider-sec .new-launch a .companyname.-extended-warranty,
  .mirale-slider-sec .new-launch a .companyname.extended-warranty {
    right: 13px;
    top: 6px;
  }
  .mirale-slider-sec .new-launch img {
    border-radius: 12px;
  }
  .cate-block .cate-pic {
    border-radius: 12px;
  }
  .explore-category-slider-sec {
    padding: 0 25px;
  }
  .home-sec-desc {
    padding: 0 10%;
  }
  .supp-block {
    max-width: 110px;
    margin: 10px 4px;
  }
  .supp-block .supp-pic img {
    max-width: 70px;
  }
  .supp-block .supp-label {
    font-size: 12px;
    letter-spacing: 0.2px;
  }
  .about-banner-sec .banner-over-cont span.boc-top {
    font-size: 15px;
  }
  .about-banner-sec .banner-over-cont span.boc-middle {
    font-size: 46px;
    line-height: 44px;
  }
  .about-banner-sec .banner-over-cont span.boc-last {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  /*======================Custom Css for Header======================*/
  .nav-sections .navigation ul li.level0 {
    padding: 0 1.15%;
  }
  .nav-sections .navigation ul li.level0 a.level-top {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
  /*======================Custom Css for footer======================*/
  .foot-col-content ul.foot-links.social-links a {
    margin: 5px 10px 5px 0;
  }
  .foot-col-content ul.foot-links a {
    font-size: 13px;
  }
  .foot-contact .foot-cont-info a {
    font-size: 13px;
    word-wrap: break-word;
  }
  /*======================Custom Css for home page======================*/
  .home-info-block {
    margin: 0 1.8%;
  }
  .home-info-block.home-info-block-1 {
    max-width: 84px;
  }
  .home-info-block.home-info-block-2 {
    max-width: 120px;
  }
  .home-info-block.home-info-block-3 {
    max-width: 106px;
  }
  .home-info-block.home-info-block-4 {
    max-width: 70px;
  }
  .home-info-block.home-info-block-5 {
    max-width: 68px;
  }
  .home-info-block.home-info-block-6 {
    max-width: 60px;
  }
  .home-info-block.home-info-block-7 {
    max-width: 78px;
  }
  .home-info-block.home-info-block-8 {
    max-width: 60px;
  }
  .home-info-block.home-info-block-9 {
    max-width: 70px;
  }
  .home-info-cont .info-details {
    letter-spacing: 0.2px;
    font-size: 13px;
  }
  #top-product-element .custom_addto_form .pwc-img-wrapper {
    margin: 30px 0 0;
  }
  #top-product-element .custom_addto_form .pwc-img-wrapper img {
    max-height: 80px;
  }
  #top-product-element .custom_addto_form .discount-container {
    left: 10px;
    line-height: 16px;
    font-size: 11px;
    /*top: 14px;*/
    top: 38px;
  }
  #top-product-element .custom_addto_form .offer-content-section {
    min-height: 95px;
  }
  #top-product-element .custom_addto_form .companyname img {
    max-height: 32px;
  }
  #top-product-element .custom_addto_form .companyname.tag-2 {
    top: 48px;
  }
  #top-product-element .custom_addto_form .companyname.tag-3 {
    top: 82px;
  }
  #top-product-element .custom_addto_form .companyname.-extended-warranty,
  #top-product-element .custom_addto_form .companyname.extended-warranty {
    right: 13px;
    top: 0;
  }
  #top-product-element .custom_addto_form .companyname.-extended-warranty img,
  #top-product-element .custom_addto_form .companyname.extended-warranty img {
    max-height: 44px;
  }
  #top-product-element .custom_addto_form .companyname + .discount-container {
    top: 38px;
  }
  #top-product-element .custom_addto_form .companyname.tag-1.-extended-warranty + .discount-container,
  #top-product-element .custom_addto_form .companyname.tag-1.extended-warranty + .discount-container {
    /*top: 14px;*/
  }
  #top-product-element .product-name a {
    font-size: 12px;
  }
  #top-product-element .top-products .deal-offer-left-sec img {
    height: 790px;
  }
  #top-product-element .top-products .deal-offer-right-sec.full-width .home-page-product-list.desc-vertical-banner img {
    height: 389px;
  }
  #top-product-element .top-products .home-page-product-list.desc-vertical-banner img {
    height: 389px;
  }
  .featured-logo {
    min-height: 27px;
  }
  .featured-logo .feature-pic {
    line-height: 25px;
  }
  .featured-logo .feature-pic img {
    max-height: 25px;
  }
  .new-launch-slider-sec .new-launch a .companyname {
    left: 2px;
    top: 14px;
    line-height: 28px;
  }
  .new-launch-slider-sec .new-launch a .companyname img {
    max-height: 28px;
  }
  .new-launch-slider-sec .new-launch a .companyname.tag-2 {
    top: 48px;
  }
  .new-launch-slider-sec .new-launch a .companyname.tag-3 {
    top: 80px;
  }
  .new-launch-slider-sec .new-launch a .companyname.-extended-warranty,
  .new-launch-slider-sec .new-launch a .companyname.extended-warranty {
    right: 16px;
    top: 6px;
  }
  .mirale-video-sec iframe {
    max-height: 420px;
  }
  .mirale-slider-sec .new-launch a .companyname {
    left: 2px;
    top: 14px;
    line-height: 28px;
  }
  .mirale-slider-sec .new-launch a .companyname img {
    max-height: 28px;
  }
  .mirale-slider-sec .new-launch a .companyname.tag-2 {
    top: 48px;
  }
  .mirale-slider-sec .new-launch a .companyname.tag-3 {
    top: 82px;
  }
  .mirale-slider-sec .new-launch a .companyname.-extended-warranty,
  .mirale-slider-sec .new-launch a .companyname.extended-warranty {
    right: 16px;
    top: 6px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1280px) {
  /*======================Custom Css for Header======================*/
  .nav-sections .navigation ul li.level0 {
    padding: 0 1.55%;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .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-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1540px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    /*margin-bottom: @indent__m;*/
  }
  .nav-sections.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
    text-align: center;
    background: none;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .navigation ul {
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
  .navigation ul li.level0 {
    width: auto;
    margin: 0;
    padding: 0 1.85%;
    position: static;
    border-right: 1px solid transparent;
    line-height: 18px;
    box-sizing: border-box;
    vertical-align: top;
    background: rgba(0, 0, 0, 0) url(../images/nav-border.png) no-repeat scroll center right -1px;
    background-size: 1px 18px;
  }
  .navigation ul li.level0 .menu-box {
    display: inline-block;
    width: auto;
    vertical-align: top;
    padding: 13px 0;
  }
  .navigation ul li.level0 .menu-box.parent-box:hover .megamenu-dropdown {
    opacity: 1;
    visibility: visible;
    top: 44px;
    display: block;
  }
  .navigation ul li.level0 .menu-box.parent-box:hover a.level-top:after {
    top: calc((100% + 12px));
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 65, 192, 0);
    border-top-color: #0041c0;
    border-width: 12px;
    margin-left: -12px;
    z-index: 1;
  }
  .navigation ul li.level0 a.level-top {
    padding: 0;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 400;
    position: relative;
    background: #0041c0;
    float: left;
  }
  .navigation ul li.level0 a.level-top img {
    display: none;
    width: 60px;
    vertical-align: top;
  }
  .navigation ul li.level0 a.level-top .ui-menu-icon {
    display: none !important;
  }
  .navigation ul li.level0 a.level-top span {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .navigation ul li.level0 a.level-top:hover {
    color: #ffffff;
  }
  .navigation ul li.level0 a.level-top#desktop-second-menu {
    background: none;
  }
  .navigation ul li.level0.parent a.level-top {
    padding-right: 8px;
  }
  .navigation ul li.level0:last-child {
    padding-right: 0;
    border: none;
    background: none;
  }
  .navigation ul li.level0:last-child:after {
    content: none;
    border: none;
  }
  .navigation ul li.level0:first-child {
    padding-left: 0;
  }
  .navigation ul li.level0 .desktop-menu-dropdown {
    position: absolute;
    width: 220px;
    left: 10px;
    top: 150%;
    background: #fff;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
    transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
  }
  .navigation ul li.level0.menu-icon {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
  }
  .navigation ul li.level0.menu-icon:after {
    border: none;
    content: none;
  }
  .navigation ul li.level0.menu-icon:hover .desktop-menu-dropdown {
    opacity: 1;
    visibility: visible;
    top: 44px;
  }
  .navigation ul li.level0 #desktop-menu-icon {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../images/desktop-menu-icon.svg) no-repeat scroll center / 20px;
    vertical-align: top;
    margin: 13px 0;
  }
  .navigation ul li.level0 .megamenu-dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    top: 150%;
    background: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
    display: none;
    /*transition: all .1s ease-in-out 0s;
						-moz-transition: all .1s ease-in-out 0s;
						-webkit-transition: all .1s ease-in-out 0s;
						-o-transition: all .1s ease-in-out 0s;*/
  }
  .navigation ul li.level0 .megamenu-container {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
    max-width: 1540px;
    padding: 20px;
    box-sizing: border-box;
  }
  .navigation ul li.level0 .megamenu-cont {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .navigation ul li.level0 .megamenu-list {
    float: left;
    width: 20%;
    text-align: left;
    margin: 0 2% 0 0;
  }
  .navigation ul li.level0 .megamenu-list .menu-list {
    padding: 0;
  }
  .navigation ul li.level0 .megamenu-list .menu-list li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
  }
  .navigation ul li.level0 .megamenu-list .menu-list a {
    display: inline-block;
    width: auto;
    vertical-align: top;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: normal;
    line-height: 20px;
    color: #000000;
    margin: 10px 0;
    text-decoration: none;
    border-bottom: 2px solid transparent;
  }
  .navigation ul li.level0 .megamenu-list .menu-list a:hover {
    color: #0041C0;
    border-bottom: 2px solid #0041C0;
    font-family: "DINPro-Bold";
  }
  .navigation ul li.level0 .megamenu-banner {
    float: right;
    width: 78%;
    padding: 0 0 0 5%;
    box-sizing: border-box;
    border-left: 1px solid #a4a4a4;
  }
  .navigation ul li.level0 .megamenu-banner a {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .navigation ul li.level0 .megamenu-banner img {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-radius: 12px;
  }
  .navigation ul li.level0 .desktop-menu-cont {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 15px 20px;
    box-sizing: border-box;
  }
  .navigation ul li.level0 .desktop-menu-list {
    padding: 0;
  }
  .navigation ul li.level0 .desktop-menu-list li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0;
    margin: 0;
  }
  .navigation ul li.level0 .desktop-menu-list a {
    display: inline-block;
    width: auto;
    vertical-align: top;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin: 5px 0;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    box-sizing: border-box;
  }
  .navigation ul li.level0 .desktop-menu-list a:hover {
    color: #0041C0;
    border-color: #0041C0;
    font-family: "DINPro-Bold";
  }
  .navigation ul li.level0:hover:after {
    content: none;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  #amasty-shopby-product-list #amasty-shopby-overlay .loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav .filter-options {
    margin-top: 20px;
    padding: 3px 0;
    border-top: 1px solid #cccccc;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 150px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    position: static;
    display: inline-block;
    margin: 0 0 0 15px;
  }
  .am_shopby_apply_filters {
    visibility: hidden;
    position: absolute;
    bottom: inherit;
    display: none;
    width: inherit;
    padding: 0;
    z-index: 9999;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am-show-button {
    position: static;
    margin: 0 0 10px;
    padding: 10px;
    width: inherit;
    border: 1px solid #cccccc;
  }
  .am-show-button.-vertical {
    padding-left: 0;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    box-shadow: 10px 8px 16px rgba(0, 0, 0, 0.16);
  }
  .am-show-button.-vertical:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -20px;
    display: block;
    width: 40px;
    height: 40px;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0 0 0 3px;
    transform: rotate(45deg);
    transform-origin: 50%;
    box-sizing: border-box;
    box-shadow: 7px 6px 16px rgba(0, 0, 0, 0.16);
    z-index: -1;
  }
  .am-show-button.-vertical-right {
    padding: 10px 0;
    min-width: 145px;
    text-align: right;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    box-shadow: -8px 8px 16px rgba(0, 0, 0, 0.16);
  }
  .am-show-button.-vertical-right > .-loading {
    margin: 0 20px;
  }
  .am-show-button.-vertical-right:before {
    content: '';
    position: absolute;
    top: 8px;
    right: -20px;
    display: block;
    width: 40px;
    height: 40px;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0 0 0 3px;
    transform: rotate(45deg);
    transform-origin: 50%;
    box-sizing: border-box;
    box-shadow: 5px 6px 16px rgba(0, 0, 0, 0.16);
    z-index: -1;
  }
  .am-show-button.-horizontal {
    border-radius: 4px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
  }
  .am-show-button.-horizontal:before,
  .am-show-button.-horizontal:after {
    content: '';
    position: absolute;
    left: 50%;
    display: block;
    border: 6px solid transparent;
    transform: rotate(45deg) translateX(-50%);
  }
  .am-show-button.-horizontal:before {
    bottom: 0;
    border-right: 6px solid #cccccc;
    border-bottom: 6px solid #cccccc;
    border-radius: 0 0 3px 0;
  }
  .am-show-button.-horizontal:after {
    bottom: 1px;
    border-right: 6px solid #eeeeee;
    border-bottom: 6px solid #eeeeee;
    border-radius: 0 0 2px 0;
  }
  .am-show-button > .am-button {
    margin-left: 3px;
    padding: 10px 15px;
  }
  .am-show-button.-vertical-right > .am-button {
    margin-left: 5px;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 12px;
    padding: 0;
    width: calc((100% - 24px) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    /*float: left;*/
  }
  .modes {
    float: right;
    margin: 0;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #585a5a;
    border: none;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 32px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #0041c0;
  }
  .modes-mode:last-child {
    border-right: none;
  }
  .modes-mode.active {
    color: #0041c0;
  }
  .modes-mode.active:before {
    color: #0041c0;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #585a5a;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #0041c0;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 52%;
  }
  .page-layout-1column .product.media {
    width: 45%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-search {
    float: right;
    padding: 0;
    position: relative;
    width: 350px;
    z-index: 4;
    margin: 0;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: -0.5px 0 0;
    padding-right: 42px;
    position: static;
    height: 34px;
    border-radius: 20px;
    font-size: 12px;
    border: 1.5px solid #0041C0;
    padding-left: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.13);
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search input:focus {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.13);
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
    opacity: 1 !important;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .block-search .action.search:before {
    line-height: 34px;
    color: #0a0a0a;
    content: " ";
    width: 32px;
    height: 34px;
    background: url('../images/search.svg') no-repeat scroll center / 16px;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin: 1px 0 1px 12px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 25px 0;
    counter-reset: i;
    display: inline-block;
    font-size: 0;
    width: 100%;
    vertical-align: top;
    text-align: center;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: auto;
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
  }
  .opc-progress-bar-item:nth-child(1) {
    margin: 0 200px 0 0;
  }
  .opc-progress-bar-item:nth-child(1):before {
    border: 1px solid #919191;
    width: 200px;
    right: -196px;
  }
  .opc-progress-bar-item:before {
    background: #ffffff;
    border: none;
    top: 17.5px;
    transition: background 0.3s;
    content: '';
    height: 1px;
    right: -96%;
    position: absolute;
    width: 0px;
    box-sizing: border-box;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-right: 36px;
    width: auto;
    word-wrap: break-word;
    box-sizing: border-box;
    letter-spacing: 0.5px;
    color: #919191;
    font-family: "DINPro-Regular";
    font-weight: normal;
    line-height: 36px;
    font-size: 1.5rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    border: 1px solid #919191;
    height: 28px;
    margin: 0px;
    transition: background 0.3s;
    width: 28px;
    border-radius: 50%;
    content: '';
    right: 4px;
    position: absolute;
    top: 4px;
    box-sizing: border-box;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 28px;
    margin: 0px;
    top: 4px;
    width: 28px;
    content: '\e610';
    text-align: center;
    color: #919191;
    font-family: 'luma-icons';
    font-weight: 600;
    line-height: 26px;
    font-size: 1.3rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #919191;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ffffff;
    border-color: #919191;
  }
  .opc-progress-bar-item._active > span {
    color: #0041c0;
    font-weight: normal;
    font-family: "DINPro-Bold";
  }
  .opc-progress-bar-item._active > span:before {
    background: #ffffff;
    border-color: #919191;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #919191;
    content: " ";
    font-family: 'luma-icons';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0041C0;
    box-sizing: border-box;
    right: 10px;
    top: 10px;
    border: none;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 20px;
  }
  .logo {
    margin: 0 auto;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    /*padding-right: 50px;*/
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 12px;
    padding: 0;
    width: calc((100% - 24px) / 3);
    /*&:nth-child(4n + 1) {
                    margin-left: 0;
                }*/
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
