@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic.less');
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.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%);
}
.cloud-zoom-lens {
  border: 1px solid #000000;
  margin: -4px;
  background-color: none;
  cursor: crosshair;
  box-shadow: 0 0 10 rgba(0, 0, 0, 0.4);
}
.cloud-zoom-title {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute !important;
  background-color: #000000;
  color: #FFFFFF;
  padding: 3px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  top: 0px;
}
.cloud-zoom-big {
  border: 4px solid #CCCCCC;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: left top;
}
.cloud-zoom-loading {
  color: #FFFFFF;
  background: #222222;
  padding: 3px;
  border: 1px solid #000000;
}
.product-view .product-img-box .product-image-zoom {
  overflow: visible;
}
.product.media .gallery-placeholder .more-views ul {
  list-style-type: none;
}
.product.media .gallery-placeholder .more-views ul li {
  float: left;
}
@charset "UTF-8";
/* MEDIA QUERIES */
@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;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.column.main .amfinder-horizontal form {
  width: 100%;
  display: block;
}
.column.main .amfinder-horizontal .amfinder-toggle .dropdown-element.amshopby-clearer {
  bottom: 0;
  position: absolute;
  width: 100%;
}
@media all and (max-width: 767px) {
  .amfinder-horizontal .amfinder-toggle {
    padding-top: 30px;
  }
}
.amfinder-horizontal .am-item {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 30px;
  position: relative;
}
@media all and (min-width: 1170px) {
  .amfinder-horizontal .am-item {
    width: 32%;
    margin-top: 20px;
    border-right: 1px solid #d7d7d7;
  }
}
@media all and (max-width: 1169px) {
  .amfinder-horizontal .am-item {
    margin-bottom: 20px;
    width: 50%;
  }
  .amfinder-horizontal .am-item:nth-of-type(1) {
    border-right: 1px solid #d7d7d7;
  }
}
.amfinder-horizontal .am-item:nth-last-child(2) {
  border-right: none;
}
@media all and (max-width: 1169px) {
  .amfinder-horizontal .am-item:nth-last-child(2) {
    width: 100%;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .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,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 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: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .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 {
    margin-left: 10px;
  }
  .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 {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #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 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 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: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: '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 5px 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 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .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 20px;
    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: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #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: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    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 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;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  #single-sku-form .field {
    margin-right: 5%;
    margin-bottom: 0;
  }
  #single-sku-form .single-search {
    width: 80%;
  }
  #single-sku-form .single-qty {
    width: 10%;
  }
  #single-sku-form .single-qty .input-text {
    text-align: center;
  }
  #single-sku-form .single-qty .control {
    position: relative;
  }
  #single-sku-form .single-qty div.mage-error {
    position: absolute;
    width: 100%;
    left: 0px;
    min-width: 200px;
    display: block;
  }
  #multiple-sku-form .sku-list-input {
    width: 95%;
  }
  #import-sku-form .fieldset {
    padding-right: 20px;
  }
  #aw-qo-toolbar .toolbar-content-items #import-sku-form .actions-toolbar {
    margin: auto 0 0 0;
  }
  #aw-qo-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #aw-qo-toolbar .toolbar-nav-items {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    line-height: 1;
  }
  #aw-qo-toolbar .toolbar-nav-items .nav-item {
    margin: 0 0 0 20px;
  }
  #aw-qo-toolbar .toolbar-content-items {
    width: 65%;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  #aw-qo-toolbar .toolbar-content-items .fieldset .field {
    margin-bottom: 0;
  }
  #aw-qo-toolbar .toolbar-content-items .form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #aw-qo-toolbar .toolbar-content-items .actions-toolbar {
    margin-top: 27px;
  }
  #aw-qo-toolbar .toolbar-content-items .actions-toolbar .primary .action {
    margin: 0;
  }
  .aw-qo-popup__columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .qo-configurator-popup .modal-inner-wrap {
    max-width: 600px;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .amlocator-main-container .amlocator-search-container {
    width: 33%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 5px;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    color: #1979c3;
    background: #fff;
    margin-top: 10px;
    width: 100%;
    margin-left: auto;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover,
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus {
    color: #fff;
    background: #1979c3;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block.-separator {
    display: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    width: 67%;
    height: 80vh;
    max-height: 800px;
    padding-left: 15px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    order: inherit;
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map button {
    top: 0 !important;
    right: 0 !important;
  }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
    display: block;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-hidden-filter {
    display: none;
  }
  .amlocator-location-main .amlocator-location-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left,
  .amlocator-location-main .amlocator-location-container .amlocator-block.-grey {
    background: #fbfbfb;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
    width: 33%;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right {
    display: block;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 60vh;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-location-reviews .amlocator-wrapper {
    margin-right: auto;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-attributes-wrapper .amlocator-collapse-title {
    display: none;
  }
  .amlocator-location-main .amlocator-location-attribute {
    width: 50%;
    margin-bottom: 10px;
  }
  .amlocator-location-main .amlocator-location-attribute:not(:first-of-type) {
    margin-top: 0;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(odd) {
    float: left;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(even) {
    float: right;
  }
  .amlocator-attributes-container {
    display: block;
  }
  .amlocator-popup-overlay .amlocator-review-popup {
    width: 30%;
    min-width: 330px;
  }
  .amlocator-popup-overlay .field.review-field-ratings .control {
    width: inherit;
  }
  .items.payment-methods .certificates {
    text-align: right;
  }
  .ws_embed_sms_notification {
    text-align: center !important;
  }
  .ws_embed_sms_notification .inline-block {
    display: inline-block;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 4%;
    font-size: 10px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 325px;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    padding-top: 5px;
    width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: -3px;
    margin-left: -5px;
    border-radius: 0;
  }
  .theme-pearl #ws_embed_sms_notification {
    max-width: 1030px;
  }
  .theme-pearl #ws_embed_sms_notification.sms-center-design-2 {
    margin: 0 auto 60px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-phone-dsg-2 {
    width: 160px;
    padding-left: 24px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-country-pc-dsg2 {
    width: 33%;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 140px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    height: 50px;
    border-radius: 0;
    margin-top: -3px;
  }
  .table-checkout-shipping-method tr.row-eta {
    display: none;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .page-products .products-list .product-item-info .product-image-list {
    position: relative;
  }
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v1,
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: none;
  }
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    bottom: 30px;
    z-index: 9;
    width: calc(100% - 30px);
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
  }
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    z-index: 9;
    position: absolute;
    text-indent: -10000px;
    width: 33px;
    height: 35px;
    background-image: url('../WeltPixel_Quickview/images/quickview.png');
    background-repeat: no-repeat;
    bottom: 30px;
    right: 30px;
  }
  .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%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .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: #7d7d7d;
    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: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .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 .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: 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;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 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 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .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: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .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 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .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: 14px;
    margin-bottom: 20px;
    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 10px 10px 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: 20px;
  }
  .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: 20px;
  }
  .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 20px;
    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 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .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 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .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;
  }
  .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: 20px;
  }
  .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: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .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: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .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: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .sidebar-main .amfinder-toggle {
    padding: 0;
  }
  .sidebar-main .amfinder-toggle .amfinder-select {
    padding: 0 15px 0 5px;
  }
  .sidebar-main .amfinder-toggle .amfinder-select-wrapper:after,
  .sidebar-main .amfinder-toggle .amfinder-dropdown:after {
    background-size: 10px;
    width: 20px;
  }
  .sidebar-main .amfinder-toggle .amfinder-dropdown {
    padding: 0 15px 0 5px;
    word-break: break-all;
  }
  .sidebar-main .amfinder-toggle .amfinder-details {
    margin: 5px 0 0;
    width: 100%;
    min-width: 170px;
  }
  .sidebar-main .amfinder-toggle .amfinder-buttons > .button {
    width: 48%;
    padding: 8px;
  }
  .sidebar-main .amfinder-horizontal .am-item {
    min-width: 100%;
  }
  .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;
  }
  .page-header .navigation ul {
    display: flex;
    justify-content: space-between;
  }
  .minicart-wrapper div.block-minicart {
    right: 0;
    top: 100%;
    width: 285px;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 35%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .ws_embed_sms_notification {
    max-width: 1015px;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 9%;
    font-size: 14px;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .widget-blog-posts ol.post-list li.item {
    width: calc((100% - (2% * (4 - 1))) / 4);
  }
  .widget-blog-posts ol.post-list li.item:nth-child(2n + 1) {
    clear: none;
    margin-left: 2%;
  }
  .widget-blog-posts ol.post-list li.item:nth-child(4n + 1) {
    clear: left;
    margin-left: 0 !important;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products #maincontent .products-grid .product-item {
    margin: 0 0 20px;
    padding: 0 15px;
    width: calc(100% / 3);
  }
  .block.related .products-grid {
    margin: 0 -10px 15px;
  }
  .block.related .products-grid .product-item {
    padding: 0 5px;
    width: 100%;
  }
  .page-products #maincontent .products-grid .product-item {
    margin: 0 0 20px;
    padding: 0 15px;
    width: calc(100% / 3);
  }
  .block.crosssell .products-grid {
    margin: 0 -10px 15px;
  }
  .block.crosssell .products-grid .product-item {
    padding: 0 5px;
    width: 100%;
  }
}
@media all and (min-width: 1440px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right;
  }
  .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;
  }
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #a89072;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
a.custom-button,
a.custom-button-main {
  display: inline-block;
  width: 146px;
  height: 40px;
  position: relative;
  right: 35px;
  text-transform: uppercase;
  background-color: #a89072;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #f7f7f7;
  border: 1px solid #a89072;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.custom-button:hover,
a.custom-button-main:hover {
  background-color: #f7f7f7;
  color: #a89072;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.custom-button-main {
  clear: both;
  display: block;
  width: auto;
  max-width: 274px;
  margin: 0 auto;
  left: 0;
}
a.custom-button-main.light-button {
  background: #EBEBEB;
  color: black;
  border: none;
  max-width: 200px;
}
.action {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  user-select: none;
}
.action.primary,
.action.primary:focus,
.gform_button.button {
  padding: 7px 20px!important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background: #a89072;
  color: #fff;
  border-color: transparent;
}
.action.primary:hover,
.action.primary:focus:hover {
  background-color: transparent;
  color: #a89072;
  border-color: #a89072;
}
.action.secondary,
.action.secondary:focus {
  padding: 7px 20px!important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background: transparent;
  color: #a89072;
  border: 1px solid #a89072;
}
.action.secondary:hover,
.action.secondary:focus:hover {
  background-color: #a89072;
  color: #fff;
  border-color: #a89072;
}
.action.gray {
  border: 1px solid #dddddd;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  font-size: 13px;
  line-height: 35px;
  padding: 0 17px;
  display: inline-block;
  margin: 5px 0px;
  text-transform: uppercase;
  transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  background: #eeeeee none repeat scroll 0 0;
}
.action.gray:hover {
  background: #a89072;
  color: #ffffff;
  border-color: #a89072;
}
/* Reset ================================================================================= */
* {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font: 13px/1.55 "Open Sans", Arial, Helvetica, sans-serif;
  color: #757575;
  text-align: left;
}
img {
  border: 0;
  vertical-align: top;
}
body a {
  color: #666666;
  outline: medium none !important;
}
body a:visited {
  color: inherit;
}
body a:hover {
  color: #a89072;
  text-decoration: none;
}
:focus {
  outline: 0;
}
.label {
  color: #333333;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #333;
  font: 12px/1.55 "Open Sans", Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 20px;
  font-weight: normal;
}
h2 {
  font-size: 18px;
  font-weight: normal;
}
h3 {
  font-size: 16px;
  font-weight: bold;
}
h4 {
  font-size: 14px;
  font-weight: bold;
}
h5 {
  font-size: 12px;
  font-weight: bold;
}
h6 {
  font-size: 11px;
  font-weight: bold;
}
ul {
  list-style: none;
  padding: 0;
}
/* Forms */
form {
  display: inline;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}
/* Table */
table {
  border: 0;
  /*border-collapse:collapse;*/
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
/* Content */
strong {
  font-weight: bold;
}
address {
  font-style: normal;
  line-height: 1.35;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
small,
big {
  font-size: 1em;
}
input.input-text,
select,
textarea {
  background: #fbfbfb;
  border: 1px solid #ddd;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
@media (min-width: 769px) {
  .hide-desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}
.page-wrapper {
  position: relative;
}
body.sticky .page-wrapper {
  padding-top: 115px;
}
.title-page h2 {
  color: #333333;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.title-page h4 {
  color: #f39a18;
  font-size: 14px;
}
.title-page {
  text-align: center;
}
.owl-item.active .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-item.active .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInDown {
  -webkit-animation-name: none;
  animation-name: none;
}
/*Header Styles*/
.page-wrapper .page-header {
  position: relative;
  margin: 0;
  padding: 0;
  color: #666666;
  background-color: white;
  border-bottom: 1px solid #ebebeb;
  z-index: 100;
}
@media (min-width: 768px) {
  .page-wrapper .page-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 0 3px #666;
    padding-bottom: 0;
  }
  .page-wrapper .page-header.sticky .header.content {
    padding-top: 5px;
  }
  .page-wrapper .page-header.sticky .logo {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.page-wrapper .page-header .header.content {
  display: flex;
  justify-content: space-between;
  padding: 19px 15px 0;
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header.content {
    padding: 0;
    flex-direction: column-reverse;
  }
}
.page-wrapper .page-header .header.content:before,
.page-wrapper .page-header .header.content:after {
  content: none;
}
.page-wrapper .page-header .logo {
  margin-left: 0;
}
@media (max-width: 767px) {
  .page-wrapper .page-header .logo {
    margin-left: 20px;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .page-wrapper .page-header .logo {
    margin-bottom: 0;
  }
  .page-wrapper .page-header .logo img {
    width: 170px;
    margin-bottom: 10px;
  }
}
.page-wrapper .page-header .header-menu-container {
  display: flex;
  line-height: 60px;
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header-menu-container {
    line-height: 52px;
    border-bottom: 1px solid #bbbbbb;
  }
}
.page-wrapper .page-header .block {
  margin: 0;
}
.page-wrapper .page-header .block-search {
  width: auto;
}
.page-wrapper .page-header .header-menu-right {
  align-items: flex-start;
}
@media (max-width: 1100px) {
  .page-wrapper .page-header .header-menu-right {
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 195px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header-menu-right {
    position: static;
    width: fit-content;
    margin: 0 auto;
  }
}
.page-wrapper .page-header .header-menu-right > .block {
  margin: 0;
  padding: 0;
  position: relative;
  height: 50px;
}
.page-wrapper .page-header .header-icon {
  cursor: pointer;
  position: relative;
  padding: 0 15px;
}
.page-wrapper .page-header .header-icon:after {
  background: #e3e3e3 none repeat scroll 0 0;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  top: 26px;
  width: 1px;
}
.page-wrapper .page-header .header-icon i {
  font-size: 18px;
  vertical-align: middle;
  font-weight: 600;
  color: #666666;
}
.page-wrapper .page-header .block-user-links {
  order: -1;
  vertical-align: sub;
  margin: 0 5px 0 10px;
  align-items: flex-start;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .page-wrapper .page-header .block-user-links {
    order: 1;
  }
}
.page-wrapper .page-header .block-user-links .account a {
  position: relative;
  padding-right: 10px;
  margin-right: 5px;
}
.page-wrapper .page-header .block-user-links .account a:after {
  background: #e3e3e3 none repeat scroll 0 0;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  top: 6px;
  width: 1px;
}
.page-wrapper .page-header .block-user-links a {
  color: #636363;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .page-wrapper .page-header .block-user-links a {
    font-size: 12px;
    font-weight: 700;
  }
}
.page-wrapper .page-header .header-menu-left {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .page-wrapper .page-header .header-menu-left {
    position: static;
    margin-top: 5px;
  }
}
.page-wrapper .page-header .mage-dropdown-dialog {
  transform: scale(0) rotate(0deg);
  -moz-transform: scale(0) rotate(0deg);
  -webkit-transform: scale(0) rotate(0deg);
  -o-transform: scale(0) rotate(0deg);
  padding: 0 25px;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  min-width: 210px;
  z-index: 35;
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  background: #fff;
  visibility: hidden;
  border-width: 1px;
  border-color: #e3e3e3;
  border-style: solid;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important;
}
.page-wrapper .page-header .active ~ .mage-dropdown-dialog {
  opacity: 1;
  visibility: visible;
  transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
}
.page-wrapper .page-header .block-search .mage-dropdown-dialog {
  width: 320px;
  padding: 0 12px;
}
@media all and (max-width: 767px) {
  .page-wrapper .page-header .block-search .mage-dropdown-dialog {
    top: 47px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper .page-header .block-search .mage-dropdown-dialog {
    left: -100%;
    right: auto;
    margin: 0 auto;
  }
}
.page-wrapper .page-header .block-search label {
  line-height: 50px;
}
.page-wrapper .page-header .block-search .control {
  position: relative;
  line-height: initial;
}
.page-wrapper .page-header .block-search .actions button {
  position: absolute;
  top: 13px;
  right: 12px;
  width: 16px;
  height: 16px;
  padding: 0;
  background: none;
  border: none;
  line-height: 1;
}
.page-wrapper .page-header .block-search #search-button {
  top: 10px;
  width: 22px;
  height: 22px;
}
.page-wrapper .page-header .block-search #search-button:before {
  font-size: 26px;
}
.page-wrapper .page-header .navigation .level0.parent > .level-top {
  padding: 17px 15px 34px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  outline: medium;
  display: block;
  text-align: center;
  color: #333333;
  line-height: 17px;
}
@media (max-width: 991px) {
  .page-wrapper .page-header .navigation .level0.parent > .level-top {
    padding: 10px 14px;
    text-align: left;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
  }
  .page-wrapper .page-header .navigation .level0.parent > .level-top.ui-state-active:after {
    content: '-';
  }
  .page-wrapper .page-header .navigation .level0.parent > .level-top:after {
    content: '+';
    top: 10px;
    right: 1px;
    position: absolute;
    font-family: "Open Sans";
    font-size: 22px;
  }
  .page-wrapper .page-header .navigation .level0.parent > .level-top.next-is-opened:after {
    content: '-';
  }
}
.page-wrapper .page-header .navigation .level0.parent > .level-top > .ui-menu-icon {
  right: -8px;
}
.page-wrapper .page-header .navigation .level0.parent > .level-top > .ui-menu-icon:after {
  font-size: 27px;
}
@media all and (max-width: 991px) {
  .page-wrapper .page-header .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    content: none;
  }
}
.page-wrapper .page-header #search_autocomplete {
  right: 0;
  width: 750px !important;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-top: 3px solid #54a5cd;
}
.page-wrapper .page-header #search_autocomplete .autocomplete-list {
  width: 30%;
  float: left;
}
.page-wrapper .page-header #search_autocomplete .autocomplete-list .product-name {
  font-size: 13px;
}
.page-wrapper .page-header #search_autocomplete .autocomplete-list .price {
  color: #54a5cd;
}
.page-wrapper .page-header #search_autocomplete .autocomplete-list.product {
  width: 70%;
  float: right;
  border-left: 1px solid #e3e3e3;
}
.page-wrapper .page-header #search_autocomplete .autocomplete-list.product dd {
  width: 50%;
  float: left;
}
.page-wrapper .page-header #search_autocomplete .autocomplete-list dt,
.page-wrapper .page-header #search_autocomplete .autocomplete-list dd {
  border: none;
}
.page-wrapper .page-header .navigation .level0 > .level-top:hover,
.page-wrapper .page-header .navigation .level0.active > .level-top,
.page-wrapper .page-header .navigation .level0.has-active > .level-top {
  border: none;
}
@media all and (min-width: 992px) {
  .page-wrapper .page-header .navigation .level0 > .level-top:hover span:last-child,
  .page-wrapper .page-header .navigation .level0.active > .level-top span:last-child,
  .page-wrapper .page-header .navigation .level0.has-active > .level-top span:last-child {
    color: #a89072;
    border-bottom: 1px solid #aaa;
  }
}
.page-wrapper .page-header .links {
  line-height: 16px;
  margin: 6px 0 8px;
  border: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-wrapper .page-header .links li {
  margin: 0;
}
.page-wrapper .page-header .links li:nth-child(1) a:before,
.page-wrapper .page-header .links li:nth-child(3) a:before,
.page-wrapper .page-header .links li:nth-child(5) a:before,
.page-wrapper .page-header .links li:nth-child(7) a:before {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -1px;
}
.page-wrapper .page-header .links li:nth-child(1) a:before {
  content: "";
}
.page-wrapper .page-header .links li:nth-child(3) a:before {
  content: "";
}
.page-wrapper .page-header .links li:nth-child(5) a:before {
  content: "";
}
.page-wrapper .page-header .links li:nth-child(7) a:before {
  content: "";
}
.page-wrapper .page-header .links a {
  padding: 5px 0;
  display: block;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  line-height: normal;
}
/*Navigation Menu*/
@media (max-width: 991px) {
  .nav-toggle {
    display: inline-block;
    left: -40px;
    top: 1px;
  }
  .nav-toggle:before {
    color: #000000;
    font-weight: 700;
  }
  .nav-toggle.active:before {
    content: 'X';
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 600;
    color: #a89072;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nav-toggle {
    top: 70px;
    left: auto;
    right: 20px;
  }
}
@media (min-width: 992px) {
  .navigation .level0 .submenu {
    position: absolute;
  }
}
.navigation .level0 .submenu .active > a {
  border: none;
}
.navigation {
  position: static;
  background: none;
}
@media (max-width: 991px) {
  .navigation {
    display: none;
    position: absolute;
    top: calc(100%);
    left: 0;
    right: 0;
    background: #eeeeee;
  }
}
.navigation .ui-menu {
  position: static;
}
@media (max-width: 991px) {
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    display: none;
  }
}
.navigation .ui-menu-icon:after {
  font-size: 27px !important;
}
@media (max-width: 991px) {
  .navigation .submenu {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .navigation .submenu {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important;
  }
}
.navigation .all-category {
  display: none;
}
.navigation li.level0.category-item {
  position: static;
}
@media (max-width: 991px) {
  .navigation li.level0.category-item {
    width: 100%;
  }
}
.navigation li.level0.category-item .level0.submenu {
  padding: 0 20px 30px 30px;
  box-sizing: content-box;
}
@media (min-width: 1400px) {
  .navigation li.level0.category-item .level0.submenu {
    left: 50% !important;
    width: 1320px;
    position: absolute !important;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .navigation li.level0.category-item .level0.submenu {
    padding: 0;
  }
}
.navigation li.level0.category-item li.level1 {
  text-align: left;
  padding: 0;
}
@media (max-width: 991px) {
  .navigation li.level0.category-item li.level1:last-child > a:not(.active) {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .navigation li.level0.category-item li.level1 {
    float: left;
    width: 220px;
  }
}
.navigation li.level0.category-item li.level1 > a {
  padding: 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 32px;
  color: #333333;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  display: block;
}
@media (min-width: 992px) {
  .navigation li.level0.category-item li.level1 > a {
    margin: 28px 30px 10px 0;
  }
}
@media (max-width: 991px) {
  .navigation li.level0.category-item li.level1 > a {
    padding: 10px 14px;
    padding-left: 40px;
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation li.level0.category-item li.level1 > a .ui-state-active .ui-menu-icon:before {
    content: '-';
  }
  .navigation li.level0.category-item li.level1 > a .ui-menu-icon {
    position: absolute;
    top: 9px !important;
    right: 10px !important;
  }
  .navigation li.level0.category-item li.level1 > a .ui-menu-icon:before {
    content: '+';
    font-family: "Open Sans";
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .navigation li.level0.category-item li.level1 > a > .ui-menu-icon {
    display: none;
  }
}
.navigation li.level0.category-item li.level1 > a:hover,
.navigation li.level0.category-item li.level1 > a.ui-state-focus {
  background: none;
  color: #a89072;
}
@media (min-width: 992px) {
  .navigation li.level0.category-item li.level1 > a span:last-child {
    border-bottom: 1px solid #aaaaaa;
  }
}
.navigation li.level0.category-item .level1.submenu {
  display: block;
  position: static !important;
  text-align: left;
  border: none;
  min-width: auto;
  box-shadow: none !important;
}
@media (min-width: 992px) {
  .navigation li.level0.category-item .level1.submenu {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .navigation li.level0.category-item .level1.submenu {
    display: none;
  }
}
@media (max-width: 991px) {
  .navigation li.level0.category-item li.level2:last-child > a:not(.active) {
    border-bottom: none;
  }
}
.navigation li.level0.category-item li.level2 a {
  position: relative;
  font-size: 13px;
  padding: 0;
  display: block;
  line-height: 15px !important;
  margin: 10px 0 !important;
  padding-right: 5px !important;
  font-weight: 400;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .navigation li.level0.category-item li.level2 a {
    position: relative;
    font-size: 15px;
    line-height: 17px;
    padding: 10px 14px;
    margin: 0 !important;
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation li.level0.category-item li.level2 a .ui-state-active .ui-menu-icon:before {
    content: '-';
  }
  .navigation li.level0.category-item li.level2 a .ui-menu-icon {
    position: absolute;
    top: 9px !important;
    right: 10px !important;
  }
  .navigation li.level0.category-item li.level2 a .ui-menu-icon:before {
    content: '+';
    font-family: "Open Sans";
    font-size: 22px;
  }
}
.navigation li.level0.category-item li.level2 a:hover,
.navigation li.level0.category-item li.level2 a.ui-state-focus {
  background: none;
  color: #a89072;
}
.navigation li.level0.category-item li.level2 a > .ui-menu-icon {
  right: 30px;
}
@media (max-width: 991px) {
  .navigation li.level0.category-item li.level2 > a {
    padding-left: 50px;
  }
  .navigation li.level0.category-item li.level2 .level3 > a {
    padding-left: 60px;
  }
  .navigation li.level0.category-item li.level2 .level4 > a {
    padding-left: 70px;
  }
  .navigation li.level0.category-item li.level2 .level5 > a {
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .navigation li.level0.category-item li.level2 .submenu {
    left: 90% !important;
    top: 0 !important;
    min-width: 200px !important;
    padding: 5px 0 5px 30px;
  }
}
.navigation li.level0.category-item li.level3 a {
  padding-right: 25px !important;
}
.navigation li.level0.category-item li.level3 a > .ui-menu-icon {
  right: 10px !important;
}
.navigation .level0.custom-item .submenu {
  padding: 5px 0 5px 30px;
}
@media all and (max-width: 991px) {
  .navigation .level0.custom-item .submenu {
    display: none;
  }
}
.navigation .level0.custom-item .submenu a {
  position: relative;
  font-size: 13px;
  padding: 0;
  display: block;
  line-height: 15px !important;
  font-weight: 400;
  text-transform: capitalize;
}
@media all and (min-width: 992px) {
  .navigation .level0.custom-item .submenu a {
    margin: 10px 0 !important;
    padding-right: 5px !important;
  }
  .navigation .level0.custom-item .submenu a:hover,
  .navigation .level0.custom-item .submenu a.ui-state-focus {
    background: none;
    color: #a89072;
  }
  .navigation .level0.custom-item .submenu a > .ui-menu-icon {
    right: 30px;
  }
}
@media all and (max-width: 991px) {
  .navigation .level0.custom-item .submenu a {
    padding: 10px 14px 10px 50px;
    margin: 0;
    border-bottom: 1px solid #d1d1d1;
    font-size: 15px;
  }
}
.navigation .level0.custom-item .submenu li:last-child a {
  border: none;
}
/*Breabcrumbs*/
.breadcrumbs {
  max-width: none;
  font-size: 13px;
  line-height: 1.25;
  margin: 0 0 60px;
  padding: 18px 0;
  text-align: left;
  background: #f8f8f8 none repeat scroll 0 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
}
.breadcrumbs .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.breadcrumbs ul.items {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul.items li.item {
  display: inline-block;
  background-color: transparent;
  text-transform: uppercase;
  background-image: url(../images/bg-breadcrumbs.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding: 0 8px 0 15px;
  max-width: 100%;
  line-height: 22px;
}
.breadcrumbs ul.items li.item:after {
  content: none;
}
.breadcrumbs ul.items li.item.home,
.breadcrumbs ul.items li.item.Home {
  background: none;
  padding-left: 0;
}
.breadcrumbs ul.items li.item a,
.breadcrumbs ul.items li.item strong {
  position: relative !important;
  top: 50% !important;
  display: block !important;
  transform: translate(0, -50%) !important;
}
.breadcrumbs ul.items li.item strong {
  color: #a89072;
}
/*Footer Styles*/
footer.page-footer {
  margin-top: 50px;
  background: #f2f2f2;
}
footer.page-footer ul {
  padding: 0;
  margin: 0;
}
footer.page-footer ul li {
  position: relative;
}
footer.page-footer ul li a {
  font-size: 13px;
  line-height: 30px;
  padding: 0;
  color: #333333;
  display: block;
  transition: padding .5s ease 0s;
  font-weight: 500;
}
footer.page-footer ul li a:hover {
  padding-left: 10px;
  color: #a89072;
}
footer.page-footer .list-inline {
  clear: both;
  margin-top: 10px;
  overflow: hidden;
}
footer.page-footer .collapsible p {
  color: #333333;
  font-size: 13px;
  margin: 0;
}
footer.page-footer .footer-logo {
  margin-bottom: 20px;
}
footer.page-footer .footer-logo img {
  max-width: 200px;
}
footer.page-footer .footer.content {
  margin: 0 auto;
  padding: 40px 0 20px;
  border: none;
}
footer.page-footer p.call-us a {
  display: inline;
}
footer.page-footer p.call-us a:hover {
  padding: 0;
}
footer.page-footer .social-footer {
  margin-top: 15px;
}
footer.page-footer .social-footer .list-inline li {
  margin: 10px 0;
  position: relative;
}
footer.page-footer .social-footer .list-inline .social-link {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-left: 0;
  padding: 0;
  color: #a89072;
  transition: all 0.25s ease-out 0s;
}
footer.page-footer .social-footer .list-inline .social-link i {
  font-size: 22px;
  line-height: 25px;
}
footer.page-footer .footer-custom .collapsible.mobile-collapsible {
  padding-top: 35px;
  padding-left: 20px;
}
@media (min-width: 1199px) {
  footer.page-footer .footer-custom .collapsible.mobile-collapsible {
    padding-top: 35px;
    padding-left: 45px;
  }
  footer.page-footer .footer-custom .collapsible.mobile-collapsible.contact-us-block {
    padding: 35px 10px 0 90px;
  }
}
@media (max-width: 767px) {
  footer.page-footer .footer-custom .collapsible.mobile-collapsible {
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  footer.page-footer .footer-custom .collapsible.mobile-collapsible {
    padding-top: 5px;
  }
}
footer.page-footer .block-title {
  display: block;
  color: #333333;
  font-size: 14px;
  text-align: left;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
  line-height: normal;
}
footer.page-footer .feature-icon {
  position: relative;
}
@media (max-width: 767px) {
  footer.page-footer .feature-icon {
    padding-left: 30px;
  }
}
footer.page-footer .feature-icon i {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  vertical-align: middle;
  color: #333333;
  float: left;
}
@media (max-width: 767px) {
  footer.page-footer .feature-icon i {
    left: 0;
  }
}
@media (max-width: 479px) {
  footer.page-footer .collapsible .toggle-tab {
    float: right;
  }
  footer.page-footer .collapsible .toggle-tab:before,
  footer.page-footer .block-layered-nav .toggle-tab:before {
    content: "";
    font-family: FontAwesome;
    outline: medium !important;
  }
}
@media (max-width: 767px) {
  .copyright {
    text-align: center;
  }
}
/**/
.page-layout-2columns-left .sidebar-main {
  width: 25%;
}
.page-layout-2columns-left .sidebar-main .block-title {
  margin: 0 0 20px;
  padding: 0;
  color: #333333;
  text-align: left;
  line-height: normal;
  text-transform: uppercase;
  border: none;
}
.page-layout-2columns-left .sidebar-main .block-title strong {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 0 5px;
}
.page-layout-2columns-left .sidebar-main .category-item {
  margin: 0;
  list-style: none;
  position: relative;
}
.page-layout-2columns-left .sidebar-main .category-item > a {
  position: relative;
  display: block;
  padding: 11px 10px 11px 0;
  color: #333333;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: capitalize;
  outline: medium;
  border-bottom: 1px solid #d7d7d7;
}
.page-layout-2columns-left .sidebar-main .category-item > a span:hover {
  color: #a89072;
  opacity: 1;
}
.page-layout-2columns-left .sidebar-main .category-item .ui-menu-icon {
  position: absolute;
  top: 9px;
  right: 0;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  z-index: 3;
}
.page-layout-2columns-left .sidebar-main .category-item .ui-menu-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  line-height: 20px;
  color: inherit;
  content: '\e608';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media all and (min-width: 992px) {
  .page-layout-2columns-left .sidebar-main .category-item .ui-menu-icon:after {
    content: none;
  }
}
.page-layout-2columns-left .sidebar-main .category-item .ui-menu-icon:hover:after {
  color: #a89072;
}
.page-layout-2columns-left .sidebar-main .category-item.has-active > .submenu {
  display: block;
}
.page-layout-2columns-left .sidebar-main .category-item.has-active > .ui-menu-icon:after {
  content: '\e622';
}
.page-layout-2columns-left .sidebar-main .category-item.has-active > a,
.page-layout-2columns-left .sidebar-main .category-item.active > a {
  font-weight: 700;
}
.page-layout-2columns-left .sidebar-main .category-item .submenu {
  display: none;
  margin-left: 15px;
}
.page-layout-2columns-left .sidebar-main .category-item .submenu.level0 {
  display: block;
}
.page-layout-2columns-left .sidebar-main .items-children.level-1 {
  display: block !important;
  padding-left: 0;
}
.page-layout-2columns-left .sidebar-main .filter-options-title {
  padding: 0;
  position: relative;
  line-height: 30px;
  margin: 0;
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  color: #a89072;
  font-size: 14px;
}
.page-layout-2columns-left .sidebar-main .filter .filter-content .item {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 39px;
  white-space: nowrap;
}
.page-layout-2columns-left .sidebar-main .filter .filter-content .item a {
  color: #444444;
  display: block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid #d7d7d7;
  font-weight: 400;
  white-space: normal;
  position: relative;
  z-index: 1;
}
.page-layout-2columns-left .sidebar-main .filter .filter-content .item a[title="Products"] {
  display: none;
}
.page-layout-2columns-left .sidebar-main .filter .filter-content .item a[title="Products"] ~ .am-collapse-icon {
  display: none;
}
.page-layout-2columns-left .sidebar-main .filter .filter-content .item a .label {
  white-space: normal;
  font-size: 13px;
  font-weight: inherit;
  color: inherit;
}
.page-layout-2columns-left .sidebar-main .filter .filter-content .item a .count {
  display: none;
}
.page-layout-2columns-left .sidebar-main .filter .filter-content .item a.amshopby-link-selected {
  font-weight: 700;
}
.page-layout-2columns-left .sidebar-main .smile-es-range-slider .ui-slider-handle {
  background: #a89072;
}
.page-layout-2columns-left .column.main {
  width: 75%;
}
@media (max-width: 767px) {
  .page-layout-2columns-left .column.main {
    order: -1;
  }
}
.page-title {
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  overflow: hidden;
  margin: 25px 0;
}
.page-title h1 {
  line-height: 30px;
  margin-bottom: 15px;
}
.page-title h1,
.page-title h2 {
  margin: 0;
  font-size: 20px;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
}
.category-title {
  border-bottom: 1px solid #eaeaea;
  font-size: 24px;
  height: 41px;
  line-height: 40px;
  position: relative;
  margin-top: 0;
}
.category-title h1,
.category-title a {
  display: inline-block;
  position: static;
  line-height: 30px;
  margin-bottom: 10px;
  margin-right: 15px;
  vertical-align: middle;
}
a.category-description-read-more {
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  color: #a89072;
  text-transform: uppercase;
}
a.category-description-read-more:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-left: 3px;
  vertical-align: middle;
  display: inline-block;
  height: 12px;
  width: 12px;
  line-height: 12px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}
a.category-description-read-more.active:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.category-description {
  display: block;
  margin-bottom: 20px;
}
.modals-wrapper .modal-popup div.modal-inner-wrap {
  max-width: calc(70vw);
  max-height: calc(70vh);
  width: 360px;
  min-width: auto;
  margin: 0 !important;
  position: absolute;
  left: 50% !important;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px;
}
.modals-wrapper .modal-popup div.modal-inner-wrap .block .block-title {
  margin: 0 0 20px;
  padding: 0;
  padding-left: 25px;
  font-size: inherit;
  text-align: left;
  line-height: normal;
  background: url(../images/i_ma-info.gif) center left no-repeat;
}
.modals-wrapper .modal-popup div.modal-inner-wrap .block .block-title strong {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #333;
  text-transform: uppercase;
}
.modals-wrapper .modal-popup div.modal-inner-wrap .label {
  margin: 0 0 5px;
  color: #666666;
  font-weight: 700;
  font-size: 13px;
}
.modals-wrapper .modal-popup .modal-header {
  display: none;
}
.modals-wrapper .modal-popup .modal-content,
.modals-wrapper .modal-popup .block-authentication {
  padding: 0;
  border: none;
  box-shadow: none;
}
.modals-wrapper .modal-popup .block.block-customer-login {
  padding: 0;
}
.modals-wrapper .modal-popup .fieldset > .field {
  margin: 0 0 10px;
}
.modals-wrapper .modal-popup .actions-toolbar {
  display: flex;
}
.modals-wrapper .modal-popup .actions-toolbar > .secondary {
  margin: 0 0 0 15px;
  padding: 0;
}
.modals-wrapper .modal-popup .actions-toolbar .action.action-register.secondary {
  margin: 0;
}
@media (max-width: 767px) {
  .modals-wrapper .modal-popup .block-customer-login .actions-toolbar {
    flex-wrap: wrap;
  }
  .modals-wrapper .modal-popup .block-customer-login .actions-toolbar .secondary {
    margin: 0;
    max-width: none;
    width: 100%;
    display: block;
    text-align: center;
  }
  .modals-wrapper .modal-popup .block-customer-login .actions-toolbar .primary {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .modal-popup.modal-slide._inner-scroll div.modal-inner-wrap {
    background: #fff;
    min-height: auto;
    transform: translate(-50%, -50%);
  }
}
.account .page-title,
.customer-account-login .page-title,
.contact-index-index .page-title,
.customer-account-create .page-title {
  line-height: 30px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
}
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 700;
}
.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: 0;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #a89072;
}
.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
  padding-top: 85px;
}
.form-contact {
  margin: 50px auto;
  width: 100%;
}
.form-contact .field:last-child,
.form.create.account .field:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .form-contact .field.actions,
  .form.create.account .field.actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
  }
}
.form-contact .field textarea,
.form.create.account .field textarea {
  height: 102px;
}
.form-contact .legend,
.form.create.account .legend {
  font-size: 18px;
  color: #757575;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 12px;
}
.form-contact .contact-fieldsets,
.form.create.account .contact-fieldsets {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}
.form-contact .fieldset,
.form.create.account .fieldset {
  position: relative;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .form-contact .fieldset,
  .form.create.account .fieldset {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .form-contact .fieldset,
  .form.create.account .fieldset {
    width: calc(50% - 20px);
  }
  .form-contact .fieldset:nth-of-type(2n),
  .form.create.account .fieldset:nth-of-type(2n) {
    margin-left: 20px;
  }
}
.contact-visual-block {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.contact-visual-block .map-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.contact-visual-block .map-wrapper iframe {
  max-width: 100%;
}
.contact-visual-block .graphics-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contact-visual-block .graphics-wrapper .item {
  background: #f7f7f7;
  padding: 30px 20px 20px 20px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 20px;
}
@media all and (max-width: 768px) {
  .contact-visual-block .graphics-wrapper .item {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .contact-visual-block .graphics-wrapper .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 769px) {
  .contact-visual-block .graphics-wrapper .item {
    width: calc(25% - 15px);
    margin-bottom: 20px;
  }
  .contact-visual-block .graphics-wrapper .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.fieldset > .field.choice:before,
.fieldset > .field.no-label:before {
  content: none;
  width: 0;
}
.fieldset > .field:not(.choice) > .label {
  padding: 5px 0;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  float: none;
  color: #757575;
}
.fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: none;
  display: block;
}
.fieldset > .field {
  margin: 0 0 15px 0;
}
.graphics-wrapper .item span {
  width: 100%;
  margin: 0 0 10px 0;
}
.graphics-wrapper .item svg {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 auto 25px auto;
  transform: scale(1);
  transition: transform 0.3s;
}
.graphics-wrapper .item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.graphics-wrapper .item .text-center {
  text-align: center;
}
.graphics-wrapper .item .item-title {
  font-weight: 700;
  color: #333;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.graphics-wrapper .item:hover svg {
  transform: scale(1.1);
  transition: transform 0.3s;
}
.page-header .header-menu-right > .block .account {
  position: relative;
}
.page-header .block-user-links a.header-logout-link {
  position: absolute;
  color: #a89072;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  top: 23px;
  text-transform: capitalize;
}
.page-header .block-user-links a.header-logout-link:hover {
  text-decoration: underline;
  color: #a89072;
}
@media all and (max-width: 991px) {
  .navigation .submenu:not(:first-child).expanded {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .navigation .level0 .submenu {
    top: 0 !important;
    left: 0 !important;
    box-shadow: none;
    background: #eeeeee;
    border: none;
  }
}
@media all and (max-width: 991px) {
  .navigation ul {
    padding: 0;
  }
}
@media all and (min-width: 992px) {
  .navigation li.level0 {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
}
@media all and (max-width: 991px) {
  .navigation .level0 {
    border-top: 1px solid #d1d1d1 !important;
    margin: 0;
    display: block;
    width: 100%;
  }
  .navigation .level0 .submenu {
    position: relative !important;
    width: 100%;
    text-align: left;
    border: none;
    min-width: auto;
    box-shadow: none !important;
  }
  .navigation .level0 .submenu .submenu {
    left: 0 !important;
    top: 0 !important;
  }
}
@media all and (max-width: 767px) {
  .account .block-collapsible-nav {
    top: 0px;
  }
}
#search_mini_form #algolia-searchbox label {
  display: block;
}
@media all and (max-width: 991px) {
  .page-wrapper .page-header .header-menu-right > .algolia-search-block {
    position: static;
  }
}
#algolia-searchbox .algolia-search-input {
  font-size: 13px;
  font-weight: 400;
  color: #2f2f2f;
}
#algolia-searchbox .clear-cross,
#algolia_instant_selector .clear-cross,
#algolia-searchbox .magnifying-glass {
  top: 17px;
  bottom: auto;
}
@media all and (max-width: 991px) {
  .page-main #algolia-autocomplete-container .aa-dropdown-menu {
    left: 20px !important;
    right: 20px !important;
    width: calc(100% - 40px) !important;
  }
}
@media all and (min-width: 992px) {
  .page-main #algolia-autocomplete-container .aa-dropdown-menu {
    max-width: 50%;
    min-width: 800px;
  }
}
section.contact-us .custom-button {
  color: white;
}
section.contact-us .custom-button:hover {
  color: #a89072;
}
.filter-options .items .items-children.-folding .level-4,
.filter-options .items .items-children.-folding .level-3,
.filter-options .items .items-children.-folding .level-2 {
  display: none;
}
.filter-options .items .items-children.-folding .level-4.amshopby-ul-current,
.filter-options .items .items-children.-folding .level-3.amshopby-ul-current,
.filter-options .items .items-children.-folding .level-2.amshopby-ul-current {
  display: block;
}
.amfinder-reset-button {
  border-radius: 0;
  color: #444444;
  height: 32px;
  padding: 0px 20px !important;
  text-transform: uppercase;
}
.amfinder-horizontal .amfinder-buttons .button.action.primary {
  font-weight: 700 !important;
  height: 34px;
  padding: 0px 20px !important;
}
.page-layout-2columns-left .sidebar-main .filter .filter-content .item .am-collapse-icon {
  position: absolute;
  display: inline-block;
  left: auto;
  right: 0;
  bottom: auto;
  transform: rotate(0deg);
  top: 8px;
  z-index: 2;
}
.page-layout-2columns-left .sidebar-main .filter .filter-content .item .am-collapse-icon.-active {
  transform: rotate(90deg);
  top: 6px;
}
.page-layout-2columns-left .sidebar-main .filter .filter-content .item .am-collapse-icon:after {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  background: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  line-height: 20px;
  color: inherit;
  content: '\e608';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main .block-subtitle,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block-title {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main .block-subtitle.filter-current-subtitle,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block-title.filter-current-subtitle {
  display: inline-block;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 0 5px;
  color: #333333;
}
.amasty-catalog-topnav {
  display: none;
}
.amshopby-filter-current .amshopby-filter-name {
  font-weight: 400;
}
.amshopby-filter-current .amshopby-filter-value {
  line-height: 1.2;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 0;
}
#backtotop {
  cursor: pointer;
  bottom: 5px;
  display: block;
  height: 34px;
  width: 34px;
  line-height: 34px;
  overflow: hidden;
  position: fixed;
  right: 5px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #666666;
  z-index: 50;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media all and (min-width: 768px) {
  #backtotop.visible {
    visibility: visible;
    opacity: 1;
  }
}
.page-layout-2columns-left .sidebar-main .filter .filter-content .am-ranges ol li.item {
  position: relative;
}
.page-layout-2columns-left .sidebar-main .filter .filter-content .am-ranges ol li.item a {
  display: inline-block;
  vertical-align: top;
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: 0px 12px;
  background-size: 15px;
  background-image: url(../images/amshopby-cb1.gif);
}
.page-layout-2columns-left .sidebar-main .filter .filter-content .am-ranges ol li.item a:active,
.page-layout-2columns-left .sidebar-main .filter .filter-content .am-ranges ol li.item a:focus {
  text-decoration: none;
}
.page-layout-2columns-left .sidebar-main .filter .filter-content .am-ranges ol li.item a.amshopby-link-selected {
  background-image: url(../images/amshopby-cb2.gif);
}
.page-layout-2columns-left .sidebar-main .filter .amshopby-filter-current a.amshopby-remove {
  background-image: url(../images/btn_remove.gif);
  background-repeat: no-repeat;
  background-position: top right;
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  position: relative;
  right: 0;
  left: auto;
  text-decoration: none;
  top: 3px;
  border: none;
}
.page-layout-2columns-left .sidebar-main .filter .amshopby-filter-current a.amshopby-remove:before,
.page-layout-2columns-left .sidebar-main .filter .amshopby-filter-current a.amshopby-remove:after {
  content: none;
}
.page-layout-2columns-left .sidebar-main .filter .amshopby-filter-current a.amshopby-remove:hover {
  text-decoration: none;
  color: #dc9814;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: 1;
}
.filter-actions .filter-clear {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}
.filter-actions .filter-clear span {
  width: 100%;
  display: block;
}
.filter-actions .filter-clear:hover {
  color: #a89072;
}
.sidebar .filter-content {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.sidebar .filter-content #am-shopby-container {
  order: 3;
  width: 100%;
}
.sidebar .filter-content .filter-actions {
  order: 4;
  width: 100%;
}
.sidebar .filter-content #narrow-by-list {
  order: 1;
  width: 100%;
}
.amshopby-filter-current .amshopby-items {
  padding: 0;
}
.technique-videos.other-videos .col-md-6 > a {
  width: 150px;
  height: 85px;
}
.consumer-site h2 {
  font-family: open-sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.std ul {
  list-style: disc outside;
  padding-left: 1.5em;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 56px;
  padding: 0;
}
.is-blog.page-layout-2columns-left .sidebar-main .block-title strong {
  color: #333;
  font-weight: 700;
}
.products-grid.wishlist .product-items {
  display: flex;
  flex-wrap: wrap;
}
.products-grid.wishlist .product-items .product-item-comment {
  height: 52px;
}
@media (min-width: 768px) {
  .products-grid.wishlist .product-items .product-item-info {
    padding-bottom: 220px;
  }
}
@media (min-width: 640px) {
  .products-grid.wishlist .product-items .product-item-info {
    padding-bottom: 195px;
    height: 100%;
    position: relative;
  }
  .products-grid.wishlist .product-items .product-item-info .product-item-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .products-grid.wishlist .product-item:nth-child(3n + 1) {
    margin-left: calc(0.748%);
  }
  .products-grid.wishlist .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
#bds_pdf_link {
  display: none;
}
#bds_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 102;
}
#bds_popup a {
  color: #a89072;
  font-weight: 600;
}
#bds_popup .bds-popup-inner {
  background-color: #fff;
  width: 1140px;
  max-width: calc(100vw - 60px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
@media all and (max-width: 992px) {
  #bds_popup .bds-popup-inner {
    flex-direction: column;
  }
}
#bds_popup .bds-popup-inner .popup-main {
  padding: 0 50px 40px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
#bds_popup .bds-popup-inner .popup-main .popup-header {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 100%;
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  #bds_popup .bds-popup-inner .popup-main .popup-header {
    flex-direction: column;
  }
}
#bds_popup .bds-popup-inner .popup-main .popup-header .popup-logo {
  background-color: #00b0cc;
  padding: 30px 15px;
  display: block;
  position: relative;
  top: 0;
}
#bds_popup .bds-popup-inner .popup-main .popup-header .popup-logo img {
  width: 105px;
}
#bds_popup .bds-popup-inner .popup-main .popup-header h2 {
  font-size: 27px;
  line-height: 1.3;
  font-weight: 700;
  margin-left: 35px;
  color: #333;
  padding-top: 35px;
}
#bds_popup .bds-popup-inner .popup-main .popup-right .icon-box,
#bds_popup .bds-popup-inner .popup-main .popup-left .icon-box {
  margin: 0 auto 7px;
  width: 30px;
  height: 30px;
}
#bds_popup .bds-popup-inner .popup-main .popup-right .icon-box img,
#bds_popup .bds-popup-inner .popup-main .popup-left .icon-box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#bds_popup .bds-popup-inner .popup-main .popup-right h3,
#bds_popup .bds-popup-inner .popup-main .popup-left h3 {
  color: #009ec0;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
