/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Taxjar_SalesTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @category   Taxjar
 * @package    Taxjar_SalesTax
 * @copyright  Copyright (c) 2017 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. (http://www.taxjar.com)
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Taxjar_SalesTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @category   Taxjar
 * @package    Taxjar_SalesTax
 * @copyright  Copyright (c) 2017 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. (http://www.taxjar.com)
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
#address-validation {
  padding-bottom: 33px;
}
.checkout-suggested-addresses > p {
  margin-top: 1rem;
}
.checkout-suggested-addresses .suggested-address {
  padding: 10px;
  line-height: 30px;
  border: 1px solid transparent;
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address label {
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address.selected-address {
  background: #f5f5f5;
  border: 1px solid #ccc;
}
.checkout-suggested-addresses .suggested-address .suggested-address-details {
  padding: 0 0 0 22px;
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address .suggested-address-diff {
  background-color: yellow;
}
body[class*="page-layout-admin"] .page-create-order button[data-index="validateAddressButton"] {
  margin-top: 1.5rem;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset {
  border: 0;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset > .legend {
  padding: 0 0 10px;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
  box-sizing: border-box;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset > .legend span {
  font-size: 2.2rem;
  font-weight: 300;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .checkout-suggested-addresses .suggested-address input[type="radio"] {
  margin-right: 5px;
  vertical-align: 1px;
}
.am-checkout #address-validation {
  padding-bottom: 0;
}
.aw-onestep #address-validation {
  margin: 5px;
  padding-bottom: 0;
}
.aw-onestep #address-validation .step-title {
  display: none;
}
.aw-onestep .checkout-suggested-addresses label:before {
  margin-top: 0 !important;
  margin-left: 14px !important;
}
.aw-onestep .checkout-suggested-addresses .suggested-address-details {
  padding-left: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .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-blocks-2columns:nth-child(1),
  .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-blocks-2columns:nth-child(2),
  .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-blocks-2columns:nth-child(2) + *,
  .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 {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    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;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .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;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .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%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
aside.modal-popup.confirm {
  z-index: 9999 !important;
}
aside.modal-popup.confirm .modal-inner-wrap {
  margin-top: 5em;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-header .action-close {
  top: -32px;
  right: -32px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  margin: 0;
  border: 1px solid #007B9E;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-header .action-close::before {
  color: #007B9E;
  font-weight: 500;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-content div {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #3C3C3C;
  text-transform: capitalize;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-footer {
  text-align: center;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.action-dismiss {
  background-color: #fff;
  border-radius: 50px;
  height: 44px;
  float: initial;
  margin-top: 0;
  width: 47%;
  border: 1px solid #007b9e;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.action-dismiss span {
  font-size: 16px;
  font-weight: 600;
  color: #007b9e;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary.action-accept {
  background-color: #007b9e;
  border-radius: 50px;
  height: 44px;
  float: initial;
  width: 47%;
  margin-top: 0;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary.action-accept span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.grecaptcha-badge {
  z-index: 1;
}
.breadcrumbs {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumbs .items .item a {
  letter-spacing: 0.48px;
  color: #007B9E;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}
.breadcrumbs .items .item strong {
  letter-spacing: 0.48px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}
.breadcrumbs .items .item:not(:last-child):after {
  color: #A8A8A8;
}
@media screen and (max-width: 1459px) {
  body .breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-Black.ttf');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-Bold.ttf');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-ExtraLight.ttf');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-ExtraLightItalic.ttf');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-LightItalic.ttf');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-RegularItalic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-Medium.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-ExtraBold.ttf');
  font-weight: 900;
  font-style: normal;
}
body.wholesale-index-inquiry {
  background-color: #F5F5F5;
}
body.wholesale-index-inquiry .column.main .container .page-title-info {
  margin: 3em 0;
}
body.wholesale-index-inquiry .column.main .container .page-title-info h1 {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section {
  background: #fff;
  margin: 15px 20px;
  width: 40%;
  float: left;
  padding: 2em 3em;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .field.content h3 {
  letter-spacing: 0px;
  color: #363636;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .field.content .control input.form-control {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .field.content .control input.form-control::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .field.content .control textarea {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .field.content .control textarea::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .actions-toolbar {
  width: 100%;
  margin: 3em 0 2em;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .actions-toolbar .primary {
  width: 100%;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .actions-toolbar .primary button.action.submit.primary {
  margin-right: 0;
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .actions-toolbar .primary button.action.submit.primary span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .whole-section-img-section {
  width: 56%;
  float: right;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section {
    width: 65%;
  }
  body.wholesale-index-inquiry .column.main .container .wholesale-main-section .whole-section-img-section {
    width: 30%;
  }
}
@media screen and (max-width: 860px) {
  body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section {
    width: 75%;
  }
  body.wholesale-index-inquiry .column.main .container .wholesale-main-section .whole-section-img-section {
    width: 20%;
  }
}
@media screen and (max-width: 639px) {
  body.wholesale-index-inquiry .column.main .container .page-title-info {
    margin: 1.5em 0;
  }
  body.wholesale-index-inquiry .column.main .container .page-title-info h1 {
    font-size: 26px;
  }
  body.wholesale-index-inquiry .column.main .container .wholesale-main-section {
    flex-direction: column-reverse;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section {
    width: 100%;
  }
  body.wholesale-index-inquiry .column.main .container .wholesale-main-section .whole-section-img-section {
    margin: 20px 0;
    width: 100%;
  }
}
.mfp-wrap .mfp-content {
  border-radius: 4px;
}
.mfp-wrap .mfp-content button.mfp-close {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  color: #1873a2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  right: -15px;
  top: -35px;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main {
  padding: 25px 20px;
  flex-direction: initial !important;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product.media {
  width: 40%;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product.media .fotorama-item.fotorama {
  pointer-events: none;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  display: none !important;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product.media .fotorama__wrap .fotorama__arr--prev .fotorama__arr__arr,
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product.media .fotorama__wrap .fotorama__arr--next .fotorama__arr__arr {
  display: none;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main {
  width: 57%;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-info-price .product-info-stock-sku {
  display: none;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-info-price .price-box {
  padding: 0;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-info-price .price-box .special-price {
  float: right;
  margin-top: 0;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product.info.detailed {
  display: none;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .page-title-wrapper {
  margin-bottom: 0;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .page-title-wrapper .page-title span {
  font-size: 24px !important;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .page-title-wrapper .product.attribute.overview .value {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku strong.type {
  font-size: 14px !important;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku .value {
  font-size: 16px !important;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form {
  padding: 0;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .quickview-fieldset {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty {
  float: left;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty .control.input-qty-box {
  border: 1px solid #DEDEDE;
  border-radius: 29px;
  background: transparent;
  padding: 4px 7px;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty .control.input-qty-box a.qty-down-fixed-onclick.qty-down {
  margin: 0 10px;
  background-color: #DEDEDE;
  height: 25px;
  width: 25px;
  padding: 5px 7px;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty .control.input-qty-box a.qty-up-fixed-onclick.qty-up {
  margin: 0 10px;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 2px;
  border: 0;
  padding: 5px 7px;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty .control.input-qty-box input#qty-quickview {
  border: 0;
  color: #007B9E;
  font-weight: 400;
  background-color: transparent;
  text-align: center;
  padding: 0;
  width: 40px;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .actions {
  float: right;
  margin-top: 0 !important;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .actions #product-addtocart-button {
  margin-top: 7px;
  height: 42px;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .ajax-goto {
  text-align: right;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .ajax-goto .goto-product span {
  font-size: 16px;
  color: #1873a2;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .ajax-goto .goto-product::after {
  content: '\f102';
  font-family: 'pagebuilder-font';
  font-size: 16px;
  color: #1873a2;
  display: inline-block;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .ajax-goto .goto-product span::after {
  content: '\f102';
  font-family: 'pagebuilder-font';
  font-size: 16px;
  color: #1873a2;
}
.ajax-goto .goto-product span::after {
  content: '\f102';
  font-family: 'pagebuilder-font';
  font-size: 16px;
  color: #1873a2;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body.bss_quickview-catalog_product-view .column.main .product-info-main .page-title-wrapper .page-title span {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 992px) {
  .mfp-wrap.mfp-ready .mfp-container.mfp-s-ready {
    margin: auto;
    right: 0;
    width: 75%;
  }
}
@media screen and (max-width: 860px) {
  .product-item .product-item-info .product-image-container .product-image-wrapper .bss-bt-quickview {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main {
    flex-direction: column !important;
    padding: 10px 15px;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main {
    width: 100%;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product.media {
    width: 100%;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product.media #ajax-goto {
    position: absolute;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-info-price .price-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 639px) {
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .quickview-fieldset {
    width: 100%;
  }
}
@media screen and (max-width: 539px) {
  .mfp-wrap.mfp-ready .mfp-container.mfp-s-ready {
    margin: auto;
    right: 0;
    width: 85%;
  }
}
@media screen and (max-width: 479px) {
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty .control.input-qty-box a.qty-down-fixed-onclick.qty-down {
    margin: 0;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty .control.input-qty-box a.qty-up-fixed-onclick.qty-up {
    margin: 0;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender {
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty .control.input-qty-box a.qty-down-fixed-onclick.qty-down {
    margin: 0;
    padding: 3px 5px;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty .control.input-qty-box a.qty-up-fixed-onclick.qty-up {
    margin: 0;
    padding: 3px 5px;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary span {
    font-size: 14px;
  }
}
.page-main .page-title-wrapper .page-title {
  line-height: 22px;
  margin-bottom: 20px;
}
.page-main .page-title-wrapper .page-title span {
  letter-spacing: 0.9px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 22px;
}
/* sidebar section design */
.sidebar-main.product-sidebar-section .block-content.filter-content {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
}
.sidebar-main.product-sidebar-section .block-content.filter-content strong.block-subtitle.filter-subtitle {
  letter-spacing: 0.48px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  padding-top: 20px;
  margin: 0 15px;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 15px;
  margin: 0 15px;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
  padding-top: 0px;
  margin-top: 15px;
  letter-spacing: 0.54px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-title::after {
  color: #3C3C3C;
  font-weight: 500;
  top: 2px;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item:last-child {
  border-bottom: 0;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 8px;
  padding-right: 5px;
  display: inline-flex;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.swatch-layered.color .swatch-attribute-options a .swatch-option.color {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
  min-height: 16px;
  padding: 0;
  margin: 0 15px 5px 0;
  border: 2px solid transparent;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.swatch-layered.color .swatch-attribute-options a .swatch-option.color:hover {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"],
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"] {
  background-image: url("../images/him-inact.png") !important;
  background-size: 100% !important;
  width: 75px !important;
  height: 40px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"]:hover,
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"]:hover,
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"].selected,
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"].selected {
  background-image: url("../images/him-act.png") !important;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"] {
  background-image: url("../images/her-inact.png") !important;
  background-size: 100% !important;
  width: 75px !important;
  height: 40px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"]:hover,
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"].selected {
  background-image: url("../images/her-act.png") !important;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-option.image:hover {
  outline: none !important;
}
/* sidebar additional design */
.sidebar-additional.product-sidebar-section {
  padding-right: 2% !important;
}
.sidebar-additional.product-sidebar-section .block .block-title strong {
  letter-spacing: 0.6px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
.sidebar-additional.product-sidebar-section .block .block-content .product-items {
  background-color: #fff;
}
.sidebar-additional.product-sidebar-section .block .block-content .product-items .product-item {
  padding: 10px 15px;
  margin-bottom: 0;
}
.sidebar-additional.product-sidebar-section .block .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.primary {
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
}
.sidebar-additional.product-sidebar-section .block .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
}
.sidebar-additional.product-sidebar-section .block .block-content #compare-items .product-item a.action.delete {
  top: 7px;
  padding-right: 15px;
  left: unset;
}
.sidebar-additional.product-sidebar-section .block .block-content .actions-toolbar {
  background-color: #fff;
  padding: 10px 15px;
  margin: 0;
}
.sidebar-additional.product-sidebar-section .block .block-content .actions-toolbar .primary a.action.primary {
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
}
.sidebar-additional.product-sidebar-section .block .block-content .actions-toolbar .primary a.action.primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
}
.sidebar-additional.product-sidebar-section .block .block-content .empty {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
}
/* toolbar section design */
.plp-column-section .toolbar select {
  background-color: #fff !important;
}
.plp-column-section .toolbar.toolbar-products .modes .mode-grid.active {
  border-radius: 4px;
  background: #007B9E;
  box-shadow: inset 0 1px 0 0 #007b9e, inset 0 -1px 0 0 #007b9e;
}
.plp-column-section .toolbar.toolbar-products .modes .mode-grid.active::before {
  color: #fff;
}
.plp-column-section .toolbar.toolbar-products .modes .mode-grid {
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 #ffffff;
  height: 44px;
  box-sizing: border-box;
  width: 44px;
  margin-right: 10px;
  border: 1px solid #cccccc;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plp-column-section .toolbar.toolbar-products .modes .mode-list {
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 #ffffff;
  height: 44px;
  box-sizing: border-box;
  width: 44px;
  margin-right: 10px;
  border: 1px solid #cccccc;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plp-column-section .toolbar.toolbar-products .modes .mode-list.active {
  border-radius: 4px;
  background: #007B9E;
  box-shadow: inset 0 1px 0 0 #007b9e, inset 0 -1px 0 0 #007b9e;
}
.plp-column-section .toolbar.toolbar-products .modes .mode-list.active::before {
  color: #fff;
}
.plp-column-section .toolbar.toolbar-products .toolbar-amount {
  letter-spacing: 0.42px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.plp-column-section .toolbar.toolbar-products .toolbar-amount span {
  letter-spacing: 0.42px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.plp-column-section .toolbar.toolbar-products .toolbar-sorter.sorter {
  display: flex;
  align-items: center;
}
.plp-column-section .toolbar.toolbar-products .toolbar-sorter.sorter label.sorter-label {
  letter-spacing: 0.42px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  display: block;
  white-space: nowrap;
  margin-right: 15px;
}
.plp-column-section .toolbar.toolbar-products .toolbar-sorter.sorter select.sorter-options {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
  background-color: #fff;
  width: 100%;
  margin: 0;
}
.plp-column-section .toolbar.toolbar-products .toolbar-sorter.sorter .action.sorter-action {
  display: none;
}
/* product listing section */
.plp-column-section {
  /* list view design */
}
.plp-column-section .products-grid .product-items .product-item {
  padding: 0;
  width: calc(32%);
  position: relative;
}
.plp-column-section .products-grid .product-items .product-item .offer-icon-section {
  position: absolute;
  z-index: 99;
  top: 1em;
  left: 0px;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info {
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  opacity: 1;
  padding: 10px 12px;
  background-color: #fff;
  width: auto;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container {
  width: 100% !important;
  border-radius: 8px;
  opacity: 1;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
  padding: 5px;
  box-sizing: border-box;
  background-color: #FFF;
  border: 0.1px solid #dedede80;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper img.product-image-photo {
  width: 100%;
  height: 100%;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview {
  position: absolute !important;
  height: 100%;
  background-color: transparent;
  padding: 0;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview .quickview-section {
  opacity: 0.7;
  background-color: #656565;
  width: 100%;
  height: 100%;
  margin: 0;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview .quickview-section .img-section {
  background-image: url("../images/quickview-icon.png");
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 45%;
  left: auto;
  opacity: 1;
  top: 40%;
  bottom: 0;
  background-size: 100% 100%;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-weight: 600;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper .bss-bt-quickview .bss-quickview {
  height: 100%;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper .bss-bt-quickview .bss-quickview span {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details {
  margin-top: 10px;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin: 0;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  letter-spacing: 0.28px;
  color: #5D5546;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
  margin: 10px 0;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .normal-price .price-label {
  display: none;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  float: left;
  margin-top: 0;
  margin-right: 10px;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  margin-left: 7px;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .configurable-options-block {
  display: flex;
  align-items: center;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-sku-section {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-sku-section .sku-title {
  letter-spacing: 0.24px;
  color: #164171;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-sku-section .sku-title::after {
  content: ':';
  padding: 0 5px;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-sku-section .sku-content {
  letter-spacing: 0.28px;
  color: #164171;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] {
  width: 100%;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.color {
  width: auto;
  float: left;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.color::before {
  content: "Color";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender {
  width: auto;
  float: right;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender::before {
  content: "For";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"],
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"] {
  background-image: url("../images/him-inact.png") !important;
  background-size: 100% !important;
  width: 65px !important;
  height: 30px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"]:hover,
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"]:hover,
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"].selected,
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"].selected {
  background-image: url("../images/him-act.png") !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"] {
  background-image: url("../images/her-inact.png") !important;
  background-size: 100% !important;
  width: 65px !important;
  height: 30px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"]:hover,
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"].selected {
  background-image: url("../images/her-act.png") !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-option.image:hover {
  outline: none !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size {
  width: 100%;
  float: right;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size::before {
  content: "Size";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-option.text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-option.text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-option.text.selected {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
  border: 1px solid #007B9E;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options {
  margin: 8px 0;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.color {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
  min-height: 16px;
  padding: 0;
  margin: 0 15px 5px 0;
  border: 2px solid transparent;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.color:hover {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner {
  padding: 0 !important;
  position: initial !important;
  display: inline-block;
  margin: 0px;
  width: 100%;
  height: 100%;
  box-shadow: unset;
  right: 0;
  overflow: initial;
  border: 0;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner::before {
  display: none;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .action.more {
  display: none;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  width: 70%;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
  width: 90%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary .hover-addtocart-icon-section {
  display: none;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary .addtocart-icon-section {
  display: block;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary a.modal-btn {
  padding: 10px 50px;
  width: 100%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  justify-content: center;
  font-weight: 600;
  color: #007B9E;
  cursor: pointer;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary a.modal-btn:hover {
  text-decoration: unset;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary a.action img {
  vertical-align: middle;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary a.action::before {
  display: none;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info:hover {
  margin: 0;
  box-shadow: 0 0px 10px #00000099;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info:hover button.action.tocart.primary {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  box-shadow: 0 8px 9px #b5dae5;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info:hover button.action.tocart.primary span {
  color: #fff !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info:hover button.action.tocart.primary .hover-addtocart-icon-section {
  display: block !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info:hover button.action.tocart.primary .addtocart-icon-section {
  display: none !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info:hover .modal-btn {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  box-shadow: 0 8px 9px #b5dae5;
}
.plp-column-section .products-grid .product-items .product-item:nth-child(4n+1) {
  margin-left: 2% !important;
}
.plp-column-section .products-grid .product-items .product-item:nth-child(3n+1) {
  margin-left: 0 !important;
}
.plp-column-section .products-list .product-items .product-item {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 2%;
  position: relative;
}
.plp-column-section .products-list .product-items .product-item .offer-icon-section {
  position: absolute;
  z-index: 99;
  top: 1em;
  left: 0px;
}
.plp-column-section .products-list .product-items .product-item:last-child {
  margin-bottom: 0;
}
.plp-column-section .products-list .product-items .product-item .product-item-info {
  box-sizing: border-box;
  border: 1px solid #DEDEDE;
  padding: 10px 12px;
  width: 100%;
  display: block;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.product-item-photo {
  padding: 0 30px 0 0;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.product-item-photo .product-image-container {
  width: 274px;
  padding: 5px;
  box-sizing: border-box;
  background-color: #FFF;
  border: 0.1px solid #dedede80;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .price-label {
  font-size: 14px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info a.bss-quickview {
  position: absolute !important;
  height: 100%;
  background-color: transparent;
  padding: 0;
}
.plp-column-section .products-list .product-items .product-item .product-item-info a.bss-quickview .quickview-section {
  opacity: 0.7;
  background-color: #656565;
  width: 100%;
  height: 100%;
  margin: 0;
}
.plp-column-section .products-list .product-items .product-item .product-item-info a.bss-quickview .quickview-section .img-section {
  background-image: url("../images/quickview-icon.png");
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 45%;
  left: auto;
  opacity: 1;
  top: 40%;
  bottom: 0;
  background-size: 100% 100%;
}
.plp-column-section .products-list .product-items .product-item .product-item-info a.bss-quickview span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-weight: 600;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .bss-bt-quickview .bss-quickview {
  height: 100%;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .bss-bt-quickview .bss-quickview span {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-name {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-name .product-item-link {
  letter-spacing: 0.28px;
  color: #5D5546;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box {
  margin: 5px 0 15px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box .normal-price .price-label {
  display: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box .price {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box .old-price {
  float: left;
  margin-top: 0;
  margin-right: 10px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box .old-price .price-label {
  display: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 16px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box .special-price {
  margin-left: 7px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-sku-section {
  padding: 5px 0;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-sku-section .sku-title {
  letter-spacing: 0.24px;
  color: #164171;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-sku-section .sku-title::after {
  content: ':';
  padding: 0 5px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-sku-section .sku-content {
  letter-spacing: 0.28px;
  color: #164171;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .action.more {
  display: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary {
  width: 30%;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
  width: 80%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary button.action.tocart.primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary button.action.tocart.primary .hover-addtocart-icon-section {
  display: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary button.action.tocart.primary .addtocart-icon-section {
  display: block;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary a.modal-btn {
  padding: 10px 50px;
  width: 100%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary a.modal-btn:hover {
  text-decoration: unset;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-secondary {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-left: 15px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-secondary a.action {
  margin-right: 15px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-secondary a.action img {
  vertical-align: middle;
  height: 41px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-secondary a.action::before {
  display: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-description {
  display: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] {
  width: 100%;
  display: flex;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.color {
  width: 30%;
  float: left;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.color::before {
  content: "Color";
  margin-top: 0px;
  font-size: 16px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.size {
  width: 100%;
  float: right;
  margin-left: 15px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.size::before {
  content: "Size";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.size .swatch-option.text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.size .swatch-option.text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.size .swatch-option.text.selected {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
  border: 1px solid #007B9E;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender {
  width: auto;
  float: right;
  margin-left: 15px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender::before {
  content: "For";
  margin-top: 0px;
  font-size: 16px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"],
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"] {
  background-image: url("../images/him-inact.png") !important;
  background-size: 100% !important;
  width: 65px !important;
  height: 30px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"]:hover,
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"]:hover,
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"].selected,
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"].selected {
  background-image: url("../images/him-act.png") !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"] {
  background-image: url("../images/her-inact.png") !important;
  background-size: 100% !important;
  width: 65px !important;
  height: 30px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"]:hover,
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"].selected {
  background-image: url("../images/her-act.png") !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-option.image:hover {
  outline: none !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.size .swatch-option.text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute .swatch-attribute-options {
  margin: 8px 0;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.color {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
  min-height: 16px;
  padding: 0;
  margin: 0 15px 5px 0;
  box-shadow: none !important;
  border: 2px solid transparent;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.color:hover {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute-selected-option {
  display: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info:hover {
  margin: 0;
  box-shadow: 0 0px 10px #00000099;
}
.plp-column-section .products-list .product-items .product-item .product-item-info:hover button.action.tocart.primary {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  box-shadow: 0 8px 9px #b5dae5;
}
.plp-column-section .products-list .product-items .product-item .product-item-info:hover button.action.tocart.primary span {
  color: #fff !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info:hover button.action.tocart.primary .hover-addtocart-icon-section {
  display: block !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info:hover button.action.tocart.primary .addtocart-icon-section {
  display: none !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info:hover a.modal-btn {
  padding: 10px 50px;
  width: 100%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  justify-content: center;
  font-weight: 600;
  color: #007B9E;
}
.plp-column-section .products-list .product-items .product-item .product-item-info:hover a.modal-btn:hover {
  text-decoration: unset;
  color: #fff;
}
.plp-column-section .products-list .product-items .product-item .product-item-info:hover .modal-btn {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  box-shadow: 0 8px 9px #b5dae5;
}
.plp-column-section .products-list .product-items .product-item:hover {
  margin-bottom: 2%;
}
/* quickview design changes */
.mfp-bg.mfp-ready {
  z-index: 999999 !important;
}
.mfp-wrap.mfp-close-btn-in.mfp-ready {
  z-index: 999999 !important;
}
@media (max-width: 450px) and (min-width: 220px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size {
    float: left !important;
    width: 100% !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-sku-section {
    float: left !important;
  }
  .page-header {
    border-bottom: 0px !important;
    margin-bottom: 5px !important;
  }
}
body.catalogsearch-result-index {
  background-color: #EDF6FF;
}
body.catalog-category-view {
  background-color: #EDF6FF;
}
body.catalog-product-view {
  background-color: #EDF6FF;
}
@media screen and (max-width: 1459px) {
  body .page-main .page-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .columns.plp-column-section {
    margin-left: 15px;
    margin-right: 15px;
  }
  body .columns.plp-column-section .column.main {
    padding-left: 1%;
  }
  body .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section {
    padding-right: 1%;
  }
  body .columns.plp-column-section .sidebar.sidebar-additional.product-sidebar-section {
    padding-right: 1%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 993px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-attribute-options {
    min-height: 70px;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender {
    width: 100%;
  }
}
@media only screen and (max-width: 1140px) and (min-width: 993px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box .price {
    font-size: 18px;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary {
    width: 50%;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-secondary {
    width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info {
    padding: 7px 8px;
  }
}
@media screen and (max-width: 992px) {
  .plp-column-section .products-grid .product-items .product-item {
    padding: 0;
    width: calc(49%);
    margin-left: 0 !important;
  }
  .plp-column-section .products-grid .product-items .product-item:nth-child(2n) {
    margin-left: 2% !important;
  }
  .plp-column-section .products-grid .product-items .product-item:nth-child(4n+1) {
    margin-left: 0 !important;
  }
  .plp-column-section .products-list .product-items .product-item {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.color {
    width: 100% !important;
    float: initial !important;
    margin-left: 0;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender {
    width: 100% !important;
    float: initial !important;
    margin-left: 0;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size {
    width: 100% !important;
    float: initial !important;
    margin-left: 0;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] {
    display: block;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.color {
    width: 100% !important;
    float: initial !important;
    margin-left: 0;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender {
    width: 100% !important;
    float: initial !important;
    margin-left: 0;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.size {
    width: 100% !important;
    float: initial !important;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  body .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-title.filter-title strong {
    background-color: #ffff;
    box-shadow: inset 0 1px 0 0 #00000029;
    border: 1px solid #007B9E;
    border-radius: 8px;
    left: 0;
    padding: 7px 10px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 2;
    color: #007B9E;
    font-weight: 600;
    height: 44px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content strong {
    color: #8D8D8D;
    font-weight: 600;
    font-size: 18px;
    top: -10px;
  }
  body .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options#narrow-by-list {
    background-color: #EDF6FF;
  }
  body .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .filter.active .filter-title {
    margin: 0 15px;
  }
  body .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  body .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .filter.active .filter-title strong ::after {
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    margin: 0;
    color: #007B9E;
    font-weight: 500;
    top: 0;
    position: absolute;
    right: 15px;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1140px) {
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] {
    display: block;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.color {
    width: 100%;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender {
    width: 100%;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.size {
    width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-primary {
    width: 70%;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-primary button.action.tocart.primary {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .plp-column-section .products-list .product-items .product-item {
    width: 100%;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info {
    width: auto;
    padding: 7px 8px;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details {
    display: block;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box {
    margin-bottom: 5px;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-sku-section {
    margin-bottom: 5px;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions {
    padding-top: 7px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 639px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.color {
    width: 100%;
    float: initial;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender {
    width: 100%;
    float: initial;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions {
    display: block !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
    width: 100%;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 450px) {
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details {
    margin-top: 5px;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
    padding: 5px 0;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
    margin: 5px 0;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-sku-section {
    padding: 5px 0;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
    padding-top: 7px;
    padding-bottom: 12px;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options {
    margin: 4px 0;
  }
}
@media screen and (max-width: 479px) {
  .plp-column-section .toolbar.toolbar-products .toolbar-sorter.sorter label.sorter-label {
    margin-right: 5px;
  }
  .plp-column-section .toolbar.toolbar-products .toolbar-sorter.sorter select.sorter-options {
    padding: 4px 14px 5px 10px;
  }
  .plp-column-section .products-grid .product-items .product-item {
    padding: 0;
    width: calc(49%);
    margin-left: 2% !important;
    margin-bottom: 2% !important;
  }
  .plp-column-section .products-grid .product-items .product-item:nth-child(2n) {
    margin-left: 2% !important;
  }
  .plp-column-section .products-grid .product-items .product-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .configurable-options-block {
    display: block;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .configurable-options-block .swatch-attribute.color {
    width: 100% !important;
    float: initial !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .configurable-options-block .swatch-attribute.gender {
    width: 100% !important;
    float: initial !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions {
    display: block;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    width: 100%;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary a.modal-btn {
    padding: 6px 30px;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 359px) {
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions {
    display: block;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary {
    width: 100%;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-secondary {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 350px) {
  .plp-column-section .products-grid .product-items .product-item {
    padding: 0;
    width: calc(98%);
    margin-left: 0% !important;
    margin-bottom: 2% !important;
  }
  .plp-column-section .products-grid .product-items .product-item:nth-child(2n) {
    margin-left: 0% !important;
  }
  .plp-column-section .products-grid .product-items .product-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  body.catalog-category-view .page-main .columns.plp-column-section .column.main {
    width: 70%;
    flex-grow: inherit;
  }
  body.catalog-category-view .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section {
    width: 30%;
    flex-grow: inherit;
    flex-basis: auto;
    order: 0;
  }
  body.catalog-category-view .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block.filter .block-title.filter-title {
    display: none;
  }
  body.catalog-category-view .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content .block-subtitle.filter-subtitle {
    display: block;
    letter-spacing: 0.48px;
    color: #8D8D8D;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
    margin: 0 15px;
  }
  body.catalog-category-view .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options {
    display: block;
  }
  body.catalog-category-view .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options#narrow-by-list {
    background-color: #fff;
  }
  body.catalogsearch-result-index .page-main .columns.plp-column-section .column.main {
    width: 70%;
    flex-grow: inherit;
  }
  body.catalogsearch-result-index .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section {
    width: 30%;
    flex-grow: inherit;
    flex-basis: auto;
    order: 0;
  }
  body.catalogsearch-result-index .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block.filter .block-title.filter-title {
    display: none;
  }
  body.catalogsearch-result-index .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content .block-subtitle.filter-subtitle {
    display: block;
    letter-spacing: 0.48px;
    color: #8D8D8D;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
    margin: 0 15px;
  }
  body.catalogsearch-result-index .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options {
    display: block;
  }
  body.catalogsearch-result-index .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
    font-size: 14px;
  }
  body.catalogsearch-result-index .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options#narrow-by-list {
    background-color: #fff;
  }
}
@media screen and (max-width: 399px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div.swatch-option {
    margin-left: 5px;
    margin-right: 5px;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div.swatch-option:nth-child(1) {
    margin-left: 0 !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div.swatch-option:nth-child(2) {
    margin-right: 0 !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"] {
    width: 55px !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"] {
    width: 60px !important;
  }
}
.modals-overlay {
  z-index: 99 !important;
}
.enquiry-feedback-modal.feedback-modal {
  z-index: 999999 !important;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
  width: 30% !important;
  background-image: url("../images/enquiry-popup-bg.png");
  background-repeat: no-repeat;
  display: block;
  background-size: 100% 100%;
  margin-top: 3.5em;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-header .modal-title {
  text-align: center;
  letter-spacing: 0.9px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 400;
  border-bottom: 0;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-header .action-close {
  top: -32px;
  right: -32px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  margin: 0;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-header .action-close::before {
  color: #007B9E;
  font-weight: 500;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content {
  overflow-y: hidden;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .enquiry-success {
  padding: 10px;
  color: #1873a2;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .enquiry-success span {
  font-weight: 600;
  font-size: 16px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .enquiry-failure {
  padding: 10px;
  color: #d30035;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .enquiry-failure span {
  font-weight: 600;
  font-size: 16px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .enquiry-form {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container {
  padding: 2em 3em;
  border-radius: 8px;
  background-color: #fff;
  margin: 0 2em;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container .row .field {
  margin-top: 15px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container .row .field.required h3::after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container .row h3 {
  letter-spacing: 0px;
  color: #363636;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  margin-bottom: 6px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container .row input {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 48px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container .row input::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container .row textarea {
  border: 1px solid #DEDEDE;
  min-height: 90px;
  border-radius: 4px;
  background-color: #fff;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container .row textarea::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 3em;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .actions-toolbar .primary button.primary {
  border: 1px solid #007B9E;
  background-color: #007B9E;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .actions-toolbar .primary button.primary span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-footer {
  display: none;
}
/* enquiry popup media query */
@media screen and (max-width: 1680px) {
  .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 40% !important;
  }
}
@media screen and (max-width: 1620px) {
  .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 40% !important;
  }
  .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .actions-toolbar {
    padding-top: 2em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 1440px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 40% !important;
    margin-top: 3em;
    margin-bottom: 2em;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container {
    padding: 1em 2em;
    border-radius: 8px;
    background-color: #fff;
    margin: 0 1em;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container row input {
    height: 40px;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container row textarea {
    height: 60px;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .actions-toolbar {
    padding-top: 2em !important;
    padding-bottom: 1em !important;
  }
}
@media screen and (max-width: 1380px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 40% !important;
    margin-top: 3em;
    margin-bottom: 2em;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 2rem;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-header .modal-title {
    font-size: 20px;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container {
    padding: 1em 1.5em !important;
    border-radius: 8px;
    background-color: #fff;
    margin: 0 1em !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .actions-toolbar {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 992px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 60% !important;
  }
}
@media screen and (max-width: 820px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 65% !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 780px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 70% !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
    left: 0 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 70% !important;
    min-height: initial !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-header .modal-title {
    font-size: 18px;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-header .action-close {
    top: 0;
    right: 0;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 670px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 75% !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 580px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 80% !important;
  }
}
@media screen and (max-width: 480px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 90% !important;
  }
}
.mfp-wrap .mfp-iframe .catalog-product-view .product.media .fotorama-item .fotorama__wrap .fotorama__stage {
  margin-bottom: 0px;
  max-width: 350px !important;
  max-height: 350px !important;
}
.mfp-wrap .mfp-iframe .catalog-product-view .product.media .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
  max-width: 350px !important;
  max-height: 350px !important;
  padding: 5px;
  box-sizing: border-box;
  background-color: #FFF;
  border: 0.1px solid #dedede80;
}
.fotorama__arr {
  background-color: transparent !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  margin: 2px 10px;
}
.fotorama__thumb-border {
  display: none;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  border: 1px solid #007B9E !important;
}
.fotorama__arr__arr {
  height: 80px;
  width: 80px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: #0000003d 0px 3px 8px;
}
.fotorama__wrap .fotorama__arr--prev .fotorama__arr__arr,
.fotorama__wrap .fotorama__arr--next .fotorama__arr__arr {
  background: none;
  position: relative;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
}
.fotorama__wrap .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr::after {
  content: '\f103';
  display: block;
  color: #7e7e7e;
  font-family: 'pagebuilder-font';
  position: absolute;
  font-size: 34px;
}
.fotorama__wrap .fotorama__arr.fotorama__arr--next .fotorama__arr__arr::after {
  content: '\f102';
  display: block;
  color: #7e7e7e;
  font-family: 'pagebuilder-font';
  position: absolute;
  font-size: 34px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
  font: normal normal normal 16px/30px Open Sans;
  letter-spacing: 0.32px;
  color: #5D5546;
}
body.catalog-product-view {
  /* fotorama image zoom section design */
  /* product tab sectiondesign */
}
body.catalog-product-view .column.main {
  /* product media section */
}
body.catalog-product-view .column.main .product-info-main {
  width: 49%;
}
body.catalog-product-view .column.main .product-info-main .page-title-wrapper {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 15px;
  width: 100%;
}
body.catalog-product-view .column.main .product-info-main .page-title-wrapper .page-title span {
  letter-spacing: 0.9px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 30px;
}
body.catalog-product-view .column.main .product-info-main .page-title-wrapper .product.attribute.overview .value p {
  letter-spacing: 0.32px !important;
  color: #5D5546 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 30px;
}
body.catalog-product-view .column.main .product-info-main .product-info-price {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 0px;
  width: 100%;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku {
  float: left;
  padding-left: 0;
  text-align: left;
  width: 100%;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .stock {
  float: right;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .stock .availability-text {
  letter-spacing: 0.32px;
  color: #164171;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .stock .availability-text::after {
  content: ':';
  margin: 0 3px;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .stock span {
  letter-spacing: 0.36px;
  color: #1A7A1F;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku strong.type {
  letter-spacing: 0.32px;
  color: #164171;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku strong.type::after {
  content: ':';
  margin: 0 3px;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku .value {
  letter-spacing: 0.36px;
  color: #164171;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .price-box {
  margin: 5px 0;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .price-box .normal-price .price-label {
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .price-box .price-label {
  display: initial;
  font-size: 12px;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .price-box .price {
  letter-spacing: 0.8px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .price-box .old-price {
  float: left;
  margin-top: 0;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .price-box .old-price .price-label {
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .price-box .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .price-box .special-price {
  margin-left: 7px;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt {
  margin: 10px 0;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute {
  float: left;
  width: 50%;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-label {
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.size {
  width: 100%;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.size .swatch-attribute-selected-option {
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.size .swatch-option.text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.size .swatch-option.text.selected {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
  border: 1px solid #007B9E;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.color .swatch-attribute-selected-option {
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.color .swatch-attribute-label {
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-selected-option {
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-label {
  margin-top: 0px;
  font-size: 0px;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-label:after {
  content: 'For';
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"],
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"] {
  background-image: url("../images/him-inact.png") !important;
  background-size: 100% !important;
  width: 65px !important;
  height: 30px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"]:hover,
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"]:hover,
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"].selected,
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"].selected {
  background-image: url("../images/him-act.png") !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"] {
  background-image: url("../images/her-inact.png") !important;
  background-size: 100% !important;
  width: 65px !important;
  height: 30px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"]:hover,
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"].selected {
  background-image: url("../images/her-act.png") !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-option.image:hover {
  outline: none !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"],
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"] {
  background-image: url("../images/him-inact.png") !important;
  background-size: 100% !important;
  width: 75px !important;
  height: 35px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"]:hover,
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"]:hover,
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"].selected,
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"].selected {
  background-image: url("../images/him-act.png") !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"] {
  background-image: url("../images/her-inact.png") !important;
  background-size: 100% !important;
  width: 75px !important;
  height: 35px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"]:hover,
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"].selected {
  background-image: url("../images/her-act.png") !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-option.image:hover {
  outline: none !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options {
  margin: 8px 0;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.color {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  max-width: 22px;
  max-height: 22px;
  min-width: 16px;
  min-height: 16px;
  padding: 0;
  margin: 0 15px 5px 0;
  border: 2px solid transparent;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.color:hover {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option:focus {
  box-shadow: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty {
  margin: 25px 0;
  margin-right: 3%;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .input-qty-box {
  border: 1px solid #DEDEDE;
  border-radius: 29px;
  background: #fff;
  padding: 6px 20px;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .input-qty-box button {
  margin: 0 10px;
  background-color: #DEDEDE;
  height: 25px;
  width: 25px;
  padding: 0;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .input-qty-box button span {
  color: #007B9E;
  font-weight: 600;
  font-size: 28px;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .input-qty-box button.minus-value {
  margin-right: 0;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .input-qty-box button.plus-value {
  margin-left: 0;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 2px;
  border: 0;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .input-qty-box input {
  border: 0;
  color: #007B9E;
  font-weight: 400;
  text-align: center;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions {
  margin-left: 0%;
  margin-top: 0px;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary {
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  opacity: 1;
  margin-bottom: 0 !important;
  width: 100%;
  margin-top: 20px;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary img {
  margin: 0px 10px;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary:hover {
  color: #fff;
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: underline;
  text-decoration: unset;
  color: #fff !important;
  box-shadow: 0 8px 9px #b5dae5;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary:hover .hover-addtocart-icon-section {
  display: block;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary:hover .addtocart-icon-section {
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary:hover span {
  text-decoration: unset;
  color: #fff !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary .hover-addtocart-icon-section {
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary .addtocart-icon-section {
  display: block;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions a.modal-btn {
  padding: 10px 50px;
  width: 100%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #007B9E;
  cursor: pointer;
  margin-top: 25px;
  display: block;
  box-sizing: border-box;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions a.modal-btn:hover {
  color: #fff;
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: underline;
  text-decoration: unset;
  color: #fff !important;
  box-shadow: 0 8px 9px #b5dae5;
}
body.catalog-product-view .column.main .product-info-main .product-addto-links {
  display: flex;
  align-items: center;
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-addto-links a.action {
  pointer-events: none;
  display: flex;
  align-items: center;
}
body.catalog-product-view .column.main .product-info-main .product-addto-links a.action::before {
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-addto-links a.action span {
  letter-spacing: 0.32px;
  color: #007B9E;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
body.catalog-product-view .column.main .product-info-main .product-addto-links a.action img {
  width: 48px;
  height: 48px;
  padding-right: 15px;
}
body.catalog-product-view .column.main .product.media {
  width: 49%;
  margin-bottom: 15px;
}
body.catalog-product-view .column.main .product.media .fotorama__active .fotorama__dot {
  background-color: #007b9e !important;
  border-color: #007b9e !important;
}
body.catalog-product-view .column.main .product.media #ajax-goto {
  bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}
body.catalog-product-view .column.main .product.media #ajax-goto a {
  font-size: 14px;
  margin-left: 0px;
  text-decoration: underline;
}
body.catalog-product-view .column.main .product.media #ajax-goto a span:after {
  content: '\f102';
  font-family: 'pagebuilder-font';
  font-size: 12px;
  font-weight: 600;
  color: #007B9E;
  margin-left: 5px;
  display: inline-block;
}
body.catalog-product-view .column.main .product.media .fotorama-item .fotorama__wrap .fotorama__stage {
  margin-bottom: 15px;
  max-width: 663px !important;
  max-height: 663px !important;
}
body.catalog-product-view .column.main .product.media .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
  max-width: 663px !important;
  max-height: 663px !important;
  padding: 5px;
  box-sizing: border-box;
  background-color: #FFF;
  border: 0.1px solid #dedede80;
}
body.catalog-product-view .column.main .product.media .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img.fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: .3s;
  transition-property: width,height,top,left;
  vertical-align: middle;
  width: inherit;
}
body.catalog-product-view .column.main .product.media .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__caption .fotorama__caption__wrap {
  display: none;
}
body.catalog-product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  max-width: 663px;
  margin-top: 15px;
}
body.catalog-product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame {
  margin-right: 10px;
  height: 105px !important;
}
body.catalog-product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb {
  border: 0;
  border-radius: 8px;
  background-color: #fff;
}
body.catalog-product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame:first-child {
  margin-right: 0;
}
body.catalog-product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame:last-child {
  margin-left: 0;
}
body.catalog-product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active {
  border: 1px solid #007B9E;
  border-radius: 8px;
}
body.catalog-product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav .fotorama__thumb-border {
  display: none;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap {
  max-width: 900px !important;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon {
  background: #fff;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  right: 40px;
  font-weight: 600;
  box-shadow: #0000003d 0px 3px 8px;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon::after {
  color: #007B9E;
  font-weight: 500;
  content: '\e616';
  font-family: 'luma-icons';
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__zoom-in.zoom-in-loaded {
  background: #fff;
  color: #007B9E;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  font-weight: 600;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__zoom-in.zoom-in-loaded::after {
  content: '+';
  font-size: 35px;
  color: #000;
  text-align: center;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__zoom-out.zoom-out-loaded {
  background: #fff;
  color: #313131;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  font-weight: 600;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__zoom-out.zoom-out-loaded::after {
  content: '-';
  font-size: 35px;
  color: #000;
  text-align: center;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__arr.fotorama__arr--prev {
  background-color: transparent;
  left: 40px;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
  width: 60px;
  height: 60px;
  background: #edecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 30px;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr::after {
  content: '\f103';
  display: block;
  color: #7e7e7e;
  font-family: 'pagebuilder-font';
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__arr.fotorama__arr--next {
  background-color: transparent;
  right: 40px;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 30px;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__arr.fotorama__arr--next .fotorama__arr__arr::after {
  content: '\f102';
  display: block;
  color: #1873a2;
  font-family: 'pagebuilder-font';
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__caption .fotorama__caption__wrap {
  display: none;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs {
  text-align: center;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs .fotorama__img {
  border: 5px solid #fff;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb img {
  border: 5px solid #fff;
}
body.catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs {
  text-align: center;
}
body.catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs .fotorama__img {
  border: 5px solid #fff;
}
body.catalog-product-view .product.data.items {
  border: 0px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}
body.catalog-product-view .product.data.items .pdp-tab-title {
  border-radius: 4px;
  background-color: #007B9E;
  position: absolute;
  width: -webkit-fill-available;
  left: -15px;
  margin-right: 15px;
  margin-top: 15px;
  height: auto;
  letter-spacing: 0.66px;
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 20px;
}
body.catalog-product-view .product.data.items .pdp-tab-title .data.item.title {
  margin-left: 2em;
  position: relative;
}
body.catalog-product-view .product.data.items .pdp-tab-title .data.item.title .data.switch {
  letter-spacing: 0.66px;
  color: #DEDEDE;
  text-transform: capitalize;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.catalog-product-view .product.data.items .pdp-tab-title .data.item.title:last-child {
  margin-left: 2em;
}
body.catalog-product-view .product.data.items .pdp-tab-title .data.item.title.active::after {
  display: block;
  border-bottom: 10px solid #FFFFFF;
  position: absolute;
  width: 100%;
  content: '';
  border-radius: 5px;
}
body.catalog-product-view .product.data.items .pdp-tab-title .data.item.title.active .data.switch {
  color: #fff;
}
body.catalog-product-view .product.data.items .data.item.content {
  border: 0;
}
body.catalog-product-view .product.data.items .data.item.content .product.attribute .product-info-sections-tab {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px 0;
}
body.catalog-product-view .product.data.items .data.item.content .product.attribute .product-info-sections-tab::before {
  content: "\A";
  width: 10px;
  height: 10px;
  min-height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background: #3C3C3C;
  display: inline-block;
}
body.catalog-product-view .product.data.items .data.item.content .product.attribute .product-info-sections-tab .info-tab-title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #3C3C3C;
  text-transform: capitalize;
}
body.catalog-product-view .product.data.items .data.item.content .product.attribute .product-info-sections-tab .info-tab-content {
  letter-spacing: 0.28px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 14px;
}
body.catalog-product-view .product.attribute.description {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
body.catalog-product-view .page-main.page-main-details .columns .column.main {
  min-height: initial;
}
body.catalog-product-view .fotorama-item.fotorama.fotorama--fullscreen {
  z-index: 9999 !important;
  background-color: #EDF6FF !important;
}
.desktop-view-tab-section {
  display: block;
}
.desktop-view-tab-section .data.item.content {
  border: 0;
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  width: 100%;
  background: #ffffff;
  margin-top: 43px;
  padding: 35px 35px 35px 35px;
}
.mobile-view-tab-section {
  display: none;
}
@media (max-width: 450px) and (min-width: 220px) {
  .page-header {
    border-bottom: 0px !important;
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 1459px) {
  body.catalog-product-view .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.catalog-product-view .column.main .product-info-main .page-title-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    width: initial !important;
  }
  .page-footer .common-footer-section {
    padding-left: 15px;
    padding-right: 15px;
    width: initial !important;
  }
  .page-footer .copyright.footer-copyright-block {
    padding-left: 15px;
    padding-right: 15px;
    width: initial !important;
  }
}
@media screen and (max-width: 1049px) {
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .fotorama__wrap .fotorama__arr--prev .fotorama__arr__arr,
  .fotorama__wrap .fotorama__arr--next .fotorama__arr__arr {
    background: none;
    position: relative;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
  }
  .bss-bt-quickview {
    display: none;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute {
    float: initial;
    width: 100%;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty {
    margin-right: 0;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .control.input-qty-box button {
    margin-left: 0;
    margin-right: 0;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .control.input-qty-box input {
    padding: 0 5px;
  }
}
@media screen and (max-width: 800px) {
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box {
    width: 100%;
    gap: 15px;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .actions button.action.primary {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.5px) {
  body.catalog-product-view .column.main {
    display: initial !important;
  }
  body.catalog-product-view .column.main .product-info-main {
    width: 49% !important;
    float: right;
    margin: 0 !important;
  }
  body.catalog-product-view .column.main .product.media {
    width: 49% !important;
  }
}
@media screen and (max-width: 768px) {
  body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute {
    float: left;
    width: 50%;
  }
  body.catalog-product-view .column.main {
    /* tab section*/
  }
  body.catalog-product-view .column.main .product.media {
    width: 100%;
    margin-bottom: 25px;
  }
  body.catalog-product-view .column.main .product.media .fotorama-item .fotorama__wrap .fotorama__stage {
    margin: 0 auto;
  }
  body.catalog-product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame {
    height: 30px !important;
    border: 0 !important;
  }
  body.catalog-product-view .column.main .product.media .fotorama--fullscreen .fotorama__wrap .fotorama__zoom-in.zoom-in-loaded {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  body.catalog-product-view .column.main .product.media .fotorama--fullscreen .fotorama__wrap .fotorama__zoom-out.zoom-out-loaded {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  body.catalog-product-view .column.main .product-info-main {
    width: 95%;
    margin: 0 15px;
  }
  body.catalog-product-view .column.main .product-info-main .product-info-price {
    display: initial !important;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items {
    margin-left: 0;
    margin-right: 0;
    background-color: #F7F7F7;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .pdp-tab-title {
    display: block;
    position: initial;
    margin-right: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .pdp-tab-title .data.item.title.active {
    margin-left: 15px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .pdp-tab-title .data.item.title {
    margin-left: 15px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .pdp-tab-title .data.item.title .data.switch {
    position: initial !important;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .pdp-tab-title .data.item.title .data.switch::after {
    position: initial !important;
    float: right;
    margin-right: 15px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .product.attribute.description .product-info-sections-tab {
    padding: 8px 15px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .product.attribute.description .value {
    padding: 0px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .product.attribute.description .value .info-tab-title {
    font-size: 16px;
  }
  .desktop-view-tab-section {
    display: none;
  }
  .mobile-view-tab-section {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .column.main .product-info-main {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 520px) {
  body.catalog-product-view .column.main .product-info-main .page-title-wrapper {
    text-align: center;
    border-bottom: 0;
  }
  body.catalog-product-view .column.main .product-info-main .page-title-wrapper .product.attribute.overview {
    text-align: center;
  }
  body.catalog-product-view .column.main .product-info-main .product-info-price {
    text-align: center;
  }
  body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku {
    text-align: center;
  }
  body.catalog-product-view .column.main .product-info-main .product-info-price .price-box {
    display: block;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .product.attribute.description .product-info-sections-tab {
    padding: 10px 8px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .product.attribute.description .value .info-tab-title {
    font-size: 14px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .product.attribute.description .value .info-tab-content {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  body.catalog-product-view .column.main .product-info-main .page-title-wrapper .page-title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 390px) {
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box {
    justify-content: space-between;
    gap: 8px;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .input-qty-box {
    padding: 5px 10px;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .actions button.action.primary {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 340px) {
  body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute {
    float: initial;
    width: 100%;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box {
    display: block;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .control.input-qty-box {
    width: 50%;
    text-align: center;
  }
}
body.catalog-product_compare-index {
  background-color: #EDF6FF;
}
body.catalog-product_compare-index .page-title-wrapper {
  margin: 4em auto;
}
body.catalog-product_compare-index .page-title-wrapper .page-title {
  line-height: 22px;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.catalog-product_compare-index .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 34px;
  font-weight: 400;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block {
  background-color: #F8F8F8;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block:nth-child(2) .cell.product.attribute {
  background-color: #DEDEDE;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info {
  background-color: #fff;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-info-section {
  max-width: 300px;
  margin: 0 auto;
  border: 0;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info a.action.delete {
  width: 30px;
  height: 30px;
  background-color: #ecf6ff;
  border-radius: 50%;
  margin: 0;
  float: right;
  position: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 10px;
  margin-right: -15px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info a.action.delete::before {
  color: #007B9E;
  font-weight: 500;
  content: '\e616';
  font-family: 'luma-icons';
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info a.action.delete span {
  display: none;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-name {
  display: flex;
  align-items: center;
  padding: 5px 0;
  margin: 0;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-name .product-item-link {
  letter-spacing: 0.28px;
  color: #5D5546;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .price-box {
  margin: 5px 0;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .price-box .price {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .price-box .old-price {
  float: left;
  margin-top: 0;
  margin-right: 10px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .price-box .old-price .price-label {
  display: none;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .price-box .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .price-box .special-price {
  margin-left: 7px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary {
  width: 85%;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary button.action.tocart.primary {
  width: 90%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary button.action.tocart.primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary button.action.tocart.primary .hover-addtocart-icon-section {
  display: none;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary button.action.tocart.primary .addtocart-icon-section {
  display: block;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary:hover button.action.tocart.primary {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  box-shadow: 0 8px 9px #b5dae5;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary:hover button.action.tocart.primary span {
  color: #fff !important;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary:hover button.action.tocart.primary .hover-addtocart-icon-section {
  display: block !important;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary:hover button.action.tocart.primary .addtocart-icon-section {
  display: none !important;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .secondary-addto-links {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: end;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .secondary-addto-links a.action img {
  vertical-align: middle;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .secondary-addto-links a.action::before {
  display: none;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell-main-content-section:last-child {
  border-radius: 0 0 10px 10px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute {
  padding: 1em 2em;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute .attribute.value {
  padding: 12px 0;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute .attribute.value .product-info-sections-tab {
  display: block;
  align-items: center;
  gap: 15px;
  padding: 8px 0;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute .attribute.value .product-info-sections-tab::before {
  content: "\A";
  width: 10px;
  height: 10px;
  min-height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background: #3C3C3C;
  display: inline-block;
  margin-right: 5px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute .attribute.value .product-info-sections-tab .info-tab-title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #3C3C3C;
  text-transform: capitalize;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute .attribute.value .product-info-sections-tab .info-tab-content {
  letter-spacing: 0.28px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  margin-left: 20px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute[data-th]:before {
  padding-right: 10px;
  content: attr(data-th) '';
  display: inline-block;
  letter-spacing: 0.4px;
  color: #9E8E1A;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute[data-th='SKU'] {
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  color: #164171;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute[data-th='Description'] .attribute.value {
  margin: 2em 0 0;
  border-top: 1px solid #DEDEDE;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell {
  width: auto;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison thead tr th {
  display: none;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody tr th {
  display: none;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody tr td.cell.product {
  background-color: #fff;
  border-radius: 8px 8px 0px 0px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody tr td.cell.product.info {
  max-width: 300px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody tr td.cell.product.info .product-item-photo {
  max-width: 300px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody tr td.cell.product.info .product-item-actions {
  max-width: 300px;
  margin: 0 auto 15px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody tr td.cell.product.info .price-box {
  max-width: 300px;
  margin: 0 auto 15px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody tr td.cell.product.info .product.rating {
  max-width: 300px;
  margin: 0 auto 15px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody tr td.cell.product.info .product-item-name {
  max-width: 300px;
  margin: 0 auto 15px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody {
  background-color: #F8F8F8;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody:nth-child(2) {
  background-color: #DEDEDE;
}
body.catalog-product_compare-index .column.main .action.print {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3em 0;
}
body.catalog-product_compare-index .column.main .action.print span {
  letter-spacing: 1px;
  color: #007B9E;
  text-transform: capitalize;
  font-weight: 600;
  text-decoration: underline;
  font-size: 16px;
}
@media screen and (max-width: 1459px) {
  body.catalog-product_compare-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info {
    padding: 5px;
  }
}
@media screen and (max-width: 860px) {
  body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section {
    display: flex;
  }
  body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block {
    width: 48%;
  }
  body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-info-section {
    max-width: 250px;
  }
}
@media screen and (max-width: 639px) {
  body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section {
    display: flex;
    gap: 10px;
  }
  body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block {
    width: 100%;
  }
  body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info a.action.delete {
    margin-right: 0;
  }
  body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute {
    padding: 10px 15px;
  }
}
body.checkout-cart-index {
  background-color: #EDF6FF;
}
body.checkout-cart-index .page-title-wrapper {
  margin: 20px auto;
}
body.checkout-cart-index .page-title-wrapper .page-title {
  line-height: 22px;
  margin-bottom: 0px;
  height: 100%;
}
body.checkout-cart-index .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
}
body.checkout-cart-index .column.main .cart-container .cart-summary {
  width: 30%;
  box-shadow: 0px 3px 52px #0000002F;
  border-radius: 4px;
  padding: 0;
  background-color: #fff;
  padding-bottom: 20px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .summary.title {
  border-radius: 4px 0px 0px 4px;
  background-color: #F0F0F0;
  letter-spacing: 0.9px;
  margin: 0;
  color: #3C3C3C;
  text-transform: capitalize;
  padding: 10px 20px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping {
  padding: 10px 20px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping .title {
  border-top: 0;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping .title::after {
  color: #007B9E;
  right: 0;
  font-size: 16px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping .title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping #block-summary {
  padding-bottom: 0;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping #block-summary .fieldset {
  margin-bottom: 0;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping #block-summary .fieldset .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  color: #363636;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping #block-summary .fieldset .field .control select {
  height: 44px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping #block-summary .fieldset .field .control select:focus {
  box-shadow: unset;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping #block-summary .fieldset .field .control input.input-text {
  height: 44px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping #block-summary .fieldset .field .control input.input-text:focus {
  box-shadow: unset;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals {
  padding: 10px 20px;
  border-top: 0;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals .totals th {
  letter-spacing: 0.6px;
  color: #676767;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals .totals td {
  padding-bottom: 15px;
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals .totals td .price {
  letter-spacing: 0.36px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals .grand.totals th strong {
  letter-spacing: 0.9px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals .grand.totals td .price {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .checkout.checkout-methods-items {
  padding: 10px 20px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .checkout.checkout-methods-items button.action.primary.checkout {
  background-color: #007b9e;
  border-radius: 50px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart {
  width: 70%;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tr th {
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tr th span {
  letter-spacing: 0.54px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item {
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .product-item-name a {
  letter-spacing: 0.32px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .item-options dt {
  letter-spacing: 0.8px;
  color: #676767;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .item-options dd {
  letter-spacing: 0.8px;
  color: #676767;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .delivery-lead-time-section .delivery-lead-time-block {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  padding: 8px 12px;
  width: 50%;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .delivery-lead-time-section .delivery-lead-time-block .title {
  letter-spacing: 0.32px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .delivery-lead-time-section .delivery-lead-time-block .title::after {
  content: ":";
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 600;
  margin-left: 2px;
  margin-right: 2px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .delivery-lead-time-section .delivery-lead-time-block .content {
  letter-spacing: 0.32px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.price .price {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.price .old-price {
  float: left;
  margin-top: 0;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.price .old-price .price-label {
  display: none;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.price .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.price .special-price {
  margin-left: 7px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.qty .control.qty input.input-text.qty {
  border: 1px solid #007B9E;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  width: 80px;
  background-color: transparent;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.qty .control.qty input.input-text.qty:focus {
  box-shadow: unset;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.subtotal .price {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.subtotal .old-price {
  float: left;
  margin-top: 0;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.subtotal .old-price .price-label {
  display: none;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.subtotal .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.subtotal .special-price {
  margin-left: 7px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action {
  position: initial;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action span {
  display: none;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action.towishlist.action-towishlist {
  display: none;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action.action-delete {
  font-weight: 400;
  background-image: url("../images/cart-delete.svg");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action.action-delete::before {
  display: none;
  color: #007B9E;
  font-weight: 400;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action.action-edit {
  background-image: url("../images/cart-edit.svg");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action.action-edit::before {
  display: none;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart .cart.main.actions button.action.update {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #007b9e;
  height: 45px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart .cart.main.actions button.action.update span {
  color: #007b9e;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .block.discount .title::after {
  color: #007B9E;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .block.discount strong {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-decoration: underline;
  text-transform: capitalize;
  color: #007b9e;
  font-weight: 600;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .fieldset.coupon {
  margin-top: 20px;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .fieldset.coupon .field .control input {
  height: 44px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .fieldset.coupon .field .control input:focus {
  box-shadow: unset;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .fieldset.coupon .actions-toolbar {
  margin-left: 25px;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .fieldset.coupon .actions-toolbar div.primary {
  margin-left: 25px;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .fieldset.coupon .actions-toolbar button.action.primary {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #007b9e;
  height: 45px;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .fieldset.coupon .actions-toolbar button.action.primary span {
  color: #007B9E;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  body.checkout-cart-index .page-title-wrapper .page-title span {
    font-size: 22px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart {
    width: 65%;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tr th {
    font-size: 14px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details {
    float: left;
    padding-bottom: 10px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .product-item-name a {
    font-size: 14p;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .item-options dd {
    margin-bottom: 7px;
    font-size: 14px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .item-options dt {
    margin-bottom: 7px;
    font-size: 14px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.price .price {
    font-size: 14px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.subtotal .price {
    font-size: 14px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action.towishlist {
    display: none;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary {
    width: 35%;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .summary title {
    font-size: 18px;
    color: #3C3C3C;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping {
    padding: 10px 15px !important;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals {
    padding: 10px 15px !important;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals .grand.totals th strong {
    font-size: 16px;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals .grand.totals td .price {
    font-size: 16px;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .checkout-methods-items {
    padding: 10px 15px !important;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .checkout-methods-items button.action.primary.checkout span {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.5px) {
  body.checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tr th {
    display: revert;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tr th.col {
    float: initial;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tr th.col.qty {
    float: initial;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td {
    display: revert;
    float: initial;
    white-space: initial;
    width: initial;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td::before {
    display: none;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.item {
    padding: 20px 8px 20px 0px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.item a.product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart {
    float: left;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index .column.main .cart-container form.form.form-cart {
    width: 100%;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action {
    position: absolute;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details {
    float: initial;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary {
    width: 100%;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .summary.title {
    display: block;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping .title {
    padding-left: 0;
    text-align: start;
  }
  body.checkout-cart-index .column.main .cart-container .cart-discount {
    border-bottom: 0;
  }
  body.checkout-cart-index .column.main .cart-container .cart-discount .block.discount .title {
    border-top: 0;
    text-align: center;
  }
}
.minicart-wrapper .block-minicart {
  padding: 0 !important;
  border: 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper {
  background: #fff;
  top: 0;
  bottom: 0;
  width: 320px;
  left: auto;
  right: 0;
  position: fixed;
  z-index: 999;
  width: 432px !important;
  height: 75vh;
  overflow-y: auto;
  border-radius: 0px 4px 4px 0px;
  border-left: 1px solid #dedede;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content.mini-cart-content .minicart-header {
  display: flex;
  border: 1px solid #DEDEDE;
  background-color: #fff;
  padding: 15px 20px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content.mini-cart-content .minicart-header button.action.close {
  position: initial;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content.mini-cart-content .minicart-header .minicart-header-title {
  width: 80%;
  text-align: center;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content.mini-cart-content .minicart-header .minicart-header-title strong span {
  letter-spacing: 0.78px;
  color: #3C3C3C;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .additinal-img-empty {
  position: relative;
  height: 40vh;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .additinal-img-empty img {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .subtitle.empty {
  letter-spacing: 0.78px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .additional-msg {
  letter-spacing: 0.9px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  width: 50%;
  margin: auto;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .actions-toolbar-trigger {
  width: 90%;
  margin: auto;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .actions-toolbar-trigger button.button.action.primary {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  color: #fff;
  font-weight: 600;
  border-radius: 40px;
  text-transform: uppercase;
  width: 100%;
  height: 48px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .actions-toolbar-trigger button.button.action.primary span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: linear-gradient(120deg, #c9c9c9 0%, #ffffff 80%, #ffffff 80%);
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .items-total {
  margin: 0;
  padding: 10px 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .items-total .count-items span {
  letter-spacing: 0.9px;
  color: #575757;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .items-total .incart {
  letter-spacing: 0.9px;
  color: #575757;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal {
  padding: 10px 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal span.label {
  letter-spacing: 0.6px;
  color: #676767;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal .price-container .price-wrapper {
  text-align: center;
  float: right;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal .price-container .price {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal .price-container .old-price {
  float: left;
  margin-top: 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal .price-container .old-price .price-label {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal .price-container .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .actions div.primary {
  width: 100%;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .actions div.primary button.action.primary {
  background-color: #007b9e;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 17px;
  width: 100%;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  max-height: 350px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product-name-action-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product-item-name a {
  letter-spacing: 0.32px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.actions .primary .action.edit {
  background-image: url("../images/minicart-edit.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.actions .primary .action.edit::before {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.actions .secondary .action.delete {
  background-image: url("../images/minicart-delete.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.actions .secondary .action.delete::before {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.options span.toggle {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.options span.toggle::after {
  color: #007B9E;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.options .content .product.options.list {
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.options .content .product.options.list dt {
  letter-spacing: 0.8px;
  color: #676767;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
  text-transform: capitalize;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.options .content .product.options.list dd {
  letter-spacing: 0.8px;
  color: #676767;
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px;
  text-transform: capitalize;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .delivery-lead-time-section .delivery-lead-time-block {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #EDF6FF;
  padding: 8px 12px;
  width: 70%;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .delivery-lead-time-section .delivery-lead-time-block .title {
  letter-spacing: 0.32px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .delivery-lead-time-section .delivery-lead-time-block .title::after {
  content: ":";
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 600;
  margin-left: 2px;
  margin-right: 2px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .delivery-lead-time-section .delivery-lead-time-block .content {
  letter-spacing: 0.32px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product-item-pricing .price-container .price-wrapper .price {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product-item-pricing .price-container .price-wrapper .old-price {
  float: left;
  margin-top: 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product-item-pricing .price-container .price-wrapper .old-price .price-label {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product-item-pricing .price-container .price-wrapper .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product-item-pricing .price-container .price-wrapper .special-price {
  margin-left: 7px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .details-qty.qty .label {
  letter-spacing: 0.24px;
  color: #7E7E7E;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 400;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .details-qty.qty input.item-qty.cart-item-qty {
  border: 0;
  background-color: transparent;
  pointer-events: none;
  width: 30px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .actions div.secondary {
  padding: 10px 0;
  text-align: center;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .actions div.secondary a.action.viewcart span {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .subtitle.empty {
    font-size: 16px;
  }
  .minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .additional-msg {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  body .minicart-wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body .minicart-wrapper .block-minicart::before {
    display: none;
  }
  body .minicart-wrapper .block-minicart::after {
    display: none;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper {
    position: fixed;
    top: 9em;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content.mini-cart-content .minicart-header .minicart-header-title strong span {
    font-size: 18px;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .items-total .count-items span {
    font-size: 16px;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal .price-container .price {
    font-size: 16px;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .additinal-img-empty {
    width: 80%;
    margin: auto;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .additinal-img-empty .additional-msg {
    width: 70%;
  }
}
@media screen and (max-width: 567px) {
  body .minicart-wrapper .block-minicart::before {
    display: none;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper {
    width: 90% !important;
  }
}
@media screen and (max-width: 540px) {
  body .minicart-wrapper .block-minicart #minicart-content-wrapper {
    top: 10em;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .items-total .count-items span {
    font-size: 16px;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal span.label {
    font-size: 14px;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal .price-container .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  body .minicart-wrapper .block-minicart #minicart-content-wrapper {
    top: 9em;
  }
}
body.checkout-index-index {
  background-color: #EDF6FF;
  /* address popup design */
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar {
  width: 66.66666667%;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item._active::before {
  background: #007B9E;
  border-color: #007B9E;
  height: 15px;
  border-radius: 10px 0 0 10px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item._active span::before {
  background-image: url("../images/Group 610.svg") !important;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  background-color: transparent;
  width: 64px;
  height: 64px;
  margin-left: -25px;
  content: '';
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item._active span::after {
  display: none;
  content: '';
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item._complete::before {
  background: #007B9E;
  border-color: #007B9E;
  height: 15px;
  border-radius: 10px 0 0 10px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item._complete span::before {
  background-image: url("../images/Group 610.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  background-color: transparent;
  width: 64px;
  height: 64px;
  margin-left: -25px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item._complete span::after {
  display: none;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item {
  width: 50%;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item::before {
  background: #DEDEDE;
  border-color: #DEDEDE;
  height: 15px;
  border-radius: 0px 10px 10px 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item span {
  letter-spacing: 0.54px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  padding-top: 60px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar li.opc-progress-bar-item:nth-child(2)::before {
  border-radius: 0px 10px 10px 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar li.opc-progress-bar-item:nth-child(2) span::before {
  background: #e4e4e4;
  border: 1px solid #ccc;
  height: 44px;
  margin-left: -19px;
  width: 44px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar li.opc-progress-bar-item:nth-child(2) span::after {
  background: #fff;
  height: 30px;
  margin-left: -10px;
  width: 30px;
  color: #333;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '2';
  border: 0;
  top: 7px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar li.opc-progress-bar-item._active:nth-child(2)::before {
  background: #007B9E;
  border-color: #007B9E;
  height: 15px;
  border-radius: 0px 10px 10px 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar li.opc-progress-bar-item._active:nth-child(2) span::before {
  background-image: url("../images/Group 610.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  background-color: transparent;
  width: 64px;
  height: 64px;
  margin-left: -25px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar li.opc-progress-bar-item._active:nth-child(2) span::after {
  display: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper {
  /* suggestion address section*/
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-title {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content {
  padding-top: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-login #customer-email-fieldset .field .label span {
  letter-spacing: 0px;
  color: #363636;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  margin-bottom: 6px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-login #customer-email-fieldset .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 48px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-login #customer-email-fieldset .field .control input.input-text::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-login #customer-email-fieldset .field .control input.input-text:focus {
  box-shadow: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-login #customer-email-fieldset .field.required .label::after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .label span {
  letter-spacing: 0px;
  color: #363636;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  margin-bottom: 6px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .control input[type="text"] {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 48px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .control input[type="text"]::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .control input[type="text"]:focus {
  box-shadow: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .control .field-tooltip.toggle {
  right: -20px;
  top: 10px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .control select.select {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 48px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .control select.select::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .control select.select:focus {
  box-shadow: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .field.choice {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .field.choice label {
  margin: 0;
  line-height: initial;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .field.choice label span {
  letter-spacing: 0.48px;
  color: #9E8E1A;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .field.choice input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 20px;
  height: 21px;
  margin-top: 0;
  margin-right: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .field.choice input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .field._required .label::after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .field.required .label::after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item.selected-item {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item.selected-item::after {
  top: 7px;
  right: 7px;
  background-image: url("../images/Group 610.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  background-color: transparent;
  width: 50px;
  height: 50px;
  content: '';
  box-shadow: unset;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  width: 48%;
  margin-right: 15px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 35px 15px 18px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item button.action.action-select-shipping-item {
  background-color: #007b9e;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #007b9e;
  margin-top: 5px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item button.action.edit-address-link {
  color: #007B9E;
  font-weight: 600;
  margin-top: 5px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item:nth-child(2) {
  margin-right: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item::before {
  background: transparent;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .new-address-popup {
  width: 48%;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .new-address-popup button.action.action-show-popup {
  width: 100%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  font-weight: 600;
  font-size: 16px;
  color: #007B9E;
  cursor: pointer;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .step-title {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-suggested-addresses p {
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-suggested-addresses .suggested-address {
  margin-top: 10px;
  border: 1px solid #DEDEDE;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-suggested-addresses .suggested-address:nth-child(1) {
  margin-top: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-suggested-addresses .suggested-address span b {
  font-weight: 600 !important;
  font-size: 16px;
  color: #3C3C3C;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-suggested-addresses .suggested-address .suggested-address-details span {
  font-weight: 400;
  font-size: 14px;
  color: #3C3C3C;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-method .step-title {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-method form.form.methods-shipping .table-checkout-shipping-method tbody td.col.col-method input[type="radio"] {
  height: 18px;
  width: 18px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-method form.form.methods-shipping .table-checkout-shipping-method tbody td.col.col-price span {
  letter-spacing: 0.66px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-method form.form.methods-shipping .table-checkout-shipping-method tbody td.col {
  letter-spacing: 0.66px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-method form.form.methods-shipping .actions-toolbar {
  display: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset hr {
  border: 0;
  margin: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .step-title {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title.field {
  display: flex;
  align-items: center;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title.field input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-top: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title.field input[type="radio"]:focus {
  box-shadow: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title.field .label span {
  letter-spacing: 0.66px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block.field input {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 20px;
  height: 21px;
  margin-top: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block.field input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block.field input[type="checkbox"]:checked::after {
  font-size: 21px;
  line-height: 21px;
  content: '\f00c';
  background-color: #fff;
  color: #007b9e;
  font-family: 'FontAwesome';
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block.field label span {
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .label span {
  letter-spacing: 0px;
  color: #363636;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  margin-bottom: 6px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .control input[type="text"] {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 48px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .control input[type="text"]::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .control input[type="text"]:focus {
  box-shadow: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .control select.select {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 48px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .control select.select::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .control select.select:focus {
  box-shadow: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .field.choice {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .field.choice label {
  margin: 0;
  line-height: initial;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .field.choice label span {
  letter-spacing: 0.48px;
  color: #9E8E1A;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .field.choice input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 20px;
  height: 21px;
  margin-top: 0;
  margin-right: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .field.choice input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .field._required .label::after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .field.required .label::after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details {
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details a {
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .stripe-dropdown {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  color: #9A9A9A;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .stripe-dropdown .stripe-dropdown-list li.new span {
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .actions-toolbar {
  display: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-title.field.choice {
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-title.field.choice .action.action-toggle::after {
  color: #007B9E;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-title.field.choice span {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-content {
  padding-top: 20px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-content .form.form-discount .payment-option-inner .field .control input[type="text"] {
  height: 44px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-content .form.form-discount .payment-option-inner .field .control input[type="text"]:focus {
  box-shadow: unset;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-content .actions-toolbar .primary {
  margin-left: 25px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-content .actions-toolbar .primary button.action.action-apply {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #007b9e;
  height: 45px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-content .actions-toolbar .primary button.action.action-apply span {
  color: #007B9E;
  font-weight: 600;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-content .actions-toolbar .primary button.action.action-cancel {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #007b9e;
  height: 45px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-content .actions-toolbar .primary button.action.action-cancel span {
  color: #007B9E;
  font-weight: 600;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information {
  width: 70%;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to {
  width: auto;
  float: left;
  margin-bottom: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-title {
  margin-bottom: 15px;
  position: relative;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-title span {
  letter-spacing: 0.6px;
  font-size: 18px;
  font-weight: 600;
  color: #3C3C3C;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-title button.action.action-edit {
  background-image: url("../images/checkout-edit.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 0;
  box-shadow: unset;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 50%;
  right: auto;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-title button.action.action-edit span {
  display: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-content {
  position: relative;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  padding: 8px 12px;
  letter-spacing: 0.54px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  width: 100%;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-content button.action.action-edit {
  background-image: url("../images/checkout-edit.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 0;
  box-shadow: unset;
  position: absolute;
  right: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-content button.action.action-edit span {
  display: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-content a {
  color: #3C3C3C;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-via {
  float: right;
  width: auto;
  margin-bottom: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-via .shipping-information-title {
  margin-bottom: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-via .shipping-information-title span {
  letter-spacing: 0.6px;
  font-size: 18px;
  font-weight: 600;
  color: #3C3C3C;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-via .shipping-information-title button.action.action-edit {
  display: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-via .shipping-information-content .value {
  letter-spacing: 0.54px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary {
  box-shadow: 0px 3px 52px #0000002F;
  border-radius: 4px;
  padding: 0;
  background-color: #fff;
  padding-bottom: 20px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .summary-title {
  display: block;
  border-radius: 4px 0px 0px 4px;
  background-color: #F0F0F0;
  letter-spacing: 0.9px;
  margin: 0;
  color: #3C3C3C;
  text-transform: capitalize;
  padding: 20px 20px;
  font-weight: 600;
  font-size: 20px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals th.mark {
  padding-left: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals td.amount {
  padding-right: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals-tax th.mark {
  padding-left: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals-tax td.amount {
  padding-right: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .grand.totals th.mark {
  padding-left: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .grand.totals th.mark strong {
  letter-spacing: 0.9px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .grand.totals td.amount {
  padding-right: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .grand.totals td.amount .price {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.sub th.mark {
  letter-spacing: 0.6px;
  color: #676767;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.sub td.amount span {
  letter-spacing: 0.36px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.shipping.excl th.mark {
  letter-spacing: 0.6px;
  color: #676767;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.shipping.excl th.mark span {
  letter-spacing: 0.6px;
  color: #676767;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.shipping.excl th.mark span.value {
  font-size: 14px;
  margin: 6px 0;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.shipping.excl td.amount span {
  letter-spacing: 0.36px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals-tax th.mark {
  letter-spacing: 0.6px;
  color: #676767;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals-tax th.mark span {
  letter-spacing: 0.6px;
  color: #676767;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals-tax th.mark span.value {
  font-size: 14px;
  margin: 6px 0;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals-tax td.amount span {
  letter-spacing: 0.36px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart {
  padding: 10px 20px;
  margin-bottom: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper {
  margin: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block strong {
  letter-spacing: 0.32px;
  color: #9E8E1A;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner span.price {
  letter-spacing: 0.38px;
  color: #3C3C3C;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty span.label {
  letter-spacing: 0.24px;
  color: #7E7E7E;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty span.value {
  letter-spacing: 0.7px;
  color: #3C3C3C;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .toggle span {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .content .item-options dt {
  letter-spacing: 0.8px;
  color: #676767;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .content .item-options dd {
  letter-spacing: 0.8px;
  color: #676767;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .actions-toolbar-trigger {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .actions-toolbar-trigger button.button.action.primary {
  width: 100%;
  background-color: #007b9e;
  border-radius: 50px;
  height: 48px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .actions-toolbar-trigger button.button.action.primary span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .actions-toolbar-trigger {
  padding-top: 20px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .actions-toolbar-trigger .primary {
  width: 100%;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .actions-toolbar-trigger .primary button.button.action.continue.primary {
  width: 100%;
  background-color: #007b9e;
  border-radius: 50px;
  height: 48px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .actions-toolbar-trigger .primary button.button.action.continue.primary span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll {
  z-index: 9999 !important;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  margin-top: 5em;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-header .modal-title {
  text-align: left;
  letter-spacing: 0.9px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 400;
  border-bottom: 0;
  font-size: 22px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-header .action-close {
  top: -32px;
  right: -32px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  margin: 0;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-header .action-close::before {
  color: #007B9E;
  font-weight: 500;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content #opc-new-shipping-address {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 2em 0;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address {
  max-width: 100%;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
  margin-bottom: 0px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field[name|="shippingAddress.firstname"] {
  order: 0;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field[name|="shippingAddress.lastname"] {
  order: 1;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field[name|="shippingAddress.company"] {
  order: 2;
  width: 100%;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.street {
  order: 3;
  width: 100%;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.street .field {
  width: 100%;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field[name|="shippingAddress.country_id"] {
  order: 4;
  width: 100%;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field[name|="shippingAddress.region_id"] {
  order: 5;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field[name|="shippingAddress.city"] {
  order: 6;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field[name|="shippingAddress.postcode"] {
  order: 7;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field[name|="shippingAddress.telephone"] {
  order: 8;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.choice {
  order: 9;
  width: 100%;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field-tooltip-action.action-help {
  display: none;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field {
  width: 48%;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field .label span {
  letter-spacing: 0px;
  color: #363636;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  margin-bottom: 6px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field .control input[type="text"] {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 48px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field .control input[type="text"]::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field .control input[type="text"]:focus {
  box-shadow: none;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field .control select.select {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 48px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field .control select.select::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field .control select.select:focus {
  box-shadow: none;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.choice {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.choice label {
  margin: 0;
  line-height: initial;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.choice label span {
  letter-spacing: 0.48px;
  color: #9E8E1A;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.choice input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 20px;
  height: 21px;
  margin-top: 0;
  margin-right: 15px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.choice input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field._required .label::after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.required .label::after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer {
  border: 0;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action.primary.action-save-address {
  width: 25%;
  background-color: #007b9e;
  border-radius: 50px;
  height: 48px;
  float: initial;
  margin-top: 0;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action.primary.action-save-address span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup {
  width: 25%;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #007B9E;
  height: 48px;
  float: initial;
  margin-top: 0;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup span {
  font-size: 16px;
  font-weight: 600;
  color: #007b9e;
  text-decoration: none;
}
@media screen and (max-width: 1459px) {
  body.checkout-index-index .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-title {
    font-size: 20px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-method .step-title {
    font-size: 20px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .step-title {
    font-size: 20px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title.field .label span {
    font-size: 16px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.sub th.mark strong {
    font-size: 14px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.sub td.amount .price {
    font-size: 14px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.shipping.excl th.mark strong {
    font-size: 14px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.shipping.excl td.amount .price {
    font-size: 14px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals-tax th.mark strong {
    font-size: 14px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals-tax td.amount .price {
    font-size: 14px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .grand.totals th.mark strong {
    font-size: 16px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .grand.totals td.amount .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer {
    gap: 15px;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action.primary.action-save-address {
    width: 40%;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  body.checkout-index-index .column.main .checkout-container .opc-estimated-wrapper {
    margin: 0;
  }
  body.checkout-index-index .column.main .checkout-container .opc-estimated-wrapper .estimated-block {
    font-size: 16px;
    float: left;
    font-weight: 600;
    color: #3c3c3c;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper {
    padding: 0 15px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information {
    width: 100%;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to {
    width: 100%;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-content {
    width: 50%;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-via {
    width: 100%;
  }
  body.checkout-index-index .column.main .checkout-container .modal-custom.opc-sidebar.opc-summary-wrapper {
    z-index: 99999 !important;
  }
  body.checkout-index-index .column.main .checkout-container .modal-custom.opc-sidebar.opc-summary-wrapper #opc-sidebar .modal-header .action-close {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    margin: 0;
  }
  body.checkout-index-index .column.main .checkout-container .modal-custom.opc-sidebar.opc-summary-wrapper #opc-sidebar .modal-header .action-close::before {
    color: #007B9E;
    font-weight: 500;
  }
  body.checkout-index-index .column.main .checkout-container .modal-custom-overlay {
    z-index: 99 !important;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .actions-toolbar-trigger {
    width: 90%;
    margin: auto;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll {
    left: 0;
    width: 70%;
    margin: auto;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-header .action-close {
    top: 7px;
    right: 8px;
  }
}
@media screen and (max-width: 549px) {
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item {
    width: 100%;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .new-address-popup {
    width: 100%;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-method form.form.methods-shipping .table-checkout-shipping-method tbody td.col {
    font-size: 14px;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll {
    width: 90%;
    margin: auto;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer {
    flex-direction: column;
    gap: 10px;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action.primary.action-save-address {
    width: 100%;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup {
    width: 100%;
  }
}
body.checkout-onepage-success {
  background-color: #EDF6FF;
}
body.checkout-onepage-success .page-title-wrapper {
  margin: 4em auto;
}
body.checkout-onepage-success .page-title-wrapper .page-title {
  line-height: 22px;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.checkout-onepage-success .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 34px;
  font-weight: 400;
}
body.checkout-onepage-success .page-title-wrapper .action.print {
  display: none;
}
body.checkout-onepage-success .page-title-wrapper .additional-title-order {
  letter-spacing: 0.9px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  display: block;
  margin: 15px 0;
}
body.checkout-onepage-success .column.main {
  margin-top: 1em;
  margin-bottom: 4em;
}
body.checkout-onepage-success .column.main .checkout-success {
  text-align: center;
  width: 50%;
  float: left;
}
body.checkout-onepage-success .column.main .checkout-success .success-msg-text {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.checkout-onepage-success .column.main .checkout-success .success-msg-text a {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.checkout-onepage-success .column.main .checkout-success .success-msg-text a strong {
  font-weight: 400 !important;
}
body.checkout-onepage-success .column.main .checkout-success .success-msg-text.additional {
  color: #666666;
  font-weight: 400;
}
body.checkout-onepage-success .column.main .checkout-success .actions-toolbar {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
  margin-bottom: 2rem;
}
body.checkout-onepage-success .column.main .checkout-success .actions-toolbar .primary a.action.primary.continue {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 70px;
  border-radius: 40px;
  text-transform: uppercase;
  box-shadow: 0 8px 9px #b5dae5;
  margin: 0;
}
body.checkout-onepage-success .column.main .checkout-success .actions-toolbar .primary a.action.primary.continue span {
  font-weight: bold;
}
body.checkout-onepage-success .column.main #registration {
  width: 50%;
  float: right;
  text-align: center;
}
body.checkout-onepage-success .column.main #registration p {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.checkout-onepage-success .column.main #registration a.action.primary {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 70px;
  border-radius: 40px;
  text-transform: uppercase;
  box-shadow: 0 8px 9px #b5dae5;
  margin-top: 10px;
  margin-bottom: 2rem;
}
body.checkout-onepage-success .column.main #registration a.action.primary span {
  font-weight: bold;
}
body.order-success-logged.checkout-onepage-success .column.main .checkout-success {
  width: 100% !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.checkout-onepage-success .column.main .checkout-success {
    width: 100%;
  }
  body.checkout-onepage-success .column.main .checkout-success .actions-toolbar .primary a.action.primary.continue {
    padding: 7px 45px;
  }
  body.checkout-onepage-success .column.main #registration {
    width: 100%;
  }
  body.checkout-onepage-success .column.main #registration a.action.primary {
    padding: 7px 45px;
  }
}
body.empty-cart-page-section.checkout-cart-index {
  background-color: #e4e6e7;
}
body.empty-cart-page-section.checkout-cart-index .breadcrumbs {
  display: none;
}
body.empty-cart-page-section.checkout-cart-index .page-title-wrapper {
  display: none;
}
body.empty-cart-page-section.checkout-cart-index .page-main {
  background-image: url(../images/empty-cart.svg);
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  min-height: 950px;
  max-width: 100%;
}
body.empty-cart-page-section.checkout-cart-index .page-main .columns {
  max-width: 1440px;
  padding: 0 15px;
  margin: auto;
}
body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  vertical-align: middle;
  text-align: center;
  padding-left: 2%;
  align-items: center;
}
body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section .sub-title {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section .main-title {
  letter-spacing: 1.2px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 34px;
  font-weight: 400;
}
body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section .final-title {
  letter-spacing: 0.9px;
  color: #666666;
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
}
body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section a {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 70px;
  border-radius: 40px;
  text-transform: uppercase;
  box-shadow: 0 8px 9px #b5dae5;
  margin-top: 2em;
  margin-bottom: 2rem;
  width: 30%;
}
@media screen and (max-width: 1380px) {
  body.empty-cart-page-section.checkout-cart-index .page-main {
    min-height: 750px;
  }
}
@media screen and (max-width: 1199px) {
  body.empty-cart-page-section.checkout-cart-index .page-main {
    min-height: 675px;
  }
}
@media screen and (max-width: 992px) {
  body.empty-cart-page-section.checkout-cart-index .page-main {
    background-image: url(../images/empty-cart-tab.svg);
    background-repeat: no-repeat;
    max-height: 600px;
    min-height: 500px;
  }
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section {
    width: 50%;
    padding-left: 0;
  }
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section a {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 820px) {
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section a {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  body.empty-cart-page-section.checkout-cart-index .page-main {
    min-height: 70vh;
    background-image: url(../images/empty-cart-mobile.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    align-items: center;
    left: 0;
    margin-top: 3em;
    right: 0;
  }
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section a {
    width: auto;
    margin-top: 1em;
    font-size: 16px;
    margin-bottom: 1em;
  }
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section .main-title {
    font-size: 28px;
  }
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section .final-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  body.empty-cart-page-section.checkout-cart-index .page-main {
    min-height: 60vh;
  }
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section {
    top: 55%;
  }
}
@media screen and (max-width: 360px) {
  body.empty-cart-page-section.checkout-cart-index .page-main {
    min-height: 50vh;
  }
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section {
    top: 50%;
  }
}
body.cms-page-view .page-wrapper .breadcrumbs {
  display: none;
}
body.cms-page-view.cms-terms-of-use {
  background-color: #EDF6FF;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
  max-width: 100%;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
  position: relative;
  bottom: -6em;
  right: 0;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column .terms-header-img {
  text-align: center;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section {
  align-items: center;
  position: relative;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
  position: absolute;
  z-index: 9;
  background-image: url("../images/terms-header-box.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 110px;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  left: -3.5em;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    background-size: cover !important;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.terms-content-section {
    order: 2;
    align-items: initial;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -15px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    bottom: 0;
  }
  body [data-content-type='row'][data-appearance='contained'] .static-content-section {
    padding: 10px 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 3em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  body .static-content-section p {
    font-size: 12px !important;
  }
  body .static-content-section h3 span {
    font-size: 14px !important;
  }
}
body.cms-page-view {
  background-color: #EDF6FF;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
  max-width: 100%;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
  position: relative;
  bottom: -6em;
  right: 0;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column .terms-header-img {
  text-align: center;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section {
  align-items: center;
  position: relative;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
  position: absolute;
  z-index: 9;
  background-image: url("../images/terms-header-box.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 110px;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  left: -3.5em;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 600;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body [data-content-type='row'][data-appearance='contained'] .static-content-section {
    padding: 10px 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 3em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  body .static-content-section p {
    font-size: 12px !important;
  }
  body .static-content-section h3 span {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1660px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 620px !important;
  }
}
@media screen and (max-width: 1460px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 580px !important;
  }
  body.cms-page-view.cms-terms-of-use .column.main .static-content-section {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1399px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 530px !important;
  }
}
@media screen and (max-width: 1370px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 510px !important;
  }
}
@media screen and (max-width: 1330px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 500px !important;
  }
}
@media screen and (max-width: 1281px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 485px !important;
  }
}
@media screen and (max-width: 1240px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 475px !important;
  }
}
@media screen and (max-width: 1199px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 460px !important;
  }
}
@media screen and (max-width: 1160px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 445px !important;
  }
}
@media screen and (max-width: 1120px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 435px !important;
  }
}
@media screen and (max-width: 1099px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 415px !important;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    width: 300px;
    left: 0;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -15px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
    font-size: 22px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
    font-size: 22px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    max-width: 70%;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768.5px) and (min-width: 768px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 400px !important;
    padding-bottom: 10px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column {
    flex-basis: auto;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    bottom: -4em;
  }
}
@media screen and (max-width: 767px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 400px !important;
    padding-bottom: 10px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section {
    flex-basis: auto;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    bottom: 0em;
    left: 2em;
    width: 300px;
    height: 80px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -25px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
    font-size: 18px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
    font-size: 18px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    max-width: 70%;
    margin-left: auto;
    left: 0;
  }
}
@media screen and (max-width: 539px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    bottom: -3em;
  }
}
body.cms-page-view.cms-privacy-policy {
  background-color: #EDF6FF;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
  max-width: 100%;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
  position: relative;
  bottom: -6em;
  right: 0;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column .terms-header-img {
  text-align: center;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section {
  align-items: center;
  position: relative;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
  position: absolute;
  z-index: 9;
  background-image: url("../images/terms-header-box.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 110px;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  left: -3.5em;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    background-size: cover !important;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.terms-content-section {
    order: 2;
    align-items: initial;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -15px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    bottom: 0;
  }
  body [data-content-type='row'][data-appearance='contained'] .static-content-section {
    padding: 10px 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 3em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  body .static-content-section p {
    font-size: 12px !important;
  }
  body .static-content-section h3 span {
    font-size: 14px !important;
  }
}
body .static-content-section {
  box-shadow: 0px 3px 20px #00000029;
  background-color: #fff;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 5em;
  padding: 30px 25px;
}
body .static-content-section h3 {
  letter-spacing: 0.6px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 18px;
}
body .static-content-section h3 span {
  font-weight: 600 !important;
}
body .static-content-section p {
  color: #222222;
  font-weight: 400;
  font-size: 14px;
}
body .static-content-section h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1660px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 620px !important;
  }
}
@media screen and (max-width: 1460px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 580px !important;
  }
  body.cms-page-view.cms-privacy-policy .column.main .static-content-section {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1399px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 530px !important;
  }
}
@media screen and (max-width: 1370px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 510px !important;
  }
}
@media screen and (max-width: 1330px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 500px !important;
  }
}
@media screen and (max-width: 1281px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 485px !important;
  }
}
@media screen and (max-width: 1240px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 475px !important;
  }
}
@media screen and (max-width: 1199px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 460px !important;
  }
}
@media screen and (max-width: 1160px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 445px !important;
  }
}
@media screen and (max-width: 1120px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 435px !important;
  }
}
@media screen and (max-width: 1099px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 415px !important;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    width: 300px;
    left: 0;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -15px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
    font-size: 22px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
    font-size: 22px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    max-width: 70%;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768.5px) and (min-width: 768px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 400px !important;
    padding-bottom: 10px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column {
    flex-basis: auto;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    bottom: -4em;
  }
}
@media screen and (max-width: 767px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 400px !important;
    padding-bottom: 10px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section {
    flex-basis: auto;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    bottom: 0em;
    left: 2em;
    width: 300px;
    height: 80px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -25px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
    font-size: 18px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
    font-size: 18px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    max-width: 70%;
    margin-left: auto;
    left: 0;
  }
}
@media screen and (max-width: 539px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    bottom: -3em;
  }
}
body.cms-page-view.cms-return-and-exchange-policy {
  background-color: #EDF6FF;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
  max-width: 100%;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
  position: relative;
  bottom: -6em;
  right: 0;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column .terms-header-img {
  text-align: center;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section {
  align-items: center;
  position: relative;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
  position: absolute;
  z-index: 9;
  background-image: url("../images/terms-header-box.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 110px;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  left: -3.5em;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 .sub-title {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    background-size: cover !important;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.terms-content-section {
    order: 2;
    align-items: initial;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -15px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    bottom: 0;
  }
  body [data-content-type='row'][data-appearance='contained'] .static-content-section {
    padding: 10px 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 3em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  body .static-content-section p {
    font-size: 12px !important;
  }
  body .static-content-section h3 span {
    font-size: 14px !important;
  }
}
body .static-content-section {
  box-shadow: 0px 3px 20px #00000029;
  background-color: #fff;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 5em;
  padding: 30px 25px;
}
body .static-content-section h3 {
  letter-spacing: 0.6px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 18px;
}
body .static-content-section h3 span {
  font-weight: 600 !important;
}
body .static-content-section p {
  color: #222222;
  font-weight: 400;
  font-size: 14px;
}
body .static-content-section h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1660px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 620px !important;
  }
}
@media screen and (max-width: 1460px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 580px !important;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main .static-content-section {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1399px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 530px !important;
  }
}
@media screen and (max-width: 1370px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 510px !important;
  }
}
@media screen and (max-width: 1330px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 500px !important;
  }
}
@media screen and (max-width: 1281px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 485px !important;
  }
}
@media screen and (max-width: 1240px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 475px !important;
  }
}
@media screen and (max-width: 1199px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 460px !important;
  }
}
@media screen and (max-width: 1160px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 445px !important;
  }
}
@media screen and (max-width: 1120px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 435px !important;
  }
}
@media screen and (max-width: 1099px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 415px !important;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    width: 300px;
    left: 0;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -15px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
    font-size: 22px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
    font-size: 22px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 .sub-title {
    font-size: 26px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    max-width: 70%;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768.5px) and (min-width: 768px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 400px !important;
    padding-bottom: 10px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column {
    flex-basis: auto;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    bottom: -4em;
  }
}
@media screen and (max-width: 767px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 400px !important;
    padding-bottom: 10px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section {
    flex-basis: auto;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    bottom: 0em;
    left: 2em;
    width: 300px;
    height: 80px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -25px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
    font-size: 18px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
    font-size: 18px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 .sub-title {
    font-size: 22px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    max-width: 70%;
    margin-left: auto;
    left: 0;
  }
}
@media screen and (max-width: 539px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    bottom: -3em;
  }
}
body.cms-about-us {
  background-color: #EDF6FF;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title {
  margin: 15px 0;
  align-items: center;
  position: relative;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section {
  z-index: 9;
  height: 140px;
  margin-left: 4em;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .img-section {
  width: 100%;
  max-width: 80%;
  max-height: 140px;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .img-section img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 140px;
  object-fit: cover;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  left: 0em;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title .title1 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 600;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title .title2 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 600;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-description {
  margin: 15px 0;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-description p {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-img-column figure img {
  width: 100%;
}
body.cms-about-us .column.main .aboutus-whyharpy-section {
  margin-top: 5em;
}
body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group {
  max-width: 1440px;
  margin: 0 auto;
}
body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .whyharpy-title {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 400;
}
body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .whyharpy-text1 p {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .whyharpy-text2 p {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section {
  max-width: 1440px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content1 p {
  letter-spacing: 1.1px;
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 400;
}
body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content2 p {
  letter-spacing: 1.4px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 26px;
}
body.cms-about-us .column.main .aboutus-inspiration-section {
  margin-top: 5em;
}
body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group {
  max-width: 1440px;
  margin: 0 auto;
}
body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .inspiration-title {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 400;
}
body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .inspiration-text p {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 1459px) {
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section {
    width: auto;
  }
  body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 768px) {
  body.cms-about-us .column.main .aboutus-page-design {
    max-height: 480px !important;
    min-height: 480px !important;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group {
    min-height: 480px !important;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line {
    min-height: 480px;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column {
    flex-basis: auto !important;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title {
    margin: 5px 0;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section {
    height: 84px;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title .title1 {
    font-size: 24px;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title .title2 {
    font-size: 24px;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-description p {
    font-size: 14px;
    line-height: 24px;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-img-column figure img.pagebuilder-mobile-hidden {
    max-height: 480px;
    min-height: 480px;
    display: block !important;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-img-column figure img.pagebuilder-mobile-only {
    display: none !important;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .whyharpy-title {
    font-size: 28px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content1 p {
    font-size: 20px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content2 p {
    font-size: 16px;
  }
  body.cms-about-us .column.main body.cms-about-us .column.main .aboutus-whyharpy-section .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .inspiration-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column {
    flex-basis: auto;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-description p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content {
    order: 1;
    padding: 20px 15px 0;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title {
    padding-top: 15px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section {
    width: auto;
    justify-content: center;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .img-section {
    width: auto;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .img-section img {
    max-height: 100px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title {
    left: 4em;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title .title1 {
    font-size: 30px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title .title2 {
    font-size: 30px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-img-column {
    order: 0;
    margin-top: 0 !important;
    margin: 0 3em;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content1 p {
    font-size: 20px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content2 p {
    font-size: 16px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group {
    padding-left: 15px;
    padding-right: 15px;
    width: auto !important;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .whyharpy-title {
    font-size: 26px;
  }
  body.cms-about-us .column.main .aboutus-inspiration-section {
    padding-left: 0px;
    padding-right: 0px;
  }
  body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line {
    position: relative;
  }
  body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.inspiration-img-section {
    order: 0;
  }
  body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    order: 1;
  }
  body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .inspiration-title {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    left: auto;
    right: auto;
    padding: 10px;
    background-color: #fff;
    font-size: 26px;
  }
}
@media screen and (max-width: 539px) {
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content {
    order: 1;
    padding: 20px 15px 0;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section {
    width: auto;
    height: 100px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .img-section {
    width: auto;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title .title1 {
    font-size: 20px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title .title2 {
    font-size: 20px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-description p {
    font-size: 14px;
    line-height: 26px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line {
    justify-content: center;
    align-items: center;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content1 p {
    font-size: 14px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content2 p {
    font-size: 12px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.about-empty-column {
    display: none !important;
    width: 0 !important;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .whyharpy-text1 p {
    font-size: 14px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .whyharpy-text2 p {
    font-size: 14px;
  }
  body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .inspiration-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section {
    height: 80px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .aboutus-header-description p {
    line-height: 24px;
    font-size: 14px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content1 p {
    font-size: 14px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content2 p {
    font-size: 12px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .whyharpy-text1 p {
    font-size: 14px;
  }
  body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .inspiration-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 355px) {
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section {
    height: 80px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .aboutus-header-description p {
    line-height: 24px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content1 p {
    font-size: 12px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content2 p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768.5px) and (min-width: 768px) {
  body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    flex-basis: auto;
  }
}
body.cms-noroute-index {
  background-color: #f0f0f0;
  width: 100%;
  height: 100%;
}
body.cms-noroute-index [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
body.cms-noroute-index .error-page-design {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 2em;
}
body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column .error-title1 {
  letter-spacing: 0.9px;
  color: #3C3C3C;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column .error-title2 {
  letter-spacing: 5.16px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 80px;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column .error-title3 {
  letter-spacing: 1.08px;
  color: #666666;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column.error-page-last-section {
  align-items: end;
}
body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column.error-page-last-section .action.primary.error-home-return-btn {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 70px;
  border-radius: 40px;
  text-transform: uppercase;
  box-shadow: 0 8px 9px #b5dae5;
}
@media screen and (max-width: 1040px) {
  body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column.error-page-last-section .action.primary.error-home-return-btn {
    padding: 10px 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column.first-column-section {
    align-items: center;
    order: 1;
  }
  body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column.middle-column-section {
    align-items: center;
    order: 0;
  }
  body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column.error-page-last-section {
    align-items: center;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  body.cms-noroute-index .error-page-design .pagebuilder-column-line {
    width: 50% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 540px) {
  body.cms-noroute-index .error-page-design .pagebuilder-column-line {
    width: 75% !important;
    margin: 0 auto;
  }
}
body.contact-index-index .page-main {
  max-width: 100%;
  margin: 0 auto;
  background-color: #EDF6FF;
}
body.contact-index-index .page-main .page-title-wrapper {
  text-align: center;
}
body.contact-index-index .page-main .page-title-wrapper .page-title {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
body.contact-index-index .page-main .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 40px;
}
body.contact-index-index .page-main .contact-page-bg {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact {
  width: 35%;
  min-width: unset;
  margin: 0 auto;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset-section {
  border-radius: 8px;
  background-color: #fff;
  padding: 3em 4em;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset .field label span {
  color: #363636;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset .field label::after {
  color: #FF0000;
  margin: 0;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset .field .control input {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 54px;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset .field .control input:focus {
  box-shadow: unset;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset .field .control textarea {
  border: 1px solid #DEDEDE;
  min-height: 100px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact .actions-toolbar {
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact .actions-toolbar button.action {
  border: 1px solid #007B9E;
  background-color: #007B9E;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1199px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 40% !important;
  }
}
@media screen and (max-width: 1040px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 45% !important;
  }
}
@media screen and (max-width: 992px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 50% !important;
  }
}
@media screen and (max-width: 992px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 50% !important;
  }
}
@media screen and (max-width: 820px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 55% !important;
  }
}
@media screen and (max-width: 780px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 60% !important;
  }
  body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset-section {
    padding: 2em 3em;
  }
}
@media screen and (max-width: 680px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 65% !important;
  }
}
@media screen and (max-width: 540px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 70% !important;
  }
  body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset-section {
    padding: 2em 3em;
  }
}
@media screen and (max-width: 480px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 70% !important;
  }
}
@media screen and (max-width: 450px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 75% !important;
  }
  body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset-section {
    padding: 1em 2em;
  }
}
@media screen and (max-width: 425px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 80% !important;
  }
}
@media screen and (max-width: 425px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 85% !important;
  }
}
@media screen and (max-width: 360px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 90% !important;
  }
}
body.customer-account-login {
  background-color: #EDF6FF;
}
body.customer-account-login .page-title-wrapper {
  text-align: center;
  background-image: url("../images/login-top.svg") !important;
  max-width: 100%;
  width: 50%;
  margin: 0 auto;
  height: 100%;
  background-size: 100% 100%;
  max-height: 100%;
  height: 270px;
  margin-top: -25px;
  margin-bottom: -10px;
}
body.customer-account-login .page-title-wrapper .page-title {
  line-height: 22px;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-login .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
}
body.customer-account-login .column.main .login-container .block.block-customer-login {
  max-width: 100%;
  width: 50%;
  margin: 0 auto;
  float: initial;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .fieldset::after {
  display: none;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section {
  background-color: #fff;
  padding: 1.5em 3em;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .block-title {
  padding: 2em 0;
  text-align: center;
  border-bottom: 0;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .block-title strong {
  letter-spacing: 0.6px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  font-style: italic;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field {
  margin: 0 0 20px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field .control input.input-text:focus {
  box-shadow: unset;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 27px;
  height: 26px;
  margin-top: 0;
  margin-right: 15px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field input[type="checkbox"]:checked::after {
  font-size: 27px;
  line-height: 27px;
  content: '\f00c';
  background-color: #fff;
  color: #007b9e;
  font-family: 'FontAwesome';
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field.choice {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field.choice label {
  margin-bottom: -5px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field.choice label span {
  color: #676767;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field.required label::after {
  content: '*';
  font-size: 14px;
  color: #FF0000;
  margin: 0;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections {
  padding-top: 25px;
  padding-bottom: 15px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar {
  display: grid;
  gap: 20px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .primary {
  float: initial;
  width: 100%;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .forgotpassword-section {
  padding-top: 10px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .forgotpassword-section a {
  letter-spacing: 1px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .forgotpassword-section a span {
  text-decoration: unset;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .sign-in-btn-section {
  width: 90%;
  margin: 0 auto;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .sign-in-btn-section button {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .sign-in-btn-section button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .register-btn-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .register-btn-section .new-user-text {
  margin-right: 15px;
  letter-spacing: 0.54px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .register-btn-section a.create {
  margin-right: 0;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.customer-account-login .message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #FFFAD8;
  color: #9E8E1A;
  padding-left: 45px;
  position: relative;
  width: 80%;
  margin: auto;
  font-weight: 600;
  font-size: 14px;
}
body.customer-account-login .message.success > *:first-child:before {
  color: #9E8E1A;
  font-weight: 600;
}
body.customer-account-logoutsuccess {
  background-color: #EDF6FF;
}
body.customer-account-logoutsuccess .page-title-wrapper {
  text-align: center;
  max-width: 100%;
  margin: 5em auto;
  height: 100%;
  max-height: 100%;
}
body.customer-account-logoutsuccess .page-title-wrapper .page-title {
  line-height: 22px;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-logoutsuccess .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
}
body.customer-account-logoutsuccess .column.main p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #3c3c3c;
}
@media screen and (max-width: 992px) {
  body.customer-account-login .page-title-wrapper {
    position: relative;
    display: block;
    margin-top: 6em;
  }
  body.customer-account-login .page-title-wrapper .page-title {
    position: absolute;
    right: 0;
    left: 0;
    width: 75%;
    margin: auto;
    display: block;
    top: -1.5em;
  }
  body.customer-account-login .page-title-wrapper .page-title span {
    letter-spacing: 1.5px;
    color: #9E8E1A;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 400;
  }
  body.customer-account-login .column.main .login-container .block.block-customer-login {
    width: 75%;
  }
  body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .register-btn-section {
    display: block;
  }
  body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 540px) {
  body.customer-account-login .page-title-wrapper {
    height: 190px;
  }
  body.customer-account-login .page-title-wrapper .page-title span {
    color: #9E8E1A;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 400;
  }
  body.customer-account-login .column.main .login-container .block.block-customer-login {
    width: 90%;
  }
  body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section {
    padding: 2em 1em;
  }
  body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .harpyhats-login-section .field label span {
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  body.customer-account-forgotpassword .column.main .form.password.forget {
    width: 85%;
  }
}
@media screen and (max-width: 639px) {
  body.customer-account-logoutsuccess .page-title-wrapper .page-title span {
    font-size: 30px;
    line-height: 30px;
  }
  body.customer-account-logoutsuccess .column.main p {
    font-size: 14px;
  }
}
body.customer-account-create {
  background-color: #EDF6FF;
}
body.customer-account-create .page-title-wrapper {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  height: 100%;
  background-size: 100% 100%;
  max-height: 100%;
  height: 275px;
}
body.customer-account-create .page-title-wrapper .page-title {
  line-height: 22px;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-create .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
}
body.customer-account-create .column.main form.form-create-account {
  width: 100%;
  margin: auto;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 {
  width: 48%;
  position: relative;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .registration-title {
  position: absolute;
  top: -3em;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 0.9px;
  color: #676767;
  text-transform: capitalize;
  font-size: 24px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .registration-title strong {
  font-weight: 400;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block {
  background-color: #fff;
  padding: 1.5em 3em;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .fieldset {
  margin-bottom: 20px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .fieldset legend {
  padding: 2em 0;
  text-align: center;
  border-bottom: 0;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .fieldset legend span {
  letter-spacing: 0.6px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  font-style: italic;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .fieldset::after {
  display: none;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .fieldset.create.info {
  margin-bottom: 0;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field {
  margin: 0 0 20px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field label::after {
  margin: 0;
  font-size: 14px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control input.input-text::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control input.input-text input#user_dob {
  color: #9A9A9A;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control input.input-text:focus {
  box-shadow: unset;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background-image: url("../images/calendar.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control input[type="date"]::-webkit-calendar-picker-indicator::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control select {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
  color: #9A9A9A;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control select::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control select:focus {
  box-shadow: unset;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 15px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field input[type="checkbox"]:checked::after {
  font-size: 18px;
  line-height: 18px;
  content: '\f00c';
  background-color: #fff;
  color: #007b9e;
  font-family: 'FontAwesome';
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.gender_option {
  width: 29%;
  float: left;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.field-name-firstname {
  width: 68%;
  float: right;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.choice.remote-block {
  display: none;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field .field.user_dob {
  width: 37%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field .field.mobile {
  width: 60%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field .field.country {
  width: 37%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field .field.state {
  width: 60%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .sports-section {
  display: flex;
  align-items: center;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .sports-section span.title-text {
  margin-right: 15px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .sports-section span.title-text::after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .sports-section .warning-img {
  margin-right: 15px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .sports-section .sports-msg {
  color: #676767;
  font-weight: 400;
  font-size: 12px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .multi-select-button {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
  width: 100%;
  margin: 10px 0 0;
  font-size: 14px;
  color: #9A9A9A;
  font-weight: 400;
  display: flex;
  align-items: center;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .multi-select-button span {
  padding-left: 15px;
  padding-right: 15px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .multi-select-button::after {
  color: #3C3C3C;
  font-weight: 500;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  margin-right: 15px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields .input-sports-blk {
  display: none;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .extra-fields-list {
  display: flex;
  flex-wrap: wrap;
  background-color: #EDF6FF;
  box-shadow: 0px 3px 6px #0000000F;
  padding: 10px 15px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk {
  display: flex;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk {
  flex: 1 0 25%;
  margin-bottom: 10px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk label {
  color: #676767;
  font-weight: 400;
  font-size: 14px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extra {
  flex: 1 0 25%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extra.line {
  flex: 1 0 75%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extraline {
  flex: 1 0 100%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extraline textarea {
  width: 80%;
  margin-left: 20px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extraline textarea:focus {
  box-shadow: unset;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extraline-text {
  flex: 1 0 75%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .multi-select-button::after {
  color: #3C3C3C;
  font-weight: 500;
  content: '\e621';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  margin-right: 15px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot label::after {
  display: none;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 {
  position: relative;
  width: 48%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
  position: absolute;
  top: -270px;
  width: 48%;
  right: 0;
  left: 25%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .fieldset legend {
  padding: 2em 0;
  text-align: center;
  border-bottom: 0;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .fieldset legend span {
  letter-spacing: 0.6px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  font-style: italic;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .fieldset.create.account::after {
  display: none;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .fieldset-information-section {
  background-color: #fff;
  padding: 1.5em 3em;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field {
  margin: 0 0 20px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field label::after {
  margin: 0;
  font-size: 14px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field .control input.input-text::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field .control input.input-text:focus {
  box-shadow: unset;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field .control #password-strength-meter-container {
  display: none;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field.choice.show-password {
  display: none;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .actions-toolbar .primary {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .actions-toolbar .primary button {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
  width: 95%;
  margin: auto;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .actions-toolbar .primary button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.customer-account-create .column.main form.form-create-account .newsletter-section {
  padding: 15px 0;
}
body.customer-account-create .column.main form.form-create-account .newsletter-section .field.choice.newsletter {
  display: flex;
  align-items: center;
}
body.customer-account-create .column.main form.form-create-account .newsletter-section .field.choice.newsletter input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 27px;
  height: 26px;
  margin-top: 0;
  margin-right: 15px;
}
body.customer-account-create .column.main form.form-create-account .newsletter-section .field.choice.newsletter input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.customer-account-create .column.main form.form-create-account .newsletter-section .field.choice.newsletter input[type="checkbox"]:checked::after {
  font-size: 27px;
  line-height: 27px;
  content: '\f00c';
  background-color: #fff;
  color: #007b9e;
  font-family: 'FontAwesome';
}
body.customer-account-create .column.main form.form-create-account .newsletter-section .field.choice.newsletter label {
  margin: 0;
  line-height: initial;
}
body.customer-account-create .column.main form.form-create-account .newsletter-section .field.choice.newsletter label span {
  letter-spacing: 0.48px;
  color: #9E8E1A;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}
@media screen and (max-width: 1459px) {
  body.customer-account-create .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block {
    gap: 2%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block {
    padding: 1em 2em;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 {
    padding: 0;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -260px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .fieldset-information-section {
    padding: 1em 2em;
  }
}
@media screen and (max-width: 1399px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block {
    gap: 1%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 {
    width: 49%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 {
    width: 49%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -250px;
  }
}
@media screen and (max-width: 1299px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -235px;
  }
}
@media screen and (max-width: 1260px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -225px;
  }
}
@media screen and (max-width: 1199px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -215px;
  }
}
@media screen and (max-width: 1149px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -205px;
  }
}
@media screen and (max-width: 1149px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -195px;
  }
}
@media screen and (max-width: 1099px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -185px;
  }
}
@media screen and (max-width: 1049px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -175px;
  }
}
@media screen and (max-width: 992px) {
  body.customer-account-create .page-title-wrapper {
    height: 150px;
  }
  body.customer-account-create .page-title-wrapper .page-title span {
    font-size: 30px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block {
    flex-direction: column;
    gap: 220px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 {
    width: 90%;
    margin: auto;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .registration-title {
    display: none;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 {
    width: 90%;
    margin: auto;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block {
    flex-direction: column;
    gap: 200px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 {
    width: 90%;
    margin: auto;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block {
    padding: 1em 2em;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 {
    width: 90%;
    margin: auto;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    height: 180px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .fieldset-information-section {
    padding: 1em 2em;
  }
}
@media screen and (max-width: 720px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block {
    flex-direction: column;
    gap: 220px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 {
    width: 90%;
    margin: auto;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block {
    padding: 1em 1.5em;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields.active .sports-input-fields {
    padding: 7px 10px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 {
    width: 90%;
    margin: auto;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    height: 180px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .fieldset-information-section {
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 639px) {
  body.customer-account-create .page-title-wrapper {
    height: 150px;
  }
  body.customer-account-create .page-title-wrapper .page-title span {
    font-size: 24px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block {
    gap: 130px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block {
    padding: 10px 15px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk {
    flex: 1 0 50%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extra {
    flex: 1 0 50%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extraline {
    flex: 1 0 100%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extra.line {
    flex: 1 0 50%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field {
    flex-direction: column;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field .field.user_dob {
    width: 100%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field .field.mobile {
    width: 100%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field .field.country {
    width: 100%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field .field.state {
    width: 100%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .fieldset-information-section {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 479px) {
  body.customer-account-create .page-title-wrapper {
    height: 100px;
  }
  body.customer-account-create .page-title-wrapper .page-title span {
    font-size: 24px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 {
    width: 95%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .sports-section span.title-text {
    margin-right: 8px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .sports-section .warning-img {
    margin-right: 8px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 {
    width: 95%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -165px;
  }
}
@media screen and (max-width: 430px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field label span {
    font-size: 14px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -155px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field label span {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -145px;
  }
}
@media screen and (max-width: 330px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -135px;
  }
}
body.customer-account-forgotpassword {
  background-color: #EDF6FF;
}
body.customer-account-forgotpassword .page-title-wrapper {
  text-align: center;
  max-width: 100%;
  padding: 2em 0;
}
body.customer-account-forgotpassword .page-title-wrapper .page-title {
  line-height: initial;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-forgotpassword .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
}
body.customer-account-forgotpassword .column.main img.forgotpass-img {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 2em auto 3em;
}
body.customer-account-forgotpassword .column.main .form.password.forget {
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 3em 1.5em;
  width: 40%;
  min-width: initial;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset {
  margin-bottom: 25px;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset .field {
  margin: 0 0 20px;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset .field .control input.input-text:focus {
  box-shadow: unset;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset .field input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 27px;
  height: 26px;
  margin-top: 0;
  margin-right: 15px;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset .field input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset .field.note {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset::after {
  display: none;
}
body.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar {
  display: grid;
}
body.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar .primary {
  float: initial;
  width: 100%;
}
body.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar .primary button {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
}
body.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar .primary button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns {
  margin: 0 auto;
  width: 48%;
  display: grid;
  gap: 20px;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .forgotpassword-section {
  padding-top: 10px;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .forgotpassword-section a {
  letter-spacing: 1px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .forgotpassword-section a span {
  text-decoration: unset;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .sign-in-btn-section {
  width: 90%;
  margin: 0 auto;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .sign-in-btn-section button {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .sign-in-btn-section button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .register-btn-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .register-btn-section .new-user-text {
  margin-right: 15px;
  letter-spacing: 0.54px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .register-btn-section a.create {
  margin-right: 0;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  body.customer-account-forgotpassword .column.main .form.password.forget {
    width: 60%;
  }
}
@media screen and (max-width: 820px) {
  body.customer-account-forgotpassword .page-title-wrapper .page-title span {
    font-size: 30px;
  }
  body.customer-account-forgotpassword .column.main .form.password.forget {
    width: 75%;
    padding: 2em 1em;
  }
}
@media screen and (max-width: 768px) {
  body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .register-btn-section {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  body.customer-account-forgotpassword .page-title-wrapper .page-title span {
    font-size: 24px;
  }
  body.customer-account-forgotpassword .column.main .form.password.forget {
    width: 85%;
  }
}
@media screen and (max-width: 520px) {
  body.customer-account-forgotpassword .page-title-wrapper .page-title span {
    font-size: 24px;
  }
  body.customer-account-forgotpassword .column.main .form.password.forget {
    width: 85%;
    padding: 10px 15px;
    padding-bottom: 3em;
  }
}
body.customer-account-createpassword {
  background-color: #EDF6FF;
}
body.customer-account-createpassword .page-title-wrapper {
  text-align: center;
  max-width: 100%;
  padding: 2em 0;
}
body.customer-account-createpassword .page-title-wrapper .page-title {
  line-height: initial;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-createpassword .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
}
body.customer-account-createpassword .column.main img.forgotpass-img {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 2em auto 3em;
}
body.customer-account-createpassword .column.main .form.password.reset {
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 3em 1.5em;
  width: 40%;
  min-width: initial;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset {
  margin-bottom: 25px;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field {
  margin: 0 0 20px;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field .control input.input-text::placeholder {
  content: '********';
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field .control input.input-text:focus {
  box-shadow: unset;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field .control #password-strength-meter-container {
  display: none;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 27px;
  height: 26px;
  margin-top: 0;
  margin-right: 15px;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field.choice {
  display: none;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field.note {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset::after {
  display: none;
}
body.customer-account-createpassword .column.main .form.password.reset .actions-toolbar {
  display: grid;
}
body.customer-account-createpassword .column.main .form.password.reset .actions-toolbar .primary {
  float: initial;
  width: 100%;
}
body.customer-account-createpassword .column.main .form.password.reset .actions-toolbar .primary button {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
}
body.customer-account-createpassword .column.main .form.password.reset .actions-toolbar .primary button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns {
  margin: 0 auto;
  width: 48%;
  display: grid;
  gap: 20px;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .forgotpassword-section {
  padding-top: 10px;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .forgotpassword-section a {
  letter-spacing: 1px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .forgotpassword-section a span {
  text-decoration: unset;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .sign-in-btn-section {
  width: 90%;
  margin: 0 auto;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .sign-in-btn-section button {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .sign-in-btn-section button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .register-btn-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .register-btn-section .new-user-text {
  margin-right: 15px;
  letter-spacing: 0.54px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .register-btn-section a.create {
  margin-right: 0;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  body.customer-account-createpassword .column.main .form.password.reset {
    width: 60%;
  }
}
@media screen and (max-width: 820px) {
  body.customer-account-createpassword .page-title-wrapper .page-title span {
    font-size: 30px;
  }
  body.customer-account-createpassword .column.main .form.password.reset {
    width: 75%;
    padding: 2em 1em;
  }
}
@media screen and (max-width: 768px) {
  body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .register-btn-section {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  body.customer-account-createpassword .page-title-wrapper .page-title span {
    font-size: 24px;
  }
  body.customer-account-createpassword .column.main .form.password.reset {
    width: 85%;
  }
}
@media screen and (max-width: 520px) {
  body.customer-account-createpassword .page-title-wrapper .page-title span {
    font-size: 24px;
  }
  body.customer-account-createpassword .column.main .form.password.reset {
    width: 85%;
    padding: 25px 15px;
  }
}
body.account {
  background-color: #EDF6FF;
  /* sidebar section */
}
body.account .page-main .page-title-wrapper {
  margin-bottom: 15px;
}
body.account .page-main .page-title-wrapper .page-title span {
  letter-spacing: 0.9px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 22px;
  color: #3C3C3C;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content {
  background-color: #F8F8F8;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a {
  letter-spacing: 0.54px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 14px 18px 14px 15px;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a:hover {
  background-color: #fff;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item span.delimiter {
  display: none;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:last-child {
  display: flex;
  align-items: center;
  padding: 14px 18px 14px 15px;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:last-child::before {
  background-image: url("../images/myaccount-logout.svg");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: '';
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:last-child a {
  letter-spacing: 1px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current {
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current a {
  border-color: #007B9E;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current a strong {
  padding: 0;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong {
  letter-spacing: 0.54px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 18px 14px 15px;
  text-transform: capitalize;
  border-color: #007B9E;
}
@media screen and (max-width: 1459px) {
  body.account .page-main .page-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  body.account .page-main .page-title-wrapper .page-title span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.account .columns.plp-column-section .column.main {
    padding-left: 0;
  }
  body.account .page-main .page-title-wrapper .page-title {
    padding-top: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  body.account .page-main .page-title-wrapper .page-title span {
    font-size: 18px;
  }
  body.account .sidebar.sidebar-main .block.block-collapsible-nav .title.block-collapsible-nav-title {
    border: 0;
    height: 42px;
  }
}
@media screen and (min-width: 768px) {
  body.account .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.account .page-main {
    padding-top: 70px;
  }
  body.account .page-main .page-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  body.account .page-main .page-title-wrapper .page-title {
    margin-top: 20px;
  }
  body.account .sidebar.sidebar-main .block.block-collapsible-nav {
    top: 0;
  }
  body.account .sidebar.sidebar-main .block.block-collapsible-nav .title.block-collapsible-nav-title {
    background-color: #F0F0F0;
    height: 42px;
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  body.account .sidebar.sidebar-main .block.block-collapsible-nav .title.block-collapsible-nav-title strong {
    font-size: 16px;
    margin: 1em 0;
    font-weight: 600;
    color: #3c3c3c;
  }
  body.account .sidebar.sidebar-main .block.block-collapsible-nav .title.block-collapsible-nav-title::after {
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
    color: #007B9E;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.5px) {
  body.account.customer-account-index .column.main .block:not(.widget) .block-content {
    display: flex;
    justify-content: space-between;
  }
  body.account.customer-account-index .column.main .block:not(.widget) .block-content .box {
    width: 49%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body.account .page-main {
    padding-top: 0;
  }
  body.account .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section {
    width: 25%;
    flex-grow: inherit;
    flex-basis: auto;
    order: 0;
  }
  body.account .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block.block-collapsible-nav {
    position: initial;
  }
  body.account .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-collapsible-nav-content {
    display: block;
  }
  body.account .columns.plp-column-section .column.main {
    width: 75%;
    flex-grow: inherit;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.5px) {
  body.account .columns .sidebar.sidebar-main.product-sidebar-section .block-collapsible-nav .title.block-collapsible-nav-title {
    display: none;
  }
}
body.account.customer-account-index {
  background-color: #EDF6FF;
}
body.account.customer-account-index .column.main .block .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.account.customer-account-index .column.main .block .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.customer-account-index .column.main .block .block-title a.action.edit span {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
}
body.account.customer-account-index .column.main .block .block-title a.action.view span {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  text-transform: capitalize;
}
body.account.customer-account-index .column.main .block .block-content .box .box-title span {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.customer-account-index .column.main .block .block-content .box .box-content {
  line-height: 30px;
}
body.account.customer-account-index .column.main .block .block-content .box .box-content p {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.customer-account-index .column.main .block .block-content .box .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.customer-account-index .column.main .block .block-content .box .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.customer-account-index .column.main .block .block-content .box .box-actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  text-decoration: underline;
}
body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items thead tr th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items tbody tr td {
  border-top: 1px solid #DEDEDE;
}
body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items tbody tr td.col.actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  body.account.customer-account-index .column.main .block .block-title strong {
    font-size: 18px;
  }
  body.account.customer-account-index .column.main .block .block-title a.action.edit span {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block .block-content .box .box-title {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block .block-content .box .box-content p {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block .block-content .box .box-content address {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block .block-content .box .box-content address a {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block .block-content .box .box-actions a.action {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items thead tr th {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items tbody tr td.col {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items tbody tr td.col.actions a.action {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  body.account.customer-account-index .column.main .block .block-title a.action.view {
    float: initial;
  }
  body.account.customer-account-index .column.main .block .block-title a.action.view span {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block .block-title a.action.edit {
    float: initial;
  }
  body.account.customer-account-index .column.main .block .block-title a.action.edit span {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block.block-dashboard-orders .block-title.order {
    border: 0;
  }
  body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items tbody tr {
    border-top: 1px solid #DEDEDE;
  }
  body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items tbody tr td.col {
    border: 0;
  }
  body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items tbody tr td[data-th]::before {
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
    border: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body.account.customer-account-index .column.main .block.block-dashboard-orders {
    margin-left: -35%;
  }
}
body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history thead tr th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history tbody tr td {
  border-top: 1px solid #DEDEDE;
}
body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history tbody tr td.col.actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .toolbar-amount span {
  letter-spacing: 0.48px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .limiter .limiter-label {
  letter-spacing: 0.42px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .limiter .limiter-text {
  letter-spacing: 0.42px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .limiter select.limiter-options {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
  background-color: #fff;
  margin: 0;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .items.pages-items .item.current strong {
  border: 1px solid #007B9E;
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: transparent;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .items.pages-items .item.current strong span {
  color: #007B9E;
  font-size: 14px;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .items.pages-items .item a span {
  color: #3C3C3C;
  font-size: 14px;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .items.pages-items .item.pages-item-next a.action.next {
  border: 1px solid #007B9E;
  background-color: transparent;
  width: 32px;
  height: 32px;
  padding: 0;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .items.pages-items .item.pages-item-previous a.action.previous {
  background-color: transparent;
  border: 1px solid #007B9E;
  width: 32px;
  height: 32px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history thead tr th {
    font-size: 14px;
  }
  body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history tbody tr td.col {
    font-size: 14px;
  }
  body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history tbody tr td.col.actions a.action {
    font-size: 16px;
  }
  body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .toolbar-amount span {
    font-size: 14px;
  }
}
@media screen and (max-width: 639px) {
  body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history tbody tr {
    border-bottom: 1px solid #dedede;
  }
  body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history tbody tr td.col {
    border: 0;
    padding-left: 0;
  }
  body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history tbody tr td[data-th]::before {
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
  }
}
body.sales-order-view .page-main .column.main {
  position: relative;
}
body.sales-order-view .page-main .column.main .order-status-info .order-status {
  background-color: #52D522;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
body.sales-order-view .page-main .column.main .order-section-header {
  float: right;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: start;
}
body.sales-order-view .page-main .column.main .order-section-header .actions {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}
body.sales-order-view .page-main .column.main .order-section-header .actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.sales-order-view .page-main .column.main .order-date {
  margin-top: 0;
}
body.sales-order-view .page-main .column.main .order-date label {
  display: block;
}
body.sales-order-view .page-main .column.main .items.order-links {
  background-color: #fff;
}
body.sales-order-view .page-main .column.main .items.order-links .nav.item {
  background-color: #EDF6FF !important;
}
body.sales-order-view .page-main .column.main .items.order-links .nav.item strong {
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.sales-order-view .page-main .column.main .items.order-links .nav.item a {
  background-color: transparent;
  border-left: 0px solid #007B9E;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 0px solid #007B9E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.sales-order-view .page-main .column.main .items.order-links .nav.item a::after {
  content: '';
  border-right: 1px solid #007B9E;
}
body.sales-order-view .page-main .column.main .items.order-links .nav.item.current {
  background-color: #fff !important;
  margin: 0;
}
body.sales-order-view .page-main .column.main .order-details-items {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items thead tr th {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .product-item-name {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dt {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dd {
  color: #164171;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col.sku {
  color: #164171;
  font-weight: 600;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col.qty {
  color: #164171;
  font-weight: 600;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.price .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.subtotal .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot {
  background-color: #fff;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .subtotal th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .subtotal td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .discount th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .discount td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .shipping th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .shipping td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .grand_total th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 800;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .grand_total td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot td {
  background-color: #fff;
}
body.sales-order-view .page-main .column.main .order-details-items .actions-toolbar {
  display: block;
}
body.sales-order-view .page-main .column.main .order-details-items .actions-toolbar .secondary {
  display: block;
}
body.sales-order-view .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back {
  display: flex;
  align-items: center;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  position: absolute;
  bottom: 0;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
  width: auto;
}
body.sales-order-view .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back span {
  font-size: 16px;
  font-weight: 600;
  color: #007B9E;
}
body.sales-order-view .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back span::before {
  font-weight: 600;
  color: #007B9E;
  margin-right: 10px;
  content: '\f103';
  font-family: 'pagebuilder-font';
}
body.sales-order-view .page-main .column.main .block.block-order-details-view {
  padding: 25px;
  background-color: #fff;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-title {
  border-bottom: 0px solid #DEDEDE;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-title span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-content {
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-content .payment-method dt {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-content p {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main {
  position: relative;
}
body.sales-order-invoice .page-main .column.main .order-status-info .order-status {
  background-color: #52D522;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
body.sales-order-invoice .page-main .column.main .order-section-header {
  float: right;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: start;
}
body.sales-order-invoice .page-main .column.main .order-section-header .actions {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}
body.sales-order-invoice .page-main .column.main .order-section-header .actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.sales-order-invoice .page-main .column.main .order-date {
  margin-top: 0;
}
body.sales-order-invoice .page-main .column.main .order-date label {
  display: block;
}
body.sales-order-invoice .page-main .column.main .items.order-links {
  background-color: #fff;
}
body.sales-order-invoice .page-main .column.main .items.order-links .nav.item {
  background-color: #EDF6FF !important;
}
body.sales-order-invoice .page-main .column.main .items.order-links .nav.item strong {
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.sales-order-invoice .page-main .column.main .items.order-links .nav.item a {
  background-color: transparent;
  border-left: 0px solid #007B9E;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 0px solid #007B9E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.sales-order-invoice .page-main .column.main .items.order-links .nav.item a::after {
  content: '';
  border-right: 1px solid #007B9E;
}
body.sales-order-invoice .page-main .column.main .items.order-links .nav.item.current {
  background-color: #fff !important;
  margin: 0;
}
body.sales-order-invoice .page-main .column.main .order-details-items {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}
body.sales-order-invoice .page-main .column.main .order-details-items .order-title.header-title-order {
  display: flex;
  align-items: center;
  margin: 10px 0;
  border-bottom: 0;
}
body.sales-order-invoice .page-main .column.main .order-details-items .order-title.header-title-order strong {
  letter-spacing: 0.72px;
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .order-details-items .order-title.header-title-order a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items thead tr th {
  border-top: 1px solid #DEDEDE !important;
  border-bottom: 1px solid #DEDEDE !important;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tbody tr td.col .product-item-name {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tbody tr td.col .item-options dt {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tbody tr td.col .item-options dd {
  color: #164171;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tbody tr td.col.sku {
  color: #164171;
  font-weight: 600;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tbody tr td.col.qty {
  color: #164171;
  font-weight: 600;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tbody tr td.price .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tbody tr td.subtotal .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot {
  background-color: #fff;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot .subtotal th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot .subtotal td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot .discount th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot .discount td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot .shipping th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot .shipping td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot .grand_total th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 800;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot .grand_total td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot td {
  background-color: #fff;
}
body.sales-order-invoice .page-main .column.main .order-details-items .actions-toolbar {
  display: block;
}
body.sales-order-invoice .page-main .column.main .order-details-items .actions-toolbar .secondary {
  display: block;
}
body.sales-order-invoice .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back {
  display: flex;
  align-items: center;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  position: absolute;
  bottom: 0;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
  width: auto;
}
body.sales-order-invoice .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back span {
  font-size: 16px;
  font-weight: 600;
  color: #007B9E;
}
body.sales-order-invoice .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back span::before {
  font-weight: 600;
  color: #007B9E;
  margin-right: 10px;
  content: '\f103';
  font-family: 'pagebuilder-font';
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view {
  padding: 25px;
  background-color: #fff;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-title {
  border-bottom: 0px solid #DEDEDE;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-title span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-content {
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-content .payment-method dt {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-content p {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main {
  position: relative;
}
body.sales-order-shipment .page-main .column.main .order-status-info .order-status {
  background-color: #52D522;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
body.sales-order-shipment .page-main .column.main .order-section-header {
  float: right;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: start;
}
body.sales-order-shipment .page-main .column.main .order-section-header .actions {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}
body.sales-order-shipment .page-main .column.main .order-section-header .actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.sales-order-shipment .page-main .column.main .order-date {
  margin-top: 0;
}
body.sales-order-shipment .page-main .column.main .order-date label {
  display: block;
}
body.sales-order-shipment .page-main .column.main .items.order-links {
  background-color: #fff;
}
body.sales-order-shipment .page-main .column.main .items.order-links .nav.item {
  background-color: #EDF6FF !important;
}
body.sales-order-shipment .page-main .column.main .items.order-links .nav.item strong {
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.sales-order-shipment .page-main .column.main .items.order-links .nav.item a {
  background-color: transparent;
  border-left: 0px solid #007B9E;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 0px solid #007B9E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #000;
}
body.sales-order-shipment .page-main .column.main .items.order-links .nav.item a::after {
  content: '';
  border-right: 1px solid #007B9E;
}
body.sales-order-shipment .page-main .column.main .items.order-links .nav.item.current {
  background-color: #fff !important;
  margin: 0;
}
body.sales-order-shipment .page-main .column.main .order-details-items {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-title.header-title-order {
  display: flex;
  align-items: center;
  margin: 10px 0;
  border-bottom: 0;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-title.header-title-order strong {
  letter-spacing: 0.72px;
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-title.header-title-order a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items thead tr th {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .product-item-name {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dt {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dd {
  color: #164171;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col.sku {
  color: #164171;
  font-weight: 600;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col.qty {
  color: #164171;
  font-weight: 600;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.price .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.subtotal .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot {
  background-color: #fff;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot .subtotal th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot .subtotal td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot .discount th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot .discount td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot .shipping th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot .shipping td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot .grand_total th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 800;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot .grand_total td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot td {
  background-color: #fff;
}
body.sales-order-shipment .page-main .column.main .order-details-items .actions-toolbar {
  display: block;
}
body.sales-order-shipment .page-main .column.main .order-details-items .actions-toolbar .secondary {
  display: block;
}
body.sales-order-shipment .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back {
  display: flex;
  align-items: center;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  position: absolute;
  bottom: 0;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
  width: auto;
}
body.sales-order-shipment .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back span {
  font-size: 16px;
  font-weight: 600;
  color: #007B9E;
}
body.sales-order-shipment .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back span::before {
  font-weight: 600;
  color: #007B9E;
  margin-right: 10px;
  content: '\f103';
  font-family: 'pagebuilder-font';
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view {
  padding: 25px;
  background-color: #fff;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-title {
  border-bottom: 0px solid #DEDEDE;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-title span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-content {
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-content .payment-method dt {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-content p {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main {
  position: relative;
}
body.sales-order-creditmemo .page-main .column.main .order-status-info .order-status {
  background-color: #52D522;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
body.sales-order-creditmemo .page-main .column.main .order-section-header {
  float: right;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: start;
}
body.sales-order-creditmemo .page-main .column.main .order-section-header .actions {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}
body.sales-order-creditmemo .page-main .column.main .order-section-header .actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.sales-order-creditmemo .page-main .column.main .order-date {
  margin-top: 0;
}
body.sales-order-creditmemo .page-main .column.main .order-date label {
  display: block;
}
body.sales-order-creditmemo .page-main .column.main .items.order-links {
  background-color: #fff;
}
body.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item {
  background-color: #EDF6FF !important;
}
body.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item strong {
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item a {
  background-color: transparent;
  border-left: 0px solid #007B9E;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 0px solid #007B9E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #000;
}
body.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item a::after {
  content: '';
  border-right: 1px solid #007B9E;
}
body.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item.current {
  background-color: #fff !important;
  margin: 0;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-title.header-title-order {
  display: flex;
  align-items: center;
  margin: 10px 0;
  border-bottom: 0;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-title.header-title-order strong {
  letter-spacing: 0.72px;
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-title.header-title-order a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items thead tr th {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col .product-item-name {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col .item-options dt {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col .item-options dd {
  color: #164171;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col.sku {
  color: #164171;
  font-weight: 600;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col.qty {
  color: #164171;
  font-weight: 600;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.price .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.subtotal .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot {
  background-color: #fff;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .subtotal th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .subtotal td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .discount th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .discount td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .shipping th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .shipping td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .grand_total th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 800;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .grand_total td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot td {
  background-color: #fff;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .actions-toolbar {
  display: block;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .actions-toolbar .secondary {
  display: block;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .actions-toolbar .secondary a.action.back {
  display: flex;
  align-items: center;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  position: absolute;
  bottom: 0;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
  width: auto;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .actions-toolbar .secondary a.action.back span {
  font-size: 16px;
  font-weight: 600;
  color: #007B9E;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .actions-toolbar .secondary a.action.back span::before {
  font-weight: 600;
  color: #007B9E;
  margin-right: 10px;
  content: '\f103';
  font-family: 'pagebuilder-font';
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view {
  padding: 25px;
  background-color: #fff;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-title {
  border-bottom: 0px solid #DEDEDE;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-title span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-content {
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-content .payment-method dt {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-content p {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account .page-main .column.main .items.order-links .nav.item {
  position: relative !important;
}
body.account .page-main .column.main .items.order-links .nav.item:first-child a {
  border-left: 1px solid #DEDEDE !important;
}
body.account .page-main .column.main .items.order-links .nav.item:last-child a {
  border-right: 1px solid #DEDEDE !important;
}
body.account .page-main .column.main .items.order-links .nav.item:last-child strong {
  border-right: 1px solid #DEDEDE !important;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
body.account .page-main .column.main .items.order-links .nav.item a {
  background-color: transparent;
  border-left: 0px solid #DEDEDE !important;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 0px solid #DEDEDE !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
body.account .page-main .column.main .items.order-links .nav.item a::after {
  content: '';
  border-right: 2px solid #007B9E !important;
  position: absolute !important;
  display: block !important;
  right: 0 !important;
  top: 0 !important;
  margin: 10px 0 !important;
  height: 36px !important;
}
body.account .page-main .column.main .items.order-links .nav.item:last-child a::after {
  display: none !important;
}
body.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item.current:last-child strong {
  border: 1px solid #DEDEDE;
}
@media screen and (max-width: 992px) {
  body.account.sales-order-view .page-main .column.main .order-section-header .actions a.action {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item strong {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links nav.item.current a {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links nav.item.current strong {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items thead tr th {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col strong.product.product-item-name {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col span {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.price .price {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .subtotal th {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .subtotal td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .discount th {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .discount td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .shipping th {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .shipping td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .grand_total th {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .grand_total td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 50%;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 50%;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-title strong {
    font-size: 18px;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-title span {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-content {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-section-header .actions a.action {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item strong {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links nav.item.current a {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links nav.item.current strong {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-title.header-title-order strong {
    font-size: 16px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-title.header-title-order a.action {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items thead tr th {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col strong.product.product-item-name {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col span {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.price price {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot .subtotal th {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot .subtotal td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot .discount th {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot .discount td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot .shipping th {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot .shipping td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot .grand_total th {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot .grand_total td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 50%;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 50%;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-title strong {
    font-size: 18px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-title span {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-content {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-section-header .actions a.action {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item strong {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links nav.item.current a {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links nav.item.current strong {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-title.header-title-order strong {
    font-size: 16px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-title.header-title-order a.action {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items thead tr th {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col strong.product.product-item-name {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col span {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.price price {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot .subtotal th {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot .subtotal td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot .discount th {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot .discount td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot .shipping th {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot .shipping td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot .grand_total th {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot .grand_total td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 50%;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 50%;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-title strong {
    font-size: 18px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-title span {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-content {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-section-header .actions a.action {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item strong {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links nav.item.current a {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links nav.item.current strong {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-title.header-title-order strong {
    font-size: 16px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-title.header-title-order a.action {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items thead tr th {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col strong.product.product-item-name {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col span {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.price .price {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.subtotal .price {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot .subtotal th {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot .subtotal td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot .discount th {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot .discount td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot .shipping th {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot .shipping td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot .grand_total th {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot .grand_total td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 50%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 50%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-title strong {
    font-size: 18px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-title span {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-content {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-content address a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body.sales-order-view .page-main .column.main .order-details-items .order-title strong {
    letter-spacing: 0.9px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px !important;
    color: #3C3C3C;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item.current {
    background-color: #EDF6FF !important;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item {
    background-color: #F8F8F8 !important;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item a::after {
    display: none !important;
  }
  body.sales-order-view .page-main .column.main .items.order-links {
    margin-left: -20px;
    margin-right: -15px;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item.current strong {
    font-size: 14px !important;
    margin: 0 15px;
    padding-left: 12px;
    padding-right: 12px;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px !important;
    margin: 0 15px;
    border-left: 0 !important;
    border-right: 0 !important;
    padding-left: 12px;
    padding-right: 12px;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item:last-child {
    border: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 0 !important;
    border-bottom: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .order-title.header-title-order strong {
    letter-spacing: 0.9px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px !important;
    color: #3C3C3C;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item.current {
    background-color: #fff !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item {
    background-color: #F8F8F8 !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item a::after {
    display: none !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links {
    margin-left: -20px;
    margin-right: -15px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item.current strong {
    font-size: 14px !important;
    margin: 0 15px;
    padding-left: 12px;
    padding-right: 12px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px !important;
    margin: 0 15px;
    border-left: 0 !important;
    border-right: 0 !important;
    padding-left: 12px;
    padding-right: 12px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item:last-child {
    border: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 0 !important;
    border-bottom: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-title.header-title-order strong {
    letter-spacing: 0.9px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px !important;
    color: #3C3C3C;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item.current {
    background-color: #fff !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item {
    background-color: #F8F8F8 !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item a::after {
    display: none !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links {
    margin-left: -20px;
    margin-right: -15px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item.current strong {
    font-size: 14px !important;
    margin: 0 15px;
    padding-left: 12px;
    padding-right: 12px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px !important;
    margin: 0 15px;
    border-left: 0 !important;
    border-right: 0 !important;
    padding-left: 12px;
    padding-right: 12px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item:last-child {
    border: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 0 !important;
    border-bottom: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-title.header-title-order strong {
    letter-spacing: 0.9px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px !important;
    color: #3C3C3C;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item.current {
    background-color: #fff !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item {
    background-color: #F8F8F8 !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item a::after {
    display: none !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links {
    margin-left: -20px;
    margin-right: -15px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item.current strong {
    font-size: 14px !important;
    margin: 0 15px;
    padding-left: 12px;
    padding-right: 12px;
    border: 0 !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px !important;
    margin: 0 15px;
    border-left: 0 !important;
    border-right: 0 !important;
    padding-left: 12px;
    padding-right: 12px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item:last-child {
    border: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 0 !important;
    border-bottom: 0;
  }
}
@media screen and (max-width: 639px) {
  body.sales-order-view .page-main .page-title-wrapper .page-title span {
    font-size: 16px;
  }
  body.sales-order-view .page-main .column.main .order-section-header {
    width: 100%;
    margin: 15px 0;
  }
  body.sales-order-view .page-main .column.main .order-section-header .actions {
    width: 100%;
  }
  body.sales-order-view .page-main .column.main .order-section-header .actions a.action span {
    font-size: 14px;
  }
  body.sales-order-view .page-main .column.main .order-date span {
    font-size: 14px;
    font-weight: 400;
    color: #3C3C3C;
  }
  body.sales-order-view .page-main .column.main .order-details-items {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-title strong {
    font-size: 16px;
  }
  body.sales-order-view .page-main .column.main .items.order-links {
    margin-left: -20px;
    margin-right: -15px;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item.current strong {
    font-size: 14px;
    margin: 0 15px;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px;
    margin: 0 15px;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item:last-child {
    border: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 0 !important;
    border-bottom: 0;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items {
    margin-bottom: 15px;
    border: 0;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col.name {
    width: 100%;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col.name strong {
    font-size: 14px;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col {
    width: 25%;
    display: grid;
    font-size: 14px;
    color: #164171;
    padding-left: 0;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col strong {
    color: #164171 !important;
    font-size: 14px !important;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col span {
    color: #164171 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
    margin-bottom: 8px;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dd:last-child {
    margin-bottom: 0;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td[data-th]::before {
    width: 100%;
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
    content: attr(data-th) '';
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody:last-child tr {
    margin-bottom: 0;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot {
    padding-top: 15px;
    background-color: #F8F8F8;
    padding-bottom: 15px;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot tr {
    display: table-row;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot tr::after {
    display: none;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot th {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot td {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot td span {
    font-size: 14px !important;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot td.amount {
    float: initial;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view {
    background-color: transparent;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 100%;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address {
    font-size: 14px;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address a {
    font-size: 14px;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 100%;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address address {
    font-size: 14px;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address address a {
    font-size: 14px;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method .box-content .payment-method dt {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-invoice .page-main .page-title-wrapper .page-title span {
    font-size: 16px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-section-header {
    width: 100%;
    margin: 15px 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-section-header .actions {
    width: 100%;
  }
  body.account.sales-order-invoice .page-main .column.main .order-section-header .actions a.action span {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-date span {
    font-size: 14px;
    font-weight: 400;
    color: #3C3C3C;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .order-title.header-title-order {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .order-title.header-title-order strong {
    font-size: 16px !important;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    padding-bottom: 10px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .order-title.header-title-order a.action {
    width: 50%;
    font-size: 16px;
    white-space: nowrap;
    padding-top: 10px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .order-title.header-title-order a.action span {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links {
    margin-left: -20px;
    margin-right: -15px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item.current strong {
    font-size: 14px;
    margin: 0 15px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px;
    margin: 0 15px;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item:last-child {
    border: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 0 !important;
    border-bottom: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items {
    margin-bottom: 15px;
    border: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col.name {
    width: 100%;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col.name strong {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col {
    width: 25%;
    display: grid;
    font-size: 14px;
    color: #164171;
    padding-left: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col strong {
    color: #164171 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col span {
    color: #164171 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
    margin-bottom: 8px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col .item-options dd:last-child {
    margin-bottom: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td[data-th]::before {
    width: 100%;
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
    content: attr(data-th) '';
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody:last-child tr {
    margin-bottom: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot {
    padding-top: 15px;
    background-color: #F8F8F8;
    padding-bottom: 15px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot tr {
    display: table-row;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot tr::after {
    display: none;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot th {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot td {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot td span {
    font-size: 14px !important;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view {
    background-color: transparent;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 100%;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 100%;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address address {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address address a {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method .box-content .payment-method dt {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-shipment .page-main .page-title-wrapper .page-title span {
    font-size: 16px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-section-header {
    width: 100%;
    margin: 15px 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-section-header .actions {
    width: 100%;
  }
  body.account.sales-order-shipment .page-main .column.main .order-section-header .actions a.action span {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-date span {
    font-size: 14px;
    font-weight: 400;
    color: #3C3C3C;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-title.header-title-order {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-title.header-title-order strong {
    font-size: 16px !important;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    padding-bottom: 10px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-title.header-title-order a.action {
    width: 50%;
    font-size: 16px;
    white-space: nowrap;
    padding-top: 10px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-title.header-title-order a.action span {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links {
    margin-left: -20px;
    margin-right: -15px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item.current strong {
    font-size: 14px;
    margin: 0 15px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px;
    margin: 0 15px;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item:last-child {
    border: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 0 !important;
    border-bottom: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment {
    margin-bottom: 15px;
    border: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col.name {
    width: 100%;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col.name strong {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col {
    width: 25%;
    display: grid;
    font-size: 14px;
    color: #164171;
    padding-left: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col strong {
    color: #164171 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col span {
    color: #164171 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
    margin-bottom: 8px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item-options dd:last-child {
    margin-bottom: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td[data-th]::before {
    width: 100%;
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
    content: attr(data-th) '';
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody:last-child tr {
    margin-bottom: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot {
    padding-top: 15px;
    background-color: #F8F8F8;
    padding-bottom: 15px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot tr {
    display: table-row;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot tr::after {
    display: none;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot th {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot td {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot td span {
    font-size: 14px !important;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view {
    background-color: transparent;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 100%;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 100%;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address address {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address address a {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method .box-content .payment-method dt {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-creditmemo .page-main .page-title-wrapper .page-title span {
    font-size: 16px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-section-header {
    width: 100%;
    margin: 15px 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-section-header .actions {
    width: 100%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-section-header .actions a.action span {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-date span {
    font-size: 14px;
    font-weight: 400;
    color: #3C3C3C;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-title.header-title-order {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-title.header-title-order strong {
    font-size: 16px !important;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    padding-bottom: 10px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-title.header-title-order a.action {
    width: 50%;
    font-size: 16px;
    white-space: nowrap;
    padding-top: 10px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-title.header-title-order a.action span {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links {
    margin-left: -20px;
    margin-right: -15px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item.current strong {
    font-size: 14px;
    margin: 0 15px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px;
    margin: 0 15px;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item:last-child {
    border: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 0 !important;
    border-bottom: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo {
    margin-bottom: 15px;
    border: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col.name {
    width: 100%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col.name strong {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col {
    width: 25%;
    display: grid;
    font-size: 14px;
    color: #164171;
    padding-left: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col strong {
    color: #164171 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col span {
    color: #164171 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
    margin-bottom: 8px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col .item-options dd:last-child {
    margin-bottom: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td[data-th]::before {
    width: 100%;
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
    content: attr(data-th) '';
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody:last-child tr {
    margin-bottom: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot {
    padding-top: 15px;
    background-color: #F8F8F8;
    padding-bottom: 15px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot tr {
    display: table-row;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot tr::after {
    display: none;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot th {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot td {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot td span {
    font-size: 14px !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view {
    background-color: transparent;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 100%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 100%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address address {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address address a {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method .box-content .payment-method dt {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 360px) {
  body.sales-order-view .page-main .column.main .block.block-order-details-view {
    padding: 10px;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col {
    width: 40%;
  }
  body.sales-order-invoice .page-main .column.main .block.block-order-details-view {
    padding: 10px;
  }
  body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col {
    width: 40%;
  }
  body.sales-order-shipment .page-main .column.main .block.block-order-details-view {
    padding: 10px;
  }
  body.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col {
    width: 40%;
  }
  body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view {
    padding: 10px;
  }
  body.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.5px) {
  body.account.sales-order-view .page-main .column.main .items.order-links {
    margin-left: 0;
    margin-right: 0;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item {
    float: left;
    background-color: #EDF6FF !important;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item strong {
    font-size: 14px;
    margin: 0;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item a {
    margin: 0;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item a::after {
    content: '';
    border-right: 2px solid #007B9E !important;
    position: absolute !important;
    display: block !important;
    right: 0 !important;
    top: 0 !important;
    margin: 10px 0 !important;
    height: 36px !important;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 1px solid #DEDEDE !important;
    border-bottom: 1px solid #DEDEDE !important;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item:last-child a::after {
    display: none !important;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item.current {
    background-color: #fff !important;
    margin: 0;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item.current strong {
    margin: 0;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items {
    float: left;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-title {
    border-bottom: 0;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items {
    margin-top: 15px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links {
    margin-left: 0;
    margin-right: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item {
    float: left;
    background-color: #EDF6FF !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item strong {
    font-size: 14px;
    margin: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item a {
    margin: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item a::after {
    content: '';
    border-right: 2px solid #007B9E !important;
    position: absolute !important;
    display: block !important;
    right: 0 !important;
    top: 0 !important;
    margin: 10px 0 !important;
    height: 36px !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 1px solid #DEDEDE !important;
    border-bottom: 1px solid #DEDEDE !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item:last-child a::after {
    display: none !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item.current {
    background-color: #fff !important;
    margin: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item.current strong {
    margin: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items {
    float: left;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items {
    margin-top: 15px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links {
    margin-left: 0;
    margin-right: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item {
    float: left;
    background-color: #EDF6FF !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item strong {
    font-size: 14px;
    margin: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item a {
    margin: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item a::after {
    content: '';
    border-right: 2px solid #007B9E !important;
    position: absolute !important;
    display: block !important;
    right: 0 !important;
    top: 0 !important;
    margin: 10px 0 !important;
    height: 36px !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 1px solid #DEDEDE !important;
    border-bottom: 1px solid #DEDEDE !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item:last-child a::after {
    display: none !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item.current {
    background-color: #fff !important;
    margin: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item.current strong {
    margin: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items {
    float: left;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment {
    margin-top: 15px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links {
    margin-left: 0;
    margin-right: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item {
    float: left;
    background-color: #EDF6FF !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item strong {
    font-size: 14px;
    margin: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item a {
    margin: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item a::after {
    content: '';
    border-right: 2px solid #007B9E !important;
    position: absolute !important;
    display: block !important;
    right: 0 !important;
    top: 0 !important;
    margin: 10px 0 !important;
    height: 36px !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 1px solid #DEDEDE !important;
    border-bottom: 1px solid #DEDEDE !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item:last-child a::after {
    display: none !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item.current {
    background-color: #fff !important;
    margin: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item.current strong {
    margin: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items {
    float: left;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-title {
    float: left;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo {
    float: left;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.sales-order-view .page-main .column.main .items.order-links .nav.item.current {
    background-color: #fff !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  body.sales-order-view .page-main .column.main .order-details-items {
    margin-top: 15px;
  }
  body.sales-order-invoice .page-main .column.main .order-details-items {
    margin-top: 15px;
  }
  body.sales-order-shipment .page-main .column.main .order-details-items {
    margin-top: 15px;
  }
  body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo {
    margin-top: 15px;
  }
}
body.account.sales-order-printinvoice .page-main .order-status-info .order-status {
  background-color: #52D522;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
body.account.sales-order-printinvoice .page-main .order-section-header {
  float: right;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: start;
}
body.account.sales-order-printinvoice .page-main .order-section-header .actions {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}
body.account.sales-order-printinvoice .page-main .order-section-header .actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.account.sales-order-printinvoice .page-main .order-date {
  margin-top: 0;
}
body.account.sales-order-printinvoice .page-main .order-date label {
  display: block;
}
body.account.sales-order-printinvoice .page-main .items.order-links {
  background-color: #fff;
}
body.account.sales-order-printinvoice .page-main .items.order-links .nav.item {
  background-color: #EDF6FF !important;
}
body.account.sales-order-printinvoice .page-main .items.order-links .nav.item strong {
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.account.sales-order-printinvoice .page-main .items.order-links .nav.item a {
  background-color: transparent;
  border-left: 0px solid #007B9E;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 0px solid #007B9E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.account.sales-order-printinvoice .page-main .items.order-links .nav.item a::after {
  content: '';
  border-right: 1px solid #007B9E;
}
body.account.sales-order-printinvoice .page-main .items.order-links .nav.item.current {
  background-color: #fff !important;
  margin: 0;
}
body.account.sales-order-printinvoice .page-main .order-details-items {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}
body.account.sales-order-printinvoice .page-main .order-details-items .order-title {
  display: flex;
  align-items: center;
  margin: 10px 0;
  border-bottom: 0;
}
body.account.sales-order-printinvoice .page-main .order-details-items .order-title strong {
  letter-spacing: 0.72px;
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .order-details-items .order-title a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items thead tr th {
  border-top: 1px solid #DEDEDE !important;
  border-bottom: 1px solid #DEDEDE !important;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tbody tr td.col .product-item-name {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tbody tr td.col .item-options dt {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tbody tr td.col .item-options dd {
  color: #164171;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tbody tr td.col.sku {
  color: #164171;
  font-weight: 600;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tbody tr td.col.qty {
  color: #164171;
  font-weight: 600;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tbody tr td.price .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tbody tr td.subtotal .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot {
  background-color: #fff;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot .subtotal th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot .subtotal td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot .discount th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot .discount td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot .shipping th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot .shipping td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot .grand_total th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 800;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot .grand_total td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot td {
  background-color: #fff;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view {
  padding: 25px;
  background-color: #fff;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box-title {
  border-bottom: 0px solid #DEDEDE;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box-content {
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box-content .payment-method dt {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box-content p {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (max-width: 1459px) {
  body.account.sales-order-printinvoice .page-main .page-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.account.sales-order-printinvoice .page-main .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  body.account.sales-order-printinvoice .page-main .order-section-header .actions a.action {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .order-title strong {
    font-size: 16px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items thead tr th {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tbody tr td.col {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tbody tr td.col strong.product.product-item-name {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tbody tr td.col .item-options dd {
    font-size: 14ox;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tbody tr td.price .price {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot .subtotal th {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot .subtotal td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot .discount th {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot .discount td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot .shipping th {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot .shipping td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot .grand_total th {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot .grand_total td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot td {
    background-color: #fff;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 50%;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 50%;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-title strong {
    font-size: 18px;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box .box-title strong {
    letter-spacing: 0.6px;
    color: #3C3C3C;
    font-weight: 600;
    font-size: 16px;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box .box-content {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box .box-content .payment-method dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 860px) {
  body.account.sales-order-printinvoice .page-main .page-title-wrapper .page-title span {
    font-size: 18px;
  }
  body.account.sales-order-printinvoice .page-main .order-date {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 639px) {
  body.account.sales-order-printinvoice .page-main .order-status-info .order-status {
    margin-bottom: 0;
    margin-top: 0;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items {
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .order-title {
    border-bottom: 0;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .order-title strong {
    font-size: 16px !important;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    padding-bottom: 10px;
    color: #3C3C3C;
    font-weight: 400;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items {
    margin-bottom: 15px;
    border: 0;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td.col.name {
    width: 100%;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td.col.name strong {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td.col {
    width: 25%;
    display: grid;
    font-size: 14px;
    color: #164171;
    padding-left: 0;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td.col strong {
    color: #164171 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td.col span {
    color: #164171 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td.col .item.options dt {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td.col .item.options dd {
    font-size: 14px;
    margin-bottom: 8px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td.col .item.options dd:last-child {
    margin-bottom: 0;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td[data-th]::before {
    width: 100%;
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
    content: attr(data-th) '';
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody:last-child tr {
    margin-bottom: 0;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tfoot {
    padding-top: 15px;
    background-color: #F8F8F8 !important;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tfoot tr::after {
    display: none;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tfoot th {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tfoot td {
    background-color: #F8F8F8 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tfoot td span {
    font-size: 14px !important;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view {
    background-color: transparent;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 100%;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 100%;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address address {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address address a {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method .box-content .payment-method dt {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
}
body.account.sales-order-printshipment .page-main .order-status-info .order-status {
  background-color: #52D522;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
body.account.sales-order-printshipment .page-main .order-section-header {
  float: right;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: start;
}
body.account.sales-order-printshipment .page-main .order-section-header .actions {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}
body.account.sales-order-printshipment .page-main .order-section-header .actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.account.sales-order-printshipment .page-main .order-date {
  margin-top: 0;
}
body.account.sales-order-printshipment .page-main .order-date label {
  display: block;
}
body.account.sales-order-printshipment .page-main .order-date span {
  font-size: 14px;
  font-weight: 400;
  color: #3C3C3C;
}
body.account.sales-order-printshipment .page-main .items.order-links {
  background-color: #fff;
}
body.account.sales-order-printshipment .page-main .items.order-links .nav.item {
  background-color: #EDF6FF !important;
}
body.account.sales-order-printshipment .page-main .items.order-links .nav.item strong {
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.account.sales-order-printshipment .page-main .items.order-links .nav.item a {
  background-color: transparent;
  border-left: 0px solid #007B9E;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 0px solid #007B9E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #000;
}
body.account.sales-order-printshipment .page-main .items.order-links .nav.item a::after {
  content: '';
  border-right: 1px solid #007B9E;
}
body.account.sales-order-printshipment .page-main .items.order-links .nav.item.current {
  background-color: #fff !important;
  margin: 0;
}
body.account.sales-order-printshipment .page-main .order-details-items {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-title {
  display: flex;
  align-items: center;
  margin: 10px 0;
  border-bottom: 0;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-title strong {
  letter-spacing: 0.72px;
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-title a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items thead tr th {
  border-top: 1px solid #DEDEDE !important;
  border-bottom: 1px solid #DEDEDE !important;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .product-item-name {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item.options dt {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item.options dd {
  color: #164171;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col.sku {
  color: #164171;
  font-weight: 600;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col.qty {
  color: #164171;
  font-weight: 600;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.price .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.subtotal .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot {
  background-color: #fff;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot .subtotal th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot .subtotal td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot .discount th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot .discount td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot .shipping th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot .shipping td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot .grand_total th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 800;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot .grand_total td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot td {
  background-color: #fff;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view {
  padding: 25px;
  background-color: #fff;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box-title {
  border-bottom: 0px solid #DEDEDE;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box-content {
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box-content .payment-method dt {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box-content p {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (max-width: 1459px) {
  body.account.sales-order-printshipment .page-main .page-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.account.sales-order-printshipment .page-main .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  body.account.sales-order-printshipment .page-main .order-section-header .actions a.action {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items.shipments .order-title strong {
    font-size: 16px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items.shipments .order-items-shipment .table-order-items thead tr th {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items.shipments .order-items-shipment .table-order-items tbody tr td.col {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items.shipments .order-items-shipment .table-order-items tbody tr td.col strong.product.product-item-name {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items.shipments .order-items-shipment .table-order-items tbody tr td.col .item.options dt {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items.shipments .order-items-shipment .table-order-items tbody tr td.col .item.options dd {
    font-size: 14ox;
  }
  body.account.sales-order-printshipment .page-main .order-details-items.shipments .order-items-shipment .table-order-items tbody tr td.price .price {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 50%;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 50%;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-title strong {
    font-size: 18px;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box .box-title strong {
    letter-spacing: 0.6px;
    color: #3C3C3C;
    font-weight: 600;
    font-size: 16px;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box .box-content {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box .box-content .payment-method dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 860px) {
  body.account.sales-order-printshipment .page-main .page-title-wrapper .page-title span {
    font-size: 18px;
  }
  body.account.sales-order-printshipment .page-main .order-date {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 639px) {
  body.account.sales-order-printshipment .page-main .order-status-info .order-status {
    margin-bottom: 0;
    margin-top: 0;
  }
  body.account.sales-order-printshipment .page-main .order-details-items {
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-title {
    border-bottom: 0;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-title strong {
    font-size: 16px !important;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    padding-bottom: 10px;
    color: #3C3C3C;
    font-weight: 400;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment {
    margin-bottom: 15px;
    border: 0;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col.name {
    width: 100%;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col.name strong {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col {
    width: 25%;
    display: grid;
    font-size: 14px;
    color: #164171;
    padding-left: 0;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col strong {
    color: #164171 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col span {
    color: #164171 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item.options dt {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item.options dd {
    font-size: 14px;
    margin-bottom: 8px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item.options dd:last-child {
    margin-bottom: 0;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td[data-th]::before {
    width: 100%;
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
    content: attr(data-th) '';
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody:last-child tr {
    margin-bottom: 0;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot {
    padding-top: 15px;
    background-color: #F8F8F8 !important;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot tr::after {
    display: none;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot th {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot td {
    background-color: #F8F8F8 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot td span {
    font-size: 14px !important;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view {
    background-color: transparent;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 100%;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 100%;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address address {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address address a {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method .box-content .payment-method dt {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
}
body.account.sales-order-printcreditmemo .page-main .order-status-info .order-status {
  background-color: #52D522;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
body.account.sales-order-printcreditmemo .page-main .order-section-header {
  float: right;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: start;
}
body.account.sales-order-printcreditmemo .page-main .order-section-header .actions {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}
body.account.sales-order-printcreditmemo .page-main .order-section-header .actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.account.sales-order-printcreditmemo .page-main .order-date {
  margin-top: 0;
}
body.account.sales-order-printcreditmemo .page-main .order-date label {
  display: block;
}
body.account.sales-order-printcreditmemo .page-main .items.order-links {
  background-color: #fff;
}
body.account.sales-order-printcreditmemo .page-main .items.order-links .nav.item {
  background-color: #EDF6FF !important;
}
body.account.sales-order-printcreditmemo .page-main .items.order-links .nav.item strong {
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.account.sales-order-printcreditmemo .page-main .items.order-links .nav.item a {
  background-color: transparent;
  border-left: 0px solid #007B9E;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 0px solid #007B9E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #000;
}
body.account.sales-order-printcreditmemo .page-main .items.order-links .nav.item a::after {
  content: '';
  border-right: 1px solid #007B9E;
}
body.account.sales-order-printcreditmemo .page-main .items.order-links .nav.item.current {
  background-color: #fff !important;
  margin: 0;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-title {
  display: flex;
  align-items: center;
  margin: 10px 0;
  border-bottom: 0;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-title strong {
  letter-spacing: 0.72px;
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-title a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items thead tr th {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col .product-item-name {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col .item-options dt {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col .item-options dd {
  color: #164171;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col.sku {
  color: #164171;
  font-weight: 600;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col.qty {
  color: #164171;
  font-weight: 600;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.price .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.subtotal .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot {
  background-color: #fff;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .subtotal th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .subtotal td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .discount th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .discount td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .shipping th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .shipping td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .grand_total th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 800;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .grand_total td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot td {
  background-color: #fff;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view {
  padding: 25px;
  background-color: #fff;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box .box-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .box-content {
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .box-content .payment-method dt {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .box-content p {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (max-width: 1459px) {
  body.account.sales-order-printcreditmemo .page-main .page-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.account.sales-order-printcreditmemo .page-main .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  body.account.sales-order-printcreditmemo .page-main .order-section-header .actions a.action {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-title strong {
    font-size: 16px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items thead tr th {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col strong.product.product-item-name {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col .item-options dd {
    font-size: 14ox;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.price .price {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .subtotal th {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .subtotal td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .discount th {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .discount td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .shipping th {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .shipping td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .grand_total th {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .grand_total td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot td {
    background-color: #fff;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 50%;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 50%;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-title strong {
    font-size: 18px;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box .box-title strong {
    letter-spacing: 0.6px;
    color: #3C3C3C;
    font-weight: 600;
    font-size: 16px;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box .box-content {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box .box-content .payment-method dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 860px) {
  body.account.sales-order-printcreditmemo .page-main .page-title-wrapper .page-title span {
    font-size: 18px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-date {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 639px) {
  body.account.sales-order-printcreditmemo .page-main .order-status-info .order-status {
    margin-bottom: 0;
    margin-top: 0;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items {
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-title {
    border-bottom: 0;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-title strong {
    font-size: 16px !important;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    padding-bottom: 10px;
    color: #3C3C3C;
    font-weight: 400;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo {
    margin-bottom: 15px;
    border: 0;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col.name {
    width: 100%;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col.name strong {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col {
    width: 25%;
    display: grid;
    font-size: 14px;
    color: #164171;
    padding-left: 0;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col strong {
    color: #164171 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col span {
    color: #164171 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
    margin-bottom: 8px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col .item-options dd:last-child {
    margin-bottom: 0;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td[data-th]::before {
    width: 100%;
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
    content: attr(data-th) '';
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody:last-child tr {
    margin-bottom: 0;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tfoot {
    padding-top: 15px;
    background-color: #F8F8F8 !important;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tfoot tr::after {
    display: none;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tfoot th {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tfoot td {
    background-color: #F8F8F8 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tfoot td span {
    font-size: 14px !important;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view {
    background-color: transparent;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 100%;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 100%;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address address {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address address a {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method .box-content .payment-method dt {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
}
body.account.customer-address-index .column.main .block.block-addresses-default .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.account.customer-address-index .column.main .block.block-addresses-default .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.customer-address-index .column.main .block.block-addresses-default .block-content .box .box-title span {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.customer-address-index .column.main .block.block-addresses-default .block-content .box .box-content {
  line-height: 30px;
}
body.account.customer-address-index .column.main .block.block-addresses-default .block-content .box .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.customer-address-index .column.main .block.block-addresses-default .block-content .box .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.customer-address-index .column.main .block.block-addresses-default .block-content .box .box-actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  text-decoration: underline;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .additional-addresses .table-additional-addresses-items thead tr th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .additional-addresses .table-additional-addresses-items tbody tr td {
  border-top: 1px solid #DEDEDE;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .additional-addresses .table-additional-addresses-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .additional-addresses .table-additional-addresses-items tbody tr td.col.actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .toolbar-amount span {
  letter-spacing: 0.48px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .limiter .limiter-label {
  letter-spacing: 0.42px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .limiter .limiter-text {
  letter-spacing: 0.42px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .limiter select.limiter-options {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
  background-color: #fff;
  margin: 0;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .items.pages-items .item.current strong {
  border: 1px solid #007B9E;
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: transparent;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .items.pages-items .item.current strong span {
  color: #007B9E;
  font-size: 14px;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .items.pages-items .item a span {
  color: #3C3C3C;
  font-size: 14px;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .items.pages-items .item.pages-item-next a.action.next {
  border: 1px solid #007B9E;
  background-color: transparent;
  width: 32px;
  height: 32px;
  padding: 0;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .items.pages-items .item.pages-item-previous a.action.previous {
  background-color: transparent;
  border: 1px solid #007B9E;
  width: 32px;
  height: 32px;
  padding: 0;
}
body.account.customer-address-index .column.main .actions-toolbar .primary {
  width: 70%;
}
body.account.customer-address-index .column.main .actions-toolbar .primary .action.primary.add {
  background-color: #007b9e;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 17px;
  width: 100%;
}
/*  address form section */
body.account.customer-address-form .form-address-edit .fieldset .legend {
  border-bottom: 1px solid #DEDEDE;
}
body.account.customer-address-form .form-address-edit .fieldset .legend span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.customer-address-form .form-address-edit .fieldset .field {
  margin: 0 0 20px;
}
body.account.customer-address-form .form-address-edit .fieldset .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.account.customer-address-form .form-address-edit .fieldset .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.account.customer-address-form .form-address-edit .fieldset .field label::after {
  margin: 0;
}
body.account.customer-address-form .form-address-edit .fieldset .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.account.customer-address-form .form-address-edit .fieldset .field .control select {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.account.customer-address-form .form-address-edit .fieldset .field .control #password-strength-meter-container {
  display: none;
}
body.account.customer-address-form .form-address-edit .fieldset .field input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 27px;
  height: 26px;
  margin-top: 0;
  margin-right: 15px;
}
body.account.customer-address-form .form-address-edit .fieldset .field input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.account.customer-address-form .form-address-edit .fieldset .field.street .field.primary {
  margin-bottom: 0;
}
body.account.customer-address-form .form-address-edit .fieldset .field.street .field.additional {
  margin-top: 20px;
}
body.account.customer-address-form .form-address-edit .fieldset .field.street .field.additional label {
  display: contents;
  margin: 0 0 8px;
}
body.account.customer-address-form .form-address-edit .fieldset .field.choice {
  display: none;
}
body.account.customer-address-form .form-address-edit .fieldset .field.note {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
}
body.account.customer-address-form .form-address-edit .fieldset::after {
  display: none;
}
body.account.customer-address-form .form-address-edit .actions-toolbar .primary button.action.save.primary {
  background-color: #007b9e;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 17px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  body.account.customer-address-form .form-address-edit .fieldset .legend span {
    font-size: 20px;
  }
  body.account.customer-address-index .column.main .block.block-addresses-default .block-title strong {
    font-size: 18px;
  }
  body.account.customer-address-index .column.main .block.block-addresses-default .block-content .box .box-content address {
    font-size: 14px;
  }
  body.account.customer-address-index .column.main .block.block-addresses-default .block-content .box .box-content address a {
    font-size: 14px;
  }
  body.account.customer-address-index .column.main .block.block-addresses-list .block-title strong {
    font-size: 18px;
  }
  body.account.customer-address-index .column.main .block.block-addresses-list .block-content .additional-addresses .table-additional-addresses-items tbody tr td.col {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.5px) {
  body.account.customer-address-index .column.main .block.block-addresses-default .block-content {
    display: flex;
    justify-content: space-between;
  }
  body.account.customer-address-index .column.main .block.block-addresses-default .block-content .box {
    width: 49%;
  }
}
@media screen and (max-width: 639px) {
  body.account.customer-address-index .column.main .block.block-addresses-list .block-content .additional-addresses .table-additional-addresses-items tbody tr td.col {
    border: 0;
  }
  body.account.customer-address-index .column.main .block.block-addresses-list .block-content .additional-addresses .table-additional-addresses-items tbody tr td[data-th]::before {
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 600;
  }
  body.account.customer-address-index .column.main .actions-toolbar .primary {
    width: 100%;
  }
}
body.account.customer-account-edit form.form-edit-account .fieldset.info legend {
  border-bottom: 1px solid #DEDEDE;
}
body.account.customer-account-edit form.form-edit-account .fieldset.info legend span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.customer-account-edit form.form-edit-account .fieldset .legend {
  border-bottom: 1px solid #DEDEDE;
}
body.account.customer-account-edit form.form-edit-account .fieldset .legend span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field {
  margin: 0 0 20px;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field label::after {
  margin: 0;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field .control input.input-text:focus {
  box-shadow: unset;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field .control select {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field .control select:focus {
  box-shadow: unset;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field .control #password-strength-meter-container {
  display: none;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 27px;
  height: 26px;
  margin-top: 0;
  margin-right: 15px;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field input[type="checkbox"]:checked::after {
  font-size: 27px;
  line-height: 27px;
  content: '\f00c';
  background-color: #fff;
  color: #007b9e;
  font-family: 'FontAwesome';
}
body.account.customer-account-edit form.form-edit-account .fieldset .field.street .field.primary {
  margin-bottom: 0;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field.street .field.additional {
  margin-top: 20px;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field.street .field.additional label {
  display: contents;
  margin: 0 0 8px;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field.choice {
  display: flex;
  align-items: center;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field.choice label {
  margin-bottom: 0;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field.note {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
}
body.account.customer-account-edit form.form-edit-account .fieldset::after {
  display: none;
}
body.account.customer-account-edit form.form-edit-account .actions-toolbar {
  width: 50%;
  text-align: right;
  float: right;
}
body.account.customer-account-edit form.form-edit-account .actions-toolbar .primary {
  width: 100%;
}
body.account.customer-account-edit form.form-edit-account .actions-toolbar .primary button.action.save.primary {
  background-color: #007b9e;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 17px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  body.account.customer-account-edit form.form-edit-account .fieldset.info legend span {
    font-size: 20px;
  }
}
@media screen and (max-width: 758px) {
  body.account.customer-account-edit form.form-edit-account .fieldset.additional_info {
    margin-bottom: 0;
  }
  body.account.customer-account-edit form.form-edit-account .actions-toolbar {
    width: 100%;
  }
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .legend {
  border-bottom: 1px solid #DEDEDE;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .legend span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field {
  margin: 0 0 20px;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field .control select {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field .control #password-strength-meter-container {
  display: none;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 27px;
  height: 26px;
  margin-top: 0;
  margin-right: 15px;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field input[type="checkbox"]:checked::after {
  font-size: 27px;
  line-height: 27px;
  content: '\f00c';
  background-color: #fff;
  color: #007b9e;
  font-family: 'FontAwesome';
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field.choice {
  display: flex;
  align-items: center;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field.choice label {
  margin-bottom: 0;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field.note {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset::after {
  display: none;
}
body.account.newsletter-manage-index form.form-newsletter-manage .actions-toolbar .primary button.action.save.primary {
  background-color: #007b9e;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 30px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .legend span {
    font-size: 20px;
  }
}
body.account.stripe_payments-customer-paymentmethods .stripe-payments.saved-payment-methods .table-order-items.saved-cards thead tr th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  vertical-align: initial;
}
body.account.stripe_payments-customer-paymentmethods .stripe-payments.saved-payment-methods .table-order-items.saved-cards tbody tr td {
  border-top: 1px solid #DEDEDE;
  vertical-align: initial;
}
body.account.stripe_payments-customer-paymentmethods .stripe-payments.saved-payment-methods .table-order-items.saved-cards tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.stripe_payments-customer-paymentmethods .stripe-payments.saved-payment-methods .table-order-items.saved-cards tbody tr td.col.actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.stripe_payments-customer-paymentmethods .stripe-payments.saved-payment-methods .table-order-items.saved-cards tbody tr td.col.actions .stripe-payments.delete-method {
  background: none;
  padding-left: 0;
}
body.account.stripe_payments-customer-paymentmethods .add-new-payment-method .legend span {
  letter-spacing: 0.9px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 22px;
  color: #3C3C3C;
}
body.account.stripe_payments-customer-paymentmethods .add-new-payment-method .payment-method.stripe-payments .payment-method-content .actions-toolbar .primary {
  width: 50%;
}
body.account.stripe_payments-customer-paymentmethods .add-new-payment-method .payment-method.stripe-payments .payment-method-content .actions-toolbar .primary button.action.primary {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
  width: 95%;
  margin: auto;
}
body.account.stripe_payments-customer-paymentmethods .add-new-payment-method .payment-method.stripe-payments .payment-method-content .actions-toolbar .primary button.action.primary span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
body .page-header {
  position: sticky;
  top: 0;
  z-index: 9999;
}
body .page-header .container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
body .page-header .home-top-section.container {
  max-width: 100%;
  margin: 0 auto;
}
body .page-header .panel.wrapper {
  background-color: #fff;
  line-height: 0;
  border-bottom: 0;
  display: none;
}
.header-top-section {
  background-color: #007B9E;
}
.header-top-section .home-top-section {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.header-top-section .home-top-section .home-top-common-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 999999999;
  background: #fff;
}
.header-top-section .home-top-section .home-top-common-section .home-top-left-section {
  background-color: #007B9E;
  padding: 12px 0;
  text-align: start;
  width: calc(29%);
  border-bottom-right-radius: 50px;
  margin-left: -1px;
}
.header-top-section .home-top-section .home-top-common-section .home-top-left-section span {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
}
.header-top-section .home-top-section .home-top-common-section .home-top-right-section {
  width: 50%;
  background-color: #007B9E;
  padding: 12px 0;
  text-align: start;
  width: calc(29%);
  border-bottom-left-radius: 50px;
  margin-right: -1px;
}
.header-top-section .home-top-section .home-top-common-section .top-header-social-block .pagebuilder-column {
  display: flex;
  align-items: center;
  flex-direction: row !important;
  justify-content: end !important;
}
.header-top-section .home-top-section .home-top-common-section .top-header-social-block .pagebuilder-column figure {
  margin-right: 25px;
}
.header-top-section .home-top-section .home-top-common-section .top-header-social-block .pagebuilder-column figure:last-child {
  margin-right: 0px;
}
.header-top-section .home-top-section .home-top-common-section .top-header-social-block .pagebuilder-column figure img {
  width: 22px;
  height: 22px;
}
.header-middle-section {
  width: 100%;
  background-color: #fff;
}
.header-middle-section .middle-section.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 115px;
}
.header-middle-section .header-middle-first-col {
  vertical-align: middle;
  width: 40%;
  text-align: end;
}
.header-middle-section .header-middle-first-col .menu-custom-block {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-middle-section .header-middle-first-col .menu-custom-block a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 15px;
  text-transform: uppercase;
}
.header-middle-section .header-middle-first-col .menu-custom-block a.active {
  font-weight: 800;
  border-bottom: 3px solid #007B9E;
}
.header-middle-section .header-middle-first-col .menu-custom-block a:hover {
  text-decoration: none;
}
.header-middle-section .header-middle-first-col .menu-custom-block a.about {
  pointer-events: none;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu {
  position: relative;
}
.header-middle-section .header-middle-first-col .menu-custom-block .step-menu {
  display: none;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu {
  display: block;
  position: absolute;
  top: 5em;
  background: #fff;
  padding: 0;
  list-style: none;
  opacity: 1;
  transform: translateY(0);
  animation: animateMenuOpen var(--duration-default) ease;
  z-index: 1;
  min-height: 250px;
  border: 4px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 55rem !important;
  box-shadow: 0px 3px 52px #000000;
  border-radius: 4px;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .first-level-menu {
  background-color: #fff;
  width: 25%;
  width: 100%;
  cursor: pointer;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .first-level-menu summary {
  width: 25%;
  text-align: start;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .first-level-menu summary a {
  color: #313131;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 20px;
  font-size: 14px;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .first-level-menu summary:hover {
  background-color: #1873a2;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .first-level-menu summary:hover a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .first-level-menu .innermega_menu ul li {
  display: block !important;
  opacity: 0;
  z-index: 11;
  width: 80%;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .first-level-menu.result_hover ul li {
  display: block !important;
  opacity: 1;
  z-index: 11;
  width: 80%;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .innermega_menu {
  position: absolute;
  left: 25%;
  top: 0;
  bottom: 0;
  width: 75%;
  display: flex;
  background: transparent linear-gradient(133deg, #c9c9c9 0%, #ffffff 53%, #ffffff 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 4px 4px 0px;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .innermega_menu ul {
  width: 50%;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: start;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .innermega_menu ul li {
  text-align: start;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #B7B7B7;
  z-index: 10;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .innermega_menu ul li a {
  font-size: 14px;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .innermega_menu .menucollection_image {
  width: 50%;
  margin-left: 4px;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .innermega_menu .menucollection_image img {
  height: 100%;
}
.header-middle-section .custom-header-logo {
  width: 20%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.header-middle-section .custom-header-logo .logo {
  margin: 0;
  position: absolute;
  top: 0.00032626092433929443px;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 15px;
}
.header-middle-section .header-middle-second-col {
  max-width: 40%;
  text-align: start;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  float: right;
  align-items: center;
  justify-content: space-between;
  width: 41%;
}
.header-middle-section .header-middle-second-col .menu-custom-block a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 0 15px;
  text-transform: uppercase;
}
.header-middle-section .header-middle-second-col .menu-custom-block a.active {
  font-weight: 800;
  border-bottom: 3px solid #007B9E;
}
.header-middle-section .header-middle-second-col .menu-custom-block a:hover {
  text-decoration: none;
}
.header-middle-section .header-middle-second-col .menu-custom-block a.about {
  pointer-events: none;
}
.header-middle-section .middle-right-section-block {
  display: flex;
  align-items: center;
}
.header-middle-section .custom-header-topsearch {
  padding-right: 10px;
}
.header-middle-section .custom-header-topsearch .block.block-search {
  width: 180px;
}
.header-middle-section .custom-header-topsearch .block.block-content .field.search input.input-text {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #3C3C3C;
}
.header-middle-section .custom-header-topsearch .block.block-content .field.search input.input-text:focus {
  box-shadow: unset;
}
.header-middle-section .custom-header-topsearch .block.block-content .field.search input.input-text::placeholder {
  color: #9A9A9A;
  text-transform: capitalize;
}
.header-middle-section .custom-header-topsearch .block.block-content .actions button.action.search {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}
.header-middle-section .custom-header-topsearch .block.block-content .actions button.action.search::before {
  color: #1873a2;
  font-weight: 600;
}
.header-middle-section .header-icons.menuoutuser {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.header-middle-section .header-icons.menuoutuser .account-hrader-drop {
  width: 20px;
  margin: 0 15px 0 15px;
}
.header-middle-section .header-icons.menuoutuser .user-status.top-header-blocks {
  display: block;
}
.header-middle-section .header-icons.menuoutuser .user-status {
  display: none;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .header-menu-section {
  display: none;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu.active .header-menu-section {
  display: block;
  padding: 0;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section {
  display: grid;
  position: absolute;
  width: 100%;
  margin-top: 0px;
  padding-top: 10px;
  white-space: nowrap;
  padding-right: 10px;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section .header-menu-section {
  padding-left: 0;
  padding-top: 0;
  background-color: #fff;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section .header-menu-section ul.header.links {
  display: grid;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 1px 2px 6px 3px grey;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section .header-menu-section ul.header.links li {
  padding-bottom: 10px;
  padding-right: 10px;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section .header-menu-section ul.header.links li a {
  color: #3D3D3D;
  font-weight: 500;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section .header-menu-section ul.header.links li::after {
  display: none;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section .header-menu-section ul.header.links li:last-child {
  padding-bottom: 0;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section.logged {
  display: grid;
  position: absolute;
  width: max-content;
  padding-right: 10px;
  background-color: #fff;
  margin-top: 0px;
  padding-top: 10px;
  padding-left: 10px;
  box-shadow: 1px 2px 6px 3px grey;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section.logged .top-links .logged-my-account {
  color: #3D3D3D;
  font-weight: 400;
  font-size: 14px;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section.logged .header.links {
  padding: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section.logged .header.links li {
  list-style: none;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section.logged .header.links li a {
  color: #3D3D3D;
  font-weight: 400;
  font-size: 14px;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section.logged .header.links li.customer-welcome {
  display: none;
}
.header-middle-section .minicart-section {
  height: 20px;
}
.header-middle-section .minicart-section .minicart-wrapper {
  margin-left: 0;
}
.header-middle-section .minicart-section .minicart-wrapper .action.showcart.minicart-section {
  width: 20px;
  height: 20px;
}
.header-middle-section .minicart-section .minicart-wrapper .action.showcart.minicart-section::before {
  display: none;
}
.header-middle-section .minicart-section .counter.qty {
  position: absolute;
  right: -15px;
  top: -20px;
  background: #1873a2 !important;
  border-radius: 50% !important;
}
/* footer section design */
footer.page-footer {
  border: 1px solid #DEDEDE;
  background-color: #fff !important;
  box-shadow: inset 0px 3px 6px #00000029;
  padding-bottom: 0;
}
footer.page-footer .common-footer-section {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0 40px 0;
}
footer.page-footer .common-footer-section [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column {
  margin-right: 25px;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column:last-child {
  margin-right: 0;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-title {
  color: #7E7E7E;
  font-weight: bold;
  font-size: 20px;
  margin: 0  0 3rem 0;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-section-text {
  width: 70%;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-section-text p {
  color: #7E7E7E;
  font-weight: 400;
  font-size: 16px;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-social-list {
  padding-top: 10px;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-social-list .social-list.disable-mobile {
  padding-top: 15px;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-social-list .social-list a {
  margin-right: 20px;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-social-list .social-list a:last-child {
  margin-right: 0;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-social-list .social-list a img {
  width: 25px;
  height: 25px;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-links .pagebuilder-button-link {
  padding: 0;
  pointer-events: none;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-links .pagebuilder-button-link span {
  font-weight: 400;
  font-size: 16px;
  color: #7E7E7E;
  pointer-events: none;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .connect-with-section {
  display: flex;
  align-items: center;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .connect-with-section .mail-icon {
  height: 18px;
  width: 20px;
  margin-right: 15px;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .connect-with-section .mail-tag a {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
footer.page-footer .common-footer-section .footer-social-list.only-mobile-device {
  display: none;
}
footer.page-footer .footer-copyright-block {
  background-color: #000;
}
footer.page-footer .footer-copyright-block .footer-bottom-section {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.page-footer .footer-copyright-block .footer-bottom-section .footer-bottom-link {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
}
.only-for-desktop-view {
  display: block;
}
.only-for-mobile-view {
  display: none;
}
.footer-modal-popup-section {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .only-for-desktop-view {
    display: none !important;
  }
  .only-for-mobile-view {
    display: block !important;
    margin: 0 15px 0 15px;
  }
}
.cms-index-index .page-main {
  max-width: 100% !important;
}
.cms-index-index .page-main .home-row-section-section.harpy-slider-section {
  max-width: 100%;
}
.cms-index-index .page-main .home-row-section {
  max-width: 1440px;
  margin: 0 auto;
}
.page-main {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-main [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
.sections.nav-sections {
  margin: 0;
}
.sections.nav-sections .section-items.nav-sections-items {
  display: none;
  margin: 0;
}
/* slider section */
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-slide-wrapper {
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay {
  justify-content: start !important;
  padding-left: 40px;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content {
  width: 40%;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h3 {
  letter-spacing: 1.02px;
  color: #007B9E;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h1 {
  letter-spacing: 2.13px;
  color: #164147;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h2 {
  letter-spacing: 2.07px;
  color: #007B9E;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] p {
  letter-spacing: 0.63px;
  color: #2E2E2E;
  font-weight: 400;
  font-size: 18px;
  font-family: 'roboto' !important;
  line-height: 30px;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content div img {
  position: absolute;
  right: -20px;
  bottom: 2em;
  transition-duration: 4s;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content div img:hover {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  transform: scale(1.05) translateX(-6%);
  transition-duration: 4s;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-slide-button.pagebuilder-button-primary {
  border-radius: 50px;
  background-color: #007B9E;
  border: 1px solid #007B9E;
  padding: 12px 40px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  letter-spacing: 0.96px;
  font-weight: 800;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .slick-dots {
  bottom: 2em;
  position: absolute;
  padding: 0;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .slick-dots .slick-active button {
  background-color: #1873a2;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .slick-dots li button {
  background-color: #fff;
  width: 12px;
  height: 12px;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .slick-arrow {
  position: absolute;
  bottom: -4rem;
  top: initial;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .slick-arrow::before {
  font-size: 16px;
  color: #1873a2;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .slick-arrow.slick-prev {
  right: 7rem;
  left: auto;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .slick-arrow.slick-disabled {
  opacity: 1;
  background-color: #edecef;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .slick-arrow.slick-disabled::before {
  color: #7e7e7e;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider:hover {
  background-color: #ffffff80;
  transition: transform 0.3s;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider:hover .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content div img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  transform: scale(1.05) translateX(-6%);
  transition: transform 0.5s;
}
/* category section */
.home-row-section-section {
  padding-bottom: 3em;
}
.home-row-section {
  padding-bottom: 3em;
  /* info section block */
  /* featured info section design */
  /* group deal section design */
  /* featured product section design */
}
.home-row-section .category-section {
  position: relative;
}
.home-row-section .category-section img {
  width: 100%;
}
.home-row-section .category-section .wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 35%;
  height: 35%;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
  z-index: 2;
  pointer-events: none;
  background-color: #ffffff80;
  opacity: 0;
}
.home-row-section .category-section .wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 35%;
  height: 35%;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.home-row-section .category-section .wrapper:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.home-row-section .category-section .wrapper:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.home-row-section .category-section .category-title-section {
  position: absolute;
  bottom: 4em;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
}
.home-row-section .category-section .category-title-section .sub-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-right: 15px;
}
.home-row-section .category-section .category-title-section .main-title {
  letter-spacing: 1.04px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  font-style: italic;
}
.home-row-section .info-section-text p {
  letter-spacing: 1.32px;
  color: #EDEDEF;
  font-weight: 400;
  font-size: 18px;
}
.home-row-section .info-section-title p {
  letter-spacing: 0.42px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
}
.home-row-section .info-subtitle {
  letter-spacing: 0.72px;
  color: #814200;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
}
.home-row-section .info-main-title {
  margin-top: 0;
  letter-spacing: 1.22px;
  color: #814200;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 34px;
}
.home-row-section .info-button.watch-video-btn .pagebuilder-button-link {
  border-radius: 50px;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0PX;
  margin: 0;
  width: 250px;
  height: 80px;
}
.home-row-section .info-button.watch-video-btn .pagebuilder-button-link span {
  font-size: 0;
  display: none;
}
.home-row-section .info-button.watch-video-btn .pagebuilder-button-link::after {
  background-image: url("../images/watch-video.png");
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-size: contain;
}
.home-row-section .home-feature-section .home-feature-block .featured-block-title {
  letter-spacing: 0.36px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}
.home-row-section .home-feature-section .home-feature-block .featured-section-content {
  letter-spacing: 0.24px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
}
.home-row-section .group-deal-section .great-deal-title {
  letter-spacing: 0.8px;
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 600;
}
.home-row-section .group-deal-section .great-deal-content {
  margin-bottom: 15px;
}
.home-row-section .group-deal-section .great-deal-content p {
  letter-spacing: 0.32px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
}
.home-row-section .group-deal-section .great-deal-button .pagebuilder-button-primary {
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #fff;
  padding-left: 50px;
  padding-right: 50px;
}
.home-row-section .group-deal-section .great-deal-button .pagebuilder-button-primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
}
.home-row-section .featured-product-section.bottom-link-section {
  padding: 0;
}
.home-row-section .featured-product-section {
  background-color: #EDF6FF;
  padding-bottom: 30px;
}
.home-row-section .featured-product-section .block.block-products-list.grid {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 0;
}
.home-row-section .featured-product-section .block.block-products-list.additional-product-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-row-section .featured-product-section .block-title {
  margin-bottom: 10px;
  padding-bottom: 15px;
  margin-top: 10px;
  padding-top: 15px;
}
.home-row-section .featured-product-section .block-title strong {
  letter-spacing: 0.48px;
  color: #5D5546;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  position: relative;
}
.home-row-section .featured-product-section .block-title strong::after {
  content: '';
  display: block;
  position: absolute;
  top: 28px;
  right: 0;
  width: 80%;
  border-bottom: 2px solid #007B9E;
}
.home-row-section .featured-product-section .viewall-link {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
.home-row-section .featured-product-section .viewall-link.only-mobile-view {
  display: none;
}
.home-row-section .featured-product-section .viewall-link.only-desktop-view {
  display: block;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item {
  width: calc(23.5%);
  position: relative;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .offer-icon-section {
  position: absolute;
  z-index: 99;
  top: 1em;
  left: 0px;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info {
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  opacity: 1;
  padding: 10px 12px;
  background-color: #fff;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container {
  width: 100% !important;
  border-radius: 8px;
  opacity: 1;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
  padding: 5px;
  box-sizing: border-box;
  background-color: #FFF;
  border: 0.1px solid #dedede80;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper img.product-image-photo {
  width: 100%;
  height: 100%;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview {
  position: absolute !important;
  height: 100%;
  background-color: transparent;
  padding: 0;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview .quickview-section {
  opacity: 0.7;
  background-color: #656565;
  width: 100%;
  height: 100%;
  margin: 0;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview .quickview-section .img-section {
  background-image: url("../images/quickview-icon.png");
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 45%;
  left: auto;
  opacity: 1;
  top: 40%;
  bottom: 0;
  background-size: 100% 100%;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-weight: 600;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview::after {
  background-image: url("../images/quickview-icon.png");
  background-repeat: no-repeat;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper .bss-bt-quickview .bss-quickview {
  height: 100%;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper .bss-bt-quickview .bss-quickview span {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details {
  margin-top: 10px;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-name {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin: 0;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  letter-spacing: 0.28px;
  color: #5D5546;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .price-box {
  margin: 10px 0;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .price-box .normal-price .price-label {
  display: none;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .price-box .price {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .price-box .old-price {
  float: left;
  margin-top: 0;
  margin-right: 5px;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .price-box .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .price-box .special-price {
  margin-left: 7px;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .configurable-options-block {
  display: flex;
  align-items: center;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-sku-section {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-sku-section .sku-title {
  letter-spacing: 0.24px;
  color: #164171;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-sku-section .sku-title::after {
  content: ':';
  padding: 0 5px;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-sku-section .sku-content {
  letter-spacing: 0.28px;
  color: #164171;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] {
  width: 100%;
  display: inline-block;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.color {
  width: auto;
  float: left;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.color::before {
  content: "Color";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender {
  width: auto;
  float: right;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender::before {
  content: "For";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"],
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"] {
  background-image: url("../images/him-inact.png") !important;
  background-size: 100% !important;
  width: 65px !important;
  height: 30px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"]:hover,
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"]:hover,
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"].selected,
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"].selected {
  background-image: url("../images/him-act.png") !important;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"] {
  background-image: url("../images/her-inact.png") !important;
  background-size: 100% !important;
  width: 65px !important;
  height: 30px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"]:hover,
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"].selected {
  background-image: url("../images/her-act.png") !important;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-option.image:hover {
  outline: none !important;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size {
  width: 100%;
  float: right;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size::before {
  content: "Size";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-option.text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-option.text .swatch-option.text.selected {
  border: 1px solid #007B9E;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options {
  margin: 8px 0;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.color {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
  min-height: 16px;
  padding: 0;
  margin: 0 15px 5px 0;
  border: 2px solid transparent;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.color:hover {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-inner {
  padding: 0 !important;
  position: initial !important;
  display: inline-block;
  margin: 0px;
  width: 100%;
  height: 100%;
  box-shadow: unset;
  right: 0;
  overflow: initial;
  border: 0;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  width: 70%;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
  display: none;
  width: 90%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary .hover-addtocart-icon-section {
  display: none;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary .addtocart-icon-section {
  display: block;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary a.modal-btn {
  padding: 10px 50px;
  width: 100%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  justify-content: center;
  font-weight: 600;
  color: #007B9E;
  cursor: pointer;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary a.modal-btn:hover {
  text-decoration: unset;
  color: #fff;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary a.action img {
  vertical-align: middle;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary a.action::before {
  display: none;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info:hover {
  margin: 0;
  box-shadow: 0 0px 10px #00000099;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info:hover button.action.tocart.primary {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  box-shadow: 0 8px 9px #b5dae5;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info:hover button.action.tocart.primary span {
  color: #fff !important;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info:hover button.action.tocart.primary .hover-addtocart-icon-section {
  display: block !important;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info:hover button.action.tocart.primary .addtocart-icon-section {
  display: none !important;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info:hover a.modal-btn {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: underline;
  text-decoration: unset;
  color: #fff !important;
  box-shadow: 0 8px 9px #b5dae5;
}
.home-row-section .featured-product-section .block-content .toolbar-amount {
  display: none;
}
.home-row-section.info-section-block .pagebuilder-column-group {
  background-position: center !important;
  background-size: 100% 100% !important;
}
.swatch-option-tooltip {
  display: none !important;
}
@media (max-width: 450px) and (min-width: 220px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size {
    float: left !important;
    width: 100% !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-sku-section {
    float: left !important;
  }
  .page-header {
    border-bottom: 0px !important;
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 1720px) {
  .header-middle-section .middle-section.container .header-icons.menuoutuser .myaccount-section-menu .custom-header-section {
    right: 0;
    white-space: unset;
    width: 160px;
  }
  .header-middle-section .middle-section.container .header-icons.menuoutuser .myaccount-section-menu .custom-header-section .header-menu-section ul.header.links {
    width: 160px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    /* home page design */
  }
  body .page-header .container {
    padding-left: 15px;
    padding-right: 15px;
    width: initial !important;
  }
  body .page-footer .common-footer-section {
    padding-left: 15px;
    padding-right: 15px;
    width: initial !important;
  }
  body .page-footer .copyright.footer-copyright-block {
    padding-left: 15px;
    padding-right: 15px;
    width: initial !important;
  }
  body .home-row-section {
    /* home category section */
    /* service columnn */
    /* featured product section */
  }
  body .home-row-section .home-category-section {
    padding-left: 15px;
    padding-right: 15px;
    width: initial !important;
  }
  body .home-row-section .home-category-section .pagebuilder-column-line .pagebuilder-column {
    margin-right: 7px !important;
  }
  body .home-row-section .home-category-section .pagebuilder-column-line .pagebuilder-column:nth-child(2) {
    margin-left: 7px !important;
  }
  body .home-row-section .pagebuilder-column-line .pagebuilder-column.empty-column {
    width: 4.14286%;
  }
  body .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.service-empty {
    width: 3.25% !important;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-title {
    padding-right: 15px;
    padding-left: 15px;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .product-items.widget-product-grid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1399px) {
  .home-row-section {
    /* service columnn */
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.service-empty-column {
    width: 3.25% !important;
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.home-feature-block {
    width: 35% !important;
  }
}
@media screen and (max-width: 1380px) {
  .home-row-section .featured-product-section .viewall-link {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .page-header .header-middle-section .middle-section.container .header-middle-first-col .menu-custom-block a {
    font-size: 16px;
    margin: 0 7px;
  }
  .page-header .header-middle-section .middle-section.container .header-middle-second-col .menu-custom-block a {
    font-size: 16px;
    margin: 0 7px;
  }
  .home-row-section {
    /* featured product section */
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .product-items.widget-product-grid .product-item {
    margin-left: 1%;
    width: calc(24%);
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .product-items.widget-product-grid .product-item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1240px) {
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .page-header .header-middle-section .middle-section.container {
    height: 100px;
  }
  .page-header .header-middle-section .middle-section.container .custom-header-logo .logo {
    padding: 0 8px;
    padding-top: 10px;
  }
  .page-header .header-middle-section .middle-section.container .custom-header-logo .logo img {
    width: 100%;
    height: 100%;
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section {
    width: calc(35%);
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-right-section {
    width: calc(35%);
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info {
    padding: 7px 8px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .modal-btn {
    padding: 10px 40px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
    padding-left: 15px;
    padding-right: 15px;
    width: 95%;
  }
}
@media screen and (max-width: 1140px) {
  .page-header .header-middle-section .custom-header-topsearch .block.block-search {
    width: 160px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info {
    padding: 7px 8px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions {
    gap: 10px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    width: 70%;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    justify-content: space-between;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary span {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1080px) {
  .page-header .header-middle-section .custom-header-topsearch .block.block-search {
    width: 140px;
  }
}
@media screen and (max-width: 1040px) {
  .page-header .header-middle-section .middle-section.container .header-middle-first-col {
    width: 40%;
  }
  .page-header .header-middle-section .middle-section.container .middle-right-section-block .custom-header-topsearch .block.block-search {
    width: 125px;
    padding-left: 8px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    width: 75%;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .modal-btn {
    padding: 8px 35px;
  }
}
@media screen and (max-width: 992px) {
  .page-header .header-middle-section .middle-section.container .header-middle-first-col {
    width: 40%;
  }
  .page-header .header-middle-section .middle-section.container .middle-right-section-block .custom-header-topsearch .block.block-search {
    width: 85px;
  }
  .page-header .header-middle-section .middle-section.container .middle-right-section-block .custom-header-topsearch .block.block-search .block.block-content .field.search input.input-text {
    border-bottom: 0;
    padding: 0;
  }
  .page-header .header-middle-section .middle-section.container .middle-right-section-block .custom-header-topsearch .block.block-search .block.block-content .field.search input.input-text::placeholder {
    display: none;
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section {
    width: calc(35%);
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-right-section {
    width: calc(35%);
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info {
    padding: 7px 8px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions {
    display: block;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    justify-content: center;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 880px) {
  .page-header .header-middle-section .middle-section.container {
    height: 70px;
  }
  .page-header .header-middle-section .middle-section.container .custom-header-logo .logo {
    width: 120px;
  }
  .page-header .header-middle-section .middle-section.container .header-middle-first-col .menu-custom-block a {
    font-size: 14px;
  }
  .page-header .header-middle-section .middle-section.container .header-middle-second-col .menu-custom-block a {
    font-size: 14px;
  }
}
@media screen and (max-width: 860px) {
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item {
    width: 48% !important;
    margin-left: 4%;
    margin-bottom: 3%;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item:first-child {
    margin-left: 0 !important;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item:nth-child(3) {
    margin-left: 0 !important;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] {
    display: block !important;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.color {
    width: 100% !important;
    float: initial !important;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender {
    width: 100% !important;
    float: initial !important;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size {
    width: 100% !important;
    float: initial !important;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    text-align: center;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary a.modal-btn {
    padding: 6px 25px;
  }
}
@media screen and (max-width: 820px) {
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section {
    width: calc(38%);
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-right-section {
    width: calc(38%);
  }
  .page-header .header-middle-section .middle-section.container {
    height: 75px;
  }
  .page-header .header-middle-section .middle-section.container .custom-header-logo .logo {
    width: 100px;
    padding-top: 20px;
  }
  .page-header .header-middle-section .middle-section.container .header-middle-first-col .menu-custom-block a {
    font-size: 12px;
  }
  .page-header .header-middle-section .middle-section.container .header-middle-second-col .menu-custom-block a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .header-middle-section .middle-section.container {
    height: 75px;
  }
  .page-header .header-middle-section .middle-section.container .custom-header-logo {
    width: 100%;
    position: relative;
  }
  .page-header .header-middle-section .middle-section.container .custom-header-logo .logo {
    position: unset;
    position: absolute;
    left: auto;
    right: auto;
    top: 0px;
    padding: 0;
  }
  .page-header .header-middle-section .middle-section.container .custom-header-logo .logo img {
    padding: 0 8px;
  }
  .page-header .header-middle-section .middle-section.container .custom-header-logo .action.nav-toggle {
    top: unset;
    left: 0;
  }
  .page-header .header-middle-section .middle-section.container .header-middle-first-col {
    position: absolute;
    max-width: 35%;
    width: 35%;
  }
  .page-header .header-middle-section .middle-section.container .header-middle-second-col {
    position: absolute;
    float: right;
    right: 15px;
    max-width: 35%;
  }
  .page-header .header-middle-section .middle-right-section-block {
    position: absolute;
    right: 0;
    padding-right: 15px;
  }
  .page-header .header-middle-section .middle-right-section-block .custom-header-topsearch .block.block-search {
    width: 160px !important;
  }
  .page-header .header-middle-section .middle-right-section-block .custom-header-topsearch .block.block-search .block.block-content .field.search .control {
    border: 0;
  }
  .page-header .header-middle-section .middle-right-section-block .custom-header-topsearch .block.block-search .block.block-content .field.search input.input-text {
    border-bottom: 0 !important;
    padding: 0;
  }
  .page-header .header-middle-section .middle-right-section-block .custom-header-topsearch .block.block-search .block.block-content .field.search input.input-text::placeholder {
    display: none;
  }
  .sections.nav-sections {
    margin: 0;
  }
  .sections.nav-sections .section-items.nav-sections-items {
    display: block;
    margin: 0;
  }
  .sections.nav-sections .section-items.nav-sections-items nav.navigation[data-action="navigation"] {
    display: none;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content nav.navigation[data-action="navigation"] {
    display: block;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-title.nav-sections-item-title.active {
    background-color: #007B9E;
    width: 50%;
    text-transform: uppercase;
    height: 55px;
    line-height: 55px;
    margin: 0;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-title.nav-sections-item-title.active a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-title.nav-sections-item-title {
    background-color: #007B9E;
    width: 50%;
    text-transform: uppercase;
    height: 55px;
    line-height: 55px;
    margin: 0;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-title.nav-sections-item-title a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content {
    padding: 0;
  }
  html.nav-open .nav-toggle:after {
    background-color: unset;
    position: unset;
  }
  body {
    /* technology feature */
  }
  body .home-row-section {
    padding-bottom: 3em;
  }
  body .home-row-section .pagebuilder-column-group.home-category-section .pagebuilder-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body .home-row-section .pagebuilder-column-group.home-category-section .pagebuilder-column:nth-child(2) {
    margin-left: 0 !important;
  }
  body .home-row-section .pagebuilder-column-group.home-category-section .pagebuilder-column-line {
    flex-wrap: unset;
  }
  body .home-row-section-section.technology-section .pagebuilder-mobile-hidden {
    display: block !important;
  }
  body .home-row-section-section.technology-section .pagebuilder-mobile-only {
    display: none;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line {
    flex-wrap: unset;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .info-section-text p {
    font-size: 14px;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .info-section-title p {
    font-size: 20px;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .info-subtitle {
    font-size: 30px;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .info-main-title {
    font-size: 52px;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    flex-basis: initial;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.empty-column {
    width: 3.14286% !important;
  }
  body .home-row-section.family-section .pagebuilder-column-group .pagebuilder-column-line {
    flex-wrap: unset;
  }
  body .home-row-section.family-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.empty-column {
    flex-basis: initial;
  }
  body .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line {
    flex-wrap: unset;
  }
  body .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.service-empty {
    width: 3.25% !important;
    max-width: 2%;
  }
  body .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.service-empty-column {
    flex-basis: 100%;
    max-width: 2%;
  }
  body .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.service-empty {
    flex-basis: 100%;
  }
  body .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .home-feature-block .featured-block-title {
    font-size: 16px;
  }
  body .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .home-feature-block .featured-section-content {
    font-size: 14px;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button.action.tocart.primary span {
    font-size: 14px;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
    text-align: center;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header-middle-section .header-icons.menuoutuser {
    height: 20px;
  }
  .harpy-slider-section .homepage-slider.pagebuilder-slider .slick-arrow.slick-prev {
    display: none !important;
  }
  .harpy-slider-section .homepage-slider.pagebuilder-slider .slick-arrow.slick-next {
    display: none !important;
  }
  .home-row-section .featured-product-section {
    padding-bottom: 0 !important;
  }
  .home-row-section .featured-product-section .viewall-link.only-mobile-view {
    text-align: center;
    display: block;
  }
  .home-row-section .featured-product-section .viewall-link.only-desktop-view {
    display: none;
  }
  .home-row-section .featured-product-section.bottom-link-section {
    padding-bottom: 20px !important;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1330px) and (min-width: 861px) {
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-attribute-options {
    min-height: 70px;
  }
}
@media screen and (max-width: 666px) {
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-attribute-options {
    min-height: 70px;
  }
}
@media screen and (max-width: 639px) {
  body {
    /* header section */
    /* featured block section */
  }
  body .page-header .header-top-section .home-top-section .home-top-left-section span {
    font-size: 12px;
    line-height: inherit;
  }
  body .page-header .header-middle-section .middle-section.container .middle-right-section-block .custom-header-topsearch .block.block-search {
    margin-top: 0;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay {
    padding-left: 15px;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content {
    width: 100%;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content div img {
    width: 150px !important;
    height: 140px !important;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] {
    width: 50%;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h3 {
    font-size: 25px;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h1 {
    font-size: 30px;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h2 {
    font-size: 25px;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] p {
    line-height: 24px;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content div img {
    bottom: 30%;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-slide-button.pagebuilder-button-primary {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  body .home-row-section {
    padding-bottom: 3em;
  }
  body .home-row-section .pagebuilder-column-group.home-category-section .pagebuilder-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body .home-row-section .pagebuilder-column-group.home-category-section .pagebuilder-column:nth-child(2) {
    margin-left: 0 !important;
  }
  body .home-row-section .pagebuilder-column-group.home-category-section .pagebuilder-column-line {
    flex-wrap: wrap !important;
    flex-direction: column-reverse;
    gap: 15px;
  }
  body .home-row-section .pagebuilder-column-group.home-category-section .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    flex-basis: 100% !important;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .info-section-text {
    text-align: center;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .info-section-text p {
    margin: 0 15px;
  }
  .home-row-section.family-section .pagebuilder-column-group .pagebuilder-column-line {
    flex-wrap: wrap !important;
  }
  .home-row-section.family-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.empty-column {
    flex-basis: 100% !important;
  }
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section .pagebuilder-column-line .pagebuilder-column {
    justify-content: end !important;
  }
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section .pagebuilder-column-line .family-content-section {
    margin: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section .pagebuilder-column-line .family-content-section .great-deal-title {
    font-size: 22px;
    text-align: center;
  }
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section .pagebuilder-column-line .family-content-section .great-deal-content {
    text-align: center;
  }
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section .pagebuilder-column-line .family-content-section .great-deal-content p {
    font-size: 14px;
  }
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section .pagebuilder-column-line .family-content-section div[data-content-type='buttons'] {
    text-align: center !important;
  }
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section .pagebuilder-column-line .family-content-section .info-button.great-deal-button .pagebuilder-button-primary {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section .pagebuilder-column-line .family-content-section .info-button.great-deal-button .pagebuilder-button-primary span {
    font-size: 14px;
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line {
    flex-wrap: wrap !important;
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.service-empty {
    width: 3.25% !important;
    max-width: 2%;
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.service-empty-column {
    flex-basis: 100%;
    max-width: 2%;
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.service-empty {
    flex-basis: 100%;
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.home-feature-block {
    width: 100% !important;
    text-align: center;
    margin: 0 15px;
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .home-feature-block .featured-block-title {
    font-size: 16px;
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .home-feature-block .featured-section-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section {
    width: calc(42%);
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-right-section {
    width: calc(42%);
    line-height: 40px;
  }
  .page-header .header-middle-section .middle-right-section-block .custom-header-topsearch .block.block-search {
    width: 140px !important;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay {
    padding-left: 15px;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content {
    width: 100%;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay {
    position: relative;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content div img {
    width: 150px !important;
    height: 140px !important;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content {
    position: absolute;
    top: 34%;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] {
    width: 57%;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h3 {
    font-size: 25px !important;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h1 {
    font-size: 30px !important;
    font-weight: 900;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h2 {
    font-size: 25px !important;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] p {
    line-height: 20px;
    font-size: 13px !important;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content div img {
    bottom: 30%;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-slide-button.pagebuilder-button-primary {
    margin-bottom: 12px;
    margin-top: 12px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .home-row-section .featured-product-section .block-title strong {
    font-size: 20px;
  }
  .home-row-section .featured-product-section .viewall-link {
    padding-right: 15px;
    margin-right: 0;
  }
  .home-row-section .featured-product-section .viewall-link a {
    font-size: 14px;
  }
  body .home-row-section-section.technology-section .pagebuilder-mobile-hidden {
    display: none !important;
  }
  body .home-row-section-section.technology-section .pagebuilder-mobile-only {
    display: block !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 420px) {
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] {
    display: block;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.color {
    float: initial;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender {
    float: initial;
  }
  body .home-row-section .featured-product-section .block-title strong::after {
    top: 28px;
  }
}
@media screen and (max-width: 360px) {
  body .page-header .header-middle-section .middle-right-section-block .custom-header-topsearch .block.block-search {
    width: 120px !important;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
    width: 49% !important;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    text-align: center;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item:nth-child(2n) {
    margin-left: 2% !important;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  body .home-row-section-section.technology-section .pagebuilder-mobile-hidden {
    display: none !important;
  }
  body .home-row-section-section.technology-section .pagebuilder-mobile-only {
    display: block !important;
  }
}
@media screen and (max-width: 350px) {
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
    width: 100% !important;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    text-align: center;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item:nth-child(2n) {
    margin-left: 0% !important;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
/* footer section responsive */
@media screen and (max-width: 768px) {
  body .page-footer .common-footer-section .footer-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.footer-section-column:first-child {
    text-align: center;
  }
  body .page-footer .common-footer-section .footer-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.footer-section-column:first-child .footer-section-text {
    width: 100%;
  }
  body .page-footer .common-footer-section .footer-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.footer-section-column {
    margin-right: 0;
  }
  body .page-footer .common-footer-section .footer-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.footer-section-column .footer-title {
    margin-bottom: 1.5rem;
    padding: 10px 0;
    border-top: 1px solid #00000033;
    font-size: 18px;
  }
  body .page-footer .common-footer-section .footer-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.footer-section-column .footer-title::after {
    content: '\e622' !important;
    float: right;
    font-family: 'luma-icons';
    line-height: 26px;
    vertical-align: middle;
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
  }
  body .page-footer .common-footer-section .footer-section-block .pagebuilder-column-group .pagebuilder-column-line .footer-section-column.additional-section-column.active .footer-title {
    margin-bottom: 1.5rem;
    padding: 10px 0;
    border-top: 1px solid #00000033;
  }
  body .page-footer .common-footer-section .footer-section-block .pagebuilder-column-group .pagebuilder-column-line .footer-section-column.additional-section-column.active .footer-title::after {
    content: '\e621' !important;
    float: right;
    font-family: 'luma-icons';
    line-height: 26px;
    vertical-align: middle;
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
  }
  body .page-footer .common-footer-section .footer-section-block .pagebuilder-column-group .pagebuilder-column-line .footer-section-column.additional-section-column.active .pagebuilder-column.footer-content-sections {
    display: block;
  }
  body .page-footer .common-footer-section .footer-section-column.additional-section-column .pagebuilder-column.footer-content-sections {
    display: none;
  }
  body .page-footer .common-footer-section .footer-social-list.only-mobile-device {
    display: block !important;
    text-align: center;
  }
  body .page-footer .common-footer-section .footer-social-list.only-mobile-device .social-list.only-mobile a {
    margin-right: 25px;
  }
  body .page-footer .common-footer-section .footer-social-list.only-mobile-device .social-list.only-mobile a img {
    width: 25px;
    height: 25px;
  }
  body .page-footer .common-footer-section .social-list.disable-mobile {
    display: none;
  }
  body .page-footer .copyright.footer-copyright-block .footer-bottom-section .footer-bottom-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  body .page-footer .copyright.footer-copyright-block .footer-bottom-section {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  body .page-header .header-middle-section .middle-section.container .header-middle-first-col {
    display: none;
  }
  body .page-header .header-middle-section .middle-section.container .header-middle-second-col [data-content-type='html'] .menu-custom-block {
    display: none;
  }
  body .page-header .header-middle-section .middle-section.container .header-middle-second-col .middle-right-section-block {
    position: absolute;
    right: 0px;
    float: right;
  }
  .header-top-section .home-top-section .home-top-common-section .home-top-left-section span {
    font-size: 12px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-weight: 400;
  }
}
@media screen and (max-width: 639px) {
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-slide-wrapper {
    background-size: 100% 100% !important;
  }
}
@media screen and (max-width: 540px) {
  body .header-top-section .home-top-section .home-top-common-section .top-header-social-block .pagebuilder-column figure {
    margin-right: 10px;
  }
  body .header-top-section .home-top-section .home-top-common-section .top-header-social-block .pagebuilder-column figure img {
    width: 16px;
  }
  body .page-header .header-middle-section .middle-section.container .header-middle-second-col .middle-right-section-block {
    right: 0;
    align-items: end;
    padding-right: 5px;
  }
  body .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details {
    margin-top: 5px;
  }
  body .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-name {
    padding: 5px 0;
  }
  body .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .price-box {
    margin: 5px 0;
  }
  body .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-sku-section {
    padding: 5px 0;
  }
  body .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
    padding-top: 7px;
    padding-bottom: 12px;
  }
  body .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options {
    margin: 4px 0;
  }
}
@media screen and (max-width: 450px) {
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section {
    padding: 6px 0;
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section [data-content-type='html'] {
    width: 80%;
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-right-section {
    padding: 6px 0;
  }
}
@media screen and (max-width: 399px) {
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info {
    padding: 4px 5px;
  }
}
@media screen and (max-width: 390px) {
  .home-row-section {
    margin: 0 5px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div.swatch-option {
    margin-left: 5px;
    margin-right: 5px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div.swatch-option:nth-child(1) {
    margin-left: 0 !important;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div.swatch-option:nth-child(2) {
    margin-right: 0 !important;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"] {
    width: 55px !important;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"] {
    width: 60px !important;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-option text {
    min-width: 28px !important;
    min-height: 28px !important;
    margin-right: 4px !important;
  }
}
@media screen and (max-width: 349px) {
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section [data-content-type='html'] {
    width: 100%;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] {
    width: 50%;
  }
}
@media only screen and (max-width: 540px) and (min-width: 495px) {
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section {
    line-height: 40px;
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section span {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column {
    flex-basis: auto;
    width: 0 !important;
  }
}
@media only screen and (max-width: 645px) and (min-width: 544px) {
  body .page-header .header-top-section .home-top-section .home-top-left-section span {
    line-height: 28px;
  }
  body .page-header .header-top-section .home-top-section .home-top-right-section {
    line-height: 22px;
  }
}
@media only screen and (max-width: 1459px) and (min-width: 1380px) {
  .header-top-section .home-top-section .home-top-common-section {
    max-width: 1380px;
  }
  .header-middle-section .middle-section.container {
    max-width: 1380px;
  }
}
@media screen and (min-width: 769px) {
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section {
    background-size: 100% 100% !important;
  }
}
.multi-level-shop-menu .main-menu-section-blk {
  display: none;
}
.multi-level-shop-menu.active .main-menu-section-blk {
  display: block;
}
/* nav */
.nav-menu,
.nav-menu ul,
.nav-menu li,
.nav-menu a {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  display: block;
  position: relative;
}
.nav-menu ul {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 999;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.nav-menu .multi-level-shop-menu.active ul {
  opacity: 1;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 999;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.nav-menu li.active > ul {
  left: 0;
  opacity: 1;
  z-index: 1000;
}
.nav-menu ul li.active:hover > ul {
  top: 0;
  left: 100%;
}
.nav-menu li {
  cursor: default;
  float: left;
  white-space: nowrap;
}
nav {
  margin: 0 0 20px;
}
nav:before,
nav:after {
  content: " ";
  display: table;
}
nav:after {
  clear: both;
}
.custom-menu-top-menu.nav-menu ul li {
  float: none;
  position: initial;
}
.custom-menu-top-menu.nav-menu ul li {
  float: none;
  position: initial;
}
.multi-level-shop-menu {
  position: relative;
}
.custom-menu-top-menu .submenu {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  display: block;
}
.custom-menu-top-menu .submenu {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 999;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.custom-menu-top-menu.nav-menu .submenu ul {
  opacity: 1;
  left: 0;
  position: relative;
  margin: 0 15px;
}
.custom-menu-top-menu .submenu-blk {
  display: flex;
}
.custom-menu-top-menu .submenu-lvl {
  display: inline-table;
}
.custom-menu-top-menu.nav-menu li.active:hover > div.submenu {
  left: 0;
  opacity: 1;
  z-index: 1000;
}
.custom-menu-top-menu.nav-menu ul li:hover > div.submenu {
  top: 0;
  left: 100%;
  opacity: 1;
}
.main-menu-section-blk {
  min-height: 250px;
  border: 0px solid #fff;
  box-shadow: 0px 2px 8px #000000;
  border-radius: 4px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.main-menu-section-blk .first-level-submenu {
  width: 15rem;
  display: flex;
  height: 40%;
  align-items: center;
}
.main-menu-section-blk .first-level-submenu:first-child {
  display: flex;
  align-items: end;
  justify-content: start;
}
.main-menu-section-blk .first-level-submenu .first-level-link {
  width: 100%;
  text-align: LEFT;
  color: #313131;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 !important;
  padding-left: 15px;
}
.header-middle-section .header-middle-first-col .main-menu-section-blk .first-level-submenu .first-level-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.main-menu-section-blk .first-level-submenu .first-level-link:hover {
  width: 100%;
  text-align: LEFT;
  color: #fff;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #007b9e;
}
.first-level-submenu .submenu {
  min-height: 250px;
  background-color: #fff;
}
.first-level-submenu .submenu .submenu-blk {
  min-height: 250px;
  background-color: #fff;
  background: transparent linear-gradient(133deg, #c9c9c9 15%, #ffffff 91%, #ffffff 66%) 0% 0% no-repeat padding-box;
  border-radius: 0px 4px 4px 0px;
  box-shadow: 0px 0px 1px #000000;
  max-height: 250px;
}
.first-level-submenu .submenu .submenu-blk .submenu-lvl {
  width: 15rem;
}
.first-level-submenu .submenu .submenu-blk .submenu-txt {
  display: flex;
  width: 15rem;
  align-items: center;
}
.submenu.second-level-menu .submenu-blk .submenu-lvl {
  text-align: left;
}
.submenu.second-level-menu .submenu-blk .submenu-lvl .child-level-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 !important;
  border-bottom: 1px solid #9a9a9a;
}
.submenu.second-level-menu .submenu-blk .submenu-lvl .child-level-menu:last-child {
  border-bottom: 0;
}
.submenu.second-level-menu .submenu-blk .submenu-lvl .child-level-menu .child-level-menu-link {
  margin: 0;
}
.header-middle-section .header-middle-first-col .submenu.second-level-menu .submenu-blk .submenu-lvl .child-level-menu .child-level-menu-link {
  font-size: 16px;
  text-transform: capitalize !important;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content nav.navigation[data-action="navigation"] ul.ui-menu li.level0.border ul.level0.submenu {
    display: block !important;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content nav.navigation[data-action="navigation"] ul.ui-menu li.level0 ul.level0.submenu {
    display: none !important;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content nav.navigation[data-action="navigation"] ul.ui-menu li.level0.border .level-top::after {
    content: '\e621';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-width: 0px 0 0 0px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span,
  .navigation .level0.has-active > a:not(.ui-state-active) span {
    margin-left: 0 !important;
    color: #575757;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-width: 0px 0 0 0px;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content nav.navigation[data-action="navigation"] ul.ui-menu li.level0.border .level-top {
    background: #007c9c;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content nav.navigation[data-action="navigation"] ul.ui-menu li.level0.border .level-top::after {
    color: #fff;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content nav.navigation[data-action="navigation"] ul.ui-menu li.level0.border .level-top span {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
  }
  .navigation .submenu:not(:first-child) .level1 > a {
    color: #575757;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
  }
  .navigation .submenu:not(:first-child) > li > a {
    color: #575757;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    color: #007c9c;
    padding-left: 15px;
  }
  .navigation .submenu .ui-menu-item.all-category.active > a {
    color: #007c9c;
    padding-left: 15px;
  }
  .level0.nav-1.category-item.hats-cat .level0.submenu .ui-menu-item.all-category a {
    color: #007c9c;
    padding-left: 15px;
  }
  .level0.nav-2.category-item.shirts-cat .level0.submenu .ui-menu-item.all-category a {
    color: #007c9c;
    padding-left: 15px;
  }
  .nav-open .page-wrapper {
    left: 0 !important;
  }
  .nav-open .page-wrapper .nav-sections {
    z-index: 9999999999 !important;
    left: 0 !important;
    height: 70vh;
    width: 75vw;
  }
  .nav-open::after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999 !important;
  }
  #close-menu {
    position: absolute;
    top: 15px;
    right: 4px;
    z-index: 999999;
  }
  #close-menu a {
    position: relative;
    right: 5px;
  }
  #close-menu a i.lnr.lnr-cross {
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }
  #close-menu a i.lnr.lnr-cross::before {
    color: #007B9E;
    font-weight: 600;
    display: block;
    text-align: center;
    content: '\e616';
    font-family: 'luma-icons';
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 359px) {
  .sections.nav-sections .section-items.nav-sections-items .section-item-title.nav-sections-item-title.active {
    text-align: left;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-title.nav-sections-item-title {
    text-align: left;
  }
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item {
  margin-left: 2%;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .bss-bt-quickview {
  display: none;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name a.product-item-link {
  letter-spacing: 0.28px;
  color: #5D5546;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .price-box {
  margin: 10px 0;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .price-box .old-price {
  float: left;
  margin-top: 0;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .price-box .old-price .price-label {
  display: none;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .price-box .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .price-box .special-price {
  margin-left: 7px;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner {
  display: block;
  position: initial;
  width: initial;
  height: initial;
  box-shadow: unset;
  border: 0;
  margin: 0;
  padding: 0;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .field.comment-box {
  margin-top: 0;
  display: none;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-sku-section {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-sku-section .sku-title {
  letter-spacing: 0.24px;
  color: #164171;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-sku-section .sku-title::after {
  content: ':';
  padding: 0 5px;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-sku-section .sku-content {
  letter-spacing: 0.28px;
  color: #164171;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart {
  margin: 0;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty {
  width: 100%;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart {
  position: initial;
  width: 100%;
  display: inline-flex;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-primary {
  width: 70%;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-primary button.action.tocart.primary {
  width: 100%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-primary button.action.tocart.primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-primary button.action.tocart.primary .hover-addtocart-icon-section {
  display: none;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-primary button.action.tocart.primary .addtocart-icon-section {
  display: block;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-secondary {
  width: 30%;
  text-align: center;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-secondary a.action.tocompare::before {
  display: none;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions {
  position: absolute;
  top: 0;
  z-index: 99;
  right: 5px;
  display: none;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .product-item-actions.edit-delete-btn {
  display: grid;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .product-item-actions.edit-delete-btn a.action.edit {
  background-image: url(../images/cart-edit.svg);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .product-item-actions.edit-delete-btn a.action.edit::before {
  display: none;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .product-item-actions.edit-delete-btn a.action.delete {
  background-image: url(../images/cart-delete.svg);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .product-item-actions.edit-delete-btn a.action.delete::before {
  display: none;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .actions-primary button.action.tocart.primary {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  box-shadow: 0 8px 9px #b5dae5;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .actions-primary button.action.tocart.primary span {
  color: #fff !important;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .actions-primary button.action.tocart.primary .hover-addtocart-icon-section {
  display: block !important;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .actions-primary button.action.tocart.primary .addtocart-icon-section {
  display: none !important;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .actions-toolbar .primary {
  float: right;
  margin: 15px 0;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .actions-toolbar .primary button.action {
  width: auto;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .actions-toolbar .primary button.action.update {
  background: transparent;
  border: 0;
  letter-spacing: 1px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .actions-toolbar .primary button.action.share {
  background: transparent;
  border: 0;
  letter-spacing: 1px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .actions-toolbar .primary button.action.tocart {
  background: transparent;
  border: 0;
  letter-spacing: 1px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.account.account.wishlist-index-index .column.main .toolbar.wishlist-toolbar .pager .toolbar-amount span {
  letter-spacing: 0.48px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
body.account.account.wishlist-index-index .column.main .toolbar.wishlist-toolbar .pager .limiter .limiter-label {
  letter-spacing: 0.42px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}
body.account.account.wishlist-index-index .column.main .toolbar.wishlist-toolbar .pager .limiter .limiter-text {
  letter-spacing: 0.42px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}
body.account.account.wishlist-index-index .column.main .toolbar.wishlist-toolbar .pager .limiter select.limiter-options {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
  background-color: #fff;
  margin: 0;
}
/* wishlist share page design */
body.wishlist-index-share form.form.wishlist.share .fieldset legend {
  border-bottom: 1px solid #DEDEDE;
}
body.wishlist-index-share form.form.wishlist.share .fieldset legend span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.wishlist-index-share form.form.wishlist.share .fieldset .field {
  margin: 0 0 20px;
}
body.wishlist-index-share form.form.wishlist.share .fieldset .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.wishlist-index-share form.form.wishlist.share .fieldset .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.wishlist-index-share form.form.wishlist.share .fieldset .field .control textarea {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
body.wishlist-index-share form.form.wishlist.share .fieldset .field .control textarea::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.wishlist-index-share form.form.wishlist.share .fieldset .field .control textarea:focus {
  box-shadow: unset;
}
body.wishlist-index-share form.form.wishlist.share .actions-toolbar {
  width: 100%;
  margin: 3em 0 2em;
}
body.wishlist-index-share form.form.wishlist.share .actions-toolbar .primary button.action.submit.primary {
  margin-right: 0;
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
}
body.wishlist-index-share form.form.wishlist.share .actions-toolbar .primary button.action.submit.primary span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name a.product-item-link {
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo {
    float: initial;
    margin-right: 0;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container {
    max-width: 100%;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name {
    margin-left: 0;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name a.product-item-link {
    font-weight: 400;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart {
    float: initial;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-sku-section {
    padding: 15px 0;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart {
    position: relative;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-primary {
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-secondary {
    position: absolute;
    right: 0;
    top: -3em;
    padding: 7px 8px;
    width: auto;
  }
  body.account.account.wishlist-index-index .column.main .toolbar.wishlist-toolbar {
    text-align: start;
  }
  body.account.account.wishlist-index-index .column.main .toolbar.wishlist-toolbar .pager .toolbar-amount span {
    color: #3C3C3C;
    font-weight: 600;
  }
}
@media screen and (max-width: 539px) {
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info {
    padding: 5px 7px;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-sku-section {
    width: 70%;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-primary button.action.tocart.primary span {
    font-size: 14px;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-secondary {
    padding: 0;
  }
}
@media screen and (max-width: 359px) {
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item {
    width: 100%;
    margin-left: 0 !important;
  }
}
