/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*@button_primary__background:#7f1416;*/
/*@button_primary__hover__background:#FF5C35;*/
/*
    Author     : rafiqul
*/
/*
    Created on : Aug 4, 2023, 7:35:03 PM
    Author     : rafiqul
*/
/*@button__border: 2px solid @button__border__color;*/
/*@header_top_bg_color: @header_top_background_color;*/
/*
@primary-button-background-color:#ff5335;
@primary-button-background-color-hover:#ff5335;
@primary-button-color:#ff5335;
@primary-button-color-hover:#ff5335;
@primary-button-border:#ff5335;
@primary-button-border-hover:#ff5335;
@primary-button-border-radius:#ff5335;

@secondary-button-background:#ff5335;
@secondary-button-background-hover:#ff5335;
@secondary-button-color:#ff5335;
@secondary-button-color-hover:#ff5335;
@secondary-button-border:#ff5335;
@secondary-button-border-hover:#ff5335;
@secondary-button-border-radius:#ff5335;



@link-color:#000;
@link-color_hover:#000;*/
/*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__md) {
    .cart-container {
        .form-cart {
            width: 64%;
        }
        .cart-gift-item {
            width: 64%;
        }
    }
}*/
/**
 * 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.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@media print {
  .nav-sections,
  .page-footer,
  .sidebar,
  .page-title-wrapper,
  .amrma-received-message,
  .amrma-cancel,
  .amrma-status,
  .amrma-status-container,
  .amrma-return-instructions,
  .amrma-tracking-information,
  .amrma-chat-title,
  .amrma-chat-container {
    display: none;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col {
    padding-left: 0 !important;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
    position: relative;
    top: 0;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child .amrma-image {
    margin-right: 0;
    padding: 5px;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col .amrma-status {
    display: block;
  }
}
._strong {
  font-weight: 600;
}
._nomargin {
  margin: 0;
}
._hide {
  display: none;
}
/**
 * @author Calcurates Team
 * @copyright Copyright © 2021 Calcurates (https://www.calcurates.com)
 * @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @package Calcurates_ModuleMagento
 */
@media screen and (max-width: 1024px) {
  [data-content-type="faq-item"] h3 {
    font-size: 18px;
    margin: 15px 30px 15px 0 !important;
  }
  body#html-body .product-faq [data-element="answer"] {
    font-size: 18px;
  }
}
/**
 * Harriswebworks_AddressAutofill
 */