#bds_popup .bds-popup-inner .popup-main .popup-right ol,
#bds_popup .bds-popup-inner .popup-main .popup-left ol {
  list-style: none;
  padding-left: 33px;
}
#bds_popup .bds-popup-inner .popup-main .popup-right ol li,
#bds_popup .bds-popup-inner .popup-main .popup-left ol li {
  position: relative;
  margin-bottom: 20px;
}
#bds_popup .bds-popup-inner .popup-main .popup-right ol li span,
#bds_popup .bds-popup-inner .popup-main .popup-left ol li span {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #929292;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: calc(108%);
  top: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
}
#bds_popup .bds-popup-inner .popup-main .popup-left {
  flex: 50%;
  padding-right: 30px;
  position: relative;
}
@media all and (max-width: 768px) {
  #bds_popup .bds-popup-inner .popup-main .popup-left {
    padding: 0 0 15px;
    flex: 100%;
  }
}
#bds_popup .bds-popup-inner .popup-main .popup-left > span {
  position: absolute;
  top: 40px;
  right: 0;
  font-weight: 700;
  font-size: 17px;
  color: #666;
}
#bds_popup .bds-popup-inner .popup-main .popup-left > span:before,
#bds_popup .bds-popup-inner .popup-main .popup-left > span:after {
  content: "-";
  display: inline-block;
  margin: 0 7px;
}
#bds_popup .bds-popup-inner .popup-main .popup-right {
  flex: 50%;
}
@media all and (max-width: 768px) {
  #bds_popup .bds-popup-inner .popup-main .popup-right {
    flex: 100%;
  }
}
#bds_popup .bds-popup-inner .popup-main .popup-right > h3 {
  color: #009ec0;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
#bds_popup .bds-popup-inner .popup-side {
  background-color: #e2e2e2;
  width: 300px;
  padding: 100px 50px 50px;
}
@media all and (max-width: 991px) {
  #bds_popup .bds-popup-inner .popup-side {
    width: 100%;
    padding-top: 50px;
  }
}
#bds_popup .bds-popup-inner .popup-side .x {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#bds_popup .bds-popup-inner .popup-side .x:before,
#bds_popup .bds-popup-inner .popup-side .x:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #000;
}
#bds_popup .bds-popup-inner .popup-side .x:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
#bds_popup .bds-popup-inner .popup-side h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
#bds_popup .bds-popup-inner .popup-side p {
  margin-bottom: 30px;
}
#bds_popup .bds-popup-inner .popup-side .side-images img {
  max-width: 100%;
}
#bds_popup .bds-popup-inner .popup-footer {
  flex: 100%;
  margin-top: 50px;
}
@media all and (max-width: 992px) {
  #bds_popup .bds-popup-inner .popup-footer {
    display: none;
  }
}
#bds_popup .bds-popup-inner .popup-footer img {
  width: 350px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
body.bds_popup_open {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
body.bds_popup_open .page-footer {
  z-index: 101;
}
.ginput_container_checkbox li {
  height: 18px;
}
.ginput_container_checkbox li input {
  margin: 0 3px 0 0;
  height: 18px;
  top: 0;
}
.page-wrapper .page-header .block-search .search .nested {
  display: none;
}
.page-wrapper .page-header .block-search .actions button {
  top: 19px;
  right: 26px;
}
.page-wrapper .page-header .block-search .actions .search:before {
  font-size: 30px;
  color: #404040;
}
.amlocator-index-index .page-title-wrapper {
  display: none;
}
.amlocator-main-container .amlocator-search-container {
  display: none;
}
.amlocator-main-container .amlocator-map-container {
  max-height: none;
  height: auto;
}
.amlocator-main-container .amlocator-map-container .amlocator-block.-map {
  width: 100%;
  padding: 0;
  height: 500px;
  margin-top: 20px;
  margin-bottom: 46px;
}
.amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
  width: 100%;
}
.amlocator-main-container .amlocator-map-container h2 {
  background: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #333333 !important;
  padding: 10px 0 0px;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid #A3A3A3;
}
.amlocator-main-container .amlocator-stores-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-height: 100%;
  background: white;
  padding: 25px 0 10px;
  overflow: hidden;
  clear: both;
  padding-bottom: 0;
}
.amlocator-main-container .amlocator-store-desc {
  float: left;
  background-color: #fff;
  cursor: pointer;
  display: block;
  width: 25%;
  min-width: 262px;
  min-height: 335px;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 45px;
  padding: 0 20px 45px 0;
  overflow: hidden;
  border-bottom: 1px solid #D7D7D7;
}
.amlocator-main-container .amlocator-store-desc.-active .amlocator-link {
  color: #a89072;
}
.amlocator-main-container .amlocator-store-desc:hover .country-name {
  padding-left: 10px;
  transition: all 0.5s ease;
}
.amlocator-main-container .amlocator-store-desc .amlocator-block {
  display: block;
  margin: 0;
}
.amlocator-main-container .tag-content a {
  font-size: 13px;
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 5px;
  white-space: pre;
}
.amlocator-main-container .tag-content p {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  color: #333333;
}
.amlocator-main-container .tag-content h4 {
  margin-bottom: 0;
  font-size: 12px;
  color: #24549d;
  text-transform: capitalize;
  min-height: 15px;
}
.amlocator-main-container .tag-content h4 .amlocator-link {
  color: #8f8f8f;
  font-style: normal;
  text-decoration: none;
  white-space: normal;
}
.amlocator-main-container .tag-content .country-name {
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 12px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.amlocator-main-container .tag-content .store-info-bottom {
  margin: 20px 0;
  min-height: 75px;
}
.amlocator-main-container .tag-content .amlocator-description {
  display: block;
  min-height: 35px;
  padding: 8px 0px;
  line-height: 17px;
  border: solid 1px #a89072;
  text-decoration: none;
  text-align: center;
  color: #a89072;
  font-style: normal;
  margin: 0;
  font-size: 12px;
  font-weight: 100;
  white-space: break-spaces;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
  margin: -4px 5px 0 0 !important;
}
.testimonial-form p {
  color: #767676;
}
.testimonial-form .gform_wrapper .top_label .gfield_label {
  display: none;
}
.testimonial-popup .testimonial-form textarea,
.testimonial-popup .testimonial-form input[type=text] {
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  padding: 10px 15px 8px !important;
  min-height: 38px;
}
.fine-printstrong {
  margin-bottom: 10px;
  display: block;
  margin-top: 30px;
  color: #767676;
}
.event-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 1025px) {
  .event-wrapper .event-view {
    width: 67%;
    padding-right: 38px;
  }
  .event-wrapper .aside {
    width: 33%;
  }
}
@media all and (max-width: 1024px) {
  .event-wrapper .event-view,
  .event-wrapper .aside {
    width: 100%;
  }
}
.event-wrapper .aside .box {
  border: 1px solid #e6e6e6;
  padding: 20px 30px;
  margin-bottom: 33px;
}
.event-wrapper .aside .box .line {
  display: flex;
  flex-direction: row;
  background: #f7f7f7;
  padding: 13px;
  margin-bottom: 17px;
}
.event-wrapper .aside .box .line .img {
  margin-right: 13px;
}
.event-wrapper .aside .box .line .text .title {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
.event-wrapper .aside .box .line .text .content {
  font-size: 15px;
  color: #666;
  line-height: 27px;
}
.event-wrapper .aside .box .social-title {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 21px;
  margin-bottom: 27px;
  border-bottom: 4px solid #ebebeb;
  text-transform: uppercase;
  position: relative;
}
.event-wrapper .aside .box .social-title:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 4px;
  bottom: -4px;
  left: 50%;
  transform: translatex(-50%);
  background: #a89072;
}
.event-wrapper .aside .box .icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.event-wrapper .aside .box .icons a {
  margin-right: 5px;
  width: 40px;
  background-image: url('/static/frontend/Magento/blank/en_US/Laconica_Wordpress/img/social-sprite.png');
  height: 40px;
}
.event-wrapper .aside .box .icons a.facebook {
  background-position: 0 0;
}
.event-wrapper .aside .box .icons a.twitter {
  background-position: 131px 0;
}
.event-wrapper .aside .box .icons a.linked-in {
  background-position: 262px 0;
}
.event-wrapper .aside .box .icons a.email {
  background-position: 393px 0;
}
.is-blog .event-view .post-content h3 {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
}
.is-blog .event-view .post-bottom {
  display: none;
}
.is-blog .event-view h1 {
  font-size: 20px;
  line-height: 30px;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  margin: 25px 0 5px 0;
}
.is-blog .event-view .post-image {
  float: none;
}
ul.juicer-feed.modern {
  padding-left: 0;
}
ul.juicer-feed.modern li.feed-item {
  border-width: 1px;
  background-color: #fff;
}
.is-blog .share:hover .share_on {
  display: block !important;
}
@media all and (max-width: 850px) {
  .filter-results .result .wrapper .meta {
    width: 100%;
  }
}
@media all and (min-width: 851px) and (max-width: 1030px) {
  .filter-results .result .wrapper .meta {
    width: 160px;
  }
}
@media all and (min-width: 1031px) {
  .filter-results .result .wrapper .meta {
    width: 270px;
  }
}
@media all and (max-width: 850px) {
  .filter-results .result .wrapper .content {
    width: 100%;
  }
}
@media all and (min-width: 851px) and (max-width: 1030px) {
  .filter-results .result .wrapper .content {
    width: calc(100% - 160);
  }
}
@media all and (min-width: 1031px) {
  .filter-results .result .wrapper .content {
    width: calc(100% - 270px);
  }
}
@media all and (max-width: 790px) {
  .filter-results .result .wrapper .content .image {
    max-width: 100%;
  }
}
@media all and (min-width: 791px) {
  .filter-results .result .wrapper .content .image {
    max-width: 100%;
  }
}
.filter-results .result .wrapper .content .image img {
  border-raduis: 50%;
}
.filter-results .result .wrapper .content .image a.thumbnail {
  display: inline-block;
  vertical-align: top;
}
/** Testimonials Page Styles*/
.testimonials-page-wrap .test-top-banner {
  width: 100%;
  height: 380px;
  background-size: cover;
  background-position: center;
  margin-bottom: 70px;
}
.testimonials-page-wrap .test-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto 70px;
}
.testimonials-page-wrap .test-title h1 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.testimonials-page-wrap .test-title a.btn {
  display: inline-block;
  color: #fff;
  background-color: #a89072;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  padding: 8px 20px;
  border: 1px solid #a89072;
  border-radius: 0;
  margin-top: 0;
}
.testimonials-page-wrap .testimonials-list {
  max-width: 800px;
  margin: 0 auto;
}
.testimonials-page-wrap .testimonials-list .single-testimonial {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 50px;
}
.testimonials-page-wrap .testimonials-list .single-testimonial:not(:last-child) {
  margin-bottom: 50px;
  border-bottom: 1px solid #d7d7d7;
}
.testimonials-page-wrap .testimonials-list .single-testimonial .new-quote-left {
  min-width: 55px;
}
.testimonials-page-wrap .testimonials-list .single-testimonial .new-quote-left span {
  font-family: 'Open Sans';
  color: #aaa;
  font-style: italic;
  font-size: 70px;
  font-weight: 600;
  display: inline-block;
  margin-top: -22px;
}
.testimonials-page-wrap .testimonials-list .single-testimonial .content-main {
  flex: 1;
}
.testimonials-page-wrap .testimonials-list .single-testimonial .content-main p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.testimonials-page-wrap .testimonials-list .single-testimonial .content-main p:empty {
  display: none;
}
.testimonials-page-wrap .testimonials-list .single-testimonial .content-main strong {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
}
.testimonials-page-wrap .testimonials-list .single-testimonial .content-main > span {
  display: block;
  color: #929292;
  font-size: 13px;
  text-transform: uppercase;
}
.modals-wrapper .modal-popup.testimonial-modal div.modal-inner-wrap {
  background-color: #fff;
  padding: 45px;
  width: 860px;
  max-width: calc(100vw - 30px);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: 0.2s ease-in-out;
  max-height: 100vh;
}
.modals-wrapper .modal-popup.testimonial-modal .modal-header {
  display: block;
  box-shadow: none;
  border: none;
  padding: 0;
}
.modals-wrapper .modal-popup.testimonial-modal .modal-header .modal-title {
  font-size: 20px;
  border: none;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.testimonial-popup .testimonial-popup-inner .testimonial-form .fine-print {
  margin-top: 30px;
  font-size: 13px;
  color: #767676;
  line-height: 1.7;
}
.testimonial-popup .testimonial-popup-inner .testimonial-form .fine-print strong {
  display: block;
  margin-bottom: 10px;
}
.container-alternate.course-view-container .main .title .img {
  display: block;
  max-width: 131px;
  margin-right: 31px;
}
.container-alternate.course-view-container .main .title .img .credits {
  margin: 5px 0;
  display: block;
}
.container-alternate.course-view-container .main .title img {
  width: 100%;
  margin: 0;
}
.container-alternate.course-view-container .aside .button.action.primary {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 700 !important;
  text-align: center;
  color: #fff;
  background: #a89072;
  text-transform: uppercase;
  padding: 29px  0 !important;
}
.wordpress-post-view.page-layout-1column .columns .sidebar {
  display: none;
}
.email-intro h4 {
  display: block;
  margin: 0;
  padding: 0;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 125%;
  letter-spacing: normal;
  text-align: left;
  color: #A89072;
}
.email-intro p {
  margin: 10px 0;
  padding: 0;
  mso-line-height-rule: exactly;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #202020;
  font-family: Helvetica;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
}
.email-intro a {
  color: #A89072;
}
.Alginate__Banner {
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 20px 40px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .Alginate__Banner {
    display: flex;
  }
}
@media (min-width: 768px) {
  .Alginate__Banner__Image {
    flex: 33%;
    max-width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.Alginate__Banner__Image img {
  max-height: 100%;
  max-width: 200px;
}
@media (min-width: 768px) {
  .Alginate__Banner__Image img {
    max-width: 100%;
  }
}
.Alginate__Banner__Content {
  color: #333;
}
@media (min-width: 768px) {
  .Alginate__Banner__Content {
    flex: 67%;
    max-width: 67%;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.Alginate__Banner__Content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 25px;
  color: inherit;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .Alginate__Banner__Content h3 {
    margin-top: 0;
  }
}
.Alginate__Banner__Content p {
  font-size: 20px;
  margin-bottom: 15px;
}
.Alginate__Banner__Content p strong {
  font-size: inherit;
}
.Alginate__Banner__Content p sup {
  font-size: 12px;
  vertical-align: middle;
  top: -0.3em;
}
.Alginate__Banner .btn,
.Alginate__Banner #aaid-download-form input[type=submit],
#aaid-download-form .Alginate__Banner input[type=submit],
.Alginate__Banner #readynow-form input[type=submit],
#readynow-form .Alginate__Banner input[type=submit] {
  display: inline-block;
  color: #fff;
  background-color: #a89072;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  padding: 8px 20px;
  border: 1px solid #a89072;
  border-radius: 0;
  margin-top: 0;
  text-align: center;
  width: 170px;
}
.Alginate__Banner .btn::before,
.Alginate__Banner #aaid-download-form input[type=submit]::before,
#aaid-download-form .Alginate__Banner input[type=submit]::before,
.Alginate__Banner #readynow-form input[type=submit]::before,
#readynow-form .Alginate__Banner input[type=submit]::before {
  content: "Copied!";
  font-size: 0;
}
.Alginate__Banner .btn.copied,
.Alginate__Banner #aaid-download-form input.copied[type=submit],
#aaid-download-form .Alginate__Banner input.copied[type=submit],
.Alginate__Banner #readynow-form input.copied[type=submit],
#readynow-form .Alginate__Banner input.copied[type=submit] {
  font-size: 0;
}
.Alginate__Banner .btn.copied::before,
.Alginate__Banner #aaid-download-form input.copied[type=submit]::before,
#aaid-download-form .Alginate__Banner input.copied[type=submit]::before,
.Alginate__Banner #readynow-form input.copied[type=submit]::before,
#readynow-form .Alginate__Banner input.copied[type=submit]::before {
  font-size: 13px;
}
.Alginate__Banner .btn:hover,
.Alginate__Banner #aaid-download-form input[type=submit]:hover,
#aaid-download-form .Alginate__Banner input[type=submit]:hover,
.Alginate__Banner #readynow-form input[type=submit]:hover,
#readynow-form .Alginate__Banner input[type=submit]:hover {
  background-color: transparent;
  color: #a89072;
}
.Alginate__Banner #code-to-copy {
  opacity: 0.0001;
  position: absolute;
  left: 100vw;
}
@media all and (max-width: 767px) {
  .cart-summary .fieldset.coupon .actions-toolbar .primary {
    text-align: right;
  }
}
@media all and (max-width: 767px) {
  .cart-summary .fieldset.coupon .actions-toolbar .primary .action {
    width: auto;
  }
}
.floating-banner {
  background: #A89072;
  padding: 22.5px 0;
  position: fixed;
  top: 81px;
  left: 0;
  z-index: 99;
  width: 100%;
  display: none;
}
.floating-banner .sts-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.floating-banner .text {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.floating-banner .button {
  background: #fff;
  color: #A89072;
  text-transform: uppercase;
}
.hero-sts {
  position: relative;
  display: block;
}
.hero-sts img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.hero-sts .mobile {
  display: none;
}
.hero-sts .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  padding: 52px;
}
.hero-sts .overlay .text {
  font-style: normal;
  font-weight: 600;
  font-size: 44.3px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.hero-sts .overlay .text .color {
  color: #A89072;
}
.sts-container {
  width: auto;
  max-width: 1138px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.sts-container::after {
  content: '';
  display: table;
  clear: both;
}
.sts-container .button {
  background: #A89072;
  color: #fff;
  font-size: 13px;
  padding: 8px 18px;
  text-align: center;
  display: inline-block;
  min-width: 151px;
}
.sts-how {
  padding: 74px 0;
}
.sts-how .title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #A89072;
  margin-bottom: 29px;
}
.sts-how .subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}
.sts-how ul {
  list-style-type: none;
  margin-top: 29px;
  padding: 0;
  color: #333333;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 25px;
  row-gap: 12px;
}
.sts-how ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 23px;
  position: relative;
  padding-left: calc(23px);
}
.sts-how ul li:after {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  color: #A89072;
  position: absolute;
  top: 1px;
  left: 0;
}
.sts-how p {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  color: #333333;
}
.sts-how .sts-row {
  display: flex;
  justify-content: space-between;
}
.sts-how .sts-row .column {
  max-width: 674px;
  flex-grow: 1;
}
.sts-how .sts-row .column .discover {
  width: 100%;
  max-width: 357px;
  text-align: center;
  margin-right: 0;
  margin-left: auto;
  padding: 18px 10px 29px 10px;
}
.sts-how .sts-row .column .discover img {
  display: block;
  margin: 0 auto;
  margin-bottom: 14px;
}
.sts-how .sts-row .column .discover .title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 5px;
}
.sts-how .sts-row .column .discover .product {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 74%;
  text-align: center;
  color: #333333;
  margin-bottom: 25px;
}
.sts-smile {
  padding: 68px 0 80px;
  background: rgba(241, 241, 241, 0.4);
  margin-bottom: 70px;
}
.sts-smile .title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 42px;
}
.sts-smile .sts-row {
  display: flex;
  gap: 37px;
  margin-bottom: 64px;
}
.sts-smile .sts-row .column {
  width: 100%;
}
.sts-smile .sts-row .column img {
  display: block;
  width: 100%;
  margin-bottom: 34px;
}
.sts-smile .sts-row .column .title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #A89072;
  margin-bottom: 10px;
}
.sts-smile .sts-row .column .text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #333333;
}
.sts-smile .sts-power {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}
.sts-smile .sts-power .button {
  margin-top: 39px;
}
.sts-dental {
  margin-bottom: 72px;
}
.sts-dental .title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #A89072;
  margin-bottom: 29px;
}
.sts-dental p {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  display: block;
  max-width: 746px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.sts-dental .sts-row {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding-bottom: calc(34px);
  border-bottom: 1px solid #E3E3E3;
}
.sts-dental .sts-row .column {
  flex-shrink: 1;
  max-width: calc(504px);
}
.sts-dental .sts-row .column .item {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
}
.sts-dental .sts-row .column .item .img {
  border-radius: 100%;
  border: 2px solid #877763;
  overflow: hidden;
  min-width: 228px;
  max-width: 228px;
  height: 228px;
  flex-grow: 1;
  width: 100%;
  display: flex;
  place-content: center;
  place-items: center;
}
.sts-dental .sts-row .column .item .img img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.sts-dental .sts-row .column .content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 12px;
  text-align: left;
}
.sts-dental .sts-row .column .content .subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #A89072;
  margin-bottom: 17px;
}
.sts-dental .sts-row .column .content .text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #333333;
}
.sts-contact {
  margin-bottom: 80px;
}
.sts-contact .title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #A89072;
  margin-bottom: 29px;
}
.sts-contact .subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 80%;
  text-align: center;
  color: #8B8B8B;
  margin-bottom: 29px;
}
.sts-contact .input-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
}
.sts-contact .input-wrapper .column:last-child .recaptcha {
  display: none;
}
.sts-contact .input-wrapper .column .input-container {
  margin-bottom: 20px;
}
.sts-contact .input-wrapper .column .input-container:nth-child(3) {
  margin-bottom: 12px;
}
.sts-contact .input-wrapper .column .input-container input {
  background: #FBFBFB;
  border: 1.25px solid #DDDDDD;
  width: 100%;
  display: block;
  padding: 8px 12px;
  outline-color: #877763;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  color: #767676;
}
.sts-contact .input-wrapper .column .input-container textarea {
  width: 100%;
  min-height: 160px;
  height: 100%;
  resize: none;
  background: #FBFBFB;
  border: 1.25px solid #DDDDDD;
  display: block;
  padding: 8px 12px;
  outline-color: #877763;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  color: #767676;
  margin-bottom: 32px;
}
.sts-contact .input-wrapper button {
  border: none;
  background: #333333;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  min-width: 170px;
  padding: 9px 12px;
}
.sts-contact .recaptcha {
  margin-bottom: 30px;
}
.sts-contact .input-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sts-contact .input-actions button {
  border: none;
  background: #877963;
  color: #fff;
  font-weight: bold;
  font-size: 35px;
  padding: 15px 20px;
  text-align: center;
  display: inline-block;
  min-width: 251px;
}
.sts-contact .input-actions .span-required {
  color: #ccc;
}
.discover-sts {
  background: #A89072;
  padding-top: 76px;
  min-height: 435px;
  margin-bottom: 143px;
}
.discover-sts .title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 41px;
  color: #333;
}
.discover-sts .video {
  display: block;
  margin: 0 auto;
  max-width: 642px;
  position: relative;
  margin-bottom: -72px;
}
.discover-sts .video img {
  display: block;
}
.discover-sts .video .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sts-powered .sts-row {
  display: flex;
  align-items: flex-end;
}
.sts-powered .sts-row .column {
  width: 50%;
}
.sts-powered .sts-row .column .title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 27px;
}
.sts-powered .sts-row .column p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 20px;
}
.sts-powered .sts-row .column ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 71px;
}
.sts-powered .sts-row .column ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 23px;
  color: #333;
  position: relative;
  padding-left: calc(14px);
}
.sts-powered .sts-row .column ul li .bullet {
  position: absolute;
  left: 0;
  top: 9px;
  color: #A89072;
}
.sts-powered .sts-row .column img {
  width: 100%;
  display: block;
}
/*
STS POP-UP START
*/
#aw_popup_close_btn {
  z-index: 9999;
  position: relative;
  color: #FFF;
  padding: 3px;
}
#aw_popup_window {
  overflow-y: hidden !important;
  border: none !important;
  padding: 0 !important;
}
#aw_popup_window .sts-popup {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  min-height: 420px;
}
#aw_popup_window .sts-popup .sts-popup-cta {
  z-index: 999;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
}
#aw_popup_window .sts-popup .sts-popup-text {
  position: absolute;
  bottom: 30px;
  font-size: 40px;
  line-height: 38px;
  left: 10px;
  font-weight: bold;
  color: #877963 !important;
}
#aw_popup_window .sts-popup .sts-popup-text span {
  font-size: 40px;
  color: #FFF;
}
#aw_popup_window .sts-popup .sts-popup-logo {
  position: absolute;
  bottom: 30px;
  right: 20px;
}
@media (max-width: 1024px) {
  .floating-banner .sts-container {
    flex-direction: column;
  }
  .floating-banner .sts-container .text {
    max-width: 295px;
  }
}
@media (max-width: 1024px) {
  .hero-sts img {
    min-height: 327px;
    object-position: left center;
  }
  .sts-how ul {
    display: block;
  }
  .sts-how .sts-row .column {
    max-width: 100%;
    min-width: 400px;
  }
  .sts-dental .sts-row {
    flex-direction: column;
    align-items: center;
  }
  .sts-contact .input-wrapper {
    display: block;
  }
  .sts-contact .input-wrapper .column:first-child .recaptcha {
    display: none;
  }
  .sts-contact .input-wrapper .column:last-child .recaptcha {
    display: block;
  }
  .sts-contact .input-wrapper .column .input-container:nth-child(3) {
    margin-bottom: 20px;
  }
  .discover-sts {
    min-height: 286px;
  }
  .discover-sts .video {
    margin-bottom: -46px;
  }
  .discover-sts .video img {
    width: 100%;
  }
  .sts-powered .sts-row {
    flex-direction: column;
    align-items: stretch;
  }
  .sts-powered .sts-row .column {
    width: 100%;
  }
}
@media screen and (max-width: 930px) {
  .sts-dental .sts-row .column .item {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 850px) {
  .sts-how {
    padding: 44px 0;
  }
  .sts-how .sts-row {
    flex-direction: column;
    align-items: stretch;
    gap: 39px;
  }
  .sts-how .sts-row .column {
    max-width: 100%;
    min-width: 200px;
  }
  .sts-how .sts-row .column .discover {
    margin: 0 auto;
    width: 100%;
  }
  .sts-smile .sts-row {
    flex-direction: column;
    gap: 37px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 790px) {
  .sts-dental .sts-row .column .item {
    flex-direction: column;
    text-align: center;
  }
  .sts-dental .sts-row .column .item .title {
    text-align: center;
  }
  .sts-dental .sts-row .column .item .subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  #aw_popup_window .sts-popup .sts-popup-text {
    font-size: 30px;
    line-height: 24px;
  }
  #aw_popup_window .sts-popup .sts-popup-text span {
    font-size: 30px;
  }
  .hero-sts img {
    min-height: 0;
    object-position: center center;
    display: none;
  }
  .hero-sts img.mobile {
    display: block;
  }
  .hero-sts .overlay {
    text-align: center;
    padding: 53px 21px 53px 21px;
  }
}
@media screen and (max-width: 750px) {
  .floating-banner {
    top: 150px;
    z-index: 9999;
  }
}
.trupur__popup {
  text-align: center;
  margin: -10px;
}
.trupur__popup__inner {
  padding: 45px 55px 0;
}
.trupur__popup__top {
  padding: 0 30px 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #979797;
}
.trupur__popup__top h3 {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.1;
  color: #333;
}
.trupur__popup__top h3 strong {
  font-weight: 600;
  font-size: inherit;
}
.trupur__popup__bottom {
  display: flex;
  justify-content: space-between;
}
.trupur__popup__bottom__left {
  padding-right: 30px;
  flex: 1;
}
.trupur__popup__bottom__left h1 {
  font-size: 55px;
  text-transform: uppercase;
  line-height: 0.9;
  margin-bottom: 20px;
  color: #333;
}
.trupur__popup__bottom__left h1 sup {
  font-size: 14px;
  vertical-align: super;
  transform: translateY(-8px);
  display: inline-block;
}
.trupur__popup__bottom__left h1 span {
  font-size: inherit;
}
.trupur__popup__bottom__left h1 .yellow {
  color: #CEBC3D;
}
.trupur__popup__bottom__left h1 .blue {
  color: #529AD3;
}
.trupur__popup__bottom__left h1 span.im {
  font-size: 63px;
}
.trupur__popup__bottom__left h2 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.trupur__popup__bottom__left p {
  color: #a89072;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1;
}
.trupur__popup__bottom__left p strong {
  display: block;
  font-weight: bold;
  font-size: inherit;
}
.trupur__popup__bottom__left a.btn {
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 10px 35px !important;
}
.trupur__popup__bottom__right {
  padding-right: 5px;
  padding-top: 15px;
}
.trupur__popup__bottom__right img {
  width: 270px;
  height: auto;
}
.trupur__page h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.trupur__page p,
.trupur__page li,
.trupur__page h3 {
  font-size: 15px;
  line-height: 1.5;
}
.trupur__page p sup,
.trupur__page li sup,
.trupur__page h3 sup {
  font-size: 6px;
  display: inline-block;
  vertical-align: super;
}
.trupur__page p strong,
.trupur__page li strong,
.trupur__page h3 strong {
  font-size: inherit;
  font-weight: bold;
}
.trupur__page p {
  margin-bottom: 20px;
}
.trupur__page .fine-print {
  font-size: 10px;
  line-height: 1.35;
}
.trupur__page a.btn {
  display: inline-block;
  color: #fff;
  background-color: #a89072;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  padding: 8px 20px;
  border-radius: 0;
  margin-top: 0;
  white-space: initial;
}
@media (min-width: 768px) {
  .trupur__page a.btn {
    min-width: 140px;
  }
}
.trupur__page a.btn:hover {
  color: #fff !important;
  background-color: #8f7758;
}
.trupur__page a.btn.blue {
  background-color: #529AD3;
}
.trupur__page a.btn.blue:hover {
  background-color: #3181c1;
}
.trupur__page a.btn.yellow {
  background-color: #CEBC3D;
}
.trupur__page a.btn.yellow:hover {
  background-color: #ac9c2c;
}
.trupur__page__hero {
  margin-bottom: 55px;
  text-align: center;
}
@media (min-width: 768px) {
  .trupur__page__hero {
    margin-bottom: 75px;
  }
}
.trupur__page__hero__inner {
  padding: 30px;
  background-color: #F7F7F7;
}
@media (min-width: 768px) {
  .trupur__page__hero__inner {
    padding: 80px;
    display: flex;
    align-items: space-between;
  }
}
.trupur__page__hero__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.trupur__page__hero__left .brown {
  background: #A89072;
}
.trupur__page__hero__left h1 {
  font-size: 40px;
  line-height: 0.9;
  color: #a89072;
  margin-bottom: -9px;
}
.trupur__page__hero__left h1:nth-child(2) {
  font-weight: 600;
  font-size: 44.3px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .trupur__page__hero__left h1 {
    font-size: 50px;
  }
}
.trupur__page__hero__left h1 sup {
  font-size: 14px;
  display: inline-block;
  vertical-align: super;
}
.trupur__page__hero__left h1 strong {
  font-size: inherit;
  font-weight: bold;
  white-space: nowrap;
}
.trupur__page__hero__left h1 span {
  color: #94969A;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
}
@media (min-width: 768px) {
  .trupur__page__hero__left h1 span {
    font-size: 44px;
  }
}
.trupur__page__hero__left h2 {
  font-size: 24px;
  color: #94969A;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 300;
  text-transform: initial;
}
.trupur__page__hero__left__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trupur__page__hero__left__buttons a.btn.yellow {
  margin-right: 18px;
}
.trupur__page__hero__right {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .trupur__page__hero__right {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 100%;
  }
}
.trupur__page__hero__right img {
  width: 562px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .trupur__page__intro {
    display: flex;
  }
}
.trupur__page__intro__left h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 28px;
  color: #333333;
}
@media (max-width: 768px) {
  .trupur__page__intro__left h2 {
    text-align: center;
  }
}
.trupur__page__intro__left h3 {
  margin-bottom: 15px;
  font-size: 18px;
}
.trupur__page__intro__left .top-list {
  list-style: none;
  padding: 0;
  margin-bottom: 45px;
}
.trupur__page__intro__left .top-list li {
  margin-bottom: 7px;
}
.trupur__page__intro__left .top-list strong {
  color: #a89072;
}
.trupur__page__intro__left__lists {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .trupur__page__intro__left__lists {
    display: flex;
  }
}
.trupur__page__intro__left__lists ul {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .trupur__page__intro__left__lists ul {
    margin-bottom: 0;
  }
}
.trupur__page__intro__left__lists ul li {
  margin-bottom: 7px;
}
.trupur__page__intro__left__lists__left {
  margin-right: 50px;
}
.trupur__page__intro__left__lists__left h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 14.5px;
  line-height: 22px;
  color: #CEBC3D;
}
.trupur__page__intro__left__lists__right h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 14.5px;
  line-height: 22px;
  color: #529AD3;
}
.trupur__page__intro__left .fine-print {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
.trupur__page__intro__left .fine-print li {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 10px;
}
.trupur__page__intro__right {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .trupur__page__intro__right {
    margin-top: 0;
    width: 445px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.trupur__page__intro__right__slider .carousel-container {
  margin-bottom: 35px;
}
.trupur__page__intro__right__slider .owl-dots {
  position: relative;
  margin-top: 10px;
  bottom: initial !important;
  padding: 0;
  margin-top: 20px;
}
.trupur__page__intro__right__slider .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  border: 1px solid #a89072;
  background: transparent !important;
}
.trupur__page__intro__right__slider .owl-dots .owl-dot.active span {
  background: #a89072 !important;
}
.trupur__page__intro__right__download {
  border: solid #d8d8d8;
  border-width: 1px 0 0;
  padding: 45px 0 0;
}
@media (min-width: 768px) {
  .trupur__page__intro__right__download {
    border-width: 1px 0;
    padding: 45px 0;
  }
}
.trupur__page__intro__right__download img {
  width: 241px;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.trupur__page__intro__right__download h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.trupur__page__intro__right__download p {
  font-size: 19px;
}
.trupur__page__intro__right__download__buttons {
  margin-top: 20px;
}
.trupur__page__intro__right__download__buttons a.btn {
  margin: 10px;
}
.trupur__page__more {
  background-color: #a89072;
  color: #fff;
  position: relative;
  width: 100vw;
  margin-top: 70px;
  left: 50%;
  transform: translateX(-50%);
  padding: 55px 0 15px;
}
@media (min-width: 768px) {
  .trupur__page__more {
    padding: 55px 0;
  }
}
.trupur__page__more h2 {
  color: inherit;
  margin-bottom: 45px;
}
.trupur__page__more__inner .relative {
  position: relative;
}
.trupur__page__more__inner .white-circle-bg {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 360px;
  height: 360px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 45px;
  z-index: -1;
}
@media (max-width: 768px) {
  .trupur__page__more__inner .white-circle-bg {
    width: 265px;
    height: 265px;
  }
}
@media (min-width: 768px) {
  .trupur__page__more__inner {
    display: flex;
    justify-content: space-between;
  }
}
.trupur__page__more__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  margin-bottom: 50px;
  font-family: 'Open Sans', serif;
  font-style: normal;
  color: #FFFFFF;
  font-weight: 400;
}
@media (max-width: 768px) {
  .trupur__page__more__item {
    margin-bottom: 0;
  }
}
.trupur__page__more__item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
}
.trupur__page__more__item h4 {
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 2.5rem;
  font-weight: 400;
}
.trupur__page__more__item p {
  font-size: 13px;
  line-height: 23px;
}
.trupur__page__more__item .buttons {
  font-family: 'Open Sans', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
@media (max-width: 903px) {
  .trupur__page__more__item .buttons {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.trupur__page__more__item .buttons .learn-more {
  background: #333333;
  color: #FFFFFF;
  margin-right: 2rem;
  padding: 8px 50px;
}
.trupur__page__more__item .buttons .learn-more :hover {
  background: #333333;
}
@media (max-width: 903px) {
  .trupur__page__more__item .buttons .learn-more {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .trupur__page__more__item .buttons .learn-more {
    margin-right: 0;
    padding: 8px 40px;
  }
}
.trupur__page__more__item .buttons .kit-diagram {
  background: #FFFFFF;
  color: #333333;
  padding: 8px 36.5px;
}
.trupur__page__more__item .buttons .kit-diagram :hover {
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .trupur__page__more__item .buttons .kit-diagram {
    padding: 8px 26.5px;
  }
}
@media (min-width: 768px) {
  .trupur__page__more__item {
    margin-bottom: 0;
  }
}
.trupur__page__more__item h3 {
  font-size: 19px;
  color: inherit;
  font-weight: bold;
  margin-bottom: 10px;
}
.trupur__page__more__item img {
  height: 100px;
  width: auto;
  margin-bottom: 20px;
}
.trupur__page__save {
  margin-top: 70px;
  margin-bottom: 50px;
}
.trupur__page__save p {
  font-style: normal;
  font-weight: 400;
  font-size: 9.5px;
  line-height: 13px;
  text-align: center;
  color: #666666;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .trupur__page__save {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .trupur__page__save__inner {
    display: flex;
    align-items: center;
  }
}
.trupur__page__save__left h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #333333;
}
.trupur__page__save__left p {
  font-style: normal;
  font-size: 13px;
  line-height: 22px;
  color: #333333;
  text-align: left;
  margin-bottom: 3px;
}
.trupur__page__save__left p span {
  color: #A89072;
  font-weight: 700;
}
.trupur__page__save__left p img {
  margin-top: 6px;
  width: 12px;
}
.trupur__page__save__left p:last-child {
  margin-bottom: 37px;
}
@media (min-width: 768px) {
  .trupur__page__save__left {
    padding-right: 60px;
  }
}
.trupur__page__save table {
  color: #fff;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .trupur__page__save table {
    margin-bottom: 0;
    width: auto;
  }
}
.trupur__page__save table th,
.trupur__page__save table td {
  background-color: #dacc6f;
  border: 1px solid #fff;
  padding: 5px;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .trupur__page__save table th,
  .trupur__page__save table td {
    min-width: 290px;
  }
}
.trupur__page__save table thead th,
.trupur__page__save table thead td {
  background-color: #4397d2;
  font-size: 20px;
}
.trupur__page__save table .featured th,
.trupur__page__save table .featured td {
  background-color: #80afde;
}
.trupur__page__save__right__buttons {
  margin: 25px auto;
}
.trupur__page__save__right__buttons a.btn {
  margin: 10px;
}
.trupur__form table {
  position: relative;
}
@media (max-width: 767px) {
  .trupur__form table {
    display: block;
  }
}
.trupur__form hr {
  border-top-color: #a89072;
}
@media (max-width: 767px) {
  .trupur__form hr {
    margin-top: 0;
  }
}
.trupur__form tr.spacer div {
  height: 100px;
}
.trupur__form__parent h1 {
  color: #a89072;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 26px;
}
.trupur__form__category h2,
.trupur__form__category h3 {
  font-size: 18px;
  color: #878a8f;
  margin: 0;
}
.trupur__form__category h2 strong,
.trupur__form__category h3 strong {
  font-size: inherit;
  text-transform: uppercase;
  font-weight: inherit;
}
.trupur__form__category.magenta h2 strong {
  color: #9a258f;
}
.trupur__form__category.yellow h2 strong {
  color: #cdba2d;
}
.trupur__form__category.blue h2 strong {
  color: #4797d2;
}
.trupur__form__category.silver h2 strong {
  color: #adafb3;
}
.trupur__form td.note {
  padding-top: 40px;
}
.trupur__form td.note p {
  color: #a89072;
}
.trupur__form__item {
  position: relative;
  transform: scale(1);
}
@media (max-width: 767px) {
  .trupur__form__item {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid #a89072;
    margin-bottom: 20px;
  }
}
.trupur__form__item th,
.trupur__form__item td {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .trupur__form__item th,
  .trupur__form__item td {
    display: block;
  }
}
@media (max-width: 767px) {
  .trupur__form__item th {
    flex: 1;
    min-width: 50%;
    padding-bottom: 0;
    padding-top: 0;
    order: 0;
  }
  .trupur__form__item th .item-num,
  .trupur__form__item th .qty,
  .trupur__form__item th .option {
    display: none;
  }
}
.trupur__form__item td {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  transform: scale(1);
  vertical-align: bottom;
  min-width: 100px;
}
@media (min-width: 992px) {
  .trupur__form__item td {
    min-width: 120px;
  }
}
@media (max-width: 767px) {
  .trupur__form__item td {
    order: 5;
  }
  .trupur__form__item td:not([class]) {
    position: relative;
    z-index: 5;
    margin-top: 10px;
    max-width: calc((100vw - 72px) / 4);
    width: calc((100vw - 72px) / 4);
    min-width: initial;
  }
  .trupur__form__item td:nth-child(3)::before {
    content: "";
    width: calc(100vw - 72px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(168, 144, 114, 0.2);
    z-index: 0;
    pointer-events: none;
  }
  .trupur__form__item td:nth-child(3) div {
    position: relative;
    z-index: 5;
  }
}
.trupur__form__item td.flex-break {
  display: none;
}
@media (max-width: 767px) {
  .trupur__form__item td.flex-break {
    display: block;
    flex: 100%;
    width: 100%;
    padding: 0;
  }
}
.trupur__form__item td.image {
  text-align: left;
}
@media (max-width: 767px) {
  .trupur__form__item td.image {
    text-align: right;
    min-width: initial;
    max-width: 50%;
    order: 1;
    padding: 0;
  }
}
.trupur__form__item td.image img {
  max-height: 90px;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 768px) {
  .trupur__form__item td.image img {
    margin-left: 20px;
  }
}
.trupur__form__item td .qty {
  justify-content: center;
}
.trupur__form__item td .qty input {
  border: 1px solid #878a8f;
  width: 50px;
  height: 35px;
  padding: 5px 0 5px 10px;
  font-size: 14px;
}
.trupur__form__item .option,
.trupur__form__item .item-num,
.trupur__form__item .name {
  margin-bottom: 3px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .trupur__form__item .name {
    font-size: 18px;
    font-weight: bold;
  }
}
.trupur__form__item .qty {
  font-size: 14px;
}
.trupur__form__item .total {
  text-align: right;
}
@media (max-width: 767px) {
  .trupur__form__item .total {
    flex: 100%;
    width: 100%;
    min-width: 100%;
    order: 10;
    padding: 10px 0 0;
  }
}
.trupur__form__item .total-wrap {
  border: solid #a89072;
  border-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .trupur__form__item .total-wrap {
    display: block;
    border-width: 0 0 0 2px;
    display: inline-block;
    padding-top: 0;
    padding-left: 20px;
  }
}
.trupur__form__item .total .qty {
  justify-content: flex-end;
}
.trupur__form__item .total .qty input[type=number] {
  border-color: #a89072;
}
.trupur__form__item .total .item-num {
  font-size: 16px;
  color: #a89072;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .trupur__form__item .total .item-num {
    margin-right: 10px;
  }
}
.trupur__form__item .fine-print {
  font-size: 9px;
  line-height: 1.1;
  width: 90px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.trupur__form__item .qty {
  height: 35px;
  display: flex;
  align-items: center;
}
.trupur__form .cat-title-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .trupur__form .cat-title-wrap {
    flex-wrap: nowrap;
    align-items: center;
  }
}
.trupur__form .cat-title-wrap .example-img {
  flex: 1;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .trupur__form .cat-title-wrap .example-img {
    width: 50%;
    order: -1;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .trupur__form .cat-title-wrap .logo-img {
    width: 50%;
    order: -2;
  }
}
@media (max-width: 767px) {
  .trupur__form .cat-title-wrap .title-text {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .trupur__form .sender-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.trupur__form .sender-info > div {
  margin: 10px;
  flex: calc(50% - 20px);
}
.trupur__form .sender-info > div span {
  display: block;
}
.trupur__form .sender-info > div.address {
  flex: 100%;
}
.trupur__form .sender-info input[type=text] {
  border: 1px solid #878a8f;
  height: 35px;
  width: 100%;
}
.trupur__form .sender-info input[type=submit] {
  display: inline-block;
  color: #fff;
  background-color: #a89072;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  padding: 8px 20px;
  border: 1px solid #a89072;
  border-radius: 0;
  margin-top: 10px;
}
.trupur__form .sender-info input[type=submit]:hover {
  background-color: transparent;
  color: #a89072;
}
.trupur__form .sender-info .submit-wrap {
  text-align: right;
}
.trupur__form .other-options h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #a89072;
  margin-bottom: 20px;
}
.trupur__form .other-options .option {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .trupur__form .other-options .option-inner {
    display: flex;
  }
}
.trupur__form .other-options .option .image {
  flex: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .trupur__form .other-options .option .image {
    margin-bottom: 20px;
  }
}
.trupur__form .other-options .option .image img {
  max-height: 150px;
  width: auto;
}
.trupur__form .other-options .option .content {
  flex: 50%;
  display: flex;
}
.trupur__form .other-options .option .content strong {
  font-weight: bold;
  color: #a89072;
}
.trupur__form .other-options .option .content .price {
  font-weight: bold;
}
.trupur__form .other-options .option .content .check {
  margin-right: 20px;
}
.trupur__lightbox {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.trupur__lightbox.active {
  display: flex;
}
.trupur__lightbox .x {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .trupur__lightbox .x {
    right: 0;
    top: -45px;
  }
}
.trupur__lightbox .x::after,
.trupur__lightbox .x::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #333;
}
@media (max-width: 767px) {
  .trupur__lightbox .x::after,
  .trupur__lightbox .x::before {
    background-color: #fff;
  }
}
.trupur__lightbox .x::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.trupur__lightbox__inner {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  padding: 50px;
  max-width: calc(100vw - 60px);
  max-height: calc(100vh - 60px);
  position: relative;
}
@media (max-width: 767px) {
  .trupur__lightbox__inner {
    padding: 20px;
    max-width: calc(100vw - 30px);
    max-height: calc(100vh - 30px);
  }
}
.trupur__lightbox video {
  width: 1024px;
  height: 576px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.trupur__product-cta {
  display: inline-block;
  color: #fff;
  background-color: #a89072;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  padding: 8px 20px;
  border: 1px solid #a89072;
  border-radius: 0;
  margin-top: 15px;
}
.trupur__product-cta:hover {
  background-color: transparent;
  color: #a89072;
}
#aw_popup_window.tru-pur-popup {
  border-radius: 0;
}
.trupur__page__all-in-one {
  display: flex;
  justify-content: center;
  text-align: center;
  font-style: normal;
  font-weight: 700;
}
.trupur__page__all-in-one * {
  margin-bottom: 23px;
}
.trupur__page__all-in-one div {
  width: 50%;
}
.trupur__page__all-in-one p {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 23px;
}
.trupur__page__all-in-one a {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.trupur__page__all-in-one h1 {
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #A89072;
  font-weight: 700;
}
@media (max-width: 767px) {
  .trupur__page__all-in-one div {
    width: 100%;
  }
}
.trupur__page hr {
  border: 1px solid #E3E3E3;
  margin-bottom: 5rem;
}
.trupur__page__intro__left__lists__left ul {
  margin-left: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  color: #333333;
}
.trupur__page__intro__left__lists__left ul li {
  list-style: disc;
}
.trupur__page__intro__left__lists__right ul {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  color: #333333;
  margin-left: 15px;
}
.trupur__page__intro__left__lists__right ul li {
  list-style: disc;
}
.trupur__page__intro__left p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  color: #333333;
}
@media (max-width: 768px) {
  .trupur__page__intro__left p {
    text-align: center;
  }
}
.trupur__page__more__item img {
  height: auto;
}
.kitDiagramModal .modal-inner-wrap {
  width: 900px !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .kitDiagramModal .modal-inner-wrap {
    width: 100% !important;
    max-width: inherit !important;
  }
}
.kit-diagram-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00640000;
  border: none;
  font-size: 25px;
  color: #333;
}
.kitDiagramModal .modal-inner-content img {
  padding: 4rem;
}
@media (max-width: 768px) {
  .kitDiagramModal .modal-inner-content img {
    padding: 4rem 5px 1rem 5px;
  }
}
.mor-popup {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s ease-in-out;
  transition-property: opacity visibility;
}
.mor-popup .mor-popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  overflow-y: scroll;
  width: 100%;
  padding: 30px 20px;
}
@media (min-width: 769px) {
  .mor-popup .mor-popup-inner {
    padding: 40px;
    width: 850px;
  }
}
.mor-popup.starter ul.check {
  columns: 2;
  margin-bottom: 30px;
}
.mor-popup.starter ul.check li {
  margin: 0 0 7px 0;
  padding-right: 5px;
}
.mor-popup.starter .popup-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 769px) {
  .mor-popup.starter .popup-content {
    flex-direction: row;
  }
}
.mor-popup.starter .popup-content .logos-left {
  flex: 1;
  text-align: center;
}
.mor-popup.starter .popup-content .logos-left img {
  width: 150px;
  max-width: 100%;
  display: block;
  margin: 10px auto 0;
}
.mor-popup.starter .popup-content .logos-left .fine-print {
  font-size: 5px;
  color: #808383;
  margin: 10px auto 30px;
}
.mor-popup.starter .popup-content .content-right {
  flex: 1.5;
}
.mor-popup.starter .popup-content .content-right h2 {
  font-size: 19px;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .mor-popup.starter .popup-content .content-right h2 {
    margin-top: 0;
  }
}
.mor-popup.starter .popup-content .content-right p.only {
  font-size: 12px;
  margin-top: -20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mor-popup.starter .popup-content .content-right p.only {
    margin-top: -50px;
    text-align: right;
  }
}
.mor-popup.starter form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
@media (min-width: 769px) {
  .mor-popup.starter form {
    align-items: center;
  }
}
.mor-popup.starter form input:not([type=radio]):not([type=submit]),
.mor-popup.starter form select {
  background: #fbfbfb;
  border: 1px solid #ddd;
  color: #000;
  font-size: 13px;
  height: 38px;
  padding: 0 12px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .mor-popup.starter form input:not([type=radio]):not([type=submit]),
  .mor-popup.starter form select {
    flex-basis: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
}
.mor-popup.starter form input:not([type=radio]):not([type=submit]):nth-child(even),
.mor-popup.starter form select:nth-child(even) {
  margin-right: 0;
}
.mor-popup.starter form input:not([type=radio]):not([type=submit])::placeholder,
.mor-popup.starter form select::placeholder {
  color: #767676;
}
.mor-popup.starter form .radio-wrap {
  display: block;
  width: 100%;
}
@media (min-width: 769px) {
  .mor-popup.starter form .radio-wrap {
    flex-basis: calc(50% - 10px);
  }
}
.mor-popup.starter form .radio-wrap > label:first-child {
  display: block;
  line-height: 1;
  color: #767676;
}
.mor-popup.starter form .radio-wrap label:not(:first-child) {
  display: inline-block;
  margin-right: 20px;
  color: #767676;
}
.mor-popup.starter form .radio-wrap label:not(:first-child) input,
.mor-popup.starter form .radio-wrap label:not(:first-child) span {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: inherit;
}
.mor-popup.starter form .radio-wrap label:not(:first-child) input[type=radio] {
  margin-right: 5px;
}
.mor-popup.starter h1 {
  text-align: center;
  font-size: 30px;
  color: #a89072;
  font-weight: bold;
  line-height: 1.2;
}
.mor-popup.starter h1 span {
  font-size: 25px;
  color: #808383;
  display: block;
}
.mor-popup.starter h1 sup {
  font-size: 7px;
}
.mor-popup.starter h1 + h2 {
  font-size: 30px;
  color: #808383;
  text-align: center;
  font-weight: bold;
}
.mor-popup.starter form input[type=submit] {
  font-size: 13px;
  text-transform: uppercase;
  background-color: #a89072;
  display: inline-block;
  border: 1px solid #a89072;
  color: #fff;
  padding: 9px 15px 7px;
  margin-top: 20px;
  border-radius: 0;
}
.mor-popup.video .mor-popup-inner {
  width: 1360px;
}
.mor-popup.video .mor-popup-inner iframe {
  max-width: 100%;
  max-height: calc(((100vw - 80px) / 16) * 9);
}
@media (min-width: 1281px) {
  .mor-popup.video .mor-popup-inner iframe {
    max-height: initial;
  }
}
.mor-popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.mor-hero {
  margin-bottom: 71px;
}
.mor-hero .row {
  padding: 35px;
  background: #F7F7F7;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 26px;
}
.mor-hero .row .grid-init {
  max-width: 524px;
  width: 100%;
  padding-right: calc(26px + 12px);
}
.mor-hero .row .grid-init .external-video {
  position: relative;
}
.mor-hero .row .grid-init img {
  width: 100%;
}
.mor-hero .row .grid-init .slick-slide {
  pointer-events: none;
}
.mor-hero .row .grid-init .slick-dots {
  position: absolute;
  width: auto;
  right: -15px;
  top: 50%;
  bottom: auto;
  transform: translatey(-50%);
  margin: 0;
}
.mor-hero .row .grid-init .slick-dots li {
  padding: 0;
  margin: 0;
  display: block;
  margin-bottom: 5px;
}
.mor-hero .row .grid-init .slick-dots li:last-child {
  margin-bottom: 0;
}
.mor-hero .row .grid-init .slick-dots li button {
  font-size: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #979797;
  border-radius: 100%;
}
.mor-hero .row .grid-init .slick-dots li.slick-active button {
  background: #A89072;
  border-color: #A89072;
}
.mor-hero .row .text {
  text-align: center;
  flex-grow: 1;
}
.mor-hero .row .text h1 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 71px;
  line-height: 71px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: #A89072;
}
.mor-hero .row .text h2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 44.3px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: #333333;
}
.mor-hero .row .text span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 31px;
  text-align: center;
  color: #333333;
}
.container-mor {
  width: auto;
  max-width: 1139px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container-mor::after {
  content: '';
  display: table;
  clear: both;
}
.attract-clients .row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 80px;
  border-bottom: 1px solid #E3E3E3;
}
.attract-clients .row .column {
  flex-grow: 1;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 23px;
  color: #333333;
}
.attract-clients .row .column h2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  color: #A89072;
}
.attract-clients .row .column p {
  margin: 0;
  margin-bottom: 16px;
}
.attract-clients .row .column p:last-child {
  margin: 0;
}
.attract-clients .row .column ul {
  padding: 0;
  margin: 0;
  margin-bottom: 19px;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 15px;
}
.attract-clients .row .column ul li {
  padding-left: 20px;
  position: relative;
}
.attract-clients .row .column ul li::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  color: #A89072;
  position: absolute;
  top: 2px;
  left: 0;
}
.attract-clients .row .image-action {
  background: url("../images/Group41.png") !important;
  background-position: center center;
  background-size: cover;
  min-width: 357px;
  text-align: center;
  padding: 19px 20px 40px 20px;
}
.attract-clients .row .image-action img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 13px;
}
.attract-clients .row .image-action span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.attract-clients .row .image-action .button {
  padding: 6px 26px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #A89072;
  font-size: 13px;
  text-transform: uppercase;
}
.mini-implants-mor .row {
  display: flex;
  padding-top: 70px;
}
.mini-implants-mor .row .column h2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 28px;
  margin-top: 0;
}
.mini-implants-mor .row .column .subtitle {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 18px;
}
.mini-implants-mor .row .column p {
  margin: 0;
  margin-bottom: 22px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 23px;
  color: #333333;
}
.mini-implants-mor .row .column p:last-child {
  margin: 0;
}
.mini-implants-mor .row .column .list {
  display: flex;
  gap: 25px;
  margin-bottom: 26px;
}
.mini-implants-mor .row .column .list ul li {
  margin-top: 7px;
}
.mini-implants-mor .row .column .list .title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  /* identical to box height, or 110% */
  text-align: center;
  color: #A89072;
}
.mini-implants-mor .row .column .list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  display: flex;
  gap: 35px;
}
.mini-implants-mor .row .column .list ul li {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #A89072;
}
.mini-implants-mor .row .column .list ul li::after {
  content: "|";
  margin-left: 25px;
}
.mini-implants-mor .row .column .list ul li:last-child::after {
  margin: 0;
  content: none;
}
.mini-implants-mor .row .column .note {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 22px;
  color: #666666;
}
.mini-implants-mor .row .image-action img {
  max-width: 100%;
  min-width: 261px;
  display: block;
}
.start-mor {
  background: rgba(168, 144, 114, 0.4);
  padding: 50px 0;
}
.start-mor .row {
  display: flex;
  gap: 44px;
  align-content: flex-start;
  margin-bottom: 61px;
}
.start-mor .row:last-child {
  margin-bottom: 0;
}
.start-mor .row .img {
  width: 100%;
  max-width: 226px;
}
.start-mor .row .img img {
  display: block;
}
.start-mor .row .text {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.start-mor .row .text .title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
}
.start-mor .row .text p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  /* or 145% */
  color: #333333;
}
.start-mor .row .text .action {
  display: flex;
  gap: 16px;
}
.start-mor .row .text .action .button {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 27px;
}
.start-mor .row .text .action .button.black {
  background: #000;
  color: #fff;
}
.start-mor .row .text .action .button.white {
  background: #fff;
  color: #000;
}
.start-mor .row .included {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  min-width: 226px;
  padding-left: 30px;
}
.start-mor .row .details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  flex-grow: 1;
  gap: 20px;
}
.start-mor .row .details .column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.start-mor .row .details .column span {
  flex-grow: 1;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #333333;
}
.mor-life {
  padding-top: 72px;
}
.mor-life h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: #333333;
  margin-bottom: 34px;
}
.mor-life .row:before,
.mor-life .row:after,
.mor-testimonials .row:before,
.mor-testimonials .row:after {
  display: none;
}
.mor-life .row,
.mor-testimonials .row {
  margin-left: 0px;
  margin-right: 0px;
}
.mor-life .row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(490px, 1fr));
  padding-bottom: 25px;
}
.mor-life .container-mor {
  border-bottom: 1px solid #E3E3E3 !important;
  padding-bottom: 72px;
}
.mor-life .container-mor .read-more-content {
  display: none;
}
.mor-life .row p {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  color: #333333;
  margin: 0;
}
.mor-life .row .text {
  margin-bottom: 44px;
  min-height: 115px;
}
.mor-life .row .read-more {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #A89072;
}
.mor-life .row .action {
  display: flex;
}
.mor-life .row .action .button {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 27px;
  background: #A89072;
  color: #fff;
  border: 1px solid #A89072;
}
.mor-life .row .column .action {
  justify-content: flex-end;
}
.mor-life .row .column:last-child .action {
  justify-content: flex-start;
}
.mor-life .row .column:last-child .action .button {
  border: 1px solid #A89072;
  background: transparent;
  color: #A89072;
}
.mor-testimonials {
  padding: 72px 0;
}
.mor-testimonials h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  margin: 0;
  margin-bottom: 40px;
}
.mor-testimonials .row {
  display: flex;
  width: 100%;
  gap: 100px;
  position: relative;
}
.mor-testimonials .row:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 281px;
  display: block;
  background: #e1e1e1;
}
.mor-testimonials .row .col {
  width: calc(50% - 50px);
}
.mor-testimonials .row .col .testimonial-gallery .slick-slide {
  padding-left: calc(40px + 7px);
}
.mor-testimonials .row .col .testimonial-gallery .slick-arrow {
  font-size: 0;
  background: none;
  border: none;
  z-index: 9;
  position: absolute;
  top: auto;
  bottom: 0px;
}
.mor-testimonials .row .col .testimonial-gallery .slick-arrow:before {
  content: none;
}
.mor-testimonials .row .col .testimonial-gallery .slick-arrow.slick-prev {
  right: calc(20px + 9px/2);
  left: auto;
}
.mor-testimonials .row .col .testimonial-gallery .slick-arrow.slick-prev:after {
  content: url(../images/arrow1.svg);
}
.mor-testimonials .row .col .testimonial-gallery .slick-arrow.slick-next {
  right: 0;
}
.mor-testimonials .row .col .testimonial-gallery .slick-arrow.slick-next:after {
  content: url(../images/arrow2.svg);
}
.mor-testimonials .row .col .video-gallery .slick-dots {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  padding: 0;
  padding-top: 25px;
}
.mor-testimonials .row .col .video-gallery .slick-dots li {
  padding: 0;
  margin: 0;
  display: block;
  margin-bottom: 5px;
}
.mor-testimonials .row .col .video-gallery .slick-dots li:last-child {
  margin-bottom: 0;
}
.mor-testimonials .row .col .video-gallery .slick-dots li button {
  font-size: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #979797;
  border-radius: 100%;
}
.mor-testimonials .row .col .video-gallery .slick-dots li.slick-active button {
  background: #A89072;
  border-color: #A89072;
}
.mor-testimonials .row p {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 36px;
  margin: 0;
  margin-bottom: 21px;
  color: #333333;
}
.mor-testimonials .row p:before {
  content: '"';
  font-style: italic;
  font-weight: 600;
  font-size: 70px;
  line-height: 35px;
  color: #A89072;
  position: absolute;
  left: calc(-40px - 7px);
  top: 10px;
}
.mor-testimonials .row .author {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #333333;
}
.mor-testimonials .row .location {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #333333;
}
.mor-testimonials .row .video {
  position: relative;
}
.mor-testimonials .row .video img {
  display: block;
  width: 100%;
}
.mor-testimonials .row .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  place-content: center;
  place-items: center;
}
.mor-testimonials .row .video .overlay img {
  display: block;
  width: auto;
  cursor: pointer;
}
.mor-testimonials .row .video .slick-dots {
  margin: 0;
  padding-top: 22px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  transform: translatex(0);
}
.mor-testimonials .row .video .slick-dots li {
  padding: 0;
  margin: 0;
  display: block;
  margin-bottom: 5px;
}
.mor-testimonials .row .video .slick-dots li:last-child {
  margin-bottom: 0;
}
.mor-testimonials .row .video .slick-dots li button {
  font-size: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #979797;
  border-radius: 100%;
}
.mor-testimonials .row .video .slick-dots li.slick-active button {
  background: #A89072;
  border-color: #A89072;
}
@media screen and (max-width: 1030px) {
  .mor-hero .row {
    flex-direction: column-reverse;
    gap: 0;
  }
  .mor-hero .row .text {
    padding-bottom: 30px;
  }
  .mor-hero .row .grid-init {
    padding: 0;
  }
  .mor-hero .row .grid-init .slick-dots {
    position: static;
    display: flex;
    justify-content: center;
    transform: translateY(0);
    padding-top: 20px;
    padding-left: 0;
    gap: 5px;
  }
  .attract-clients .row {
    flex-direction: column;
    align-items: center;
  }
  .start-mor .row {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .start-mor .row .details {
    gap: 10px;
    width: 100%;
    padding: 0 30px;
  }
  .start-mor .row .included {
    padding-left: 0;
    width: 100%;
    padding: 0 30px;
  }
  .start-mor .row .text {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    text-align: center;
    padding-bottom: 70px;
  }
  .start-mor .row .text .action {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mor-life .row {
    grid-template-columns: 1fr;
  }
  .mor-life .row .column {
    width: 100%;
  }
  .mor-testimonials .row {
    flex-direction: column;
    gap: 40px;
  }
  .mor-testimonials .row:after {
    content: none;
  }
  .mor-testimonials .row .col {
    width: 100%;
  }
  .mor-testimonials .row .col:first-child {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 850px) {
  .mini-implants-mor .row .column .list ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
  }
  .mini-implants-mor .row .column .list ul li::after {
    content: none;
  }
}
.mor-page-wrap section {
  margin: 40px auto;
}
@media (min-width: 769px) {
  .mor-page-wrap section {
    margin: 75px auto;
  }
}
.mor-page-wrap sup {
  vertical-align: super;
  display: inline-block;
  line-height: inherit;
  top: initial;
}
.mor-page-wrap .btn,
.mor-page-wrap #aaid-download-form input[type=submit],
#aaid-download-form .mor-page-wrap input[type=submit],
.mor-page-wrap #readynow-form input[type=submit],
#readynow-form .mor-page-wrap input[type=submit] {
  font-size: 13px;
  text-transform: uppercase;
  background-color: #a89072;
  display: inline-block;
  border: 1px solid #a89072;
  color: #fff;
  padding: 9px 30px 7px;
  margin: 5px;
  border-radius: 0;
}
.mor-page-wrap .btn sup,
.mor-page-wrap #aaid-download-form input[type=submit] sup,
#aaid-download-form .mor-page-wrap input[type=submit] sup,
.mor-page-wrap #readynow-form input[type=submit] sup,
#readynow-form .mor-page-wrap input[type=submit] sup {
  font-size: 6px;
}
.mor-page-wrap .btn:hover,
.mor-page-wrap #aaid-download-form input[type=submit]:hover,
#aaid-download-form .mor-page-wrap input[type=submit]:hover,
.mor-page-wrap #readynow-form input[type=submit]:hover,
#readynow-form .mor-page-wrap input[type=submit]:hover {
  background-color: #fff;
  border-color: #fff;
  color: #a89072;
}
.mor-page-wrap .btn.thin,
.mor-page-wrap #aaid-download-form input.thin[type=submit],
#aaid-download-form .mor-page-wrap input.thin[type=submit],
.mor-page-wrap #readynow-form input.thin[type=submit],
#readynow-form .mor-page-wrap input.thin[type=submit] {
  color: #a89072;
  background-color: transparent;
}
.mor-page-wrap .btn.thin:hover,
.mor-page-wrap #aaid-download-form input.thin[type=submit]:hover,
#aaid-download-form .mor-page-wrap input.thin[type=submit]:hover,
.mor-page-wrap #readynow-form input.thin[type=submit]:hover,
#readynow-form .mor-page-wrap input.thin[type=submit]:hover {
  background-color: #a89072;
  color: #fff !important;
}
.mor-page-wrap .btn.white,
.mor-page-wrap #aaid-download-form input.white[type=submit],
#aaid-download-form .mor-page-wrap input.white[type=submit],
.mor-page-wrap #readynow-form input.white[type=submit],
#readynow-form .mor-page-wrap input.white[type=submit] {
  background-color: #fff;
  color: #a89072;
  border-color: #fff;
}
.mor-page-wrap .btn.white:hover,
.mor-page-wrap #aaid-download-form input.white[type=submit]:hover,
#aaid-download-form .mor-page-wrap input.white[type=submit]:hover,
.mor-page-wrap #readynow-form input.white[type=submit]:hover,
#readynow-form .mor-page-wrap input.white[type=submit]:hover {
  color: #fff !important;
  background-color: transparent;
}
.mor-page-wrap p,
.mor-page-wrap h3,
.mor-page-wrap li {
  font-size: 14.5px;
  line-height: 1.5;
}
.mor-page-wrap p sup,
.mor-page-wrap h3 sup,
.mor-page-wrap li sup {
  font-size: 6px;
}
.mor-page-wrap h3 {
  font-weight: bold;
}
.mor-page-wrap h2 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.mor-page-wrap h2 sup {
  font-size: 7px;
  transform: translateY(-3px);
}
.mor-page-wrap ul li {
  margin-top: 12px;
}
.mor-page-wrap ul.check {
  list-style: none;
}
.mor-page-wrap ul.check li {
  position: relative;
}
.mor-page-wrap ul.check li::before {
  content: "";
  display: block;
  height: 9px;
  width: 6px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  transform: rotate(45deg);
  position: absolute;
  left: -15px;
  top: 5px;
}
@media (min-width: 769px) {
  .mor-page-wrap .cols2 {
    columns: 2;
  }
}
.std ul {
  list-style: disc outside;
}
.cms-page-view .column.main {
  padding-bottom: 0;
}
.cms-home .page-title-wrapper {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.cms-home #maincontent {
  max-width: none;
  padding: 0;
}
.cms-home .text-slide {
  float: right;
  margin-left: 150px;
  margin-right: 100px;
  right: 10%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1199px) {
  .cms-home .text-slide {
    margin-top: 0;
    margin-right: 10px;
  }
}
.owl-item:not(.active) .caption2 {
  position: relative;
  letter-spacing: 5px;
  z-index: 40;
  text-transform: uppercase;
  color: #222;
  font-size: 130px;
  font-weight: 700;
  margin: 0;
  line-height: 115px;
  -moz-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
  -webkit-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
  animation: fadeInLeft 0.8s ease-in 1.5s backwards;
  opacity: 1;
  padding: 0;
}
.owl-item .text-slide-custom .caption2,
.owl-item .text-slide1 .caption2 {
  font-size: 90px;
  line-height: 90px;
}
.owl-item .text-slide1 .caption2.custom {
  letter-spacing: 0;
}
.owl-item:not(.active) .caption3 {
  color: #aaa;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  opacity: 1;
  position: relative;
  text-transform: uppercase;
  z-index: 50;
  -moz-animation: fadeInUp 0.8s ease-in 1.7s backwards;
  -webkit-animation: fadeInUp 0.8s ease-in 1.7s backwards;
  animation: fadeInUp 0.8s ease-in 1.7s backwards;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .owl-item:not(.active) .caption3 {
    font-size: 30px;
    margin-top: 14px;
  }
}
.owl-item .caption3.custom {
  color: #7d7d7d;
  letter-spacing: 0;
}
#banner-slider-carousel .owl-dots {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 0;
  width: 100%;
}
#banner-slider-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 3px;
}
#banner-slider-carousel .owl-dots .owl-dot.active span {
  background: #fff;
}
#banner-slider-carousel .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 90%;
  -moz-border-radius: 90%;
  -webkit-border-radius: 90%;
  -ms-border-radius: 90%;
  -o-border-radius: 90%;
  text-indent: -9999px;
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin: 0;
  outline: 0;
}
#banner-slider-carousel .owl-nav button span {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
  line-height: 35px;
  text-align: center;
  text-indent: inherit;
  border: 1px solid transparent;
  background: none;
  opacity: 0;
  width: 36px;
  height: 36px;
  right: 15px;
  margin-top: -18px;
  top: 50%;
  transform: translate(-70px, 0);
  transition: all 0.3s ease-in;
}
#banner-slider-carousel .owl-nav button span:hover {
  background: #a89072;
  border: 1px solid #a89072;
}
#banner-slider-carousel .owl-nav button span:hover:before {
  color: #fff;
}
#banner-slider-carousel .owl-nav button span:before {
  content: "\f105";
  font-size: 35px;
  color: #333333;
}
#banner-slider-carousel .owl-nav button.owl-prev span {
  transform: translate(70px, 0);
}
#banner-slider-carousel .owl-nav button.owl-prev span:before {
  content: "\f104";
}
#banner-slider-carousel:hover .owl-nav button.owl-prev span,
#banner-slider-carousel:hover .owl-nav button.owl-next span {
  transform: translate(0, 0);
  opacity: 1;
}
h1.sub-title.caption.caption2 {
  animation-delay: .3s;
}
@media (min-width: 1200px) {
  h1.sub-title.caption.caption2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  h1.sub-title.caption.caption2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 991px) and (min-width: 640px) {
  h1.sub-title.caption.caption2 {
    font-size: 40px;
    line-height: 40px;
    text-align: right;
  }
}
@media (max-width: 639px) {
  h1.sub-title.caption.caption2 {
    font-size: 25px;
    line-height: 25px;
    text-align: right;
  }
}
h3.desc.caption.caption3 {
  animation-delay: .5s;
}
@media (min-width: 1200px) {
  h3.desc.caption.caption3 {
    font-size: 30px;
    margin-top: 15px;
  }
}
@media (max-width: 991px) and (min-width: 640px) {
  h3.desc.caption.caption3 {
    font-size: 20px;
    margin-top: 5px;
    text-align: right;
  }
}
@media (max-width: 639px) {
  h3.desc.caption.caption3 {
    font-size: 15px;
    margin-top: 3px;
    text-align: right;
  }
}
span.desc.custom-info {
  animation-delay: .7s;
  font-size: 20px;
  text-align: center;
  color: #333;
  display: block;
  margin-top: 25px;
}
@media (min-width: 1200px) {
  span.desc.custom-info {
    margin-top: 10px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  span.desc.custom-info {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 991px) and (min-width: 640px) {
  span.desc.custom-info {
    margin-top: 5px;
    font-size: 13px;
    text-align: right;
  }
}
@media (max-width: 639px) {
  span.desc.custom-info {
    display: none;
  }
}
.owl-item:not(.active) .caption4 {
  -moz-animation: fadeInLeft 1s ease-in 2s backwards;
  -webkit-animation: fadeInLeft 1 sease-in 2s backwards;
  animation: fadeInLeft 1 sease-in 2s backwards;
}
.owl-item .caption4 {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 10px;
  text-transform: uppercase;
}
.owl-item .caption4.custom-slide-button {
  width: 146px;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  margin-top: 36px;
  color: #333;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .owl-item .caption4.custom-slide-button {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .owl-item .caption4.custom-slide-button {
    margin-top: 10px;
    float: right;
  }
}
@media (max-width: 639px) {
  .owl-item .caption4.custom-slide-button {
    display: none;
  }
}
.homepage-second-slider .owl-nav [class*=owl-] {
  position: absolute;
  top: calc(50% - 20px);
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 35px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  background-color: rgba(150, 150, 150, 0.3);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  transition: 250ms opacity linear;
  font-size: 14px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
}
.homepage-second-slider .owl-nav [class*=owl-]:after,
.homepage-second-slider .owl-nav [class*=owl-]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 2px;
  z-index: 1;
  background-color: #333333;
  width: 14px;
  -webkit-transform-origin: right;
  transform-origin: right;
  left: 33%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}