/**
 * Harriswebworks_AddressAutofill
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
@media only screen and (max-width: 767px) {
  .banner-slider .wrapper_slider .owl-nav button {
    padding: 7px 5px;
  }
  .banner-slider .wrapper_slider .owl-nav button img {
    max-height: 25px;
  }
  img.mobile + img.desktop {
    display: none;
  }
  picture.mobile + picture.desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  img.desktop {
    display: block;
  }
  picture.desktop {
    display: block;
  }
  img.mobile {
    display: none;
  }
  picture.mobile {
    display: none;
  }
  .wrapper_slider .banner_item .banner_content {
    padding: 0 20%;
  }
}
/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.less to edit this template
*/
/*
    Created on : Jan 5, 2024, 7:40:38 PM
    Author     : rafiqul
*/
/*
    Media common
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 21, 2021, 12:46:35 PM
    Author     : sadekul
*/
@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 common
*/
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.wrap-text {
  margin-bottom: 45px;
}
.jstree-display-block {
  display: block !important;
}
.form-add-user .field.email .exist-notification-message {
  color: #999999;
  font-size: 17px;
  padding-top: 7.5px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
@media print {
  body {
    min-width: 102.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media (max-width: 800px) {
  .checkout-cart-index .page-title-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    margin-bottom: 15px;
  }
}
@media print {
  .requisition-list-requisition-print .table-wrapper table {
    table-layout: auto;
  }
}
@media all and (min-width: 769px), print {
  .modals-wrapper .modal-popup .modal-inner-wrap {
    width: 428px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap {
    max-width: 600px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-header h1,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer {
    border: none;
    padding-top: 15px;
    text-align: left;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer button:not(:last-child),
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-right: 7.5px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer .action.cancel,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer .action.cancel {
    background: none;
    border: none;
    color: #1979c3;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap {
    max-width: 600px;
    width: 600px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .item-info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col-proposed-price {
    width: 95px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.item {
    width: 200px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.price,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.stock,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.qty,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.subtotal,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.discount {
    text-align: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.qty .input-text {
    text-align: center;
    width: 47px;
    margin-top: -7.5px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .actions-toolbar {
    text-align: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .actions-toolbar .primary {
    float: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer {
    border: none;
    padding-top: 15px;
    text-align: left;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-right: 7.5px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer .action.cancel {
    background: none;
    border: none;
    color: #1979c3;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext {
    font-weight: 700;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext span {
    display: block;
    font-weight: 400;
    padding-top: 15px;
  }
}
@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 15px 7.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 7.5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .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-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .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,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .block-requisition-management:before,
  .block-requisition-management:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .block-requisition-management:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .checkout-cart-index .page-title-wrapper {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 30px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 7.5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .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,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 30px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item,
  .checkout-cart-index .page-title-wrapper {
    float: left;
    position: relative;
    width: 59%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions,
  .checkout-cart-index .page-title-wrapper .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update,
  .checkout-cart-index .page-title-wrapper .action.clear,
  .checkout-cart-index .page-title-wrapper .action.update {
    margin-left: 15px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue,
  .checkout-cart-index .page-title-wrapper .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  h1.page-title {
    color: #0f5ea5;
  }
  .navigation,
  .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: 1440px;
    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: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 1%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 1%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 1%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 0;
  }
  .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: 0;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    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 15px 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: 53px;
    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: #000000;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #f46414;
    border-style: solid;
    border-width: 0 0 3px;
    color: #000000;
    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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 7.5px 7.5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    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: #d1d1d1;
    color: #d1d1d1;
    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 30px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #000000;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #f46414;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .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: 'icons-blank-theme';
    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: 'icons-blank-theme';
    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;
  }
  .fieldset > .field {
    margin: 0 0 30px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 30px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 30px;
    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 7.5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 30px;
    font-size: 2rem;
    color: #4a4a4a;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 30px;
    padding: 7.5px 30px 7.5px 30px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .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: #000000;
    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: 8.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 46px;
    padding: 30px 30px 30px 30px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 7.5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .col.amrma-details {
    position: static;
  }
  .amrma-status-container {
    margin: 0 35px 50px;
  }
  .amrma-status-container .amrma-percent {
    width: 68%;
  }
  .amrma-status-container .amrma-percent.-status-1 {
    width: 34%;
  }
  .amrma-status-container .amrma-percent.-status-2 {
    width: 68%;
  }
  .amrma-status-container .amrma-step.-complete:before {
    top: -1px;
    width: 20px;
    height: 30px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiMxRTc5QzIiLz48cGF0aCBkPSJNNiAxMGwzLjUgM0wxNCA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=');
    background-position: center;
    background-repeat: no-repeat;
  }
  .amrma-status-container .amrma-step.-checked .amrma-name {
    display: none;
  }
  .amrma-status-container .amrma-steps .amrma-step.-checked {
    margin: 0;
  }
  .amrma-status-container .amrma-step.-pending.-checked {
    text-align: center;
  }
  .amrma-status-container .amrma-step.-pending.-checked:before {
    padding: 0;
    border-radius: 50%;
  }
  .amrma-status-container .amrma-step.-checked {
    flex-basis: auto;
    text-align: center;
  }
  .amrma-status-container .amrma-step.-checked:before {
    top: -1px;
    content: attr(data-number);
    background: #1e79c2;
    line-height: 30px;
    color: #fff;
  }
  .amrma-status-container .amrma-steps .amrma-step.-resolved.-checked {
    justify-content: inherit;
    text-align: center;
  }
  .amrma-status-container .amrma-steps .amrma-step.-resolved.-checked:before {
    right: auto;
    padding: 0;
    border-radius: 50%;
  }
  .amrma-status-container .amrma-steps > .amrma-step.-checked:after,
  .amrma-status-container .amrma-steps > .amrma-step:after {
    position: absolute;
    left: -38px;
    top: 30px;
    min-width: 100px;
    content: attr(data-label);
    text-align: center;
  }
  .amasty-rma-pager .limiter {
    float: right;
  }
  .amrma-return-select .amrma-select {
    font-size: 14px;
  }
  .amreturns-order-select {
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
  }
  .amreturns-order-select .amreturn-select {
    font-size: 14px;
  }
  .amreturns-orders-container {
    flex: 1 1 73%;
    margin: 0;
  }
  .amreturns-orders-container .amreturn-btn {
    margin: 0 20px 0 10px;
  }
  .amreturns-title-container {
    flex: 0 0 20%;
    margin: 0 15px 0 20px;
  }
  .amrma-customer-information {
    flex-direction: row;
  }
  .amrma-customer-information .amrma-customer-name {
    margin: 0;
  }
  .amrma-chat-send .amrma-textarea,
  .amrma-comment-block .amrma-comment,
  .amrma-input-block .amrma-field,
  .amrma-return-qty .amrma-select {
    font-size: 14px;
  }
  .cms_category .cat_links_container .hd {
    min-height: 90px;
  }
  .cms_category .cat_links_container .cal_table_shopall {
    height: 175px;
    scrollbar-width: thin;
    overflow-y: auto;
    scrollbar-color: #dddddd #0f5ea5;
  }
  .cat_head {
    padding: 27px 0 59px 0;
  }
  .category-lists {
    width: 100%;
    list-style: none;
    padding-left: 0;
    padding-bottom: 15px;
  }
  .category-lists .list-category {
    display: inline-block;
    width: 48.9%;
    padding: 0 9px 5px 0;
    margin: 0 -4px 0 0;
  }
  .category-lists .cms_category {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 5px;
  }
  .category-lists .cms_category .cat_img_container .cat_img {
    width: 474px;
    height: 240px;
  }
  .category-lists .cms_category .cat_links_container {
    min-height: 340px;
  }
  .category-lists .cms_category .cat_links_container .cal_table_shopall::-webkit-scrollbar-thumb {
    background: #fff;
  }
  .category-lists .cms_category .cat_links_container .cal_table_shopall::-webkit-scrollbar-track {
    background: transparent;
  }
  .category-lists .cms_category .cat_links_container .cal_table_shopall:hover::-webkit-scrollbar-thumb {
    background: #ddd;
  }
  .category-lists .cms_category .cat_links_container .cal_table_shopall:hover::-webkit-scrollbar-track {
    background: #0f5ea5;
  }
  .items.payment-methods .certificates {
    text-align: right;
  }
  h2.home-category-title {
    /* width: 100%; */
    text-align: center;
    position: relative;
    margin: 30px 0;
    font-size: 30px;
  }
  h2.home-category-title:before {
    content: '';
    border-top: 2px solid #c41c1c;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
  }
  h2.home-category-title span.htitle {
    position: relative;
    background: #fff;
    z-index: 2;
    padding: 5px 20px;
  }
  .pgp-catalog .catalog-table {
    table-layout: fixed;
  }
  .pgp-catalog .catalog-table th,
  .pgp-catalog .catalog-table td {
    width: auto;
  }
  .pgp-catalog .table.list .price-box .sales-amount {
    display: block;
  }
  .navigation .blog-hww.level0:last-child {
    float: right;
  }
  .blog__post-pinned .items .item {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  .blog__post-pinned .items .item img {
    width: 100%;
  }
  .blog__post-pinned .items .item:last-child {
    margin-right: 0;
  }
  .blog .column.main {
    padding: 0 20px;
  }
  .list-page-title {
    display: none;
  }
  .blog .blog__post-view-related-products .grid.products-grid .product-item {
    width: 100%;
  }
  .blog .blog_post-comment-icon {
    padding-right: 5px;
    height: 18px;
  }
  .blog .list-page-title {
    font-size: 40px;
  }
  .blog .blog__post-view-related-posts ol li {
    margin-top: 24px;
  }
  .blog .blog__post-view-related-posts ol li a.post-name {
    font-weight: 400;
    font-size: 20px;
  }
  .blog .blog__post-view-related-posts ol li img {
    max-width: 100px;
  }
  .blog .blog__sidebar-recent ol li {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .blog .blog__post-view #moreAriticles {
    position: relative;
    margin-top: 50px;
  }
  .blog .block-title h2,
  .blog .block-collapsible-nav-related-posts-title h2 {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .blog .blog__post-list-wrapper .blog__post-list li.blog__post-item {
    margin-right: 25px;
    margin-bottom: 60px;
    border: none;
  }
  .blog .blog__post-excerpt {
    display: flex;
    flex-wrap: wrap;
  }
  .blog .blog__post-excerpt .blog_post-banner-image {
    order: 2;
    width: 40%;
  }
  .blog .blog__post-excerpt .blog_post-banner-image img {
    height: 220px;
    max-width: 100%;
    border-radius: 5px;
  }
  .blog .blog__post-excerpt .blog__post-header {
    width: 100%;
    order: 1;
  }
  .blog .blog__post-excerpt .blog__post-header .blog__post-meta-time {
    margin-right: 15px;
  }
  .blog .blog__post-excerpt .blog__post-header .blog__post-meta-author {
    margin-right: 15px;
  }
  .blog .blog__post-excerpt .blog__post-details {
    margin-left: 20px;
    width: 54%;
    order: 2;
  }
  .blog .blog__post-excerpt .blog__post-details .blog__post-title a {
    font-size: 30px;
  }
  .blog .blog__sidebar-search form {
    height: 64px;
  }
  .blog-post-view .owl-theme .product-item .product-item-info .product-item-details .product-item-actions {
    width: 97% !important;
  }
  .blog-post-view .owl-theme .owl-nav {
    top: 40%;
  }
  .blog-post-view .blog__post-meta-time,
  .blog-post-view .blog__post-meta-author {
    margin-right: 20px;
  }
  .blog-post-view .blog_post-image-text-content:after {
    top: -110px;
  }
  .blog-post-view .sidebar-main {
    position: relative;
  }
  .blog-post-view .sidebar-main:before {
    content: "";
    position: absolute;
    left: 0;
    top: -110px;
    height: 100%;
    width: 1px;
    margin-left: 25px;
    background-color: #000000;
  }
  .blog-post-view .sidebar-main .blog__sidebar-main {
    margin-top: -110px;
    padding-left: 40px;
  }
  .blog-category-index .page-main {
    padding-left: 0px;
  }
  .blog-category-index .columns {
    margin-top: -10px;
  }
  .blog-category-index .columns .toolbar-amount {
    width: 33%;
    text-align: left;
    margin-left: 18px;
  }
  .blog-category-index .blog_post-image-text-content {
    padding-right: 0px;
  }
  .blog-category-index .sidebar-main {
    position: relative;
  }
  .blog-category-index .sidebar-main:before {
    content: "";
    position: absolute;
    left: 0;
    top: 55px;
    height: 100%;
    width: 1px;
    background-color: #000000;
  }
  .blog-category-index .sidebar-main .blog__sidebar-main {
    margin-top: 55px;
    padding-left: 40px;
  }
  .brand-index-index .search-bar .search-text {
    width: 894px;
  }
  .first_letter_filter .item {
    font-size: 30px;
  }
  .brandlisting .catlist .item-group .letter-header {
    margin-bottom: 35px;
  }
  .brandlisting .catlist .item-group .letter-header:after {
    right: 3%;
  }
  .brandlisting .catlist .item-group .letter-header h4 {
    font-size: 30px;
    padding: 20px;
  }
  .brandlisting .catlist .item-group .brand-list-container .row.catgrid {
    text-align: left;
  }
  .brandlisting .catlist .item-group .brand-list-container .row.catgrid .brand-list-item {
    width: calc(21.5% - 42px);
    text-align: center;
    margin: 0;
  }
  .brandlisting .catlist .item-group .brand-list-container .row.catgrid .brand-list-item:nth-child(6n + 1) {
    margin-left: 0;
  }
  .brandlisting .catlist .item-group .brand-list-container .row.catgrid .brand-list-item:nth-child(6n) {
    margin-right: 0;
  }
  .brandlisting .catlist .item-group .brand-list-container .row.catgrid .brand-list-item .category-image {
    height: 105px;
    width: 105px;
    display: flex;
    align-items: center;
  }
  .hamburger-menu-area .desktop-close-btn {
    padding-left: 40px;
  }
  .hamburger-menu-area .hamburger-txt:after {
    top: 14px;
  }
  body.menu-open .hamburger-menu-area .desktop-close-btn:before {
    top: 15px;
  }
  body.menu-open .hamburger-menu-area .desktop-close-btn:after {
    bottom: 12px;
  }
  .page-wrapper {
    position: relative;
  }
  .hamburger-menu {
    max-width: 1400px;
    width: auto;
    left: 22%;
    transform: translate(-50%, 0%);
    background: none;
  }
  .hamburger-menu .menu-logo {
    max-width: 70px;
    margin-top: 15px;
    margin-left: 70px;
    display: inline-block;
    vertical-align: top;
  }
  .hamburger-menu .main-menu.navigation {
    width: 100%;
    top: unset;
    background-color: rgba(51, 51, 51, 0.8);
    margin-left: 0;
    font-size: 16px;
  }
  .hamburger-menu .main-menu.navigation ul.level0.submenu {
    padding-bottom: 0px;
  }
  .hamburger-menu:before {
    content: '';
    background-color: rgba(51, 51, 51, 0.8);
    width: 100vw;
    height: 100%;
    position: absolute;
    right: 100%;
  }
  .hamburger-menu:after {
    content: '';
    background-color: rgba(51, 51, 51, 0.8);
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
  }
  .main-menu.navigation .level0 {
    width: 300px;
    margin-bottom: 30px;
  }
  .main-menu.navigation .level0 a {
    display: block;
  }
  .main-menu.navigation .level0.active,
  .main-menu.navigation .level0.has-active {
    background: #e1e1e1;
  }
  .main-menu.navigation .level0.active > .level-top,
  .main-menu.navigation .level0.has-active > .level-top {
    display: block;
    border: 0;
  }
  .main-menu.navigation > .submenu.active,
  .main-menu.navigation > .submenu.has-active {
    background: #fff;
  }
  .navigation li {
    display: block;
    position: relative;
  }
  .navigation li .submenu {
    left: 300px !important;
    top: 0 !important;
  }
  .navigation li.level0.mega > .submenu {
    min-width: 750px;
    width: 65vw;
    padding-top: 1px;
    border: none;
    box-shadow: none;
  }
  .navigation li.level0.mega > .submenu > li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-bottom: 10px;
  }
  .navigation li.level0.mega > .submenu > li > a {
    font-weight: normal;
    color: #000000;
  }
  .navigation li.level0.mega > .submenu > li a > .ui-menu-icon {
    transform: rotate(90deg);
    right: unset;
    left: 4px;
  }
  .navigation li.level0.mega > .submenu > li .submenu {
    position: unset !important;
    display: block !important;
  }
  .navigation li.level0.mega > .submenu > li .level1.submenu {
    display: block !important;
    min-width: 33% !important;
    box-shadow: none;
    border: none;
    padding: 2px 0;
  }
  .navigation li.level0.mega > .submenu > li .level1.submenu li {
    display: block;
  }
  .navigation li.level0.mega > .submenu > li .level1.submenu li.level2 {
    position: relative;
  }
  .navigation li.level0.mega > .submenu > li .level1.submenu li.level2:hover .submenu {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .navigation li.level0.mega > .submenu > li .level1.submenu li .submenu {
    min-width: 100%;
    position: absolute !important;
    top: 30px !important;
    left: 0 !important;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    padding: 0;
  }
  .navigation li.level0.mega > .submenu > li .level1.submenu .level2 a {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
    padding: 5px 30px;
  }
  .navigation li .submenu a {
    margin-right: 1px;
    line-height: 25px;
  }
  .navigation li.active > .level-top,
  .navigation li.has-active > .level-top {
    border: none;
  }
  .navigation li .level-top {
    line-height: 25px;
    color: #000000;
    padding: 0;
  }
  .navigation li.parent .level-top {
    position: relative;
    display: block;
    padding-right: 0;
  }
  .navigation li.parent:hover .ui-menu-icon {
    right: 0 !important;
  }
  .navigation li.parent:hover .ui-menu-icon:after {
    right: 0;
    transition: .3s;
  }
  .navigation li.parent .ui-menu-icon {
    position: absolute;
    right: 20px !important;
    top: 17px;
    width: 20px;
    height: 20px;
    transition: .3s;
  }
  .navigation li.parent .ui-menu-icon:after {
    content: '';
    background-image: url("https://d2y495qgc7c708.cloudfront.net/theme/images/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 16px;
    width: 20px;
    font-size: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
  }
  .navigation li.parent.mega {
    position: unset;
  }
  .navigation li.parent .level1.parent .ui-menu-item-wrapper {
    position: relative;
    display: block;
    transition: .3s;
  }
  .navigation li.parent .level1.parent .ui-menu-item-wrapper .ui-menu-icon {
    display: block;
    position: absolute;
    top: 17px;
    right: 20px;
    transition: .3s;
  }
  .navigation li.parent .level1.parent .ui-menu-item-wrapper .ui-menu-icon:after {
    content: '';
    background-image: url("https://d2y495qgc7c708.cloudfront.net/theme/images/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 16px;
    width: 20px;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
  }
  .navigation li.parent .level1.parent .ui-menu-item-wrapper:hover .ui-menu-icon {
    right: 0;
    transition: .3s;
  }
  .navigation .level0.mega .level0.submenu .level1.parent a .ui-menu-icon:after {
    content: none;
  }
  .navigation .page-footer .navigation .level0 a {
    color: #000000;
  }
  .footer.content .footer-cms-menu .navigation li {
    margin-right: 30px;
  }
  .footer.content .footer-cms-menu .navigation li:first-child a {
    padding-left: 0;
  }
  .footer-menu-area .footer-menu .navigation .level0 {
    display: block;
    margin: 5px 0;
  }
  .footer-menu-area .footer-menu .navigation .level0.active > .level-top,
  .footer-menu-area .footer-menu .navigation .level0.has-active > .level-top {
    color: #ffffff;
  }
  .footer-menu-area .footer-menu .navigation .level0 > .level-top {
    line-height: 30px;
  }
  .navigation,
  .scrollnav {
    position: relative;
  }
  .blank-space {
    height: 30px;
    width: 360px;
    background: #ffffff;
  }
  .scrollnav .ui-id-1 {
    width: 318px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 171px);
    background: #ffffff;
  }
  .scrollnav .ui-id-1 a {
    margin: 0 20px;
  }
  .scroll-close {
    position: absolute !important;
    right: 0;
    top: 0;
  }
  .scroll-close .scroll-close {
    font-size: 16px;
    line-height: 17px !important;
    padding-right: 10px;
    margin-right: 10px;
    border-top: 0 !important;
  }
  .scroll-close .scroll-close:before {
    content: '';
    background-image: url("https://d2y495qgc7c708.cloudfront.net/theme/images/close.png");
    width: 16px;
    height: 16px;
    background-size: cover;
    left: -20px;
    position: absolute;
    top: 1px;
  }
  .navigation ul.scrollview {
    display: none;
    transition: ease all 0.3s;
    position: absolute !important;
    width: 310px !important;
    margin: 0 !important;
    padding: 30px 0 0 0 !important;
    float: left;
    top: 0;
    left: 370px;
    height: calc(100vh - 202px);
    overflow-y: scroll;
    background: #ffffff;
    overflow-x: hidden;
  }
  .navigation ul.scrollview.active {
    display: block;
  }
  .main-menu.navigation.scrollnav a {
    line-height: 50px;
    border-top: 1px solid #e1e1e1;
    display: block;
  }
  .main-menu.navigation.scrollnav .level0.level-top {
    margin-bottom: 0;
    min-height: 50px;
    margin-right: 0;
  }
  .navigation ul.scrollview.level0 {
    left: 310px;
  }
  .navigation ul.scrollview.level1 {
    left: 620px;
  }
  .navigation ul.scrollview.level2 {
    left: 930px;
  }
  .navigation ul.scrollview.level3 {
    left: 1230px;
  }
  /*    .navigation li.level0.parent.scrollview .level-top span:after,
            .navigation ul.scrollview li.parent a span:after {
            position: absolute;
            content: '';
            background-image: url(/media/theme/images/arrow.svg);
            background-repeat: no-repeat;
            background-size: contain;
            height: 16px;
            width: 8px;
            top: 17px;
            right: 0;
            transition: 0.3s;
        }*/
  .navigation li.level0.parent.scrollview.active-menu {
    background: #e1e1e1;
  }
  .navigation .level0.submenu.scrollview .level1.parent.active-menu {
    background: #e1e1e1;
  }
  .navigation .level0.submenu.scrollview .level2.parent.active-menu {
    background: #e1e1e1;
  }
  .navigation .level0.submenu.scrollview .level3.parent.active-menu {
    background: #e1e1e1;
  }
  /*    .navigation ul.level0.submenu.scrollview li.parent a span:after,
        .navigation ul.level1.submenu.scrollview li.parent a span:after,
        .navigation ul.level2.submenu.scrollview li.parent a span:after {
            position: absolute;
            content: '';
            background-image: url(/media/theme/images/arrow.svg);
            background-repeat: no-repeat;
            background-size: contain;
            height: 16px;
            width: 8px;
            top: 17px;
            right: 20px;
            transition: 0.3s;
        }*/
  .scrollnav .ui-id-1::-webkit-scrollbar {
    width: 7px;
  }
  .scrollnav ul.scrollview::-webkit-scrollbar {
    width: 7px;
  }
  /* Track */
  .scrollnav .ui-id-1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  .scrollnav ul.scrollview::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  /* Handle */
  .scrollnav .ui-id-1::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 10px;
  }
  .scrollnav ul.scrollview::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 10px;
  }
  /* Handle on hover */
  .scrollnav .ui-id-1::-webkit-scrollbar-thumb:hover {
    background: #707070;
  }
  .scrollnav ul.scrollview::-webkit-scrollbar-thumb:hover {
    background: #707070;
  }
  .navigation ul.scrollview.level0 .level1,
  .navigation ul.scrollview.level1 .level2,
  .navigation ul.scrollview.level2 .level3 {
    padding-left: 20px;
    position: relative;
    margin: 0 20px 0 0;
  }
  .navigation ul.scrollview.level0 .level1 a,
  .navigation ul.scrollview.level1 .level2 a,
  .navigation ul.scrollview.level2 .level3 a {
    margin: 0 20px;
  }
  .footer-menu-area .footer-menu .navigation .level0 {
    display: block;
    margin: 5px 0;
  }
  .footer-menu-area .footer-menu:first-child .navigation .level0 {
    display: inline-block;
    width: 50%;
  }
  .product.data.items.home-tab .data.item.title.active .switch,
  .product.data.items.home-tab .data.item.title .switch {
    border: 2px solid #000000;
    border-radius: 5px;
    padding: 0px 30px 20px;
    color: #000000;
    margin: 0px 10px;
  }
  .product.data.items.home-tab .data.item.title.active .switch.active,
  .product.data.items.home-tab .data.item.title .switch.active,
  .product.data.items.home-tab .data.item.title.active .switch:focus,
  .product.data.items.home-tab .data.item.title .switch:focus,
  .product.data.items.home-tab .data.item.title.active .switch:hover,
  .product.data.items.home-tab .data.item.title .switch:hover {
    padding-bottom: 20px;
  }
  .product.data.items.home-tab .data.item.title .switch {
    border: 2px solid #3b3b3b;
    color: #000000;
    background-color: #ffffff;
  }
  .product.data.items.home-tab .data.item.title .switch.active {
    background-color: #000000;
    color: #ffffff;
  }
  .product.data.items.home-tab .item.title.active .data.switch {
    color: #ffffff;
    border-color: #0f5ea5;
    background-color: #0f5ea5;
  }
  .product.data.items.home-tab .item.title.active .data.switch:active,
  .product.data.items.home-tab .item.title.active .data.switch:focus {
    border-color: #0f5ea5;
    color: #ffffff;
    background-color: #0f5ea5;
  }
  .page-main .columns .column .block .block-title .ftitle {
    font-size: 30px;
    line-height: 34px;
  }
  .product.data.items {
    border: none;
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 30px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 30px;
    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 7.5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 30px;
    font-size: 2rem;
    color: #4a4a4a;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 7.5px 5px 7.5px 5px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .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: #000000;
    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: 8.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 46px;
    padding: 30px 30px 30px 30px;
    border: 1px solid #d1d1d1;
  }
  .product.data.items.home-tab {
    border: 0;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0;
  }
  .product.data.items.home-tab:before,
  .product.data.items.home-tab:after {
    content: '';
    display: table;
  }
  .product.data.items.home-tab:after {
    clear: both;
  }
  .product.data.items.home-tab > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items.home-tab > .item.title > .switch {
    height: 30px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items.home-tab > .item.content {
    margin-top: 30px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items.home-tab > .item.content:before,
  .product.data.items.home-tab > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items.home-tab > .item.content:after {
    clear: both;
  }
  .product.data.items.home-tab > .item.content.active {
    display: block;
  }
  .product.data.items.home-tab > .item.title {
    margin: 0 7.5px 0 0;
  }
  .product.data.items.home-tab > .item.title > .switch {
    font-weight: 600;
    line-height: 30px;
    font-size: 3rem;
    color: #4a4a4a;
    text-decoration: none;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 32px;
    padding: 7.5px 30px 7.5px 30px;
  }
  .product.data.items.home-tab > .item.title > .switch:visited {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items.home-tab > .item.title > .switch:hover {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items.home-tab > .item.title > .switch:active {
    color: #165179;
    text-decoration: none;
  }
  .product.data.items.home-tab > .item.title:not(.disabled) > .switch:focus,
  .product.data.items.home-tab > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items.home-tab > .item.title:not(.disabled) > .switch:active,
  .product.data.items.home-tab > .item.title.active > .switch,
  .product.data.items.home-tab > .item.title.active > .switch:focus,
  .product.data.items.home-tab > .item.title.active > .switch:hover {
    color: #165179;
    text-decoration: none;
  }
  .product.data.items.home-tab > .item.title.active > .switch,
  .product.data.items.home-tab > .item.title.active > .switch:focus,
  .product.data.items.home-tab > .item.title.active > .switch:hover {
    padding-bottom: 8.5px;
  }
  .product.data.items.home-tab > .item.content {
    background: #ffffff;
    margin-top: 60px;
    padding: 30px 30px 30px 30px;
    border: 1px solid #d1d1d1;
  }
  .product.data.items.home-tab.products.items {
    margin-bottom: 0;
  }
  .home-tab,
  .featureproduct {
    text-align: center;
    margin-bottom: 0;
  }
  .home-tab > .item.title,
  .featureproduct > .item.title {
    float: unset !important;
    display: inline-block;
    position: relative;
    margin: 0 !important;
    text-transform: uppercase;
    font-weight: 600;
  }
  .home-tab > .item.title:before,
  .featureproduct > .item.title:before {
    position: absolute;
    top: 45px;
    left: 0;
    width: 101.5%;
    height: 3px;
    content: "";
  }
  .home-tab > .item.title.active,
  .featureproduct > .item.title.active {
    transition: .3s;
    position: relative;
  }
  .home-tab > .item.title.active:after,
  .featureproduct > .item.title.active:after {
    position: absolute;
    top: 36px;
    left: 43%;
    width: 30px;
    height: 20px;
    content: "";
  }
  .home-tab > .item.title > .switch,
  .featureproduct > .item.title > .switch {
    background: none;
    font-weight: 600;
  }
  .home-tab > .item.content,
  .featureproduct > .item.content {
    border: none !important;
    padding-bottom: 0;
  }
  .home-tab .products-grid .product-item-info.active,
  .featureproduct .products-grid .product-item-info.active,
  .home-tab .products-grid .product-item-info:hover,
  .featureproduct .products-grid .product-item-info:hover {
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
  }
  .home-tab .products-grid .product-item-inner,
  .featureproduct .products-grid .product-item-inner {
    box-shadow: none;
    border: none;
  }
  .home-tab .owl-theme .owl-nav,
  .featureproduct .owl-theme .owl-nav,
  .home-tab .owl-theme .owl-controls,
  .featureproduct .owl-theme .owl-controls {
    margin-top: 0;
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: -1;
  }
  .home-tab .owl-theme .owl-nav button.owl-next,
  .featureproduct .owl-theme .owl-nav button.owl-next,
  .home-tab .owl-theme .owl-controls .owl-buttons div.owl-next,
  .featureproduct .owl-theme .owl-controls .owl-buttons div.owl-next,
  .home-tab .owl-theme .owl-nav .quote-details-items .actions-toolbar > .action.owl-next,
  .featureproduct .owl-theme .owl-nav .quote-details-items .actions-toolbar > .action.owl-next,
  .home-tab .owl-theme .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
  .featureproduct .owl-theme .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next {
    margin-right: -90px;
  }
  .product.data.items.home-tab > .item.title > .switch {
    font-size: 2.4rem;
    font-weight: 600;
  }
  .block-content .products .items .owl-stage-outer .owl-stage .owl-item .product-item {
    width: 100%;
    margin-bottom: 0px;
  }
  .block-content .products .items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box {
    margin: 15px 0 0;
  }
  .block-content .products .items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    display: block;
    margin-top: 10px;
  }
  .block-content .products .items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.primary,
  .block-content .products .items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action-primary {
    width: 100%;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .products.products-list.list .product-item-description {
    width: calc(100% - 0px);
  }
  .catalog-category-view.page-layout-2columns-left .column.main {
    width: 70%;
  }
  .catalog-category-view.page-layout-2columns-left .sidebar-main {
    width: 28%;
  }
  .catalog-category-view .category-view .category-cms .listing-category .listing-item {
    width: calc((100% - 2%) / 2);
  }
  .catalog-category-view .category-view .category-cms .listing-category .listing-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 1%;
    width: calc((100% - 2%) / 2);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 1%;
  }
  .page-products .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .page-products .products-grid .product-item .product-item-name {
    min-height: 51px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-products .products-grid .product-item .product-item-details .price-box {
    margin: 10px 0 0;
    min-height: 61px;
  }
  .page-products .products-grid .product-item .product-item-details .price-box .old-price .price {
    font-size: 16px;
    font-family: 'Lato Regular';
  }
  .page-products .products-grid .product-item .product-item-details .product-item-actions .actions-primary {
    display: block;
  }
  .page-products .products-grid .product-item .product-item-details .product-item-actions .actions-primary .requisition-list-button,
  .page-products .products-grid .product-item .product-item-details .product-item-actions .actions-primary .action.primary,
  .page-products .products-grid .product-item .product-item-details .product-item-actions .actions-primary .action-primary {
    width: 100%;
    padding: 12px 23px;
    line-height: 2.2rem;
  }
  .product-item .tocart {
    padding: 12px 30px;
    font-size: 20px;
    line-height: 2.2rem;
  }
  .products-list .product-items .product-item {
    margin-bottom: 20px;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .midle-part {
    display: inline-block;
    width: 61%;
    vertical-align: top;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .midle-part .sku-review {
    display: block;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .midle-part .sku-review .SKU {
    font-size: 16px;
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-right: 20px;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .midle-part .sku-review .product-review {
    display: inline-block;
    vertical-align: bottom;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .midle-part .product-item-description {
    float: unset;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .midle-part .product-item-description .short-description {
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .midle-part .product-item-description .action.more {
    font-weight: bold;
    text-decoration: underline;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .right-part {
    display: inline-block;
    width: 37%;
    margin-left: 1%;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .right-part .price-box {
    margin: 2px 0 0;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .right-part .price-box .price {
    font-size: 25px;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .right-part .price-box .old-price .price {
    font-size: 16px;
    font-family: 'Lato Regular';
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .right-part .offer .free,
  .products-list .product-items .product-item .product-item-info .product-item-details .right-part .offer .getby {
    font-size: 16px;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .right-part .offer .delivery {
    position: relative;
    padding-left: 20px;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .right-part .offer .delivery:before {
    content: "";
    background: url("https://d2y495qgc7c708.cloudfront.net/theme/images/delivery-icon.png");
    height: 16px;
    width: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 4px;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary {
    display: block;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary form {
    display: inline-block;
    width: 62%;
    vertical-align: bottom;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary form .field.qty {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 19px;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary form .field.qty .label {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary form .field.qty .control {
    border: 1px solid #000000;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary form .field.qty .control .btn.decrement {
    display: inline-block;
    width: 43px;
    text-align: center;
    font-size: 20px;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary form .field.qty .control .input-text.qty {
    display: inline-block;
    width: 70px;
    border: none;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    font-size: 20px;
    text-align: center;
    height: 47px;
    border-radius: 0;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary form .field.qty .control .btn.increment {
    display: inline-block;
    width: 43px;
    text-align: center;
    font-size: 20px;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .block.block-requisition-list.social-button {
    display: inline-block;
    margin-bottom: -5px;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .block.block-requisition-list.social-button .requisition-list-action {
    vertical-align: bottom;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .block.block-requisition-list.social-button .requisition-list-action .action.requisition-list-button {
    margin-bottom: 0;
    padding: 9px 20px;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .filtermobile {
    display: none;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .sorter {
    display: inline-block;
    width: 65%;
    margin-top: 0;
  }
  .sorter .sorter-options {
    width: 64%;
  }
  .toolbar-amount {
    display: inline-block;
    width: 33%;
    text-align: right;
  }
  .modes {
    display: inline-block;
    width: 50%;
    margin-right: 30px;
    text-align: left;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode.mode-grid:before {
    content: "";
    background-image: url("https://d2y495qgc7c708.cloudfront.net/theme/images/grid-view.png");
    height: 33px;
    width: 34px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .modes-mode.active.mode-grid:before {
    background-image: url("https://d2y495qgc7c708.cloudfront.net/theme/images/grid-view-active.png");
  }
  .modes-mode.mode-list {
    padding-left: 7px;
  }
  .modes-mode.mode-list:before {
    content: "";
    background-image: url("https://d2y495qgc7c708.cloudfront.net/theme/images/list-view.png");
    height: 33px;
    width: 33px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .modes-mode.mode-list.active:before {
    background-image: url("https://d2y495qgc7c708.cloudfront.net/theme/images/list-view-active.png");
  }
  .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: 24px;
    line-height: inherit;
    color: #4a4a4a;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #4a4a4a;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .page-products .toolbar .limiter {
    width: 43%;
    text-align: right;
    margin-bottom: 20px;
  }
  .buy-it-again .products-list .product-items .product-item .product-item-photo .product-image-container {
    display: unset;
  }
  .buy-it-again .products-list .product-items .product-item .product-item-info .product-item-details .midle-part {
    width: 100%;
  }
  .buy-it-again .products-list .product-items .product-item .product-item-info .product-item-details .midle-part .product-item-description {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .buy-it-again .products-list .product-items .product-item .product-item-info .product-item-details .midle-part .product-review {
    display: inline-block;
  }
  .buy-it-again .products-list .product-items .product-item .product-item-info .product-item-details .right-part {
    display: block;
  }
  .buy-it-again .products-list .product-item-photo {
    width: 45%;
    vertical-align: middle;
  }
  .buy-it-again .products-list .product-item-photo .list-gallery {
    float: left;
    margin-right: 10px;
  }
  .buy-it-again .products-list .product-item-photo .list-gallery a.gallery-item {
    display: block;
    margin-bottom: 10px;
  }
  .buy-it-again .products-list .product-item-photo .list-gallery a img {
    width: 95px;
  }
  .catalog-page-bottom-content .article-section .article-box-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .catalog-page-bottom-content .article-section .article-box-area .article-box {
    width: 32%;
    max-width: 360px;
  }
  .catalog-page-bottom-content .article-section .article-box-area .article-box .article-content-area {
    padding: 20px 10px;
  }
  .catalog-product-view .column.main {
    margin-top: 54px;
  }
  .block.related .block-title,
  .block.upsell .block-title {
    text-align: left;
  }
  .block.related .block-actions,
  .block.upsell .block-actions {
    text-align: left;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
    width: 360px;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    /*display: block;*/
    margin-bottom: 0;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    padding-top: 27px;
    vertical-align: bottom;
    text-align: left;
    display: block;
  }
  .product-info-main .box-tocart .action.tocart,
  .product-options-bottom .box-tocart .action.tocart {
    width: 90%;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .product-info-main .box-tocart .field.qty .control {
    margin-right: 20px;
    max-width: 210px;
  }
  .product-info-main .swatch-option.text {
    line-height: 42px;
    min-width: 42px;
    height: 42px;
    margin: 0 25px 25px 0;
    box-sizing: border-box;
    line-height: 30px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 15px 15px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .category-description .item.title span.category-name {
    padding: 10px 15px;
    width: auto;
  }
  .product-info-main .custom-attributes .product.attribute.sku {
    float: left;
    padding-right: 40px;
  }
  .product-info-main .custom-attributes .product.attribute.sku div[data-role="title"] {
    display: inline-block;
  }
  .product-info-main .custom-attributes .product.attribute.sku .value {
    display: inline-block;
  }
  .product-info-main .custom-attributes .stock.available,
  .product-info-main .custom-attributes .stock.unavailable {
    display: inline-block;
  }
  .product.media {
    margin-bottom: 37.5px;
  }
  .page-layout-1column .product-info-main {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 40px;
  }
  .page-layout-1column .product.media {
    width: 48%;
  }
  .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%;
  }
  .catalog-product-view {
    font-size: 18px;
    line-height: 28px;
  }
  .catalog-product-view .column.main {
    padding-bottom: 20px;
  }
  .catalog-product-view .product-info-section .container,
  .catalog-product-view .product.info.detailed,
  .catalog-product-view .container {
    max-width: 1440px;
    margin: auto;
  }
  .catalog-product-view .product-info-section .container {
    display: flex;
    flex-wrap: wrap;
  }
  .product-information {
    padding: 60px 0;
    font-size: 18px;
  }
  .product-information .container {
    display: flex;
    gap: 20px;
  }
  .product-information .product-info {
    width: 300px;
  }
  .product-information .product-info h2 {
    font-size: 28px;
    margin: 0px 0 25px;
  }
  .product-information .table-wrapper {
    width: calc(100% - 300px);
  }
  .custom-review-section {
    padding-bottom: 30px;
  }
  .custom-review-section h2 {
    font-size: 30px !important;
  }
  .product-related-section {
    padding: 40px 0 0;
  }
  .product-related-section .block {
    margin-bottom: 60px !important;
  }
  .product-related-section .block .title {
    margin-bottom: 32px;
  }
  .product-related-section .block .title strong {
    font-size: 30px !important;
  }
  .product.info.detailed .product .type {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .catalog-product-view .column.main {
    margin-top: 35px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 14px;
  }
  .product-info-main .page-title-wrapper .ruk_rating_snippet {
    padding-bottom: 15px;
    display: inline-block;
  }
  .product-info-main .page-title-wrapper .ruk_rating_snippet .ruk-rating-snippet-count {
    font-size: 16px;
  }
  .product-info-main .prod_details {
    margin-bottom: 14px;
    grid-column-gap: 10px;
    grid-row-gap: 14px;
  }
  .product-info-main .price-box {
    margin-top: 16px;
  }
  .product-info-main .price-box .price-wrapper > span.price {
    font-size: 30px !important;
  }
  .product-info-main .box-tocart .field.qty {
    width: 100%;
    margin-bottom: 18px !important;
  }
  .product-info-main .box-tocart .actions {
    width: calc(100% - 63px);
  }
  .product-info-main .box-tocart .actions .action.tocart {
    padding: 14px 5px;
    font-size: 17px;
  }
  .product-info-main .callforpricing {
    margin: 0;
  }
  .product-info-main .inventorydata .dropdown-options.stock-status-info {
    right: 0;
  }
  .product-info-main .inventorydata .dropdown-options:before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .product-info-main .inventorydata .dropdown-options:after {
    left: 0;
    right: 0;
    margin: auto;
  }
  .product-faq {
    padding: 50px 20px;
  }
  .product-faq .faq-wrapper > h3 {
    font-size: 30px;
  }
  .block-category-event.block:last-child {
    margin-bottom: 45px;
    padding: 15px 0 45px;
  }
  .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;
  }
  .block-search {
    float: left;
    /*padding: 0 10px;*/
    position: relative;
    /*width: calc(~"100% - 750px");*/
    width: calc(100% - 500px);
    z-index: 4;
    margin: 0 auto 8px;
  }
  .block-search input.input-text::placeholder {
    color: #797979;
  }
  .block-search .block-content .form.minisearch {
    position: relative;
    /*                .search-by-category{
                                    width: 90px;
                                    #category_search_field {
                                        height: 55px;
                                        width: 85px;
                                        font-size: 14px;
                                        line-height: 30px;
                                        padding: 7px 2px 8px;
                                    }
                                }*/
  }
  .block-search .block-content .form.minisearch .field.search {
    /*width: calc(~"100% - 142px");*/
  }
  .block-search .block-content .form.minisearch .field.search .label {
    display: none;
  }
  .block-search .block-content .form.minisearch .actions .action.search {
    height: 55px;
    width: 53px;
    /*                        background-color: @black-color;
                                                position: absolute;
                                                top: 0;
                                                right: 0;
                                                opacity: 1;
                                                box-sizing: border-box;
                                                border-radius: 4px;*/
  }
  .block-search .block-content .form.minisearch .actions .action.search:before {
    top: 15px;
    right: 0;
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    height: 26px;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    /*padding: 0 0 25px;*/
    padding: 0;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    position: static;
    height: 55px;
    padding-right: 0;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input::placeholder {
    opacity: 1;
    font-size: 17px;
    line-height: 30px;
  }
  .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;
    padding: 7.5px 0;
    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: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    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: inherit;
  }
  .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;
  }
  .header.content .account-dropdown .account-dropdown-title {
    height: 24px;
    width: 26px;
    background-position: left center;
    font-size: 19px;
    line-height: 24px;
    width: auto;
    padding-left: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
  }
  .cart-container .form-cart {
    width: 70.7%;
    float: left;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 30px;
  }
  .cart-summary {
    float: right;
    width: 28%;
    padding: 1px 0 37.5px 21px;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 30px;
    margin: 0 0 15px;
  }
  .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 7.5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 15px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 117px;
    padding-right: 30px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .product-item-details .mpn {
    font-size: 14px;
  }
  .cart.table-wrapper .product-item-details .tierprice {
    font-size: 14px;
  }
  .cart.table-wrapper .product-item-name {
    font-size: 16px;
    line-height: 28px;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: right;
  }
  .cart.table-wrapper .col.price .cart-price .old-price,
  .cart.table-wrapper .col.price .cart-price .sales-amount {
    font-size: 14px;
  }
  .cart .action {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 37.5px;
  }
  .checkout-footer-area .checkout-footer {
    gap: 5%;
    width: 100%;
  }
  .checkout-footer-area .checkout-footer .industry,
  .checkout-footer-area .checkout-footer .wholesale,
  .checkout-footer-area .checkout-footer .customer-satisfaction {
    border-right: 1px solid #ddd;
    padding-right: 6%;
  }
  .checkout-footer-area .checkout-footer .wholesale,
  .checkout-footer-area .checkout-footer .customer-satisfaction,
  .checkout-footer-area .checkout-footer .free-same {
    display: block;
  }
  .checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item {
    margin-left: 0.5%;
    width: calc((100% - 10%) / 3);
  }
  .checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-inner .product-item-actions .actions-primary {
    width: 100%;
  }
  .checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-inner .product-item-actions .actions-primary .action.primary {
    width: 100%;
    padding: 12px 0;
  }
  .checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .price-box.price-final_price .normal-price .old-price {
    position: relative;
    color: #888888;
  }
  .checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .price-box.price-final_price .normal-price .old-price:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-top: 2px solid #888888;
  }
  .minicart-wrapper {
    margin-left: 13px;
    order: 4;
    width: 55px;
    text-align: right;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .checkout-index-index .header.content {
    justify-content: start;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 45px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 700px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 15px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 700px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 30px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3rem;
    border-bottom: 0;
    margin-bottom: 37.5px;
  }
  .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: 15px 45px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 15px 0 0 60px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 30px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 30px 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;
  }
  .about-container .follow-us .social-icon {
    width: 423px;
  }
  .about-container .follow-us .social-icon a:last-child {
    padding-right: 0;
  }
  .about-container .our-team .container .team_members.owl-carousel {
    display: block;
    max-width: 1165px;
    margin: 0 auto;
  }
  .about-container p {
    padding-bottom: 20px;
  }
  .about-container .about-footer p {
    display: block;
    width: 50%;
    text-align: center;
    line-height: 25px;
    padding: 0;
  }
  .about-container .about-footer .image-1 {
    padding-right: 0;
  }
  .about-container .follow-us .social-icon a {
    margin-top: 0;
  }
  .testimonial-container .top-banner {
    border-radius: 0;
  }
  .testimonial-container .testimonial-content .image-content {
    width: 23%;
    height: auto;
  }
  .testimonial-container .testimonial-content .desc-content {
    width: 74%;
    height: auto;
  }
  .testimonial-container .testimonial-content .desc-content h3 {
    margin-top: 0;
  }
  .testimonial-container .testimonial-content:nth-child(even) .image-content {
    order: 2;
  }
  .testimonial-container .testimonial-content:nth-child(even) .desc-content {
    order: 1;
  }
  #home_banner {
    position: relative;
  }
  #home_banner .banner-content {
    position: absolute;
    top: 15px;
    left: 30px;
    color: #fff;
    width: 92%;
    font-size: 16px;
  }
  #home_banner .banner-content h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .banner-image {
    /*height: 500px;*/
    display: block;
    width: 100%;
  }
  .banner-image-mobile {
    display: none;
  }
  .banner-button {
    padding-top: 2px;
    display: flex;
    gap: 25px;
  }
  .faq-head {
    margin: 10px 0 50px 0;
  }
  .faq-head h1 {
    font-size: 40px;
    margin-bottom: 37px;
  }
  .search-container {
    margin: 0 auto;
    width: 100%;
    height: 55px;
  }
  .search-container .search-box {
    width: 100%;
    height: 55px;
  }
  .faq-content-hd {
    font-size: 35px;
    padding: 18px 0 24px 46px;
  }
  .faq-qa {
    padding: 68px 0 0 0;
  }
  .collapsible {
    background: #E7E7E7;
    width: 100%;
    height: 93px;
    display: inline-block;
  }
  #collapsibleList .content {
    font-size: 30px;
  }
  #collapsibleList li .question {
    padding: 0 0 12px 0;
    display: inline-block;
    width: 94%;
    margin-top: -11px;
  }
  #collapsibleList li .answer {
    font-size: 20px;
    margin-bottom: 32px;
    width: 100%;
  }
  .arrow-up {
    margin: 0 0 -45px 104%;
  }
  .arrow-down {
    margin: -2px 0px -40px 104%;
  }
  .more-help .vl {
    left: 20%;
  }
  .more-help .vl2 {
    left: 80%;
  }
  .bwc-bblock {
    margin-top: 70px;
  }
  .bwc-bblk1 {
    display: inline-block;
    height: 710px;
    width: calc(50% - 10px);
    vertical-align: top;
    margin-right: 10px;
  }
  .bwc-bblk1 .mobile {
    display: none;
  }
  .bwc-bblk2 {
    display: inline-block;
    width: calc(50% - 5px);
  }
  .bwc-bblk2 .bwc-sub-blk1 {
    height: unset;
  }
  .bwc-bblk2 .bwc-sub-blk1 .mobile {
    display: none;
  }
  .bwc-bblk2 .bwc-sub-blk2 {
    text-align: left;
    margin-left: 30px;
    margin-top: 40px;
  }
  .bwc-bblk2 .bwc-sub-blk2 h2 {
    text-align: left;
  }
  .pdp-footer-container .footer-content {
    justify-content: space-between;
  }
  .pdp-footer-container .footer-content .footer-element {
    padding-bottom: 0;
  }
  .cms-index-index .page-main #home_banner .bwc-bblk1-mobile,
  .cms-index-index .page-main .featured-category .bwc-bblk1-mobile,
  .cms-index-index .page-main .post-shop-by-category .bwc-bblk1-mobile,
  .cms-index-index .page-main .post-featured-block-row-1 .bwc-bblk1-mobile,
  .cms-index-index .page-main .post-featured-block-row-2 .bwc-bblk1-mobile,
  .cms-index-index .page-main .bwc-bblock .bwc-bblk1-mobile {
    display: none;
  }
  .featured-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .featured-category .category-items {
    width: calc(50% - 13px);
    margin-right: 20px;
  }
  .featured-category .category-items:nth-child(even) {
    margin-right: 0;
  }
  .post-featured-block-row-1,
  .post-featured-block-row-2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .post-featured-block-row-1 .image-1,
  .post-featured-block-row-2 .image-1 {
    width: 50%;
    display: inline-block;
  }
  .post-featured-block-row-1 .block-content-1,
  .post-featured-block-row-2 .block-content-1 {
    width: 50%;
    align-self: center;
    padding-left: 4%;
    display: inline-block;
    box-sizing: border-box;
  }
  .post-featured-block-row-1 .block-content-1 p,
  .post-featured-block-row-2 .block-content-1 p {
    font-size: 16px;
  }
  .post-featured-block-row-2 .block-content-1 {
    padding-right: 4%;
    padding-left: 0;
  }
  .post-featured-block-2 {
    margin-top: 60px;
  }
  .post-featured-block-2 .block-box {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
  }
  .post-featured-block-2 .block-box .block-box-1,
  .post-featured-block-2 .block-box .block-box-2,
  .post-featured-block-2 .block-box .block-box-3 {
    margin: 30px 0;
    width: calc(33% - 31px);
  }
  .post-featured-block-2 .block-box .block-box-1 h2,
  .post-featured-block-2 .block-box .block-box-2 h2,
  .post-featured-block-2 .block-box .block-box-3 h2 {
    margin: 15px 0;
  }
  .post-featured-block-2 .block-box .block-box-1:after,
  .post-featured-block-2 .block-box .block-box-2:after,
  .post-featured-block-2 .block-box .block-box-3:after {
    content: none;
  }
  .post-featured-block-2 .block-box .block-box-1,
  .post-featured-block-2 .block-box .block-box-2 {
    position: relative;
  }
  .post-featured-block-2 .block-box .block-box-1:after,
  .post-featured-block-2 .block-box .block-box-2:after {
    content: '';
    display: block;
    width: 0;
    margin-left: 30px;
    border-right: 1px solid #000000;
    height: 89%;
    position: absolute;
    right: -30px;
    top: 42px;
    bottom: 0;
    margin-top: 0;
  }
  .post-featured-block-2 .learn-more {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .category-area {
    max-width: 1230px;
    margin: 0 auto;
  }
  .category-area .container .single-category {
    width: calc(16% - 10px);
  }
  .category-area .action.primary {
    margin-top: 50px;
  }
  .cms-no-route .page-wrapper .page-main .columns .column .four-zero-four {
    width: 70%;
  }
  .cms-no-route .page-wrapper .page-main .columns .column .four-zero-four .four-zero-four-heading {
    font-size: 150px;
    margin: 40px;
  }
  .cms-no-route .page-wrapper .page-main .columns .column .four-zero-four .block-search {
    width: 945px;
    padding: 0 0 50px 0;
  }
  .cms-no-route .page-wrapper .page-main .columns .column .four-zero-four p {
    margin-bottom: 50px;
    padding: 0 10px;
  }
  .cms-no-route .page-wrapper .page-main .columns .column .four-zero-four .go-to-home {
    margin-top: 50px;
  }
  .post-shop-by-category-btn:hover,
  .banner-action:hover {
    background: #0f5ea5 !important;
    border: 1px solid #0f5ea5;
    color: #fff;
    text-decoration: none;
  }
  .post-shop-by-category img {
    margin-bottom: -6px;
    width: 100%;
  }
  .post-shop-by-category picture.desktop,
  .post-shop-by-category picture.mobile {
    width: 100%;
  }
  .post-shop-by-category .post-shop-by-category-left .mobile,
  .post-shop-by-category .post-shop-by-category-right .mobile {
    display: none;
  }
  .post-shop-by-category .post-shop-by-category-right-full,
  .post-shop-by-category .post-shop-by-category-left {
    margin-bottom: 15px;
  }
  .login-container .block.block-new-company {
    clear: none;
    float: right;
  }
  .login-container .block.block-new-company .actions-toolbar {
    margin-top: 37.5px;
  }
  .links-container {
    display: inline-block;
    position: relative;
  }
  .links-container:before,
  .links-container:after {
    content: '';
    display: table;
  }
  .links-container:after {
    clear: both;
  }
  .links-container .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .links-container .action.switch:hover:after {
    color: inherit;
  }
  .links-container .action.switch:active:after {
    color: inherit;
  }
  .links-container .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    color: inherit;
    content: '\e621';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .links-container .action.switch.active:hover:after {
    color: inherit;
  }
  .links-container .action.switch.active:active:after {
    color: inherit;
  }
  .links-container 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);
  }
  .links-container ul li {
    margin: 0;
    padding: 0;
  }
  .links-container ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .links-container ul:before,
  .links-container ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .links-container ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .links-container ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .links-container ul:before {
    right: 10px;
    top: -12px;
  }
  .links-container ul:after {
    right: 9px;
    top: -14px;
  }
  .links-container.active {
    overflow: visible;
  }
  .links-container.active ul {
    display: block;
  }
  .links-container li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: .8em;
  }
  .links-container li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:active {
    color: #333333;
    text-decoration: none;
  }
  .links-container .customer-menu {
    display: none;
  }
  .links-container .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;
  }
  .links-container .action.switch:focus,
  .links-container .action.switch:active {
    background: none;
    border: none;
  }
  .links-container .action.switch:hover {
    background: none;
    border: none;
  }
  .links-container .action.switch.disabled,
  .links-container .action.switch[disabled],
  fieldset[disabled] .links-container .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .links-container .header.links {
    min-width: 225px;
  }
  .links-container.active .action.switch:after {
    content: '\e621';
  }
  .links-container.active .customer-menu {
    display: block;
  }
  .links-container .greet {
    display: none;
  }
  .customer-register .links-container-title {
    cursor: pointer;
  }
  .manage-company-accounts .message + .actions-toolbar {
    margin-top: 75px;
  }
  .modal-popup .actions-toolbar .secondary .action {
    background: none;
    border: none;
    color: #1979c3;
    font-weight: 400;
    margin: .7rem 1.5rem;
    padding: 0;
  }
  .modal-popup .actions-toolbar .secondary .action:active,
  .modal-popup .actions-toolbar .secondary .action:not(:focus) {
    box-shadow: none;
  }
  .modal-popup input:hover,
  .modal-popup textarea:hover {
    border-color: #68a8e0;
  }
  .modal-popup.popup-tree .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .popup-tree .fieldset {
    margin-bottom: 0;
  }
  .popup-tree .modal-footer .primary {
    margin-right: 15px;
  }
  .popup-tree .modal-footer .secondary {
    background: none;
    border: none;
    color: #1979c3;
    font-weight: 400;
    margin: .7rem 1.5rem;
    padding: 0;
  }
  .popup-tree .modal-footer .secondary:active,
  .popup-tree .modal-footer .secondary:not(:focus) {
    box-shadow: none;
  }
  .page-title .edit-company-profile {
    left: -15px;
    position: relative;
  }
  .company-profile-index .column.main .block .box-account-information .box-content,
  .company-profile-index .column.main .block .box-address-information .box-content,
  .company-profile-index .column.main .block .box-contact-information .box-content {
    line-height: 24px;
  }
  .company-profile-edit .column.main .form-edit-company {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .company-profile-edit .column.main .form-edit-company .fieldset,
  .company-profile-edit .column.main .form-edit-company .actions-toolbar {
    width: 52%;
  }
  .company-account-index .columns .column.main .block:not(.widget) .box-content strong {
    display: inline-block;
    width: 17%;
  }
  .company-account-create .columns .main .form-create-account {
    width: 51%;
  }
  .company-account-create .columns .main .form-create-account .fieldset-fullname .fields .field:last-child {
    margin: 0 0 15px;
  }
  .company-users-index .long-text-field {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .jstree li a {
    position: relative;
  }
  .account .column.main .block.block-dashboard-info {
    line-height: 24px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 5px;
  }
  .account .column.main .block.block-dashboard-info .block-content:before,
  .account .column.main .block.block-dashboard-info .block-content:after {
    content: normal;
  }
  .account .column.main .block.block-dashboard-addresses {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .account .column.main .block.block-reviews-dashboard {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 5px;
  }
  .account .column.main .form.form-edit-account .fieldset.info .legend,
  .account .column.main .form.reward-settings .fieldset.info .legend,
  .account .column.main .form.form-newsletter-manage .fieldset.info .legend,
  .account .column.main .form.form-edit-account .fieldset.password .legend,
  .account .column.main .form.reward-settings .fieldset.password .legend,
  .account .column.main .form.form-newsletter-manage .fieldset.password .legend,
  .account .column.main .form.form-edit-account .fieldset .legend,
  .account .column.main .form.reward-settings .fieldset .legend,
  .account .column.main .form.form-newsletter-manage .fieldset .legend {
    margin-left: 0;
  }
  .account .column.main .form.form-edit-account .fieldset.info .field.choice:before,
  .account .column.main .form.reward-settings .fieldset.info .field.choice:before,
  .account .column.main .form.form-newsletter-manage .fieldset.info .field.choice:before,
  .account .column.main .form.form-edit-account .fieldset.password .field.choice:before,
  .account .column.main .form.reward-settings .fieldset.password .field.choice:before,
  .account .column.main .form.form-newsletter-manage .fieldset.password .field.choice:before,
  .account .column.main .form.form-edit-account .fieldset .field.choice:before,
  .account .column.main .form.reward-settings .fieldset .field.choice:before,
  .account .column.main .form.form-newsletter-manage .fieldset .field.choice:before {
    width: 0;
  }
  .account .column.main .form.form-edit-account .fieldset.info .field.choice input[type="checkbox"],
  .account .column.main .form.reward-settings .fieldset.info .field.choice input[type="checkbox"],
  .account .column.main .form.form-newsletter-manage .fieldset.info .field.choice input[type="checkbox"],
  .account .column.main .form.form-edit-account .fieldset.password .field.choice input[type="checkbox"],
  .account .column.main .form.reward-settings .fieldset.password .field.choice input[type="checkbox"],
  .account .column.main .form.form-newsletter-manage .fieldset.password .field.choice input[type="checkbox"],
  .account .column.main .form.form-edit-account .fieldset .field.choice input[type="checkbox"],
  .account .column.main .form.reward-settings .fieldset .field.choice input[type="checkbox"],
  .account .column.main .form.form-newsletter-manage .fieldset .field.choice input[type="checkbox"] {
    top: 0;
  }
  .account .column.main .form.form-edit-account .fieldset.info .field.choice .label,
  .account .column.main .form.reward-settings .fieldset.info .field.choice .label,
  .account .column.main .form.form-newsletter-manage .fieldset.info .field.choice .label,
  .account .column.main .form.form-edit-account .fieldset.password .field.choice .label,
  .account .column.main .form.reward-settings .fieldset.password .field.choice .label,
  .account .column.main .form.form-newsletter-manage .fieldset.password .field.choice .label,
  .account .column.main .form.form-edit-account .fieldset .field.choice .label,
  .account .column.main .form.reward-settings .fieldset .field.choice .label,
  .account .column.main .form.form-newsletter-manage .fieldset .field.choice .label {
    vertical-align: middle;
  }
  .account .column.main .form.form-edit-account .fieldset,
  .account .column.main .form.reward-settings .fieldset,
  .account .column.main .form.form-newsletter-manage .fieldset {
    margin: 0 0 30px;
  }
  .account .column.main .form.form-edit-account .actions-toolbar,
  .account .column.main .form.reward-settings .actions-toolbar,
  .account .column.main .form.form-newsletter-manage .actions-toolbar {
    margin-left: 0;
  }
  .account .column.main .block.block-addbysku .block-content .form.form-addbysku .box.box-items,
  .account .column.main .block.block-addbysku .block-content .form.form-addbysku .box.box-upload {
    width: 90%;
    float: unset;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
  }
  .account .columns {
    margin-top: 30px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .contact-index-index .page-title-wrapper {
    margin: 45px 0 15px;
  }
  .contact-index-index .page-main {
    margin-top: 35px;
    max-width: 768px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .contact-index-index .page-bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-index-index .form.contact {
    text-align: center;
    float: none;
  }
  .contact-index-index .form.contact .actions-toolbar {
    text-align: left;
    margin-left: 0;
  }
  .form.contact .field .first-name,
  .form.contact .field .last-name,
  .form.contact .field .email,
  .form.contact .field .telephone,
  .form.contact .field .reason,
  .form.contact .field .order-number,
  .form.contact .field .message,
  .form.contact .field.captcha {
    display: inline-block;
    text-align: left;
    max-width: 341px;
    width: 100%;
    margin-right: 40px;
  }
  .form.contact .field .first-name .label,
  .form.contact .field .last-name .label,
  .form.contact .field .email .label,
  .form.contact .field .telephone .label,
  .form.contact .field .reason .label,
  .form.contact .field .order-number .label,
  .form.contact .field .message .label,
  .form.contact .field.captcha .label {
    font-weight: 700;
  }
  .form.contact .field .first-name .label:after,
  .form.contact .field .last-name .label:after,
  .form.contact .field .email .label:after,
  .form.contact .field .telephone .label:after,
  .form.contact .field .reason .label:after,
  .form.contact .field .order-number .label:after,
  .form.contact .field .message .label:after,
  .form.contact .field.captcha .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.7rem;
    margin: 0 0 0 7.5px;
  }
  .form.contact .field .last-name,
  .form.contact .field .email,
  .form.contact .field .order-number,
  .form.contact .field .message {
    margin-right: 0;
  }
  .form.contact .field .order-number {
    max-width: 305px;
  }
  .form.contact .field .order-number .label:after {
    content: none;
  }
  .form.contact .field .slc-option {
    color: #DAC9C2;
  }
  .form.contact .field .email,
  .form.contact .field .message {
    max-width: 735px;
  }
  .form.contact .field .telephone {
    max-width: 150px;
  }
  .form.contact .field .reason {
    max-width: 180px;
  }
  .form.contact .field .reason .control {
    width: 180px;
  }
  .form.contact .field .reason .control .input-text {
    width: 168px;
  }
  .form.contact .field .control {
    display: block;
  }
  .form.contact .field .control div.mage-error {
    position: absolute;
    bottom: -25px;
    left: 0;
  }
  .form.contact .field .control div.mage-error#telephone-error {
    bottom: -25px;
    width: 512px;
  }
  .contact-stc-block {
    width: 768px;
  }
  .contact-stc-block h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .contact-stc-block .contact-stc-link {
    display: inline-block;
    margin-bottom: 20px;
    padding: 30px 86px;
    margin-right: 20px;
  }
  .contact-stc-block .contact-stc-link:nth-child(2n+1) {
    margin-right: 0px;
  }
  .customer-account-login .page-main .page-title-wrapper,
  .customer-account-create .page-main .page-title-wrapper {
    margin: 55px auto;
    padding: 17px 0;
  }
  .customer-account-login .page-main .form-login,
  .customer-account-create .page-main .form-login,
  .customer-account-login .page-main .form-create-account,
  .customer-account-create .page-main .form-create-account {
    width: 100%;
    text-align: center;
  }
  .login-container {
    position: relative;
    display: block;
    max-width: 744px;
    margin: 0 auto;
  }
  .login-container .block.block-customer-login {
    width: 100%;
  }
  .login-container .actions-toolbar.new-customer {
    position: absolute;
    bottom: 0;
    left: 170px;
    margin-top: 0;
  }
  .form.create.account.form-create-account {
    max-width: 744px;
    width: 100%;
    margin: 0 auto;
  }
  .form-login .actions-toolbar > .secondary .action.back,
  .form-create-account .actions-toolbar > .secondary .action.back {
    padding: 10px 59px;
  }
  .form-login .login,
  .form-create-account .login,
  .form-login .create,
  .form-create-account .create {
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
  }
  .form-login .login.fieldset > .field:not(.choice) > .control,
  .form-create-account .login.fieldset > .field:not(.choice) > .control,
  .form-login .create.fieldset > .field:not(.choice) > .control,
  .form-create-account .create.fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .form-login .login .field.password .choice,
  .form-create-account .login .field.password .choice,
  .form-login .create .field.password .choice,
  .form-create-account .create .field.password .choice,
  .form-login .login .field.confirmation .choice,
  .form-create-account .login .field.confirmation .choice,
  .form-login .create .field.confirmation .choice,
  .form-create-account .create .field.confirmation .choice {
    text-align: left;
  }
  .form-login .login .actions-forgotuserpass,
  .form-create-account .login .actions-forgotuserpass,
  .form-login .create .actions-forgotuserpass,
  .form-create-account .create .actions-forgotuserpass {
    position: absolute;
    bottom: 35px;
    right: 0;
  }
  .form-login .login.info,
  .form-create-account .login.info,
  .form-login .create.info,
  .form-create-account .create.info {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 55px;
  }
  .form-login .actions-toolbar > .secondary,
  .form-create-account .actions-toolbar > .secondary {
    float: left;
  }
  .column:not(.sidebar-main) form .login .actions-toolbar,
  .column:not(.sidebar-additional) form .login .actions-toolbar,
  .column:not(.sidebar-main) form.create .actions-toolbar,
  .column:not(.sidebar-additional) form.create .actions-toolbar {
    margin-left: 0;
  }
  .customer-account-forgotpassword .form.password.forget {
    width: unset;
    text-align: center;
  }
  .customer-account-forgotpassword .form.password.forget .email {
    display: inline-block;
    width: 600px;
  }
  .customer-account-forgotpassword .actions-toolbar {
    margin-left: unset !important;
    display: inline-block;
    text-align: center;
  }
  .customer-account-forgotpassword .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 45px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 30px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 15px 15px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 30px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 30px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 30px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 30px 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: 30px;
    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-wrapping .gift-options-content .fieldset .field.choice.gift-receipt .checkbox,
  .cart-gift-item .gift-wrapping .gift-options-content .fieldset .field.choice.gift-receipt .checkbox,
  .gift-options-cart-item .gift-wrapping .gift-options-content .fieldset .field.choice.gift-printed-card .checkbox,
  .cart-gift-item .gift-wrapping .gift-options-content .fieldset .field.choice.gift-printed-card .checkbox {
    top: -2px;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter-options {
    padding: 10px;
  }
  .sidebar.sidebar-main .close-filter {
    display: none;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 30px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 7.5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 30px;
  }
  .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: 15px;
    padding: 7.5px 15px 15px;
    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: 15px;
    padding: 7.5px 15px 15px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #f46414;
    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: 37.5px;
  }
  .negotiable_quote-quote-view .page-title {
    margin-bottom: .7rem;
    margin-top: 0;
  }
  .negotiable_quote-quote-view .quote-status {
    margin-top: .7rem;
  }
  .order-references {
    margin-top: -1.4rem;
  }
  .negotiable-quote-quote-index .data-grid thead > tr > td,
  .negotiable-quote-quote-index .data-grid thead > tr > th {
    border-bottom: 1px solid #d1d1d1;
  }
  .negotiable-quote-quote-index .pages a.page {
    cursor: pointer;
  }
  .negotiable-quote-quote-index .page-title {
    display: block;
    margin-bottom: 37.5px;
  }
  .negotiable-quote-quote-view .page-title {
    margin-bottom: 7.5px;
  }
  .negotiable-quote-quote-view.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: 50%;
  }
  .negotiable-quote-quote-view .modal-popup .form-shipping-address {
    max-width: 700px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 30px;
  }
  .negotiable-quote-quote-view .quote-table-totals {
    float: right;
    width: 55%;
  }
  .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot > tr:not(.catalog_price_table) > th,
  .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot > tr:not(.catalog_price_table) > td {
    text-decoration: line-through;
  }
  .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot > tr:not(.catalog_price_table):not(.proposed_quote_price) > th,
  .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot > tr:not(.catalog_price_table):not(.proposed_quote_price) > td {
    text-decoration: line-through;
  }
  .quote-details-items thead .col.item,
  .quote-details-items .item .col.item {
    display: block;
  }
  .quote-details-items thead .col.price,
  .quote-details-items .item .col.price,
  .quote-details-items thead .col.stock,
  .quote-details-items .item .col.stock,
  .quote-details-items thead .col.qty,
  .quote-details-items .item .col.qty,
  .quote-details-items thead .col.subtotal,
  .quote-details-items .item .col.subtotal,
  .quote-details-items thead .col.actions,
  .quote-details-items .item .col.actions {
    text-align: right;
  }
  .quote-details-items thead .col.sku,
  .quote-details-items .item .col.sku {
    width: 65px;
  }
  .quote-details-items thead .col.discount,
  .quote-details-items .item .col.discount {
    width: 90px;
    text-align: right;
  }
  .quote-details-items thead .col.discount span,
  .quote-details-items .item .col.discount span {
    color: #333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.42857143;
    font-size: 1.4rem;
  }
  .quote-details-items thead .col.notes,
  .quote-details-items .item .col.notes {
    border-top: hidden;
  }
  .quote-details-items thead .col .price,
  .quote-details-items .item .col .price {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
  }
  .quote-details-items .content .quote-title {
    display: none;
  }
  .quote-details-items .quote-table-totals-wrap {
    border-bottom: 1px solid #e4e4e4;
  }
  .quote-details-items .quote-table {
    border: 1px solid #e4e4e4;
  }
  .page-main .block.quote-shipping-info {
    margin-bottom: 0;
    margin-top: 60px;
  }
  .page-title-wrapper .page-title {
    display: block;
  }
  .quote-name {
    font-size: 1.6rem;
    margin-bottom: 30px;
    word-wrap: break-word;
  }
  .quote-date {
    float: left;
    margin-bottom: .8rem;
  }
  .quote-sales-rep {
    float: right;
  }
  .mobile-label {
    display: none;
  }
  .admin__data-grid-wrap {
    padding-top: 30px;
  }
  .quote-shipping-info .box-shipping-address .box-content {
    font-size: 2rem;
  }
  .quote-shipping-info .box-content .box {
    margin-bottom: 0;
    width: 50%;
  }
  .quote-view-links.quote-view-buttons .action {
    margin-right: 15px;
  }
  .quote-actions-toolbar .print {
    float: right;
    padding-left: 37.5px;
    padding-right: 0;
  }
  .modal-popup.popup-edit-address .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .popup-edit-address .fieldset {
    margin-bottom: 0;
  }
  .popup-edit-address .modal-footer .primary {
    margin-right: 15px;
  }
  .popup-edit-address .field .control > .field,
  .popup-edit-address .field .control > .fields > .field {
    margin: 0 0 30px;
    margin-bottom: 0;
  }
  .popup-edit-address .field .control > .field > .label,
  .popup-edit-address .field .control > .fields > .field > .label {
    margin: 0 0 7.5px;
    display: inline-block;
  }
  .popup-edit-address .field .control > .field:last-child,
  .popup-edit-address .field .control > .fields > .field:last-child {
    margin-bottom: 0;
  }
  .popup-edit-address .field .control > .field > .label,
  .popup-edit-address .field .control > .fields > .field > .label {
    font-weight: 700;
  }
  .popup-edit-address .field .control > .field > .label + br,
  .popup-edit-address .field .control > .fields > .field > .label + br {
    display: none;
  }
  .popup-edit-address .field .control > .field .choice input,
  .popup-edit-address .field .control > .fields > .field .choice input {
    vertical-align: top;
  }
  .popup-edit-address .field .control > .field .fields.group:before,
  .popup-edit-address .field .control > .fields > .field .fields.group:before,
  .popup-edit-address .field .control > .field .fields.group:after,
  .popup-edit-address .field .control > .fields > .field .fields.group:after {
    content: '';
    display: table;
  }
  .popup-edit-address .field .control > .field .fields.group:after,
  .popup-edit-address .field .control > .fields > .field .fields.group:after {
    clear: both;
  }
  .popup-edit-address .field .control > .field .fields.group .field,
  .popup-edit-address .field .control > .fields > .field .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .popup-edit-address .field .control > .field .fields.group.group-2 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-2 .field {
    width: 50% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-3 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-4 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-4 .field {
    width: 25% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-5 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-5 .field {
    width: 20% !important;
  }
  .popup-edit-address .field .control > .field .addon,
  .popup-edit-address .field .control > .fields > .field .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .popup-edit-address .field .control > .field .addon textarea,
  .popup-edit-address .field .control > .fields > .field .addon textarea,
  .popup-edit-address .field .control > .field .addon select,
  .popup-edit-address .field .control > .fields > .field .addon select,
  .popup-edit-address .field .control > .field .addon input,
  .popup-edit-address .field .control > .fields > .field .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;
  }
  .popup-edit-address .field .control > .field .addon .addbefore,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore,
  .popup-edit-address .field .control > .field .addon .addafter,
  .popup-edit-address .field .control > .fields > .field .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Lato Regular', sans-serif, Arial;
    font-size: 16px;
    height: 48px;
    line-height: 1.5;
    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;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:disabled,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:disabled,
  .popup-edit-address .field .control > .field .addon .addafter:disabled,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:disabled {
    opacity: 0.5;
  }
  .popup-edit-address .field .control > .field .addon .addbefore::-moz-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore::-moz-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter::-moz-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter::-moz-placeholder {
    color: #c2c2c2;
  }
  .popup-edit-address .field .control > .field .addon .addbefore::-webkit-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore::-webkit-input-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter::-webkit-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:-ms-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:-ms-input-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter:-ms-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .popup-edit-address .field .control > .field .addon .addbefore,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .popup-edit-address .field .control > .field .additional,
  .popup-edit-address .field .control > .fields > .field .additional {
    margin-top: 15px;
  }
  .popup-edit-address .field .control > .field.required > .label:after,
  .popup-edit-address .field .control > .fields > .field.required > .label:after,
  .popup-edit-address .field .control > .field._required > .label:after,
  .popup-edit-address .field .control > .fields > .field._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.7rem;
    margin: 0 0 0 7.5px;
  }
  .popup-edit-address .field .control > .field .note,
  .popup-edit-address .field .control > .fields > .field .note {
    font-size: 1.7rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .popup-edit-address .field .control > .field .note:before,
  .popup-edit-address .field .control > .fields > .field .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    line-height: 17px;
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .popup-edit-address .form-quote-popup {
    overflow: hidden;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-title {
    border-bottom: none;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content {
    border-bottom: 30px;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content .attentional-content .with-subtext span {
    display: block;
    padding-top: 15px;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer {
    border-top: none;
    padding-top: 15px;
    text-align: left;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer .action-accept {
    background: #006bb4;
    box-shadow: none;
    color: #ffffff;
  }
  .negotiable-quote-order-information .negotiable-quote-link {
    float: right;
    max-width: 49%;
    text-align: right;
  }
  .negotiable-quote-order-information .order-date {
    float: left;
    max-width: 49%;
  }
  .page-footer .custom-newsletter-area {
    text-align: left;
    padding: 20px;
  }
  .block.newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .block.newsletter .title {
    width: 45%;
    margin-bottom: 0;
  }
  .block.newsletter .content {
    width: calc(55% - 40px);
    padding-left: 40px;
  }
  .block.newsletter input {
    margin-bottom: 0;
  }
  .block.newsletter .field {
    margin-right: 15px;
  }
  .block.newsletter .field.newsletter {
    max-width: 240px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .block.newsletter .form.subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .checkout-cart-index .page-title-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    float: none;
    padding-right: 4%;
  }
  .checkout-cart-index .cart-container .block-requisition-list {
    display: none;
  }
  .cart.table-wrapper .cart.item .actions-toolbar > div,
  .cart.table-wrapper .cart.item .actions-toolbar > .action {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list {
    margin-bottom: 0;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list .action {
    padding: 0;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .action.split,
  .cart.table-wrapper .cart.item .actions-toolbar .action.toggle.change {
    float: none;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .requisition-list-action {
    vertical-align: baseline;
  }
  .modal-popup.requisition-popup .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .modal-popup.requisition-popup .modal-footer .secondary {
    line-height: 1.5;
    margin: 0;
    padding: 0.7rem 1.5rem;
    color: #000000;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    font-weight: 400;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:visited {
    color: #000000;
    text-decoration: none;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:hover {
    color: #0f5ea5;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:active {
    color: #f46414;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:hover,
  .modal-popup.requisition-popup .modal-footer .secondary:active,
  .modal-popup.requisition-popup .modal-footer .secondary:focus {
    background: none;
    border: 0;
  }
  .modal-popup.requisition-popup .modal-footer .secondary.disabled,
  .modal-popup.requisition-popup .modal-footer .secondary[disabled],
  fieldset[disabled] .modal-popup.requisition-popup .modal-footer .secondary {
    color: #000000;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:active,
  .modal-popup.requisition-popup .modal-footer .secondary:not(:focus) {
    box-shadow: none;
  }
  .modal-popup.requisition-popup .modal-footer .replace {
    margin-left: 15px;
  }
  .modal-popup.requisition-popup .modal-content {
    padding-bottom: 0;
  }
  .modal-popup .fieldset {
    margin-bottom: 0;
  }
  .social-button .requisition-list-button:before {
    margin-top: -10px;
  }
  .requisition-list-requisition-index .data-grid > tbody > tr > th:not(:first-child),
  .requisition-list-requisition-index .data-grid > thead > tr > th:not(:first-child),
  .requisition-list-requisition-index .data-grid > tbody > tr > td:not(:first-child),
  .requisition-list-requisition-index .data-grid > thead > tr > td:not(:first-child) {
    padding-left: 5%;
  }
  .requisition-list-requisition-index .data-grid > tbody > tr > th:not(:last-child),
  .requisition-list-requisition-index .data-grid > thead > tr > th:not(:last-child),
  .requisition-list-requisition-index .data-grid > tbody > tr > td:not(:last-child),
  .requisition-list-requisition-index .data-grid > thead > tr > td:not(:last-child) {
    padding-right: 5%;
  }
  .data-grid-wrap .number-field,
  .data-grid-wrap .actions-field {
    text-align: right;
  }
  .data-grid-wrap .list-name-field .cell-label-line-description {
    margin-top: 7.5px;
  }
  .title-actions-links {
    float: right;
    margin-top: 2rem;
  }
  .block-requisition-management {
    margin-bottom: 15px;
  }
  .block-requisition-management .requisition-list-title h1 {
    font-size: 4rem;
  }
  .block-requisition-management .requisition-info {
    float: left;
  }
  .block-requisition-management .requisition-toolbar {
    float: right;
  }
  .requisition-toolbar-actions {
    margin-right: 15px;
  }
  .requisition-toolbar-actions .mobile-label {
    display: none;
  }
  .requisition-grid table {
    height: 100%;
  }
  .requisition-grid thead .col,
  .requisition-grid .item .col {
    height: 100%;
  }
  .requisition-grid thead .col.item,
  .requisition-grid .item .col.item {
    display: block;
  }
  .requisition-grid thead .col.qty .input-text,
  .requisition-grid .item .col.qty .input-text {
    margin-top: -7.5px;
  }
  .requisition-grid thead .col.price,
  .requisition-grid .item .col.price,
  .requisition-grid thead .col.stock,
  .requisition-grid .item .col.stock,
  .requisition-grid thead .col.qty,
  .requisition-grid .item .col.qty,
  .requisition-grid thead .col.subtotal,
  .requisition-grid .item .col.subtotal {
    text-align: right;
  }
  .requisition-grid thead .col.subtotal,
  .requisition-grid .item .col.subtotal {
    height: .1rem;
    position: relative;
  }
  .requisition-grid thead .col .product-item-subtotal,
  .requisition-grid .item .col .product-item-subtotal {
    height: 100%;
    position: relative;
  }
  .requisition-grid thead .col.col-checkbox,
  .requisition-grid .item .col.col-checkbox {
    max-width: .2rem;
  }
  .requisition-grid thead .col.col-checkbox input[type='checkbox'],
  .requisition-grid .item .col.col-checkbox input[type='checkbox'] {
    margin: 0;
  }
  .requisition-grid .product-item-image {
    float: left;
    margin-right: 15px;
  }
  .requisition-grid .actions-toolbar {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .requisition-grid .actions-toolbar > .action-delete {
    margin-left: 2rem;
  }
  .requisition-grid .price-excluding-tax {
    margin: 7.5px 0 3.5rem 0;
  }
  .product-item-description {
    float: right;
    width: calc(100% - 9rem);
  }
  .requisition-view-buttons > .primary {
    display: block;
    float: none;
    text-align: left;
  }
  .requisition-view-buttons .action.delete {
    float: right;
    margin-right: 0;
  }
  .block-requisition-list.update .requisition-list-button {
    float: right;
    margin-right: 0;
  }
  .block-requisition-list.update .requisition-list-button:hover {
    text-decoration: none;
  }
  .modals-wrapper .requisition-popup .modal-popup .modal-inner-wrap {
    width: 100%;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 30px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -30px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 30px;
  }
  .checkout-index-index .opc-wrapper .form-discount .payment-option-inner {
    max-width: 490px;
  }
  .search-term-popular #popularSearch .block-search {
    width: 67.5%;
  }
  .search-term-popular #searchTerms {
    text-align: center;
  }
  .search-term-popular .search-terms {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .search-term-popular .search-terms li {
    width: calc(40%);
  }
  body.menu-open {
    overflow: hidden;
    -webkit-padding-end: 15px;
  }
  .mobile-minicart {
    display: none;
  }
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-wrapper > .breadcrumbs {
    box-sizing: border-box;
    width: 100%;
    background: #ebebeb;
  }
  .navigation {
    font-weight: 400;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 20px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 7.5px;
  }
  .header.content {
    padding: 15px 20px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 118px;
  }
  .header.content .account-dropdown-items {
    top: 100%;
    left: unset;
    max-width: 295px;
    right: 55px;
  }
  .header.content .requisition-header-link a {
    vertical-align: middle;
    margin-right: 5px;
    height: 18px;
    width: 18px;
  }
  .header.content .requisition-header-link a:before {
    top: 4px;
    height: 18px;
    width: 18px;
  }
  .dealername {
    font-size: 20px;
    line-height: 22px;
    margin-right: 30px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
    /*border-bottom: 1px solid @placeholder-color;*/
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 13px;
    padding-top: 13px;
    height: 52px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 30px;
  }
  .logo {
    margin: 0  15px 0 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .footer-logo-and-content-area {
    width: 40%;
    margin-right: 30px;
  }
  .footer.content .footer-logo-and-content-area .footer-logo-and-content p {
    color: #ffffff;
  }
  .footer.content .footer-menu-area {
    width: calc(60% - 30px);
  }
  .custom-footer-full-width {
    color: #ffffff;
    background-color: #0f5ea5;
  }
  .custom-footer-full-width .custom-footer-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .custom-footer-full-width .custom-footer-area .copyright {
    margin-bottom: 0;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 15px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 15px;
    padding-right: 15px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 30px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .wishlist-index-index .products-grid .product-item {
    width: calc((100% - 4%) / 2);
  }
  .page-layout-1column .filter-options .filter-options-content {
    padding: 15px;
  }
  #layered-filter-block .close {
    display: none;
  }
  .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 {
  .category-lists {
    width: 100%;
    list-style: none;
    padding-left: 0;
    padding-bottom: 15px;
  }
  .category-lists .list-category {
    display: inline-block;
    width: 32%;
    padding: 0 9px 5px 0;
    margin: 0 -4px 0 0;
  }
  .single-category {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    /*border: 1px solid @product-border-color;*/
    width: calc(20% - 10px);
  }
  .single-category h3 {
    font-size: 20px;
  }
  .brandlisting .catlist .item-group .brand-list-container .row.catgrid .brand-list-item {
    width: calc(19.5% - 40px);
    margin: 0 5px;
  }
  .brandlisting .catlist .item-group .brand-list-container .row.catgrid .brand-list-item .category-image {
    height: 120px;
    width: 120px;
  }
  .product.data.items.home-tab > .item.title > .switch {
    font-size: 3rem;
    font-weight: 600;
  }
  .catalog-category-view.page-layout-2columns-left .column.main {
    width: 75%;
  }
  .catalog-category-view.page-layout-2columns-left .sidebar-main {
    width: 25%;
  }
  .catalog-category-view .category-view .category-cms .listing-category .listing-item {
    width: calc((100% - 2%) / 3);
  }
  .catalog-category-view .category-view .category-cms .listing-category .listing-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .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: 0.5%;
    width: calc((100% - 2%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0.5%;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .modes {
    width: 11%;
    margin-right: 10px;
  }
  .page-products .toolbar .limiter {
    width: 25%;
    margin-right: 10px;
  }
  .sorter {
    width: 40%;
  }
  .sorter .sorter-options {
    width: 55%;
  }
  .toolbar-amount {
    width: 20%;
  }
  .buy-it-again .products-list .product-item-photo .list-gallery {
    margin-right: 20px;
  }
  .product-information {
    padding: 70px 0;
    font-size: 18px;
  }
  .product-information .container {
    gap: 40px;
  }
  .product-information .product-info {
    width: 400px;
  }
  .product-information .product-info h2 {
    font-size: 30px;
  }
  .product-information .table-wrapper {
    width: calc(100% - 400px);
  }
  .product-information .table-wrapper .table-caption {
    font-size: 22px;
  }
  .product-information .product-need-help {
    margin-top: 40px;
  }
  .custom-review-section {
    padding-bottom: 50px;
  }
  .custom-review-section h2 {
    font-size: 35px !important;
  }
  .product-related-section {
    padding: 50px 0 0;
  }
  .product-related-section .block {
    margin-bottom: 80px !important;
  }
  .product-related-section .block .title {
    margin-bottom: 40px;
  }
  .product-related-section .block .title strong {
    font-size: 35px !important;
  }
  .product.info.detailed .features ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    padding-left: 40px;
  }
  .product.info.detailed .product .type {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .product.info.detailed .product[role="tablist"] .type:after,
  .product.info.detailed .product.features .type:after,
  .product.info.detailed .product.specifications .type:after,
  .product.info.detailed .product.description .type:after,
  .product.info.detailed .product.downloads .type:after,
  .product.info.detailed .product.documents .type:after,
  .product.info.detailed .product.product-faq .type:after,
  .product.info.detailed .product.customer-reviews .type:after {
    padding: 6px;
  }
  .catalog-product-view .column.main {
    margin-top: 54px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 18px;
  }
  .product-info-main .page-title-wrapper .ruk_rating_snippet {
    padding-bottom: 18px;
  }
  .product-info-main .page-title-wrapper .ruk_rating_snippet .ruk-rating-snippet-count {
    font-size: 20px;
  }
  .product-info-main .page-title-wrapper .ruk_rating_snippet i {
    font-size: 24px;
  }
  .product-info-main .prod_details {
    margin-bottom: 18px;
    grid-column-gap: 10px;
    grid-row-gap: 16px;
  }
  .product-info-main .price-box {
    margin-top: 20px;
  }
  .product-info-main .price-box .price-wrapper > span.price {
    font-size: 40px !important;
  }
  .product-info-main .box-tocart .field.qty {
    margin: 0 15px 0 0 !important;
    width: 145px;
  }
  .product-info-main .box-tocart .field.qty div.mage-error {
    position: absolute;
  }
  .product-info-main .box-tocart .actions {
    width: calc(100% - 223px);
    padding: 0 !important;
    margin: 0 15px 0 0 !important;
  }
  .product-faq {
    padding: 70px 20px;
  }
  .product-faq .faq-wrapper {
    flex-direction: row !important;
    align-items: baseline;
  }
  .product-faq .faq-wrapper > h3 {
    width: 30%;
    font-size: 35px;
    line-height: 40px;
    margin: 0;
    position: sticky;
    top: 20px;
  }
  .product-faq [data-content-type="faq"] {
    width: 70%;
  }
  .block-search {
    /*padding: 0 10px;*/
    width: calc(100% - 610px);
  }
  .block-search .block-content .form.minisearch {
    position: relative;
    /*                .search-by-category{
                                    width: 102px;
                
                                    #category_search_field {
                                        width: 94px;
                                             padding: 7px 5px 8px;
                                        font-size: 20px;
                                    }
                                }*/
    /*                .field.search {
                                    width: calc(~"100% - 154px");
                                }*/
  }
  .block-search input {
    padding-right: 20px;
  }
  .block-search input::placeholder {
    font-size: 20px;
    line-height: 30px;
  }
  .header.content .account-dropdown .account-dropdown-title {
    max-width: 160px;
  }
  .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;
  }
  .about-container h1 {
    font-size: 40px;
  }
  .about-container .our-team .container .team_members.owl-carousel {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about-container .our-team .container .team_members.owl-carousel .team_member {
    max-width: 30%;
    margin-left: 0;
    margin-right: 0;
  }
  .testimonial-container h2 {
    font-size: 40px;
    line-height: 50px;
    padding: 30px 0;
  }
  .testimonial-container .top-banner {
    height: 425px;
  }
  .testimonial-container .top-banner h1 {
    max-width: 828px;
  }
  .testimonial-container .top-banner p {
    max-width: 828px;
  }
  #home_banner .banner-content {
    left: 65px;
    width: 80%;
    font-size: 20px;
  }
  #home_banner .banner-content h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .pdp-footer-container .footer-content {
    justify-content: space-around;
  }
  .pdp-footer-container .footer-content .footer-element img {
    width: auto;
    height: auto;
  }
  .featured-category .category-items {
    width: calc(25% - 12px);
    margin-right: 10px;
  }
  .featured-category .category-items:nth-child(even) {
    margin-right: 10px;
  }
  .featured-category .category-items:last-child {
    margin-right: 0;
  }
  .post-shop-by-category .post-shop-by-category-left,
  .post-shop-by-category .post-shop-by-category-right {
    width: calc(50% - 0px);
  }
  .post-shop-by-category .post-shop-by-category-left .desktop,
  .post-shop-by-category .post-shop-by-category-right .desktop {
    height: 100%;
  }
  .post-shop-by-category .post-shop-by-category-right-full {
    margin-bottom: 15px;
  }
  .post-shop-by-category .post-shop-by-category-left {
    margin-bottom: 0;
  }
  .post-shop-by-category .post-shop-by-category-right {
    padding-left: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .post-shop-by-category .post-shop-by-category-right .post-shop-by-category-right-half {
    width: 49%;
    box-sizing: border-box;
    clear: both;
  }
  .post-shop-by-category .post-shop-by-category-left .botom,
  .post-shop-by-category .post-shop-by-category-right .botom,
  .post-shop-by-category .post-shop-by-category-right-full .botom,
  .post-shop-by-category .post-shop-by-category-right-half .botom {
    top: 0;
  }
  .post-shop-by-category .post-shop-by-category-left .post-shop-by-category-content,
  .post-shop-by-category .post-shop-by-category-right .post-shop-by-category-content,
  .post-shop-by-category .post-shop-by-category-right-full .post-shop-by-category-content,
  .post-shop-by-category .post-shop-by-category-right-half .post-shop-by-category-content {
    padding: 10px 10px 0 10px;
  }
  .post-shop-by-category .post-shop-by-category-left .post-shop-by-category-content p,
  .post-shop-by-category .post-shop-by-category-right .post-shop-by-category-content p,
  .post-shop-by-category .post-shop-by-category-right-full .post-shop-by-category-content p,
  .post-shop-by-category .post-shop-by-category-right-half .post-shop-by-category-content p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .post-shop-by-category .post-shop-by-category-left .post-shop-by-category-content h2,
  .post-shop-by-category .post-shop-by-category-right .post-shop-by-category-content h2,
  .post-shop-by-category .post-shop-by-category-right-full .post-shop-by-category-content h2,
  .post-shop-by-category .post-shop-by-category-right-half .post-shop-by-category-content h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .contact-index-index .page-title {
    font-size: 40px;
  }
  .contact-index-index .form.contact .actions-toolbar {
    margin-left: 11.8%;
  }
  .contact-index-index .page-main {
    max-width: 1000px;
  }
  .form.contact .field .first-name,
  .form.contact .field .last-name {
    max-width: 345px;
  }
  .form.contact .field .order-number {
    max-width: 332px;
  }
  .block.newsletter .title {
    width: 55%;
  }
  .block.newsletter .content {
    width: calc(45% - 40px);
  }
  .block.newsletter .field.newsletter {
    min-width: 260px;
    min-width: unset;
    max-width: unset;
    width: calc(100% - 138px);
  }
  .requisition-popup.add_to_requisition_popup .fieldset > .field:not(.choice) > .control {
    width: 370px;
  }
  .logo {
    margin: 0 50px 0 0;
  }
  .dealername {
    margin-right: 50px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    width: 32.5%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px), print {
  .category-lists {
    width: 100%;
    list-style: none;
    padding-left: 0;
    padding-bottom: 15px;
  }
  .category-lists .list-category {
    display: inline-block;
    width: 32.8%;
    padding-right: 9px;
    margin: 0 -4px 0 0;
  }
  .category-lists .list-category:nth-child(3n) {
    padding-right: 0;
  }
  .brandlisting .catlist .item-group .brand-list-container .row.catgrid .brand-list-item {
    width: calc(19.5% - 47px);
  }
  .brandlisting .catlist .item-group .brand-list-container .row.catgrid .brand-list-item .category-image {
    height: 168px;
    width: 168px;
  }
  /*    .modes {
                 margin-right: 30px;
        }*/
  .page-products .toolbar .limiter {
    width: 22%;
  }
  .toolbar-amount {
    width: 18%;
  }
  .sorter {
    width: 45%;
  }
  .sorter .sorter-action {
    margin-left: 10px;
  }
  .product-info-main #product_addtocart_form,
  .product-options-bottom #product_addtocart_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product-info-main #product_addtocart_form .product-options-bottom,
  .product-options-bottom #product_addtocart_form .product-options-bottom {
    width: 50%;
  }
  .product-info-main #product_addtocart_form .product-options-wrapper,
  .product-options-bottom #product_addtocart_form .product-options-wrapper {
    width: 40%;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: block;
  }
  .product-info-main .box-tocart .action.tocart,
  .product-options-bottom .box-tocart .action.tocart,
  .product-info-main .box-tocart .action.tocart,
  .product-options-bottom .box-tocart .action.tocart {
    width: 100%;
  }
  .product.info.detailed .product[role="tablist"] .value > div,
  .product.info.detailed .product.features .value > div,
  .product.info.detailed .product.specifications .value > div,
  .product.info.detailed .product.description .value > div {
    margin-bottom: 55px;
  }
  .block-search {
    padding: 0 30px;
    width: calc(100% - 640px);
  }
  .header.content .account-dropdown .account-dropdown-title {
    max-width: 200px;
  }
  .checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items {
    width: calc(100% - 380px);
  }
  .checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item {
    width: calc((100% - 2%) / 4);
  }
  .checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item:nth-child(3n + 1) {
    margin-left: 0.5%;
  }
  .checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item:first-child {
    margin-left: 0;
  }
  .checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items {
    width: calc(100% - 380px);
  }
  .checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item {
    width: calc((100% - 2%) / 4);
  }
  .checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item:nth-child(3n + 1) {
    margin-left: 0.5%;
  }
  .checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item:first-child {
    margin-left: 0;
  }
  .search-container {
    width: 945px;
  }
  .search-container .search-box {
    width: 100%;
    height: 55px;
  }
  .arrow-up {
    margin: 0 0 -45px 104.7%;
  }
  .arrow-down {
    margin: -2px 0px -40px 104.7%;
  }
  .more-help .vl {
    left: 22.7%;
  }
  .more-help .vl2 {
    left: 78.3%;
  }
  .post-featured-block-row-1 .block-content-1,
  .post-featured-block-row-2 .block-content-1 {
    padding-left: 85px;
  }
  .post-featured-block-row-1 .block-content-1 p,
  .post-featured-block-row-2 .block-content-1 p {
    font-size: 20px;
  }
  .post-featured-block-row-2 .block-content-1 {
    padding-right: 85px;
    padding-left: 0;
  }
  .customer-account-login .page-main .page-title-wrapper,
  .customer-account-create .page-main .page-title-wrapper {
    width: 1077px;
  }
  .opc-wrapper .form-giftcard-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .opc-wrapper .form-giftcard-account .payment-option-inner {
    width: 490px;
    margin-right: 40px;
  }
  .checkout-index-index .opc-wrapper .form-discount .payment-option-inner {
    width: 490px;
    margin-right: 40px;
  }
  .checkout-index-index .checkout-container .checkout-payment-method .form.form-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header.content .requisition-header-link a {
    margin-right: 10px;
    width: 20px;
    height: 24px;
  }
  .header.content .requisition-header-link a:before {
    top: 11px;
    height: 24px;
    width: 22px;
  }
  .dealername {
    margin-right: 68px;
  }
  .wishlist-index-index .products-grid .product-item {
    width: 24.3%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-left: calc((100% - 4 * 24.3%) / 3);
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  /*    .cart-container {
        .form-cart {
            width: 59%;
        }
        .cart-gift-item {
            width: 59%;
        }
    }*/
  .page-wrapper .breadcrumbs {
    margin-bottom: 25px;
  }
  .category-lists {
    padding-left: 0;
    padding-bottom: 15px;
  }
  .category-lists .list-category {
    width: 32.85%;
    padding: 0 9px 5px 0;
    margin: 0 -4px 0 0;
  }
  .category-lists .list-category:nth-child(3n) {
    padding-right: 0;
  }
  .cms_category .cat_links_container .hd {
    margin-bottom: 15px;
  }
  /*    .child-categories {
            .items {
                .item {
                    width: 12%;
                }
            }
        }*/
  .pgp-catalog .table.list .price-box .sales-amount {
    display: inline;
  }
  .brandlisting .catlist .item-group .brand-list-container .row.catgrid {
    text-align: left;
  }
  .brandlisting .catlist .item-group .brand-list-container .row.catgrid .brand-list-item {
    width: calc(16.66% - 45px);
    margin: 0 25px;
  }
  .footer.content .footer-logo-and-content-area {
    max-width: 457px;
    margin-bottom: 70px;
    margin-right: 50px;
    width: 21%;
  }
  .footer.content .footer-menu-area {
    width: calc(100% - 345px);
  }
  .footer-menu-area .footer-menu {
    width: 25%;
  }
  .footer-menu-area .footer-menu:first-child {
    width: 45%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: .7%;
    width: calc((100% - 4%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 1%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .catalog-category-view .category-view .category-cms .listing-category .listing-item {
    margin-left: .7%;
    width: calc((100% - 4%) / 4);
  }
  .catalog-category-view .category-view .category-cms .listing-category .listing-item:nth-child(2n + 1),
  .catalog-category-view .category-view .category-cms .listing-category .listing-item:nth-child(3n + 1) {
    margin-left: .7%;
  }
  .catalog-category-view .category-view .category-cms .listing-category .listing-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary form {
    width: 62.3%;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary form .field.qty .control .btn.decrement {
    width: 50px;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary form .field.qty .control .input-text.qty {
    width: 100px;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary form .field.qty .control .btn.increment {
    width: 50px;
  }
  .toolbar-amount {
    width: 25%;
  }
  .modes {
    width: 14%;
  }
  .page-products .toolbar .limiter {
    width: 20%;
    margin-right: 33px;
  }
  .sorter {
    width: 36%;
  }
  .sorter .sorter-action {
    margin-left: 30px;
  }
  .buy-it-again.owl-theme .owl-nav {
    top: 40%;
  }
  .catalog-page-bottom-content .article-section .article-box-area .article-box .article-content-area {
    padding: 20px 30px;
  }
  .product-info-main #product_addtocart_form .product-options-wrapper,
  .product-options-bottom #product_addtocart_form .product-options-wrapper,
  .product-info-main #product_addtocart_form .product-options-bottom,
  .product-options-bottom #product_addtocart_form .product-options-bottom {
    width: 45%;
  }
  .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;
  }
  .block.related .owl-theme .owl-nav,
  .block.upsell .owl-theme .owl-nav {
    top: 40%;
  }
  .product-info-main .custom-attributes .table-wrapper .additional-attributes tbody tr th {
    width: 50px;
  }
  .product-related-section .block {
    padding: 0 30px;
  }
  .product-info-main .box-tocart .actions .action.tocart {
    font-size: 20px;
  }
  .product-info-main .box-tocart .action.tocart:before {
    margin-right: 10px;
  }
  .block-search {
    /*padding: 0 30px;*/
    width: calc(100% - 654px);
  }
  .block-search input {
    padding-right: 55px;
  }
  .block-search .block-content .form.minisearch {
    /*                .search-by-category{
                                    width: 140px;
                
                                    #category_search_field {
                                        width: 130px;
                                        padding: 7px 10px 8px;
                                        font-size: 20px;
                
                                    }
                                }*/
    /*                .field.search {
                                    width: calc(~"100% - 195px");
                                }*/
  }
  .block-search .block-content .form.minisearch .actions .action.search {
    width: 56px;
  }
  .about-container .our-team .container .team_members.owl-carousel .team_member {
    max-width: 355px;
  }
  #home_banner {
    position: relative;
  }
  #home_banner .banner-content {
    position: absolute;
    top: 20%;
    left: 5%;
    color: #fff;
    width: 60%;
  }
  .banner-image {
    /*height: 487px;*/
    width: 100%;
  }
  .banner-image-mobile {
    display: none;
  }
  .banner-button {
    padding-top: 30px;
  }
  .arrow-up {
    margin: 0 0 -45px 105%;
  }
  .arrow-down {
    margin: -2px 0px -40px 105%;
  }
  .pdp-footer-container .footer-content {
    width: 1220px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }
  .post-shop-by-category .post-shop-by-category-left .post-shop-by-category-content,
  .post-shop-by-category .post-shop-by-category-right .post-shop-by-category-content,
  .post-shop-by-category .post-shop-by-category-right-full .post-shop-by-category-content,
  .post-shop-by-category .post-shop-by-category-right-half .post-shop-by-category-content {
    padding: 20px 10px 0 35px;
  }
  .post-shop-by-category .post-shop-by-category-left .post-shop-by-category-content p,
  .post-shop-by-category .post-shop-by-category-right .post-shop-by-category-content p,
  .post-shop-by-category .post-shop-by-category-right-full .post-shop-by-category-content p,
  .post-shop-by-category .post-shop-by-category-right-half .post-shop-by-category-content p {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  .post-shop-by-category .post-shop-by-category-left .post-shop-by-category-content h2,
  .post-shop-by-category .post-shop-by-category-right .post-shop-by-category-content h2,
  .post-shop-by-category .post-shop-by-category-right-full .post-shop-by-category-content h2,
  .post-shop-by-category .post-shop-by-category-right-half .post-shop-by-category-content h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .featured-category .category-items img {
    max-height: 235px;
  }
  .featured-category .category-items .feature-content {
    height: 175px;
  }
  .contact-index-index .page-title-wrapper {
    margin: 45px 0 15px;
  }
  .contact-index-index .page-main {
    max-width: 1400px;
  }
  .contact-index-index .form.contact .actions-toolbar {
    margin-left: 22.3%;
  }
  .form.contact .field .first-name {
    margin-right: 54px;
  }
  .form.contact .field .email,
  .form.contact .field .message {
    max-width: 750px;
  }
  .form.contact .field.captcha {
    max-width: 750px;
    margin-right: 0;
  }
  .form.contact .field.captcha .control {
    width: 750px;
  }
  .contact-stc-block {
    width: 1440px;
  }
  .contact-stc-block h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .contact-stc-block .contact-stc-link {
    padding: 36px 132px;
  }
  .contact-stc-block .contact-stc-link:nth-child(2n+1) {
    margin-right: 20px;
  }
  .contact-stc-block .contact-stc-link:nth-child(3n+1) {
    margin-right: 0px;
  }
  .filter-options {
    padding: 25px 15px;
  }
  .page-footer .custom-newsletter-area {
    padding: 0;
  }
  .block.newsletter {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }
  .block.newsletter .title {
    width: 52%;
  }
  .block.newsletter .content {
    width: calc(48% - 40px);
  }
  .search-term-popular .page-title-wrapper {
    margin-top: 20px;
  }
  .search-term-popular .page-title-wrapper .page-title {
    font-size: 40px;
  }
  .header.content {
    padding: 20px;
  }
  .header.content .account-dropdown {
    margin-left: 30px;
  }
  body {
    max-width: 1920px;
    margin: 0 auto;
  }
  .footer-menu-area {
    margin-bottom: 70px;
  }
  .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 21%;
    width: calc(100% + 100px);
    margin-left: -50px;
  }
  .owl-theme .owl-nav button.owl-next,
  .owl-theme .owl-nav button.owl-prev {
    position: absolute;
    background-image: url(../images/left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 31px;
    width: 31px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 0px;
  }
  .owl-theme .owl-nav button.owl-next:hover,
  .owl-theme .owl-nav button.owl-prev:hover {
    background-image: url(../images/left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    opacity: .7;
  }
  .owl-theme .owl-nav button.owl-next:active,
  .owl-theme .owl-nav button.owl-prev:active {
    box-shadow: noneF;
  }
  .owl-theme .owl-nav button.owl-next span,
  .owl-theme .owl-nav button.owl-prev span {
    display: none;
  }
  .owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .owl-theme .owl-nav .owl-next {
    left: unset;
    right: 0;
    transform-style: ;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(180deg);
  }
}
@media all and (min-width: 1440px) and (min-width: 1921px), print and (min-width: 1921px) {
  .minicart-wrapper .block-minicart {
    position: absolute;
    top: -83px;
    right: -260px;
  }
  .hamburger-menu:after {
    width: 190%;
    max-width: unset;
  }
  .hamburger-menu:before {
    width: 180%;
  }
}