.homepage-second-slider .owl-nav [class*=owl-]:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}
.homepage-second-slider .owl-nav [class*=owl-]:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}
.homepage-second-slider .owl-nav .owl-prev {
  transform: rotate(180deg);
  left: 0;
}
.homepage-second-slider .owl-nav .owl-next {
  right: 0;
}
.homepage-second-slider .owl-prev {
  transform: rotate(180deg);
}
.sdide-button.caption.caption4 {
  animation-delay: 1s !important;
}
.home-hero-arrow {
  width: 40px;
  height: 40px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: block;
  margin: 20px auto 0;
  position: relative;
  animation: float 2s infinite;
  animation-timing-function: ease-in-out;
  cursor: pointer;
}
.home-hero-arrow:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
section.homepage {
  padding: 21px 0;
}
@media (max-width: 991px) {
  section.homepage {
    padding: 0;
  }
}
section.about {
  background-color: transparent;
  padding-top: 110px;
}
section.homepage.info {
  padding: 50px 0 50px;
  background: url('../images/4.jpg') no-repeat center center / cover;
}
.title-page {
  margin-bottom: 40px;
}
section.homepage .title-page h2,
section .title-page h2 {
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
section.homepage .title-page h4,
section .title-page h4 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #9b9b9b;
}
section .title-page.title-page-normal h2 {
  text-transform: capitalize;
}
.homepage-second-slider.owl-carousel {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .homepage-second-slider.owl-carousel {
    max-width: 500px;
  }
}
.service-block .box:hover .buzz_effect {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.new-item {
  /*width: 360px;*/
  height: 200px;
  line-height: 200px;
  margin: 10px 0;
  width: 339px;
}
.new-item h3 {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.new-item a {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.new-item a:before {
  content: '';
  display: block;
  position: absolute;
  background: #666666;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.new-item a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.new-item.video-item i.pe-7s-video-play {
  position: absolute;
  line-height: 77px;
  color: white;
  font-size: 50px;
  border: 2px solid white;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  text-indent: 12px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.new-item.video-item a:before {
  display: none;
}
.new-item.no-overlay a {
  border: 1px solid #bbbbbb;
}
.new-item.no-overlay a:before,
.new-item.no-overlay a h3 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.new-item img {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.new-item span {
  position: absolute;
  left: 0;
  bottom: 14px;
  line-height: 14px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  background: #939393;
  padding: 5px 10px;
}
.pe-7s-video-play:before {
  content: "\e624";
}
/* video modal */
.modal-content iframe {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
section.about span {
  color: #333333;
}
a.read-more {
  display: block;
  color: #A69072;
  font-weight: bold;
}
.service-block.service-block-custom .box {
  display: block;
  background: #666666;
  padding: 40px 25px 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service-block.service-block-custom .box:hover {
  background: #a89072;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service-block.service-block-custom .box .service-icon,
.service-block.service-block-custom .box .service-title,
.service-block.service-block-custom .box .service-desc {
  color: white;
}
.service-block.service-block-custom .box .service-title {
  text-transform: uppercase;
  margin: 12px 0 5px;
}
.service-block.service-block-custom .box .service-icon {
  font-size: 65px;
  line-height: 50px;
}
/* section info */
.service-block {
  padding-top: 60px;
  transition: all 0.3s;
  max-width: 262px;
  margin: 0 auto;
}
section.info {
  position: relative;
  margin: 60px 0 50px;
}
section.info img {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
}
section.info:before {
  content: '';
  position: absolute;
  display: block;
  background-color: #a89072;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section.info .main-info {
  padding-left: 50px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
section.info .main-info > span:before {
  content: '"';
  display: inline-block;
  font-size: 80px;
  line-height: 60px;
  font-style: italic;
  vertical-align: middle;
  margin-right: 5px;
}
span.quotes {
  display: none !important;
  font-size: 50px !important;
  padding: 0 !important;
}
section.info .main-info span {
  display: block;
  font-size: 17px;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 50px;
}
.info-title {
  font-weight: bold;
  text-transform: uppercase;
}
.info-desc {
  text-transform: uppercase;
  letter-spacing: -0.3px;
}
/* section contact-us */
section.contact-us span {
  display: block;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
  color: #333333;
  padding-left: 50px;
}
@media (max-width: 991px) {
  section.contact-us span {
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  section.contact-us .custom-button {
    display: block;
    right: 0;
    margin: 20px auto 0;
  }
}
.service-block .box .service-title {
  font-weight: 700;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 5px;
}
.trade-title,
.help-title,
.ask-title {
  text-transform: uppercase;
  color: #333 !important;
  font-size: 20px !important;
  font-weight: 700;
  margin-bottom: 20px;
}
.trade-copy,
.help-copy {
  color: #333;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 30px !important;
}
.trade-img,
.help-img {
  width: 35%;
  margin: 0 5% 0 0;
  height: 400px;
  background-color: #333;
  float: left;
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.ask-img {
  width: 100%;
  margin: 0 5% 0 0;
  height: 400px;
  background-color: #333;
  float: left;
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.ask-img img {
  height: 100%;
  max-width: none;
  width: auto;
}
div.help-img {
  overflow: hidden;
  position: relative;
}
.trade-img img,
.help-img img {
  height: 100%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.trade-list {
  columns: 4;
  padding-left: 0 !important;
}
.help-list {
  padding-left: 0 !important;
  columns: 2;
}
.trade-list li,
.help-list li {
  color: #977e5f;
  font-weight: 700;
  list-style: none;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 25px;
  display: block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.trade-list li:hover {
  text-decoration: underline;
}
.help-list li ul {
  padding-left: 0 !important;
}
.help-list li ul li {
  color: #333 !important;
  font-weight: 400;
  font-size: 14px;
}
.help-list a {
  color: #977e5f !important;
}
.help-list a:hover {
  text-decoration: underline;
}
body .quotes {
  display: none !important;
}
.title-list {
  box-sizing: border-box;
}
.contact-content .clear {
  clear: both;
}
.contact-content .form-list li {
  margin-bottom: 26px;
}
.contact-content .form-list li input {
  height: 38px;
}
.contact-content .form-list textarea {
  min-height: 178px;
  resize: none;
}
input[type="file"] {
  padding: 8px;
}
.buttons-set {
  clear: both;
  margin: 2em 0 10px;
  padding: 0;
  text-align: right;
}
.buttons-set.buttons-set-contact {
  padding: 0;
  margin: 0;
}
.box-review_form .form-add .buttons-set {
  padding: 15px 0;
  margin: 0;
}
.buttons-set p.required {
  margin: 0 0 10px;
  float: right;
  line-height: 30px;
}
.buttons-set .back-link {
  float: right;
  margin: 0;
}
.buttons-set-contact.buttons-set button.button {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  padding: 0 20px;
  background: #a89072;
  color: #fff;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.buttons-set-contact.buttons-set button.button:hover {
  background-color: #fff;
  color: #a89072;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all 0.3s;
}
input.radio {
  margin-right: 3px;
  display: inline-block;
  margin-top: 0;
  min-height: 18px;
}
input.checkbox {
  margin-right: 3px;
}
.askatechnician-index-index .page-title-wrapper {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.other-videos .col-md-6 {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: normal;
  height: fit-content;
}
@media all and (max-width: 767px) {
  .other-videos .col-md-6 {
    width: 100%;
  }
}
.other-videos .col-md-6 a {
  width: 150px;
  height: 85px;
  position: relative;
}
.other-videos .col-md-6 a:after {
  content: "\e624";
  position: absolute;
  color: white;
  font-size: 38px;
  border: 2px solid white;
  width: 50px;
  height: 50px;
  top: 50%;
  text-align: center;
  border-radius: 50%;
  text-indent: 10px;
  line-height: 46px;
  font-family: 'Pe-icon-7-stroke';
  transform: translate(-50%, -50%);
}
.other-videos .col-md-6 h3 {
  color: #9b9b9b;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
  flex: 1;
  margin-left: 25px;
}
.new-item.video-large {
  height: 463px;
}
.technique-videos .new-item {
  margin: 10px 0 20px;
}
.technique-videos .new-item a {
  height: 100%;
}
.technique-videos.other-videos .col-md-6 > a i.pe-7s-video-play {
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 38px;
  text-indent: 9px;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}
.cms-page-view .page-title-wrapper {
  display: none;
}
.sticky #maincontent {
  z-index: 99;
}
section.education-page {
  padding: 60px 0;
}
section.education-page.technique-videos-section {
  padding: 0 0 60px 0;
}
.row-child .col-xs-6 .new-item {
  padding: 0;
  height: 233px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #aaa;
  border-radius: 90%;
  -moz-border-radius: 90%;
  -webkit-border-radius: 90%;
  -ms-border-radius: 90%;
  -o-border-radius: 90%;
  text-indent: -9999px;
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin: 0;
  outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #fff !important;
}
.bx-wrapper .bx-pager {
  bottom: 20px;
}
.bx-wrapper .bx-pager-item {
  margin: 0 5px;
}
.modals-wrapper .modal-popup.videoiframe-modal .modal-header {
  display: block;
  padding: 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
.modals-wrapper .modal-popup.videoiframe-modal .modal-header .modal-title {
  padding: 15px;
}
.modals-wrapper .modal-popup.videoiframe-modal div.modal-inner-wrap {
  border-radius: 5px;
  width: 600px;
  max-width: 90%;
}
.modals-wrapper .modal-popup.videoiframe-modal .modal-title {
  font-size: 13px;
  font-weight: 700;
  border: none;
  color: #666666;
}
.modals-wrapper .modal-popup.videoiframe-modal .modal-inner-wrap {
  padding: 0;
}
.modals-wrapper .modal-popup.videoiframe-modal .modal-content {
  box-shadow: none;
  padding: 20px;
}
#videoiframe {
  width: 100%;
  border: none;
}
.about .about__intro {
  text-align: center;
}
.about .about__intro h1 {
  font-size: 20px;
  font-weight: 700;
  color: #a89072;
  text-transform: uppercase;
}
.about .about__intro h2 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about .about__intro p {
  font-size: 15px;
  color: #9b9b9b;
  line-height: 1.3;
  font-weight: 600;
  width: 600px;
  max-width: 100%;
  margin: 0 auto 10px;
}
.about p,
.about h1,
.about h2,
.about h3,
.about li {
  color: #333;
}
.about__points {
  text-align: center;
  margin-top: 50px;
  display: block;
}
@media (min-width: 768px) {
  .about__points .about__points__wrap {
    display: flex;
  }
}
.about__points .about__points__item {
  margin: 0 25px 30px;
  flex: 1;
}
.about__points .about__points__item .icon {
  height: 40px;
  width: 40px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__points .about__points__item h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about__readynow {
  display: block;
  margin-top: 30px;
}
.about__readynow .about__readynow__wrap {
  background-color: #f1f1f1;
}
@media (min-width: 768px) {
  .about__readynow .about__readynow__wrap {
    display: flex;
  }
}
.about__readynow__left {
  padding: 45px;
  flex: 50%;
}
.about__readynow__left h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.about__readynow__left ul.check {
  padding-left: 25px;
}
.about__readynow__left ul.check li {
  position: relative;
  list-style: none;
}
.about__readynow__left ul.check li h3 {
  font-size: 15px;
  font-weight: 600;
}
.about__readynow__left p {
  font-size: 13px;
}
.about__readynow__right {
  position: relative;
  flex: 50%;
}
@media all and (max-width: 767px) {
  .about__readynow__right {
    min-height: 500px;
  }
}
.about__readynow__right .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.about__readynow__right .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background: linear-gradient(90deg, #a89072 0%, transparent 100%);
  z-index: 2;
  padding: 15px;
}
.about__readynow__right .title h2 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  margin: 0;
}
.about__readynow__right .cta {
  background-color: rgba(168, 144, 114, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  padding: 30px;
}
.about__readynow__right .cta h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.about__readynow__right .cta p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}
.about__readynow__right .cta a.btn {
  display: inline-block;
  color: #333;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  padding: 7px 40px;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 0;
}
.about__us {
  margin-top: 70px;
  display: block;
}
.about__us__certificates {
  display: flex;
  justify-content: center;
  text-align: center;
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0;
  padding: 20px;
  margin-top: 50px;
  line-height: 1;
}
.about__us__certificates strong {
  font-weight: 700;
  color: #a89072;
  margin-right: 7px;
}
.about__us__certificates a {
  text-decoration: underline;
}
.about__us__certificates span {
  line-height: inherit !important;
  margin: 0 7px;
}
.about__us__content {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .about__us__content .about__us__content__wrap {
    display: flex;
  }
}
.about__us__content__left,
.about__us__content__right {
  flex: 50%;
  margin: 0 15px;
}
.about__us__content__left h3,
.about__us__content__right h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.about__testimonial {
  margin-top: 60px;
  margin-bottom: 30px;
}
.about__testimonial__wrap {
  background-color: #a89072;
  text-align: center;
  padding: 50px;
  color: #fff;
}
.about__testimonial__wrap p {
  color: inherit;
  font-size: 20px;
  line-height: 1.75;
  font-style: italic;
  position: relative;
}
.about__testimonial__wrap p:before,
.about__testimonial__wrap p:after {
  font-size: 70px;
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.about__testimonial__wrap p:before {
  content: open-quote;
}
.about__testimonial__wrap p:after {
  content: close-quote;
}
.about__testimonial__wrap .name {
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
  display: block;
}
.about__testimonial__wrap span {
  color: inherit;
  text-transform: uppercase;
  display: block;
}
/**/
.our-team div.title {
  text-align: center;
  width: 768px;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .our-team div.title {
    margin: 0 auto 60px;
  }
}
.our-team div.title h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.our-team div.title p {
  font-size: 15px;
}
@media all and (min-width: 768px) {
  .our-team .row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 -40px;
  }
}
@media all and (max-width: 767px) {
  .our-team .row {
    display: block;
  }
}
.our-team .col {
  width: 220px;
  margin: 0 40px 60px;
}
@media all and (max-width: 767px) {
  .our-team .col {
    width: 100%;
  }
}
.our-team .member {
  cursor: pointer;
}
.our-team .member .member-image {
  position: relative;
}
@media all and (max-width: 767px) {
  .our-team .member .member-image {
    text-align: center;
  }
}
.our-team .member .member-image img {
  max-width: 100%;
  height: auto;
  border: 1px solid #efefef;
}
@media all and (max-width: 767px) {
  .our-team .member .member-image img {
    max-width: 250px;
    margin: 0 auto;
  }
}
.our-team .member .content {
  text-align: center;
  margin-top: 10px;
}
.our-team .member .content .bio {
  display: none;
}
.our-team .member .content .name {
  font-size: 15px;
  color: #a89072;
  font-weight: 700;
  line-height: 1.35;
}
.our-team .member .content .title {
  font-weight: 700;
  font-size: 14px;
  color: #9b9b9b;
  margin-bottom: 15px;
  margin-top: 0;
}
@media all and (max-width: 1170px) {
  .modals-wrapper .modal-popup.memeber-modal {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.modals-wrapper .modal-popup.memeber-modal .modal-header {
  padding: 0;
  box-shadow: none;
  border: none;
  display: block;
}
.modals-wrapper .modal-popup.memeber-modal div.modal-inner-wrap {
  max-width: 1170px;
  width: 100%;
}
#membermodal .member {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
@media all and (max-width: 767px) {
  #membermodal .member {
    flex-direction: column;
  }
}
#membermodal .member img {
  max-width: 250px;
  margin: 0 40px 20px 0;
}
#membermodal .member .name {
  font-size: 16px;
  color: #a89072;
  font-weight: 700;
}
#membermodal .member .title {
  font-weight: 700;
  font-size: 14px;
  color: #9b9b9b;
  margin-bottom: 15px;
}
.cms-leadership-team body,
.cms-leadership-team h1,
.cms-leadership-team h2,
.cms-leadership-team h3,
.cms-leadership-team h4,
.cms-leadership-team h5,
.cms-leadership-team h6,
.cms-leadership-team .h1,
.cms-leadership-team .h2,
.cms-leadership-team .h3,
.cms-leadership-team .h4,
.cms-leadership-team .h5,
.cms-leadership-team .h6 {
  color: #666666;
}
/* Denture Systems Styles */
@media only screen and (max-width: 992px) {
  .densys {
    margin-top: 0;
  }
}
.densys h2 {
  color: #666666;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.densys h2 i {
  font-size: inherit;
  font-weight: inherit;
}
.densys h3 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.densys h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.densys ul {
  list-style: disc outside;
  padding-left: 1.5em;
}
.densys ul li {
  font-size: 13px;
  line-height: 22px;
  margin: 0;
}
.densys p,
.densys p strong {
  font-size: 13px;
  line-height: 22px;
}
.densys .two-col-content {
  columns: 2;
  margin: 15px 0 50px;
}
@media only screen and (max-width: 992px) {
  .densys .two-col-content {
    columns: 1;
  }
}
.densys .cols-2 {
  display: flex;
  flex-direction: row;
  margin: 50px -15px;
}
@media only screen and (max-width: 992px) {
  .densys .cols-2 {
    flex-wrap: wrap;
  }
}
.densys .cols-2 > div {
  flex: 1;
  padding: 0 15px;
}
.densys .cols-2 > div:last-child {
  max-width: 475px;
}
.densys .cols-2 > div:last-child iframe {
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .densys .cols-2 > div {
    flex-basis: 100%;
  }
  .densys .cols-2 > div:last-child {
    max-width: 100%;
  }
}
.densys .cols-2 img {
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .densys .dentures-nav {
    margin-bottom: 15px;
  }
}
@media (min-width: 993px) {
  .densys .dentures-nav span#dentures-nav-contact-span {
    float: none;
    font-size: 15px;
    margin-top: 7px;
    margin-left: 15px;
  }
}
.densys .dentures-nav span#dentures-nav-contact-span {
  font-size: 15px;
  margin-left: 15px;
}
.densys .dentures-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .densys .dentures-nav ul {
    text-align: left;
    margin-bottom: 15px;
  }
}
.densys .dentures-nav ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 7px 0;
}
@media only screen and (max-width: 992px) {
  .densys .dentures-nav ul li {
    display: block;
    padding: 10px 0;
  }
}
.densys .dentures-nav ul li a {
  text-transform: uppercase;
  font-size: 15px;
  padding: 7px 15px;
}
@media only screen and (max-width: 992px) {
  .densys .dentures-nav ul li a {
    padding: 10px 15px;
  }
}
.densys .dentures-nav ul li .denture-sub-menu {
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: 7px;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 10;
  text-align: left;
  min-width: 120px;
  max-width: 350px;
  display: none;
}
@media only screen and (max-width: 992px) {
  .densys .dentures-nav ul li .denture-sub-menu {
    display: block;
    padding: 0 0 0 45px;
    position: relative;
    box-shadow: none;
  }
}
.densys .dentures-nav ul li .denture-sub-menu ul {
  text-align: left;
  margin: 0;
}
.densys .dentures-nav ul li .denture-sub-menu ul li {
  display: block;
}
@media only screen and (max-width: 992px) {
  .densys .dentures-nav ul li .denture-sub-menu ul li {
    padding: 5px 0;
    border: none;
    margin-bottom: 0;
  }
}
.densys .dentures-nav ul li .denture-sub-menu ul li a {
  padding: 7px 0;
  white-space: nowrap;
}
.densys .dentures-nav ul li.has-children {
  position: relative;
}
@media only screen and (max-width: 992px) {
  .densys .dentures-nav ul li.has-children {
    padding: 0;
  }
  .densys .dentures-nav ul li.has-children li a {
    opacity: .5;
  }
}
.densys .dentures-nav ul li.has-children::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: -8px 7px 0 -7px;
}
@media only screen and (max-width: 992px) {
  .densys .dentures-nav ul li.has-children::after {
    display: none;
  }
}
.densys .dentures-nav ul li:hover > .denture-sub-menu {
  display: block;
}
.densys .dentures-nav ul li:hover::after {
  border-color: #a89072;
}
@media only screen and (max-width: 992px) {
  .densys .dentures-nav > ul {
    display: none;
  }
}
.densys .dentures-nav .mob-toggle {
  display: none;
  width: 100%;
  text-align: center;
  padding: 20px 15px;
  font-weight: 700;
  cursor: pointer;
  margin-top: -15px;
}
.densys .dentures-nav .mob-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -1px;
  transform: rotate(-45deg);
  transition: transform 0.1s ease-out;
}
.densys .dentures-nav .mob-toggle:hover {
  opacity: .5;
}
.densys .dentures-nav .mob-toggle.active::after {
  transform: rotate(-135deg);
}
@media only screen and (max-width: 992px) {
  .densys .dentures-nav .mob-toggle {
    display: block;
  }
}
.densys .hero-banner {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .densys .hero-banner {
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    /* padding-bottom: 200px;*/
    padding-bottom: 0;
    background-size: auto 200px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background: none;
    width: 100vw;
    left: 50%;
    margin: -15px 0 0 0;
    transform: translateX(-50%);
  }
}
.densys .hero-banner > img {
  width: 100%;
}
.densys .hero-banner .banner-content {
  position: absolute;
  top: 0;
  left: 25%;
  transform: translateX(-50%);
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 992px) {
  .densys .hero-banner .banner-content {
    background-color: #009ec0;
    width: 100%;
    left: 0;
    transform: none;
    position: relative;
    color: #fff;
    padding-bottom: 10px;
  }
}
.densys .hero-banner .banner-content img {
  width: 300px;
  margin-bottom: 50px;
  background-color: #009ec0;
  padding: 15px 30px;
}
@media only screen and (max-width: 992px) {
  .densys .hero-banner .banner-content img {
    max-width: 70%;
    margin-bottom: 0;
  }
}
.densys .hero-banner .banner-content h2 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: inherit;
}
@media only screen and (max-width: 992px) {
  .densys .hero-banner .banner-content h2 {
    font-size: 21px;
  }
  .densys .hero-banner .banner-content h2::before {
    content: "";
    display: block;
    width: calc(50%);
    height: 1px;
    position: relative;
    left: 25px;
    background-color: #fff;
    margin-bottom: 15px;
  }
}
.densys .hero-banner .banner-content h1 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: inherit;
}
@media only screen and (max-width: 992px) {
  .densys .hero-banner .banner-content h1 {
    font-size: 31px;
  }
}
.densys .hero-banner.cont-right .banner-content {
  left: auto;
  right: 20%;
  transform: translateX(50%);
}
@media only screen and (max-width: 992px) {
  .densys .hero-banner.cont-right .banner-content {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.densys .buckets {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px -15px 80px;
}
@media only screen and (max-width: 992px) {
  .densys .buckets {
    flex-wrap: wrap;
    margin: 30px -15px;
  }
}
.densys .buckets .bucket {
  background-color: #a89072;
  text-align: center;
  color: #fff;
  margin: 0 15px;
  flex: 1;
  padding: 30px 30px 40px;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .densys .buckets .bucket {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.densys .buckets .bucket img {
  margin-bottom: 20px;
  transition: transform 0.1s ease-out;
}
.densys .buckets .bucket h6 {
  color: inherit;
}
.densys .buckets .bucket:hover {
  background-color: #666;
}
.densys .buckets .bucket:hover img {
  transform: translateY(-7px);
}
.densys .buckets .bucket:hover h6,
.densys .buckets .bucket:hover p {
  color: #fff;
}
.densys .den-sec-2 h2 {
  text-align: center;
}
.densys .three-images {
  display: flex;
  align-items: top;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 992px) {
  .densys .three-images {
    flex-wrap: wrap;
  }
}
.densys .three-images .this-item {
  flex: 3;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .densys .three-images .this-item {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.densys .three-images .this-item .round-img {
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #009ec0;
  width: 180px;
  height: 180px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.densys .three-images .this-item p {
  max-width: 200px;
  margin: 0 auto;
}
.densys .three-images > span {
  display: block;
  border-top: 1px solid #a89072;
  flex: 1;
  margin-top: 90px;
}
@media only screen and (max-width: 992px) {
  .densys .three-images > span {
    display: none;
  }
}
.densys .gray-section {
  background-color: #f1f1f1;
  color: #9b9b9b;
  padding: 70px 0;
  margin-bottom: 60px;
  text-align: center;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.densys .gray-section h2 {
  color: #333;
}
.densys .gray-section .gray-section-inner {
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .densys .gray-section .gray-section-inner {
    max-width: calc(100vw - 30px);
  }
}
.densys .gray-section .gray-section-inner > p {
  font-weight: 600;
  font-size: 15px;
}
.densys .gray-section .gray-section-inner .two-keys {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .densys .gray-section .gray-section-inner .two-keys {
    flex-wrap: wrap;
  }
}
.densys .gray-section .gray-section-inner .two-keys .single-key {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 15px;
}
.densys .gray-section .gray-section-inner .two-keys .single-key:first-child {
  border-right: 1px solid #c7c7c7;
}
@media only screen and (max-width: 992px) {
  .densys .gray-section .gray-section-inner .two-keys .single-key {
    flex-basis: 100%;
    justify-content: center;
    padding: 7px 15px;
  }
  .densys .gray-section .gray-section-inner .two-keys .single-key:first-child {
    border: none;
  }
}
.densys .gray-section .gray-section-inner .two-keys .single-key img {
  width: auto;
  height: auto;
  max-width: 30px;
  max-height: 20px;
  margin-right: 10px;
}
.densys .gray-section .gray-section-inner .two-keys .single-key p {
  flex: 1;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .densys .gray-section .gray-section-inner .two-keys .single-key p {
    flex: initial;
  }
}
.densys .gray-section .gray-section-inner .sys {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 80px -30px 0;
}
@media only screen and (max-width: 992px) {
  .densys .gray-section .gray-section-inner .sys {
    flex-direction: column;
  }
}
.densys .gray-section .gray-section-inner .sys > div {
  padding: 0 30px;
}
.densys .gray-section .gray-section-inner .sys > div:last-child {
  border-left: 1px solid #c7c7c7;
}
.densys .gray-section .gray-section-inner .sys > div img {
  max-width: 100%;
}
.densys .gray-section .gray-section-inner .sys > div .mob {
  display: none;
}
@media only screen and (max-width: 992px) {
  .densys .gray-section .gray-section-inner .sys > div {
    width: 100%;
  }
  .densys .gray-section .gray-section-inner .sys > div .mob {
    display: block;
    margin: 0 auto 30px;
  }
  .densys .gray-section .gray-section-inner .sys > div .desk {
    display: none;
  }
}
.densys .gray-section .gray-section-inner .sys .sys-left h2,
.densys .gray-section .gray-section-inner .sys .sys-left p {
  color: #009ec0;
}
.densys .gray-section .gray-section-inner .sys .sys-left .desk {
  margin-top: 28px;
}
.densys .main-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .densys .main-bottom {
    flex-direction: column;
  }
}
.densys .main-bottom > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .densys .main-bottom > div {
    flex-direction: column;
    align-items: center;
  }
}
.densys .main-bottom > div h3 {
  flex-basis: 100%;
  margin: 30px auto;
  padding-right: 25px;
  white-space: nowrap;
}
.densys .main-bottom > div .img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .densys .main-bottom > div .img-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
}
.densys .main-bottom > div .img-wrap .round-img {
  width: calc((1170px / 6) - 40px);
  height: calc((1170px / 6) - 40px);
  max-width: calc((100vw / 6) - 40px);
  max-height: calc((100vw / 6) - 40px);
  border: 1px solid #9b9b9b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 30px;
  position: relative;
}
@media only screen and (max-width: 1169px) {
  .densys .main-bottom > div .img-wrap .round-img {
    width: calc((970px / 6) - 40px);
    height: calc((970px / 6) - 40px);
  }
}
@media only screen and (max-width: 992px) {
  .densys .main-bottom > div .img-wrap .round-img {
    width: 50vw;
    height: 50vw;
    max-width: 50vw;
    max-height: 50vw;
  }
  .densys .main-bottom > div .img-wrap .round-img img {
    width: 80%;
  }
}
.densys .main-bottom > div .img-wrap .round-img::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
  transform: translate(18px, -50%) rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
}
@media only screen and (max-width: 992px) {
  .densys .main-bottom > div .img-wrap .round-img::before {
    display: none;
  }
}
.densys .main-bottom > div .img-wrap p {
  padding-right: 30px;
  margin-top: 15px;
  color: #9b9b9b;
}
.densys .main-bottom > div .dont-wrap {
  flex-wrap: nowrap;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .densys .main-bottom > div .dont-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.densys .main-bottom div.bot-left {
  border-right: 1px solid #9b9b9b;
  margin-right: 30px;
}
@media only screen and (max-width: 992px) {
  .densys .main-bottom div.bot-left {
    width: 100%;
    border: none;
  }
}
.densys .main-bottom div.bot-mid .img-wrap .round-img {
  border-color: #009ec0;
}
.densys .main-bottom div.bot-mid .img-wrap .round-img::before {
  border-color: #009ec0;
}
.densys .main-bottom div.bot-mid h3 {
  color: #009ec0;
}
@media only screen and (max-width: 992px) {
  .densys .main-bottom div.bot-mid {
    width: 100%;
  }
}
.densys .main-bottom div.bot-right {
  border-left: 1px solid #9b9b9b;
  padding-left: 30px;
}
@media only screen and (max-width: 992px) {
  .densys .main-bottom div.bot-right {
    width: 100%;
    border: none;
  }
}
.densys .main-bottom div.bot-right .img-wrap .round-img::before {
  display: none;
}
.densys .up-to-you {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .densys .up-to-you {
    flex-direction: column;
  }
}
.densys .up-to-you > div {
  flex: 1;
  padding: 0 80px;
  border-right: 1px solid #cbcbcb;
}
@media only screen and (max-width: 992px) {
  .densys .up-to-you > div {
    border: none;
    margin-bottom: 50px;
    padding: 0 30px;
  }
}
.densys .up-to-you > div .img-wrap {
  display: block;
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center;
  border: 1px solid #009ec0;
  border-radius: 50%;
  margin: 0 auto 30px;
}
.densys .up-to-you > div h3 {
  margin-bottom: 15px;
}
.densys .up-to-you > div ul {
  list-style: none;
}
.densys .up-to-you > div ul li {
  line-height: 1.4;
}
.densys .up-to-you > div hr {
  border-color: #333;
}
.densys .up-to-you > div:last-child {
  border: none;
}
.densys .dentures-carousel {
  position: relative;
}
.densys .dentures-carousel {
  padding: 0;
  width: calc(100% - 70px);
  margin: 0 auto;
}
.densys .dentures-carousel .bx-wrapper .bx-controls-direction a:before {
  content: "";
  display: block;
  border-left: 3px solid #333;
  border-top: 3px solid #333;
  transform: rotate(-45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
}
.densys .dentures-carousel .bx-wrapper .bx-controls-direction .bx-prev {
  background: none;
  left: -30px;
}
.densys .dentures-carousel .bx-wrapper .bx-controls-direction .bx-next {
  background: none;
  right: -30px;
}
.densys .dentures-carousel .bx-wrapper .bx-controls-direction .bx-next:before {
  left: auto;
  right: 50%;
  transform: rotate(135deg) translate(-50%, -50%);
}
.densys .dentures-carousel .next,
.densys .dentures-carousel .prev {
  position: absolute;
  width: 30px;
  right: 100%;
  top: 0;
  height: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .densys .dentures-carousel .next,
  .densys .dentures-carousel .prev {
    left: 0;
    right: auto;
  }
}
.densys .dentures-carousel .next::before,
.densys .dentures-carousel .prev::before {
  content: "";
  display: block;
  border-left: 3px solid #333;
  border-top: 3px solid #333;
  transform: rotate(-45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
}
.densys .dentures-carousel .next {
  right: auto;
  left: 100%;
}
@media only screen and (max-width: 992px) {
  .densys .dentures-carousel .next {
    left: auto;
    right: 0;
  }
}
.densys .dentures-carousel .next::before {
  left: auto;
  right: 50%;
  transform: rotate(135deg) translate(-50%, -50%);
}
.densys .dentures-carousel .dentures-carousel-wrap .dentures-carousel-inner {
  display: flex;
  flex-wrap: nowrap;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
}
.densys .dentures-carousel .dentures-carousel-wrap .dentures-carousel-inner .dentures-carousel-item {
  margin-right: 30px;
  border: 1px solid #d7d7d7;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.densys .dentures-carousel .dentures-carousel-wrap .dentures-carousel-inner .dentures-carousel-item img {
  width: 100%;
}
.densys .dentures-carousel .dentures-carousel-wrap .dentures-carousel-inner .dentures-carousel-item iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.densys .dentures-lightbox {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.densys .dentures-lightbox.active {
  display: flex;
}
.densys .dentures-lightbox .dentures-lightbox-inner {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  padding: 50px;
  width: 1170px;
  height: 800px;
  max-width: calc(100vw - 60px);
  max-height: calc(100vh - 60px);
  position: relative;
}
.densys .dentures-lightbox .dentures-lightbox-inner img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: none;
}
.densys .dentures-lightbox .dentures-lightbox-inner iframe {
  display: none;
}
.densys .dentures-lightbox .dentures-lightbox-inner .x {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.densys .dentures-lightbox .dentures-lightbox-inner .x::after,
.densys .dentures-lightbox .dentures-lightbox-inner .x::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #333;
}
.densys .dentures-lightbox .dentures-lightbox-inner .x::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.densys .dentures-lightbox .dentures-lightbox-inner.img img {
  display: block;
}
.densys .dentures-lightbox .dentures-lightbox-inner.vid iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.densys .side-img {
  border: 1px solid #d7d7d7;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.densys .side-img img {
  max-height: 225px;
}
.densys .side-links {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.densys .side-links li {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.densys .side-links li a {
  display: block;
  background-color: #a89072;
  color: #fff;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 700;
}
.densys .side-links li a:hover {
  background-color: #666;
  color: #fff !important;
}
.densys .info-box {
  background-color: rgba(168, 144, 114, 0.8);
  color: #fff;
  position: relative;
  padding: 50px;
  background-image: none;
}
.densys .info-box img {
  width: 100%;
  height: auto;
  opacity: .2;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 60px);
  max-height: calc(100% - 60px);
  transform: translate(-50%, -50%);
}
.densys .info-box .info-box-content {
  columns: 2;
  padding: 0;
  position: relative;
  z-index: 2;
}
.densys .info-box .info-box-content ul li {
  font-size: 15px;
  margin-bottom: 3px;
}
.densys table {
  border: 1px solid #a89072;
  border-top: 6px solid #a89072;
  margin-top: 30px;
}
.densys table tr td {
  border: 1px solid #a89072;
  padding: 10px 15px;
}
.densys .hardware .hardware-sec {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  border-top: 1px solid #e7e7e7;
  padding-top: 50px;
}
.densys .hardware .hardware-sec > h2 {
  flex-basis: 100%;
  padding: 0 25px;
  margin-bottom: 40px;
  text-transform: none;
}
.densys .hardware .hardware-sec .hardware-single {
  flex-basis: 20%;
  padding: 0 25px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .densys .hardware .hardware-sec .hardware-single {
    flex-basis: 50%;
  }
}
.densys .hardware .hardware-sec .hardware-single img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 45px;
  margin-bottom: 10px;
}
.densys .hardware .hardware-sec .hardware-single ul {
  list-style: none;
  padding: 0;
}
.densys .denture-accordions .denture-accordion {
  margin-bottom: 10px;
}
.densys .denture-accordions .denture-accordion .den-acc-title {
  border: 1px solid #d7d7d7;
  padding: 15px 30px;
  position: relative;
  width: 100%;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.densys .denture-accordions .denture-accordion .den-acc-title h4 {
  text-transform: uppercase;
  margin: 3px 0 0;
  line-height: 1;
  font-weight: 700;
}
.densys .denture-accordions .denture-accordion .den-acc-title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 30px;
  position: absolute;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}
.densys .denture-accordions .denture-accordion .den-acc-body {
  display: none;
  width: 100%;
}
.densys .denture-accordions .denture-accordion .den-acc-body .den-acc-body-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 20px;
}
@media only screen and (max-width: 992px) {
  .densys .denture-accordions .denture-accordion .den-acc-body .den-acc-body-inner {
    flex-direction: column;
  }
}
.densys .denture-accordions .denture-accordion .den-acc-body .den-acc-body-inner .den-acc-item {
  padding: 0 30px 30px;
  flex-basis: 50%;
  display: flex;
  max-width: 50%;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .densys .denture-accordions .denture-accordion .den-acc-body .den-acc-body-inner .den-acc-item {
    flex-direction: column;
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.densys .denture-accordions .denture-accordion .den-acc-body .den-acc-body-inner .den-acc-item iframe {
  max-width: 100%;
}
.densys .denture-accordions .denture-accordion .den-acc-body .den-acc-body-inner .den-acc-item .den-acc-img {
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.densys .denture-accordions .denture-accordion .den-acc-body .den-acc-body-inner .den-acc-item .den-acc-img img {
  max-width: 90%;
}
.densys .denture-accordions .denture-accordion .den-acc-body .den-acc-body-inner .den-acc-item .den-acc-info {
  flex: 1;
  padding: 0 30px;
}
@media only screen and (max-width: 992px) {
  .densys .denture-accordions .denture-accordion .den-acc-body .den-acc-body-inner .den-acc-item .den-acc-info {
    padding-left: 0;
    padding-top: 15px;
  }
}
.densys .denture-accordions .denture-accordion .den-acc-body .den-acc-body-inner .den-acc-item .den-acc-info p {
  font-size: 20px;
  display: block;
  margin: 0;
}
.densys .denture-accordions .denture-accordion .den-acc-body .den-acc-body-inner .den-acc-item .den-acc-info span {
  font-size: 13px;
  display: block;
  margin-bottom: 15px;
}
.densys .denture-accordions .denture-accordion .den-acc-body .den-acc-body-inner .den-acc-item .den-acc-info a {
  display: inline-block;
  color: #fff;
  background-color: #666;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px;
  line-height: 1;
  text-align: center;
}
.densys .denture-accordions .denture-accordion .den-acc-body .den-acc-body-inner .den-acc-item .den-acc-info a:hover {
  color: #fff !important;
  background-color: #a89072;
}
.densys .denture-accordions .denture-accordion.open .den-acc-title {
  border-color: #a89072;
  background-color: #a89072;
  color: #fff;
}
.densys .denture-accordions .denture-accordion.open .den-acc-title h4 {
  color: inherit;
}
.densys .denture-accordions .denture-accordion.open .den-acc-title::before {
  border-color: #fff;
  transform: translateY(-50%) rotate(135deg);
}
.courses-header {
  padding: 20px 0;
  font-weight: 700;
  color: #333;
  position: relative;
  width: 100%;
}
@media all and (max-width: 991px) {
  .courses-header {
    display: none;
  }
}
.courses-header:before {
  width: 100%;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  background: #e7e7e7;
  display: block;
  content: "";
  bottom: 0;
}
.courses-list .title-page {
  margin-top: 50px;
}
.courses-list #post-list {
  list-style-type: none;
  width: 100%;
  padding: 0;
}
@media all and (min-width: 768px) {
  .courses-list #post-list {
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
  }
}
.courses-list #post-list .item {
  border-bottom: none;
}
.multi-hero {
  background: #f7f7f7;
  width: auto;
  max-width: 1136px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 80px;
}
.multi-hero:after {
  content: '';
  display: table;
  clear: both;
}
.multi-hero img {
  max-width: 609px;
  object-fit: cover;
  display: block;
  object-position: center right;
  float: right;
  transition: 0.2s ease-in-out;
}
.multi-hero img.mobile {
  display: none;
}
@media all and (max-width: 680px) {
  .multi-hero img.mobile {
    display: block;
    margin-top: -350px;
    max-width: 100%;
    width: 100%;
  }
}
@media all and (max-width: 790px) {
  .multi-hero img.mobile {
    display: block;
    margin-top: -350px;
    max-width: 100%;
    width: 100%;
  }
}
@media all and (max-width: 1030px) {
  .multi-hero img.mobile {
    display: block;
  }
}
@media all and (max-width: 1030px) {
  .multi-hero img {
    display: none;
  }
}
.multi-container {
  margin: 0 auto;
}
.multi-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px;
}
@media all and (max-width: 1030px) {
  .multi-container .overlay {
    position: static;
    padding: 45px 0 0 0;
    width: 100%;
  }
}
.multi-container .overlay .text {
  max-width: 530px;
  text-align: center;
}
@media all and (max-width: 1030px) {
  .multi-container .overlay .text {
    max-width: 100%;
  }
}
.multi-container .overlay .text .h1 {
  font-size: 44.3px;
  margin: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 49px;
  color: #009ec0;
  text-align: center;
}
@media all and (max-width: 1030px) {
  .multi-container .overlay .text .h1 {
    font-size: 41px;
  }
}
.multi-container .overlay .text .short-text {
  font-size: 24px;
  color: #a89072;
}
.multi-row {
  width: auto;
  max-width: 1136px;
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  grid-template-columns: 52.99296% 40.9331%;
  grid-column-gap: 6.07394%;
  margin-bottom: 80px;
}
.multi-row.covid-test h2 {
  color: #333333;
  font-size: 20px;
  margin-top: 0;
  font-weight: 600;
}
.multi-row.covid-test p,
.multi-row.covid-test ul {
  font-size: 13px;
}
.multi-row.covid-test .subtitle {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media all and (max-width: 1030px) {
  .multi-row {
    display: block;
    margin-bottom: 80px;
  }
}
@media all and (max-width: 1030px) {
  .multi-row .column:first-child {
    max-width: 602px;
    margin: 0 auto;
    margin-bottom: 47px;
  }
}
@media all and (max-width: 1030px) {
  .multi-row .column:last-child {
    max-width: 602px;
    margin: 0 auto;
  }
}
.multi-row .column .box.blue {
  background: #009ec0;
  text-align: center;
  padding: 37px 12px;
}
.multi-row .column .box.blue .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 35px;
}
.multi-row .column .box.blue .text {
  margin-bottom: 22px;
  font-size: 17px;
}
.multi-row .column .box,
.multi-row .box {
  background: #a89072;
  width: 100%;
  padding: 12px;
  text-align: left;
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.multi-row .column .box.button,
.multi-row .box.button {
  font-weight: 700;
  text-align: center;
}
.multi-row .column .box.button img,
.multi-row .box.button img {
  display: inline-block;
  margin-right: 23px;
  vertical-align: middle;
}
.multi-row .button {
  width: 100%;
  max-width: 335px;
  display: inline-block;
  padding: 14px 21px;
  border: 1px solid transparent;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.multi-row .button.white-hollow {
  border-color: #fff;
  color: #fff;
}
.dental-lab-steps {
  width: auto;
  max-width: 1136px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  grid-template-columns: auto auto auto;
  margin-bottom: 80px;
}
@media all and (max-width: 1145px) {
  .dental-lab-steps {
    padding: 0 20px;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
  }
}
.dental-lab-steps .column {
  padding-top: 31px;
  position: relative;
}
.dental-lab-steps .column:first-child {
  padding-right: 30px;
}
@media all and (max-width: 1145px) {
  .dental-lab-steps .column:first-child {
    padding-right: 0;
    padding-bottom: 65px;
  }
  .dental-lab-steps .column:first-child img {
    position: static;
  }
}
.dental-lab-steps .column:last-child {
  padding-left: 30px;
}
@media all and (max-width: 1145px) {
  .dental-lab-steps .column:last-child {
    padding-top: 65px;
  }
}
.dental-lab-steps .column.blue {
  border-left: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
  padding: 31px 24px 0;
}
@media all and (max-width: 1145px) {
  .dental-lab-steps .column.blue {
    padding-bottom: 30px;
    border: 0;
    border-top: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
    position: relative;
  }
}
.dental-lab-steps .column.blue .items {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 22px;
  color: #333;
  text-align: center;
}
@media all and (max-width: 1145px) {
  .dental-lab-steps .column.blue .items {
    justify-content: center;
  }
}
.dental-lab-steps .column.blue .title {
  color: #009ec0;
}
.dental-lab-steps .column.blue a {
  padding: 14px 21px;
  text-align: center;
  max-width: 335px;
}
.dental-lab-steps .column.blue a span {
  white-space: nowrap;
}
.dental-lab-steps .column .img {
  margin-bottom: 15px;
  position: relative;
}
.dental-lab-steps .column img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
}
.dental-lab-steps .column .title {
  font-size: 15px;
  font-weight: bold;
  color: #9B9B9B;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
.dental-lab-steps .column .text {
  font-size: 13px;
  line-height: 22px;
  color: #9b9b9b;
  text-align: center;
}
.dental-lab-steps .column .item {
  position: relative;
  padding-right: 20px;
}
.dental-lab-steps .column .item:after {
  content: '';
  background-image: url("../images/chevron_down.svg");
  background-size: 12px auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 12px;
  height: 100%;
  display: block;
  position: absolute;
  top: -27px;
  right: 0;
  left: auto;
}
.dental-lab-steps .column.blue .item:after {
  background-image: url("../images/chevron_down_blue.svg");
  top: -14px;
}
@media all and (max-width: 1030px) {
  .dental-lab-steps .column:not(.blue) .item:after {
    height: 20px;
    width: 100%;
    left: 0;
    right: 0;
    top: auto;
    transform: rotate(90deg);
    bottom: -40px;
    transform-origin: center center;
    left: -9px;
  }
}
.pop-up-overlay-multi.request-price {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 200px 20px 0;
  align-items: flex-start;
  align-content: flex-start;
}
.pop-up-overlay-multi.request-price.active {
  display: flex;
}
.pop-up-overlay-multi {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
}
.pop-up-overlay-multi .request-price {
  padding: 200px 20px 0;
  align-items: flex-start;
  align-content: flex-start;
}
.pop-up-overlay-multi .pop-up-content-multi {
  background: #fff;
  position: absolute;
  top: 100px;
  max-width: 1000px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.pop-up-overlay-multi .pop-up-content-multi .close-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.pop-up-overlay-multi .pop-up-content-multi .close-popup img {
  width: 18px;
}
.pop-up-overlay-multi .pop-up-content-multi.request-pricing {
  position: relative;
  top: 0;
  max-width: 664px;
  width: 100%;
  padding: 60px 40px 40px;
  text-align: center;
}
@media all and (max-width: 790px) {
  .pop-up-overlay-multi .pop-up-content-multi.request-pricing {
    padding: 60px 25px;
  }
}
.pop-up-overlay-multi .pop-up-content-multi.request-pricing .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #333;
}
.pop-up-overlay-multi .pop-up-content-multi.request-pricing p {
  font-weight: 400;
  font-size: 14.5px;
  line-height: 22px;
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}
.pop-up-overlay-multi .pop-up-content-multi.request-pricing .input-container {
  width: 100%;
  display: flex;
}
.pop-up-overlay-multi .pop-up-content-multi.request-pricing .input-container input {
  padding: 7px 15px;
  border-radius: 0;
  outline: none;
}
.pop-up-overlay-multi .pop-up-content-multi.request-pricing .input-container input[type=email] {
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  border: 1px solid #ddd;
  background: #fbfbfb;
  padding: 0 15px;
  height: 38px;
}
.pop-up-overlay-multi .pop-up-content-multi.request-pricing .input-container input[type=submit] {
  min-width: 127px;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  border: none;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #a89072;
  color: #fff;
  background: #a89072;
}
#denture-practice-subscribe input[type="text"] {
  width: auto;
  height: 26px;
  position: relative;
  top: 1px;
  margin-right: 1px;
  border-color: #767676;
  border-width: 2px;
}
.how-it-works-mult {
  width: auto;
  max-width: 1136px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  margin-bottom: 50px;
}
@media all and (max-width: 1030px) {
  .how-it-works-mult {
    flex-direction: column;
  }
}
.how-it-works-mult .video {
  max-width: 464px;
}
@media all and (max-width: 1030px) {
  .how-it-works-mult .video {
    text-align: center;
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.how-it-works-mult .workflow-clinist {
  width: 100%;
}
.how-it-works-mult .workflow-clinist h2 {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #a89072;
  margin: 0;
  margin-bottom: 35px;
}
.how-it-works-mult .workflow-clinist .clinist-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-column-gap: 80px;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
@media all and (max-width: 1030px) {
  .how-it-works-mult .workflow-clinist .clinist-grid {
    display: block;
  }
}
.how-it-works-mult .workflow-clinist .clinist-grid .column {
  position: relative;
}
@media all and (max-width: 1030px) {
  .how-it-works-mult .workflow-clinist .clinist-grid .column {
    text-align: center;
  }
}
.how-it-works-mult .workflow-clinist .clinist-grid .column img {
  width: 100%;
}
@media all and (max-width: 1030px) {
  .how-it-works-mult .workflow-clinist .clinist-grid .column img {
    max-width: 100%;
    width: auto;
  }
}
.how-it-works-mult .workflow-clinist .clinist-grid .column .arrow {
  width: auto;
  position: absolute;
}
@media all and (max-width: 1030px) {
  .how-it-works-mult .workflow-clinist .clinist-grid .column .arrow {
    position: static;
    display: block;
    margin: 0 auto;
  }
}
.how-it-works-mult .workflow-clinist .clinist-grid .column.step1 img {
  max-width: 283px;
}
.how-it-works-mult .workflow-clinist .clinist-grid .column.step1 .arrow {
  transform: rotate(-65deg);
  top: 53%;
  right: -47px;
}
@media all and (max-width: 1030px) {
  .how-it-works-mult .workflow-clinist .clinist-grid .column.step1 .arrow {
    transform: none;
    height: 82px;
  }
}
.how-it-works-mult .workflow-clinist .clinist-grid .column.step2 {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}
.how-it-works-mult .workflow-clinist .clinist-grid .column.step2 img {
  max-width: 288px;
}
.how-it-works-mult .workflow-clinist .clinist-grid .column.step2 .arrow {
  transform: rotate(65deg);
  top: 55%;
  left: -44px;
}
@media all and (max-width: 1030px) {
  .how-it-works-mult .workflow-clinist .clinist-grid .column.step2 .arrow {
    transform: none;
    height: 82px;
  }
}
.how-it-works-mult .workflow-clinist .clinist-grid .column.step3 {
  max-width: 283px;
}
/**/
.readynow .rn-hero {
  margin-bottom: 74px;
  position: relative;
}
@media all and (max-width: 767px) {
  .readynow .rn-hero {
    margin-bottom: 40px;
  }
}
.readynow .rn-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
  z-index: 0;
}
.readynow .rn-hero .open-rn-modal {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.readynow .rn-hero .open-rn-modal img {
  width: 82px;
  height: 82px;
}
.readynow .rn-content {
  display: flex;
}
@media all and (max-width: 767px) {
  .readynow .rn-content {
    flex-direction: column;
  }
}
.readynow .rn-content .rn-left {
  flex: 1;
}
.readynow .rn-content .rn-left h2 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.readynow .rn-content .rn-left p {
  font-size: 17.5px;
}
.readynow .rn-content .rn-left p strong {
  color: #a89072;
}
.readynow .rn-content .rn-left ul.check {
  list-style: none;
  padding-left: 20px;
}
.readynow .rn-content .rn-left ul.check li {
  position: relative;
  padding-left: 5px;
  line-height: 22.5px;
  font-size: 14.5px;
}
.readynow .rn-content .rn-left ul.check li:before {
  content: "";
  display: block;
  height: 9px;
  width: 6px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  transform: rotate(45deg);
  position: absolute;
  left: -15px;
  top: 5px;
}
.readynow .rn-content .rn-left ul.check li a {
  font-size: inherit;
  color: #a89072;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .readynow .rn-content .rn-right {
    padding-left: 80px;
  }
}
.readynow .rn-content .rn-right a {
  font-size: 12.5px;
  color: #666;
  line-height: 1.3;
  white-space: nowrap;
}
.readynow .rn-content .rn-right > p {
  font-size: 14.5px;
  font-weight: 600;
  padding-bottom: 20px;
}
.readynow .rn-content .rn-right > p strong {
  color: #a89072;
}
.readynow .rn-content .rn-right .icon-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.readynow .rn-content .rn-right ul.icons {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 5;
}
@media all and (max-width: 767px) {
  .readynow .rn-content .rn-right ul.icons {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 768px) {
  .readynow .rn-content .rn-right ul.icons {
    position: absolute;
    list-style: none;
    margin: 22px 0 0 0;
    padding: 0;
    z-index: 5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .readynow .rn-content .rn-right ul.icons:hover li {
    opacity: .4;
  }
}
.readynow .rn-content .rn-right ul.icons li {
  width: 50%;
  display: block;
}
@media all and (min-width: 768px) {
  .readynow .rn-content .rn-right ul.icons li {
    flex: 50%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.1s ease-in-out;
    left: 0;
    top: 0;
    margin-bottom: 0;
    position: absolute;
    width: 75px;
    height: 75px;
  }
  .readynow .rn-content .rn-right ul.icons li:hover {
    opacity: 1;
  }
  .readynow .rn-content .rn-right ul.icons li:first-child {
    transform: translate(-38px, -208px);
  }
  .readynow .rn-content .rn-right ul.icons li:nth-of-type(2) {
    transform: translate(82px, -182px);
  }
  .readynow .rn-content .rn-right ul.icons li:nth-of-type(2) {
    transform: translate(82px, -163px);
  }
  .readynow .rn-content .rn-right ul.icons li:nth-of-type(3) {
    transform: translate(112px, -43px);
  }
  .readynow .rn-content .rn-right ul.icons li:nth-of-type(4) {
    transform: translate(82px, 72px);
  }
  .readynow .rn-content .rn-right ul.icons li:nth-of-type(5) {
    transform: translate(-38px, 107px);
  }
  .readynow .rn-content .rn-right ul.icons li:nth-of-type(6) {
    transform: translate(-158px, 77px);
  }
  .readynow .rn-content .rn-right ul.icons li:nth-of-type(7) {
    transform: translate(-188px, -38px);
  }
  .readynow .rn-content .rn-right ul.icons li:nth-of-type(8) {
    transform: translate(-165px, -176px);
  }
}
.readynow .rn-content .rn-right ul.icons li img {
  width: auto;
  height: auto;
  max-width: 76px;
  max-height: 76px;
  display: block;
  margin: 0 auto 5px;
}
.readynow .rn-content .rn-right ul.icons li a {
  cursor: pointer;
}
.readynow .rn-content .rn-right ul.icons li a:hover .linktext i,
.readynow .rn-content .rn-right ul.icons li a:hover .linktext em {
  opacity: 1;
}
.readynow .rn-content .rn-right ul.icons li .linktext {
  font-weight: 700;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
}
.readynow .rn-content .rn-right ul.icons li .linktext i {
  display: block;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  padding: 1px 5px;
}
@media all and (min-width: 768px) {
  .readynow .rn-content .rn-right ul.icons li .linktext i {
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
  }
}
.readynow .rn-content .rn-right ul.icons li .linktext em {
  display: block;
  font-weight: 700;
  background-color: #fff;
  opacity: 0;
  padding: 1px 5px;
  transition: opacity 0.1s ease-in-out;
}
.readynow .rn-content .rn-right .rn-center {
  width: 115px;
  height: 115px;
  border: 3px solid #a89072;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 155px;
  z-index: 1;
  position: relative;
  line-height: 1.2;
  transition: opacity 0.1s ease-in-out;
}
@media all and (max-width: 767px) {
  .readynow .rn-content .rn-right .rn-center {
    display: none;
  }
}
.readynow .rn-content .rn-right .rn-center p {
  font-size: 13.5px;
  font-weight: 700;
  color: #a89072;
  max-width: 100%;
  margin-bottom: 5px;
  text-align: center;
}
.readynow .rn-content .rn-right .rn-center img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.readynow-modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}
.readynow-modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.readynow-modal .modal-inner {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.readynow-modal .modal-inner .iframe-wrap {
  width: 992px;
  max-width: calc(70vw);
  height: 0;
  position: relative;
  padding-top: 56.25%;
}
.readynow-modal .modal-inner .iframe-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
}
.readynow-modal #close-video {
  position: absolute;
  right: 0;
  top: -45px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .readynow-modal #close-video {
    right: -45px;
  }
}
.readynow-modal #close-video:after,
.readynow-modal #close-video:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
}
.readynow-modal #close-video:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.modals-wrapper .modal-popup.rn-modal div.modal-inner-wrap {
  width: 992px;
  max-width: calc(100vw - 30px);
}
.modals-wrapper .modal-popup.rn-modal div.modal-inner-wrap .iframe-wrap {
  height: 0;
  position: relative;
  padding-top: 56.25%;
}
.modals-wrapper .modal-popup.rn-modal div.modal-inner-wrap .iframe-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
}
.rn-form {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
}
.rn-form h2 {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666666;
}
.readynow-form {
  width: 100%;
  position: relative;
}
.readynow-form .fieldset {
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  display: flex;
}
.readynow-form .fieldset .field {
  margin-bottom: 25px;
  position: relative;
}
@media all and (max-width: 767px) {
  .readynow-form .fieldset .field {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .readynow-form .fieldset .field {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  .readynow-form .fieldset .field:nth-of-type(2n) {
    margin-right: 0;
  }
}
.readynow-form .fieldset .field input:not([type=radio]) {
  height: 38px;
  padding: 0 10px;
  width: 100%;
  color: #666666;
}
.readynow-form .fieldset label {
  cursor: pointer;
  color: #666;
}
.readynow-form .fieldset-last {
  justify-content: flex-start;
}
.readynow-form .fieldset-last > p {
  width: 100%;
  color: #666;
  font-weight: 700;
  margin-bottom: 5px;
}
.readynow-form .fieldset-last > div {
  margin-right: 25px;
}
.readynow-form .fieldset-last .actions-toolbar {
  position: absolute;
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
}
.readynow-form .fieldset .field input::-placeholder {
  color: #666666;
}
.readynow-form .fieldset .field input::-moz-placeholder {
  color: #666666;
}
.readynow-form .fieldset .field input::-webkit-input-placeholder {
  color: #666666;
}
.readynow-form .fieldset .field input::-ms-input-placeholder {
  color: #666666;
}
.cms-denture-creator.cms-page-view .pop-up-overlay-multi {
  display: none;
}
.linklist {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}
@media all and (max-width: 790px) {
  .linklist {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 46px;
    justify-content: center;
    align-items: center;
  }
}
.linklist a {
  cursor: pointer;
  color: #a89072;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}
@media all and (max-width: 790px) {
  .linklist a {
    margin-bottom: 10px;
  }
}
.mult-hero {
  margin-bottom: 38px;
}
.row-multi .multi-aside .video-container {
  margin-bottom: 54px;
}
.multi-row .column .video-container {
  margin-bottom: 54px;
}
.multi-row .column .video-container iframe {
  width: 100%;
  max-width: 100%;
  min-height: 290px;
}
.multi-row .software-examples {
  display: flex;
  margin-bottom: 37px;
}
.multi-row .software-examples .image {
  margin-right: 26px;
}
@media all and (max-width: 790px) {
  .multi-row .software-examples .image {
    margin: 0;
    margin-bottom: 20px;
  }
}
.multi-row .software-examples .image img {
  width: 100%;
  min-width: 169px;
  display: block;
}
.multi-row .software-examples .product-title {
  font-size: 13px;
  color: #333;
  font-weight: 700;
  margin-bottom: 13px;
}
.multi-row .software-examples .product-title .new {
  color: #a89072;
}
.multi-row .software-examples ul {
  margin: 0;
  list-style: disc outside;
  padding-left: 1.5em;
}
.multi-row .software-examples ul li {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  margin-bottom: 18px;
  line-height: 18px;
}
.row-multi .mult-main .product-description-list .software-examples .image {
  margin-right: 26px;
}
@media all and (max-width: 790px) {
  .row-multi .mult-main .product-description-list .software-examples .image {
    margin: 0;
    margin-bottom: 20px;
  }
}
.pop-up-overlay-multi .pop-up-content-multi.pop-up-one {
  max-width: 992px;
  width: 100%;
  padding: 60px 40px 40px;
}
.pop-up-overlay-multi .pop-up-content-multi.pop-up-one .internal-content img {
  width: 100%;
  max-width: 100%;
}
.row-multi {
  display: flex;
  padding-top: 19px;
}
.pop-up-overlay-multi.second-pop-up {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: none;
}
.pop-up-overlay-multi.second-pop-up .pop-up-content-multi {
  top: 100px;
  padding: 70px 90px 40px;
  background: #fff;
  position: absolute;
  max-width: 1000px;
}
@media all and (max-width: 850px) {
  .pop-up-overlay-multi.second-pop-up .pop-up-content-multi {
    position: relative;
    top: 100px;
    padding: 20px;
  }
}
.pop-up-overlay-multi.second-pop-up .internal-content .row-multi {
  margin-bottom: 40px;
}
@media all and (max-width: 850px) {
  .pop-up-overlay-multi.second-pop-up .internal-content .row-multi {
    flex-direction: column;
  }
}
.pop-up-overlay-multi.second-pop-up .multi-table {
  display: flex;
  border: 4px solid #a89072;
  margin-bottom: 40px;
}
.pop-up-overlay-multi.second-pop-up .multi-table .column {
  border-right: 4px solid #a89072;
}
.pop-up-overlay-multi.second-pop-up .row-multi,
.pop-up-overlay-multi.second-pop-up .multi-row {
  margin-bottom: 40px;
}
.pop-up-overlay-multi.second-pop-up .row-multi .col,
.pop-up-overlay-multi.second-pop-up .multi-row .col {
  width: 50%;
  padding-right: 37px;
}
@media all and (max-width: 850px) {
  .pop-up-overlay-multi.second-pop-up .row-multi .col,
  .pop-up-overlay-multi.second-pop-up .multi-row .col {
    width: 100%;
    padding-right: 0;
  }
}
.pop-up-overlay-multi.second-pop-up .row-multi .col ul,
.pop-up-overlay-multi.second-pop-up .multi-row .col ul {
  margin: 0;
  padding-left: 10px;
}
.pop-up-overlay-multi.second-pop-up .row-multi .col p,
.pop-up-overlay-multi.second-pop-up .multi-row .col p {
  font-size: 13px;
  line-height: 25px;
  color: #333;
}
.pop-up-overlay-multi.second-pop-up .row-multi .col .ul-title,
.pop-up-overlay-multi.second-pop-up .multi-row .col .ul-title {
  font-size: 13px;
  color: #333;
  margin-bottom: 3px;
  font-weight: 700;
  margin-top: 10px;
}
.pop-up-overlay-multi.second-pop-up .internal-content .multi-table .image {
  padding: 23px 0;
  border-bottom: 4px solid #a89072;
  min-height: 270px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 850px) {
  .pop-up-overlay-multi.second-pop-up .internal-content .multi-table .image {
    flex-direction: column;
  }
}
.pop-up-overlay-multi.second-pop-up .internal-content .multi-table .image img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.pop-up-overlay-multi.second-pop-up .internal-content .multi-table .text {
  font-size: 13px;
  padding: 30px 15px;
}
.pop-up-overlay-multi.second-pop-up .internal-content .multi-table .title {
  background: #a89072;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  padding: 20px 0;
  text-transform: uppercase;
}
.densys .dentures-nav {
  margin-bottom: 40px;
}
.densys .dentures-nav .links {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media all and (max-width: 992px) {
  .densys .dentures-nav .links {
    flex-direction: column;
    flex-wrap: wrap;
    display: none;
  }
}
.page-layout-bds_dentures_pages .breadcrumbs {
  margin-bottom: 30px;
}
/* consumer page*/
.consumer-site .cons-banner-img,
.consumer-site .cons-left-img {
  background-position: 50%;
  background-size: cover;
}
.consumer-site .cons-banner-img {
  height: 400px;
  margin-bottom: 50px;
}
.consumer-site .cons-left-img {
  flex: 1;
  min-height: 271px;
}
.consumer-site .row {
  margin-bottom: 50px;
}
.consumer-site .titlerow {
  margin-bottom: 0;
}
.consumer-site h2 {
  font-family: 'open-sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.consumer-site p,
.consumer-site .faq-item .faq-expand p {
  color: #333;
  line-height: 22px;
  font-size: 13px;
}
.consumer-site ul {
  list-style: disc outside;
  padding-left: 1.5em;
}
.consumer-site ul li {
  line-height: 22px;
  margin-bottom: 15px;
}
.consumer-site .faq-item {
  display: block;
  width: 100%;
  border: 1px solid #D7D7D7;
  margin: 10px 0;
  padding: 0;
  cursor: pointer;
}
.consumer-site .faq-item .faq-title {
  margin: -1px;
  border: 1px solid #D7D7D7;
  display: flex;
}
.consumer-site .faq-item .faq-title span {
  display: block;
  background-color: transparent;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  padding: 0 25px;
  margin: -1px 25px -1px -1px;
  border: 1px solid #D7D7D7;
  float: left;
  transition: 0.2s ease-in-out;
  font-weight: bold;
}
.faq-active {
  background-color: #A89072 !important;
  border-color: #A89072 !important;
  color: #fff;
}
.consumer-site .faq-item .faq-title h3 {
  font-family: 'open-sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  color: #333;
  text-transform: uppercase;
  margin: 17px 0;
}
.consumer-site .faq-item .faq-expand {
  overflow: hidden;
  padding: 25px;
  padding-bottom: 10px;
  display: none;
}
@media (max-width: 991px) {
  .cons-left-img {
    margin-bottom: 50px;
  }
}
/* Ordering Product*/
#accordion div[data-role="collapsible"] {
  margin-top: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  overflow: hidden;
}
#accordion div[data-role="collapsible"] .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
}
#accordion div[data-role="collapsible"] .panel-title .count {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-right: 1px solid #d2d1d0;
  color: #333333;
  display: inline-block;
  margin-right: 20px;
  padding: 0 16px;
}
#accordion div[data-role="collapsible"] .panel-title span {
  color: #666666;
  cursor: pointer;
}
#accordion div[data-role="collapsible"] .panel-title:hover span:last-child {
  color: #a89072;
}
#accordion div[data-role="collapsible"].active .panel-title .count {
  background: #a89072 none repeat scroll 0 0;
  border-right-color: #a89072;
  color: #ffffff;
}
#accordion div[data-role="content"] {
  display: none;
}
#accordion .panel-body {
  padding: 15px;
  border: 1px solid #ddd;
}
.multi-hero.covid-test.trc-landing .overlay .row .img img {
  float: none;
  margin: 0;
}
.multi-hero.covid-test.trc-landing .overlay .row .text h1 {
  font-size: 47px;
  line-height: 44px;
  margin-bottom: 14px;
  font-weight: 600;
}
.multi-hero.covid-test.trc-landing .overlay .row .text .short-text {
  font-size: 24px;
  line-height: 28px;
}
.multi-hero.covid-test.trc-landing .overlay .row .text .short-text br {
  display: block;
}
.multi-hero.covid-test.trc-landing .overlay .row .text .button {
  background: #A89072;
  color: #fff;
}
.multi-hero.covid-test img {
  width: 100%;
  max-width: 100%;
  max-height: 377px;
}
.multi-hero.covid-test .overlay {
  padding: 0 20px;
}
.multi-hero.covid-test .overlay .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
}
.multi-hero.covid-test .overlay .row:before,
.multi-hero.covid-test .overlay .row:after {
  content: none;
}
.multi-hero.covid-test .overlay .row .img img {
  display: block;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
.multi-hero.covid-test .overlay .text {
  max-width: 504px;
}
.multi-hero.covid-test .overlay .text h1 {
  font-size: 66px;
  color: #333333;
  font-weight: bold;
  text-transform: none;
  position: relative;
  margin-bottom: 25px;
}
.multi-hero.covid-test .overlay .text h1 sup {
  position: absolute;
  top: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 12px;
}
.multi-hero.covid-test .overlay .text .subtitle {
  font-size: 39px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  line-height: 39px;
  margin-bottom: 16px;
}
.multi-hero.covid-test .overlay .text .short-text {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.multi-hero.covid-test .overlay .text .button {
  display: inline-block;
  width: 100%;
  max-width: 202px;
  text-align: center;
  background: #fff;
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px;
}
@media screen and (max-width: 1145px) {
  .multi-row.covid-test {
    padding: 0 20px 75px 20px;
  }
}
@media screen and (max-width: 1030px) {
  .multi-row.covid-test {
    display: block;
  }
  .multi-hero.covid-test {
    height: 650px;
  }
  .multi-hero.covid-test img {
    display: block;
    margin-top: 0;
    object-fit: cover;
    max-height: 100%;
    height: 650px;
  }
  .multi-hero.covid-test .overlay {
    position: absolute;
    padding-top: 60px;
  }
  .multi-hero.covid-test .overlay .text {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .multi-hero.covid-test .overlay .row {
    display: block;
  }
  .multi-hero.covid-test .overlay .row .img {
    width: 100%;
  }
  .multi-hero.covid-test .overlay .row .img img {
    float: none;
    height: auto;
  }
  .multi-hero.covid-test.trc-landing .overlay .row .img img {
    margin: 0 auto;
  }
}
