/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Font/Gotham-Bold.eot');
  src: url('../fonts/Gotham-Font/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Font/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Font/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Font/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Font/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Font/Gotham-Book.eot');
  src: url('../fonts/Gotham-Font/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Font/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Font/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Font/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Font/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Font/Gotham-Light.eot');
  src: url('../fonts/Gotham-Font/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Font/Gotham-Light.woff2') format('woff2'), url('../fonts/Gotham-Font/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Font/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Font/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Gotham-Font/Gotham-Medium.eot');
  src: url('../fonts/Gotham-Font/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Font/Gotham-Medium.woff2') format('woff2'), url('../fonts/Gotham-Font/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Font/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Font/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GothamHTF-Medium';
  src: url('../fonts/Gotham-Font/GothamHTF-Medium.eot');
  src: url('../fonts/Gotham-Font/GothamHTF-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Font/GothamHTF-Medium.woff2') format('woff2'), url('../fonts/Gotham-Font/GothamHTF-Medium.woff') format('woff'), url('../fonts/Gotham-Font/GothamHTF-Medium.ttf') format('truetype'), url('../fonts/Gotham-Font/GothamHTF-Medium.svg#GothamHTF-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MyriadPro';
  src: url(../fonts/MyriadPro-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: 'MyriadPro';
  src: url(../fonts/MyriadPro-Semibold.otf);
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
  font-weight: bold;
}
@media (max-width: 799px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #684093;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #684093;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #684093;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #684093;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #684093;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #684093;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media (min-width: 800px) {
  .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: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #684093;
    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: #684093;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #a30264;
    color: #684093;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #684093;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
}
/**
 * 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;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * 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;
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.recurring-order-index #recurring-orders-table .col.actions {
  text-align: right;
}
.recurring-order-index #recurring-orders-table th.col.actions {
  padding-right: 20px;
}
.recurring-order-index #recurring-orders-table .col.status {
  text-align: center;
}
.recurring-order-index #recurring-orders-table thead th {
  border-bottom: 1px solid #104470;
}
.recurring-order-index #recurring-orders-table tbody td {
  border-bottom: 1px solid #ccc;
}
.recurring-order-index #recurring-orders-table tbody tr.inactive td.id,
.recurring-order-index #recurring-orders-table tbody tr.inactive td.name,
.recurring-order-index #recurring-orders-table tbody tr.inactive td.frequency,
.recurring-order-index #recurring-orders-table tbody tr.inactive td.start_date,
.recurring-order-index #recurring-orders-table tbody tr.inactive td.last_order_date,
.recurring-order-index #recurring-orders-table tbody tr.inactive td.next_order_date,
.recurring-order-index #recurring-orders-table tbody tr.inactive td.total,
.recurring-order-index #recurring-orders-table tbody tr.inactive td.status {
  color: #545453;
}
.recurring-order-index .block-recurring-list {
  margin: 50px;
}
@media (max-width: 1024px) {
  .recurring-order-index .block-recurring-list {
    margin: 50px 30px;
  }
  .recurring-order-index #recurring-orders-table .mobile-hidden {
    display: none;
  }
}
.recurring-order-form .form-recurring-edit {
  margin: 15px 0 0 50px;
  width: 60%;
}
@media (max-width: 1024px) {
  .recurring-order-form .form-recurring-edit {
    margin: 0;
    padding: 15px 30px;
    width: 100%;
  }
}
.recurring-order-index .status-main span,
.recurring-order-view .status-main span,
.recurring-order-edit .status-main span {
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #545453;
  background-color: #f5f5f5;
  padding: 6px 15px 6px 30px;
  border-radius: 14px;
  line-height: 1;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.recurring-order-index .status-main span:before,
.recurring-order-view .status-main span:before,
.recurring-order-edit .status-main span:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
.recurring-order-index .status-main.active span:before,
.recurring-order-view .status-main.active span:before,
.recurring-order-edit .status-main.active span:before {
  background-color: #15a33b;
}
.recurring-order-index .status-main.inactive span:before,
.recurring-order-view .status-main.inactive span:before,
.recurring-order-edit .status-main.inactive span:before {
  background-color: #fa7f0e;
}
.recurring-order-view .recurring-view-top {
  font-size: 14px;
  padding: 20px 50px;
  margin-bottom: 75px;
}
.recurring-order-view .recurring-view-top span.label {
  font-weight: bold;
}
.recurring-order-view .recurring-view-top table {
  border: 2px dashed #eee;
  margin-top: 20px;
}
.recurring-order-view .recurring-view-top table td {
  text-align: center;
  width: 20%;
}
@media (max-width: 1024px) {
  .recurring-order-view .recurring-view-top {
    margin-bottom: 50px;
  }
  .recurring-order-view .recurring-view-top table,
  .recurring-order-view .recurring-view-top tbody,
  .recurring-order-view .recurring-view-top tr,
  .recurring-order-view .recurring-view-top td {
    display: block;
  }
  .recurring-order-view .recurring-view-top table {
    padding: 20px;
  }
  .recurring-order-view .recurring-view-top table td {
    width: 100%;
    padding: 1px;
  }
}
.recurring-order-view #table-item-detail #amlist-table tr td.amlist-qty {
  width: 16% !important;
}
/* temporary styles until item actions are not added */
@media (min-width: 1600px) {
  .recurring-order-view #amlist-table thead .outer-carton-wrapper,
  .recurring-order-view #amlist-table tbody .outer-carton-wrapper,
  .recurring-order-view #amlist-table thead .incart-wrapper,
  .recurring-order-view #amlist-table tbody .incart-wrapper,
  .recurring-order-view #amlist-table thead .amlist-qty,
  .recurring-order-view #amlist-table tbody .amlist-qty {
    width: auto;
    max-width: unset;
  }
  .recurring-order-view #amlist-table tbody .amlist-qty {
    font-size: 16px !important;
  }
}
.pac-container {
  z-index: 9999 !important;
}
#add-new-address-error {
  padding: 9px 10px 10px 38px;
  background-color: #f0e6e6;
  font-size: 15px;
  line-height: 23px;
  border-radius: 2px;
  color: #df0c0c;
  margin: 10px auto;
  position: relative;
}
#add-new-address-error span:before {
  position: absolute;
  content: '\f06a';
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  line-height: 16px;
  color: #df0c0c;
  width: auto;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_ProductAttachment
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 *
 * Author: Kevin
 * Date: 9/28/23, 11:14 AM
 */
@media (min-width: 992px) {
  .account.favlist-page #favlist-nav-main-container.scroll-active #favlist-nav-scroll-left,
  .account.favlist-page #favlist-nav-main-container.scroll-active #favlist-nav-scroll-right {
    display: block;
  }
  .account.favlist-page #favlist-nav-main-container .mobile {
    display: none;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-scroll-left,
  .account.favlist-page #favlist-nav-main-container #favlist-nav-scroll-right {
    cursor: pointer;
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
    height: 50px;
    width: 50px;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-scroll-right {
    margin-right: 50px;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-container {
    overflow: hidden;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav {
    display: block;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li {
    border-radius: 20px;
    cursor: pointer;
    display: unset;
    font-size: 14px;
    line-height: 50px;
    margin: 0 3px;
    padding: 18px 30px 17px;
    position: relative;
    z-index: 1;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li:before,
  .account.favlist-page #favlist-nav-main-container #favlist-nav li:after {
    display: block;
    content: '';
    height: 50px;
    max-height: 50px;
    position: absolute;
    width: 64px;
    top: 4px;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li:before {
    left: -40px;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li:after {
    right: -40px;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li.current {
    cursor: unset;
    background-color: white;
    padding-right: 40px;
    z-index: 3;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li:not(.current):hover {
    z-index: 2;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li:not(.current) .show-actions {
    display: none;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li > * {
    vertical-align: middle;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li .show-actions {
    cursor: pointer;
    display: inline-block;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 20px;
    z-index: 1;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li .show-lists-popup {
    display: none;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li.ui-sortable-helper span:not(.show-actions) {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-create-new {
    color: #684093;
    cursor: pointer;
    flex: 0 0 0;
    font-size: 15px;
    line-height: 15px;
    padding: 18px 30px 17px 46px;
    position: relative;
    white-space: nowrap;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-create-new:before {
    left: 10px;
    transform: translateY(-50%);
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-actions .action {
    font-size: 14px;
  }
  .account.favlist-page .list-search-form .range-selector select {
    max-width: 215px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  body .list-search-form {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 20px;
  }
  body .list-search-form .show-level,
  body .list-search-form .group-view,
  body .list-search-form .create-group,
  body .list-search-form .reset-qty {
    margin: 0;
  }
  body .list-search-form .show-level a,
  body .list-search-form .group-view a,
  body .list-search-form .create-group a,
  body .list-search-form .reset-qty a {
    min-width: 150px;
  }
  body .list-search-form .range-selector {
    min-width: 150px;
    margin: 0;
    order: 5;
  }
  body .list-search-form .range-selector select {
    max-width: 150px;
  }
  body .list-search-form .show-level {
    order: 3;
  }
  body .list-search-form .group-view {
    order: 2;
  }
  body .list-search-form .create-group {
    order: 1;
  }
  body .list-search-form .reset-qty {
    order: 4;
  }
  body .list-search-form .form-search-favlist {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  body .list-search-form.include-range-selector {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 20px;
  }
  body .list-search-form.include-range-selector .show-level,
  body .list-search-form.include-range-selector .group-view,
  body .list-search-form.include-range-selector .create-group,
  body .list-search-form.include-range-selector .reset-qty {
    margin: 0;
  }
  body .list-search-form.include-range-selector .show-level a,
  body .list-search-form.include-range-selector .group-view a,
  body .list-search-form.include-range-selector .create-group a,
  body .list-search-form.include-range-selector .reset-qty a {
    min-width: 215px;
  }
  body .list-search-form.include-range-selector .range-selector {
    min-width: 215px;
    margin: 0;
    order: 5;
  }
  body .list-search-form.include-range-selector .show-level {
    order: 3;
  }
  body .list-search-form.include-range-selector .group-view {
    order: 2;
  }
  body .list-search-form.include-range-selector .create-group {
    order: 1;
  }
  body .list-search-form.include-range-selector .reset-qty {
    order: 4;
  }
  body .list-search-form.include-range-selector .form-search-favlist {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  body .list-search-form .range-selector {
    order: 5;
    width: 49%;
    margin: 0;
  }
  .account.favlist-page #favlist-nav-main-container {
    flex-direction: row;
    margin: 0 15px;
  }
  .account.favlist-page #favlist-nav-main-container .desktop {
    display: none;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-mobile {
    flex-grow: 1;
    flex-shrink: 1;
    border-radius: 20px;
    -webkit-box-shadow: 0 8px 13px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 8px 13px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 13px 2px rgba(0, 0, 0, 0.05);
    color: #684093;
    font-size: 12px;
    margin: 0;
    padding: 13px 20px;
    position: relative;
    white-space: nowrap;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-mobile > * {
    vertical-align: middle;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-mobile .show-actions {
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin-left: 10px;
    width: 20px;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-mobile #show-lists-popup {
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    padding: 9px 10px 10px 25px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-mobile #show-lists-popup:before {
    display: block;
    content: '';
    width: 11px;
    height: 9px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-create-new {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50px;
    height: 50px;
    max-height: 50px;
    position: relative;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-create-new:before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-create-new span {
    display: none;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-actions {
    left: 37px !important;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-actions .action {
    font-size: 12px;
  }
  .account.favlist-page button.btn-search-item {
    right: 3px;
  }
  .account.favlist-page .modal-mobile-lists .modal-inner-wrap {
    max-height: 60% !important;
  }
  .account.favlist-page #modal-mobile-lists {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .account.favlist-page #modal-mobile-lists .modal-title {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .account.favlist-page #modal-mobile-lists ul {
    flex-grow: 1;
    flex-shrink: 1;
    list-style-type: none;
    overflow-y: auto;
    padding: 0;
  }
  .account.favlist-page #modal-mobile-lists ul li {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    margin: 0;
    padding: 19px 0;
    text-align: left;
  }
  .account.favlist-page #modal-mobile-lists ul li:first-child {
    border-top: none;
  }
  .account.favlist-page #modal-mobile-lists ul li.current {
    color: #684093;
  }
}
@media (max-width: 480.98px) {
  .page-head-top .range-selector select {
    font-size: 12px;
  }
}
@charset "UTF-8";
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.mgz-newsletter-form-wrapper {
  margin-bottom: 15px;
}
.mgz-newsletter-form {
  max-width: 100%;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn span {
  visibility: hidden;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn:before {
  display: block;
}
.mgz-newsletter-form .mgz-newsletter-fields .mgz-newsletter-field {
  margin-bottom: 10px;
}
.mgz-newsletter-form .actions {
  margin-bottom: 10px;
}
.mgz-newsletter-form .mgz-newsletter-btn {
  position: relative;
}
.mgz-newsletter-form .mgz-newsletter-btn:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #000;
  content: '';
}
.mgz-newsletter-message-success {
  color: #006400;
}
.mgz-newsletter-message-error {
  color: #e02b27;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields .mgz-newsletter-field,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields .mgz-newsletter-field {
  padding-right: 10px;
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field:last-child {
  padding: 0;
}
.mgz-newsletter-form-inline .mgz-newsletter-btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -2px;
}
.no-background .navigation {
  background: none !important;
}
.megamenu-preview-index .ves-megamenu {
  margin-top: 30px;
}
.megamenu-preview-index .ves-vertical {
  max-width: 300px;
}
.ves-megamenu.top-navigation .ves-navbar {
  display: none;
}
.ves-megamenu > .block-title {
  margin: 0;
  text-align: center;
  padding: 10px;
  background: #333;
  color: #FFF;
}
.ves-megamenu .dynamic-items > ul {
  display: block !important;
}
.ves-megamenu .navigation .drill-opener,
.ves-megamenu .navigation .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  cursor: pointer;
  text-align: center;
  font-family: 'luma-icons';
  z-index: 99;
  width: auto;
  height: auto;
  line-height: 50px;
  width: 50px;
}
.ves-megamenu .navigation .mega-col {
  padding: 0;
}
.ves-megamenu .navigation .carousel-control {
  top: 40%;
}
.ves-megamenu .navigation .carousel-control.left,
.ves-megamenu .navigation .carousel-control.right {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-shadow: none;
  top: 45%;
  padding: 12px;
  position: absolute;
  background: #f5f5f5;
  color: #333;
  opacity: 1;
  line-height: 1.5em;
  width: auto;
  bottom: auto;
}
.ves-megamenu .navigation .block-content {
  max-width: 100%;
  position: relative;
}
.ves-megamenu .navigation .carousel-indicators {
  bottom: 0;
}
.ves-megamenu .navigation .carousel-indicators > li {
  border: 1px solid #1979c3;
}
.ves-megamenu .navigation .carousel-indicators > li.active {
  background-color: #1979c3;
}
.ves-megamenu .navigation .product-items {
  padding: 10px;
  margin: 0;
}
.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
  float: left;
  width: 100%;
}
.ves-megamenu .navigation .icon-top {
  line-height: 84px;
  width: 100%;
  height: 84px;
  text-align: center;
  background: #333;
  margin-bottom: 10px;
}
.ves-megamenu .navigation .icon-top:hover {
  background-color: #5bd2ec;
}
.ves-megamenu.ves-vertical .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
  background: #ef2840;
  color: #fff;
}
.ves-megamenu .feature-box-v3 .fbox-icon .icons {
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 24px;
  width: 30px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.ves-megamenu .feature-box-v3 .fa:before {
  font-size: 30px;
}
.ves-megamenu .feature-box-v3 a {
  background: #e8e8e8;
  border-left: 0;
  float: none;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
}
.ves-megamenu ul {
  list-style: none;
  padding: 0;
}
.ves-megamenu .dynamic-items {
  padding: 0;
  width: 20%;
}
.ves-megamenu .level0 ul {
  margin: 0;
  padding: 0;
}
.ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
  width: 100%;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item {
  display: none;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item.active {
  display: block;
}
.ves-megamenu .level0 .submenu .nav-item > a {
  padding: 0 20px;
  line-height: 50px;
}
.ves-megamenu .level0 .submenu .nav-item > a > .ves-caret {
  line-height: 50px;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
  padding: 0;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
  background: none;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ves-megamenu .submenu-alignright > .submenu {
  right: 0;
  left: auto !important;
}
.ves-megamenu .text-center {
  text-align: center;
}
.ves-megamenu .pull-right {
  float: right;
}
.ves-megamenu .pull-left {
  float: left;
}
.ves-megamenu .cat-label {
  -webkit-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  color: #FFF;
  padding: 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  margin-left: 2px;
}
.ves-megamenu .cat-label.cat-label-v1 {
  background-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2 {
  background-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3 {
  background: #0cc485;
}
.ves-megamenu .cat-label.pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  transition: border-color 450ms ease-in-out;
}
.ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
  border-top-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
  border-top-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
  border-top-color: #0cc485;
}
.ves-megamenu .nav-item {
  position: relative;
}
.ves-megamenu .nav-item > a {
  line-height: 50px;
}
.ves-megamenu .nav-item.active > a {
  background: #333 !important;
  color: #FFF;
}
.ves-megamenu .submenu p > a {
  padding: 0;
}
.ves-megamenu iframe,
.ves-megamenu video {
  max-width: 100%;
}
.ves-megamenu .level0 > a > .item-icon {
  margin-bottom: -5px;
}
.ves-megamenu .onsale {
  padding: 3px 10px;
  background: #d52462;
  color: #FFF;
  margin-right: 5px;
}
.ves-megamenu .new-icon {
  padding: 3px 10px;
  background: #0cc485;
  color: #FFF;
}
.ves-megamenu .owl-carousel .owl-item {
  text-align: center;
}
.ves-megamenu #contact-form {
  width: 100% !important;
}
.ves-megamenu .drill-opener,
.ves-megamenu .drilldown-back,
.ves-megamenu .ves-navbar {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ves-megamenu.ves-daccordion .navigation .level0 > a .cat-label,
.ves-megamenu.ves-mdrilldown .navigation .level0 > a .cat-label,
.ves-megamenu.ves-ddrill .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu.ves-daccordion.has-title .navigation,
.ves-megamenu.ves-mdrilldown.has-title .navigation,
.ves-megamenu.ves-ddrill.has-title .navigation {
  border-top: 0;
}
.ves-navtoggle {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation .nav-item.active > .submenu {
  display: block;
}
#maincontent .cat-label:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ves-megamenu .orgin-items > .mega-col > .dropdown-submenu > .submenu {
    position: static;
  }
}
.drilldown {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100% !important;
}
.drilldown .navigation {
  background-color: #FFF;
}
.drilldown .navigation.loaded > .dropdown-menu {
  width: 100% !important;
}
.drilldown .navigation .subhover > .submenu {
  display: none;
}
.drilldown .navigation > .dropdown-menu {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
}
.drilldown .navigation .ves-caret {
  display: none;
}
.drilldown .navigation .cat-label {
  position: static;
  margin: 0;
  padding: 4px 6px;
}
.drilldown .navigation .nav-item {
  position: relative !important;
  float: left !important;
  width: 100%;
}
.drilldown .navigation .nav-item > a {
  line-height: 50px;
  position: static;
  padding: 0 15px;
}
.drilldown .navigation .nav-item > a span.drill-opener {
  border: 1px solid #e5e5e5;
  border-right: 0;
  display: none;
}
.drilldown .navigation .mega-col {
  padding: 0;
}
.drilldown .navigation .level0 {
  border-top-color: #e5e5e5;
}
.drilldown .navigation .opener {
  display: none;
}
.drilldown .navigation .drill-opener {
  background: #f0f0f0;
  position: absolute;
}
.drilldown .navigation .drill-opener:before {
  content: "\e608";
}
.drilldown .navigation .drilldown-back {
  position: relative;
  top: 0;
  left: -1px;
  display: none;
}
.drilldown .navigation .drilldown-back a {
  padding: 0;
  background: #f0f0f0;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px;
}
.drilldown .navigation .drilldown-back a .drill-opener {
  position: absolute;
  left: 0;
  right: auto;
  display: block !important;
}
.drilldown .navigation .drilldown-back a .drill-opener:before {
  content: "\e617";
}
.drilldown .navigation .drilldown-back a .drill-opener:after {
  display: none;
}
.drilldown .navigation .drilldown-back a .current-cat {
  line-height: 50px;
  position: relative;
  z-index: 99;
}
.drilldown .navigation .drilldown-back a .current-cat:before {
  display: none;
}
/** FIX BLOG **/
.ves-megamenu .navigation .post-list .post-item a {
  padding: 0;
}
.ves-megamenu .navigation .post-list .post-item .post-meta a {
  display: inline-block;
}
.ves-megamenu .navigation .ves-post {
  text-align: left;
}
.ves-megamenu .navigation .post-list .post-item .post-readmore a {
  background-color: #4db2ec;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 12px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
  padding: 0 2px;
}
@media all and (min-width: 968px), print {
  .ves-megamenu.ves-daccordion .navigation,
  .ves-megamenu.ves-mdrilldown .navigation,
  .ves-megamenu.ves-ddrill .navigation {
    border: 0px solid rgba(0, 0, 0, 0.15);
  }
}
/**
 * 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%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.font-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 1.3125;
  color: #5d5d5d;
}
@font-face {
  font-family: 'revsglobal-pr-mod';
  src: url(../fonts/revsglobal-pr-mod/revsglobal-pr-mod.eot);
  src: url(../fonts/revsglobal-pr-mod/revsglobal-pr-mod.eot) format('embedded-opentype'), url(../fonts/revsglobal-pr-mod/revsglobal-pr-mod.woff2) format('woff2'), url(../fonts/revsglobal-pr-mod/revsglobal-pr-mod.ttf) format('truetype'), url(../fonts/revsglobal-pr-mod/revsglobal-pr-mod.woff) format('woff'), url(../fonts/revsglobal-pr-mod/revsglobal-pr-mod.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="ruk-icon-"],
[class*=" ruk-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'revsglobal-pr-mod' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ruk-icon-check:before {
  content: "\e903";
}
.ruk-icon-cross:before {
  content: "\e904";
}
.ruk-icon-edit:before {
  content: "\e914";
}
.ruk-icon-funnel:before {
  content: "\e912";
}
.ruk-icon-images:before {
  content: "\e905";
}
.ruk-icon-link:before {
  content: "\e915";
}
.ruk-icon-magnifying-glass:before {
  content: "\e913";
}
.ruk-icon-reviews-logo-01:before {
  content: "\e600";
}
.ruk-icon-full-star-01:before {
  content: "\e601";
}
.ruk-icon-empty-star-01:before {
  content: "\e602";
}
.ruk-icon-arrow-down-01:before {
  content: "\e603";
}
.ruk-icon-positive-1-01:before {
  content: "\e604";
}
.ruk-icon-negative-1-01:before {
  content: "\e605";
}
.ruk-icon-chart-lines-1-01:before {
  content: "\e606";
}
.ruk-icon-positive-2-01:before {
  content: "\e607";
}
.ruk-icon-email-1-01:before {
  content: "\e608";
}
.ruk-icon-phone-1-01:before {
  content: "\e609";
}
.ruk-icon-location-1-01:before {
  content: "\e60a";
}
.ruk-icon-author-1-01:before {
  content: "\e60b";
}
.ruk-icon-positive-3-01:before {
  content: "\e60c";
}
.ruk-icon-thumbs-up-1-01:before {
  content: "\e60d";
}
.ruk-icon-report-1-01:before {
  content: "\e60e";
}
.ruk-icon-arrow-down-thin-1-01:before {
  content: "\e60f";
}
.ruk-icon-arrow-up-thin-1-01:before {
  content: "\e610";
}
.ruk-icon-menu-1-01:before {
  content: "\e611";
}
.ruk-icon-key-1-01:before {
  content: "\e612";
}
.ruk-icon-dashboard-1-01:before {
  content: "\e613";
}
.ruk-icon-store-1-01:before {
  content: "\e614";
}
.ruk-icon-iphone-1-01:before {
  content: "\e615";
}
.ruk-icon-col-term-1-01:before {
  content: "\e616";
}
.ruk-icon-group-1-01:before {
  content: "\e617";
}
.ruk-icon-cog-1-01:before {
  content: "\e618";
}
.ruk-icon-power-1-01:before {
  content: "\e619";
}
.ruk-icon-ellipsis-1-01:before {
  content: "\e61a";
}
.ruk-icon-share-1-01:before {
  content: "\e61b";
}
.ruk-icon-tooltip-arrow-1-01:before {
  content: "\e61c";
}
.ruk-icon-chart-pie-1-01:before {
  content: "\e61d";
}
.ruk-icon-reply-arrow-1-01:before {
  content: "\e61e";
}
.ruk-icon-moderate-1-01:before {
  content: "\e61f";
}
.ruk-icon-google-plus-1-01:before {
  content: "\e620";
}
.ruk-icon-facebook-1-01:before {
  content: "\e621";
}
.ruk-icon-twitter-1-01:before {
  content: "\e622";
}
.ruk-icon-arrow-right-1-01:before {
  content: "\e623";
}
.ruk-icon-arrow-left-1-01:before {
  content: "\e624";
}
.ruk-icon-reviews-us-1-01:before {
  content: "\e625";
}
.ruk-icon-percentage-star-25-01:before {
  content: "\e626";
}
.ruk-icon-percentage-star-50-01:before {
  content: "\e627";
}
.ruk-icon-percentage-star-75-01:before {
  content: "\e628";
}
.ruk-icon-reviewio-logo-01:before {
  content: "\e629";
}
.ruk-icon-arrow-right-thin-1-01:before {
  content: "\e62a";
}
.ruk-icon-arrow-left-thin-1-01:before {
  content: "\e62b";
}
.ruk-icon-reviews-min-90deg-1-01:before {
  content: "\e62c";
}
.ruk-icon-reviews-plus-90deg-1-01:before {
  content: "\e62d";
}
.ruk-icon-reviews-0deg-1-01:before {
  content: "\e62e";
}
.ruk-icon-question-1-01:before {
  content: "\e62f";
}
.ruk-icon-answer-1-01:before {
  content: "\e630";
}
.ruk-icon-rev-star-xsmall-01:before {
  content: "\e631";
}
.ruk-icon-rev-logo-xsmall-01:before {
  content: "\e632";
}
.ruk-icon-rev-star-small-01:before {
  content: "\e633";
}
.ruk-icon-rev-logo-small-01:before {
  content: "\e634";
}
.ruk-icon-reviews-logo-2-01:before {
  content: "\e635";
}
.ruk-icon-reviews-min-90deg-1--german-01:before {
  content: "\e900";
}
.ruk-icon-reviews-plus-90deg-1--german-01:before {
  content: "\e901";
}
.ruk-icon-reviews-0deg-1--german-01:before {
  content: "\e902";
}
.ruk-icon-line-arrow--left:before {
  content: "\e906";
}
.ruk-icon-line-arrow--right:before {
  content: "\e907";
}
.ruk-icon-line-cross:before {
  content: "\e908";
}
.ruk-icon-line-email:before {
  content: "\e909";
}
.ruk-icon-line-facebook:before {
  content: "\e90a";
}
.ruk-icon-line-instagram:before {
  content: "\e90b";
}
.ruk-icon-line-pinterest:before {
  content: "\e90c";
}
.ruk-icon-percentage-star--0:before {
  content: "\e90d";
}
.ruk-icon-percentage-star--25:before {
  content: "\e90e";
}
.ruk-icon-percentage-star--50:before {
  content: "\e90f";
}
.ruk-icon-percentage-star--75:before {
  content: "\e910";
}
.ruk-icon-percentage-star--100:before {
  content: "\e911";
}
.ruk-icon-line-load-more:before {
  content: "\e916";
}
.ruk-icon-line-review-icon:before {
  content: "\e917";
}
.ruk-icon-reviewsio-logo-text-small:before {
  content: "\e918";
}
@media (min-width: 1261px) {
  .visible-mb {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-footer .footer-middle .explore-our-site,
  .page-footer .footer-middle .explore-our-products {
    width: 50%;
  }
  .page-footer .footer-middle .explore-our-product-categories {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer {
    margin-top: 30px;
    padding-top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .page-footer .footer-top {
    order: -2;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-footer .footer-top h3 {
    font-size: 14px;
    font-weight: bold;
  }
  .page-footer .footer-top .physio-text {
    font-size: 12px;
    padding: 0;
    margin-top: 10px;
  }
  .page-footer .footer-middle {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
  }
  .page-footer .footer-middle .explore-our-site,
  .page-footer .footer-middle .explore-our-products {
    width: 100%;
  }
  .page-footer .footer-middle .explore-our-products {
    padding: 0;
    margin-top: 30px;
  }
  .page-footer .footer-middle .explore-our-product-categories ul {
    padding-right: 0;
    width: 100%;
  }
  .page-footer .footer-middle .explore-our-product-categories ul + ul {
    padding-left: 0;
  }
  .page-footer .footer-bottom {
    order: -1;
  }
  .page-footer .footer-bottom .share-app {
    border-top: 0;
    flex-wrap: wrap;
    padding-bottom: 0;
    align-items: flex-start;
  }
  .page-footer .footer-bottom .share-app > div {
    padding: 0;
  }
  .page-footer .footer-bottom .share-app .img-footer {
    order: 1;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .page-footer .footer-bottom .share-app .reviews-us {
    order: 3;
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .page-footer .footer-bottom .share-app .reviews-us ul li a {
    font-size: 15px;
    width: 25px;
    height: 25px;
  }
  .page-footer .footer-bottom .share-app .footer-download-our-desktop {
    padding-top: 20px;
    text-align: center;
  }
  .page-footer .footer-bottom .share-app .footer-download-our-desktop p {
    text-align: center;
    text-transform: uppercase;
  }
  .page-footer .footer-bottom .share-app .footer-eway {
    order: 2;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-footer .footer-bottom .share-app .footer-eway img {
    max-height: 70px;
  }
  .page-footer .footer-bottom .share-app .footer-app {
    order: 4;
    text-align: center;
  }
  .page-footer .footer-bottom .share-app .footer-app .footer-img-app {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-footer .footer-bottom .share-app .footer-app .footer-img-app a {
    padding: 0 5px;
  }
  .page-footer .footer-bottom .share-app .footer-app .footer-img-app img {
    width: auto;
    max-width: 140px;
  }
  .page-footer .footer-bottom .share-app .destop-app {
    order: 5;
    width: 50%;
    text-align: center;
  }
  .page-footer .footer-bottom .share-app .destop-app ul li {
    margin-bottom: 0;
  }
  .page-footer .footer-bottom .share-app .destop-app ul li a {
    font-size: 0;
  }
  .page-footer .footer-bottom .share-app h5 {
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .page-footer .footer-bottom .share-app .footer-img-app a,
  .page-footer .footer-bottom .share-app .footer-eway a {
    margin-bottom: 0;
  }
  .page-footer .footer-bottom .follow-us ul {
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
  }
  .page-footer .footer-bottom .follow-us ul li {
    margin-bottom: 0;
  }
  .page-footer .footer-copyright {
    font-size: 12px;
    padding-bottom: 30px;
    width: 100%;
  }
  .cms-home .page-footer {
    margin-top: 0;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .page-footer .footer-bottom .share-app .footer-app,
  .page-footer .footer-bottom .share-app .destop-app {
    width: 100%;
    text-align: center;
  }
  .page-footer .footer-bottom .share-app .reviews-us {
    text-align: left;
  }
}
/* Returns page */
@media (min-width: 1023.98px) {
  .cms-returns .returns-page ul.step-1-items li {
    max-width: calc((100% - 120px)/3);
    width: 100%;
    margin-right: 60px;
  }
  .cms-returns .returns-page ul.step-1-items li:last-child {
    margin-right: 0;
  }
  .cms-returns .returns-page ul.step-2-items li {
    max-width: calc((100% - 60px)/2);
    width: 100%;
    margin-right: 60px;
  }
  .cms-returns .returns-page ul.step-2-items li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .cms-returns .returns-page ul.step-1-items li {
    max-width: calc((100% - 60px)/3);
    width: 100%;
    margin-right: 30px;
    padding: 30px;
  }
  .cms-returns .returns-page ul.step-1-items li:last-child {
    margin-right: 0;
  }
  .cms-returns .returns-page ul.step-1-items li p {
    margin-bottom: 0;
  }
  .cms-returns .returns-page ul.step-1-items li img {
    margin-bottom: 50px;
  }
  .cms-returns .returns-page ul.step-2-items li {
    max-width: calc((100% - 30px)/2);
    width: 100%;
    margin-right: 30px;
    padding: 30px;
  }
  .cms-returns .returns-page ul.step-2-items li:last-child {
    margin-right: 0;
  }
  .cms-returns .returns-page ul.step-2-items li p {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
  }
  .cms-returns .returns-page .re-bottom {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
}
/* End Returns page */
body .service-page .service-top-content {
  padding: 30px 0 60px;
}
body .service-page .service-top-content p {
  color: #525252;
  font-size: 20px;
  font-weight: 500;
  max-width: 80%;
  margin: 0 auto;
}
body .service-page .service-form {
  display: block;
}
body .service-page .service-bot-content {
  padding: 60px 15px;
  -webkit-box-shadow: 0px 0px 16px -8px #808080;
  -moz-box-shadow: 0px 0px 16px -8px #808080;
  box-shadow: 0px 0px 16px -8px #808080;
}
body .service-page .service-bot-content .service-steps {
  display: flex;
  justify-content: space-between;
  max-width: 65%;
  margin: 0 auto;
  position: relative;
}
body .service-page .service-bot-content .service-steps .step {
  padding: 0;
  width: auto;
  display: block;
  background: #fff;
  box-shadow: none;
}
body .service-page .service-bot-content .service-steps .step h2 {
  color: #525252;
  display: inline-block;
  vertical-align: top;
  font-size: 60px;
  font-family: 'Myriad Concept Roman', sans-serif;
  font-weight: 500;
  padding-top: 35px;
  margin-right: 20px;
}
body .service-page .service-bot-content .service-steps .step.steps-1 {
  margin-right: 30px;
  cursor: auto;
}
body .service-page .service-bot-content .service-steps .step.steps-1 p {
  background: transparent;
  color: inherit;
  font-weight: inherit;
  padding: 0;
  height: auto;
  line-height: inherit;
  text-transform: inherit;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: unset;
}
body .service-page .service-bot-content .service-steps .step.steps-1 p:hover,
body .service-page .service-bot-content .service-steps .step.steps-1 p:focus {
  background: transparent;
}
body .service-page .service-bot-content .service-steps .step.steps-1:after {
  content: '';
  display: block;
  position: absolute;
  right: 50%;
  top: 18%;
  width: 30px;
  height: 65px;
  background-image: url(../images/arrow-process.png);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: auto;
}
body .service-page .service-bot-content .service-steps .step.steps-2 {
  margin-left: 0;
}
body .service-page .service-bot-content .service-steps .step-text {
  display: inline-block;
}
body .service-page .service-bot-content .service-steps .step-text h3 {
  color: #525252;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 0;
  font: normal 28px/32px 'Myriad Concept Roman';
}
body .service-page .service-bot-content .service-steps .step-text p {
  color: #525252;
}
body .service-page .service-bot-content .service-steps .icon-step img {
  width: 100%;
}
body .service-page .service-bot-content .service-steps p {
  font-size: unset;
  line-height: unset;
}
body .service-page .service-bot-content > h2 {
  color: #eb2027;
}
body .service-page .service-top {
  text-align: center;
}
body .service-page .service-top h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
body.cms-service .column.main {
  padding-top: 30px;
}
body .cta__block .scrollTo.button {
  border-radius: 26px;
  font-family: 'myriad-pro', sans-serif;
  background: #684093;
}
body .page-shockwave-wrapper .label,
body .page-shockwave-wrapper .header__teaser .teaser__title .title__label {
  background: #684093;
}
body .page-shockwave-wrapper .header__teaser .teaser__pointers .pointer .pointer__bull {
  border: 5px solid #684093;
}
body .page-shockwave-wrapper .modal h2 {
  margin-top: 0;
}
body.cms-shockwave .chart figcaption .caption .counter {
  color: #684093;
}
body.cms-shockwave .quote__block--text-right .quote__slogan {
  color: #684093;
}
body .mfp-hide {
  display: none !important;
}
body .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
body .mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
body .mfp-auto-cursor .mfp-content {
  cursor: auto;
}
body .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
body .mfp-inline-holder .mfp-content,
body .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
body .mfp-inline-holder .mfp-content,
body .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
body .popup {
  position: relative;
  background: #fff;
  padding: 35px;
  width: auto;
  max-width: 590px;
  margin: 20px auto;
  -webkit-box-shadow: 0 22px 53px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 22px 53px 0 rgba(0, 0, 0, 0.1);
}
body .mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
body .mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
body button.mfp-close,
body button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  font-weight: 400;
  box-shadow: none;
  touch-action: manipulation;
}
body .mfp-close-btn-in .mfp-close {
  color: #333;
}
body.cms-home .mp-banner-slider .owl-nav {
  height: 0;
  margin: 0;
}
@media (min-width: 1261px) {
  .mfp-container {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  .mfp-content h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 1199.98px) {
  body .service-page .service-bot-content .service-steps {
    max-width: 90%;
  }
}
@media (max-width: 991.98px) {
  body .service-page .service-bot-content .service-steps {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  body .service-page .service-bot-content .service-steps {
    display: block;
    text-align: center;
  }
  body .service-page .service-bot-content .service-steps .step h2 {
    display: block;
    padding-bottom: 30px;
    margin: 0;
  }
  body .service-page .service-bot-content .service-steps .step.steps-1 {
    margin-bottom: 120px;
  }
  body .service-page .service-bot-content .service-steps .step.steps-1:after {
    background-image: url(../images/service-next-step-1.png);
    top: 49%;
    left: 45%;
    width: 60px;
    height: 65px;
  }
  body .service-page .service-bot-content .service-steps .step p {
    font-size: inherit;
    line-height: inherit;
  }
  body .service-page .service-top h1 {
    font-size: 14px;
    position: relative;
  }
  body .service-page .service-top h1:after {
    position: absolute;
    content: '';
    height: 1px;
    background: #cdcccc;
    top: 20px;
    right: 0;
    width: 25%;
  }
  body .service-page .service-top h1:before {
    position: absolute;
    content: '';
    left: 0;
    top: 20px;
    width: 25%;
    height: 1px;
    background: #cdcccc;
  }
}
@media (max-width: 480px) {
  body .service-page .service-bot-content .service-steps .step.steps-1:after {
    left: 40%;
  }
  body .service-page .service-bot-content > h2 {
    font-size: 24px;
  }
}
.sales-order-history input,
.sales-order-history select {
  width: 97%;
  display: block;
  margin: auto;
}
.sales-order-history .my-account-toolbar-wrapper {
  max-width: 99%;
}
.sales-order-history .my-account-toolbar-wrapper .filter-wrapper {
  width: 33%;
  max-width: 33%;
  margin-right: 0;
}
.sales-order-history .my-account-toolbar-wrapper .filter-wrapper select {
  padding: 8px 35px 8px;
  margin-top: 3px;
  background-position-x: 94%;
}
.sales-order-history .my-account-toolbar-wrapper .filter-wrapper .filter-title {
  display: none;
}
.sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper {
  width: 66%;
  max-width: 66%;
  display: flex;
  margin: 3px 0 0 0;
}
.sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper input {
  font-size: 14px;
  text-align: left;
  padding: 10px 15px;
}
.sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper .search-by-sublogin-container {
  width: 50%;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 8px;
}
.sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper .search-by-sublogin-container .field.search {
  position: relative;
}
.sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper .search-by-sublogin-container .actions button.search {
  display: none;
}
.sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper .search-by-order-id {
  width: 50%;
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
}
.sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper button.hidden-icon {
  display: none;
}
.sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper .account-clear-search {
  left: auto;
  right: 0;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section {
  margin-top: 15px;
  color: #434342;
  font-size: 14px;
  line-height: 18px;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section.freight-protection {
  margin-bottom: 15px;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section.astir-purchaseordernumber {
  margin-top: 30px;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section.paperwork-delivery {
  margin-top: 9px;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section .section-title {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 8px;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section .section-content.input-text-container {
  border: 1px solid #9999991F;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section .section-content.input-text-container input {
  width: 100%;
  font-size: 14px;
  color: #434342;
  opacity: 50%;
  height: 55px;
  padding: 7px 13px;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section .checkbox-wrapper i {
  color: #684093;
  font-size: 18px;
  margin-right: 5px;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section .checkbox-wrapper i.disabled {
  color: #ccc;
}
@media (min-width: 1200px) {
  .sales-order-history .my-account-toolbar-wrapper {
    max-width: 60%;
  }
}
@media (max-width: 1199px) {
  .sales-order-history .my-account-toolbar-wrapper .filter-wrapper select {
    background-position-x: 96%;
  }
}
@media (max-width: 767px) {
  .sales-order-history .my-account-toolbar-wrapper {
    margin-top: 20px;
  }
  .sales-order-history .my-account-toolbar-wrapper .filter-wrapper {
    display: inline-block;
  }
}
@media (max-width: 478px) {
  .sales-order-history .my-account-toolbar-wrapper {
    display: block;
  }
  .sales-order-history .my-account-toolbar-wrapper .filter-wrapper {
    width: 90%;
    max-width: 90%;
    display: block;
    margin: 7px auto;
  }
  .sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper {
    width: 90%;
    max-width: 90%;
    display: block;
    margin: 7px auto;
  }
  .sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper .search-by-sublogin-container {
    width: 100%;
    display: block;
  }
  .sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper .search-by-order-id {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-footer .footer-middle .explore-our-site,
  .page-footer .footer-middle .explore-our-products {
    width: 50%;
  }
  .page-footer .footer-middle .explore-our-product-categories {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer {
    margin-top: 30px;
    padding-top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .page-footer .footer-top {
    order: -2;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-footer .footer-top h3 {
    font-size: 14px;
    font-weight: bold;
  }
  .page-footer .footer-top .physio-text {
    font-size: 12px;
    padding: 0;
    margin-top: 10px;
  }
  .page-footer .footer-middle {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
  }
  .page-footer .footer-middle .explore-our-site,
  .page-footer .footer-middle .explore-our-products {
    width: 100%;
  }
  .page-footer .footer-middle .explore-our-products {
    padding: 0;
    margin-top: 30px;
  }
  .page-footer .footer-middle .explore-our-product-categories ul {
    padding-right: 0;
    width: 100%;
  }
  .page-footer .footer-middle .explore-our-product-categories ul + ul {
    padding-left: 0;
  }
  .page-footer .footer-bottom {
    order: -1;
  }
  .page-footer .footer-bottom .share-app {
    border-top: 0;
    flex-wrap: wrap;
    padding-bottom: 0;
    align-items: flex-start;
  }
  .page-footer .footer-bottom .share-app > div {
    padding: 0;
  }
  .page-footer .footer-bottom .share-app .img-footer {
    order: 1;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .page-footer .footer-bottom .share-app .reviews-us {
    order: 3;
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .page-footer .footer-bottom .share-app .reviews-us ul li a {
    font-size: 15px;
    width: 25px;
    height: 25px;
  }
  .page-footer .footer-bottom .share-app .footer-download-our-desktop {
    padding-top: 20px;
    text-align: center;
  }
  .page-footer .footer-bottom .share-app .footer-download-our-desktop p {
    text-align: center;
    text-transform: uppercase;
  }
  .page-footer .footer-bottom .share-app .footer-eway {
    order: 2;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-footer .footer-bottom .share-app .footer-eway img {
    max-height: 70px;
  }
  .page-footer .footer-bottom .share-app .footer-app {
    order: 4;
    text-align: center;
  }
  .page-footer .footer-bottom .share-app .footer-app .footer-img-app {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-footer .footer-bottom .share-app .footer-app .footer-img-app a {
    padding: 0 5px;
  }
  .page-footer .footer-bottom .share-app .footer-app .footer-img-app img {
    width: auto;
    max-width: 140px;
  }
  .page-footer .footer-bottom .share-app .destop-app {
    order: 5;
    width: 50%;
    text-align: center;
  }
  .page-footer .footer-bottom .share-app .destop-app ul li {
    margin-bottom: 0;
  }
  .page-footer .footer-bottom .share-app .destop-app ul li a {
    font-size: 0;
  }
  .page-footer .footer-bottom .share-app h5 {
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .page-footer .footer-bottom .share-app .footer-img-app a,
  .page-footer .footer-bottom .share-app .footer-eway a {
    margin-bottom: 0;
  }
  .page-footer .footer-bottom .follow-us ul {
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
  }
  .page-footer .footer-bottom .follow-us ul li {
    margin-bottom: 0;
  }
  .page-footer .footer-copyright {
    font-size: 12px;
    padding-bottom: 30px;
    width: 100%;
  }
  .cms-home .page-footer {
    margin-top: 0;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .page-footer .footer-bottom .share-app .footer-app,
  .page-footer .footer-bottom .share-app .destop-app {
    width: 100%;
    text-align: center;
  }
  .page-footer .footer-bottom .share-app .reviews-us {
    text-align: left;
  }
}
/*  Best seller dinkus colour to purple for Footmedics*/
/* End Best seller dinkus colour to purple for Footmedics*/
@media print {
  .favlist-page,
  .checkout-cart-index {
    display: none;
  }
}
@media (max-width: 1199px) {
  .modal-popup.plush-popup .modal-inner-wrap {
    width: 80%;
  }
}
.table-cart-items thead tr th {
  text-align: left !important;
}
#amgroupcat-form {
  padding: 0px;
  width: 100%;
}
#amgroupcat-form .actions-toolbar {
  margin-top: 25px;
}
/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
  .ais-Hits-item-inner .result-sub-content .ais-product__qty input.input-text.qty {
    font-family: 'Manrope', sans-serif;
  }
}
/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
  .ais-InfiniteHits-list .ais-InfiniteHits-item {
    margin-top: 15px;
  }
  .ais-InfiniteHits-list .ais-InfiniteHits-item:first-child {
    margin-top: 0;
  }
}
/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
  .ais-InfiniteHits-list .ais-InfiniteHits-item {
    margin-top: 15px;
  }
  .ais-InfiniteHits-list .ais-InfiniteHits-item:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  body.account.backorder_page .columns .column.main {
    padding-bottom: 91px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th {
    text-align: center;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.order_number {
    width: 12%;
    text-align: left;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.order_reference {
    width: 13%;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.sku {
    width: 10%;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.image {
    width: 10%;
    text-align: center;
    cursor: pointer;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.product_name {
    width: 35%;
    text-align: left;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.product_name span {
    display: none !important;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.qty {
    width: 8%;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td {
    text-align: center;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.image {
    text-align: center;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.order_number,
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.product_name {
    text-align: left;
  }
}
@media screen and (max-width: 991.98px) {
  body.account.backorder_page .page-main .page-title-wrapper .back_url {
    display: inline-block;
    margin: 0;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  body.account.backorder_page .page-main .page-title-wrapper .page-title {
    max-width: 416px;
    width: 100%;
    border-bottom: none;
  }
  body.account.backorder_page .page-main .page-title-wrapper .page-title span {
    width: 100%;
    font-size: 18px;
  }
  body.account.backorder_page .page-main .page-title-wrapper .page-title span:after {
    width: 100%;
  }
  body.account.backorder_page .page-main .backorder-main .page-head {
    position: static;
    margin: 20px 15px 0;
  }
  body.account.backorder_page .page-main .backorder-main .page-head .search-backorder {
    justify-content: center;
  }
  body.account.backorder_page .page-main .backorder-main .page-head .search-backorder input {
    width: 100%;
  }
  body.account.backorder_page .page-main .backorder-main .page-head .search-backorder .action-box button {
    right: 35px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table {
    margin: 40px 15px;
    max-width: calc(100% - 30px);
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th {
    font-size: 15px;
    line-height: 20px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.image img {
    min-width: 68px;
  }
  body.account.backorder_page .page-main .backorders-not-found {
    margin: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.order_number[data-sort-enable="true"] span::before {
    right: -5px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.order_number[data-sort-enable="true"] span::after {
    right: -5px;
  }
}
@media screen and (max-width: 767.98px) {
  body.account.backorder_page .page-main .page-title-wrapper .page-title span {
    text-transform: uppercase;
  }
  body.account.backorder_page .page-main .page-title-wrapper .page-title span:after {
    bottom: -5px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table {
    margin: 40px 0;
    max-width: 100%;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr {
    display: inline-block;
    width: 100%;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th {
    display: block;
    width: calc(100%/3);
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding: 14px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th.sku,
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th.order_reference,
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th.qty,
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th.image {
    display: none;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th.product_name {
    text-align: center;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th.product_name span {
    display: inline-block;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th:last-child {
    padding-right: 14px;
    text-align: right;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr {
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: .5px solid #CECECE;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td {
    display: block;
    width: calc(100%/3);
    float: left;
    border-bottom: none;
    padding: 14px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 11px;
    border-bottom: 0;
    text-align: center;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.image img {
    min-width: 34px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.product_name {
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.sku {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 0;
    text-align: center;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.sku::before {
    content: attr(data-th) ":";
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    color: #29292A;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.order_reference {
    position: absolute;
    top: calc(50% + 35px);
    transform: translateY(-50%);
    left: 0;
    border-bottom: 0;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.order_reference::before {
    content: attr(data-th) ":";
    font-weight: 600;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #29292A;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.qty {
    position: absolute;
    top: calc(50% + 35px);
    transform: translateY(-50%);
    right: 0;
    border-bottom: 0;
    font-size: 14px;
    text-align: right;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.qty::before {
    content: attr(data-th) ":";
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    color: #29292A;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.due_date {
    text-align: right;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product {
    padding: 0 15px;
    width: 100%;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product:before {
    width: 45px;
    right: 50px;
    top: -13px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .label-preferred-choice {
    left: 35px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 30px 15px 15px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-top-content {
    padding-top: 10px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-top-content .switch-image {
    margin: 0;
    padding: 5px 15px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-top-content .switch-name {
    font-size: 10px;
    min-width: unset;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom {
    width: 100%;
    margin-top: 15px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container {
    padding: 0;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap {
    display: block;
    padding: 15px 0;
    width: 100%;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap span {
    font-size: 14px;
  }
}
@media screen and (max-width: 575.98px) {
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th {
    padding-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30px;
    padding-bottom: 0;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td {
    font-size: 12px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.order_reference::before {
    font-size: 13px;
    line-height: 16px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.sku {
    font-size: 10px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.sku::before {
    font-size: 10px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.product_name {
    padding-left: 0;
    padding-right: 0;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.qty {
    font-size: 14px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.qty::before {
    font-size: 12px;
  }
}
@media screen and (max-width: 369.98px) {
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.order_number[data-sort-enable="true"] span::before {
    right: 5px;
    margin-top: -7px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.order_number[data-sort-enable="true"] span::after {
    right: 5px;
    margin-top: -17px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.order_number[data-sort-enable="true"] span::before,
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.image span::before {
    bottom: 25px;
  }
}
@media (min-width: 768px) {
  .reports-list-name,
  .reports-list-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .reports-list-name {
    font-size: 18px;
    margin-top: 60px;
  }
  .reports-list-link {
    font-size: 16px;
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .reports-list-name,
  .reports-list-item {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .reports-details {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .reports-details {
    padding: 0 50px;
  }
  .reports-details-content iframe {
    height: 100vw;
  }
}
@media (max-width: 1260px) {
  body .form-search-favlist .search-list-item-amlist {
    padding-left: 0;
  }
}
@media (max-width: 1260px) and (min-width: 992px) {
  body.favlist-page #amlist-table td.switch-product .switch-content .switch-top-content .switch-name {
    font-size: 14px;
  }
  body.favlist-page #amlist-table td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap {
    padding: 10px 15px;
    min-width: 300px;
  }
}
@media (min-width: 1600px) {
  body #amlist-table td.code-amlist,
  body #amlist-table td.product-name-amlist .product_name {
    font-size: 16px;
  }
}
@media (max-width: 1700px) and (min-width: 992px) {
  body .switch-content .switch-price {
    text-align: left;
    margin-right: 10px;
    padding-bottom: 0;
  }
  body .column-switch-row {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .desktop {
    display: none !important;
  }
  body.account.favlist-page #sticky-col-names {
    margin-left: 15px;
    padding: 5px 0;
  }
  body.account.favlist-page #sticky-col-names.visible {
    display: flex;
  }
  body.account.favlist-page #sticky-col-names > div {
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 5px;
    display: none;
  }
  body.account.favlist-page #sticky-col-names > div.code-amlist,
  body.account.favlist-page #sticky-col-names > div.image-amlist,
  body.account.favlist-page #sticky-col-names > div.product-name {
    display: block;
  }
  body.account.favlist-page #table-item-detail {
    overflow: hidden;
    padding: 10px 15px 0;
  }
  body.account.favlist-page #table-item-detail #amlist-table {
    display: block;
  }
  body.account.favlist-page #table-item-detail #amlist-table thead {
    display: block;
  }
  body.account.favlist-page #table-item-detail #amlist-table thead tr {
    width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody {
    display: block;
    width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups.have-result tr:nth-last-child(2) {
    padding-bottom: 50px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups.have-result tr:nth-last-child(2) td {
    padding-bottom: 5px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups.g-empty tr.group-empty td.column-empty {
    padding: 16px 0 50px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr.first {
    padding: 0;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr.first th {
    padding-top: 15px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 5px;
    width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td {
    display: flex;
    text-align: left;
    flex-direction: column;
    float: left;
    font-size: 12px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td:before {
    content: attr(data-th);
    display: inline-block;
    width: 100%;
    font-size: 10px;
    color: #29292a;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.code-amlist {
    order: 1;
    font-size: 10px;
    width: 30%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.code-amlist:before {
    display: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.image-item {
    padding-right: 10px;
    order: 2;
    width: 18%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.image-item:before {
    display: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.image-item img {
    min-width: unset;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.image-item .price-item {
    display: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.product-name-amlist {
    display: flex;
    font-size: 10px;
    line-height: 16px;
    min-height: 60px;
    order: 3;
    padding-right: 15px;
    width: 52%;
    justify-content: space-around;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.product-name-amlist:before {
    display: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.product-name-amlist .expiry-date {
    padding: 0;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stock-status {
    order: 4;
    padding-right: 10px;
    width: 48%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stock-status span {
    font-size: 12px;
    padding-left: 25px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stock-status span:before {
    width: 12px;
    height: 12px;
    left: 8px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stock-status span.no-eta {
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stat {
    width: 13%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stat-1 {
    order: 5;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stat-2 {
    order: 6;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stat-3 {
    order: 7;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stat-4 {
    order: 8;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.suggested-stock-item {
    height: auto;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.suggested-stock-item.max {
    order: 9;
    width: 12%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.suggested-stock-item.current {
    order: 10;
    padding-right: 10px;
    width: 36%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.suggested-stock-item input {
    width: 32px;
    height: 32px;
    font-size: 12px;
    border-radius: 5px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.outer-carton-wrapper:after,
  body.account.favlist-page #table-item-detail #amlist-table tr td.incart-wrapper:after {
    top: 43px !important;
    left: 15px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.outer-carton-wrapper {
    order: 11;
    width: 17%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.outer-carton-wrapper .outer-carton-qty {
    left: 30px;
    top: 0;
    text-align: center;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.incart-wrapper {
    order: 12;
    width: 17%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.note {
    order: 13;
    width: 18%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.amlist-qty {
    order: 14;
    padding-right: 10px;
    width: 48%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.amlist-qty .favlist-form .control.qty input {
    font-size: 16px;
    height: 50px;
    padding: 5px 35px;
    width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.amlist-qty .favlist-form .control.qty span {
    width: 35px;
    line-height: 50px;
    top: 50px;
    height: 50px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.amlist-qty .favlist-form button.action.tocart.primary {
    height: 50px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.backorder-wrapper {
    order: 15;
    width: 17%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.backorder-wrapper .backorder-count {
    align-self: flex-start;
    text-align: center;
    margin-top: 12px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.drag-move .drag-move-wrapper,
  body.account.favlist-page #table-item-detail #amlist-table tr td.delete .delete-link {
    margin-top: 12px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.drag-move {
    order: 16;
    width: 17%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.drag-move .drag-move-wrapper {
    text-align: left;
    white-space: nowrap;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.drag-move .drag-move-wrapper > * {
    vertical-align: middle;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.drag-move .drag-move-wrapper .drag-move-tooltip {
    color: #29292a;
    display: inline-block;
    font-size: 10px;
    line-height: 16px;
    margin-left: 10px;
    opacity: 1;
    position: static;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.delete {
    order: 17;
    position: static;
    width: 17%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.delete:before {
    content: ".";
    visibility: hidden;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.delete .delete-link {
    color: #29292a;
    font-size: 10px;
    padding-left: 26px;
    position: relative;
    text-align: left;
    text-transform: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.delete .delete-link:before {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.delete .delete-link span {
    display: inline-block;
    vertical-align: middle;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.assign {
    order: 18;
    position: static;
    width: 13%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.assign:before {
    content: ".";
    visibility: hidden;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.assign .assign-group-wrapper {
    margin-top: 12px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.assign .assign-to-group {
    pointer-events: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.assign .assign-dropdown-dialog {
    display: inline-block;
    vertical-align: middle;
    position: static;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.assign .open-assign-modal {
    font-size: 0;
    font-weight: 400;
    padding: 0;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.assign .open-assign-modal::before {
    content: attr(data-label);
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product {
    padding-top: 15px;
    width: 100%;
    order: 18;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.tag {
    order: 19;
    padding: 0 20px 20px;
    width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.tag img {
    margin: 0 auto;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.column-switch-row {
    position: relative;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.column-switch-row .switch-sale-icon {
    left: 14px;
    width: 89px;
    height: 98px;
    z-index: 99;
    background-size: 90px 98px;
    top: 8px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.column-switch-row .switch-sale-icon .switch-arrow-title {
    top: -11px;
    position: relative;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.column-switch-row .switch-sale-icon .switch-arrow-price {
    font-size: 15px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product:before {
    width: 45px;
    right: 35px;
    top: 2px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .label-preferred-choice {
    left: 20px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    padding: 30px 20px 20px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content .switch-top-content {
    padding-top: 10px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content .switch-top-content .switch-image {
    padding: 5px 15px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content .switch-top-content .switch-name {
    font-size: 10px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content .switch-action-bottom {
    width: 100%;
    margin-top: 15px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container {
    padding: 0;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form {
    float: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content .switch-action-bottom .action.swap {
    padding: 15px 20px;
    width: auto;
    margin: 0 auto;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content .switch-action-bottom .action.swap span {
    font-size: 14px;
    min-width: unset;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.hide-on-print.price {
    display: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.hidden-on-mobile {
    display: none;
    box-sizing: border-box;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title td {
    display: block;
    padding: 10px 20px;
    width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title td:not(.group-move) {
    display: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title td:before,
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title td:after {
    display: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title h4 {
    font-size: 12px;
    line-height: 24px;
    position: relative;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title h4:before {
    height: 15px;
    width: 3px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title .rename-group {
    position: absolute;
    left: 0;
    width: 100%;
    margin-left: 0;
    visibility: visible;
    opacity: 0;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title .remove-group {
    font-size: 19px;
    line-height: 19px;
    height: 20px;
    right: 50px;
    width: 20px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title .toggle-group {
    right: 10px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.first th:not(.code-amlist):not(.image-amlist):not(
                                        .product-name
                                    ) {
    display: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.first th.code-amlist,
  body.account.favlist-page #table-item-detail #amlist-table tr.first th.image-amlist {
    display: inline-block;
    text-align: left;
    width: 25%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.first th.product-name {
    display: inline-block;
    width: 50%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.first:before,
  body.account.favlist-page #table-item-detail #amlist-table tr.first:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 100%;
    position: absolute;
    border-bottom: 1px solid #684093;
    left: -15px;
    top: 1px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.first + tr {
    border-top: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups.g-empty tr.group-empty {
    display: inline-block;
    width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups.g-empty tr.group-empty td.column-empty {
    width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr td.backorder-wrapper,
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr td.drag-move,
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr td.delete {
    width: 13%;
  }
  body .list-search-form {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body .list-search-form > div {
    margin-bottom: 10px;
    width: 49%;
    margin-left: 0;
  }
  body .list-search-form .form-search-favlist {
    order: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  body .list-search-form .form-search-favlist .input-search-item {
    max-width: 100%;
  }
  body .list-search-form .create-group {
    order: 1;
    margin-left: 0;
  }
  body .list-search-form .group-view {
    order: 2;
  }
  body .list-search-form .show-level {
    order: 3;
  }
  body .list-search-form .reset-qty {
    order: 4;
  }
  body .mobile-switch-content {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
  }
  body.account .switch-action .swap-item-form-container button {
    display: flex;
    width: 31px;
    height: 31px;
    min-width: 31px;
    background: #684093;
    margin-left: 5px;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  body .incart-icon-mb {
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 3px;
    flex-direction: column;
  }
  body .incart-icon-mb p {
    font-size: 12px;
    font-weight: bold;
    line-height: 0px;
    white-space: nowrap;
  }
  body .amlist-table .incart-icon {
    max-width: 33px;
  }
  body .mobile-version .title-info-m {
    line-height: 18px;
  }
  body .mobile-version .price {
    margin-bottom: 10px;
  }
  body .mobile-version .price .price-m {
    color: #684093;
    font-size: 16px;
    font-weight: 700;
  }
  body #table-item-detail .mobile-version .input-favlist input {
    height: 38px;
    width: 80px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  body .add-cart-m .favlist-form {
    display: flex;
    justify-content: start;
    align-items: center;
    width: calc(100% - 150px);
  }
  body .form-search-favlist .search-list-item-amlist {
    padding-right: 0;
  }
  body .form-search-favlist button.btn-search-item {
    right: 50px;
  }
}
@media (max-width: 1199.98px) {
  body.open-minicart #chat-widget-container {
    right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .list-table thead tr th {
    font-weight: 700;
    padding-left: 50px;
    border-bottom: 1px solid #684093;
  }
  .list-table .actions a span.icon {
    font-size: 18px;
  }
  .list-table .actions a span.icon .fas {
    color: #684093;
  }
  .list-table .actions a.action-disabled {
    cursor: not-allowed;
  }
  .list-table .actions a.action-disabled span.icon .fas {
    color: #9e9f9e;
    opacity: 0.4;
  }
  body .minicart-wrapper .block-minicart {
    width: 622px;
    max-width: 622px !important;
  }
}
@media screen and (max-width: 767.98px) {
  body.account.favlist-page .page-head-top {
    padding-top: 10px;
  }
  body .minicart-wrapper .product-item-details .product-item-pricing {
    display: flex;
    margin-top: 0;
  }
  body .minicart-items-wrapper .switch-content h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480.98px) {
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr td.amlist-qty {
    width: 40%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr td.backorder-wrapper,
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr td.drag-move,
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr td.delete,
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr td.assign {
    width: 15%;
  }
  body .minicart-items-wrapper .switch-content h3 {
    font-size: 14px;
  }
  body .minicart-items-wrapper div.switch-sale-icon p.switch-arrow-title {
    font-size: 13px;
  }
  body .minicart-items-wrapper div.switch-sale-icon p.switch-arrow-price {
    font-size: 13px;
    line-height: 18px;
  }
  body .minicart-wrapper .product-item-name {
    font-size: 14px;
    line-height: 18px;
  }
  body .minicart-wrapper .product-code {
    font-size: 12px;
    line-height: 18px;
  }
  body .sw-code-qty .switch-code {
    font-size: 12px;
    line-height: 18px;
  }
  body .sw-action .each-price {
    font-size: 14px;
    line-height: 20px;
  }
  body .minicart-wrapper .product-item-details .price-container .label,
  body .minicart-wrapper .product-item-details .price-container .price {
    font-size: 14px !important;
    line-height: 18px;
  }
  body .minicart-wrapper .switch-content .switch-top-content .switch-name {
    font-size: 14px;
    line-height: 18px;
  }
  body .minicart-items-wrapper div.switch-sale-icon {
    height: 116px;
    left: 0;
    width: 120px;
    min-width: 120px;
  }
  body .minicart-wrapper .stock-status span.in-stock {
    font-size: 14px;
    line-height: 18px;
  }
  body .minicart-items .product-item-details {
    padding-left: 90px;
  }
  body .show-level a,
  body .group-view a,
  body .create-group a,
  body .reset-qty a {
    font-size: 12px;
  }
}
@media screen and (max-width: 380.98px) {
  body .minicart-items-wrapper div.switch-sale-icon p.switch-arrow-title {
    font-size: 12px;
    line-height: 16px;
  }
  body .minicart-items-wrapper div.switch-sale-icon p.switch-arrow-price {
    font-size: 12px;
    line-height: 16px;
  }
  body .sw-action .each-price {
    font-size: 12px;
    line-height: 18px;
  }
  body .minicart-wrapper .product-code {
    font-size: 12px;
    line-height: 16px;
  }
  body .minicart-wrapper .product-item-name {
    font-size: 12px;
    line-height: 16px;
  }
  body .minicart-wrapper .product-item-name a {
    font-size: 12px;
    line-height: 16px;
  }
  body .minicart-wrapper .product-item-details .price-container .label,
  body .minicart-wrapper .product-item-details .price-container .price {
    font-size: 12px !important;
    line-height: 16px;
  }
  body .minicart-wrapper .stock-status span.in-stock {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 400px) {
  body .list-search-form > div:not(.reset-qty) {
    margin-bottom: 10px;
  }
  body .list-search-form .form-search-favlist {
    margin-bottom: 10px;
  }
  body.account.favlist-page .page-title input {
    font-size: 16px;
    font-weight: 700;
  }
  body .show-level a,
  body .group-view a,
  body .create-group a,
  body .reset-qty a {
    font-size: 12px;
    line-height: 20px;
    padding: 13px 12px;
  }
  body .reset-qty a:before {
    background-size: contain;
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
  }
  body .form-search-favlist .input-search-item {
    height: 50px;
    font-size: 12px;
    line-height: 20px;
    padding-left: 25px;
  }
  body .form-search-favlist button.action-box button {
    right: 20px;
  }
  body .box_add_by_sku form label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  body .box_add_by_sku form .box_filter {
    width: 100%;
  }
  body .box_add_by_sku form .box_filter input {
    line-height: 16px;
    font-size: 12px;
    height: 40px;
  }
  body .box_add_by_sku form .action {
    width: auto;
    padding: 0 25px;
    white-space: nowrap;
    line-height: 16px;
    font-size: 12px;
  }
  body.account .columns .list-detail-session .buttons-set button,
  body.account .columns .list-detail-session .buttons-set a.btn-continue,
  body.account .columns .list-detail-session .buttons-set button.btn-save-all {
    font-size: 12px;
    line-height: 16px;
    height: 40px;
  }
  body.account .columns .list-detail-session .pull-right {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  #amlist-table td.code-amlist,
  #amlist-table thead th.code-amlist {
    text-align: left;
  }
  .favlist-page .buttons-set.hide-on-print .pull-left {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .favlist-page .buttons-set.hide-on-print .pull-right {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .favlist-page .pull-left {
    width: 100%;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    margin-bottom: 20px;
  }
  .favlist-page .pull-right {
    width: 100%;
  }
  form#form-reminder {
    min-width: 600px;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
  }
  form#form-reminder .reminder {
    min-width: 160px;
  }
  form#form-reminder select {
    min-width: 200px;
  }
}
@media (max-width: 1260px) {
  .list-table .actions {
    width: auto;
  }
  .favlist-page .page-head-top {
    display: block;
  }
  .page-head-top form.form-save-reminder {
    display: block;
  }
  .page-head-top form .reminder {
    padding: 0;
    margin: 10px 0;
  }
  .form-save-reminder .control {
    display: inline-block;
    float: left;
    width: calc(100% - 130px);
  }
  .form-save-reminder .actions-toolbar {
    display: inline-block;
  }
  .form-save-name .input-favlist input {
    width: 100%;
  }
  .form-search-favlist {
    width: 100%;
  }
  .form-search-favlist .input-search-item {
    width: 100%;
  }
  .form-search-favlist .search-list-item-amlist {
    width: 100%;
  }
  .popup-video {
    display: none;
  }
  .page-head-top form select {
    padding-left: 15px;
  }
  .account.favlist-page .list-table tr th {
    padding-left: 20px;
  }
  .account.favlist-page .list-table tr td {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .account.favlist-page #favlist-nav-main-container #favlist-nav-mobile #show-lists-popup {
    outline: 1px solid #29292a;
    color: #29292a;
  }
  .account.favlist-page #modal-mobile-lists ul li {
    border-top: 1px solid #cccccc;
  }
  .account.favlist-page #list-content .buttons-set {
    margin-top: 10px;
  }
  #table-item-detail,
  .favlist-page .page-head-top,
  .buttons-set,
  .form-save-name {
    padding: 0 30px;
  }
  .favlist-page .page-head {
    position: static;
  }
  .favlist-page .list-table {
    margin-top: 30px;
  }
  .favlist-page .list-table tr.is_active td {
    border-bottom: 0;
    background: rgba(88, 88, 88, 0.05);
  }
  .favlist-page .list-table tr td.actions {
    padding-right: 20px;
  }
  .favlist-page .list-table tr td.actions a {
    display: inline-table;
    padding-right: 10px;
  }
  .favlist-page .list-table.template-list-table tr td.actions a {
    padding-right: 0;
  }
  .account.favlist-page .page-title-wrapper {
    padding-left: 20px;
  }
  .account.favlist-page .page-main .page-title-wrapper {
    padding: 0 20px;
  }
  .account.favlist-page .page-main .page-title-wrapper .back_url {
    left: 20px;
  }
  .amlist-index-editlist .productname-m,
  .amlist-index-editlist .available-m,
  .amlist-index-editlist .suggested_stock_m,
  .amlist-index-editlist .add-cart-m {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .amlist-index-editlist .suggested_stock_m,
  .amlist-index-editlist .add-cart-m {
    align-items: center;
  }
  .visible-destop-elm {
    display: none !important;
  }
  .form-save-name {
    margin-top: 30px;
  }
  .buttons-set {
    margin-top: 30px;
  }
  .buttons-set .pull-left {
    width: 100%;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  .buttons-set .pull-right {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  .buttons-set button {
    min-width: 160px;
    margin: 0;
  }
  .buttons-set button,
  .buttons-set a.btn-continue {
    border-radius: 7px;
    margin-bottom: 10px;
  }
  .buttons-set a.btn-continue {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .code-amlist span,
  .product-name span {
    display: inline-block;
    font-size: 12px;
  }
  .product-name-amlist {
    position: relative;
  }
  .product-name-amlist .product-image-container {
    max-width: 100px;
  }
  .title-info-m {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Gotham-Medium', sans-serif;
    padding-right: 10px;
    vertical-align: top;
    text-align: right;
  }
  .title-info-m + span,
  .title-info-m + form {
    display: inline-block;
    width: calc(100% - 110px);
    vertical-align: top;
  }
  .add-cart-m .input-favlist {
    display: inline-block;
  }
  .add-cart-m .favlist-form button.action.tocart.primary {
    border-radius: 5px;
    height: 38px;
    line-height: 38px;
  }
  .productname-m .data-item {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Gotham-Medium', sans-serif;
  }
  .available-m .data-item {
    font-size: 8px;
    font-weight: 400;
    font-family: 'Gotham-Medium', sans-serif;
    color: #4f8a10;
    background-color: #dff2bf;
    padding: 5px 7px;
    display: inline-block;
  }
  #table-item-detail table th,
  #table-item-detail table td {
    padding: 5px;
    width: 50%;
    vertical-align: middle;
  }
}
@media screen and (max-width: 991.98px) {
  body .incart-icon-mb p {
    margin-bottom: 13px;
  }
  .outer-carton-icon-mb {
    position: relative;
    padding: 0 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 3px;
  }
  .outer-carton-icon-mb > p {
    font-size: 12px;
    line-height: 16px;
    color: #29292A;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .outer-carton-icon-mb > img {
    width: 25px;
    height: 25px;
    margin: 0 auto;
  }
  .outer-carton-icon-mb .outer-carton-qty {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    font-size: 8px;
    background: #67C5D3;
    padding: 0 3px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: calc(50% - 35px);
    transform: translateX(-50%);
    overflow: hidden;
  }
  .outer-carton-icon-mb .outer-carton-tooltip {
    display: none;
  }
}
@media (max-width: 767px) {
  .form-search-favlist {
    margin: 10px 0;
  }
  .form-search-favlist .input-search-item {
    text-transform: unset;
    font-size: 16px;
    color: #e6e6e6;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
  }
  .account.favlist-page .page-title .icon-edit {
    padding-left: 10px;
  }
  .account.favlist-page .page-main .page-title-wrapper .page-title {
    min-width: auto;
  }
  #table-item-detail,
  .favlist-page .page-head-top,
  .buttons-set,
  .form-save-name {
    padding: 0 15px;
  }
  .account.favlist-page .page-head-top {
    text-align: center;
    position: relative;
  }
  .account.favlist-page .page-head-top .page-title {
    margin-right: 0;
    font-family: 'Montserrat', sans-serif;
    color: #29292a;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    min-width: auto;
  }
  .account.favlist-page .page-head-top .page-title:after {
    content: '';
    height: 5px;
    width: calc(100% + 30px);
    background-color: #eb2027;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 639px) {
  .buttons-set .pull-left {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    align-items: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
  }
  .buttons-set .pull-left .btn-print {
    width: 100%;
  }
  .form-save-name .input-favlist {
    width: 100%;
  }
  .list-detail-session .pull-right {
    display: block;
  }
  .list-detail-session .pull-right button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .favlist-page .list-session .list-table .use-list-button {
    display: flex;
    width: max-content;
    margin-left: auto;
  }
  .favlist-page .list-session .list-table .use-list-button a {
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .favlist-page .list-session {
    padding: 0 15px;
  }
  .favlist-page .list-session .page-head {
    position: relative;
    top: 0;
    right: 0;
  }
  .favlist-page .list-session .page-head .search-list-amlist {
    flex: 100%;
  }
  .favlist-page .list-session .page-head .search-list-amlist .input-search-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-main .add-to-fav-list-container {
    height: 40px;
    width: 50px;
  }
  .catalog-product-view .product-info-main .add-to-fav-list-container:before {
    height: 25px;
    width: 25px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .add-to-fav-list-container {
    margin-left: 5px;
  }
  .catalog-product-view.catalog-product-group .add-to-fav-list-container {
    margin: 0 0 0 auto;
  }
  .catalog-product-view.catalog-product-group .action.secondary.to-list {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    order: 2;
  }
  .catalog-product-view.catalog-product-group .action.secondary.to-list:before {
    height: 15px;
    margin-bottom: -2px;
    margin-right: 3px;
    position: initial;
    transform: none;
    width: 15px;
  }
  #popup-notification-container {
    left: 15px;
    margin-left: 0;
    margin-top: 15px;
    right: 15px;
  }
  #popup-notification-container .item {
    font-size: 12px;
    line-height: 17px;
    padding: 10px 10px 9px;
  }
  #popup-notification-container .item .new-line {
    display: block;
  }
  #popup-notification-container a {
    margin-left: 10px;
    white-space: nowrap;
  }
  .modal-popup.astir-modal.modal-create-new-list .modal-inner-wrap,
  .modal-popup.astir-modal.modal-choose-list .modal-inner-wrap {
    background-color: white;
    margin: 0 40px;
    width: auto;
  }
  .modal-popup.astir-modal.modal-create-new-list .modal-inner-wrap .modal-header,
  .modal-popup.astir-modal.modal-choose-list .modal-inner-wrap .modal-header {
    padding-top: 35px;
  }
  .modal-popup.astir-modal.modal-create-new-list .modal-inner-wrap .modal-content,
  .modal-popup.astir-modal.modal-choose-list .modal-inner-wrap .modal-content {
    padding: 0 25px 45px;
  }
  .modal-popup.astir-modal.modal-create-new-list .modal-inner-wrap .action-close,
  .modal-popup.astir-modal.modal-choose-list .modal-inner-wrap .action-close {
    display: block;
    right: 8px;
    top: 32px;
  }
  .modal-popup.astir-modal.modal-create-new-list .modal-inner-wrap .action-close:before,
  .modal-popup.astir-modal.modal-choose-list .modal-inner-wrap .action-close:before {
    font-weight: 400;
  }
  .modal-popup.astir-modal.modal-create-new-list .modal-inner-wrap .modal-title,
  .modal-popup.astir-modal.modal-choose-list .modal-inner-wrap .modal-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .modal-popup.astir-modal.modal-create-new-list .modal-inner-wrap .modal-subtitle,
  .modal-popup.astir-modal.modal-choose-list .modal-inner-wrap .modal-subtitle {
    font-size: 12px;
  }
  .modal-popup.astir-modal.modal-choose-list .lists-container {
    max-height: 335px;
  }
  .modal-popup.astir-modal.modal-choose-list .lists-container.has-scrollbar {
    padding-right: 9px;
    margin-right: -16px;
  }
  .modal-popup.astir-modal.modal-choose-list .lists-container .list {
    font-size: 12px;
    padding: 12px 18px 11px;
    height: auto;
  }
  .modal-popup.astir-modal.modal-choose-list .lists-container .list:before {
    top: 13px;
  }
  .modal-popup.astir-modal.modal-choose-list button {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .product.data.items > .item.title.active > .switch {
    background: #684093;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 23.31px;
    font-size: 17px;
    border: none;
    padding: 11px 30px;
  }
  .product.data.items > .item.title.active > .switch:hover,
  .product.data.items > .item.title.active > .switch:active,
  .product.data.items > .item.title.active > .switch:focus {
    padding-bottom: 11px;
    background: #684093;
    color: #ffffff;
  }
  .product.data.items > .data.item.content {
    border-left: none;
    border-top: 1px solid #104470;
    border-right: none;
    border-bottom: 1px solid #b2b2b2;
    padding: 10px;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  body.catalog-product-view.catalog-product-simple .product-add-form .box-tocart .actions:hover .disable-cart-tooltip {
    text-align: center;
  }
}
.page-products .reviews-in-category,
.product-listing .reviews-in-category {
  display: none;
}
.page-products .products.wrapper ~ .toolbar .field.limiter,
.product-listing .products.wrapper ~ .toolbar .field.limiter {
  margin-right: 0;
}
.page-products .products.wrapper ~ .toolbar .field.limiter .limiter-label,
.product-listing .products.wrapper ~ .toolbar .field.limiter .limiter-label {
  font-size: 16px;
  line-height: -webkit-calc(20/16);
  line-height: -moz-calc(20/16);
  line-height: calc(20/16);
}
.page-products .products.wrapper ~ .toolbar .field.limiter select,
.product-listing .products.wrapper ~ .toolbar .field.limiter select {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0 0 0 0;
  font-size: 16px;
  line-height: -webkit-calc(20/16);
  line-height: -moz-calc(20/16);
  line-height: calc(20/16);
  font-family: 'Gotham-Bold', sans-serif;
}
.page-products .products.wrapper ~ .toolbar .pages,
.product-listing .products.wrapper ~ .toolbar .pages {
  margin: 0;
}
.page-products .products.wrapper ~ .toolbar .pages strong.page,
.product-listing .products.wrapper ~ .toolbar .pages strong.page {
  background: transparent;
  font-size: 16px;
  line-height: -webkit-calc(20/16);
  line-height: -moz-calc(20/16);
  line-height: calc(20/16);
  color: #684093;
  font-family: 'Gotham-Book', sans-serif;
}
.page-products .products.wrapper ~ .toolbar .pages a.page,
.product-listing .products.wrapper ~ .toolbar .pages a.page {
  font-size: 16px;
  line-height: -webkit-calc(20/16);
  line-height: -moz-calc(20/16);
  line-height: calc(20/16);
  color: #5d5d5d;
  font-family: 'Gotham-Book', sans-serif;
}
.page-products .products.wrapper ~ .toolbar .pages a.page:hover,
.product-listing .products.wrapper ~ .toolbar .pages a.page:hover {
  color: #684093;
}
.page-products .products.wrapper ~ .toolbar .pages .action,
.product-listing .products.wrapper ~ .toolbar .pages .action {
  background: #684093;
  box-shadow: none;
  border: 1px solid #684093;
  color: #ffffff;
}
.page-products .products.wrapper ~ .toolbar .pages .action.next::before,
.product-listing .products.wrapper ~ .toolbar .pages .action.next::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  font-weight: bold;
}
.page-products .products.wrapper ~ .toolbar .pages .action.next:hover,
.product-listing .products.wrapper ~ .toolbar .pages .action.next:hover {
  color: #5d5d5d;
}
.page-products .products.wrapper ~ .toolbar .pages .action.next:hover::before,
.product-listing .products.wrapper ~ .toolbar .pages .action.next:hover::before {
  color: #5d5d5d;
}
.page-products .products.wrapper ~ .toolbar .pages .action.previous::before,
.product-listing .products.wrapper ~ .toolbar .pages .action.previous::before {
  content: '\f0d9';
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  font-weight: bold;
}
.page-products .products.wrapper ~ .toolbar .pages .action.previous:hover,
.product-listing .products.wrapper ~ .toolbar .pages .action.previous:hover {
  color: #5d5d5d;
}
.page-products .products.wrapper ~ .toolbar .pages .action.previous:hover::before,
.product-listing .products.wrapper ~ .toolbar .pages .action.previous:hover::before {
  color: #5d5d5d;
}
.page-products .products.wrapper ~ .toolbar .pages .item:last-child,
.product-listing .products.wrapper ~ .toolbar .pages .item:last-child {
  margin-right: 0;
}
.page-products .products.wrapper ~ .toolbar .pages .item.pages-item-previous,
.product-listing .products.wrapper ~ .toolbar .pages .item.pages-item-previous,
.page-products .products.wrapper ~ .toolbar .pages .item.pages-item-next,
.product-listing .products.wrapper ~ .toolbar .pages .item.pages-item-next {
  display: none;
}
.page-products .products-grid .product-item .product-item-inner .product-item-utils,
.product-listing .products-grid .product-item .product-item-inner .product-item-utils {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  height: auto;
  background: #ffffff;
  border-radius: 5px;
}
.page-products .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper.flex-right,
.product-listing .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper.flex-right {
  margin-left: 0;
}
.page-products .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper .utils-action,
.product-listing .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper .utils-action {
  background: transparent;
  font-size: 12px;
  font-family: 'Gotham-Light', sans-serif;
  line-height: 13px;
  padding: 0;
  height: auto;
}
.page-products .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper .utils-action[id*='utils-quick-view'],
.product-listing .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper .utils-action[id*='utils-quick-view'] {
  color: #010101;
  padding-left: 20px;
}
.page-products .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper .utils-action[id*='utils-watch-video'],
.product-listing .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper .utils-action[id*='utils-watch-video'] {
  color: #684093;
  padding-right: 0;
}
.page-products .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper .wistia_click_to_play,
.product-listing .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper .wistia_click_to_play {
  width: 100% !important;
  height: auto !important;
  position: static !important;
}
.page-products .products-grid .product-item.image-hover .product-item-photo:hover .product-image-container,
.product-listing .products-grid .product-item.image-hover .product-item-photo:hover .product-image-container {
  opacity: 0;
}
.page-products .products-grid .product-item.image-hover .product-item-photo:hover .product-image-container.image-hover,
.product-listing .products-grid .product-item.image-hover .product-item-photo:hover .product-image-container.image-hover {
  opacity: 1;
}
.page-products .products-grid .product-item-info,
.product-listing .products-grid .product-item-info {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-basis: 100%;
  padding: 20px;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
}
.page-products .products-grid .product-item-info .product-label,
.product-listing .products-grid .product-item-info .product-label {
  position: absolute;
  left: -5px;
  margin: 0;
  top: 65px;
  z-index: 9;
  width: 60px;
}
.page-products .products-grid .product-item-info .product-label img,
.product-listing .products-grid .product-item-info .product-label img {
  max-height: 30px;
  width: auto;
}
.page-products .products-grid .product-item-info .product-label .cls-4,
.product-listing .products-grid .product-item-info .product-label .cls-4 {
  fill: #684093;
}
.page-products .products-grid .product-item-info .product-label.span-seller,
.product-listing .products-grid .product-item-info .product-label.span-seller {
  width: 100px;
}
.page-products .products-grid .product-item-info .product-label.span-popular-choice,
.product-listing .products-grid .product-item-info .product-label.span-popular-choice {
  width: 150px;
}
.page-products .products-grid .product-item-info .product-label.span-popular-choice.position-2,
.product-listing .products-grid .product-item-info .product-label.span-popular-choice.position-2 {
  top: 100px;
}
.page-products .products-grid .product-item-info .product-label.span-popular-choice.position-3,
.product-listing .products-grid .product-item-info .product-label.span-popular-choice.position-3 {
  top: 135px;
}
.page-products .products-grid .product-item-info .product-label.span-eofysale,
.product-listing .products-grid .product-item-info .product-label.span-eofysale {
  left: auto;
  right: 0;
}
.page-products .products-grid .product-item-info .product-label.span-eofysale .cls-4,
.product-listing .products-grid .product-item-info .product-label.span-eofysale .cls-4 {
  fill: #15a33b;
}
.page-products .products-grid .product-item-info .span-seller-text + .span-sale-text .span-sale,
.product-listing .products-grid .product-item-info .span-seller-text + .span-sale-text .span-sale {
  top: 100px;
}
.page-products .products-grid .product-item-info .span-sale-text + .span-new-text .span-new,
.product-listing .products-grid .product-item-info .span-sale-text + .span-new-text .span-new {
  top: 100px;
}
.page-products .products-grid .product-item-info:hover,
.product-listing .products-grid .product-item-info:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border: none !important;
  margin: 0;
}
.page-products .products-grid .product-item-info .actions-secondary,
.product-listing .products-grid .product-item-info .actions-secondary {
  position: relative;
  width: auto;
  text-align: right;
  z-index: 10;
  margin-left: auto;
}
.page-products .products-grid .product-item-info .actions-secondary .alllist,
.product-listing .products-grid .product-item-info .actions-secondary .alllist {
  position: absolute;
  right: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  top: -webkit-calc(100% + 7px);
  top: -moz-calc(100% + 7px);
  top: calc(100% + 7px);
}
.page-products .products-grid .product-item-info .actions-secondary .alllist .listvalues,
.product-listing .products-grid .product-item-info .actions-secondary .alllist .listvalues {
  width: 230px;
  background-color: #606060;
  padding: 10px;
  padding-bottom: 3px;
  margin: 0;
  list-style: none;
  border-radius: 5px;
  position: relative;
  max-height: 200px;
  overflow-y: auto;
}
.page-products .products-grid .product-item-info .actions-secondary .alllist .listvalues a,
.product-listing .products-grid .product-item-info .actions-secondary .alllist .listvalues a {
  color: #ffffff;
  font-size: 12px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.page-products .products-grid .product-item-info .actions-secondary img.hover,
.product-listing .products-grid .product-item-info .actions-secondary img.hover {
  display: none;
}
.page-products .products-grid .product-item-info .actions-secondary.disabled,
.product-listing .products-grid .product-item-info .actions-secondary.disabled {
  opacity: 0.5;
}
.page-products .products-grid .product-item-info .actions-secondary.disabled a,
.product-listing .products-grid .product-item-info .actions-secondary.disabled a {
  cursor: default;
}
.page-products .products-grid .product-item-info .actions-secondary:hover:not(.disabled):before,
.product-listing .products-grid .product-item-info .actions-secondary:hover:not(.disabled):before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 7.5px 7.5px;
  border-color: transparent transparent #606060 transparent;
  position: absolute;
  bottom: -7px;
  right: 15px;
  z-index: 999999;
  display: block;
}
.page-products .products-grid .product-item-info .actions-secondary:hover:not(.disabled) img.hover,
.product-listing .products-grid .product-item-info .actions-secondary:hover:not(.disabled) img.hover {
  display: block;
}
.page-products .products-grid .product-item-info .actions-secondary:hover:not(.disabled) img.none-hover,
.product-listing .products-grid .product-item-info .actions-secondary:hover:not(.disabled) img.none-hover {
  display: none;
}
.page-products .products-grid .product-item-info .actions-secondary:hover:not(.disabled) .alllist,
.product-listing .products-grid .product-item-info .actions-secondary:hover:not(.disabled) .alllist {
  visibility: visible;
  opacity: 1;
}
.page-products .products-grid .product-item-details,
.product-listing .products-grid .product-item-details {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-basis: 100%;
  width: 100%;
}
.page-products .products-grid .product-item-details .product-item-name,
.product-listing .products-grid .product-item-details .product-item-name {
  font-size: 16px;
  height: 65px;
  margin-bottom: 14px;
  margin-top: 18px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.page-products .products-grid .product-item-details .product-item-name .product-item-link,
.product-listing .products-grid .product-item-details .product-item-name .product-item-link {
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  color: #434342;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-products .products-grid .product-item-details .call-to-login,
.product-listing .products-grid .product-item-details .call-to-login {
  border-top: 1px solid #d2cfcd;
  border-bottom: 1px solid #d2cfcd;
  padding: 10px 0 10px 17px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding-left: 0;
  font-family: 'Manrope', sans-serif;
}
.page-products .products-grid .product-item-details .call-to-login .text-login,
.product-listing .products-grid .product-item-details .call-to-login .text-login,
.page-products .products-grid .product-item-details .call-to-login .text-register,
.product-listing .products-grid .product-item-details .call-to-login .text-register {
  color: #684093;
  font-weight: bold;
}
.page-products .products-grid .product-item-details .product-stock-detail,
.product-listing .products-grid .product-item-details .product-stock-detail {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 0 10px 10px;
  border-top: 1px solid #d2cfcd;
}
.page-products .products-grid .product-item-details .product-stock-detail .product-code,
.product-listing .products-grid .product-item-details .product-stock-detail .product-code {
  display: inline-block;
  color: #434342;
  letter-spacing: 0.4px;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  max-width: 61%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 32px;
}
.page-products .products-grid .product-item-details .product-stock-detail .product-code > b,
.product-listing .products-grid .product-item-details .product-stock-detail .product-code > b {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
}
.page-products .products-grid .product-item-details .product-stock-detail .product-stock,
.product-listing .products-grid .product-item-details .product-stock-detail .product-stock {
  padding: 6px 12px 6px 30px;
  border-radius: 20px;
  background: #f5f5f5;
  color: #000000;
  text-transform: capitalize;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
  text-align: start;
  max-width: min-content;
  white-space: nowrap;
  margin-left: auto;
}
.page-products .products-grid .product-item-details .product-stock-detail .product-stock:before,
.product-listing .products-grid .product-item-details .product-stock-detail .product-stock:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-products .products-grid .product-item-details .product-stock-detail .product-stock .stock-label,
.product-listing .products-grid .product-item-details .product-stock-detail .product-stock .stock-label {
  margin-right: 6px;
}
.page-products .products-grid .product-item-details .product-stock-detail .product-stock.available:before,
.product-listing .products-grid .product-item-details .product-stock-detail .product-stock.available:before {
  background-color: #15a33b;
}
.page-products .products-grid .product-item-details .product-stock-detail .product-stock.unavailable:before,
.product-listing .products-grid .product-item-details .product-stock-detail .product-stock.unavailable:before,
.page-products .products-grid .product-item-details .product-stock-detail .product-stock.outofstock:before,
.product-listing .products-grid .product-item-details .product-stock-detail .product-stock.outofstock:before {
  background-color: #fa7f0e;
}
.page-products .products-grid .product-item-details .product-stock-detail .product-stock.no-eta:before,
.product-listing .products-grid .product-item-details .product-stock-detail .product-stock.no-eta:before {
  background-color: red;
}
.page-products .products-grid .product-item-details .price-final_price,
.product-listing .products-grid .product-item-details .price-final_price {
  margin: 0;
}
.page-products .products-grid .product-item-actions,
.product-listing .products-grid .product-item-actions {
  border-top: 1px solid #d2cfcd;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-grow: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.page-products .products-grid .product-item-actions .grouped-option-select,
.product-listing .products-grid .product-item-actions .grouped-option-select {
  margin-bottom: 10px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #434342;
  border-radius: 5px;
  padding: 5px 25px 5px 10px;
  height: 35px;
  background: url(../images/dark-black-angle-down.png) no-repeat;
  background-position: 95% 50%;
  background-size: 14px;
}
.page-products .products-grid .product-item-actions .grouped-option-select:focus,
.product-listing .products-grid .product-item-actions .grouped-option-select:focus {
  outline: none;
}
.page-products .products-grid .product-item-actions .grouped-option-select:-moz-focusring,
.product-listing .products-grid .product-item-actions .grouped-option-select:-moz-focusring {
  outline: none;
}
.page-products .products-grid .product-item-actions .grouped-option-select option,
.product-listing .products-grid .product-item-actions .grouped-option-select option {
  font-size: 14px;
  font: -moz-pull-down-menu;
}
.page-products .products-grid .product-item-actions .final-tier-prices-list,
.product-listing .products-grid .product-item-actions .final-tier-prices-list {
  color: #5b5b5b;
  margin-bottom: 5px;
}
.page-products .products-grid .product-item-actions .final-tier-prices-list.simple-price.hide + .actions-wrapper,
.product-listing .products-grid .product-item-actions .final-tier-prices-list.simple-price.hide + .actions-wrapper {
  padding-top: 0;
  border-top: 0;
}
.page-products .products-grid .product-item-actions .final-tier-prices-list tr th,
.product-listing .products-grid .product-item-actions .final-tier-prices-list tr th {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #434342;
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: -webkit-calc(27/14);
  line-height: -moz-calc(27/14);
  line-height: calc(27/14);
}
.page-products .products-grid .product-item-actions .final-tier-prices-list tr th:first-child,
.product-listing .products-grid .product-item-actions .final-tier-prices-list tr th:first-child {
  width: 40%;
  margin-right: 1%;
}
.page-products .products-grid .product-item-actions .final-tier-prices-list tr th:last-child,
.product-listing .products-grid .product-item-actions .final-tier-prices-list tr th:last-child {
  width: 52%;
  margin-left: 1%;
}
.page-products .products-grid .product-item-actions .final-tier-prices-list tr td,
.product-listing .products-grid .product-item-actions .final-tier-prices-list tr td {
  padding: 0 10px 5px 10px;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.4px;
  color: #434342;
  line-height: -webkit-calc(20/14);
  line-height: -moz-calc(20/14);
  line-height: calc(20/14);
}
.page-products .products-grid .product-item-actions .final-tier-prices-list tr td:first-child,
.product-listing .products-grid .product-item-actions .final-tier-prices-list tr td:first-child {
  width: 40%;
  margin-right: 1%;
}
.page-products .products-grid .product-item-actions .final-tier-prices-list tr td:last-child,
.product-listing .products-grid .product-item-actions .final-tier-prices-list tr td:last-child {
  width: 52%;
  margin-left: 1%;
}
.page-products .products-grid .product-item-actions .final-tier-prices-list tr td.usually-price-title,
.product-listing .products-grid .product-item-actions .final-tier-prices-list tr td.usually-price-title,
.page-products .products-grid .product-item-actions .final-tier-prices-list tr td.usually-price-val,
.product-listing .products-grid .product-item-actions .final-tier-prices-list tr td.usually-price-val {
  text-decoration: line-through;
}
.page-products .products-grid .product-item-actions .actions-primary,
.product-listing .products-grid .product-item-actions .actions-primary {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  width: 100% !important;
}
.page-products .products-grid .product-item-actions .actions-primary.amasty-hide-price,
.product-listing .products-grid .product-item-actions .actions-primary.amasty-hide-price {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.page-products .products-grid .product-item-actions .actions-primary form.loading,
.product-listing .products-grid .product-item-actions .actions-primary form.loading {
  position: relative;
}
.page-products .products-grid .product-item-actions .actions-primary form .spacer,
.product-listing .products-grid .product-item-actions .actions-primary form .spacer {
  flex-grow: 1;
}
.page-products .products-grid .product-item-actions .qty-input-wrapper,
.product-listing .products-grid .product-item-actions .qty-input-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
}
.page-products .products-grid .product-item-actions .qty-input-wrapper label,
.product-listing .products-grid .product-item-actions .qty-input-wrapper label {
  font-size: 13px;
}
.page-products .products-grid .product-item-actions .qty-input-wrapper input.input-text,
.product-listing .products-grid .product-item-actions .qty-input-wrapper input.input-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 5px;
  border: 1px solid #707070;
  color: #434342;
  font-size: 14px;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  border-radius: 5px;
}
.page-products .products-grid .product-item-actions .qty-input-wrapper span.qty-action,
.product-listing .products-grid .product-item-actions .qty-input-wrapper span.qty-action {
  color: #684093;
  border: 1px solid #707070;
  width: 20px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}
.page-products .products-grid .product-item-actions .qty-input-wrapper span.qty-action:hover,
.product-listing .products-grid .product-item-actions .qty-input-wrapper span.qty-action:hover {
  cursor: pointer;
}
.page-products .products-grid .product-item-actions .qty-input-wrapper span.qty-action.qty-sub,
.product-listing .products-grid .product-item-actions .qty-input-wrapper span.qty-action.qty-sub {
  border-right: none;
  border-radius: 5px 0 0 5px;
}
.page-products .products-grid .product-item-actions .qty-input-wrapper span.qty-action.qty-add,
.product-listing .products-grid .product-item-actions .qty-input-wrapper span.qty-action.qty-add {
  border-left: none;
  border-radius: 0 5px 5px 0;
}
.page-products .products-grid .product-item-actions .actions-wrapper,
.product-listing .products-grid .product-item-actions .actions-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  padding-top: 15px;
  border-top: 1px solid #d2cfcd;
}
.page-products .products-grid .product-item-actions .actions-wrapper::after,
.product-listing .products-grid .product-item-actions .actions-wrapper::after {
  content: '';
  clear: both;
  display: table;
}
.page-products .products-grid .product-item-actions .actions-wrapper .primary-action .action.tocart.primary,
.product-listing .products-grid .product-item-actions .actions-wrapper .primary-action .action.tocart.primary {
  margin: 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}
.page-products .products-grid .product-item-actions .actions-wrapper .primary-action .action.tocart.primary .tocart-content,
.product-listing .products-grid .product-item-actions .actions-wrapper .primary-action .action.tocart.primary .tocart-content {
  display: inline-block;
}
.page-products .products-grid .product-item-actions .actions-wrapper .primary-action .action.tocart.primary .tocart-content img,
.product-listing .products-grid .product-item-actions .actions-wrapper .primary-action .action.tocart.primary .tocart-content img {
  display: block;
}
.page-products .products-grid .product-item-actions .qty-action.qty-actived,
.product-listing .products-grid .product-item-actions .qty-action.qty-actived {
  line-height: 1;
  color: #ffffff;
  font-size: 12px;
  display: flex !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  background: #684093;
  border-radius: 5px;
  min-width: 40px;
  cursor: pointer;
}
.page-products .products-grid .product-item-actions .qty-action.qty-actived i,
.product-listing .products-grid .product-item-actions .qty-action.qty-actived i {
  font-size: 14px;
}
.page-products .products-grid .product-item-actions .qty-action.qty-actived:hover,
.product-listing .products-grid .product-item-actions .qty-action.qty-actived:hover,
.page-products .products-grid .product-item-actions .qty-action.qty-actived:focus,
.product-listing .products-grid .product-item-actions .qty-action.qty-actived:focus {
  opacity: 0.8;
}
.page-products .products-grid .product-item-actions .qty-action.qty-actived.category-qty-add,
.product-listing .products-grid .product-item-actions .qty-action.qty-actived.category-qty-add {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-products .products-grid .product-item-actions .qty-action.qty-actived.category-qty-sub,
.product-listing .products-grid .product-item-actions .qty-action.qty-actived.category-qty-sub {
  margin-left: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-products .products-grid .product-item-photo,
.product-listing .products-grid .product-item-photo {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  position: relative;
  width: 100%;
}
@media (min-width: 1600px) {
  .page-products .products-grid .product-item-photo,
  .product-listing .products-grid .product-item-photo {
    min-height: 195px;
  }
}
.page-products .products-grid .product-image-container,
.product-listing .products-grid .product-image-container {
  height: 100%;
  position: relative;
  z-index: 3;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.page-products .products-grid .product-image-container .product-image-wrapper,
.product-listing .products-grid .product-image-container .product-image-wrapper {
  background: #ffffff;
  height: 100%;
}
.page-products .products-grid .product-image-container .product-image-photo,
.product-listing .products-grid .product-image-container .product-image-photo {
  position: static;
}
.page-products .products-grid .product-image-container.image-hover,
.product-listing .products-grid .product-image-container.image-hover {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.page-products .products-grid .product-image-container.image-hover .product-image-wrapper,
.product-listing .products-grid .product-image-container.image-hover .product-image-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}
.page-products .products-grid .product-image-container.image-hover .product-image-wrapper img,
.product-listing .products-grid .product-image-container.image-hover .product-image-wrapper img {
  max-height: calc(100% - 1px);
}
.page-products .products-grid .product-item-inner:before,
.product-listing .products-grid .product-item-inner:before {
  display: none;
}
.page-products .products-grid .product-item.click-for-price .product-item-actions .actions-primary,
.product-listing .products-grid .product-item.click-for-price .product-item-actions .actions-primary {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.page-products .products-grid .product-item.click-for-price .product-item-actions .product-tocart-form,
.product-listing .products-grid .product-item.click-for-price .product-item-actions .product-tocart-form {
  display: none;
}
.page-products .products-grid .product-item.click-for-price .product-item-actions .action.click-for-price,
.product-listing .products-grid .product-item.click-for-price .product-item-actions .action.click-for-price {
  background-color: #684093;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  height: 40px;
  padding: 8px 13px;
  position: relative;
  text-transform: uppercase;
}
.page-products .products-grid .product-item.click-for-price .product-item-actions .action.click-for-price::after,
.product-listing .products-grid .product-item.click-for-price .product-item-actions .action.click-for-price::after {
  background: url('../images/loader-2.gif') center no-repeat;
  background-size: contain;
  content: '';
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page-products .products-grid .product-item.click-for-price .product-item-actions .action.click-for-price.loading,
.product-listing .products-grid .product-item.click-for-price .product-item-actions .action.click-for-price.loading {
  font-size: 0;
}
.page-products .products-grid .product-item.click-for-price .product-item-actions .action.click-for-price.loading::after,
.product-listing .products-grid .product-item.click-for-price .product-item-actions .action.click-for-price.loading::after {
  display: block;
}
.project_development .call-to-login {
  display: none;
}
.catalog-category-view .message.info {
  font-family: 'Manrope', sans-serif;
}
.amhideprice-fields-container .field {
  margin-top: 15px;
}
.amhideprice-fields-container .action.primary {
  margin-top: 25px;
  width: auto;
  padding: 0 25px;
  white-space: nowrap;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  height: 45px;
  text-transform: unset;
  font-size: 20px;
  line-height: 27px;
  background-color: #684093;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
}
.catalog-category-view ol.product-items li.product-item form.product-tocart-form {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-direction: column;
}
.catalog-category-view ol.product-items li.product-item form.product-tocart-form .grouped-option-select {
  order: 0;
}
.catalog-category-view ol.product-items li.product-item form.product-tocart-form .spacer {
  order: 1;
}
.catalog-category-view ol.product-items li.product-item form.product-tocart-form .product-additional-info {
  order: 1;
  padding: 20px 10px 10px;
}
.catalog-category-view ol.product-items li.product-item form.product-tocart-form .final-tier-prices-list {
  order: 2;
}
.catalog-category-view ol.product-items li.product-item form.product-tocart-form .actions-wrapper {
  order: 3;
}
/* Override style-l.css */
.product-item-actions .actions-secondary > .action {
  width: auto;
}
@media screen and (min-width: 1800px) {
  .catalog-category-view .mfp-iframe-holder .mfp-content {
    max-width: 1600px !important;
  }
}
@media all and (min-width: 1024px), print {
  .page-products .products-grid .product-item {
    padding: 0;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
}
@media all and (min-width: 768px), print {
  .page-products .reviews-in-category {
    float: left;
    display: block;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }
  .page-products .reviews-in-category .title-reviews-category {
    color: #684093;
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 6rem;
    font-weight: 700;
    line-height: -webkit-calc(24/18);
    line-height: -moz-calc(24/18);
    line-height: calc(24/18);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
}
@media all and (min-width: 640px) {
  .product-item-actions .actions-primary .actions-secondary > .action {
    width: auto;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner {
    position: static;
    height: auto;
    width: auto;
    box-shadow: none;
    margin: 0;
    border: 0;
    padding: 0;
  }
}
/* */
/* Responsive */
@media all and (max-width: 767px) {
  .page-products .products-grid .product-item.image-hover .product-item-info .product-image-container.image-hover {
    display: none;
  }
  .page-products .products-grid .product-item.image-hover .product-item-info:hover .product-image-container {
    opacity: 1;
  }
}
/* Responsive */
@media all and (max-width: 639px) {
  .utils-action[id*='utils-quick-view'],
  .utils-action[id*='utils-watch-video'] {
    padding: 0 !important;
  }
  .page-products .products-grid .product-item {
    margin-bottom: 20px;
  }
  .page-products .products-grid .product-item-details .product-item-name .product-item-link {
    min-height: 48px;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 1600px) {
  body.page-products .products-grid .product-item {
    width: -webkit-calc((100% - 8%)/5);
    width: -moz-calc((100% - 8%)/5);
    width: calc((100% - 8%)/5);
  }
  body.page-products .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
}
body.page-products .products-grid .product-item-actions .actions-primary form.loading:after,
body.page-products .products-grid .product-item-actions .actions-primary form.loading:before {
  display: none;
}
@media (min-width: 575px) and (max-width: 990px) {
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: -webkit-calc((100% - 2%)/2);
    width: -moz-calc((100% - 2%)/2);
    width: calc((100% - 2%)/2);
  }
  .page-products .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media all and (max-width: 574px) {
  .page-products .products-grid .product-item {
    width: 100%;
    margin-left: 0;
  }
}
/* */
/* Helper classes */
.flex-right {
  margin-left: auto;
}
.bottom-red-dash {
  position: relative;
}
.bottom-red-dash::before {
  content: '';
  height: 3px;
  width: 64px;
  position: absolute;
  bottom: -20px;
  background: #684093;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
/* */
/* Hard fixes */
.bss-quickview + .bss-quickview {
  display: none;
}
.catalog-category-view .page-title-wrapper.bottom {
  margin-bottom: 30px;
}
.catalog-category-view .page-title-wrapper.bottom.cate-img-empty {
  margin-bottom: 20px;
}
.catalog-category-view .mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1050px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.catalog-category-view .mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.catalog-category-view .mfp-iframe-scaler iframe {
  opacity: 1 !important;
  background: url(../images/loader_red.svg) no-repeat scroll center center #ffffff !important;
  background-size: 50px 50px;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.catalog-category-view .mfp-preloader {
  display: none !important;
}
.catalog-category-view .mfp-iframe-holder .mfp-close {
  top: 0px;
  background: #684093;
  right: 0;
  line-height: 44px;
  font-size: 35px;
  padding: 0;
  width: 50px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}
#confirmBox {
  background: #ffffff;
  padding: 0 15px;
  text-align: center;
}
#confirmBox .amcart-confirm-buttons button:hover,
#confirmBox .amcart-confirm-buttons button:focus {
  background-color: #684093;
  color: #ffffff;
}
#confirmBox > .cross {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #15a33b;
}
#confirmBox .am-description {
  display: none;
}
#confirmBox .amcart-product-notice {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
#confirmBox .ampage-top-info {
  width: 100%;
  padding-right: 0;
}
#confirmBox .ampage-top-info .am-title {
  margin-bottom: 0;
  text-transform: inherit;
  padding-right: 15px;
  line-height: 24px;
  font: 700 24px/24px 'Gotham-Bold', sans-serif;
  color: #2f3132;
  padding-right: 0;
}
#confirmBox .am-photo-container {
  display: none;
}
#confirmBox .ampage-bottom-info {
  width: 100%;
  padding-right: 0;
}
#confirmBox .ampage-bottom-info .product-add-form {
  padding-top: 0;
}
#confirmBox .ampage-bottom-info h2 {
  font-size: 20px;
}
#confirmBox .amcart-confirm-buttons {
  display: none;
}
.bss_quickview-catalog_product-view .product-video-btn {
  display: none;
}
.bss_quickview-catalog_product-view h1 {
  font-size: 28px;
  line-height: 32px;
}
.row-galley .page-title {
  font-size: 12px;
  font-weight: 500;
  color: #bbbdc2;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-top: 0.0625rem solid #d1d3d4;
  padding: 25px 0 0;
  margin-top: 25px;
}
.row-galley ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.row-galley ul li {
  display: inline-block;
  line-height: 0;
  margin-top: 10px;
}
.row-galley ul li a i {
  white-space: nowrap;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  padding: 11px;
  border-radius: 50%;
  border: 1px solid #d1d3d4;
  margin: 0 7px 0 0;
  overflow: hidden;
  color: #001231;
  transition: all 0.35s ease-out;
  text-align: center;
  line-height: 16px;
}
.row-galley ul li a .fab.fa-facebook-f:hover {
  background-color: #365899;
  color: #ffffff;
  border-color: #365899;
}
.row-galley ul li a .fab.fa-linkedin-in:hover {
  background-color: #5f7ea0;
  color: #ffffff;
  border-color: #5f7ea0;
}
.row-galley ul li a .fab.fa-twitter:hover {
  background-color: #00a8ec;
  color: #ffffff;
  border-color: #00a8ec;
}
.row-galley ul li a .fab.fa-google-plus-g:hover {
  background-color: #684093;
  color: #ffffff;
  border-color: #684093;
}
.reviews-project-development .products-grid.owl-carousel-related .products .owl-nav button span {
  display: none !important;
}
.reviews-project-development #widget {
  display: none;
}
.reviews-project-development .product-item-details .price-final_price,
.reviews-project-development .product-item-details a {
  display: none;
}
.reviews-project-development .product-item-details {
  display: block;
  margin: 0;
  text-align: left;
}
.reviews-project-development .product-item-name {
  color: #ffffff;
  bottom: 0px;
  min-height: inherit;
  left: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.65s;
  font-weight: 200;
  padding: 20px 15px;
  font-size: 20px;
  position: absolute;
  width: 100%;
  display: inline-block;
  z-index: 9;
  margin-left: 0 !important;
}
.reviews-project-development .product-item-link {
  color: #ffffff !important;
  display: block;
}
.reviews-project-development .product-image-container {
  width: 100% !important;
  max-width: 100% !important;
}
.reviews-project-development .product-image-container .product-image-wrapper {
  padding-bottom: 0 !important;
  min-height: 250px;
}
.reviews-project-development .product-image-container .product-image-wrapper img {
  width: 390px;
  max-width: 390px;
}
.project-page .more {
  display: none !important;
}
.project-page .column > .breadcrumbs {
  display: none;
}
.project-page .short_description_content {
  height: auto !important;
}
.project-page .product-info-main .page-title,
.project-page .product-info-main .final-price-block,
.project-page .product-info-main .stock-status {
  display: none;
}
.project-page .product-info-main .shipping-date-estimate,
.project-page .product-info-main .box-tocart {
  display: none;
}
.project-page .product-info-main .product.attribute.overview p {
  color: #636363;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.037em;
  font-family: 'Gotham-Book', sans-serif !important;
}
.project-page .product-info-main .product_short_description {
  border-top: none;
}
.project-page .project-top-content ol li {
  list-style-type: none;
}
.project-page .project-top-content .owl-item.active:nth-child(n + 1) {
  display: none;
}
.project-page .project-top-content .owl-carousel .owl-item img {
  height: 691px;
  object-fit: cover;
}
.project-page .project-top-content .owl-prev {
  width: 50px;
  height: 50px;
  background: #ffffff !important;
  position: absolute;
  left: 100px;
  top: 50%;
  text-align: center;
  font-size: 35px !important;
  line-height: 48px !important;
  border-radius: 50%;
}
.project-page .project-top-content .owl-next {
  width: 50px;
  height: 50px;
  background: #ffffff !important;
  position: absolute;
  right: 100px;
  top: 50%;
  text-align: center;
  font-size: 35px !important;
  line-height: 48px !important;
  border-radius: 50%;
}
.project-page .project-top-content .owl-stage-outer {
  position: relative;
}
.project-page .product_short_description .short_description_content.product.attribute.overview ul {
  padding-left: 0px !important;
}
@media screen and (min-width: 768px) {
  .page-layout-1column .project-page .product.media {
    width: 33.33%;
    padding: 20px 60px;
  }
  .project-page .product-info-main {
    width: 66.66666667%;
  }
  .project-page .more-infomation {
    display: table;
    height: 312.5px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .project-page .more-infomation .main-infor {
    display: table-cell;
    background: #684093;
    text-align: center;
    vertical-align: middle;
    font-size: 36px;
    color: #ffffff;
    font-weight: lighter;
    margin: 0;
  }
  .project-page .more-infomation a.project {
    font-size: 36px;
    color: #ffffff;
    font-weight: lighter;
    margin: 0;
  }
  .project-page .more-infomation a.btn-more-infor {
    margin: 10px 60px;
    display: inline-block;
    min-width: 270px;
    font-size: 24px;
    line-height: 70px;
    background: #ffffff;
    color: #684093;
    text-decoration: none;
    font-weight: 500;
    padding: 0 30px;
    max-width: 30px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
  }
  .project-page .more-infomation a.btn-more-infor:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .project-page .title-project-development h1 {
    padding: 40px 118px 40px 58px;
    font-size: 74px;
    margin-bottom: 0;
    text-transform: none;
    color: #684093;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 767px) {
  .project-page .column.main {
    order: 0;
  }
  .project-page .custom-product-details {
    order: 1;
  }
  .project-page .product-info-main {
    order: 1;
  }
  .project-page .product.media {
    order: 2;
  }
  .project-page .breacumbs {
    display: none;
  }
  .project-page .project-top-content .owl-carousel-products {
    order: 1;
  }
  .project-page .project-top-content .title-project-development {
    order: 0;
  }
  .project-page .project-top-content .owl-carousel {
    padding-left: 0;
  }
  .project-page .project-top-content .owl-carousel .owl-item img {
    height: 300px;
  }
  .project-page .project-top-content .owl-next {
    right: 0;
  }
  .project-page .project-top-content .owl-prev {
    left: 0;
  }
  .project-page .more-infomation {
    background: red;
    padding: 50px;
    color: white;
    margin-top: 50px;
    margin-left: -15px;
  }
  .project-page .more-infomation .main-infor a {
    color: #ffffff;
  }
  .project-page .more-infomation .main-infor .btn-more-infor {
    margin: 10px 60px;
    display: inline-block;
    min-width: 120px;
    font-size: 14px;
    line-height: 18px;
    background: #ffffff;
    color: #684093;
    text-decoration: none;
    font-weight: 500;
    padding: 15px 30px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
  }
}
.product-listing .products-grid .product-item-details .call-to-login {
  border: none;
  margin-bottom: 10px;
}
.catalog-product-view.page-product-grouped .productquickinfo .productquickinfo-top .product-code {
  display: none;
}
.catalog-product-view .products-related .owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form {
  padding-top: 0;
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1.34px solid #e6e6e6;
  width: 100%;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart button.action.tocart,
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .amasty-hide-price-container {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart button.amquote-addto-button {
  margin-right: 0;
  margin-left: 15px;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty {
  -ms-flex-order: -2;
  -webkit-order: -2;
  order: -2;
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .mage-error.amcart-error {
  display: none;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty {
  width: 130px;
  height: 56px;
  padding: 5px;
  font-size: 19px;
  text-align: center;
  border-radius: 5px;
  border: 0.5px solid #767676;
  color: #000000;
  font-family: 'Manrope', sans-serif;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty.mage-error {
  color: #eb2027;
  border-color: #eb2027;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .minus-qty,
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .plus-qty {
  position: absolute;
  cursor: pointer;
  text-align: center;
  color: #000000;
  font-size: 18px;
  font-family: 'Manrope', sans-serif;
  width: 28%;
  line-height: 56px;
  top: 56px;
  height: 56px;
  transform: translateY(-100%);
  border-color: #767676;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .minus-qty {
  left: 0;
  border-right: 1px solid;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .plus-qty {
  right: 0;
  border-left: 1px solid;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty.mage-error {
  margin-bottom: 24px;
  border: 1px solid #767676;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty + .mage-error {
  position: absolute;
  top: calc(100% - 20px);
  width: auto;
  white-space: nowrap;
}
.catalog-product-view .table-price-simple {
  border-bottom: 1.34px solid #e6e6e6;
  color: #525252;
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.catalog-product-view .table-price-simple table.fixed-column {
  table-layout: fixed;
}
.catalog-product-view .table-price-simple table > thead > tr > th {
  color: #000000;
  font: 600 15px/20.5px 'Manrope', sans-serif;
  padding: 0 0 2px;
}
.catalog-product-view .table-price-simple table > tbody > tr > td {
  color: #000000;
  border: none;
  font: 400 14px/28px 'Manrope', sans-serif;
  padding: 0;
}
.catalog-product-view .table-price-simple table > tbody > tr > td.usually-price-title,
.catalog-product-view .table-price-simple table > tbody > tr > td.usually-price-val {
  color: #684093;
  text-decoration: line-through;
}
.catalog-product-view .column.main {
  padding-bottom: 0;
}
.catalog-product-view .column.main .block.related {
  margin-bottom: 0;
  padding: 0 35px;
  clear: both;
}
@media (max-width: 1199px) {
  .catalog-product-view .column.main .block.related {
    padding: 0;
  }
}
.catalog-product-view .column.main .block.related .products {
  margin: 0;
}
@media (min-width: 768px) {
  .catalog-product-view .column.main .block.related .products {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767.8px) {
  .catalog-product-view .column.main .block.related .products {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.catalog-product-view .column.main .block.related .products .owl-nav button {
  height: auto;
}
.catalog-product-view .column.main .block.related .products .owl-dots {
  display: none;
}
.catalog-product-view .product.media {
  margin-bottom: 0;
}
.catalog-product-view .ordering-options-product-custom .unavailable-login {
  position: relative;
}
.catalog-product-view .ordering-options-product-custom .unavailable-login:before,
.catalog-product-view .ordering-options-product-custom .unavailable-login:after {
  content: '';
  height: 1px;
  width: calc((100% - 400px)/2);
  background-color: #684093;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.catalog-product-view .ordering-options-product-custom .unavailable-login:before {
  left: 0;
}
.catalog-product-view .ordering-options-product-custom .unavailable-login:after {
  right: 0;
}
.catalog-product-view .call-to-login {
  display: inline-block;
  font-family: 'Gotham-Light', sans-serif;
  color: #5b5b5b;
  line-height: 27.31px;
  font-size: 19px;
}
.catalog-product-view .call-to-login.call-to-login-mb {
  display: none;
}
.catalog-product-view .call-to-login a {
  color: #684093;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 19px;
  text-transform: capitalize;
}
.catalog-product-view .block.related .product-item-details > a {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: none;
}
.catalog-product-view .block.related.product-listing .product-items .product-item-info {
  margin: 2px;
  width: calc(100% - 4px);
}
.catalog-product-view .CombinedWidget.reviews-combined-widget .ListContent {
  display: block;
}
.catalog-product-view .author__heading {
  margin-bottom: 10px;
}
.catalog-product-view .CombinedWidget.reviews-combined-widget * {
  font-family: 'Gotham-Light', sans-serif;
}
.catalog-product-view .RatingStars.RatingStars--small + div {
  display: none;
}
.catalog-product-view .product-details-review {
  border-bottom: 1px solid #cccccc;
  clear: both;
}
.catalog-product-view .product-details-review > h3 {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #525252;
  font-weight: 400;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.catalog-product-view .product-details-review > h3 img {
  padding-right: 15px;
}
.catalog-product-view .product-details-reviews #ReviewsWidget .ElementsWidget__list .R-TextBody > .u-marginTop--xs {
  text-decoration: underline;
  cursor: pointer;
}
.catalog-product-view .overview-product {
  padding-bottom: 90px;
}
.catalog-product-view .breadcrumbs,
.catalog-product-view .breacumbs {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.catalog-product-view .breadcrumbs .items,
.catalog-product-view .breacumbs .items {
  font-family: 'Manrope', sans-serif;
  font-size: 0;
}
.catalog-product-view .breadcrumbs .items .item,
.catalog-product-view .breacumbs .items .item {
  display: inline-block;
  text-decoration: none;
}
.catalog-product-view .breadcrumbs .items .item:not(:last-child):after,
.catalog-product-view .breacumbs .items .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 6px 10px 0 !important;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .breadcrumbs .items .item a,
.catalog-product-view .breacumbs .items .item a {
  font-weight: 400;
  font-size: 14px;
  color: #525252;
  line-height: 27px;
  text-transform: capitalize;
}
.catalog-product-view .breadcrumbs .items .item strong,
.catalog-product-view .breacumbs .items .item strong {
  font-weight: 400;
  font-size: 14px;
  color: #525252;
  line-height: 27px;
  text-transform: capitalize;
}
.catalog-product-view .section-builder .add-new-block button {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  padding: 0px 20px;
  color: #ffffff;
}
.catalog-product-view .section-builder .add-new-block button:hover {
  color: #ffffff;
}
.catalog-product-view.bss_quickview-catalog_product-view .product-media.fullscreen {
  position: static;
}
.catalog-product-view.bss_quickview-catalog_product-view .product-media.fullscreen .close-popup-btn {
  display: none;
}
.catalog-product-view.bss_quickview-catalog_product-view .product-media.fullscreen .product-gallery-thumbs {
  display: block;
}
.catalog-product-view.bss_quickview-catalog_product-view .product-media.fullscreen .product-gallery .owl-item .gallery-item img {
  max-height: 500px;
}
.catalog-product-view.bss_quickview-catalog_product-view .product-media.fullscreen .product_view_brand {
  padding: 3px 12px;
}
.catalog-product-view .page-wrapper {
  overflow: hidden;
}
.catalog-product-view .product-info-main .product-info-price {
  border-bottom: none;
}
.catalog-product-view .product-info-main .product_description {
  position: relative;
  overflow: hidden;
  clear: both;
}
.catalog-product-view .product-info-main .product_description .more {
  display: none;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: capitalize;
}
.catalog-product-view .product-info-main .product_description .more #loadMore {
  color: #684093;
  cursor: pointer;
  display: inline-block;
}
.catalog-product-view .product-info-main .product_description .more #loadMore:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  padding-left: 10px;
  font-size: 20px;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product_description .more #showLess {
  display: none;
  color: #684093;
  cursor: pointer;
}
.catalog-product-view .product-info-main .product_description .more #showLess:after {
  content: '\f077';
  font-family: 'Font Awesome 5 Pro';
  padding-left: 10px;
  font-size: 20px;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product_description.show-more .more {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  text-align: right;
}
.catalog-product-view .product-info-main .product_description.show-less .more {
  display: block;
  position: static;
  background: #ffffff;
  width: 100%;
  text-align: right;
}
.catalog-product-view .product-info-main .product_description.show-less .more #loadMore {
  display: none;
}
.catalog-product-view .product-info-main .product_description.show-less .more #showLess {
  display: inline-block;
}
.catalog-product-view .product-info-main div.login-signup {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
.catalog-product-view .product-info-main div.login-signup a {
  color: #684093;
  text-decoration: underline;
}
.catalog-product-view .product-info-main .product-video-btn .wistia_click_to_play {
  width: auto !important;
  height: auto !important;
}
.catalog-product-view .product-info-main .product-video-btn .utils-action.wistia_popup {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-info-main .product-video-btn .utils-icon {
  display: inline-block;
  line-height: 1;
  font-size: 0;
  padding-right: 5px;
}
.catalog-product-view .product-info-main .product-video-btn .utils-icon img {
  width: 27px;
}
.catalog-product-view .product-info-main .product-video-btn .utils-text {
  font-size: 18px;
  line-height: 27.31px;
  color: #000000;
  font-family: 'Gotham-Light', sans-serif;
  display: inline-block;
}
.catalog-product-view .product-stock {
  padding: 6px 12px 6px 30px;
  border-radius: 20px;
  background: #f5f5f5;
  color: #000000;
  text-transform: capitalize;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
  text-align: start;
  max-width: min-content;
  white-space: nowrap;
  margin: 0 auto;
}
.catalog-product-view .product-stock:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.catalog-product-view .product-stock .stock-label {
  margin-right: 6px;
}
.catalog-product-view .product-stock.available:before {
  background-color: #15a33b;
}
.catalog-product-view .product-stock.unavailable:before,
.catalog-product-view .product-stock.outofstock:before {
  background-color: #fa7f0e;
}
.catalog-product-view .product-stock.no-eta:before {
  background-color: red;
}
.catalog-product-view .product_description {
  padding-top: 10px;
  margin-bottom: 0;
  max-width: 600px;
}
.catalog-product-view .product_description .description_title {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  color: #684093;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  display: none;
}
.catalog-product-view .product_description .description_content.product.attribute.overview {
  margin: 0;
}
.catalog-product-view .product_description .description_content.product.attribute.overview ul {
  padding-left: 35px;
  list-style: none;
  margin: 0;
}
.catalog-product-view .product_description .description_content.product.attribute.overview ul li {
  position: relative;
  padding: 0;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 18px;
  color: #525252;
  line-height: 35px;
  margin: 0;
}
.catalog-product-view .product_description .description_content.product.attribute.overview ul li:before {
  content: '\f111';
  color: #684093;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 8px;
  position: absolute;
  left: -34px;
  top: 0;
}
.catalog-product-view .product_description .description_content.product.attribute.overview > p:first-child {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 24px;
  line-height: 50px;
  font-weight: 700;
  color: #684093;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
.catalog-product-view .product_description .description_content.product.attribute.overview p {
  font-size: 19px;
  font-family: 'Gotham-Bold', sans-serif;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan {
  padding: 20px 0;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2f2f2f;
  column-gap: 6px;
  font-size: 13px;
  line-height: 18px;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .mgz-element-inner > .inner-content.mgz-container {
  display: flex;
  gap: 0 10px;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .mgz-element-inner > .inner-content.mgz-container:before,
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .mgz-element-inner > .inner-content.mgz-container:after {
  display: none;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .mgz-element-inner:before,
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .mgz-element:before,
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .mgz-element-inner:after,
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .mgz-element:after {
  display: none;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .inner-content .mgz-element-column p:before {
  display: inline-block;
  content: '';
  height: 24px;
  min-width: 24px;
  max-width: 24px;
  width: 24px;
  border-radius: 50%;
  background-image: url('../images/check-icon-green.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.06);
}
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .short-title h3.mgz-element-heading-text {
  font-size: 16px;
  font-weight: 700;
  color: #684093;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: 'Manrope', sans-serif;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .short-title .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .short-description .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .short-description ul li {
  line-height: 22px;
}
.catalog-product-view .hidden-detail {
  display: none;
}
.catalog-product-view .product-media .counter {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 20px;
  color: #020202;
  text-align: center;
  padding: 20px 0;
}
.catalog-product-view .product-media .counter span {
  color: #b2b4b7;
}
.catalog-product-view #question-answers-product h3 {
  padding-bottom: 20px;
}
.catalog-product-view #question-answers-product h3 i {
  color: #684093;
  margin-right: 10px;
  font-size: 42px;
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view #question-answers-product h3 span {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view #session_specifications_manuals .attribute-custom-block {
  padding: 30px 15px 0 30px;
}
.catalog-product-view #session_specifications_manuals .attribute-custom-block .attribute-item {
  width: calc(100% / 3);
  float: left;
}
.catalog-product-view .custom-product-details {
  clear: both;
}
.catalog-product-view .custom-product-details .product_tab_title_block.list-tab {
  margin-top: 0;
}
.catalog-product-view .custom-product-details .product_tab_title_block.list-tab ul {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 0;
}
.catalog-product-view .custom-product-details .product_tab_title_block.list-tab ul li {
  float: none;
  font-size: 20px;
  padding-left: 0;
  font-weight: 300;
  list-style-type: none;
  width: 100%;
  margin: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-family: 'Gotham-Light', sans-serif;
  text-align: center;
  padding: 0;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-product-view .custom-product-details .product_tab_title_block.list-tab ul li a {
  position: relative;
  color: #535352;
}
.catalog-product-view .custom-product-details .product_tab_title_block.list-tab ul li.active {
  border-bottom: 3px solid #684093;
}
.catalog-product-view .custom-product-details .mgs-accordion {
  border-bottom: 1px solid #a8a8a8;
}
.catalog-product-view .custom-product-details .mgs-accordion .accordion-title {
  border-top: 1px solid #a8a8a8;
  padding: 13px 0;
  padding-right: 24px;
  line-height: 20px;
  margin: 0;
  display: block;
  height: auto;
  font-weight: 600;
  font-size: 16px;
  background: transparent;
}
.catalog-product-view .custom-product-details .mgs-accordion .accordion-title:before {
  content: '\f067';
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  line-height: 20px;
  top: 50%;
  font-weight: 300;
  font-size: 18px;
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Pro';
}
.catalog-product-view .custom-product-details .mgs-accordion .accordion-title.ui-state-active:before {
  content: '\f068';
}
.catalog-product-view .custom-product-details .mgs-accordion .accordion-content {
  border: none;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.catalog-product-view .custom-product-details .mgs-accordion .accordion-content i.fa-check {
  color: #684093;
}
.catalog-product-view .products-grid.owl-carousel-related .product-item {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.catalog-product-view .products-grid.owl-carousel-related .products {
  margin-bottom: 0;
}
.catalog-product-view .products-grid.owl-carousel-related .products .owl-nav button span {
  position: absolute;
  top: 40%;
  display: block;
  width: 0;
  height: 0;
}
.catalog-product-view .products-grid.owl-carousel-related .products .owl-nav button span.nav-pre {
  left: -40px;
}
@media (min-width: 768px) {
  .catalog-product-view .products-grid.owl-carousel-related .products .owl-nav button span.nav-pre {
    background-image: url(../images/navpre2.svg);
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
  }
}
.catalog-product-view .products-grid.owl-carousel-related .products .owl-nav button span.nav-next {
  right: -40px;
}
@media (min-width: 768px) {
  .catalog-product-view .products-grid.owl-carousel-related .products .owl-nav button span.nav-next {
    background-image: url(../images/navnext2.svg);
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
  }
}
.catalog-product-view .final-price-block p {
  display: flex;
  align-items: center;
}
.catalog-product-view .final-price-block p.from-text {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Gotham-Book', sans-serif;
  display: block;
}
.catalog-product-view .final-price-block .final-price-value {
  font-size: 30px;
  font-family: 'Gotham-Bold', sans-serif;
  margin-right: 15px;
}
.catalog-product-view .final-price-block .final-best-price-guarantee {
  color: #179dda;
}
.catalog-product-view .final-price-block .final-best-price-guarantee span {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .final-price-block .final-best-price-guarantee img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.catalog-product-view .shipping-tooltip {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.catalog-product-view .shipping-tooltip .shipping-tooltip-content {
  visibility: hidden;
  position: absolute;
  width: 228px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 7px;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  bottom: 115%;
  right: 0;
  transition: opacity 0.6s;
  font-family: 'Gotham-Book', sans-serif;
  z-index: 99;
}
.catalog-product-view .shipping-tooltip .shipping-tooltip-content p {
  color: #ffffff;
  font-family: 'Gotham-Book', sans-serif;
  margin-bottom: 0;
  font-size: 12px;
}
.catalog-product-view .shipping-tooltip .shipping-tooltip-content:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 21px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555555 transparent transparent transparent;
}
.catalog-product-view .shipping-tooltip:hover .shipping-tooltip-content {
  visibility: visible;
  opacity: 1;
}
.catalog-product-view .product-mb-acr h3 i {
  color: #684093;
  margin-right: 10px;
  font-size: 42px;
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .product-mb-acr h3 span {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .product-mb-acr {
  position: relative;
  background: #f3f3f3;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .catalog-product-view .product-mb-acr {
    border-top: 2px solid #5a5a5a;
    margin-top: -2px;
  }
}
.catalog-product-view .product-mb-acr.ordering-options-product {
  border-top: none;
  margin-top: 0;
}
.catalog-product-view .product-mb-acr:before {
  content: '';
  background: #f3f3f3;
  position: absolute;
  right: 100%;
  left: auto;
  top: 0;
  width: 1000px;
  height: 100%;
}
.catalog-product-view .product-mb-acr:after {
  content: '';
  background: #f3f3f3;
  position: absolute;
  right: auto;
  left: 100%;
  top: 0;
  width: 1000px;
  height: 100%;
}
.catalog-product-view .product-mb-acr h3 {
  margin: 0;
  padding-top: 20px;
}
.catalog-product-view .product-mb-acr .CombinedWidget.reviews-combined-widget {
  margin-bottom: 0 !important;
  padding: 0 15px !important;
}
.catalog-product-view .close-popup-btn {
  display: none;
}
.catalog-product-view .product-media {
  background: #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  .catalog-product-view .product-media {
    max-width: 100%;
  }
}
.catalog-product-view .product-media .product-gallery.owl-carousel {
  display: block;
}
.catalog-product-view .product-media .product-gallery .owl-nav {
  margin: 0;
}
.catalog-product-view .product-media .gallery-item._block-content-loading:not(:first-child) {
  display: none;
}
.catalog-product-view .product-media .owl-loaded .gallery-item._block-content-loading {
  display: block;
}
.catalog-product-view .product-media .product_view_brand {
  max-width: 270px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  overflow: auto;
  padding: 3px 12px;
}
.catalog-product-view .product-media .product_view_brand img {
  display: block;
}
.catalog-product-view .product-media .product-view-labels .product-label {
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  overflow: auto;
}
.catalog-product-view .product-media .product-view-labels .product-label img {
  max-height: 30px;
  width: auto;
}
.catalog-product-view .product-media .product-view-labels .product-label .cls-4 {
  fill: #684093;
}
.catalog-product-view .product-media .product-view-labels .product-label.span-seller {
  width: 100px;
}
.catalog-product-view .product-media .product-view-labels .product-label.span-popular-choice {
  width: 150px;
}
.catalog-product-view .product-media .product-view-labels .product-label.span-popular-choice.position-2 {
  top: 34px;
}
.catalog-product-view .product-media .product-view-labels .product-label.span-popular-choice.position-3 {
  top: 69px;
}
.catalog-product-view .product-media .product-view-labels .product-label.span-eofysale {
  top: 68px;
  display: none;
}
.catalog-product-view .product-media .product-view-labels .product-label.span-eofysale .cls-4 {
  fill: #15a33b;
}
.catalog-product-view .product-media .product-view-labels .span-seller-text + .span-sale-text .span-sale {
  top: 34px;
}
.catalog-product-view .product-media .product-view-labels .span-sale-text + .span-new-text .span-new {
  top: 34px;
}
.catalog-product-view .product-media.fullscreen {
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  position: fixed;
  text-align: center;
  overflow-y: auto;
  background: #ffffff;
  max-width: 100%;
  margin-top: 0;
}
.catalog-product-view .product-media.fullscreen .product-gallery .owl-item .gallery-item img {
  max-height: 800px;
  width: auto;
  margin: 0 auto;
}
.catalog-product-view .product-media.fullscreen .product_view_brand {
  padding: 15px;
}
.catalog-product-view .product-media.fullscreen .product-gallery-thumbs {
  display: none;
}
.catalog-product-view .product-media.fullscreen .close-popup-btn {
  position: fixed;
  display: block;
  top: 10px;
  left: auto;
  right: 10px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999999;
  color: #ffffff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}
.catalog-product-view .stock-item .stock .fa {
  font-size: 24px;
  font-weight: 300;
  color: #008000;
}
.catalog-product-view .stock-item .stock.unavailable .fa {
  color: #990000;
}
.catalog-product-view .product-gallery {
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 767px) {
  .catalog-product-view .product-gallery {
    max-width: 100%;
  }
}
.catalog-product-view .product-gallery .owl-stage-outer {
  height: 100%;
}
.catalog-product-view .product-gallery .owl-stage-outer .owl-stage {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-gallery .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
.catalog-product-view .product-gallery .owl-nav button.owl-next {
  right: 0;
}
.catalog-product-view .product-gallery .owl-nav button.owl-next:hover {
  background-color: transparent;
}
.catalog-product-view .product-gallery .owl-nav button.owl-prev {
  left: 0;
}
.catalog-product-view .product-gallery .owl-nav button.owl-prev:hover {
  background-color: transparent;
}
.catalog-product-view .product-gallery .owl-nav button i {
  color: #684093;
  font-size: 50px;
  font-weight: 300;
}
.catalog-product-view .product-gallery .owl-item {
  height: 100%;
}
.catalog-product-view .product-gallery .owl-item .gallery-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-gallery .owl-item .gallery-item img {
  max-height: 500px;
  width: auto;
}
.catalog-product-view .product-gallery-thumbs {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-gallery-thumbs {
    max-width: 100%;
  }
}
.catalog-product-view .product-gallery-thumbs .owl-item {
  border: 1px solid #dedede;
}
.catalog-product-view .product-gallery-thumbs .owl-item.current {
  border: 1px solid #684093;
}
.catalog-product-view .product-gallery-thumbs .owl-item .gallery-thumbs-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .catalog-product-view .product-gallery-thumbs .owl-item .gallery-thumbs-item {
    min-height: 70px;
  }
}
.catalog-product-view .product-gallery-thumbs .owl-item img {
  max-height: 70px;
  width: auto;
}
.catalog-product-view .product-gallery-thumbs .owl-stage {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.catalog-product-view .product-gallery-thumbs .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-gallery-thumbs .owl-nav button.owl-next {
  right: -40px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #684093;
  color: #ffffff;
}
@media (max-width: 767px) {
  .catalog-product-view .product-gallery-thumbs .owl-nav button.owl-next {
    right: -13px;
  }
}
.catalog-product-view .product-gallery-thumbs .owl-nav button.owl-prev {
  left: -40px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  background: #684093;
  color: #ffffff;
}
@media (max-width: 767px) {
  .catalog-product-view .product-gallery-thumbs .owl-nav button.owl-prev {
    left: -13px;
  }
}
.catalog-product-view .product-gallery-thumbs .owl-nav button.disabled {
  opacity: 0.3;
}
.catalog-product-view .product-gallery-thumbs .owl-nav button i {
  font-size: 20px;
  font-weight: 300;
}
.catalog-product-view .product-gallery-thumbs .owl-dots {
  display: none;
}
.catalog-product-view .video-productpage {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .catalog-product-view .video-productpage {
    margin: 0;
  }
}
.catalog-product-view .video-productpage .wistia-title {
  font-size: 18px;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 20px;
}
.catalog-product-view .video-productpage .list-video-productpage.list-videos {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .catalog-product-view .video-productpage .list-video-productpage.list-videos {
    width: calc(50% - 10px);
    float: left;
    padding: 0;
    margin-right: 20px;
  }
  .catalog-product-view .video-productpage .list-video-productpage.list-videos:nth-child(2n) {
    margin-right: 0;
  }
}
.catalog-product-view .video-productpage .one-item-video .wistia_embed {
  height: 900px;
}
.catalog-product-view .video-productpage .wistia_embed {
  height: 450px;
}
.catalog-product-view .product-details-overview_specs_manuals {
  padding-top: 100px;
}
.catalog-product-view .product-details-overview_specs_manuals .line {
  align-items: center;
}
.catalog-product-view .product-details-overview_specs_manuals .text-overview h2 {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 45px;
  line-height: 1;
  color: #525252;
}
.catalog-product-view .product-details-overview_specs_manuals .text-overview p {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 35px;
  line-height: 50px;
  color: #525252;
}
.catalog-product-view .product-details-overview_specs_manuals p,
.catalog-product-view .product-details-overview_specs_manuals ul,
.catalog-product-view .product-details-overview_specs_manuals li {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 10px;
}
.catalog-product-view .product-details-overview_specs_manuals h1,
.catalog-product-view .product-details-overview_specs_manuals h2,
.catalog-product-view .product-details-overview_specs_manuals h3,
.catalog-product-view .product-details-overview_specs_manuals h4,
.catalog-product-view .product-details-overview_specs_manuals h5,
.catalog-product-view .product-details-overview_specs_manuals h6 {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 20px;
}
.table-wrapper.grouped {
  margin: 0 0;
}
.table-wrapper.grouped table tr th {
  text-align: center;
}
.table-wrapper.grouped table tr td {
  text-align: center;
}
.table-wrapper.grouped table thead th {
  border-bottom: 1px solid #684093;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 23.31px;
  font-size: 17px;
}
.table-wrapper.grouped table thead th.code-item {
  background: #684093;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .table-wrapper.grouped table thead th.description-item {
    text-align: left;
    padding-left: 40px;
  }
}
.table-wrapper.grouped table thead th.radius-bg {
  background: #684093;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #ffffff;
  text-transform: inherit;
}
.table-wrapper.grouped table thead th.radius-bg + th.loop ~ th.radius-bg {
  display: none;
}
.table-wrapper.grouped table thead th.radius-bg + th.sell-price + th.loop ~ th.radius-bg,
.table-wrapper.grouped table thead th.radius-bg + th.sell-price + th.loop ~ th.sell-price {
  display: none;
}
@media (min-width: 768px) {
  .table-wrapper.grouped table thead th.radius-bg {
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
  }
}
.table-wrapper.grouped table tbody td {
  border-bottom: 1px solid #b2b2b2;
  border-top: 0;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 27.31px;
}
.table-wrapper.grouped table tbody td span.product-item-name {
  margin-bottom: 0;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .table-wrapper.grouped table tbody td.description-item {
    text-align: left;
    padding-left: 40px;
  }
}
.table-wrapper.grouped .col.qty .control.qty {
  position: relative;
  display: inline-block;
}
.table-wrapper.grouped .col.qty .control.qty .minus-qty,
.table-wrapper.grouped .col.qty .control.qty .plus-qty {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-align: center;
  color: #684093;
}
.table-wrapper.grouped .col.qty .control.qty .minus-qty {
  left: 0;
}
.table-wrapper.grouped .col.qty .control.qty .plus-qty {
  right: 0;
}
.table-wrapper.grouped .col.qty .control.qty input.qty {
  width: 115px;
  height: 28px;
  padding: 5px;
  font-size: 19px;
  text-align: center;
  border-radius: 5px;
  border: 0.5px solid #767676;
  color: #5b5b5b;
}
.table-wrapper.grouped .col.qty .control.qty input.qty.mage-error {
  color: #eb2027;
  border-color: #eb2027;
}
.table-wrapper.grouped button.action {
  float: left;
  height: 30px;
  padding: 0px 10px;
  font-size: 12px;
  font-size: 14px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 0;
  min-width: 130px;
}
.table-wrapper.grouped .qty-item form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.toFavlist {
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 16px;
}
.toFavlist img {
  display: block;
  max-width: 35px;
}
.ordering-option-session > div {
  border-top: none;
  margin-top: 50px;
}
.mfp-iframe .product-video-btn {
  display: none;
}
.brand_reviewsio {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.brand_reviewsio .product_view_brand {
  padding-bottom: 20px;
}
.brand_reviewsio .product_view_brand img {
  max-width: 250px;
}
.brand_reviewsio .product_view_reviewsio iframe {
  height: auto !important;
}
@media (max-width: 1200px) {
  .brand_reviewsio {
    display: block;
  }
}
@media (min-width: 768px) {
  .catalog-product-view.catalog-product-simple.not-login .call-to-login.call-to-login-mb {
    display: block;
    border-top: 1.34px solid #e6e6e6;
    width: 100%;
    line-height: 1;
    padding-top: 15px;
    margin-top: 15px;
    text-align: left;
  }
  .catalog-product-view .list-tab ul li {
    list-style-type: none;
    float: left;
    padding-left: 20px;
  }
  .catalog-product-view .productquickinfo.grouped {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .catalog-product-view .productquickinfo.grouped.not-login .productquickinfo-bottom {
    margin-top: 0;
  }
  .catalog-product-view .productquickinfo.grouped.not-login.not-video {
    padding: 0;
    border-bottom: 0;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom.grouped {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    margin-top: 0;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom.grouped .stock-status,
  .catalog-product-view .productquickinfo .productquickinfo-bottom.grouped .shipping-date-estimate,
  .catalog-product-view .productquickinfo .productquickinfo-bottom.grouped .product-video-btn {
    width: auto;
  }
  .catalog-product-view .product-info-main .product-video-btn .utils-action.wistia_popup {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
  }
  .catalog-product-view .breadcrumbs {
    margin: 10px;
  }
  .catalog-product-view .table-wrapper.grouped table tbody tr td .stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1260px) and (min-width: 768px) {
  .catalog-product-view.page-layout-1column .column.main {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view.page-layout-1column .product.media,
  .catalog-product-view.page-layout-1column .product-info-main {
    width: 100%;
  }
  .catalog-product-view.page-layout-1column .breadcrumbs {
    -ms-flex-order: -2;
    -webkit-order: -2;
    order: -2;
  }
  .catalog-product-view.page-layout-1column .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .catalog-product-view.page-layout-1column .product_description {
    max-width: auto;
  }
  .catalog-product-view.page-layout-1column .video-productpage .wistia_embed {
    height: 500px;
  }
  .table-wrapper.grouped table thead th.code-item {
    width: 120px;
  }
}
@media (max-width: 1599px) and (min-width: 1261px) {
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty {
    width: 97px;
  }
}
@media (max-width: 1430px) and (min-width: 1261px) {
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart button.action.tocart,
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .amasty-hide-price-container {
    padding: 0 15px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart button.action.tocart img,
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .amasty-hide-price-container img {
    display: none;
  }
}
@media (max-width: 1599px) {
  body.catalog-product-view .products-grid.owl-carousel-related .products .owl-nav button span.nav-next {
    right: 0;
  }
  body.catalog-product-view .products-grid.owl-carousel-related .products .owl-nav button span.nav-pre {
    left: 0;
  }
  body.catalog-product-view .product-details-overview_specs_manuals .panel-block-row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .product-mb-acr h3 {
    position: relative;
    padding: 7px 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 28px;
  }
  .product-mb-acr h3:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #684093;
  }
  .product-mb-acr h3.active:before {
    border-left: 14px solid #684093;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 0;
  }
  .product-mb-content {
    display: none;
  }
  .catalog-product-view main#maincontent .page-title-wrapper.product .page-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .add-to-quote {
    margin-left: 10px;
  }
  .catalog-product-view .add-to-quote button {
    width: 100%;
  }
  .catalog-product-view .owl-carousel-related .owl-carousel .owl-dots {
    height: 2px;
    background-color: #e6e6e6;
    width: 100%;
    display: flex;
  }
  .catalog-product-view .owl-carousel-related .owl-carousel button.owl-dot {
    height: 2px;
    padding: 0 !important;
    flex-grow: 1;
  }
  .catalog-product-view .owl-carousel-related .owl-carousel button.owl-dot.active {
    background-color: #684093 !important;
  }
  .catalog-product-view .owl-carousel-related.products-grid .product-item .product-item-info .product-item-name {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .catalog-product-view .owl-carousel-related.products-grid .product-item .product-item-info .product-item-link {
    font-size: 14px;
  }
  .catalog-product-view .owl-carousel-related.products-grid .product-item .product-item-info .product-item-details {
    margin-top: -17px;
  }
  .catalog-product-view .owl-carousel-related.products-grid .product-item .product-item-info .product-item-details > a {
    font-size: 14px;
  }
  .catalog-product-view .owl-carousel-related.products-grid .product-item .product-item-info .product-item-details a span.read-more-button {
    font-size: 30px;
    margin-left: 5px;
  }
  .catalog-product-view .custom-product-details .product_tab_title_block.list-tab {
    margin-top: 10px;
  }
  .catalog-product-view .custom-product-details .product_tab_title_block.list-tab ul li {
    font-size: 12px;
    padding: 0;
    line-height: 15px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .catalog-product-view .custom-product-details .product_tab_title_block.list-tab ul li.active {
    border-bottom-width: 2px;
  }
  .catalog-product-view.page-layout-1column .video-productpage .wistia_embed {
    height: 350px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form {
    padding-bottom: 10px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .actions {
    justify-content: center;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty {
    margin-right: 5px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty {
    font-size: 16px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty.mage-error {
    margin-bottom: 18px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty + .mage-error {
    top: calc(100% - 14px);
    line-height: 14px;
    font-size: 14px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .plus-qty,
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .minus-qty {
    font-size: 18px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart button.amquote-addto-button {
    margin-left: 5px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart button.action.tocart,
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .amasty-hide-price-container {
    padding: 0 10px;
    width: 100%;
    font-size: 16px;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart {
    margin-top: 10px;
    float: none;
  }
  .catalog-product-view .table-price-simple {
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .catalog-product-view .table-price-simple table > thead > tr > th {
    text-align: center;
    padding: 0;
  }
  .catalog-product-view .table-price-simple table > tbody > tr > td {
    padding: 0;
  }
  .catalog-product-view .overview-product {
    padding-bottom: 20px;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom {
    margin-top: 5px;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom .stock-status {
    margin-bottom: 5px;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom .stock-status .product-stock,
  .catalog-product-view .productquickinfo .productquickinfo-bottom .stock-status .stock-label {
    font-size: 12px;
    line-height: 14px;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom .shipping-date-estimate .ship-date,
  .catalog-product-view .productquickinfo .productquickinfo-bottom .shipping-date-estimate .shipping-tooltip a {
    font-size: 10px;
    line-height: 14px;
  }
  .catalog-product-view .productquickinfo.not-login .productquickinfo-bottom {
    margin-top: 0;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
  }
  .catalog-product-view .overview-product > h3,
  .catalog-product-view .product-details-review > h3 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 18px;
    justify-content: center;
  }
  .catalog-product-view .overview-product > h3 img,
  .catalog-product-view .product-details-review > h3 img {
    padding-right: 10px;
    max-height: 18px;
  }
  .catalog-product-view .CombinedWidget.reviews-combined-widget {
    font-size: 10px !important;
  }
  .catalog-product-view .product-details-overview_specs_manuals {
    padding-top: 20px;
  }
  .catalog-product-view .product-details-overview_specs_manuals .text-overview h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .catalog-product-view .product-details-overview_specs_manuals .text-overview p {
    font-size: 12px;
    line-height: 16px;
  }
  .catalog-product-view .video-productpage .wistia_embed {
    height: 200px;
  }
  .catalog-product-view .product-add-form .box-tocart button.amquote-addto-button {
    width: 56px;
    margin-right: 0;
    margin-left: 5px;
  }
  .catalog-product-view .product-add-form .box-tocart button.amquote-addto-button img {
    max-width: 16px;
  }
  .catalog-product-view .product-add-form .box-tocart button.amquote-addto-button {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .catalog-product-view .product-add-form .box-tocart button.action.tocart,
  .catalog-product-view .product-add-form .box-tocart .amasty-hide-price-container {
    font-size: 12px;
    line-height: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .catalog-product-view .product-add-form .box-tocart button.action.tocart img,
  .catalog-product-view .product-add-form .box-tocart .amasty-hide-price-container img {
    max-width: 15px;
  }
  .catalog-product-view .product-add-form .box-tocart button.action.tocart .tocart-text,
  .catalog-product-view .product-add-form .box-tocart .amasty-hide-price-container .tocart-text {
    padding-left: 5px;
  }
  .catalog-product-view .product-add-form .box-tocart .fieldset {
    margin-bottom: 0;
  }
  .catalog-product-view .call-to-login {
    font-size: 12px;
  }
  .catalog-product-view .call-to-login.call-to-login-mb {
    display: block;
    border-top: 1.34px solid #e6e6e6;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding-top: 14px;
    margin-top: 10px;
  }
  .catalog-product-view .call-to-login a {
    font-size: 12px;
  }
  .catalog-product-view main#maincontent .page-title-wrapper.product .page-title {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
  }
  .catalog-product-view .page-title-wrapper {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .catalog-product-view .product-gallery .owl-nav button i {
    font-size: 30px;
  }
  .catalog-product-view .productquickinfo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .catalog-product-view .productquickinfo .productquickinfo-top .product-code {
    font-size: 12px;
    text-align: center;
    line-height: 1;
  }
  .catalog-product-view .product-info-main .product-video-btn .utils-action.wistia_popup {
    justify-content: center;
  }
  .catalog-product-view .product-info-main .product-video-btn .utils-text {
    font-size: 12px;
    line-height: 1;
  }
  .catalog-product-view .product-info-main .product-video-btn .utils-icon img {
    width: 13px;
  }
  .catalog-product-view .product-info-main .product_description.show-more .more,
  .catalog-product-view .product-info-main .product_description.show-less .more {
    clear: both;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    text-transform: initial;
  }
  .catalog-product-view .product-info-main .product_description.show-more .more #loadMore:after,
  .catalog-product-view .product-info-main .product_description.show-less .more #loadMore:after,
  .catalog-product-view .product-info-main .product_description.show-more .more #showLess:after,
  .catalog-product-view .product-info-main .product_description.show-less .more #showLess:after {
    padding-left: 5px;
    font-size: 10px;
  }
  .catalog-product-view .product_description .description_title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .catalog-product-view .product_description .description_content.product.attribute.overview ul {
    padding-left: 15px;
  }
  .catalog-product-view .product_description .description_content.product.attribute.overview ul li {
    font-size: 12px;
    line-height: 18px;
  }
  .catalog-product-view .product_description .description_content.product.attribute.overview ul li:before {
    left: -14px;
    font-size: 5px;
  }
  .catalog-product-view .product_description .description_content.product.attribute.overview > p:first-child {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  body .product-info-main .stock-status {
    text-align: center;
  }
  body .product-info-main .stock-status .product-video-btn {
    position: static;
    display: block;
  }
  body .product-info-main .shipping-date-estimate {
    text-align: center;
  }
  body .product-gallery-thumbs.owl-carousel {
    display: none;
  }
  body.catalog-product-view .product-media {
    margin-top: 15px;
  }
  body.catalog-product-view .product-media .counter {
    display: none;
  }
  body.catalog-product-view .product-media .product_view_brand {
    padding: 0;
    max-width: 150px;
  }
}
@media (max-width: 479px) {
  .page-layout-1column.catalog-product-view .video-productpage .wistia_embed {
    height: 200px;
  }
}
.page-products .products-grid .development-wrapper .product-item.image-hover .product-item-info:hover .product-image-container {
  opacity: 1;
}
.page-products .products-grid .development-wrapper a.product-item-link {
  color: black;
  font-size: 15px;
}
.page-products .products-grid .development-wrapper .product-develope-name {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  transition: 0.45s ease;
  font: 400 16px/24px 'Gotham-Light', sans-serif;
}
/* M2-441 */
.catalog-product-view .qty-action {
  position: relative;
  margin-left: 30px;
}
.catalog-product-view .qty-action .c-qty {
  position: absolute;
  width: 50%;
  top: 0;
  height: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-size: 0% 0%;
  background-image: linear-gradient(@primary__color 0%, @primary__color 0%);
}
.catalog-product-view .qty-action .c-qty.minus-qty {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.catalog-product-view .qty-action .c-qty.plus-qty {
  right: 0;
  left: auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.catalog-product-view .qty-action.active .c-qty {
  opacity: 1;
  visibility: visible;
  background-size: 100% 100%;
}
.catalog-product-view .qty-action.active .c-qty:hover {
  background: #083c65;
}
.catalog-product-view .qty-action button.custom-action {
  opacity: 1 !important;
}
.catalog-product-view .addition-btn {
  display: flex;
}
.catalog-product-view .header.content .minicart-wrapper .action.showcart .counter.qty {
  overflow: inherit;
  top: 0;
  position: absolute;
}
.catalog-product-view .header.content .minicart-wrapper .action.showcart .counter.qty .loading-mask {
  top: 12px;
  left: 36px;
}
@media (max-width: 1260.98px) {
  .catalog-product-view .header.content .minicart-wrapper .action.showcart .counter.qty .loading-mask {
    top: 0;
    left: 16px;
  }
}
/* End M2-441 */
@media (min-width: 1200px) {
  .page-products .products-grid .development-wrapper .product-item-info {
    padding: 0;
    padding-bottom: 0;
    max-height: 380px;
  }
  .page-products .products-grid .development-wrapper .product-item {
    margin-bottom: 0.5%;
    margin-left: 0.5%;
    width: calc((100% - 2%)/4);
  }
  .page-products .products-grid .development-wrapper .product-item:nth-child(4n + 1) {
    margin-left: 0.5%;
  }
  .page-products .products-grid .development-wrapper .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products .products-grid .development-wrapper .product-develope-name .product-item-photo {
    display: none;
  }
  .page-products .products-grid .development-wrapper .product-develope-name .product-item-link {
    font-size: 18px;
    font-family: 'Gotham-Medium', sans-serif;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }
  .page-products .products-grid .development-wrapper .product-develope-name span.shop-now-button {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    border: 2px solid #ffffff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
  }
  .page-products .products-grid .development-wrapper .product-develope-name .shop-now-link {
    height: 60px;
    display: block;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    background: 0 0;
    left: 0;
    margin-left: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-duration: 0.65s;
    color: #ffffff;
    padding: 15px;
    font-size: 20px;
    font-family: 'Gotham-Medium', sans-serif;
    position: absolute;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .page-products .products-grid .development-wrapper .product-item:hover .shop-now-link {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background: #684093;
    color: #ffffff;
    height: 100px;
  }
  .page-products .products-grid .development-wrapper .product-item:hover .shop-now-link .text-shop-now {
    display: inline-block;
  }
  .page-products .products-grid .development-wrapper .product-item-info:hover {
    box-shadow: unset;
  }
  .page-products .products-grid .development-wrapper .product-image-container.image-hover {
    opacity: 0;
  }
  .page-products .products-grid .development-wrapper .product-item-info .product-develope-name {
    padding-bottom: 20px;
  }
  .table-wrapper.grouped table thead th.product-item {
    width: 712px;
  }
  .table-wrapper.grouped table thead th.product-item.logged_in {
    width: 1024px;
  }
  .table-wrapper.grouped table tbody td.product-item-name {
    text-align: left;
    position: relative;
  }
  .table-wrapper.grouped table tbody td.product-item-name span {
    position: absolute;
    left: 65px;
  }
}
@media (max-width: 560px) {
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty {
    font-size: 14px;
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .minus-qty,
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .plus-qty {
    height: 40px;
    line-height: 40px;
    top: 40px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart button.action.tocart,
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .amasty-hide-price-container {
    height: 40px;
    font-size: 14px;
  }
}
@media (min-width: 250px) {
  .page-products .development-wrapper .product-develope-name {
    padding-bottom: 7px;
  }
  .page-products .development-wrapper .product-develope-name .shop-now-link {
    display: none;
  }
  .development-wrapper a.product-item-link {
    font-size: 14px;
  }
}
@media (min-width: 400px) {
  .development-wrapper a.product-item-link {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .content.all-categories {
    margin: 0 60px;
  }
}
.all-categories .page-title-category {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #684093;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.2px;
  font-size: 20px;
  margin-bottom: 0;
  position: relative;
  padding: 13.5px 0 13.5px 24px;
  line-height: 24px;
  margin-top: 48px;
}
.all-categories .page-title .base {
  font-weight: bold;
}
.products-grid .product_view_brand {
  max-width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  overflow: auto;
  padding: 8px 12px;
  border-radius: 3px;
}
@media (min-width: 1261px) {
  .ordering-option-session.table-overflow-content {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
  }
  .ordering-option-session.table-overflow-content .product-add-form .table-wrapper.grouped {
    border: none;
    margin: 0;
  }
  .ordering-option-session.table-overflow-content .table.grouped {
    padding: 0;
  }
  .ordering-option-session.table-overflow-content .table.grouped > thead {
    display: none;
  }
  .ordering-option-session.table-overflow-content .table.grouped > tbody {
    border: none;
  }
  .ordering-option-session.table-overflow-content .table.grouped tr {
    padding: 10px 0 0;
    border-top: 1px solid #e6e6e6;
    display: inline-block;
    width: 100%;
  }
  .ordering-option-session.table-overflow-content .table.grouped td {
    display: block;
    width: 100%;
    clear: both;
    padding: 5px;
    text-align: right;
    border: none;
  }
  .ordering-option-session.table-overflow-content .table.grouped td::before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    height: auto;
    overflow: inherit;
    width: auto;
    position: static;
    margin: 0;
    font-family: 'Gotham-Bold', sans-serif;
    float: left;
  }
  .ordering-option-session.table-overflow-content .table.grouped td.add-fav-item::before {
    content: '';
  }
  .ordering-option-session.table-overflow-content .table.grouped td.add-fav-item .alllist {
    left: auto;
    right: 0;
    transform: none;
  }
  .ordering-option-session.table-overflow-content .table.grouped td.add-fav-item .alllist .listvalues::before {
    right: 8px;
    left: auto;
  }
}
@media (min-width: 1261px) and (max-width: 1600px) {
  .ordering-option-session.table-overflow-content .product-add-form .table-wrapper.grouped table thead th,
  .ordering-option-session.table-overflow-content .product-add-form .table-wrapper.grouped table tbody td {
    padding: 5px;
  }
}
.custom-product-details .product-add-form > form {
  text-align: right;
}
.product-info-main .outer-carton-info,
.custom-product-details .outer-carton-info {
  text-align: right;
  display: inline-flex;
  clear: both;
  align-items: center;
  padding: 10px 20px;
  background: #f5f5f5;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 21px;
}
.product-info-main .outer-carton-info img,
.custom-product-details .outer-carton-info img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}
@media screen and (max-width: 575.98px) {
  .product-info-main .outer-carton-info img,
  .custom-product-details .outer-carton-info img {
    width: 21px;
    height: 21px;
  }
}
@media screen and (max-width: 575.98px) {
  .product-info-main .outer-carton-info,
  .custom-product-details .outer-carton-info {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }
}
.product-info-main .outer-carton-info {
  text-align: left;
  width: 100%;
}
.product-delivery {
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 20px;
  flex-wrap: wrap;
}
.product-delivery .delivery-item {
  display: flex;
  padding: 0 30px;
  width: 100%;
  flex: 50%;
  margin-bottom: 50px;
}
.product-delivery .delivery-item .delivery-img img {
  max-width: 68px;
  margin-right: 30px;
}
.product-delivery .delivery-content h4 {
  color: #684093;
  margin-top: 0;
}
.product-return {
  border-top: 1px solid #707070;
  padding-top: 10px;
}
.product-return h3 {
  color: #684093;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .catalog-product-view .product-details > .product-details-title,
  .catalog-product-view .product-details > .product-details-title strong {
    font-size: 32px;
    line-height: calc(37/32);
    color: #684093;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .catalog-product-view .product-details .product-details-title {
    margin: 0;
    padding: 50px 0;
  }
  .catalog-product-view .product-details.bg-grey {
    background-color: #f7f7f7;
  }
  .catalog-product-view .product-details.bg-grey .product-details-title {
    padding: 65px 0 45px;
  }
  .catalog-product-view .product-details .product-details-title {
    color: #684093;
  }
  .catalog-product-view .product-details .product-details-title img {
    margin-right: 15px;
    max-width: 48px;
  }
  .catalog-product-view .product-details .product-details-content {
    display: block !important;
  }
  .catalog-product-view .custom-product-details.product-info-details {
    margin: 0 -20px;
  }
  .catalog-product-view .custom-product-details.product-info-details .product-details {
    padding: 0 20px;
  }
  .catalog-product-view .custom-product-details.product-info-details .ordering-option-session {
    padding: 0 20px;
  }
  .catalog-product-view .custom-product-details.product-info-details .product_tab_title_block.list-tab {
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 3px;
  }
  .catalog-product-view .custom-product-details.product-info-details .product_tab_title_block.list-tab.sticky {
    position: fixed;
    top: 159px;
    width: 100%;
    height: auto;
    padding: 13px 0 0;
    background-color: #ffffff;
    visibility: visible;
    opacity: 1;
    z-index: 90;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
  }
  .catalog-product-view .custom-product-details.product-info-details .product_tab_title_block.list-tab ul li {
    border: 0;
    height: auto;
  }
  .catalog-product-view .custom-product-details.product-info-details .product_tab_title_block.list-tab ul li a {
    font-size: 16px;
    line-height: calc(24/16);
    font-family: 'Manrope', sans-serif;
    padding-bottom: 13px;
    border-bottom: 3px solid transparent;
    position: relative;
    color: #525252;
  }
  .catalog-product-view .custom-product-details.product-info-details .product_tab_title_block.list-tab ul li.active a,
  .catalog-product-view .custom-product-details.product-info-details .product_tab_title_block.list-tab ul li a:hover,
  .catalog-product-view .custom-product-details.product-info-details .product_tab_title_block.list-tab ul li a:focus {
    color: #684093;
    border-color: #684093;
  }
  .catalog-product-view .custom-product-details.product-info-details .product_tab_title_block.list-tab ul li.active {
    border: 0;
  }
  .product-details-delivery-return {
    margin-top: 50px;
  }
  .product-details-delivery-return.bg-grey,
  .overview-product.bg-grey {
    padding-bottom: 50px !important;
  }
  .product-details .desktop-hidden {
    display: none;
  }
  .specification-attachment-items {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  .specification-attachment-items .specification-attachment-item {
    max-width: calc(50% - 9px);
    width: 100%;
  }
  .specification-attachment-items .product-specification,
  .specification-attachment-items .productattachment {
    padding: 33px 48px;
  }
  .specification-attachment-items .specification-attachment-title {
    font-size: 25px;
    line-height: calc(37/25);
    margin: 0 0 33px;
  }
  .specification-attachment-items .product-specification-info {
    font-size: 19px;
    line-height: calc(49/19);
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .catalog-product-view .custom-product-details.product-info-details .product_tab_title_block.list-tab.sticky {
    top: 59px;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .custom-product-details.product-info-details {
    margin: 0 -30px;
  }
  .catalog-product-view .custom-product-details.product-info-details .product-details,
  .catalog-product-view .custom-product-details.product-info-details .ordering-option-session {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .custom-product-details.product-info-details {
    margin: 0 -45px;
  }
  .catalog-product-view .custom-product-details.product-info-details .product-details,
  .catalog-product-view .custom-product-details.product-info-details .ordering-option-session {
    padding: 0 80px;
  }
}
.list-sub-category {
  overflow: hidden;
  margin: 0 -10px;
  list-style: none;
  text-align: center;
  padding-top: 10px;
  padding-left: 0;
}
.list-sub-category .cat-item {
  float: left;
  width: calc(100% / 4);
  padding: 0 10px;
  margin-bottom: 20px;
}
.list-sub-category .cat-item .subcat-item-content {
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 14px -1px #e6e6e6;
  -moz-box-shadow: 1px 1px 14px -1px #e6e6e6;
  box-shadow: 1px 1px 14px -1px #e6e6e6;
  overflow: hidden;
  position: relative;
}
.list-sub-category .cat-item .subcat-item-content::after {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.65s;
}
.list-sub-category .cat-item .subcat-item-content > a {
  font-family: 'Manrope', sans-serif;
}
.list-sub-category .cat-item .subcat-item-content > a:hover {
  color: #684093;
}
.list-sub-category .cat-item .subcat-item-content .subcat-inner {
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.list-sub-category .cat-item .subcat-item-content .subcat-inner .subcat-name {
  margin-top: 10px;
  position: relative;
  line-height: 20px;
  padding: 0 20px;
}
.list-sub-category .cat-item .subcat-item-content .subcat-inner .subcat-name span {
  font-size: 15px;
  font-family: 'Manrope', sans-serif;
  color: #515151;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 38px;
  min-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-sub-category .cat-item .subcat-item-content .subcat-inner .shop-now-link {
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  background: none;
  left: 0;
  margin-left: 0 !important;
  min-height: 60px;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.65s;
  color: #ffffff;
  padding: 20px 15px;
  font-size: 20px;
  transform: translateY(100%);
  font-family: 'Manrope', sans-serif;
  position: absolute;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0;
}
.list-sub-category .cat-item .subcat-item-content .subcat-inner .shop-now-link span {
  display: block;
}
.list-sub-category .cat-item .subcat-item-content .subcat-inner .shop-now-link span.shop-now-button {
  width: 70%;
  display: flex;
  align-items: center;
  margin: 10px auto 0;
  justify-content: center;
  border: 0;
  border-radius: 5px;
  background: #684093;
  color: #ffffff;
  text-transform: uppercase;
  font: 400 15px/1 'Manrope', sans-serif;
  padding: 10px;
}
.list-sub-category .cat-item .subcat-item-content .subcat-inner .shop-now-link span.sub-category-name {
  color: #515151;
  font-size: 15px;
  line-height: calc(18/15);
  font-weight: 400;
  font-family: 'Manrope', sans-serif;
}
.list-sub-category .cat-item .subcat-item-content .img-subcate {
  max-height: 170px;
  min-height: 170px;
  vertical-align: middle;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 75%;
}
.list-sub-category .cat-item .subcat-item-content .img-subcate img {
  max-height: 170px;
  width: auto;
  margin: 0 auto;
}
.searchanise-result-index div.snize .snize-main-panel {
  display: none;
}
.searchanise-result-index div.snize .snize-product-filters {
  display: none;
}
.searchanise-result-index div.snize .snize-description {
  display: none !important;
}
.searchanise-result-index #snize-search-results-grid-mode {
  width: 100% !important;
}
.searchanise-result-index #snize-search-results-grid-mode ul {
  margin-left: 0;
  width: 100%;
  display: block;
}
.searchanise-result-index #snize-search-results-grid-mode ul li.snize-product {
  margin-left: 2%;
  padding: 0;
  margin-right: 0 !important;
  width: calc((100% - 6%)/4) !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.searchanise-result-index #snize-search-results-grid-mode ul li.snize-product:hover {
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border: none !important;
}
@media (min-width: 1600px) {
  .searchanise-result-index #snize-search-results-grid-mode ul li.snize-product:nth-child(4n + 1) {
    margin-left: 0;
  }
}
.searchanise-result-index #snize-search-results-grid-mode ul li.snize-product span.snize-thumbnail {
  border: none;
  height: 194px;
}
.searchanise-result-index #snize-search-results-grid-mode ul li.snize-product span.snize-thumbnail img {
  max-height: 194px;
}
.searchanise-result-index #snize-search-results-grid-mode ul li.snize-product span.snize-title {
  margin-bottom: 0;
  margin-top: 18px;
  padding-bottom: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  color: #434342;
  letter-spacing: 0.4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: inherit;
}
.searchanise-result-index #snize-search-results-grid-mode ul li.snize-product span.snize-title:before {
  content: '';
  height: 3px;
  width: 64px;
  position: absolute;
  bottom: 0;
  background: #684093;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1599px) and (min-width: 991px) {
  .searchanise-result-index #snize-search-results-grid-mode ul li.snize-product {
    width: calc((100% - 4%)/3) !important;
  }
  .searchanise-result-index #snize-search-results-grid-mode ul li.snize-product:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 990px) and (min-width: 575px) {
  .searchanise-result-index #snize-search-results-grid-mode ul li.snize-product {
    width: calc((100% - 2%)/2) !important;
  }
  .searchanise-result-index #snize-search-results-grid-mode ul li.snize-product:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .searchanise-result-index #snize-search-results-grid-mode ul li.snize-product {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.searchanise-result-index #snize-search-results-grid-mode span.snize-overhidden {
  background: transparent;
  padding: 0;
}
.searchanise-result-index #snize-search-results-grid-mode span.snize-overhidden .snize-view-product-button {
  display: none;
}
.category-image img {
  width: 100%;
}
.category-description img {
  width: 100%;
}
.page-title-wrapper #page-title-heading.page-title {
  text-transform: uppercase;
  color: #684093;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.2px;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  padding: 13.5px 0 13.5px 24px;
  line-height: 24px;
}
.page-title-wrapper #page-title-heading.page-title:before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
  position: absolute;
  top: 0;
  left: 0;
}
.category-listing {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  padding: 23px 0;
}
.category-listing .title {
  text-transform: uppercase;
  color: #684093;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  padding-bottom: 23px;
  border-bottom: 2px solid #e8e8e8;
  letter-spacing: 0.2px;
}
.category-listing .title strong {
  color: #684093;
  font-size: 20px;
  font-weight: 600;
}
.category-listing .content .category-wrapper {
  padding: 0 10px;
}
.category-listing .content .category-wrapper .categories {
  list-style: none;
  padding: 0;
  font-size: 13px;
}
.category-listing .content .category-wrapper .categories > li {
  border-bottom: 1px solid #e8e8e8;
}
.category-listing .content .category-wrapper .categories > li.current {
  display: block;
}
.category-listing .content .category-wrapper .categories > li.current .cat-item-name {
  font-weight: 500;
  color: #684093;
  font-size: 14px;
}
.category-listing .content .category-wrapper .categories > li .item-level-0 {
  align-items: center;
  display: flex;
}
.category-listing .content .category-wrapper .categories > li .item-level-0:hover * {
  color: #684093;
}
.category-listing .content .category-wrapper .categories > li .item-level-0 a {
  display: block;
  padding: 8px 10px;
  color: #484b4e;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.2px;
}
.category-listing .content .category-wrapper .categories > li .item-level-0 a:not(.cat-item-name) {
  padding: 0;
}
.category-listing .content .category-wrapper .categories > li .item-level-0 a.cat-item-name {
  width: 100%;
}
.category-listing .content .category-wrapper .categories > li .item-level-0 a .category-thumbnail {
  min-height: 33px;
  max-height: 33px;
  min-width: 45px;
  margin-right: 4px;
  text-align: center;
  display: block;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-listing .content .category-wrapper .categories > li .item-level-0 a .category-thumbnail img {
  max-height: 26px;
  width: auto;
}
.category-listing .content .category-wrapper .categories li {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.category-listing .content .category-wrapper .categories li .subcategories {
  padding-bottom: 12px;
  padding-left: 24px;
  list-style: none;
}
.category-listing .content .category-wrapper .categories li .subcategories li {
  position: relative;
  display: block;
}
.category-listing .content .category-wrapper .categories li .subcategories li::before {
  content: '\f111';
  position: absolute;
  top: 4px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #684093;
  font-size: 6px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.category-listing .content .category-wrapper .categories li .subcategories li.current {
  position: relative;
}
.category-listing .content .category-wrapper .categories li .subcategories li.current::after {
  content: '\f0da';
  position: absolute;
  top: 4px;
  right: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #684093;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.category-listing .content .category-wrapper .categories li .subcategories li.current a {
  color: #684093 !important;
  font-weight: 500;
}
.category-listing .content .category-wrapper .categories li .subcategories li .item-level-1 a,
.category-listing .content .category-wrapper .categories li .subcategories li .item-level-2 a {
  display: block;
  padding: 4px 0;
  padding-left: 15px;
  padding-right: 10px;
  color: #484b4e;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.2px;
}
.category-listing .content .category-wrapper .categories li .subcategories li .item-level-1 a:hover,
.category-listing .content .category-wrapper .categories li .subcategories li .item-level-2 a:hover {
  background: transparent;
  color: #684093;
}
@media (min-width: 992px) {
  .list-sub-category .cat-item .subcat-item-content:hover .subcat-inner .subcat-name {
    opacity: 0;
    visibility: hidden;
  }
  .list-sub-category .cat-item .subcat-item-content:hover .subcat-inner .shop-now-link {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background: #ffffff;
    min-height: 80px;
  }
  .list-sub-category .cat-item .subcat-item-content:hover::after {
    transform: translateY(-103px);
  }
}
@media (max-width: 1199px) {
  .list-sub-category .cat-item {
    width: calc(100% / 3);
  }
  .page-products .column.main,
  .searchanise-result-index .column.main {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .page-products .sidebar.sidebar-main,
  .searchanise-result-index .sidebar.sidebar-main {
    width: 100%;
  }
  .page-title-wrapper #page-title-heading.page-title:after {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .list-sub-category .cat-item {
    width: calc(100% / 2);
  }
  .page-with-filter .columns {
    display: flex;
  }
  .page-with-filter .columns .sidebar-main {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    padding-right: 0;
  }
  .page-with-filter .columns .column.main {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-listing {
    display: none;
  }
  .category-listing .content .category-wrapper .categories,
  .category-listing .content .category-wrapper .subcategories {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-products .columns,
  .searchanise-result-index .columns {
    padding-top: 0;
  }
  .category-listing {
    display: none;
  }
  .list-sub-category {
    margin: 0 -5px;
  }
  .list-sub-category .cat-item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .list-sub-category .cat-item .subcat-item-content .subcat-inner .subcat-name span {
    font-size: 12px;
  }
}
@media (max-width: 639px) {
  .list-sub-category .cat-item {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .list-sub-category .cat-item .subcat-item-content .subcat-inner .subcat-name span {
    max-height: 50px;
    min-height: 50px;
    -webkit-line-clamp: 3;
  }
}
.category-description {
  margin-top: 53px;
}
.category-description h1,
.category-description h2,
.category-description h3 {
  color: #684093;
  font-size: 20px;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 10px;
}
.category-description p {
  text-align: start;
  font: normal normal normal 15px/30px 'Manrope', sans-serif;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0;
  color: #515151;
}
.category-description .read-more {
  color: #684093;
}
.read-more-content__content {
  overflow: hidden;
}
.read-more-content__action {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  font: normal normal 600 18px/30px 'Manrope', sans-serif;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0px;
  color: #684093;
  margin-top: 25px;
}
.read-more-content__action:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../images/icon-tick-circle.png);
  margin-right: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.read-more-content:not(.open) .on-less {
  display: none;
}
.read-more-content:not(.open) .read-more-content__content {
  position: relative;
}
.read-more-content:not(.open) .read-more-content__content:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  display: block;
  background-image: linear-gradient(transparent, #ffffff);
  content: '';
}
.read-more-content .read-more-content__content {
  height: 210px;
}
.read-more-content.open .on-more {
  display: none;
}
.read-more-content.open .read-more-content__action:before {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .category-description {
    margin-top: 15px;
  }
}
@media (max-width: 1199.98px) {
  body .list-sub-category .cat-item {
    width: calc(100%/3);
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product.attribute.overview p {
    color: #484b4e;
  }
  .page-title-wrapper #page-title-heading.page-title {
    padding-bottom: 8px;
    padding-left: 0;
  }
  .page-title-wrapper #page-title-heading.page-title::before {
    left: 0;
    bottom: -3px;
    width: 30%;
    height: 4px;
    background: #684093;
    z-index: 2;
    top: auto;
  }
  .page-title-wrapper #page-title-heading.page-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 50px);
    height: 2px;
    background: #b1aaa2;
    z-index: 1;
  }
  .category-listing {
    padding-top: 14px;
    border-radius: 5px;
  }
  .category-listing .title {
    padding: 0 15px 14px;
  }
  .category-listing .title strong {
    font: normal bold 20px/24px 'Myriad Concept Roman', sans-serif;
  }
  .category-listing .content .category-wrapper .categories li .subcategories li .item-level-1 a,
  .category-listing .content .category-wrapper .categories li .subcategories li .item-level-2 a {
    font: normal 13px/24px 'Myriad Concept Roman', sans-serif;
  }
  .category-listing .content .category-wrapper .categories > li .item-level-0 a {
    font: normal 13px/24px 'Myriad Concept Roman', sans-serif;
  }
  .category-listing .content .category-wrapper .categories > li .item-level-0:hover {
    background-color: #684093;
  }
  .category-listing .content .category-wrapper .categories > li .item-level-0:hover a {
    color: #ffffff;
  }
  .category-listing .content .category-wrapper .categories > li.item.current .item-level-0 a {
    font-weight: 900;
    color: #000000;
    font-size: 14px;
  }
  .category-listing .content .category-wrapper .categories > li.item.current .item-level-0:hover {
    background-color: #684093;
  }
  .category-listing .content .category-wrapper .categories > li.item.current .item-level-0:hover a {
    color: #ffffff;
  }
  .catalog-product-view .product-gallery .owl-nav button i {
    color: #e3e3e3;
  }
  .product.data.items > .data.item.content {
    border-top: 1px solid #684093;
  }
  .catalog-product-view .custom-product-details.product-info-details .product_tab_title_block.list-tab.sticky {
    top: 154px;
  }
}
@media (min-width: 992px) {
  .list-sub-category .cat-item .subcat-item-content:hover .subcat-inner > p.shop-now-link {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background: rgba(104, 64, 147, 0.85);
    color: #ffffff;
    min-height: 80px;
  }
  .list-sub-category .cat-item .subcat-item-content:hover .subcat-inner > p.shop-now-link span:first-child {
    font: 400 20px/24px 'Gotham-Medium', sans-serif;
  }
  .list-sub-category .cat-item .subcat-item-content:hover .subcat-inner > p.shop-now-link span.shop-now-button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    border: 2px solid #ffffff;
    border-radius: 100%;
    margin-top: 10px;
    background: transparent;
  }
  .list-sub-category .cat-item .subcat-item-content::after {
    content: none;
  }
  .list-sub-category .cat-item .subcat-inner .subcat-name {
    padding-bottom: 20px;
    position: relative;
  }
  .list-sub-category .cat-item .subcat-inner .subcat-name span {
    font-weight: 700;
  }
  .list-sub-category .cat-item .subcat-inner .subcat-name::before {
    content: '';
    height: 3px;
    width: 64px;
    position: absolute;
    bottom: -10px;
    background: #684093;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*Incorrect colour arrows on YMAL Footmedics M2-787*/
@media (min-width: 768px) {
  .catalog-product-view.catalog-product-view .products-grid.owl-carousel-related .products .owl-nav button span.nav-next {
    background-image: url('../images/navnext2-foot.svg');
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
  }
  .catalog-product-view.catalog-product-view .products-grid.owl-carousel-related .products .owl-nav button span.nav-pre {
    background-image: url('../images/navpre2-foot.svg');
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
  }
}
/*End Incorrect colour arrows on YMAL Footmedics M2-787*/
.amcheckout-summary-container .stock-status {
  margin-top: 10px;
}
.amcheckout-summary-container .stock-status span {
  padding: 6px 12px 6px 30px;
  border-radius: 20px;
  background: #f5f5f5;
  color: #000000;
  text-transform: capitalize;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
  text-align: start;
  max-width: min-content;
  white-space: nowrap;
}
.amcheckout-summary-container .stock-status span:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amcheckout-summary-container .stock-status span .stock-label {
  margin-right: 6px;
}
.amcheckout-summary-container .stock-status span.available:before {
  background-color: #15a33b;
}
.amcheckout-summary-container .stock-status span.unavailable:before,
.amcheckout-summary-container .stock-status span.outofstock:before {
  background-color: #fa7f0e;
}
.amcheckout-summary-container .stock-status span.no-eta:before {
  background-color: red;
}
.amquote-cart-wrapper-custom.minicart-wrapper .minicart-items-wrapper {
  height: calc(100% - 250px) !important;
}
.amquote-cart-wrapper-custom .actions-has-item {
  min-height: 130px;
  padding-top: 40px;
}
.amquote-cart-wrapper-custom #top-quotecart-button {
  color: #ffffff;
  font-family: 'Gotham-Medium', sans-serif;
  line-height: 1;
  text-align: center;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}
body.open-minicart {
  overflow: hidden;
}
body.open-minicart .overlayminicart {
  visibility: visible;
  opacity: 0.7;
  left: 0;
  transition: all 0.5s;
  display: block;
}
body.open-minicart #fc_frame,
body.open-minicart #button-scroll {
  display: none !important;
}
body.open-minicart #chat-widget-container {
  right: 445px !important;
}
body #chat-widget-container {
  transition: all 0.7s !important;
}
body .cart-container .form-cart table > tbody > tr > td {
  vertical-align: middle;
}
.overlayminicart {
  position: fixed;
  z-index: 98;
  background: #000000;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}
#registration {
  border-left: 3px solid gray;
}
#registration .action.primary {
  padding: 7px 15px;
}
#minicart-content-wrapper,
#quotecart-content-wrapper {
  height: 100%;
}
.minicart-wrapper {
  /**
	 * Separate styling for Quote cart close button
	 * which now stays on the left
	 */
}
.minicart-wrapper.active .block-minicart {
  right: 0;
  transition: all 0.7s;
}
.minicart-wrapper.active .block-quotecart {
  left: 0;
  transition: all 0.7s;
}
.minicart-wrapper .action.close {
  position: absolute;
  right: 100%;
  top: 7%;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 5px 0 0 5px;
}
.minicart-wrapper .action.close:hover,
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background-color: #ffffff;
}
.minicart-wrapper .action.close:before {
  background: url(../images/icon-close-mini-cart.png) no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px;
  content: '';
  margin-top: 5px;
}
.minicart-wrapper.amquote-cart-wrapper-custom .action.close {
  left: 100%;
  border-radius: 0 5px 5px 0;
}
.minicart-wrapper .block-minicart {
  position: fixed;
  right: -100%;
  top: 0;
  max-width: 400px;
  height: 100%;
  min-width: auto;
  padding: 0;
  margin: 0;
  border: none;
  display: block !important;
  transition: all 1s;
  background: #f4f4f4;
}
.minicart-wrapper .block-quotecart {
  position: fixed;
  left: -100%;
  top: 0;
  max-width: 400px;
  height: 100%;
  min-width: auto;
  padding: 0;
  margin: 0;
  border: none;
  display: block !important;
  transition: all 1s;
  background: #f4f4f4;
}
.minicart-wrapper > .ui-corner-all {
  display: block !important;
}
.minicart-wrapper .my_shopping_cart_title {
  font-size: 20.9px;
  color: #684093;
  font-family: 'Gotham-Bold', sans-serif;
  text-transform: uppercase;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.minicart-wrapper .block-content {
  padding: 0;
  height: 100%;
  background-color: #ffffff;
}
.minicart-wrapper .block-minicart .subtitle.empty {
  font-size: 14px;
  color: #000000;
  font-family: 'Gotham-Bold', sans-serif;
  padding: 0 20px;
  margin-bottom: 10px;
}
.minicart-wrapper .line-minicart {
  width: 100px;
  height: 2px;
  color: #684093;
  margin: 0 auto;
}
.minicart-wrapper .image-iconcart {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 15%;
}
.minicart-wrapper .image-iconcart img {
  max-width: 145px;
}
.minicart-wrapper .line-minicart {
  width: 100px;
  height: 2px;
  background-color: #684093;
  margin: 0 auto;
}
.minicart-wrapper .messages-minicart.empty {
  font-size: 14px;
  color: #525252;
  font-family: 'Gotham-Medium', sans-serif;
  margin-top: 10px;
  line-height: 1.4;
  text-align: center;
  padding: 0 20px;
}
.minicart-wrapper a.action.shopnow {
  font-size: 17.54px;
  font-family: 'Gotham-Medium', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  background-color: #ea1f27;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.minicart-wrapper .block-minicart .block-content > .actions {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 15%;
  left: 0;
  padding: 0 20px;
}
.minicart-wrapper .block-minicart .block-content > .actions .primary {
  margin: 0;
}
.minicart-wrapper .product-item-name {
  padding-right: 20px;
}
.minicart-wrapper .product-item-name a {
  font-size: 14px;
  font-family: 'Gotham-Medium', sans-serif;
  color: #636363;
  line-height: 1.4;
  text-transform: uppercase;
}
.minicart-wrapper .product-code {
  font-family: 'Gotham-Light', sans-serif;
  color: #e42a31;
  font-size: 12px;
  line-height: 1.6;
  text-transform: uppercase;
  padding-right: 5px;
}
.minicart-wrapper .action.delete {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  background: transparent;
  width: 19px;
  height: 19px;
  text-align: center;
}
.minicart-wrapper .action.delete:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  display: inline-block;
  font-size: 19px;
  line-height: 1;
  color: #684093;
}
.minicart-wrapper .minicart-items-wrapper {
  padding: 0;
  margin: 0;
  border: none;
  height: calc(100% - 230px) !important;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item {
  position: relative;
  padding: 20px;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item:not(:first-child) {
  border-top: 0.5px solid #cccccc;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item:last-child {
  border-bottom: 0.5px solid #cccccc;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item:hover {
  background: #ffffff;
}
.minicart-wrapper .stock-status {
  font-size: 10.34px;
  text-transform: uppercase;
  padding: 5px;
  font-family: 'Gotham-Bold', sans-serif;
  background-color: transparent;
  border-radius: 5px;
  float: right;
  text-align: center;
}
.minicart-wrapper .stock-status span {
  padding: 6px 12px 6px 30px;
  border-radius: 20px;
  background: #f5f5f5;
  color: #000000;
  text-transform: capitalize;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
  text-align: start;
  max-width: min-content;
  white-space: nowrap;
}
.minicart-wrapper .stock-status span:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.minicart-wrapper .stock-status span .stock-label {
  margin-right: 6px;
}
.minicart-wrapper .stock-status span.available:before {
  background-color: #15a33b;
}
.minicart-wrapper .stock-status span.unavailable:before,
.minicart-wrapper .stock-status span.outofstock:before {
  background-color: #fa7f0e;
}
.minicart-wrapper .stock-status span.no-eta:before {
  background-color: red;
}
.minicart-wrapper .product-item-details .quick-info .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.minicart-wrapper .product-item-details .product-item-pricing {
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.minicart-wrapper .product-item-details .details-qty {
  margin-top: 0;
  position: relative;
  display: inline-block;
}
.minicart-wrapper .product-item-details .details-qty label {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 15px;
  color: #636363;
  line-height: 1.3;
  display: none;
}
.minicart-wrapper .product-item-details .details-qty .icon-minus-cart {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  color: #e82630;
  font-size: 20px;
  font-family: 'Gotham-Bold', sans-serif;
  transform: translateY(-50%);
  width: 15px;
}
.minicart-wrapper .product-item-details .details-qty .icon-plus-cart {
  position: absolute;
  top: calc(50% - 1px);
  right: 1px;
  text-align: center;
  color: #e82630;
  font-size: 19px;
  font-family: 'Gotham-Bold', sans-serif;
  transform: translateY(-50%);
  width: 15px;
}
.minicart-wrapper .product-item-details .price-container {
  margin-left: 20px;
}
.minicart-wrapper .product-item-details .price-container .label,
.minicart-wrapper .product-item-details .price-container .price {
  font-family: 'Gotham-Book', sans-serif;
  color: #636363;
  font-size: 12px;
  font-weight: 500;
}
.minicart-wrapper .product-item-details .price-container .subtotal-each-price .label {
  font-size: 15px;
}
.minicart-wrapper .product-item-details .price-container .subtotal-each-price .price {
  font-size: 15px;
  color: #e42a31;
  font-family: 'Gotham-Medium', sans-serif;
}
.minicart-wrapper .product-item-details .price-excluding-tax {
  display: inline-block;
  margin: 0;
}
.minicart-wrapper .minicart-items .item-qty {
  margin: 0;
  width: 80px;
  height: 28px;
  border-color: #c1c1c1;
  font-size: 15px;
  color: #47473e;
  font-family: 'Gotham-Book', sans-serif;
  padding: 5px 15px;
  border-radius: 5px;
}
.minicart-wrapper .block-minicart .subtotal {
  margin: 0;
  position: absolute;
  bottom: 25px;
  right: 0;
  padding-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  left: 0;
  background: #ffffff;
  z-index: 1;
}
.minicart-wrapper .block-minicart .subtotal .amount.price-container {
  border-bottom: 0.5px solid #cccccc;
}
.minicart-wrapper .block-minicart .subtotal .gst {
  border-bottom: 0.5px solid #cccccc;
  padding: 5px;
}
.minicart-wrapper .block-minicart .subtotal .label,
.minicart-wrapper .block-minicart .subtotal .price {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 15px;
  color: #636363;
  line-height: 1.3;
  text-transform: uppercase;
}
.minicart-wrapper .block-minicart .subtotal .label {
  padding-right: 20px;
}
.minicart-wrapper .block-minicart .subtotal .label:after {
  display: none;
}
.minicart-wrapper .block-minicart .subtotal .total {
  padding: 5px 0;
}
.minicart-wrapper .block-minicart .subtotal .total .label,
.minicart-wrapper .block-minicart .subtotal .total .price {
  font-size: 20px;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 600;
}
.minicart-wrapper .btn-gotocheckout {
  display: inline-block;
}
.minicart-wrapper .btn-gotocheckout button {
  height: auto;
  font-size: 14px;
  color: #ffffff;
  font-family: 'Gotham-Medium', sans-serif;
  line-height: calc(16/14);
  text-align: center;
  padding: 9px 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.minicart-wrapper .btn-viewcart {
  display: none;
}
.minicart-wrapper .btn-viewcart a {
  height: 27px;
  font-size: 11.72px;
  color: #ffffff;
  font-family: 'Gotham-Medium', sans-serif;
  line-height: 27px;
  text-align: center;
  padding: 0 8px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  background-color: #4caf50;
  font-weight: 500;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.minicart-wrapper .btn-viewcart a:hover,
.minicart-wrapper .btn-viewcart a:visited:focus {
  color: #ffffff;
}
.minicart-wrapper .actions-has-item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  z-index: 2;
  background-color: #ffffff;
}
.product-item-photo .price-hint {
  position: relative;
}
.product-item-photo:hover .price-item {
  visibility: visible;
  opacity: 1;
  left: 82%;
}
.product-item-photo .price-item {
  width: auto;
  display: block;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  padding: 10px;
  background: #684093;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 60%;
  top: 40px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 20;
}
.product-item-photo .price-item:before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Pro";
  left: -10px;
  position: absolute;
  color: #684093;
  font-weight: 700;
  font-size: 32px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1700px) and (min-width: 401px) {
  body #shopping-cart-table .column-switch-row {
    display: table-cell;
    position: static;
  }
}
@media (max-width: 1366.98px) {
  body.checkout-cart-index .cart-container .form-cart {
    overflow-x: inherit;
  }
}
@media (max-width: 991.98px) {
  #shopping-cart-table.cart.items td.switch-product:before {
    display: block !important;
    width: 45px;
    right: 35px;
    top: 2px;
  }
  #shopping-cart-table.cart.items td.switch-product .label-preferred-choice {
    left: 20px;
  }
  #shopping-cart-table.cart.items td.switch-product .switch-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    padding: 30px 20px 20px;
  }
  #shopping-cart-table.cart.items td.switch-product .switch-content .switch-top-content {
    padding-top: 10px;
  }
  #shopping-cart-table.cart.items td.switch-product .switch-content .switch-top-content .switch-image {
    padding: 5px 15px;
  }
  #shopping-cart-table.cart.items td.switch-product .switch-content .switch-top-content .switch-name {
    font-size: 10px;
  }
  #shopping-cart-table.cart.items td.switch-product .switch-content .switch-action-bottom .switch-button-container {
    padding: 0;
  }
  #shopping-cart-table.cart.items td.switch-product .switch-content .switch-action-bottom .switch-button-container button.switch {
    display: block;
    font-size: unset;
    line-height: unset;
    padding: 15px;
    width: 100%;
  }
  #shopping-cart-table.cart.items td.switch-product .switch-content .switch-action-bottom .switch-button-container button.switch span {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  body.open-minicart .overlayminicart {
    transition: all 0.5s;
  }
  .minicart-wrapper.active .block-minicart {
    transition: all 0.7s;
  }
  .minicart-wrapper.active .block-quotecart {
    transition: all 0.7s;
  }
  .minicart-wrapper .image-iconcart {
    margin-top: 30%;
  }
  .minicart-wrapper .block-minicart {
    transition: all 2s;
    width: 400px;
  }
  .minicart-wrapper .block-quotecart {
    transition: all 2s;
    width: 400px;
  }
  .minicart-wrapper .overlayminicart {
    transition: all 1s;
  }
  .minicart-wrapper .block-minicart .block-content > .actions {
    position: static;
    margin-top: 100px;
  }
  .minicart-wrapper .action.close {
    width: 58px;
    height: 55px;
  }
  .minicart-wrapper .action.close:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .minicart-wrapper .action.close {
    right: 10px;
    top: 15px;
    background-color: transparent;
  }
  .minicart-wrapper .action.close:hover,
  .minicart-wrapper .action.close:focus,
  .minicart-wrapper .action.close:active {
    background-color: transparent;
  }
  .minicart-wrapper .action.close#btn-quotecart-close {
    display: none;
  }
  .minicart-wrapper .block-minicart {
    width: 100%;
    max-width: 100%;
  }
  .minicart-wrapper .product-code {
    display: block;
  }
  .minicart-wrapper .stock-status {
    float: none;
    margin-top: 5px;
    display: inline-block;
  }
  .minicart-wrapper .product-item-details .product-item-pricing {
    display: block;
  }
  .minicart-wrapper .product-item-details .details-qty .icon-minus-cart {
    left: 0;
  }
  .minicart-wrapper .product-item-details .details-qty .icon-plus-cart {
    right: 3px;
  }
  .minicart-wrapper .product-item-details .price-container {
    margin-top: 5px;
    margin-left: 0;
  }
  body.open-minicart #chat-widget-container {
    display: none !important;
  }
}
@media (min-width: 401px) {
  body .column-switch-row div.switch-sale-icon {
    background-image: url('../images/green-arrow-right.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
    position: static !important;
  }
  body .cart.table-wrapper .col.item,
  body .cart.table-wrapper .col.price,
  body .cart.table-wrapper .col.qty,
  body .cart.table-wrapper .col.subtotal {
    display: table-cell !important;
    float: none;
  }
  body .cart.table-wrapper .col.subtotal[data-th]:before,
  body .cart.table-wrapper .col.qty[data-th]:before {
    display: none;
  }
  body .item-has-switchproduct.mobile {
    display: none !important;
  }
}
@media (max-width: 400.98px) {
  body #shopping-cart-table.cart.items tbody > .total-price-save {
    display: none;
  }
  body #shopping-cart-table.cart.items .switch-top {
    margin-top: 5px;
  }
  body #shopping-cart-table.cart.items tbody.has-switch-product tr.column-switch-product td .switch-content {
    display: block;
    padding: 0 10px;
    margin: 0;
  }
  body #shopping-cart-table.cart.items tbody.has-switch-product tr.column-switch-product td.sku:before {
    top: -12px;
  }
  body .item-has-switchproduct.mobile {
    display: table-row;
  }
  body .table-content-cart-items {
    margin-left: 0;
    margin-right: 0;
  }
  body .cart.table-wrapper .col.qty[data-th]:before {
    display: none;
  }
  body .column-switch-row div.switch-sale-icon {
    background: url('../images/green-arrow-down.png') no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 16px;
    text-align: center;
    position: absolute !important;
  }
  body .item-has-switchproduct.mobile {
    display: table-row !important;
  }
}
@media (min-width: 1200px) {
  body.account .content-list-address-edit .form-address-edit .fieldset > .field.choice.shipping {
    margin-left: 150px;
  }
}
#button-scroll {
  display: inline-block;
  background-color: #a30264;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 90px;
  right: 20px;
  color: #ffffff;
  border-radius: 25px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#button-scroll:hover {
  cursor: pointer;
  background-color: #13456e;
  opacity: 1;
}
#button-scroll:active {
  background-color: #13456e;
}
#button-scroll.show {
  opacity: 1;
  visibility: visible;
}
.cms-home,
.cms-index-index {
  font-family: 'Satoshi', sans-serif, sans-serif;
}
.cms-home .page-title-wrapper,
.cms-index-index .page-title-wrapper {
  display: none;
}
.cms-home ul,
.cms-index-index ul {
  list-style: none;
  padding-left: 0;
}
.cms-home .home-divider + p,
.cms-index-index .home-divider + p {
  display: none;
}
.cms-home .tp-tab-content,
.cms-index-index .tp-tab-content,
.cms-home .tp-tab-image,
.cms-index-index .tp-tab-image,
.cms-home rs-tab.tp-tab,
.cms-index-index rs-tab.tp-tab {
  display: none !important;
}
.cms-home .custom .tp-bullet,
.cms-index-index .custom .tp-bullet {
  height: 7px;
  width: 50px;
  background: #6ebd48;
}
.cms-home .custom .tp-bullet.selected,
.cms-index-index .custom .tp-bullet.selected {
  background: #43bdac;
}
.cms-home .custom .tp-bullet:hover,
.cms-index-index .custom .tp-bullet:hover {
  background: #6ebd48;
}
.home_category_session .category-items a img {
  min-height: 216px;
}
.mp-banner-slider .owl-carousel:not(.owl-loaded) > .banner-item {
  display: none;
}
.mp-banner-slider .owl-carousel:not(.owl-loaded) > .banner-item:first-child {
  display: block;
}
@media (min-width: 768px) {
  .cms-home .page-main,
  .cms-index-index .page-main {
    max-width: 100%;
    padding: 0;
  }
  .cms-home .desktop-hidden,
  .cms-index-index .desktop-hidden {
    display: none !important;
  }
  .cms-home .columns .column.main,
  .cms-index-index .columns .column.main {
    padding: 0;
  }
  .home_category_session .category-items {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
  }
  .home_category_session .category-items a {
    color: #13456e;
  }
  .home_category_session ul {
    padding-left: 0;
  }
  .home_category_session img {
    display: block;
    width: 100%;
  }
  .home_category_session a {
    display: inline-block;
    width: 100%;
    font-size: 25px;
    line-height: calc(33/25);
    font-weight: 600;
  }
  .home_category_session .category-session-title {
    font-size: 50px;
    line-height: calc(57/50);
    font-family: 'Satoshi', sans-serif, sans-serif;
    font-weight: 700;
    color: #13456e;
    margin: 70px 0;
    text-align: center;
  }
  .home_category_session .home-category-session {
    padding: 0 41px;
  }
  .home_category_session .category-four li {
    max-width: calc(25% - 26.25px);
    width: 100%;
    margin: 0 35px 0 0;
  }
  .home_category_session .category-four li:last-child,
  .home_category_session .category-four li.desktop-right {
    margin-right: 0;
  }
  .home_category_session .category-three li {
    max-width: calc((100% - 70px)/3);
    width: 100%;
    margin: 0 35px 0 0;
  }
  .home_category_session .category-three li:last-child {
    margin-right: 0;
  }
  .home_category_session .category-two li {
    width: 100%;
    margin: 0;
  }
  .home_category_session .category-two li:first-child {
    max-width: 66%;
  }
  .home_category_session .category-two li:last-child {
    max-width: 34%;
    margin-right: 0;
    padding-left: 35px;
  }
  .home_category_session .category-two img {
    max-height: 590px;
  }
  .home_category_session a span {
    margin-top: 25px;
  }
  .home_category_session img {
    margin-bottom: 25px;
  }
  .home_category_session .home-category-session-bottom {
    padding: 0 40px;
  }
  .home_category_session .home-category-range {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    background: #ffffff;
    -o-border-radius: 16px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    padding: 40px 0;
  }
  .home_category_session .home-category-range .range-icon {
    max-width: calc((610/1698)*100%);
    width: 100%;
    display: inherit;
    margin: 0 20px;
  }
  .home_category_session .home-category-range .category-range {
    max-width: calc((1088/1698)*100%);
    width: 100%;
    display: inline-block;
    padding: 0 40px;
  }
  .home_category_session .home-category-range .category-range .category-item-title {
    font-size: 42px;
    line-height: calc(56/42);
    color: #13456e;
    margin-bottom: 25px;
  }
  .home_category_session .home-category-range .category-range .category-item-content {
    font-size: 24px;
    line-height: calc(32/24);
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    margin-bottom: 50px;
    text-align: center;
  }
  .home_category_session .home-category-range .category-range a {
    font-size: 22px;
    line-height: calc(30/22);
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
    padding: 17px;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    color: #ffffff;
    background: #a30264;
    text-align: center;
    text-transform: uppercase;
    display: block;
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
  .testimonials_homepage_session {
    margin: 80px 0 120px;
  }
  .testimonials_homepage_session .icon {
    margin-left: 60px;
  }
  .testimonials_homepage_session .icon img {
    display: block;
    max-width: 81px;
  }
  .home_brands .home-brands {
    padding: 0 30px;
  }
  .home_brands .brand-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: calc(43/32);
    color: #13456e;
    margin-top: 0;
    text-align: center;
    margin-bottom: 55px;
  }
  .home_brands .brand-items {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .home_brands .brand-items .brand-item {
    padding: 0 5px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
  }
  .home_brands .brand-items .brand-item:first-child {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
  }
  .home_brands .brand-items .brand-item:last-child,
  .home_brands .brand-items .brand-item:nth-child(9) {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
  }
  .home_brands .brand-items.nine .brand-item {
    max-width: calc(100%/9);
    width: 100%;
  }
  .home_brands .brand-items.seven .brand-item {
    max-width: calc(100%/7);
    width: 100%;
  }
  .home_brands a {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    width: 100%;
    text-align: center;
    position: relative;
    font-family: 'Satoshi', sans-serif, sans-serif;
    font-weight: 400;
    color: #545453;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
  }
  .home_brands a:hover {
    color: #545453;
    text-decoration: underline;
  }
  .home_brands a::after {
    content: '';
    display: block;
    width: 11px;
    height: 17px;
    background: url('../images/gray_arrow_right.webp') no-repeat;
    margin-left: 10px;
  }
  .home_ordering_app {
    background: url(../images/home-app-bg.webp) no-repeat;
    margin-top: 120px;
  }
  .home_ordering_app .home-ordering-app {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    padding: 50px 20px 0;
  }
  .home_ordering_app .content-left {
    max-width: calc((1068/1840)*100%);
    width: 100%;
    margin: 0 auto;
  }
  .home_ordering_app .content-right {
    display: inherit;
    max-width: calc((772/1840)*100%);
    width: 100%;
  }
  .home_ordering_app h3 {
    margin: 0 0 25px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: #13456e;
    line-height: calc(56/42);
  }
  .home_ordering_app p {
    line-height: calc(32/24);
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
  }
  .home_ordering_app .link-download {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
  }
  .mp-banner-slider .owl-carousel .banner-item img.banner-item-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .home_advantages_ym {
    padding: 0 20px;
    margin: 150px 0 120px;
  }
  .home_advantages_ym .home-advantages-ym {
    position: relative;
  }
  .home_advantages_ym ul {
    padding-left: 0;
    max-width: 86%;
    width: 100%;
    margin: 20px auto 0;
  }
  .home_advantages_ym .content-left {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 48%;
    width: 100%;
  }
  .home_advantages_ym .advantage-item {
    margin-bottom: 27px;
  }
  .home_advantages_ym .advantages-title {
    margin-top: 0;
    background: #6ebd48;
    -o-border-radius: 11px 11px 0 0;
    border-radius: 11px 11px 0 0;
    -webkit-border-radius: 11px 11px 0 0;
    -moz-border-radius: 11px 11px 0 0;
    -ms-border-radius: 11px 11px 0 0;
    color: #ffffff;
    font-size: 50px;
    line-height: calc(67/50);
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    max-width: 100%;
    width: 100%;
    padding: 20px 40px;
  }
  .home_advantages_ym .background-advantages {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    width: 100%;
    min-height: 755px;
  }
  .home_advantages_ym .background-advantages .background-left {
    background: #f5f5f5;
    max-width: 43.7%;
    width: 100%;
  }
  .home_advantages_ym .background-advantages .background-right {
    max-width: 56.3%;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
  }
  .home_advantages_ym .item-content {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    width: 100%;
    position: relative;
  }
  .home_advantages_ym .item-content .item-content-icon {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    width: 132px;
    height: 132px;
    background: #ffffff;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  .home_advantages_ym .item-content .content {
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    background: #ffffff;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    margin-top: 24px;
    padding: 33.5px 30px 33.5px 30px;
    max-width: calc(100% - 100px);
    width: 100%;
    position: absolute;
    left: 115px;
    z-index: 1;
  }
  .home_advantages_ym .item-content .content h3 {
    font-size: 24px;
    line-height: calc(32/24);
    font-family: 'Manrope', sans-serif;
    color: #13456e;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .home_advantages_ym .item-content .content p {
    font-size: 15px;
    line-height: calc(20/15);
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
    color: #545453;
    margin-bottom: 0;
  }
  .home_advantages_ym .more-advantages {
    text-align: right;
  }
  .home_advantages_ym .more-advantages a {
    font-size: 25px;
    line-height: calc(29/25);
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color: #13456e;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    max-width: 50%;
    width: 100%;
    margin: 0 10px 0 auto;
    padding: 29px 0;
  }
  .home_advantages_ym .more-advantages a::before {
    content: '';
    display: block;
    width: 16px;
    height: 25px;
    background: url(../images/baseline-arrow_right-2x.webp) no-repeat;
    margin-left: 20px;
  }
  .home_video {
    padding: 0 20px;
  }
  .home_video .content {
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    background: #ffffff;
  }
  .home_video img {
    display: block;
  }
  .home_video .content-left {
    max-width: 60%;
    width: 100%;
  }
  .home_video .content-right {
    max-width: 40%;
    width: 100%;
  }
  .home_video .content-right .home-video-content {
    max-width: 72.5%;
    width: 100%;
    margin: 0 auto;
  }
  .home_video .content-right .home-video-content img {
    margin-bottom: 60px;
  }
  .home_video .content-right .home-video-content p {
    font-size: 38px;
    line-height: calc(51/38);
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    color: #13456e;
  }
  .home_video .content-right .home-video-content a {
    font-size: 38px;
    line-height: calc(51/38);
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    color: #13456e;
  }
  .home_services .home-services {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    background: #f5f5f5;
    padding-left: 30px;
  }
  .home_services .home-services .service-left {
    max-width: 31%;
    width: 100%;
  }
  .home_services .home-services .service-right {
    max-width: 69%;
    width: 100%;
    display: inherit;
  }
  .home_services .service-left-content p {
    margin-bottom: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #545453;
  }
  .home_services .service-info {
    max-width: 75.5%;
    width: 100%;
  }
  .home_services .service-left-icon {
    margin-bottom: 55px;
  }
  .home_services .service-left-link {
    margin-top: 55px;
    max-width: 90%;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    font-weight: calc(30/22);
    color: #ffffff;
    background: #a30264;
    text-transform: uppercase;
    padding: 19.5px;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
  }
  .home_introduction {
    margin: 150px 0 120px;
  }
  .home_introduction .home-introduction {
    padding: 0 15px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
  }
  .home_introduction .intro-about-us,
  .home_introduction .intro-medical-book {
    background: #f5f5f5;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    max-width: calc((50% - 12.5px));
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    padding: 50px;
  }
  .home_introduction .intro-about-us {
    margin-right: 25px;
  }
  .home_introduction h5 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: #13456e;
    margin-bottom: 35px;
    line-height: calc(56/42);
    text-transform: capitalize;
  }
  .home_introduction p {
    margin-bottom: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #545453;
    line-height: calc(32/24);
    max-width: 50%;
  }
  .home_introduction a {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    line-height: calc(30/22);
    margin-top: 35px;
    background: #a30264;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    padding: 19.5px 40px;
    color: #ffffff;
  }
  .home_introduction .intro-left {
    max-width: 49%;
    width: 100%;
  }
  .home_introduction .intro-right {
    max-width: 51%;
    width: 100%;
    display: inherit;
  }
  .home_package_trial {
    margin: 120px 0 150px;
    background: url(../images/home-package-trial-2x.webp) no-repeat;
  }
  .home_package_trial .package-intro-contact {
    max-width: 58%;
    width: 100%;
  }
  .home_package_trial .home-package-trial {
    position: relative;
  }
  .home_package_trial .package-intro-contact {
    position: absolute;
    left: 0;
    bottom: -60px;
  }
  .home_package_trial .package-title {
    position: relative;
    max-width: 70%;
    width: 100%;
    padding-top: 40px;
  }
  .home_package_trial .package-title p {
    font-size: 42px;
    line-height: calc(56/42);
    font-weight: 600;
    font-family: 'Satoshi', sans-serif, sans-serif;
    color: #13456e;
    margin-bottom: 70px;
  }
  .home_package_trial .package-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .home_package_trial .package-intro-items {
    padding-left: 0;
  }
  .home_package_trial .package-intro-items .package-intro-item {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .home_package_trial .package-intro-items .package-intro-item::before {
    content: '';
    display: block;
    width: 41px;
    height: 35px;
    background: url(../images/ticked-2x.webp) no-repeat;
  }
  .home_package_trial .package-intro-items .package-intro-item p {
    font-size: 20px;
    line-height: calc(27/20);
    font-weight: 600;
    font-family: 'Satoshi', sans-serif, sans-serif;
    color: #13456e;
    margin-bottom: 0;
    margin-left: 20px;
    max-width: calc(100% - 61px);
  }
  .home_package_trial .package-content {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  .home_package_trial .intro-contact {
    padding: 40px 65px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    background: #ffffff;
  }
  .home_package_trial .intro-contact p {
    margin-bottom: 0;
    font-size: 22px;
    line-height: calc(30/22);
    color: #13456e;
    font-weight: 600;
    font-family: 'Satoshi', sans-serif, sans-serif;
  }
  .home_package_trial .intro-contact p a {
    color: #13456e;
  }
  .home_package_trial .intro-contact p a:hover {
    text-decoration: underline;
  }
  .home_package_trial .intro-contact .divider {
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
    margin-bottom: 20px;
  }
  .home_package_trial .disclaimer {
    font-size: 13px;
    line-height: calc(16/13);
    font-family: 'Gotham-Light', sans-serif;
    color: #13456e;
    margin-bottom: 0;
  }
  .home_package_trial .package-intro {
    padding-bottom: 200px;
  }
  .home_package_trial .content-left h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 77px;
    line-height: calc(102/77);
    color: #13456e;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .home_package_trial .content-left button {
    margin-top: 20px;
    width: 100%;
    text-transform: inherit;
    font-family: 'Gotham-Light', sans-serif;
    font-size: 43px;
    line-height: calc(57/43);
    height: auto;
    box-shadow: 11px;
    -webkit-box-shadow: 11px;
    -moz-box-shadow: 11px;
    -ms-box-shadow: 11px;
  }
  .home_introduction_bottom {
    padding: 0 20px;
    margin: 120px 0 150px;
  }
  .home_introduction_bottom .home-introduction-bottom {
    padding: 80px 30px;
    background: #f5f5f5;
    text-align: center;
  }
  .home_introduction_bottom h3 {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: calc(43/32);
    color: #545453;
    margin-bottom: 43px;
    margin-top: 0;
  }
  .home_introduction_bottom p {
    font-size: 24px;
    line-height: calc(32/24);
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #545453;
    margin: 0 auto;
    max-width: 80%;
    width: 100%;
  }
  .home_introduction_bottom p.top {
    margin-bottom: 32px;
  }
  .home-divider {
    display: block;
    width: 100%;
    height: 57px;
    background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
  }
}
@media (min-width: 1440px) {
  .home_category_session .home-category-session-bottom {
    padding: 0 110px;
  }
  .home_category_session .home-category-range .range-icon {
    margin: 0 60px;
  }
  .home_category_session .home-category-range .category-range {
    padding: 0 110px;
  }
  .home_advantages_ym,
  .home_video,
  .testimonials_homepage_session {
    padding: 0 110px;
  }
  .home_package_trial .package-intro {
    padding-left: 110px;
  }
  .home_package_trial .package-intro-contact {
    padding-left: 40px;
  }
  .home_package_trial .package-content {
    max-width: 68%;
  }
  .home_package_trial .package-content .content-left {
    max-width: 40%;
  }
  .home_package_trial .package-content .content-right {
    max-width: 50%;
  }
  .home_services .home-services {
    padding-left: 110px;
  }
  .home_services .service-left-content p {
    font-size: 38px;
    line-height: calc(51/38);
  }
  .home_introduction .home-introduction {
    padding: 0 40px;
  }
  .home_introduction h5 {
    font-size: 42px;
  }
  .home_brands .home-brands {
    padding: 0 110px;
  }
  .home_ordering_app .home-ordering-app {
    padding: 80px 40px 0;
  }
  .home_ordering_app .home-ordering-app .ordering-app {
    max-width: 50%;
    width: 100%;
    margin: 0 10% 0 auto;
  }
  .home_ordering_app h3 {
    font-size: 42px;
  }
  .home_ordering_app p {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .home_introduction_bottom {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .home_advantages_ym {
    margin-top: 30px;
  }
  .home_advantages_ym .advantages-title {
    margin-top: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: calc(30/22);
    color: #ffffff;
    width: 100%;
    padding: 10px 40px;
    background: #6ebd48;
    -o-border-radius: 11px 11px 0 0;
    border-radius: 11px 11px 0 0;
    -webkit-border-radius: 11px 11px 0 0;
    -moz-border-radius: 11px 11px 0 0;
    -ms-border-radius: 11px 11px 0 0;
  }
  .home_advantages_ym .content-left {
    background: #f5f5f5;
  }
  .home_advantages_ym .content-left h3 {
    margin-top: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: calc(21/16);
    color: #13456e;
    margin-bottom: 15px;
  }
  .home_advantages_ym .content-left p {
    margin-bottom: 0;
    font-family: 'Manrope', sans-serif;
    color: #545453;
    font-size: 14px;
    line-height: calc(21/14);
    font-weight: 300;
  }
  .home_advantages_ym .content-left .content {
    padding: 20px 30px;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    background: #ffffff;
  }
  .home_advantages_ym .item-content-icon {
    width: 74px;
    height: 74px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    padding: 15px;
    background: #ffffff;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
  }
  .home_advantages_ym .item-content-icon img {
    display: block;
    width: 100%;
  }
  .home_advantages_ym .advantage-item {
    margin-bottom: 24px;
  }
  .home_advantages_ym .advantage-item:last-child {
    margin-bottom: 0;
  }
  .home_advantages_ym .advantage-item:last-child img {
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
  }
  .home_advantages_ym .advantage-items {
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0 20px;
  }
  .home_advantages_ym .item-content {
    position: relative;
    padding-left: 50px;
    padding-top: 18px;
  }
  .home_advantages_ym .item-content .item-content-icon {
    position: absolute;
    left: -10px;
    top: 0;
  }
  .home_advantages_ym .content-right {
    margin-top: -85px;
  }
  .home_advantages_ym .content-right img {
    display: block;
  }
  .home_advantages_ym .content-right .background-right {
    display: inherit;
  }
  .home_advantages_ym .content-right .more-advantages {
    text-align: right;
  }
  .home_advantages_ym .content-right .more-advantages a {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color: #13456e;
    padding: 15px 30px 15px 0;
  }
  .home_advantages_ym .content-right .more-advantages a::after {
    content: '';
    display: block;
    width: 11px;
    height: 16px;
    background: url(../images/baseline-arrow_right-2x.webp) no-repeat;
    background-size: 11px;
    margin-left: 5px;
  }
  .home_video {
    max-width: calc(100% - 15px);
    width: 100%;
  }
  .home_video .content {
    background: #ffffff;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .home_video .content-left {
    display: inherit;
    max-width: 55%;
    width: 100%;
    min-height: 202px;
  }
  .home_video .content-left img {
    object-fit: cover;
    background-position: center;
  }
  .home_video .content-right {
    max-width: 45%;
    width: 100%;
  }
  .home_video .home-video-content {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
  }
  .home_video .home-video-content img {
    margin-bottom: 15px;
  }
  .home_video .home-video-content p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: calc(20/14);
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #13456e;
  }
  .home_video .home-video-content a {
    margin-top: 15px;
    font-size: 14px;
    line-height: calc(20/14);
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #13456e;
  }
  .home_services .service-left {
    background: #f5f5f5;
    padding: 30px 20px;
  }
  .home_services .service-left-icon {
    max-width: 115px;
    width: 100%;
    margin: 0 auto;
  }
  .home_services .service-left-content {
    max-width: 70%;
    width: 100%;
    margin: 25px auto;
    text-align: center;
  }
  .home_services .service-left-content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: calc(24/18);
    color: #545453;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
  }
  .home_services .service-left-link {
    background: #a30264;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    text-align: center;
    display: block;
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    padding: 15px;
  }
  .home_services .service-right {
    height: 442px;
  }
  .home_services .service-right img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-position: left;
  }
  .home_introduction {
    margin-bottom: 45px;
  }
  .home_introduction .intro-about-us,
  .home_introduction .intro-medical-book {
    background: #f5f5f5;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    padding: 20px;
    margin-top: 25px;
  }
  .home_introduction .intro-about-us .intro-left,
  .home_introduction .intro-medical-book .intro-left {
    max-width: 50%;
    width: 100%;
    padding-right: 10px;
  }
  .home_introduction .intro-about-us .intro-right,
  .home_introduction .intro-medical-book .intro-right {
    max-width: 50%;
    width: 100%;
    display: inherit;
    min-height: 171px;
  }
  .home_introduction .intro-about-us .intro-right img,
  .home_introduction .intro-medical-book .intro-right img {
    object-fit: cover;
    background-position: center;
  }
  .home_introduction .intro-about-us h5,
  .home_introduction .intro-medical-book h5 {
    margin-top: 0;
    font-size: 20px;
    line-height: calc(27/20);
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: #13456e;
    margin-bottom: 15px;
  }
  .home_introduction .intro-about-us p,
  .home_introduction .intro-medical-book p {
    margin-bottom: 15px;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: calc(21/16);
    color: #545453;
  }
  .home_ordering_app {
    margin: 25px 0 40px;
  }
  .home_ordering_app .content-left {
    padding: 0 20px;
  }
  .home_ordering_app .ordering-app {
    max-width: 77%;
    width: 100%;
    margin: 0 0 0 auto;
    padding-top: 35px;
  }
  .home_ordering_app .ordering-app h3 {
    margin-top: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    line-height: calc(27/20);
    color: #13456e;
    margin-bottom: 25px;
  }
  .home_ordering_app .ordering-app p {
    font-size: 16px;
    line-height: calc(21/16);
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #545453;
    margin-bottom: 25px;
  }
  .home_ordering_app .link-download a {
    display: inline-block;
  }
  .home_ordering_app .link-download img {
    display: block;
  }
  .home_ordering_app .content-right {
    margin-top: 25px;
    display: inherit;
  }
  .home_ordering_app .content-right img {
    display: block;
  }
  .home_package_trial {
    margin-bottom: 50px;
  }
  .home_package_trial .package-intro {
    background: url(../images/home-package-trial-mobile.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 20px;
  }
  .home_package_trial .package-title {
    position: relative;
    padding-top: 60px;
  }
  .home_package_trial .package-title p {
    font-size: 16px;
    line-height: calc(25/16);
    font-weight: 600;
    font-family: 'Satoshi', sans-serif, sans-serif;
    color: #13456e;
    padding-bottom: 5px;
  }
  .home_package_trial .package-title::after {
    content: '';
    display: block;
    width: calc(100% + 40px);
    height: 1px;
    background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
    position: absolute;
    bottom: 0;
    left: -20px;
  }
  .home_package_trial .package-content {
    padding-left: 20px;
  }
  .home_package_trial .content-left h3 {
    margin-top: 40px;
    font-size: 43px;
    line-height: calc(57/43);
    color: #13456e;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
  }
  .home_package_trial .content-left img {
    width: 254px;
    margin: 15px 0;
  }
  .home_package_trial .content-left button {
    text-transform: inherit;
    font-family: 'Gotham-Light', sans-serif;
    font-size: 23px;
    line-height: calc(31/23);
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    padding: 0px 54px;
  }
  .home_package_trial .content-right {
    margin-top: 20px;
  }
  .home_package_trial .content-right .disclaimer {
    font-size: 12px;
    line-height: calc(13/12);
    color: #13456e;
    font-family: 'Gotham-Light', sans-serif;
  }
  .home_package_trial .package-intro-items {
    margin-bottom: 0;
    max-width: 230px;
    width: 100%;
  }
  .home_package_trial .package-intro-items .package-intro-item {
    padding-left: 28px;
    position: relative;
  }
  .home_package_trial .package-intro-items .package-intro-item::before {
    content: '';
    display: block;
    width: 23px;
    height: 20px;
    background: url(../images/ticked-2x.webp) no-repeat;
    background-size: 23px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .home_package_trial .package-intro-items p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: calc(15/11);
    font-family: 'Satoshi', sans-serif, sans-serif;
    font-weight: 600;
    color: #13456e;
  }
  .home_package_trial .package-intro-contact {
    padding-left: 20px;
  }
  .home_package_trial .package-intro-contact .intro-contact {
    background: #ffffff;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    padding: 30px 0 30px 25px;
  }
  .home_package_trial .package-intro-contact .divider {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
    margin-bottom: 30px;
  }
  .home_package_trial .package-intro-contact p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: calc(19/14);
    font-family: 'Satoshi', sans-serif, sans-serif;
    font-weight: 600;
    color: #13456e;
  }
  .home_package_trial .package-intro-contact p a {
    color: #13456e;
  }
  .home_introduction_bottom {
    background: #f5f5f5;
  }
  .home_introduction_bottom .home-introduction-bottom {
    padding: 40px 20px 60px;
    text-align: center;
  }
  .home_introduction_bottom h3 {
    margin-top: 0;
    font-size: 25px;
    line-height: calc(30/25);
    color: #545453;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .home_introduction_bottom p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: calc(26/16);
    font-family: 'Manrope', sans-serif;
    color: #545453;
    font-weight: 300;
  }
  .home_introduction_bottom p.top {
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .cms-home .page-main,
  .cms-index-index .page-main {
    padding: 0;
  }
  .cms-home .mobile-hidden,
  .cms-index-index .mobile-hidden {
    display: none !important;
  }
  .home_category_session {
    padding: 0 20px;
  }
  .home_category_session .category-session-title {
    margin: 30px 0 45px;
    font-family: 'Satoshi', sans-serif, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #13456e;
    font-size: 30px;
    line-height: calc(34/30);
  }
  .home_category_session .category-items {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 0;
  }
  .home_category_session .category-items a {
    font-family: 'Satoshi', sans-serif, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: calc(19/14);
    color: #13456e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    height: 100%;
    position: relative;
    padding-bottom: 27px;
  }
  .home_category_session .category-items a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home_category_session .category-items a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home_category_session .category-items .category-item {
    height: 100%;
  }
  .home_category_session .category-items li:not(.mobile-width-double) a img {
    object-fit: cover;
  }
  .home_category_session .category-one .category-items li {
    width: 100%;
  }
  .home_category_session .category-four li,
  .home_category_session .category-three li {
    max-width: 50%;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 5px;
  }
  .home_category_session .category-four li.mobile-width-double,
  .home_category_session .category-three li.mobile-width-double {
    max-width: 50%;
    padding-left: 5px;
    padding-right: 0;
  }
  .home_category_session .category-four li.mobile-width-double + li.mobile-width-double,
  .home_category_session .category-three li.mobile-width-double + li.mobile-width-double {
    padding-left: 0;
    padding-right: 5px;
  }
  .home_category_session .category-four li.category-item-right,
  .home_category_session .category-three li.category-item-right {
    padding-left: 5px;
    padding-right: 0;
  }
  .home_category_session .category-two.third li {
    max-width: 50%;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 5px;
  }
  .home_category_session .category-two.third li.mobile-width-double {
    max-width: 50%;
    padding-left: 0;
    padding-right: 5px;
  }
  .home_category_session .category-two.third li.category-item-right {
    padding-left: 5px;
    padding-right: 0;
  }
  .home_category_session .category-two.third .category-items a img {
    min-height: 216px;
    object-fit: cover;
  }
  .home_category_session .category-four.second .mobile-width-double.desktop-right {
    padding-left: 0;
    padding-right: 5px;
  }
  .home_category_session .range-icon {
    max-width: 75%;
    width: 100%;
    margin: 20px auto 30px;
  }
  .home_category_session .home-category-session-bottom {
    margin-top: 20px;
  }
  .home_category_session .category-range {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .home_category_session .category-range a {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    background: #a30264;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    padding: 13px;
  }
  .home_category_session .category-item-title {
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    color: #13456e;
  }
  .home_category_session .category-item-content {
    margin: 30px 0;
    font-size: 14px;
    line-height: calc(25/14);
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #545453;
  }
  .home_category_session .home-category-range {
    padding: 30px;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
  }
  .testimonials_homepage_session {
    margin: 30px 0;
  }
  .testimonials_homepage_session .icon {
    max-width: 81px;
    width: 100%;
    margin: 0 auto;
  }
  .home_brands {
    padding: 0 20px;
  }
  .home_brands .brand-title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 18px;
    line-height: calc(24/18);
    color: #13456e;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
  }
  .home_brands .brand-items {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .home_brands .brand-items .brand-item {
    max-width: 50%;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    padding-right: 5px;
  }
  .home_brands .brand-items .brand-item:nth-child(2n) {
    padding: 0 0 0 5px;
  }
  .home_brands a {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: calc(16/14);
    color: #13456e;
  }
  .home_brands a::after {
    content: '';
    display: block;
    width: 11px;
    height: 16px;
    background: url('../images/baseline-arrow_right-2x.webp') no-repeat;
    background-size: 11px;
    margin-left: 10px;
  }
  .mp-banner-slider .owl-carousel .banner-item img.banner-item-destop {
    display: none;
  }
}
@media (min-width: 769px) {
  .ym-green-page .gr-title {
    font-size: 50px;
    line-height: 54px;
  }
  .ym-green-page .content-middle .heading {
    font-size: 40px;
    line-height: 50px;
    max-width: 654px;
    margin: 59px auto 55px;
  }
  .ym-green-page .content-middle .gr-logo {
    max-width: 296px;
  }
  .ym-green-page .content-middle .gr-box .icon {
    max-width: 165px;
  }
  .ym-green-page .gr-row .gr-box p {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 43px;
  }
  .ym-green-page .slogan .text-content {
    font-size: 30px;
    line-height: 43px;
  }
  .ym-green-page .story .heading {
    font-size: 40px;
    line-height: 43px;
  }
  .ym-green-page .story .content p {
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 0;
    text-align: center;
  }
  .ym-green-page .statistical .box .text {
    font-size: 30px;
    line-height: 43px;
  }
  .ym-green-page .statistical .box .small-text {
    font-size: 21px;
    line-height: 33px;
  }
  .ym-green-page .gr-col img {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .ym-green-page .gr-title {
    font-size: 80px;
    line-height: 86px;
  }
  .ym-green-page .story .heading {
    text-align: left;
  }
  .ym-green-page .text-wrap {
    padding-bottom: 45px;
  }
  .ym-green-page .slogan .icon {
    max-width: 172px;
  }
  .ym-green-page .statistical {
    grid-gap: 47px;
    display: flex;
    margin-top: 54px;
  }
  .ym-green-page .statistical .box:not(:first-child) {
    margin-top: 0;
  }
  .ym-green-page .statistical .box .counter {
    font-size: 164px;
    line-height: 270px;
  }
  .ym-green-page .gr-row {
    display: flex;
    justify-content: space-between;
  }
  .ym-green-page .gr-col {
    max-width: 48%;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .ym-green-page .content-middle .gr-box .icon {
    max-width: 237px;
  }
}
.cms-page-view .title-recent {
  text-transform: capitalize;
  text-align: center;
}
.cms-page-view .messages {
  margin-bottom: 0;
}
.cms-page-view .page-title-wrapper {
  max-width: 100%;
  margin: auto;
}
.cms-page-view .page-title-wrapper .page-title {
  color: #e42a31;
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
  font-weight: 400;
}
.cms-page-view .page-title-wrapper .page-title:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30%;
  height: 4px;
  background: #684093;
  z-index: 2;
}
.cms-page-view .page-title-wrapper .page-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(150%);
  height: 2px;
  background: #b1aaa2;
  z-index: 1;
}
.cms-about-us .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cms-about-us .page-main .cms-about-testimonials h2,
.cms-about-us .page-main .cms-about-brands h2 {
  text-align: center;
  padding: 30px 0 15px;
  padding-bottom: 30px;
  line-height: 36px;
  margin-top: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .cms-about-us .page-main .cms-about-testimonials h2,
  .cms-about-us .page-main .cms-about-brands h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.cms-about-us .page-main .cms-about-brands .list-sub-category .cat-item {
  width: calc(100%/5);
}
@media (max-width: 1600px) {
  .cms-about-us .page-main .cms-about-brands .list-sub-category .cat-item {
    width: calc(100%/4);
  }
}
.cms-about-us .about-astir .tparrows {
  width: 33px !important;
  height: 37px !important;
  background: 0 0 !important;
}
.cms-about-us .about-astir .tparrows:before {
  background-size: 33px !important;
  line-height: 37px !important;
  font-size: 0 !important;
}
.cms-about-us .about-astir .tparrows.tp-leftarrow:before {
  background: url('../images/previmage.png') no-repeat;
}
.cms-about-us .about-astir .tparrows.tp-rightarrow:before {
  background: url('../images/nextimage.png') no-repeat;
}
@media (max-width: 767.98px) {
  .cms-about-us .about-astir .tparrows {
    display: none !important;
  }
}
.cms-about-us .about-astir .tp-bullets {
  display: none !important;
}
.cms-about-us .about-astir .tp-tabs {
  display: none !important;
}
/** 404 page Yesmed **/
@media (max-width: 991px) {
  .cms-no-route .page-wrapper .page-main .error-text {
    margin-bottom: 10px;
  }
  .cms-no-route .page-wrapper .page-main .error-message {
    max-width: 100%;
  }
}
/** End 404 page Yesmed  **/
/**About-us Yesmed **/
.cms-about-us .page-main {
  padding: 0;
}
.cms-about-us .page-main * {
  box-sizing: border-box;
}
.cms-about-us .page-main .full-bleed {
  width: 100%;
  max-width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 0 20px 0 20px;
}
.cms-about-us .page-main .row-full-width-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
.cms-about-us .page-main .block-banner {
  display: flex;
  margin-bottom: 95px;
}
.cms-about-us .page-main .block-banner__content {
  flex: 40%;
  padding-left: 111px;
  margin-top: 115px;
}
.cms-about-us .page-main .block-banner__content .title {
  max-width: 603px;
  font-size: 52px;
  color: #1e446c;
  line-height: 60px;
  letter-spacing: -2.5px;
  padding-bottom: 44px;
}
.cms-about-us .page-main .block-banner__content .detail,
.cms-about-us .page-main .block-banner__content .detail-link {
  max-width: 480px;
}
.cms-about-us .page-main .block-banner__content .detail p,
.cms-about-us .page-main .block-banner__content .detail-link p {
  margin-bottom: 32px;
}
.cms-about-us .page-main .block-banner__content .detail p,
.cms-about-us .page-main .block-banner__content .detail-link p,
.cms-about-us .page-main .block-banner__content .detail a,
.cms-about-us .page-main .block-banner__content .detail-link a {
  letter-spacing: -0.25px;
  font-size: 23px;
  line-height: 32px;
  color: #545453;
}
.cms-about-us .page-main .block-banner__content .detail-link a {
  color: #6bb233;
}
.cms-about-us .page-main .block-banner__image {
  flex: 60%;
}
.cms-about-us .page-main .block-intro-box .intro-box figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 1451px;
}
.cms-about-us .page-main .block-intro-box .intro-box figure img {
  width: 100%;
  height: auto;
}
.cms-about-us .page-main .block-extensions {
  max-width: 1706px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 156px;
}
.cms-about-us .page-main .block-extensions .title {
  padding-left: 100px;
  display: flex;
}
.cms-about-us .page-main .block-extensions .title figure {
  max-width: 206px;
  padding-right: 25px;
}
.cms-about-us .page-main .block-extensions .title h4 {
  margin-top: 25px;
  margin-bottom: 25px;
  border-left: 1px dotted #18446c;
  padding-left: 25px;
  font-size: 48px;
  line-height: 58px;
  color: #18446c;
  text-align: center;
  font-weight: 400;
  letter-spacing: -2.5px;
}
.cms-about-us .page-main .block-extensions .content {
  display: flex;
  flex-wrap: wrap;
}
.cms-about-us .page-main .block-extensions .content .border-bt {
  border-bottom: 1px dotted #18446c;
}
.cms-about-us .page-main .block-extensions .content .border-rr {
  border-right: 1px dotted #18446c;
}
.cms-about-us .page-main .block-extensions .content .reason {
  flex: 50%;
  display: flex;
}
.cms-about-us .page-main .block-extensions .content .reason figure,
.cms-about-us .page-main .block-extensions .content .reason .detail {
  flex: 50%;
}
.cms-about-us .page-main .block-extensions .content .reason .detail {
  margin-top: 30px;
}
.cms-about-us .page-main .block-extensions .content .reason .detail h5 {
  font-weight: 700;
  font-size: 42px;
  text-transform: uppercase;
  line-height: 58px;
  color: #18446c;
  font-family: 'Gotham-Bold', sans-serif;
}
.cms-about-us .page-main .block-extensions .content .reason .detail h5 .fun {
  color: #0a959f;
}
.cms-about-us .page-main .block-extensions .content .reason .detail h5 .fast {
  color: #7fb559;
}
.cms-about-us .page-main .block-extensions .content .reason .detail h5 .fun {
  color: #4ac0e2;
}
.cms-about-us .page-main .block-extensions .content .reason .detail p {
  font-size: 23px;
  line-height: 27px;
  color: #18446c;
  font-family: 'Gotham-Book', sans-serif;
}
.cms-about-us .page-main .block-extensions .contact {
  text-align: right;
  margin-top: 22px;
}
.cms-about-us .page-main .block-extensions .contact p {
  font-size: 23px;
  line-height: 27px;
  color: #6eb749;
}
.cms-about-us .page-main .block-extensions .contact p a {
  padding-left: 60px;
  color: #6eb749;
}
.cms-about-us .page-main .block-my-team {
  margin-bottom: 75px;
  padding: 0;
}
.cms-about-us .page-main .block-my-team .title {
  margin-bottom: 75px;
}
.cms-about-us .page-main .block-my-team .title h3 {
  text-align: center;
  font-size: 48px;
  line-height: 58px;
  color: #1e446c;
  font-weight: 700;
  font-family: 'Gotham-Bold', sans-serif;
}
.cms-about-us .page-main .block-my-team .title h3 span {
  color: #6eb749;
}
.cms-about-us .page-main .block-company .block-company__member {
  max-width: 1845px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.cms-about-us .page-main .block-company .block-company__member .person {
  max-width: 25%;
  flex: 25%;
  position: relative;
  margin-bottom: 50px;
}
.cms-about-us .page-main .block-company .block-company__member .person .info {
  position: absolute;
  right: 25px;
  bottom: -20px;
  text-align: right;
  max-width: 275px;
  transform: rotateY(0deg) rotate(-15deg);
}
.cms-about-us .page-main .block-company .block-company__member .person .info h5,
.cms-about-us .page-main .block-company .block-company__member .person .info p {
  font-size: 25px;
  font-weight: 400;
  color: #684093;
  text-transform: none;
}
.cms-about-us .page-main .block-company .block-company__member .person .info h5 {
  font-weight: 700;
}
@media (max-width: 1600px) and (min-width: 1441px) {
  .cms-about-us .page-main .block-company .block-company__member .person .info {
    bottom: -30px;
  }
}
.cms-about-us .page-main .block-company .block-company__member .looking {
  flex: 75%;
  margin: auto;
}
.cms-about-us .page-main .block-company .block-company__member .looking figure {
  text-align: center;
}
@media (max-width: 1440px) {
  .cms-about-us .page-main .block-banner {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .cms-about-us .page-main .block-banner__content {
    flex: 100%;
    order: 2;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
  }
  .cms-about-us .page-main .block-banner__content .title {
    max-width: 100%;
  }
  .cms-about-us .page-main .block-banner__content .detail {
    max-width: 100%;
  }
  .cms-about-us .page-main .block-banner__image {
    flex: 100%;
    order: 1;
  }
  .cms-about-us .page-main .block-banner__image figure {
    height: 500px;
    overflow: hidden;
  }
  .cms-about-us .page-main .block-extensions .title {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .cms-about-us .page-main .block-extensions .title figure {
    flex: 100%;
    padding: 0;
    margin: auto;
  }
  .cms-about-us .page-main .block-extensions .title h4 {
    flex: 100%;
    border: 0;
    padding: 0;
    margin-top: 0;
  }
  .cms-about-us .page-main .block-extensions .content > div:nth-child(even) {
    padding-left: 20px;
  }
  .cms-about-us .page-main .block-extensions .content .reason {
    flex-wrap: wrap;
  }
  .cms-about-us .page-main .block-extensions .content .reason .detail {
    flex: 100%;
    margin-top: 0;
  }
  .cms-about-us .page-main .block-extensions .content .reason .detail figure {
    flex: 100%;
  }
  .cms-about-us .page-main .block-extensions .content .reason .detail h5 {
    margin-top: 0;
  }
  .cms-about-us .page-main .block-company .block-company__member .person .info {
    position: relative;
    right: 0;
    bottom: 50px;
    margin-right: 10px;
    margin-left: auto;
  }
  .cms-about-us .page-main .block-company .block-company__member .person .info h5,
  .cms-about-us .page-main .block-company .block-company__member .person .info p {
    font-size: 15px;
    font-weight: 400;
    color: #684093;
    text-transform: none;
  }
}
@media (max-width: 768px) {
  .cms-about-us .page-main p {
    font-size: 16px;
  }
  .cms-about-us .page-main .block-banner {
    margin-bottom: 30px;
  }
  .cms-about-us .page-main .block-banner__content .title {
    max-width: 280px;
    font-size: 24px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 32px;
  }
  .cms-about-us .page-main .block-banner__content .detail p,
  .cms-about-us .page-main .block-banner__content .detail-link p,
  .cms-about-us .page-main .block-banner__content .detail a,
  .cms-about-us .page-main .block-banner__content .detail-link a {
    font-size: 14px;
    padding-left: 20px;
    text-align: center;
    padding-right: 20px;
  }
  .cms-about-us .page-main .block-banner__content .detail-link {
    text-align: center;
    max-width: 100%;
  }
  .cms-about-us .page-main .block-banner__image figure {
    height: 360px;
    position: relative;
  }
  .cms-about-us .page-main .block-banner__image figure img {
    transform: translate(-50%, 0);
    position: absolute;
    width: 150%;
    max-width: 150%;
    left: 50%;
  }
  .cms-about-us .page-main .block-extensions {
    margin-bottom: 50px;
  }
  .cms-about-us .page-main .block-extensions .title figure {
    max-width: 104px;
  }
  .cms-about-us .page-main .block-extensions .title h4 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .cms-about-us .page-main .block-extensions .content > div:nth-child(even) {
    padding-left: 0;
  }
  .cms-about-us .page-main .block-extensions .content .reason {
    flex: 100%;
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
  }
  .cms-about-us .page-main .block-extensions .content .reason .detail {
    margin-bottom: 20px;
  }
  .cms-about-us .page-main .block-extensions .content .reason .detail h5 {
    font-size: 30px;
  }
  .cms-about-us .page-main .block-extensions .content .reason .detail p {
    font-size: 16px;
  }
  .cms-about-us .page-main .block-extensions .content .reason.border-rr {
    border-right: 0;
  }
  .cms-about-us .page-main .block-extensions .content .reason.border-bt {
    border-bottom: 0;
  }
  .cms-about-us .page-main .block-extensions .content .reason.border-sm {
    border-bottom: 3px dotted #18446c;
  }
  .cms-about-us .page-main .block-extensions .contact p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 30px 0;
  }
  .cms-about-us .page-main .block-extensions .contact p a {
    padding: 0;
    font-weight: 700;
  }
  .cms-about-us .page-main .block-my-team .title {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cms-about-us .page-main .block-my-team .title h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .cms-about-us .page-main .block-my-team .picture-team figure {
    height: 400px;
    position: relative;
    overflow: hidden;
  }
  .cms-about-us .page-main .block-my-team .picture-team figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: none;
  }
  .cms-about-us .page-main .block-company .block-company__member .person {
    flex: 50%;
    max-width: 50%;
  }
  .cms-about-us .page-main .block-company .block-company__member .person .info {
    max-width: 100%;
  }
  .cms-about-us .page-main .block-company .block-company__member .person .info .name,
  .cms-about-us .page-main .block-company .block-company__member .person .info .class {
    font-size: 14px;
    list-style: 15px;
  }
  .cms-about-us .page-main .block-company .block-company__member .person .info .name {
    margin-top: 0;
    font-weight: 700;
  }
  .cms-about-us .page-main .block-company .block-company__member .looking {
    flex: 100%;
  }
}
@media (max-width: 576px) {
  .cms-about-us .page-main .block-company .block-company__member .person {
    flex: 100%;
    max-width: 100%;
    position: relative;
  }
  .cms-about-us .page-main .block-company .block-company__member .person .info {
    right: 15px;
    position: absolute;
    bottom: 0;
  }
}
/** End About-us Yesmed  **/
.cms-specials .page-title-wrapper .page-title {
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Gotham-Bold', sans-serif;
  margin-top: 23px;
}
/*REGISTERED page*/
.cms-registered-thank-you .page-title-wrapper {
  padding-top: 30px;
}
.cms-registered-thank-you .page-title-wrapper .page-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #484740;
  font: 700 40px/40px 'Gotham-Bold', sans-serif;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cms-registered-thank-you .page-title-wrapper .page-title:before,
.cms-registered-thank-you .page-title-wrapper .page-title:after {
  display: none;
}
@media (max-width: 991px) {
  .cms-registered-thank-you .page-title-wrapper .page-title {
    font-size: 28px !important;
    padding: 0 20px;
    line-height: 32px;
  }
}
.registered-thank-you {
  position: relative;
}
.registered-thank-you .registered-content {
  margin: 50px 0 50px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
  padding: 50px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .registered-thank-you .registered-content {
    margin: 30px 0 30px;
    padding: 30px;
  }
}
.registered-thank-you .registered-content p {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 30px;
}
.registered-thank-you .registered-content p:last-child {
  margin-bottom: 0;
}
.registered-thank-you .registered-content strong {
  display: block;
  padding-top: 3px;
}
.registered-thank-you h2 {
  text-align: center;
  margin-top: 20px;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: normal;
  font-size: 28px;
  color: #484740;
  font-style: italic;
}
@media (min-width: 992px) {
  .registered-thank-you h2.hidden-desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .registered-thank-you h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.registered-thank-you .success_submit h2 {
  text-align: left;
}
@media (max-width: 991px) {
  .registered-thank-you .success_submit h2 {
    display: none;
  }
}
.registered-thank-you .success_submit p {
  line-height: 28px !important;
}
@media (max-width: 991px) {
  .registered-thank-you .best-shopping {
    display: block;
  }
  .registered-thank-you .best-shopping .left-best {
    width: 100%;
  }
  .registered-thank-you .best-shopping .success_submit {
    width: 100%;
    padding: 0;
  }
  .registered-thank-you h2.hidden-desktop {
    padding-bottom: 30px;
  }
  .registered-thank-you .logo_app {
    display: none;
  }
}
@media (max-width: 767px) {
  .registered-thank-you .best-shopping .content-form {
    display: block;
  }
  .registered-thank-you .best-shopping .content-form .fieldset {
    width: 100%;
  }
  .registered-thank-you .best-shopping .content-form .actions-toolbar {
    width: 100%;
    margin-top: 0;
  }
  .registered-thank-you .best-shopping .content-form .actions-toolbar button {
    width: 100%;
  }
  .registered-thank-you .best-shopping .send-app-download-link {
    margin-bottom: 20px;
  }
}
/* Returns page */
@media (min-width: 768px) {
  .cms-returns .page-main {
    max-width: 1680px;
  }
}
.returns-page .return-page-title {
  font-family: 'Manrope', sans-serif;
  color: #684093;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.returns-page .step-subtitle {
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #686969;
  margin: 30px 0;
}
.returns-page .return-page-step {
  text-align: center;
}
.returns-page .return-page-step.steps-1 .step-items li {
  position: relative;
}
.returns-page .return-page-step.steps-1 .step-items li::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
}
.returns-page .return-page-step.steps-2 a {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  background: #684093;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
}
.returns-page .step-title {
  color: #684093;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  margin-top: 0;
}
.returns-page .step-content p {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #686969;
}
.returns-page .step-items {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.returns-page .step-items li {
  margin-bottom: 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  background: #f5f5f5;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
}
.returns-page .return-page-reviews h3 {
  margin-top: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #684093;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .returns-page .return-page-title {
    font-size: 60px;
    margin: 60px 0 0;
  }
  .returns-page .step-items {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }
  .returns-page .step-content p {
    font-size: 26px;
    line-height: calc(45/26);
  }
  .returns-page .step-subtitle {
    margin: 60px 0;
    font-size: 30px;
    line-height: calc(72/30);
  }
  .returns-page .return-page-step.steps-1 .step-item {
    max-width: calc((100% - 60px)/3);
    width: 100%;
    margin-right: 30px;
    padding: 60px 60px;
  }
  .returns-page .return-page-step.steps-1 .step-item.item-3 {
    margin-right: 0;
  }
  .returns-page .return-page-step.steps-1 .step-content p {
    margin-top: 60px;
  }
  .returns-page .return-page-step.steps-2 .step-item {
    max-width: calc(50% - 15px);
    width: 100%;
    margin-right: 30px;
    padding: 60px 60px;
  }
  .returns-page .return-page-step.steps-2 .step-item:last-child {
    margin-right: 0;
  }
  .returns-page .return-page-step.steps-2 .step-content p {
    margin-top: 50px;
  }
  .returns-page .return-page-step.steps-2 a {
    font-size: 20px;
    line-height: calc(36/20);
    padding: 6px 20px;
    margin-top: 60px;
  }
  .returns-page .return-page-step.steps-2 .step-icon {
    margin-bottom: 60px;
  }
  .returns-page .return-page-step.steps-3 {
    margin-top: 120px;
  }
  .returns-page .return-page-step.steps-next {
    margin-top: 65px;
  }
  .returns-page .return-page-step.policy {
    margin-top: 100px;
  }
  .returns-page .return-page-step.policy .step-content p {
    margin-bottom: 30px;
  }
  .returns-page .return-page-step.steps-3 .step-title,
  .returns-page .return-page-step.steps-next .step-title,
  .returns-page .return-page-step.policy .step-title {
    margin-bottom: 30px;
  }
  .returns-page .return-page-reviews {
    margin-top: 150px;
  }
  .returns-page .return-page-reviews h3 {
    font-size: 18px;
    line-height: calc(24/18);
  }
}
@media (max-width: 1199px) {
  .returns-page .return-page-title {
    font-size: 30px;
  }
  .returns-page .step-content p {
    font-size: 16px;
    line-height: calc(25/16);
  }
  .returns-page .step-subtitle {
    font-size: 18px;
    line-height: calc(25/18);
  }
  .returns-page .step-title {
    font-size: 25px;
    line-height: 1;
  }
  .returns-page .step-items {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
  }
  .returns-page .return-page-step.steps-1 .step-item,
  .returns-page .return-page-step.steps-2 .step-item {
    padding: 40px;
    margin-bottom: 40px;
  }
  .returns-page .return-page-step.steps-1 .step-content p,
  .returns-page .return-page-step.steps-2 .step-content p {
    margin-top: 60px;
  }
  .returns-page .return-page-step.steps-2 a {
    font-size: 14px;
    line-height: 1;
    padding: 13px 20px;
  }
  .returns-page .return-page-step.steps-2 .step-icon {
    margin-bottom: 40px;
  }
  .returns-page .return-page-step.steps-3,
  .returns-page .return-page-step.steps-next {
    margin-bottom: 40px;
  }
  .returns-page .return-page-step.steps-3 .step-title,
  .returns-page .return-page-step.steps-next .step-title,
  .returns-page .return-page-step.policy .step-title {
    margin-bottom: 25px;
  }
  .returns-page .return-page-step.policy .step-content p {
    margin-bottom: 25px;
  }
  .returns-page .return-page-reviews {
    display: none;
  }
}
/* End Returns page */
/*Recent Ordered Products*/
body.cms-recent-ordered .page-title-wrapper {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.cms-recent-ordered .recent-cms-content {
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 1260px) {
  body.cms-recent-ordered .recent-cms-content {
    padding-top: 0;
  }
}
body.cms-recent-ordered .recent-cms-content p {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 500;
  font-size: 24px;
  padding: 15px;
}
body.cms-recent-ordered .recent-cms-content a {
  display: inline-block;
  background: #dc2027;
  color: #ffffff;
  padding: 5px 40px;
  border-radius: 5px;
}
@media (max-width: 639px) {
  body.cms-recent-ordered .recent-cms-content a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
body.cms-recent-ordered .recent-cms-content img {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  body.cms-recent-ordered .recent-cms-content .title-recent {
    font-size: 28px;
  }
}
/* Account Summary */
body.cms-account-summary .page-title-wrapper {
  text-align: center;
  padding: 30px 0;
}
body.cms-account-summary .page-title-wrapper .page-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
}
body.cms-account-summary .page-title-wrapper .page-title:after {
  left: -15px;
  width: calc(100% + 30px);
}
body.cms-account-summary .page-title-wrapper .page-title:before {
  left: 50%;
  transform: translateX(-50%);
  width: 56%;
}
body.cms-account-summary .acc-summary {
  max-width: 600px;
  margin: 0 auto;
}
body.cms-account-summary .acc-summary ul {
  list-style: none;
  padding-left: 0;
  margin-right: -10px;
  margin-left: -10px;
}
body.cms-account-summary .acc-summary ul li {
  width: 50%;
  display: inline-block;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  float: left;
}
body.cms-account-summary .acc-summary ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 140px;
}
body.cms-account-summary .acc-summary ul li img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  max-height: 44px;
}
/* Contact us */
.wrapper-contact-us {
  position: relative;
}
.wrapper-contact-us .main-map-contact {
  max-width: 1640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wrapper-contact-us .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.wrapper-contact-us .contact-us .background-header {
  width: 100%;
  position: relative;
}
.wrapper-contact-us .contact-us .background-header .header-text {
  position: absolute;
  text-align: center;
  width: 100%;
  padding-top: 50px;
}
.wrapper-contact-us .contact-us .background-header .header-text h1 {
  font-size: 40px;
  text-transform: uppercase;
}
.wrapper-contact-us .contact-us .background-header .header-text p {
  font-size: 30px;
  color: #686969;
  margin-top: 40px;
  font-weight: 600;
}
.wrapper-contact-us .contact-us .background-header .header-text p a {
  text-decoration: underline;
  color: red;
}
.wrapper-contact-us .contact-us .background-header img {
  width: 100%;
}
.wrapper-contact-us .contact-us .background-header .title-bottom {
  text-align: center;
  font-size: 19px;
  background: #29292a;
}
.wrapper-contact-us .contact-us .background-header .title-bottom p {
  font-size: 30px;
  color: white;
  line-height: 42px;
  margin-top: -8px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.wrapper-contact-us .contact-us .main-contact {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .wrapper-contact-us .contact-us .main-contact {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .wrapper-contact-us .contact-us .main-contact {
    padding: 0 45px;
  }
}
.wrapper-contact-us .contact-us .list-contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.wrapper-contact-us .contact-us .list-contact .content {
  width: 25%;
  text-align: center;
  border-right: 1px solid #686969;
}
.wrapper-contact-us .contact-us .list-contact .content:last-child {
  border-right: none;
}
.wrapper-contact-us .contact-us .list-contact a {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 27px;
  line-height: 1.2;
  color: #29292a;
}
.wrapper-contact-us .contact-us .list-contact a:hover {
  cursor: pointer;
}
.wrapper-contact-us .slogan-map {
  margin-top: 100px;
  margin-bottom: 150px;
  text-align: center;
}
.wrapper-contact-us .slogan-map h3 {
  text-align: center;
  color: #686969;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 30px;
  line-height: 1.2;
}
.wrapper-contact-us .map-contact-us {
  position: relative;
}
.wrapper-contact-us .map-office-contact {
  width: 100%;
  margin-top: 100px;
  position: relative;
}
.wrapper-contact-us .map-office-contact img.img-map {
  width: 100%;
}
.wrapper-contact-us .map-office-contact .tooltiptext {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  opacity: 0;
  padding: 5px 0;
  transition: opacity 0.3s;
  font-weight: 600;
}
.wrapper-contact-us .map-office-contact .tooltiptext p {
  font-style: italic;
  line-height: 24px;
  margin-bottom: 0;
}
.wrapper-contact-us .map-office-contact .tooltiptext span {
  font-size: 14px;
}
.wrapper-contact-us .map-office-contact .flag-office-astir:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.wrapper-contact-us .map-office-contact .flag-office-astir .img-big {
  display: none;
}
.wrapper-contact-us .map-office-contact .flag-office-astir .img-small {
  display: block;
}
.wrapper-contact-us .map-office-contact .flag-office-astir:hover .img-big {
  display: block;
}
.wrapper-contact-us .map-office-contact .flag-office-astir:hover .img-small {
  display: none;
}
.wrapper-contact-us .map-office-contact #flag-office-nt {
  position: absolute;
  left: 530px;
  top: -18px;
}
.wrapper-contact-us .map-office-contact #flag-office-nt .tooltiptext {
  width: 200px;
  top: 100%;
  left: -40px;
  text-align: left;
}
.wrapper-contact-us .map-office-contact #flag-office-wa {
  position: absolute;
  left: 170px;
  top: 380px;
}
.wrapper-contact-us .map-office-contact #flag-office-wa .tooltiptext {
  width: 200px;
  bottom: 100%;
  left: 0;
}
.wrapper-contact-us .map-office-contact #flag-office-sa {
  position: absolute;
  left: 688px;
  top: 495px;
}
.wrapper-contact-us .map-office-contact #flag-office-sa .tooltiptext {
  width: 200px;
  bottom: 100%;
  right: 0;
  text-align: right;
}
.wrapper-contact-us .map-office-contact #flag-office-vic {
  position: absolute;
  left: 725px;
  top: 600px;
}
.wrapper-contact-us .map-office-contact #flag-office-vic .tooltiptext {
  width: 200px;
  bottom: 100%;
  left: 30px;
  text-align: left;
}
.wrapper-contact-us .map-office-contact #flag-office-tas {
  position: absolute;
  left: 817px;
  top: 750px;
}
.wrapper-contact-us .map-office-contact #flag-office-tas .tooltiptext {
  width: 200px;
  color: #000000;
  bottom: 20px;
  left: 100%;
  text-align: left;
}
.wrapper-contact-us .map-office-contact #flag-office-nsw {
  position: absolute;
  left: 960px;
  top: 400px;
}
.wrapper-contact-us .map-office-contact #flag-office-nsw .tooltiptext {
  width: 200px;
  top: -10px;
  right: 111%;
  text-align: right;
}
.wrapper-contact-us .map-office-contact #flag-office-qld {
  position: absolute;
  left: 925px;
  top: 295px;
}
.wrapper-contact-us .map-office-contact #flag-office-qld .tooltiptext {
  width: 200px;
  top: -10px;
  right: 111%;
  text-align: right;
}
.wrapper-contact-us .map-office-contact #flag-office-auckland {
  position: absolute;
  left: 1384px;
  top: 500px;
}
.wrapper-contact-us .map-office-contact #flag-office-auckland .tooltiptext {
  width: 200px;
  color: #000000;
  top: -115px;
  left: 0;
  text-align: left;
}
.wrapper-contact-us .map-office-contact #flag-office-wanganui {
  position: absolute;
  left: 1409px;
  top: 580px;
}
.wrapper-contact-us .map-office-contact #flag-office-wanganui .tooltiptext {
  width: 200px;
  color: #000000;
  top: -10px;
  right: 100%;
  text-align: right;
}
.wrapper-contact-us .title-get-in-touch {
  position: absolute;
  right: 0;
  top: 20px;
  max-width: 600px;
  text-align: right;
}
.wrapper-contact-us .title-get-in-touch h3 {
  text-transform: uppercase;
  color: #484740;
  font-size: 40px;
  line-height: 1.2;
  font-family: 'Gotham-Bold', sans-serif;
}
.wrapper-contact-us .title-get-in-touch p {
  margin-top: 20px;
  text-align: right;
  color: #000000;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 30px;
  line-height: 1.4;
}
.wrapper-contact-us .footer-top {
  display: none;
}
@media screen and (max-width: 1400px) {
  .wrapper-contact-us .map-office-contact #flag-office-nt {
    left: 435px;
  }
  .wrapper-contact-us .map-office-contact #flag-office-wa {
    left: 170px;
    top: 380px;
  }
  .wrapper-contact-us .map-office-contact #flag-office-sa {
    left: 577px;
    top: 430px;
  }
  .wrapper-contact-us .map-office-contact #flag-office-vic {
    left: 619px;
    top: 504px;
  }
  .wrapper-contact-us .map-office-contact #flag-office-tas {
    left: 663px;
    top: 589px;
  }
  .wrapper-contact-us .map-office-contact #flag-office-nsw {
    left: 777px;
    top: 358px;
  }
  .wrapper-contact-us .map-office-contact #flag-office-qld {
    left: 756px;
    top: 241px;
  }
  .wrapper-contact-us .map-office-contact #flag-office-auckland {
    left: 1127px;
    top: 371px;
  }
  .wrapper-contact-us .map-office-contact #flag-office-wanganui {
    left: 1142px;
    top: 464px;
  }
}
@media screen and (max-width: 1260px) {
  .wrapper-contact-us .contact-us .background-header {
    padding-top: 0;
  }
  .wrapper-contact-us .contact-us .background-header .header-text {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .wrapper-contact-us .contact-us .background-header .header-text h1 {
    font-size: 28px;
  }
  .wrapper-contact-us .contact-us .background-header .header-text p {
    font-size: 16px;
    margin-top: 15px;
  }
  .wrapper-contact-us .contact-us .background-header .title-bottom {
    font-size: 19px;
  }
  .wrapper-contact-us .contact-us .background-header .title-bottom p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .wrapper-contact-us .contact-us .list-contact a {
    font: 400 16px/24px 'Gotham-Book', sans-serif;
  }
  .wrapper-contact-us .contact-us .list-contact .content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .wrapper-contact-us .contact-us .list-contact .content a {
    padding: 0 15px;
  }
  .wrapper-ndis-pages .provider-nids .main-content-ndis .images img {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper-contact-us .map-office-contact .flag-office-astir {
    display: none;
  }
  .wrapper-ndis-pages .provider-nids .main-content-ndis .images img {
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-contact-us .contact-us .map-contact .address-contact {
    margin-right: 20px;
  }
  .wrapper-contact-us .title-get-in-touch {
    text-align: center;
    position: relative;
    max-width: 100%;
    margin-bottom: 0;
  }
  .wrapper-contact-us .title-get-in-touch h3 {
    font-size: 18px;
  }
  .wrapper-contact-us .title-get-in-touch p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 0;
  }
  .wrapper-contact-us .contact-us .background-header .header-text p {
    font-size: 10px;
    margin-top: 0;
  }
  .wrapper-contact-us .contact-us .background-header .header-text h1 {
    font-size: 14px;
    margin-top: 0;
    line-height: 13px;
  }
  .wrapper-contact-us .contact-us .background-header .title-bottom p {
    font-size: 10px;
    padding: 0 15px;
  }
  .wrapper-contact-us .contact-us .list-contact {
    overflow: hidden;
    display: block;
    text-align: center;
  }
  .wrapper-contact-us .contact-us .list-contact .content {
    border-right: none;
    width: 50%;
    margin-top: 20px;
    float: left;
  }
  .wrapper-contact-us .contact-us .list-contact .content:nth-child(2n + 1) {
    clear: both;
  }
  .wrapper-contact-us .slogan-map {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .wrapper-contact-us .slogan-map h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .wrapper-contact-us .map-office-contact {
    margin: 60px 0 0 0;
  }
}
/* End Contact us */
/* Astir Fast Page */
.astirfast-page .page-main {
  max-width: 100%;
  padding: 0;
}
.astirfast-page .page-main h2,
.astirfast-page .page-main h3 {
  line-height: 1.2;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 40px;
  color: #484740;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.astirfast-page .page-main h3 {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
}
.astirfast-page .page-main p {
  line-height: 1.4;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 30px;
}
.astirfast-page .page-main .columns .column.main {
  padding-bottom: 0;
}
.astirfast-page .page-footer {
  padding-top: 0;
  margin-top: 0;
}
.astirfast-page .page-footer .footer-top {
  display: none;
}
.astirfast-page .astirfast-session .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.astirfast-page .banner-session {
  max-height: 950px;
  background: url(../images/bg-ss2.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.astirfast-page .banner-session h1 {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 50px;
  line-height: 1.2;
  color: #484740;
  text-transform: uppercase;
}
.astirfast-page .banner-session .image {
  width: 60%;
  float: left;
  padding-right: 50px;
  line-height: 1;
  font-size: 0;
}
.astirfast-page .banner-session .block-info-banner {
  width: 40%;
  float: left;
  padding: 50px 40px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
}
.astirfast-page .banner-session .block-info-banner p {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 35px;
  color: #484740;
  line-height: 1.2;
  font-style: italic;
  max-width: 80%;
  margin: auto;
  margin-top: 20px;
}
.astirfast-page .astirfast-session-2 {
  text-align: center;
  margin-top: 85px;
}
.astirfast-page .astirfast-session-2 .container {
  align-items: unset;
}
.astirfast-page .astirfast-session-2 h2 {
  margin-top: 90px;
}
.astirfast-page .astirfast-session-2 .seconds {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #484740;
  text-transform: uppercase;
  margin-bottom: 0;
}
.astirfast-page .astirfast-session-2 .date-update {
  margin-bottom: 35px;
}
.astirfast-page .astirfast-session-2 .information,
.astirfast-page .astirfast-session-2 .call-us {
  line-height: 1.4;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 30px;
}
.astirfast-page .astirfast-session-2 .call-us {
  font-family: 'Gotham-Medium', sans-serif;
}
.astirfast-page .astirfast-session-2 .col2-left-item {
  width: calc(50% - 20px);
  float: left;
  margin-right: 20px;
  background-color: #f7f7f7;
  padding: 0 65px;
}
.astirfast-page .astirfast-session-2 .col2-right-item {
  width: calc(50% - 20px);
  float: left;
  margin-left: 20px;
  background-color: #f7f7f7;
  padding: 0 65px;
  font-size: 0;
  line-height: 1;
}
.astirfast-page .astirfast-session-2 .img2-left {
  max-width: 77%;
  margin: auto;
}
.astirfast-page .astirfast-session-2 .img2-left img {
  display: block;
}
.astirfast-page .astirfast-session-2 .img2-right {
  max-width: 93%;
  margin: auto;
  margin-top: 20%;
}
.astirfast-page .astirfast-session-2 .img2-right img {
  display: block;
}
.astirfast-page .astirfast-session-3 {
  background-color: #000000;
  margin-top: 85px;
}
.astirfast-page .astirfast-session-3 h2 {
  color: #ffffff;
}
.astirfast-page .astirfast-session-3 .info-detail,
.astirfast-page .astirfast-session-3 .available-on {
  line-height: 1.4;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  margin-top: 30px;
}
.astirfast-page .astirfast-session-3 .info-detail {
  margin-bottom: 0;
}
.astirfast-page .astirfast-session-3 .available-on {
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 700;
}
.astirfast-page .astirfast-session-3 .col3-left-item {
  width: 40%;
  float: left;
  padding-right: 20px;
}
.astirfast-page .astirfast-session-3 .col3-right-item {
  width: 60%;
  float: left;
  padding-left: 20px;
  margin-top: 100px;
  line-height: 0;
  font-size: 0;
}
.astirfast-page .astirfast-session-3 .col3-left-item .img3-left img {
  max-width: 40%;
  padding-right: 10px;
}
.astirfast-page .astirfast-session-3 .col3-left-item .img3-left img:last-child {
  padding-right: 0;
}
.astirfast-page .astirfast-session-4 {
  background-color: #f7f7f7;
}
.astirfast-page .astirfast-session-4 .col4-left-item {
  padding-right: 80px;
  width: 60%;
  float: right;
}
.astirfast-page .astirfast-session-4 .col4-left-item .img4-left {
  margin-top: 100px;
  font-size: 0;
  line-height: 0;
}
.astirfast-page .astirfast-session-4 .info-detail {
  line-height: 1.4;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
}
.astirfast-page .astirfast-session-4 .col4-right-item {
  width: 40%;
}
.astirfast-page .astirfast-session-4 .col4-right-item p {
  margin-top: 40px;
  margin-bottom: 0;
}
.astirfast-page .astirfast-session-4 .col4-right-item a {
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  padding: 10px 20px;
  background-color: #e52027;
  border-radius: 0;
  display: inline-block;
  margin-top: 40px;
}
.astirfast-page .astirfast-session-5 .col5-left-item {
  width: 32%;
  padding-right: 50px;
}
.astirfast-page .astirfast-session-5 .col5-left-item p {
  margin-top: 30px;
}
.astirfast-page .astirfast-session-5 .col5-left-item .date-update {
  margin: 0;
}
.astirfast-page .astirfast-session-5 .col5-right-item {
  width: 68%;
}
.astirfast-page .astirfast-session-5 .col5-right-item .img5-right {
  margin-top: 100px;
  font-size: 0;
  line-height: 0;
}
.astirfast-page .astirfast-session-6 {
  background-color: #000000;
}
.astirfast-page .astirfast-session-6 h2,
.astirfast-page .astirfast-session-6 h3,
.astirfast-page .astirfast-session-6 p {
  color: #ffffff;
}
.astirfast-page .astirfast-session-6 .col6-left-item {
  margin-top: 100px;
  width: 60%;
  float: right;
  padding-right: 50px;
}
.astirfast-page .astirfast-session-6 .col6-left-item .img6-left {
  font-size: 0;
  line-height: 0;
}
.astirfast-page .astirfast-session-6 .col6-right-item {
  width: 40%;
}
.astirfast-page .astirfast-session-6 .col6-right-item a {
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: bold;
  color: #ffffff;
}
.astirfast-page .astirfast-session-6 .col6-right-item a:hover {
  color: #df1e32;
}
.astirfast-page .astirfast-session-6 .col6-right-item p {
  margin-top: 50px;
  margin-bottom: 0;
  max-width: 530px;
}
.astirfast-page .astirfast-session-6 .col6-right-item .date-update {
  margin: 0;
}
.astirfast-page .astirfast-session-7 {
  background-color: #f7f7f7;
}
.astirfast-page .astirfast-session-7 .col7-left-item {
  width: 40%;
  padding-right: 50px;
}
.astirfast-page .astirfast-session-7 .col7-left-item a {
  font-family: 'Gotham-Medium', sans-serif;
}
.astirfast-page .astirfast-session-7 .col7-left-item p {
  margin-bottom: 0;
  margin-top: 20px;
}
.astirfast-page .astirfast-session-7 .col7-left-item .date-update {
  margin: 0;
}
.astirfast-page .astirfast-session-7 .col7-right-item {
  width: 60%;
}
.astirfast-page .astirfast-session-7 .col7-right-item .img7-right {
  margin-top: 50px;
  font-size: 0;
  line-height: 0;
}
.astirfast-page .astirfast-session-8 {
  margin-top: 85px;
}
.astirfast-page .astirfast-session-8 .col8-left-item {
  width: 55%;
  float: right;
  padding-right: 50px;
}
.astirfast-page .astirfast-session-8 .col8-left-item .img8-left {
  font-size: 0;
  line-height: 0;
}
.astirfast-page .astirfast-session-8 .col8-right-item {
  width: 45%;
}
.astirfast-page .astirfast-session-8 .col8-right-item p {
  margin-top: 30px;
  margin-bottom: 0;
}
.astirfast-page .astirfast-session-9 {
  background-color: #f7f7f7;
  padding-top: 85px;
  padding-bottom: 85px;
}
.astirfast-page .astirfast-session-9 h2 {
  text-align: center;
}
.astirfast-page .astirfast-session-9 .astirfast_testimonials_session {
  margin-top: 50px;
}
.astirfast-page .astirfast-session-9 .block9-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.astirfast-page .astirfast-session-9 .block9-block .block9-item {
  width: calc(100%/3);
  background-color: #ffffff;
  border-radius: 10px;
  margin-right: 40px;
  padding: 30px;
}
.astirfast-page .astirfast-session-9 .block9-block .block9-item:last-child {
  margin-right: 0;
}
.astirfast-page .astirfast-session-9 .block9-block .block9-item .author {
  color: #f3f3f3;
  font-family: 'Gotham-Medium', sans-serif;
  margin-bottom: 0;
  text-align: right;
}
.astirfast-page .astirfast-session-9 .block9-block .block9-item p.reviews-via-customer {
  margin: 20px 0 30px;
  min-height: 165px;
}
.astirfast-page .astirfast-session-10 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.astirfast-page .astirfast-session-10 h2,
.astirfast-page .astirfast-session-10 h3 {
  text-align: center;
}
.astirfast-page .astirfast-session-10 .list-contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px -15px 0;
}
.astirfast-page .astirfast-session-10 .list-contact .content {
  width: 25%;
  padding: 0 15px;
  border-right: 1px solid #cccccc;
  text-align: center;
}
.astirfast-page .astirfast-session-10 .list-contact .content:last-child {
  border-right: 0;
}
.astirfast-page .astirfast-session-10 .list-contact .content a {
  font-size: 27.04px;
  color: #000000;
  display: inline-block;
  margin-top: 30px;
}
.astirfast-page .astirfast-session-10 .list-contact .content a:hover {
  color: #df1e32;
}
@media (min-width: 768px) {
  .astirfast-page .astirfast-session-4 .col4-left-item {
    order: -1;
  }
  .astirfast-page .astirfast-session-6 .col6-left-item {
    order: -1;
  }
  .astirfast-page .astirfast-session-8 .col8-left-item {
    order: -1;
  }
  .page-clinic-wrapper .about-astir-story {
    padding: 0;
  }
}
@media (max-width: 1600px) {
  .astirfast-page .astirfast-session-2 .col2-left-item,
  .astirfast-page .astirfast-session-2 .col2-right-item {
    padding: 0 15px;
  }
  .astirfast-page .astirfast-session-3 h2 {
    font-size: 35px;
  }
  .astirfast-page .banner-session h1 {
    font-size: 40px;
  }
  .astirfast-page .astirfast-session-10 .list-contact .content a {
    font-size: 20px;
  }
}
@media (max-width: 1367px) {
  .astirfast-page .page-main h2,
  .astirfast-page .page-main h3 {
    font-size: 35px;
  }
  .astirfast-page .page-main p {
    font-size: 25px;
  }
  .astirfast-page .banner-session h1 {
    font-size: 35px;
  }
  .astirfast-page .banner-session .block-info-banner {
    padding: 30px 20px;
  }
  .astirfast-page .banner-session .block-info-banner p {
    font-size: 30px;
  }
  .astirfast-page .astirfast-session-2 .seconds {
    font-size: 35px;
  }
  .astirfast-page .astirfast-session-2 .information,
  .astirfast-page .astirfast-session-2 .call-us {
    font-size: 25px;
  }
  .astirfast-page .astirfast-session-3 h2 {
    font-size: 35px;
  }
  .astirfast-page .astirfast-session-3 .info-detail,
  .astirfast-page .astirfast-session-3 .available-on {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .astirfast-page .page-main h2,
  .astirfast-page .page-main h3 {
    font-size: 25px;
  }
  .astirfast-page .page-main p {
    font-size: 20px;
  }
  .astirfast-page .banner-session h1 {
    font-size: 27px;
  }
  .astirfast-page .banner-session .block-info-banner p {
    font-size: 20px;
  }
  .astirfast-page .astirfast-session-2 .seconds {
    font-size: 25px;
  }
  .astirfast-page .astirfast-session-2 .information,
  .astirfast-page .astirfast-session-2 .call-us {
    font-size: 20px;
  }
  .astirfast-page .astirfast-session-3 h2 {
    font-size: 25px;
  }
  .astirfast-page .astirfast-session-3 .info-detail,
  .astirfast-page .astirfast-session-3 .available-on {
    font-size: 20px;
  }
  .astirfast-page .astirfast-session-9 .block9-block .block9-item p.reviews-via-customer {
    min-height: 130px;
  }
  .astirfast-page .astirfast-session-10 .list-contact .content .image-list {
    max-width: 60%;
    margin: auto;
  }
  .astirfast-page .astirfast-session-10 .list-contact .content a {
    font-size: 15px;
  }
  .wrapper-ndis-pages .provider-nids .text-right {
    padding-left: 12%;
  }
}
@media (max-width: 1023px) {
  .astirfast-page .page-main h2,
  .astirfast-page .page-main h3 {
    font-size: 20px;
  }
  .astirfast-page .page-main p {
    font-size: 15px;
  }
  .astirfast-page .banner-session h1 {
    font-size: 20px;
  }
  .astirfast-page .banner-session .block-info-banner p {
    font-size: 15px;
  }
  .astirfast-page .astirfast-session-2 .seconds {
    font-size: 20px;
  }
  .astirfast-page .astirfast-session-2 .information,
  .astirfast-page .astirfast-session-2 .call-us {
    font-size: 15px;
  }
  .astirfast-page .astirfast-session-3 h2 {
    font-size: 20px;
  }
  .astirfast-page .astirfast-session-3 .info-detail,
  .astirfast-page .astirfast-session-3 .available-on {
    font-size: 15px;
  }
  .astirfast-page .astirfast-session-9 .block9-block .block9-item {
    margin-right: 20px;
    padding: 30px 15px;
  }
  .astirfast-page .astirfast-session-9 .block9-block .block9-item p.reviews-via-customer {
    min-height: 100px;
  }
  .astirfast-page .astirfast-session-10 .list-contact .content a {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .astirfast-page .astirfast-session .container {
    display: block;
    text-align: center;
  }
  .astirfast-page .banner-session {
    padding-bottom: 20px;
  }
  .astirfast-page .banner-session .image {
    width: 90%;
    float: none;
    padding-right: 50px;
    line-height: inherit;
    font-size: inherit;
    margin: 0 auto;
  }
  .astirfast-page .banner-session .image img {
    display: block;
  }
  .astirfast-page .banner-session .block-info-banner {
    padding: 20px 20px;
    margin: 0 auto;
    margin-top: -6px;
    position: relative;
    width: 100%;
  }
  .astirfast-page div.astirfast-session-2 {
    margin-top: 30px;
  }
  .astirfast-page div.astirfast-session-2 .col2-left-item {
    width: 100%;
    float: none;
    margin-right: 0;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .astirfast-page div.astirfast-session-2 .col2-left-item .img2-left {
    max-width: 100%;
    margin-top: 30px;
  }
  .astirfast-page div.astirfast-session-2 h2 {
    margin-top: 10px;
  }
  .astirfast-page div.astirfast-session-2 .col2-right-item {
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    float: none;
    margin-left: 0;
    padding: 30px 15px 0;
    margin-bottom: 0;
  }
  .astirfast-page div.astirfast-session-3 {
    margin-top: 30px;
    padding-top: 30px;
  }
  .astirfast-page div.astirfast-session-3 .col3-left-item {
    width: 100%;
    float: none;
    padding-right: 0;
    text-align: left;
  }
  .astirfast-page div.astirfast-session-3 .col3-left-item .info-detail,
  .astirfast-page div.astirfast-session-3 .col3-left-item .available-on {
    max-width: 100%;
  }
  .astirfast-page div.astirfast-session-3 .col3-left-item .img3-left {
    margin-top: 10px;
  }
  .astirfast-page div.astirfast-session-3 .col3-right-item {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 50px;
  }
  .astirfast-page div.astirfast-session-4 .col4-left-item {
    padding-right: 0;
    width: 100%;
    float: none;
  }
  .astirfast-page div.astirfast-session-4 .col4-left-item .img4-left {
    margin-top: 50px;
  }
  .astirfast-page div.astirfast-session-4 .col4-right-item {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .astirfast-page div.astirfast-session-4 .col4-right-item p {
    margin-top: 10px;
  }
  .astirfast-page div.astirfast-session-4 .col4-right-item a {
    display: block;
  }
  .astirfast-page div.astirfast-session-5 .col5-left-item {
    width: 100%;
    padding-right: 0;
    text-align: center;
    padding-top: 30px;
  }
  .astirfast-page div.astirfast-session-5 .col5-left-item .date-update {
    margin: 0 auto;
  }
  .astirfast-page div.astirfast-session-5 .col5-right-item {
    width: 100%;
  }
  .astirfast-page div.astirfast-session-5 .col5-right-item .img5-right {
    margin-top: 50px;
  }
  .astirfast-page div.astirfast-session-6 .col6-left-item {
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;
    padding-right: 0;
    float: none;
  }
  .astirfast-page div.astirfast-session-6 .col6-right-item {
    width: 100%;
    padding-top: 30px;
  }
  .astirfast-page div.astirfast-session-6 .col6-right-item p {
    margin-top: 20px;
    max-width: 100%;
  }
  .astirfast-page div.astirfast-session-7 .col7-left-item {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
  }
  .astirfast-page div.astirfast-session-7 .col7-left-item p {
    max-width: 100%;
  }
  .astirfast-page div.astirfast-session-7 .col7-right-item {
    width: 100%;
  }
  .astirfast-page div.astirfast-session-8 {
    margin-top: 50px;
  }
  .astirfast-page div.astirfast-session-8 .col8-left-item {
    width: 100%;
    padding-right: 0;
    margin-top: 50px;
    float: none;
  }
  .astirfast-page div.astirfast-session-8 .col8-right-item {
    width: 100%;
  }
  .astirfast-page div.astirfast-session-8 .col8-right-item p {
    max-width: 100%;
    margin-top: 15px;
  }
  .astirfast-page div.astirfast-session-9 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .astirfast-page div.astirfast-session-9 .block9-block {
    display: block;
  }
  .astirfast-page div.astirfast-session-9 .block9-block .block9-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .astirfast-page div.astirfast-session-9 .block9-block .block9-item p {
    max-width: 100%;
  }
  .astirfast-page div.astirfast-session-10 {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .astirfast-page div.astirfast-session-10 .list-contact {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }
  .astirfast-page div.astirfast-session-10 .list-contact .content {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    border-right: none;
    text-align: center;
  }
  .astirfast-page div.astirfast-session-10 .list-contact .content .image-list {
    max-width: 80%;
  }
  .astirfast-page .page-main p {
    font-size: 20px;
    max-width: 80%;
    margin: 0 auto;
  }
}
/* End Astir Fast Page */
/* App Page */
.astirapp-top {
  text-align: center;
}
.astirapp-top h1 {
  text-transform: uppercase;
  font-size: 50px;
  padding-top: 10px;
}
.astirapp-top h2 {
  text-transform: uppercase;
  font-size: 40px;
}
.astirapp-top h2 span {
  color: #ef1e23;
}
.astirapp-top h4 {
  margin-top: 10px;
  font-size: 30px;
  line-height: 34px;
  padding: 20px 0;
  font-weight: 300;
}
.astirapp-top ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
}
.astirapp-top ul li {
  display: flex;
  align-items: center;
}
.astirapp-top ul li img {
  display: block;
  margin-right: 5px;
}
.astirapp-middle {
  text-align: center;
  padding: 30px 0;
}
.astirapp-middle h2 {
  color: #ef1e23;
  padding-bottom: 15px;
}
.astirapp-middle p {
  font-size: 30px;
  padding-bottom: 30px;
}
.astirapp-middle ul {
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}
.astirapp-middle ul li {
  display: inline-block;
  padding: 0 5px;
}
.astirapp-middle .astirapp-product-info ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.astirapp-middle .astirapp-product-info ul li {
  display: flex;
  align-items: center;
  padding: 0;
}
.astirapp-bottom .success_submit form {
  margin-bottom: 20px;
}
.astirapp-bottom .content-form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.astirapp-bottom .content-form .fieldset {
  width: 100%;
  margin-bottom: 0;
}
.astirapp-bottom .content-form input {
  height: 48px;
}
.astirapp-bottom .content-form button {
  border-radius: unset;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
}
.astirapp-bottom .content-form .actions-toolbar .primary .action {
  margin: 0 0 0 15px;
  font-size: 18px;
  padding: 0 30px;
}
.astirapp-bottom .content-form .actions-toolbar .primary .action.noti-sent {
  background: #508b3e !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .astirapp-bottom .content-form .actions-toolbar .primary .action {
    margin: 0;
    padding: 0 20px;
  }
  .astirapp-bottom .content-form .fieldset {
    padding-right: 15px;
  }
}
.astirapp-bottom .astirapp-bottom-content {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
.astirapp-bottom .astirapp-bottom-content .astirapp-bottom-img {
  min-width: 40%;
  max-width: 40%;
}
.astirapp-bottom .astirapp-bottom-content .astirapp-bottom-img img {
  max-height: 500px;
  margin: 0 auto;
  display: block;
}
.astirapp-bottom .astirapp-bottom-content .astirapp-bottom-text h3 {
  font-weight: 700;
  font-size: 32px;
  position: relative;
  font-family: 'Gotham-Bold', sans-serif;
}
.astirapp-bottom .astirapp-bottom-content .astirapp-bottom-text h3:before {
  content: '';
  background: #e42a31;
  width: 3px;
  height: 100%;
  position: absolute;
  left: -20px;
}
.astirapp-bottom .astirapp-bottom-content .astirapp-bottom-text p {
  font-weight: 500;
  padding-top: 20px;
  color: #000000;
  font-style: normal;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .astirapp-bottom .content-form {
    width: 60%;
  }
}
.app-email-sender {
  position: relative;
  margin-bottom: 10px;
}
.app-email-sender .email-telephone input {
  height: 48px;
}
.app-email-sender .actions-toolbar {
  position: absolute;
  right: 0;
  top: 0;
}
.app-email-sender .actions-toolbar button {
  font-weight: 300;
  font-family: 'Gotham-Light', sans-serif;
  margin: 0 !important;
}
.app-email-sender .fieldset {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .astirapp-page .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cms-page-view.astirapp-page .page-main {
    padding: 0;
  }
  .astirapp-top {
    text-align: center;
  }
  .astirapp-top h1 {
    font-size: 34px;
  }
  .astirapp-top h2 {
    font-size: 30px;
  }
  .astirapp-top h4 {
    margin-top: 0;
  }
  .astirapp-top ul {
    display: block;
    text-align: left;
  }
  .astirapp-middle ul {
    display: flex;
    justify-content: center;
  }
  .astirapp-middle p {
    font-size: 24px;
  }
  .astirapp-middle .astirapp-product-info ul {
    display: block;
  }
  .astirapp-bottom .astirapp-bottom-content {
    display: block;
  }
  .astirapp-bottom .astirapp-bottom-content .astirapp-bottom-img {
    max-width: 100%;
  }
  .astirapp-bottom .astirapp-bottom-content .astirapp-bottom-img img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .astirapp-bottom .astirapp-bottom-content .astirapp-bottom-text {
    text-align: center;
    margin-top: -50px;
  }
  .astirapp-bottom .astirapp-bottom-content .astirapp-bottom-text h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .astirapp-bottom .astirapp-bottom-content .astirapp-bottom-text p {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .astirapp-bottom .content-form {
    display: block;
  }
  .astirapp-bottom .content-form .fieldset {
    padding-right: 0;
    margin-bottom: 7px;
  }
  .astirapp-bottom .form {
    margin-bottom: 20px;
  }
}
/* End App Page*/
/* Cilinic page */
.page-clinic-wrapper a:hover {
  cursor: pointer;
}
.page-clinic-wrapper .footer-top {
  display: none;
}
.page-clinic-wrapper .columns .column.main {
  padding-bottom: 0;
}
.page-clinic-wrapper .page-footer {
  margin-top: 0;
  padding-top: 0;
}
.page-clinic-wrapper .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-clinic-wrapper .header-banner-clinic {
  position: relative;
}
.page-clinic-wrapper .header-banner-clinic img {
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}
.page-clinic-wrapper .header-main {
  max-width: 1640px;
  margin: 0 auto;
}
.page-clinic-wrapper .content-header {
  position: absolute;
  right: 0;
  max-width: 600px;
  margin-right: 50px;
  background: white;
  text-align: center;
  padding: 30px;
  text-transform: uppercase;
  top: 50%;
  transform: translate(0%, -50%);
}
.page-clinic-wrapper .content-header p {
  font-size: 50px;
  color: #484740;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: bold;
  line-height: 30px;
  line-height: 1.2;
}
.page-clinic-wrapper .title-clinic {
  text-align: center;
  margin-bottom: 5px;
  padding: 50px;
  font-family: 'Gotham-Light', sans-serif;
}
.page-clinic-wrapper .title-clinic h1 {
  color: #484740;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 1240px;
  margin-bottom: 20px;
}
.page-clinic-wrapper .title-clinic p {
  line-height: 32px;
  margin-top: 20px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1640px;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 600;
  color: #000000;
  line-height: 1.4;
}
.page-clinic-wrapper .main-clinic {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  margin-bottom: 50px;
}
.page-clinic-wrapper .main-clinic .view-more {
  background: #484740;
  padding: 10px 20px;
  color: white;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
}
.page-clinic-wrapper .main-clinic .view-range {
  border: 1px solid #484740;
  padding: 10px 20px;
  color: #484740;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}
.page-clinic-wrapper .content-row {
  display: flex;
  justify-content: space-between;
  background: #f3f3f3;
  margin-bottom: 50px;
  min-height: 350px;
  position: relative;
}
.page-clinic-wrapper .content-row .left-product-clinic {
  width: 50%;
  padding: 40px;
}
.page-clinic-wrapper .content-row .left-product-clinic h2 {
  font-family: 'Gotham-Book', sans-serif;
  color: #484740;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 1.2;
  margin-top: 0;
}
.page-clinic-wrapper .content-row .left-product-clinic .list-infor {
  display: flex;
}
.page-clinic-wrapper .content-row .left-product-clinic ul {
  width: calc(100%/3);
  padding: 10px 0 0 20px;
  margin-right: 50px;
}
.page-clinic-wrapper .content-row .left-product-clinic ul li {
  margin-bottom: 0;
}
.page-clinic-wrapper .content-row .left-product-clinic ul li a {
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 25px;
  line-height: 1.52;
  margin-top: 0;
}
.page-clinic-wrapper .content-row .right-image-product {
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-clinic-wrapper .content-row .right-image-product img {
  margin-bottom: -7px;
}
.page-clinic-wrapper .product-row {
  display: flex;
  justify-content: space-between;
}
.page-clinic-wrapper .product-row .left-product,
.page-clinic-wrapper .product-row .right-product {
  display: flex;
  background: #f3f3f3;
  width: 48%;
}
.page-clinic-wrapper .product-row .content-product {
  text-align: left;
  padding: 70px 0px 40px 40px;
  width: 50%;
}
.page-clinic-wrapper .product-row .information-product {
  min-height: 170px;
  margin-bottom: 20px;
}
.page-clinic-wrapper .product-row .information-product h2 {
  font-size: 40px;
  font-family: 'Gotham-Bold', sans-serif;
  line-height: 1.2;
}
.page-clinic-wrapper .product-row p {
  margin-top: 20px;
  color: black;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 600;
}
.page-clinic-wrapper .product-row .btn-view {
  display: inline-grid;
}
.page-clinic-wrapper .product-row .btn-view a {
  margin-bottom: 15px;
  text-align: center;
}
.page-clinic-wrapper .product-row .image-product {
  width: 50%;
  text-align: right;
}
.page-clinic-wrapper .question-clinic {
  padding: 50px 40px;
  -webkit-box-shadow: 0px 2px 10px 0px #eeeeee;
  -moz-box-shadow: 0px 2px 10px 0px #eeeeee;
  box-shadow: 0px 2px 10px 0px #eeeeee;
  margin-top: 50px;
}
.page-clinic-wrapper .question-clinic h2 {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
}
.page-clinic-wrapper .question-clinic .header-content {
  text-align: center;
  padding-bottom: 40px;
}
.page-clinic-wrapper .question-clinic .header-content p {
  margin: 0 auto;
  max-width: 1240px;
  font-family: 'Gotham-Light', sans-serif;
  color: #000000;
  margin-top: 30px;
  font-weight: 400;
  line-height: 1.4;
}
.page-clinic-wrapper .content-form {
  display: flex;
  justify-content: space-between;
}
.page-clinic-wrapper .content-form form {
  width: 100%;
}
.page-clinic-wrapper .content-form input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #bbbbbb;
  font-family: 'Gotham-Light', sans-serif;
  height: 48px;
}
.page-clinic-wrapper .content-form .fieldset {
  width: calc(50% - 20px);
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .page-clinic-wrapper .content-form .fieldset.action-field {
    margin-left: 35px;
  }
}
.page-clinic-wrapper .content-form .fieldset.action-field .recaptchaField > div {
  width: 100% !important;
}
.page-clinic-wrapper .content-form .fieldset.action-field input {
  border-radius: 0;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: none;
  height: 48px;
  padding: 0px 20px;
  border: 0;
  background-color: #eb2228;
  vertical-align: middle;
  -webkit-appearance: button;
  -webkit-border-fit: border;
  transition: 0.3s;
  box-shadow: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  text-transform: uppercase;
}
.page-clinic-wrapper .content-form .field {
  margin-bottom: 15px;
}
.page-clinic-wrapper .content-form .field input {
  margin: 0;
}
.page-clinic-wrapper .content-form .field input.validate-phone {
  padding-left: 20px !important;
}
.page-clinic-wrapper .content-form .field textarea {
  margin-top: 0;
  font-size: 18px;
  resize: none;
}
.page-clinic-wrapper .content-form textarea {
  min-height: 112px;
  border-radius: 3px;
}
.page-clinic-wrapper .content-form .actions-toolbar {
  margin-top: 20px;
}
.page-clinic-wrapper .content-form .actions-toolbar,
.page-clinic-wrapper .content-form .primary,
.page-clinic-wrapper .content-form .submit {
  width: 100%;
  font-size: 20px;
  font-family: 'Gotham-Light', sans-serif;
}
.page-clinic-wrapper .digital-clinic-content {
  background-image: linear-gradient(to left, rgba(1, 1, 0, 0.75), #010101);
}
.page-clinic-wrapper .digital-word {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.page-clinic-wrapper .digital-word .content-digital {
  margin-top: 30px;
}
.page-clinic-wrapper .digital-word .content-digital h2 {
  margin-bottom: 20px;
}
.page-clinic-wrapper .digital-word .left-digital {
  width: 50%;
  padding-bottom: 60px;
}
.page-clinic-wrapper .digital-word .left-digital h2 {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 40px;
  line-height: 45px;
  max-width: 400px;
  color: #ffffff;
  font-weight: 350;
}
.page-clinic-wrapper .digital-word .left-digital h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 350;
  margin-bottom: 30px;
}
.page-clinic-wrapper .digital-word .left-digital p {
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 30px;
}
.page-clinic-wrapper .digital-word .right-img {
  width: 50%;
}
.page-clinic-wrapper .digital-word .app-footer {
  display: flex;
  margin-top: 30px;
}
.page-clinic-wrapper .digital-word .app-footer p {
  padding-top: 10px;
  padding-right: 30px;
}
.page-clinic-wrapper .digital-word .app-footer a {
  padding-left: 10px;
}
.page-clinic-wrapper .ordering-portal {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  padding-top: 25px;
}
.page-clinic-wrapper .ordering-portal .content {
  width: 48%;
}
.page-clinic-wrapper .ordering-portal .content h2 {
  text-transform: uppercase;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 40px;
  max-width: 600px;
  line-height: 1.2;
}
.page-clinic-wrapper .ordering-portal .content ul {
  padding-left: 20px;
  margin-top: 20px;
}
.page-clinic-wrapper .ordering-portal .content ul li {
  margin-bottom: 30px;
}
.page-clinic-wrapper .ordering-portal .content ul a {
  color: black;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
}
.page-clinic-wrapper .ordering-portal .right-image-order {
  width: 48%;
}
.page-clinic-wrapper .service-clinic {
  background: #363637;
  margin-top: -7px;
}
.page-clinic-wrapper .service-clinic h2,
.page-clinic-wrapper .service-clinic p {
  color: #ffffff;
}
.page-clinic-wrapper .service-clinic .our-service {
  max-width: 1640px;
  margin: auto;
  padding: 70px 20px;
}
.page-clinic-wrapper .service-clinic .our-service .title-service {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  margin-bottom: 70px;
  text-align: center;
}
.page-clinic-wrapper .service-clinic .our-service .title-service h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.2;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
}
.page-clinic-wrapper .service-clinic .our-service .title-service p {
  font-size: 30px;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 1300px;
  margin-top: 20px;
}
.page-clinic-wrapper .service-clinic .list-service,
.page-clinic-wrapper .service-clinic .list-service-two {
  display: flex;
  margin-bottom: 30px;
}
.page-clinic-wrapper .service-clinic .list-service .col-service,
.page-clinic-wrapper .service-clinic .list-service-two .col-service {
  width: calc(100%/8);
  text-align: center;
}
.page-clinic-wrapper .service-clinic .list-service p,
.page-clinic-wrapper .service-clinic .list-service-two p {
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.2;
}
.page-clinic-wrapper .service-clinic .list-service-two {
  justify-content: center;
}
.page-clinic-wrapper .sales-service {
  background: #cf3a38;
  padding: 70px 0px 0px 0px;
}
.page-clinic-wrapper .sales-content {
  text-align: center;
}
.page-clinic-wrapper .sales-content h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.2;
}
.page-clinic-wrapper .sales-content p {
  color: #ffffff;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 1.4;
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
}
.page-clinic-wrapper .sales-content a {
  padding: 10px 20px;
  color: #c22429;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 700;
  background: white;
  font-size: 20px;
  text-transform: capitalize;
}
.page-clinic-wrapper .img-sales {
  margin-top: 80px;
}
.page-clinic-wrapper .insprirations-practice {
  display: flex;
  max-width: 1640px;
  margin: auto;
  padding: 70px 0 0;
  justify-content: space-between;
}
.page-clinic-wrapper .insprirations-practice .images-practice {
  width: 48%;
  text-align: center;
}
.page-clinic-wrapper .insprirations-practice .right-content {
  padding-top: 60px;
  width: 48%;
}
.page-clinic-wrapper .insprirations-practice .right-content h2 {
  color: #484740;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
  max-width: 450px;
}
.page-clinic-wrapper .insprirations-practice .right-content p {
  color: black;
  font-family: 'Gotham-Light', sans-serif;
  max-width: 700px;
  font-size: 30px;
  line-height: 1.4;
}
.page-clinic-wrapper .insprirations-practice .futured {
  display: flex;
  margin-top: 120px;
}
.page-clinic-wrapper .insprirations-practice .futured img {
  width: 50%;
}
.page-clinic-wrapper .insprirations-practice .futured .future-content {
  width: 50%;
  background: #cf3a38;
  text-align: center;
  font-size: 20px;
  padding: 20px;
}
.page-clinic-wrapper .insprirations-practice .futured .future-content img {
  width: 36px;
  height: 35px;
}
.page-clinic-wrapper .insprirations-practice .futured .future-content p {
  color: #ffffff;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 50px;
  line-height: 1.6;
}
.page-clinic-wrapper .insprirations-practice .futured .future-content h3 {
  color: #ffffff;
  font-family: 'Gotham-Book', sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.4;
}
.page-clinic-wrapper .people-behind {
  margin-top: -7px;
}
.page-clinic-wrapper .people-behind .background-header-clinic {
  max-width: 100%;
  margin: auto;
  padding-bottom: 0;
  background: #f7f7f7;
  position: relative;
  text-align: center;
}
.page-clinic-wrapper .people-behind img {
  margin-bottom: -7px;
}
.page-clinic-wrapper .people-behind .header-text {
  text-align: center;
  width: 100%;
  padding-top: 70px;
}
.page-clinic-wrapper .people-behind .header-text h3 {
  text-transform: uppercase;
  color: #484740;
  font-size: 40px;
  line-height: 1.2;
  font-family: 'Gotham-Bold', sans-serif;
}
.page-clinic-wrapper .people-behind .header-text p {
  color: #000000;
  font-weight: 600;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 30px;
  line-height: 1.4;
}
.page-clinic-wrapper .people-behind .click-here {
  margin-top: 30px;
  margin-bottom: 50px;
}
.page-clinic-wrapper .people-behind .click-here a {
  padding: 10px 20px;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.22;
  margin-bottom: 0;
  background: #363637;
  font-size: 20px;
  text-transform: capitalize;
}
.page-clinic-wrapper .customer-saying {
  background: #363637;
  margin-top: -10px;
  padding: 70px 20px 80px 20px;
}
.page-clinic-wrapper .customer-saying h2 {
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  font-family: 'Gotham-Bold', sans-serif;
  line-height: 1.2;
}
.page-clinic-wrapper .customer-saying p {
  margin-top: 15px;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
}
.page-clinic-wrapper .customer-saying .customer-saying-list-videos {
  display: flex;
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.page-clinic-wrapper .customer-saying .customer-saying-list-videos .video-detail {
  width: calc(100%/3);
  padding-right: 30px;
}
.page-clinic-wrapper .customer-saying .customer-saying-list-videos .video-detail.last-child {
  margin-right: 0;
}
.page-clinic-wrapper .training-essential {
  max-width: 1640px;
  margin: 0 auto;
  padding: 100px 20px;
  display: flex;
}
.page-clinic-wrapper .training-essential .content-left {
  width: 50%;
  position: relative;
  max-width: 660px;
}
.page-clinic-wrapper .training-essential .content-training {
  position: absolute;
  top: 20%;
}
.page-clinic-wrapper .training-essential .content-training h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'Gotham-Bold', sans-serif;
  max-width: 290px;
  line-height: 1.2;
}
.page-clinic-wrapper .training-essential .content-training p {
  color: #000000;
  font-weight: 600;
  margin-top: 30px;
  padding-right: 20px;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 30px;
  line-height: 1.4;
}
.page-clinic-wrapper .training-essential .content-training .view-more {
  padding: 10px 20px;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0;
  background: #363637;
  font-size: 20px;
  text-transform: capitalize;
  margin-top: 20px;
  display: inline-block;
}
.page-clinic-wrapper .training-essential .images-training {
  width: 50%;
}
.page-clinic-wrapper .partnership-clinic {
  background: #f0f0f0;
  padding: 70px 0 0;
}
.page-clinic-wrapper .partnership-clinic .title-partner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
.page-clinic-wrapper .partnership-clinic h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'Gotham-Bold', sans-serif;
  line-height: 1.2;
  color: #484740;
}
.page-clinic-wrapper .partnership-clinic p {
  color: #000000;
  margin-top: 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  font-family: 'Gotham-Light', sans-serif;
}
.page-clinic-wrapper .partnership-clinic p.author {
  font-family: 'Gotham-Light', sans-serif;
  color: #484740;
  text-transform: capitalize;
  font-size: 40px;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 600;
}
.page-clinic-wrapper .partnership-clinic .images-partnership {
  text-align: center;
}
.page-clinic-wrapper .partnership-clinic .images-partnership img {
  margin-bottom: -7px;
}
.page-clinic-wrapper .wrapper-contact-us {
  max-width: 1640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.page-clinic-wrapper .conference-trader {
  background: #f0f0f0;
}
.page-clinic-wrapper .conference-trader .main-conference {
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.page-clinic-wrapper .conference-trader .left-content {
  padding: 40px;
  width: 50%;
}
.page-clinic-wrapper .conference-trader .left-content h2 {
  text-transform: uppercase;
  color: #484740;
  font-size: 40px;
  line-height: 1.2;
  font-family: 'Gotham-Bold', sans-serif;
}
.page-clinic-wrapper .conference-trader .left-content p {
  color: #000000;
  margin-top: 20px;
  font-weight: 600;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.page-clinic-wrapper .conference-trader .right-img {
  width: 50%;
  text-align: right;
}
.page-clinic-wrapper .conference-trader .right-img img {
  margin-bottom: -7px;
}
.page-clinic-wrapper .conference-trader .click-here {
  padding: 10px 20px;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0;
  background: #363637;
  font-size: 20px;
  text-transform: capitalize;
}
.wrapper-brand-protection .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.wrapper-brand-protection .page-footer {
  margin-top: 0;
  padding-top: 0;
}
.wrapper-brand-protection .page-footer .footer-top {
  display: none;
}
.wrapper-brand-protection .column.main {
  padding-bottom: 0;
}
.wrapper-brand-protection .brand-astir {
  width: 100%;
}
.wrapper-brand-protection .brand-astir p a {
  color: #e42a31;
}
.wrapper-brand-protection .brand-protection-title {
  color: #e42a31;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 7.2px;
  text-align: center;
  text-transform: capitalize;
}
.wrapper-brand-protection .brand-protection {
  background: #e9e9e9;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.wrapper-brand-protection .brand-protection .brand-protection-left {
  width: 66.66667%;
  background: inherit;
  position: relative;
}
.wrapper-brand-protection .brand-protection .brand-protection-left .brand-protection-head {
  padding: 32px 24px;
}
.wrapper-brand-protection .brand-protection .brand-protection-livechat {
  color: #ababaa;
  line-height: 20px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.1px;
  padding-top: 8px;
  text-align: center;
}
.wrapper-brand-protection .brand-protection .brand-protection-livechat h1 {
  color: #e42a31;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 7.2px;
  text-align: center;
  text-transform: capitalize;
}
.wrapper-brand-protection .brand-protection .brand-protection-body {
  padding: 0px 64px 50px 64px;
}
.wrapper-brand-protection .brand-protection .brand-protection-body h3 {
  margin: 52px 0 25px 0;
  text-transform: capitalize;
  color: #636363;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.wrapper-brand-protection .brand-protection .brand-protection-body p {
  color: #484b4e;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.wrapper-brand-protection .brand-protection .brand-protection-body ul {
  position: relative;
  left: -25px;
}
.wrapper-brand-protection .brand-protection .brand-protection-body ul li {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  background: url(../images/red-tick.png) no-repeat 2px 10px;
  padding-left: 25px;
  list-style: none;
  margin-left: 0 !important;
  line-height: 32px !important;
}
.wrapper-brand-protection .brand-protection .brand-protection-right {
  width: 33.33333%;
  text-align: right;
}
.wrapper-brand-protection .brand-protection .brand-protection-right .block-image {
  position: relative;
}
.wrapper-brand-protection .brand-protection .brand-protection-right .block-image img {
  width: 100%;
  height: 100%;
}
.wrapper-brand-protection .brand-protection .brand-protection-right .block-image p {
  position: absolute;
  top: 50%;
  font-size: 28px !important;
  color: #ffffff !important;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.wrapper-qantas .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: auto;
}
.wrapper-qantas .footer-top {
  display: none;
}
.wrapper-qantas .qantas-page-wrapper .qantas-head-banner {
  padding: 0;
  text-align: center;
  color: #ffffff;
  position: relative;
}
.wrapper-qantas .qantas-page-wrapper .qantas-head-banner img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.wrapper-qantas .qantas-page-wrapper .qantas-banner-content {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  max-width: 950px;
  width: 100%;
}
.wrapper-qantas .qantas-page-wrapper .qantas-banner-content h1 {
  color: #ffffff;
  text-transform: inherit;
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}
.wrapper-qantas .qantas-page-wrapper .qantas-banner-content p.text-thin {
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #ffffff;
  font-style: inherit;
  margin-top: 40px;
  margin-bottom: 25px;
}
.wrapper-qantas .qantas-page-wrapper .qantas-banner-content p {
  font-size: 28px;
  color: #ffffff;
  font-weight: 300;
  font-style: inherit;
  line-height: 34px;
}
.wrapper-qantas .qantas-page-wrapper .qantas-banner-content .sign-up-now-btn {
  border: none;
  color: #ffffff;
  box-shadow: none;
  padding: 10px 20px;
  background-color: #ff272b;
  text-transform: uppercase;
  line-height: unset;
  margin-top: 20px;
}
.wrapper-qantas .qantas-page-wrapper .qantas-banner-content .sign-up-now-btn a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  text-align: center;
  font-family: 'Gotham-Light', sans-serif;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block {
  max-width: 1600px;
  margin: 0 auto;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .qantas-intro-title {
  color: #212121;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1.3px;
  text-transform: inherit;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper {
  display: flex;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.left {
  margin-right: 30px;
  width: calc(60% - 15px);
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right {
  background: #f2f1f4;
  padding: 30px 20px 20px;
  width: 40%;
  text-align: center;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right strong {
  font-size: 26px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right .illustrative-figure {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right .dollar-icon {
  font-size: 60px;
  font-weight: bold;
  color: #212121;
  margin: 0;
  font-style: normal;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right .dollar-icon span {
  background: url(../images/1-dollar-icon-1.png);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  height: 155px;
  width: 156px;
  justify-content: center;
  font-size: 60px;
  font-weight: bold;
  align-items: center;
  color: #212121;
  padding-left: 10px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right li {
  font-size: 60px;
  font-weight: bold;
  color: #212121;
  margin: 0;
  font-style: normal;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right .qantas-points {
  display: flex;
  line-height: 20px;
  font-size: 60px;
  font-weight: bold;
  align-items: center;
  color: #212121;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right .qantas-points span {
  font-size: 24px;
  font-weight: normal;
  display: block;
  margin-left: 10px;
  line-height: 24px;
  text-align: left;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right p.figure-caption {
  color: #212121;
  font-size: 24px;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 35px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right .sign-up-now-btn {
  background-color: #ff272b;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-note {
  margin: 50px 0;
  background: #f2f1f4;
  padding: 50px 0;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container {
  max-width: 1600px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-title {
  width: 40%;
  color: #212121;
  text-align: center;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-title h2 {
  text-align: left;
  color: #212121 !important;
  font-weight: bold;
  text-transform: inherit;
  font-size: 40px;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  margin: 0;
  margin-bottom: 0.5em;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-right {
  width: 60%;
  position: relative;
  padding-left: 50px;
  font-size: 24px;
  color: #212121;
  letter-spacing: 1.2px;
  line-height: 1.5;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-right:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #ff272b;
  position: absolute;
  left: 0;
}
.wrapper-qantas .qantas-page-wrapper #section-qantas-points {
  text-align: center;
  padding-bottom: 50px;
}
.wrapper-qantas .qantas-page-wrapper #section-qantas-points .container {
  max-width: 1600px !important;
}
.wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content h2 {
  color: #212121 !important;
  font-weight: bold;
  text-transform: inherit;
  font-size: 40px;
  padding-bottom: 30px;
}
.wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  list-style: none !important;
}
.wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content li {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content h4 {
  margin-bottom: 10px;
  color: #636363;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #212121;
  padding-top: 20px;
  font-size: 20px;
}
.wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content p {
  color: #212121 !important;
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 300;
}
.wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content .qantas-points-bottom {
  color: #212121 !important;
  font-style: inherit !important;
  font-size: 18px !important;
  line-height: 28px;
  padding-top: 20px;
}
.wrapper-qantas .qantas-page-wrapper .bottom-section {
  max-width: 1600px !important;
}
.wrapper-qantas .qantas-page-wrapper .bottom-section li {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.wrapper-qantas .qantas-page-wrapper .bottom-section-content ul {
  list-style: none !important;
  padding-left: 0;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form {
  margin-bottom: 100px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form form {
  background: #e5e5e5;
  padding-bottom: 20px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form .qantas-form-top {
  -webkit-box-shadow: 0px 2px 19px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 19px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 19px 2px rgba(0, 0, 0, 0.2);
  padding: 30px;
  text-align: center;
  border-bottom: 9px solid #ff272b;
  margin-bottom: 30px;
  background: #ffffff;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form h2 {
  color: #212121;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 1.3px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form small {
  font-size: 18px;
  color: #212121;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form fieldset {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  padding: 0 30px;
  border: none;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form fieldset .vboutEmbedFormRow input,
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form fieldset .vboutEmbedFormRow select {
  height: 47px;
  width: 100%;
  margin-top: 0 !important;
  border: none;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form fieldset .vboutEmbedFormErrorMessage {
  display: none;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form fieldset .vboutEmbedFormRow {
  padding: 0 15px;
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form #qantas-signup-form fieldset .vboutEmbedFormRow {
  padding: 0 15px;
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form .vboutEmbedFormRow.sumbit {
  clear: left;
  width: auto !important;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form .vboutEmbedFormRow.sumbit input {
  color: #ffffff;
  background: #ff272b;
  padding: 0 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
.cms-page-view .modal-popup .modal-header {
  padding: 10px;
}
.cms-page-view .header.modal-header {
  padding: 10px;
}
.cms-page-view button.action-close {
  height: 25px;
}
.cms-page-view .modal-content {
  padding: 0;
}
.cms-page-view .modal-popup .modal-content {
  padding: 0;
}
.cms-page-view .modal-popup._inner-scroll .modal-inner-wrap {
  width: 33%;
}
.cms-page-view .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
  width: 40%;
  position: relative;
  background-color: #fefefe;
  margin: 2% auto;
  padding: 0;
  border: 1px solid #888;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  padding: 15px;
}
.cms-page-view .response-modal-content h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #e42a31;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.cms-page-view .response-modal-content .success {
  color: green;
  font-weight: bold;
  text-align: left;
}
.cms-page-view .response-modal-content .error {
  color: #eb2027;
  font-weight: bold;
  text-align: left;
}
.cms-page-view .response-modal-content .content > div:last-child {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-page-view .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
  width: 40%;
}
.cms-page-view .close-modal-response {
  color: #aaa;
  position: absolute;
  top: 0;
  right: 4px;
  display: block;
  z-index: 99;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .page-clinic-wrapper .product-row .left-product,
  .page-clinic-wrapper .product-row .right-product {
    width: 47%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper-qantas .qantas-page-wrapper .qantas-banner-content {
    width: 100%;
    padding: 0 20px;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper {
    display: block;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.left,
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-brand-protection .brand-protection-title {
    letter-spacing: 5.2px;
  }
  .wrapper-brand-protection .brand-protection {
    display: inline-block;
  }
  .wrapper-brand-protection .brand-protection .brand-protection-body {
    padding: 0px 20px 50px 20px;
  }
  .wrapper-brand-protection .brand-protection .brand-protection-left,
  .wrapper-brand-protection .brand-protection .brand-protection-right {
    width: 100%;
  }
  .wrapper-qantas .qantas-page-wrapper .qantas-head-banner img {
    height: 400px;
  }
  .wrapper-qantas .qantas-page-wrapper .qantas-banner-content {
    width: 100%;
    padding: 20px;
  }
  .wrapper-qantas .qantas-page-wrapper .qantas-banner-content h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .wrapper-qantas .qantas-page-wrapper .qantas-banner-content p.text-thin {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .wrapper-qantas .qantas-page-wrapper .qantas-banner-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .wrapper-qantas .qantas-page-wrapper .qantas-banner-content .sign-up-now-btn {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .qantas-intro-title {
    font-size: 20px;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper {
    display: block;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.left {
    width: 100%;
    margin-right: 0;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right {
    width: 100%;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right .illustrative-figure {
    display: none;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right .figure-caption {
    font-size: 16px !important;
    margin-top: 20px;
    line-height: 20px !important;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .red-promo-box {
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .red-promo-box a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note-content {
    display: block !important;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container {
    width: 100%;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-title {
    width: 100%;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-title h2 {
    text-align: center;
    font-size: 20px;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-right {
    padding-left: 0;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-right::before {
    display: none;
  }
  .wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content h2 {
    font-size: 20px;
  }
  .wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content ul {
    padding-left: 0;
    display: block;
  }
  .wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content ul img {
    width: 100px;
  }
  .wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content ul li {
    margin-bottom: 30px;
  }
  .wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content h4 {
    margin-top: 0;
  }
  .wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content p {
    font-size: 14px !important;
  }
  .wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-points-bottom {
    font-size: 14px !important;
    margin-top: 0;
    padding-top: 0;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-signup-form h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-signup-form small {
    font-size: 16px;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-signup-form fieldset {
    margin: 0;
    padding: 0;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-signup-form fieldset .vboutEmbedFormRow {
    padding: 0 15px;
    width: 100%;
  }
  .wrapper-qantas .qantas-page-wrapper #bottom-section li {
    font-size: 14px;
  }
  .cms-page-view .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 30%;
  }
  .reviews-wrapper .reviews-page h1 {
    font-size: 18px;
    padding-bottom: 0;
  }
}
/* Review Page */
.reviews-page h1 {
  padding: 25px 0;
  margin: 0;
  margin-bottom: 0.7em;
  color: #e42a31;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  text-align: center;
}
.reviews-page .testimonialsOfcustomer {
  padding-top: 50px;
}
.reviews-page .testimonialsOfcustomer ul {
  padding-left: 0;
}
.reviews-page .testimonialsOfcustomer li {
  list-style-type: none;
}
.reviews-page .testimonialsOfcustomer h5 {
  min-height: 40px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.reviews-wrapper .footer-top {
  display: none;
}
.astir-app-desktop .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.astir-app-desktop .footer-top {
  display: none;
}
.astir-app-desktop .page-footer {
  padding-top: 0;
  margin-top: 0;
}
.astir-app-desktop .column.main {
  padding-bottom: 0;
}
.app-page .header-app {
  background: url('../images/bg-app-top.jpg') no-repeat;
}
.app-page .header-main-content {
  margin: 0 auto;
  text-align: center;
  max-width: 1140px;
}
.app-page .header-main-content .download-now {
  margin-top: 50px;
}
.app-page .header-main-content .download-now .link-download {
  margin-top: 50px;
}
.app-page .header-main-content .download-now .link-download img {
  width: 50px;
  height: 50px;
}
.app-page .header-main-content .download-now a.windown {
  position: relative;
}
.app-page .header-main-content .download-now a.windown:before {
  content: '';
  position: absolute;
  background-image: url('../images/windows.png');
  background-repeat: no-repeat;
  top: 50%;
  left: 35px;
  width: 52px;
  height: 52px;
  background-size: 52px;
  transform: translateY(-50%);
}
.app-page .header-main-content .download-now a.mac {
  position: relative;
}
.app-page .header-main-content .download-now a.mac:before {
  content: '';
  position: absolute;
  background-image: url('../images/os.png');
  background-repeat: no-repeat;
  top: 9px;
  left: 32px;
  width: 60px;
  height: 60px;
  background-size: 60px;
}
.app-page .header-main-content .download-now a.linux {
  position: relative;
}
.app-page .header-main-content .download-now a.linux:before {
  content: '';
  position: absolute;
  background-image: url('../images/linux.png');
  background-repeat: no-repeat;
  top: 50%;
  left: 35px;
  width: 50px;
  height: 58px;
  background-size: 58px;
  transform: translateY(-50%);
}
.app-page .header-main-content .download-now a {
  font-weight: 350;
  background: #ffffff;
  font-family: 'Gotham-Book', sans-serif;
  color: #484740;
  border-radius: 50px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  font-size: 30px;
  line-height: 1.2;
}
.app-page .header-main-content .download-now a:last-child {
  margin-right: 0;
}
.app-page .header-main-content .download-now a:after {
  content: '';
  position: absolute;
  top: 24px;
  right: 0;
  padding-left: 30px;
  width: 25px;
  height: 31px;
  background-image: url(../images/arrow_download.PNG);
  background-repeat: no-repeat;
}
.app-page .content-header h1 {
  font-family: 'Gotham-Light', sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
}
.app-page .content-header p {
  margin: 20px 0;
  font-style: italic;
}
.app-page p {
  font-weight: 600;
  color: #636363;
}
.app-page h2 {
  text-transform: uppercase;
  font-family: 'Gotham-Light', sans-serif;
}
.app-page .main-app {
  max-width: 100%;
  padding: 0 20px 50px;
  margin: 0 auto;
  display: flex;
}
.app-page .main-app .content-right {
  position: relative;
}
.app-page .main-app .content-right .main-right-content p {
  color: #000000;
}
.app-page .footer-app {
  background-image: url('../images/background-app-footer.png');
}
.app-page .main-footer-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.app-page .main-footer-content .content-left {
  color: #ffffff;
}
.app-page .main-footer-content .content-left h2 {
  color: #ffffff;
}
.app-page .main-footer-content .content-left p {
  color: #ffffff;
  max-width: 800px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .app-page .main-app,
  .app-page .main-footer-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .app-page .main-app,
  .app-page .main-footer-content {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.app-desktop-download .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.app-desktop-download .footer-top {
  display: none;
}
.thanks-download .header-download {
  padding: 207px 20px 52px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: #f3f4f5 0% 0% no-repeat padding-box;
}
.thanks-download .header-download:after {
  content: '';
  display: block;
  background: #000000 0 0% 0% no-repeat padding-box;
  border: 1px solid #bfbfbf;
  opacity: 0.45;
  filter: blur(4px);
  top: 70%;
  position: absolute;
  left: 0;
  /* z-index: 100; */
  width: 100%;
}
.thanks-download .download-content {
  text-align: center;
  max-width: 784px;
  margin: 0 auto;
  padding-bottom: 188px;
}
.thanks-download .download-content .logo-download {
  font-size: 80px;
  border: 1px solid #c6c6c6;
  padding: 20px 26px;
  border-radius: 50%;
  color: black;
  word-spacing: -1em;
}
.thanks-download .download-content .logo-small {
  font-size: 40px;
  padding: 0 8px;
  word-spacing: -1em;
}
.thanks-download .download-content h2 {
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 20px;
  color: #684093;
  position: relative;
}
.thanks-download .download-content h2:after {
  content: '';
  width: 331px;
  max-width: 74%;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
}
.thanks-download .download-content p {
  font-weight: 300;
  font-family: 'Manrope', sans-serif;
  color: #636363;
}
.thanks-download .download-content p a {
  text-transform: uppercase;
  font-weight: 300;
}
.thanks-download .download-content p a.yesmed-color-blue {
  font-weight: 400;
  text-transform: none;
  color: #684093;
}
.thanks-download .download-content p a.yesmed-color-blue:visited {
  color: inherit;
}
.thanks-download .download-content p a.yesmed-color-blue:active,
.thanks-download .download-content p a.yesmed-color-blue:hover {
  color: inherit;
}
.thanks-download .download-content .icon-window {
  max-width: 107px;
}
.thanks-download .icon-bottom {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  font-size: 40px;
  color: #a6cb7f;
  word-spacing: -1em;
}
.thanks-download .icon-bottom a {
  color: inherit;
}
.thanks-download .icon-bottom a:visited {
  color: inherit;
}
.thanks-download .icon-bottom a:active,
.thanks-download .icon-bottom a:hover {
  color: #684093;
}
.thanks-download .icon-dropdown:before {
  content: '';
  background: url(../images/icon_dropdown.svg);
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center;
}
.thanks-download .section-second {
  padding-top: 44px;
}
.thanks-download .section-header {
  margin-bottom: 50px;
}
.thanks-download .section-header h3 {
  text-transform: uppercase;
  text-align: center;
  color: #684093;
  font-family: 'Manrope', sans-serif;
  font-weight: bold;
}
.thanks-download .section-header p {
  color: #000000;
  line-height: 1.4;
  font-style: normal;
  margin: 0 auto;
  font-weight: 300;
  margin-top: 10px;
  text-align: center;
  font-family: 'Manrope', sans-serif;
}
.thanks-download .step-install {
  margin-top: 50px;
  position: relative;
  max-width: 1656px;
  margin: 0 auto;
}
.thanks-download .step-install:before {
  content: '';
  width: 63%;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1, #5db2e1, #5db2e1, #4792c4, #2a669d, #1f568f, #659850, #aac853, #eae67c);
  height: 2px;
}
.thanks-download .step-install .step {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 100%;
  text-align: center;
  padding: 0 20px;
}
.thanks-download .step-install .step img {
  margin: 0 auto;
  margin-bottom: 36px;
  max-width: 107px;
}
.thanks-download .step-install .step h4 {
  color: #684093;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  margin: 0 auto;
  margin-bottom: 38px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  font-size: 25px;
  line-height: 1.4;
}
.thanks-download .step-install .step p {
  color: #000000;
  line-height: 1.5;
  font-style: normal;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
}
.thanks-download .step-install .step .step-contain {
  min-height: 390px;
  box-shadow: 3.178px 6.237px 8.5px rgba(0, 0, 0, 0.16);
  padding: 70px 18px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .page-clinic-wrapper .title-clinic p {
    font-size: 30px;
  }
  .page-clinic-wrapper .main-clinic .view-more {
    font-size: 20px;
  }
  .page-clinic-wrapper .product-row .image-product img {
    height: 100%;
  }
  .page-clinic-wrapper .question-clinic .header-content p {
    font-size: 30px;
  }
  .page-clinic-wrapper .left-digital h3 {
    line-height: 1.2px;
    font-size: 40px;
  }
  .page-clinic-wrapper .left-digital p {
    font-size: 30px;
  }
  .page-clinic-wrapper .digital-word .right-img {
    position: relative;
  }
  .page-clinic-wrapper .digital-word .right-img .images-content {
    position: absolute;
    bottom: 0;
    margin-bottom: -7px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .page-clinic-wrapper .title-clinic p {
    font-size: 30px;
  }
  .page-clinic-wrapper .content-header {
    max-width: 400px;
  }
  .page-clinic-wrapper .content-header p {
    font-size: 30px;
  }
  .page-clinic-wrapper .content-row {
    display: block;
  }
  .page-clinic-wrapper .content-row .right-image-product {
    width: 100%;
  }
  .page-clinic-wrapper .content-row .right-image-product img {
    width: 100%;
  }
  .page-clinic-wrapper .content-row .left-product-clinic {
    width: 100%;
  }
  .page-clinic-wrapper .question-clinic .header-content p {
    font-size: 30px;
  }
  .page-clinic-wrapper .digital-word .left-digital p {
    font-size: 20px;
  }
  .page-clinic-wrapper .service-clinic {
    margin-top: 30px;
  }
  .page-clinic-wrapper .insprirations-practice {
    display: grid;
  }
  .page-clinic-wrapper .insprirations-practice .images-practice {
    width: 100%;
  }
  .page-clinic-wrapper .insprirations-practice .right-content {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  .page-clinic-wrapper .insprirations-practice .right-content h2 {
    max-width: 100%;
  }
  .page-clinic-wrapper .insprirations-practice .right-content p {
    max-width: 100%;
    text-align: center;
    padding: 0 30px;
    width: 100%;
  }
  .page-clinic-wrapper .training-essential .content-training {
    top: 0;
  }
  .app-page .main-app .main-right-content {
    transform: none !important;
    padding: 0 !important;
    top: 0 !important;
    position: relative !important;
  }
  .app-page .main-app .content-right {
    width: 100% !important;
  }
}
@media screen and (max-width: 1023px) {
  /*
    Clinic-setup
*/
  .page-clinic-wrapper input {
    font-size: 14px;
  }
  .page-clinic-wrapper .right-image-product {
    text-align: right;
  }
  .page-clinic-wrapper .content-row {
    display: inline-block;
    max-height: 100%;
    width: 100%;
  }
  .page-clinic-wrapper .content-row .left-product-clinic {
    width: 100%;
    padding: 20px;
    background: #f3f3f3;
  }
  .page-clinic-wrapper .content-row .left-product-clinic .list-infor {
    flex-wrap: wrap;
  }
  .page-clinic-wrapper .content-row .left-product-clinic ul {
    margin-right: 0;
    width: 50%;
  }
  .page-clinic-wrapper .content-row .left-product-clinic ul li a {
    font-size: 14px;
  }
  .page-clinic-wrapper h2 {
    font-size: 18px !important;
    line-height: 24px;
    max-width: 100% !important;
  }
  .page-clinic-wrapper p {
    font-size: 14px;
  }
  .page-clinic-wrapper .title-clinic {
    padding: 50px 20px;
  }
  .page-clinic-wrapper .title-clinic h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .page-clinic-wrapper .digital-clinic-content {
    max-height: 100%;
  }
  .page-clinic-wrapper .digital-word {
    display: inline-grid;
    text-align: center;
  }
  .page-clinic-wrapper .digital-word .left-digital {
    width: 100%;
    padding-bottom: 0;
  }
  .page-clinic-wrapper .digital-word .right-img {
    background: black;
    padding-top: 40px;
    width: 100%;
  }
  .page-clinic-wrapper .digital-word .right-img img {
    height: auto;
  }
  .page-clinic-wrapper .digital-word .content-digital {
    margin-top: 20px;
  }
  .page-clinic-wrapper .digital-word .app-footer {
    display: inline;
    margin-top: 20px;
  }
  .page-clinic-wrapper .digital-word .app-footer p {
    padding-right: 0;
  }
  .page-clinic-wrapper .digital-word .right-img {
    text-align: center;
  }
  .page-clinic-wrapper .question-clinic {
    padding: 50px 20px;
  }
  .page-clinic-wrapper .content-form {
    display: inline;
  }
  .page-clinic-wrapper .content-form .fieldset {
    width: 100%;
    margin-bottom: 0px;
  }
  .page-clinic-wrapper .ordering-portal {
    display: flex;
    flex-wrap: wrap;
    max-height: 100%;
  }
  .page-clinic-wrapper .ordering-portal .right-image-order {
    text-align: center;
    width: 100%;
    order: 1;
  }
  .page-clinic-wrapper .ordering-portal .content {
    width: 100%;
    order: 0;
    padding-top: 20px;
  }
  .page-clinic-wrapper .ordering-portal .content ul li {
    margin-bottom: 0;
  }
  .page-clinic-wrapper .ordering-portal .content ul li a {
    font-size: 14px;
  }
  .page-clinic-wrapper .service-clinic {
    margin-top: 0;
    background: none;
  }
  .page-clinic-wrapper .service-clinic .our-service {
    padding: 50px 20px;
  }
  .page-clinic-wrapper .service-clinic .our-service .title-service {
    display: none;
  }
  .page-clinic-wrapper .service-clinic .our-service .title-service p {
    font-size: 14px;
  }
  .page-clinic-wrapper .service-clinic .list-service,
  .page-clinic-wrapper .service-clinic .list-service-two {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }
  .page-clinic-wrapper .service-clinic .list-service p,
  .page-clinic-wrapper .service-clinic .list-service-two p {
    font-size: 14px;
    color: #484b4e;
  }
  .page-clinic-wrapper .service-clinic .list-service .col-service,
  .page-clinic-wrapper .service-clinic .list-service-two .col-service {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .page-clinic-wrapper .sales-service {
    padding: 50px 20px 0 20px;
  }
  .page-clinic-wrapper .insprirations-practice {
    padding: 30px 20px;
    display: block;
  }
  .page-clinic-wrapper .insprirations-practice .images-practice {
    width: 100%;
  }
  .page-clinic-wrapper .insprirations-practice .images-practice img {
    width: 100%;
  }
  .page-clinic-wrapper .insprirations-practice .right-content {
    margin-top: 50px;
    text-align: center;
  }
  .page-clinic-wrapper .insprirations-practice .right-content p {
    max-width: 100%;
  }
  .page-clinic-wrapper .insprirations-practice .right-content h2 {
    max-width: 100%;
  }
  .page-clinic-wrapper .people-behind .background-header-clinic {
    padding: 20px 20px 0 20px;
  }
  .page-clinic-wrapper .people-behind .header-text h3 {
    font-size: 18px;
  }
  .page-clinic-wrapper .people-behind .header-text p {
    margin-top: 10px;
    font-size: 14px;
  }
  .page-clinic-wrapper .people-behind .click-here {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-clinic-wrapper .people-behind .click-here a {
    padding: 20px;
    font-size: 14px;
    line-height: 40px;
  }
  .page-clinic-wrapper .training-essential {
    display: inline-block;
    padding: 40px 0px 0 0px;
  }
  .page-clinic-wrapper .training-essential .content-left {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .page-clinic-wrapper .training-essential .content-training {
    position: relative;
    text-align: center;
  }
  .page-clinic-wrapper .training-essential .content-training p {
    margin-top: 10px;
    padding-right: 0;
    font-size: 14px;
  }
  .page-clinic-wrapper .training-essential .content-training h2 {
    max-width: 100% !important;
  }
  .page-clinic-wrapper .training-essential .images-training {
    width: 100%;
  }
  .page-clinic-wrapper .training-essential .images-training img {
    width: 100%;
  }
  .page-clinic-wrapper .partnership-clinic {
    padding: 30px 20px 0 20px;
  }
  .page-clinic-wrapper .partnership-clinic p.author {
    font-size: 18px;
  }
  .page-clinic-wrapper .partnership-clinic p {
    font-size: 14px;
  }
  .page-clinic-wrapper .product-row {
    flex-wrap: wrap;
  }
  .page-clinic-wrapper .product-row p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .page-clinic-wrapper .product-row .content-product,
  .page-clinic-wrapper .product-row .image-product {
    width: 50%;
  }
  .page-clinic-wrapper .product-row .btn-view a {
    font-size: 14px;
  }
  .page-clinic-wrapper .product-row .content-product {
    padding: 70px 10px 0px 20px;
    position: relative;
  }
  .page-clinic-wrapper .product-row .left-product,
  .page-clinic-wrapper .product-row .right-product {
    max-height: 100%;
    width: 100%;
  }
  .page-clinic-wrapper .product-row .left-product {
    margin-bottom: 30px;
  }
  .page-clinic-wrapper .product-row .image-product {
    text-align: right;
  }
  .page-clinic-wrapper .product-row .information-product p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;
    max-height: 100px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
  }
  .page-clinic-wrapper .insprirations-practice .futured {
    flex-wrap: wrap;
    margin-top: 30px;
    display: grid;
  }
  .page-clinic-wrapper .insprirations-practice .futured img {
    width: 100%;
    object-fit: cover;
  }
  .page-clinic-wrapper .insprirations-practice .futured .future-content {
    max-width: 100%;
    padding: 20px;
    width: 100%;
  }
  .page-clinic-wrapper .insprirations-practice .futured .future-content h3,
  .page-clinic-wrapper .insprirations-practice .futured .future-content p {
    font-size: 14px !important;
  }
  .page-clinic-wrapper .insprirations-practice .right-content {
    width: 100%;
    padding-top: 0;
  }
  .page-clinic-wrapper .insprirations-practice .right-content p {
    font-size: 14px;
  }
  .page-clinic-wrapper .wrapper-contact-us .map-office-contact {
    margin: 30px 0;
  }
  .page-clinic-wrapper .content-header {
    max-width: 200px;
    padding: 10px;
    margin-right: 30px;
    height: auto;
    width: 100%;
  }
  .page-clinic-wrapper .content-header p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
  }
  .page-clinic-wrapper .customer-saying {
    padding: 50px 20px 50px 20px;
  }
  .page-clinic-wrapper .customer-saying .list-video {
    display: block;
  }
  .page-clinic-wrapper .customer-saying .list-video .video-detail {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .page-clinic-wrapper .customer-saying p {
    font-size: 14px;
  }
  .page-clinic-wrapper .conference-trader {
    display: inline-block;
    padding: 30px 0 0;
  }
  .page-clinic-wrapper .conference-trader .click-here {
    font-size: 14px;
  }
  .page-clinic-wrapper .conference-trader .left-content {
    padding: 20px 20px 50px 20px;
    width: 100%;
    text-align: center;
  }
  .page-clinic-wrapper .conference-trader .left-content p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .page-clinic-wrapper .conference-trader .right-img {
    width: 100%;
  }
  .page-clinic-wrapper .conference-trader .right-img img {
    width: 100%;
    object-fit: cover;
  }
  .page-clinic-wrapper .sales-content p,
  .page-clinic-wrapper .sales-content a {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 768px) {
  .app-page .main-app {
    display: grid;
  }
  .page-clinic-wrapper .customer-saying .customer-saying-list-videos {
    display: block;
  }
  .page-clinic-wrapper .customer-saying .customer-saying-list-videos .video-detail {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .app-page .header-main-content {
    padding: 50px 20px;
  }
  .app-page h1 {
    font-size: 20px;
  }
  .app-page h2 {
    font-size: 18px;
  }
  .app-page .link-download {
    display: grid;
  }
  .app-page .download-now a {
    line-height: unset;
    padding: 20px 50px 20px 60px;
    margin-bottom: 17px;
    margin-right: 0;
  }
  .app-page .download-now a i {
    font-size: 40px;
  }
  .app-page .download-now a span {
    font-size: 20px;
  }
  .app-page .download-now a.mac i {
    font-size: 45px;
    padding-top: 20px;
  }
  .app-page .content-right {
    width: 100%;
  }
  .app-page .content-right .main-right-content {
    position: relative;
    width: 100%;
    transform: unset;
    padding: 0;
    top: 0;
  }
  .app-page .content-right p {
    margin-top: 15px;
  }
  .app-page .main-footer-content {
    display: block;
    padding: 30px 20px;
  }
  .app-page .left-app {
    width: 100%;
  }
  .app-page .left-app .content-left {
    position: relative;
    width: 100%;
    transform: unset;
  }
  .app-page .right-app {
    width: 100%;
    text-align: center;
  }
  .app-page .main-app .image-app {
    width: 100%;
    text-align: center;
  }
  /*
		thanks-download page
	*/
  .thanks-download h3 {
    font-size: 24px;
  }
  .thanks-download .header-download {
    padding: 60px 15px;
  }
  .thanks-download .header-download:after {
    top: 57%;
  }
  .thanks-download .download-content h2 {
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 24px;
  }
  .thanks-download .download-content .logo-small {
    padding: 0 4px;
    font-size: inherit;
  }
  .thanks-download .download-content .logo-window {
    max-width: 64px;
    margin: 0 auto;
  }
  .thanks-download .icon-bottom {
    display: none;
  }
  .thanks-download .step-install .step img {
    max-width: 60px;
    margin-bottom: 20px;
  }
  .thanks-download .step-install .step h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 34px;
  }
  .thanks-download .step-install .step .step-contain {
    min-height: 335px;
  }
  .thanks-download .step-install:before {
    display: none;
  }
  .thanks-download .section-second {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .thanks-download .section-header {
    margin-bottom: 45px;
  }
  .thanks-download .section-header p {
    margin-top: 10px;
    font-size: 14px;
    max-width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .app-page .content-header h1 {
    font-size: 40px;
    line-height: 1.2;
    font-family: 'Manrope', sans-serif;
  }
  .app-page .content-header p {
    font-size: 26px;
    line-height: 1.2;
    font-family: 'Manrope', sans-serif;
    margin-top: 60px;
    margin-bottom: 70px;
  }
  .app-page .header-main-content {
    padding: 70px 20px;
  }
  .app-page .header-main-content .link-download {
    display: flex;
    justify-content: space-between;
  }
  .app-page .header-main-content .download-now a {
    padding: 25px 50px 25px 70px;
    margin-right: 15px;
    width: calc(100%/3 - 20px);
  }
  .app-page .header-main-content .download-now a i {
    font-size: 50px;
  }
  .app-page .header-main-content .download-now a.mac i {
    font-size: 65px;
    padding-top: 7px;
  }
  .app-page .header-main-content .download-now p {
    font-size: 35px;
    line-height: 1.2;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
  }
  .app-page .main-app .content-right {
    width: 50%;
  }
  .app-page .main-app .content-right .main-right-content {
    top: 50%;
    transform: translate(0%, -50%);
    position: absolute;
    padding: 0 50px;
  }
  .app-page .main-app .content-right .main-right-content h2 {
    font-size: 40px;
    font-family: 'Gotham-Bold', sans-serif;
    line-height: 1.2;
    color: #484740;
  }
  .app-page .main-app .content-right .main-right-content p {
    font-size: 30px;
    line-height: 1.4;
    font-family: 'Gotham-Light', sans-serif;
  }
  .app-page .main-app .content-right .main-right-content p {
    margin-top: 30px;
  }
  .app-page .main-footer-content {
    display: flex;
  }
  .app-page .main-footer-content .left-app {
    width: 50%;
    position: relative;
  }
  .app-page .main-footer-content .right-app {
    width: 50%;
    text-align: center;
  }
  .app-page .main-footer-content .right-app .img-right-app {
    margin-top: -60px;
  }
  .app-page .main-footer-content .right-app .img-right-app img {
    margin-bottom: -7px;
  }
  .app-page .main-footer-content .content-left {
    top: 50%;
    transform: translate(0%, -50%);
    position: absolute;
    max-width: 670px;
  }
  .app-page .main-footer-content .content-left h2 {
    font-size: 40px;
    font-family: 'Gotham-Bold', sans-serif;
    line-height: 1.2;
  }
  .app-page .main-footer-content .content-left p {
    font-size: 30px;
    line-height: 1.4;
    font-family: 'Gotham-Light', sans-serif;
  }
  .thanks-download .download-content h2 {
    font-size: 50px;
    line-height: 1.2;
    font-family: 'Manrope', sans-serif;
    margin: 35px 0 30px;
    padding-bottom: 30px;
    font-weight: bold;
  }
  .thanks-download .download-content p {
    font-size: 35px;
    line-height: 1.2;
  }
  .thanks-download .download-linux,
  .thanks-download .download-mac {
    position: relative;
    text-decoration: unset;
  }
  .thanks-download .download-linux:after,
  .thanks-download .download-mac:after {
    content: '';
    width: 100%;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 96%;
    left: 0;
  }
  .thanks-download .section-header {
    margin-bottom: 55px;
  }
  .thanks-download .section-header h3 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
  }
  .thanks-download .section-header p {
    font-family: 'Manrope', sans-serif;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 300;
  }
  .thanks-download .step-install .step p {
    font-size: 22px;
  }
  .section-second {
    padding-bottom: 11px;
  }
}
/* shockwave page */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInleft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
body {
  counter-reset: my-sec-counter;
}
.page-shockwave-wrapper {
  overflow: hidden;
}
.page-shockwave-wrapper .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-shockwave-wrapper .shockware-practice-section {
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding-top: 125px;
  padding-bottom: 125px;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .left-shockmaster {
  width: 50%;
  visibility: hidden;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .left-shockmaster.loader {
  visibility: visible;
  animation: fadeInLeft 1.5s;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #e42a31;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice p {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .chart_block {
  display: flex;
  margin-top: 20px;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .chart_block .chart__item {
  margin: 0 25px 25px 0;
  width: 126px;
  height: 126px;
  border: 10px solid #f6f6f6;
  border-radius: 100%;
  display: block;
  position: relative;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .chart_block .chart__item .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .chart_block .chart__item .counter {
  color: #e42a31;
  font-size: 24px;
  line-height: 0.88889rem;
  font-weight: 700;
  font-family: 'Gotham-Book', sans-serif;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .chart_block .chart__item .title {
  display: block;
  font-size: 10px !important;
  line-height: 0.72222rem;
  color: #4a556b;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster {
  width: 50%;
  visibility: hidden;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster.loader {
  visibility: visible;
  animation: fadeInRight 1.5s;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster .text-right {
  display: inline-block;
  position: relative;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster .quote__name {
  margin-top: 20px;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster .title {
  font-weight: 600;
  font-size: 18px;
  color: #636363;
  line-height: 1.5;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster .subtitle {
  color: #636363;
  font-size: 14px;
  line-height: 1.5;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster .quote_slogan {
  font-weight: bold;
  margin: 1em 0;
  color: #e42a31;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90%;
  margin: 0;
  font-size: 30px;
  line-height: 36px;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster .quote_slogan .text-shadow {
  display: block;
  text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 40px #ffffff, 0 0 70px #ffffff, 0 0 80px #ffffff, 0 0 100px #ffffff, 0 0 150px #ffffff;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Gotham-Bold', sans-serif;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster .quote_slogan .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 30px !important;
  font-weight: 600;
  font-family: 'Gotham-Bold', sans-serif;
}
.page-shockwave-wrapper .shockwave-section-effective {
  padding-top: 125px;
  padding-bottom: 125px;
  background: #f7f7f7;
  position: relative;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block {
  position: absolute;
  left: -300px;
  top: -310px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin {
  position: absolute;
  z-index: 1;
  width: 1345px;
  height: 1264px;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--1 {
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--2 {
  width: 90%;
  height: 90%;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--3 {
  width: 75%;
  height: 75%;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--4 {
  width: 60%;
  height: 60%;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--5 {
  width: 55%;
  height: 55%;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--6 {
  width: 50%;
  height: 50%;
  -webkit-animation-duration: 0.095s;
  animation-duration: 0.095s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--7 {
  width: 45%;
  height: 45%;
  -webkit-animation-duration: 0.085s;
  animation-duration: 0.085s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--8 {
  width: 40%;
  height: 40%;
  -webkit-animation-duration: 0.075s;
  animation-duration: 0.075s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--9 {
  width: 30%;
  height: 30%;
  -webkit-animation-duration: 0.065s;
  animation-duration: 0.065s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--10 {
  width: 25%;
  height: 25%;
  -webkit-animation-duration: 0.055s;
  animation-duration: 0.055s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--11 {
  width: 20%;
  height: 20%;
  -webkit-animation-duration: 0.045s;
  animation-duration: 0.045s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--12 {
  width: 15%;
  height: 15%;
  -webkit-animation-duration: 0.035s;
  animation-duration: 0.035s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--13 {
  width: 12%;
  height: 12%;
  -webkit-animation-duration: 0.025s;
  animation-duration: 0.025s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--14 {
  width: 10%;
  height: 10%;
  -webkit-animation-duration: 0.015s;
  animation-duration: 0.015s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line {
  opacity: 0.4;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective {
  display: flex;
  margin-top: 30px;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .left-image {
  width: 50%;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .left-image.loader {
  visibility: visible;
  animation: fadeInLeft 1.5s;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .left-image .image__block {
  position: relative;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .left-image .image__overlay {
  margin-top: -55px;
  position: absolute;
  z-index: 1;
  right: 0;
  display: block;
  right: 30px;
  bottom: -56px;
  max-width: max-content;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .left-image .help__block p {
  font-size: 14px;
  font-style: italic;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .right-text {
  width: 50%;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .right-text.loader {
  visibility: visible;
  animation: fadeInRight 1.5s;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .top-content-text {
  margin-bottom: 30px;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .top-content-text h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #e42a31;
  margin-top: 0;
  margin-bottom: 15px;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .top-content-text p {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  font-weight: 700;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective ul li {
  color: #636363;
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
  margin-left: 25px;
  margin-bottom: 20px;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective ul a {
  position: relative;
  padding-left: 10px;
  font-weight: 600;
  font-family: 'Gotham-Book', sans-serif;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective ul a:before {
  content: '';
  height: 18px;
  width: 18px;
  border: solid #e42a31 2px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: -25px;
  top: -3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective ul a:hover:before {
  background: #e42a31;
}
.page-shockwave-wrapper .shockwave-section-patient-condition {
  background: #f7f7f7;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .main-section {
  display: flex;
  padding: 125px 45px;
  max-width: 100%;
  margin: 0 auto;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .left-condition {
  width: 50%;
  padding: 0 15px;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .left-condition.loader {
  visibility: visible;
  animation: fadeInLeft 1.5s;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .left-condition h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #e42a31;
  margin: 0;
  text-transform: uppercase;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .left-condition ul {
  padding-left: 0;
  margin-left: 0;
  margin-top: 45px;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .left-condition ul li {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  counter-increment: step-counter;
  list-style: none;
  position: relative;
  padding-left: 37px;
  margin-left: 0;
  margin-bottom: 20px;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .left-condition ul li:before {
  content: counter(step-counter);
  margin-right: 5px;
  color: #ffffff;
  font-weight: bold;
  background: #e42a31;
  border-radius: 100%;
  height: 23px;
  width: 23px;
  font-size: 16px;
  line-height: 23px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .left-condition ul li h3 {
  font-weight: 700;
  text-transform: inherit;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .left-condition ul li p {
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .right-condition {
  width: 50%;
  padding: 0 15px;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .right-condition .image__block img {
  float: right;
  margin-bottom: 50px;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .right-condition .image__block img.loader {
  visibility: visible;
  animation: fadeInRight 2s;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .right-condition .left-bottom-bottom {
  clear: both;
  max-width: 430px;
  width: 100%;
  display: block;
  float: left;
  position: relative;
  z-index: 0;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .right-condition .left-bottom-bottom.loader {
  visibility: visible;
  animation: fadeInRight 1s;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .right-condition .right-bottom-top {
  float: right;
  position: relative;
  z-index: 1;
  clear: both;
  max-width: 430px;
  width: 100%;
  display: block;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .right-condition .right-bottom-top.loader {
  visibility: visible;
  animation: fadeInRight 1.5s;
}
.page-shockwave-wrapper .shockwave-section-gymna {
  background: #f7f7f7;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 45px 250px;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content {
  width: 50%;
  display: block;
  float: left;
  position: relative;
  z-index: 0;
  padding: 0 15px;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content .img-gym {
  clear: both;
  max-width: 430px;
  width: 100%;
  display: block;
  float: left;
  float: right;
  position: relative;
  z-index: 0;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content .img-gym.loader {
  visibility: visible;
  animation: fadeInLeft 1s;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content .img-gym img {
  -webkit-box-shadow: -10px 10px 56px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -10px 10px 56px 0 rgba(0, 0, 0, 0.15);
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content .mpf-video {
  position: relative;
  display: block;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content .mpf-video:before {
  content: '\f04b';
  font-family: 'FontAwesome' !important;
  height: 68px;
  width: 68px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  line-height: 68px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content .mpf-video:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(74, 85, 107, 0.2);
  z-index: 1;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content .video-gym {
  clear: both;
  max-width: 430px;
  width: 100%;
  display: block;
  margin-top: 55px;
  float: left;
  position: absolute;
  top: 0;
  z-index: 1;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content .video-gym.loader {
  visibility: visible;
  animation: fadeInLeft 1.5s;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .right-content-gym {
  width: 50%;
  padding: 0 15px;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .right-content-gym.loader {
  visibility: visible;
  animation: fadeInRight 1.5s;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .right-content-gym h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #e42a31;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .right-content-gym h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: 'soleto', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  text-transform: inherit;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .right-content-gym p {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.page-shockwave-wrapper .shockwave-productoverview {
  margin-top: 125px;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .page-shockwave-wrapper .shockwave-productoverview .main-productoverview {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .page-shockwave-wrapper .shockwave-productoverview .main-productoverview {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .page-shockwave-wrapper .shockwave-productoverview .main-productoverview {
    padding: 0 45px;
  }
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product-left,
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product-right {
  width: 50%;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product-left.loader {
  visibility: visible;
  animation: fadeInLeft 1.5s;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product-right {
  border-left: 1px dotted #636363;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product-right.loader {
  visibility: visible;
  animation: fadeInRight 1.5s;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__image {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview p {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 600;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__description {
  padding-left: 15px;
  padding-right: 15px;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__description .text__block {
  padding-bottom: 70px;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__description .text__block .text-content h3 {
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  text-transform: inherit;
  margin-bottom: 15px;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__description .text__block .text-content h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: 'soleto', sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__description .text__block .text-content ul {
  padding-left: 50px;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__description .text__block .text-content ul li {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  list-style: disc;
  font-weight: 700;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__footer {
  text-align: left;
  bottom: 0;
  left: 0;
  white-space: nowrap;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__footer a.button {
  background: #e42a31;
  display: inline-block;
  padding: 15px 27px;
  border: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 26px;
  font-weight: bold;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__footer a.link {
  font-family: 'Gotham-Bold', sans-serif;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0 0 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #e42a31;
}
.page-shockwave-wrapper .shockwave-request-form {
  margin-top: 125px;
  padding-top: 125px;
  padding-bottom: 125px;
  background-image: url('../images/contactform_1920x750.jpg');
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-request-form.loader {
  visibility: visible;
}
.page-shockwave-wrapper .shockwave-request-form ::-webkit-input-placeholder {
  /* Edge */
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 700;
  color: #b1aaa2;
  font-size: 14px;
}
.page-shockwave-wrapper .shockwave-request-form :-ms-input-placeholder {
  /* Internet Explorer */
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 700;
  color: #b1aaa2;
  font-size: 14px;
}
.page-shockwave-wrapper .shockwave-request-form ::placeholder {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 700;
  color: #b1aaa2;
  font-size: 14px;
}
.page-shockwave-wrapper .shockwave-request-form .left-form {
  width: 50%;
}
.page-shockwave-wrapper .shockwave-request-form .left-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
@media (max-width: 767px) {
  .page-shockwave-wrapper .shockwave-request-form .left-form {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.page-shockwave-wrapper .shockwave-request-form .block__overlay {
  background: #ffffff;
  padding: 40px;
}
.page-shockwave-wrapper .shockwave-request-form h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #e42a31;
  margin: 0;
  margin-bottom: 0.5em;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-shockwave-wrapper .shockwave-request-form .main-content-request {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .page-shockwave-wrapper .shockwave-request-form .main-content-request {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .page-shockwave-wrapper .shockwave-request-form .main-content-request {
    padding: 0 45px;
  }
}
.page-shockwave-wrapper .shockwave-request-form .vboutEmbedFormRow {
  margin-bottom: 15px;
}
.page-shockwave-wrapper .shockwave-request-form .vboutEmbedFormRow input {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  padding: 10px 15px;
  border: 1px solid rgba(74, 85, 107, 0.11);
  border-radius: 20px;
  background-color: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.375rem;
  color: #4a556b;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-shockwave-wrapper .shockwave-request-form textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 1rem;
  padding: 15px 15px;
  border: 1px solid rgba(74, 85, 107, 0.11);
  border-radius: 20px;
  background-color: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.375rem;
  color: #4a556b;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100px;
  resize: none;
  margin-bottom: 0;
  line-height: 1.3;
}
.page-shockwave-wrapper .shockwave-request-form input[type='submit'] {
  font-size: 12px;
  padding: 0;
  border-radius: 26px;
  background: #e42a31 !important;
  color: #ffffff;
  background-image: none !important;
  max-width: 145px;
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  line-height: 46px;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  border: 1px solid rgba(74, 85, 107, 0.11);
  box-shadow: none;
  font-family: inherit;
  text-transform: capitalize;
}
.page-shockwave-wrapper .shockwave-customer-testimonial {
  padding: 125px 0;
}
.page-shockwave-wrapper .shockwave-customer-testimonial .wow {
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-customer-testimonial .wow.loader {
  visibility: visible;
  animation: fadeInLeft 1.5s;
}
.page-shockwave-wrapper .shockwave-customer-testimonial h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #e42a31;
}
.page-shockwave-wrapper .popup {
  position: fixed;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #ffffff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  background: #ffffff;
  padding: 35px;
  width: auto;
  max-width: 590px;
}
.page-shockwave-wrapper .modal h2 {
  position: relative;
}
.page-shockwave-wrapper .modal h2:after {
  content: '\f00d';
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 15px;
  color: #5a5b5d;
  top: 0;
  right: 0;
}
.page-shockwave-wrapper .modal h2:after:hover {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .page-shockwave-wrapper .shockware-practice-section .main-content-practice {
    display: block;
    margin: 0 20px;
  }
  .page-shockwave-wrapper .shockware-practice-section .main-content-practice .left-shockmaster {
    width: 100%;
  }
  .page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster {
    width: 100%;
    text-align: center;
  }
  .page-shockwave-wrapper .shockwave-section-effective .main-effective {
    display: block;
    margin: 0 20px;
  }
  .page-shockwave-wrapper .shockwave-section-effective .main-effective .left-image {
    width: 100%;
    text-align: center;
  }
  .page-shockwave-wrapper .shockwave-section-effective .main-effective .right-text {
    width: 100%;
    justify-content: center;
    margin-top: 50px;
  }
  .page-shockwave-wrapper .shockwave-section-patient-condition .main-section {
    padding: 50px 0;
  }
  .page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna {
    display: block;
  }
  .page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content {
    width: 100%;
    margin-bottom: 100px;
  }
  .page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .right-content-gym {
    width: 100%;
  }
  .page-shockwave-wrapper .shockwave-request-form .left-form {
    margin: 0 auto;
  }
}
@media (min-width: 1261px) {
  .mfp-content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #e42a31;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Gotham-Bold', sans-serif;
  }
  .mfp-content p {
    color: #636363;
    font-size: 14px;
    font-style: italic;
    line-height: 16ppx;
  }
  button.mfp-close:hover {
    background: none;
  }
  .mfp-container {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  .page-shockwave-wrapper .sections.nav-sections .navigation > ul {
    display: flex !important;
  }
  .page-shockwave-wrapper img {
    display: inline;
  }
}
@media (min-width: 1621px) {
  .page-shockwave-wrapper .ves-megamenu ul.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .page-shockwave-wrapper .chart__block {
    display: block !important;
  }
}
.page-shockwave-wrapper .quote__block--text-right .quote__slogan .text {
  position: relative;
}
.page-shockwave-wrapper .section-padding.bg--shadow-bottom {
  padding: 125px 0;
}
.page-shockwave-wrapper .quote__block--text-right .quote__slogan .text-shadow {
  text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 40px #ffffff, 0 0 70px #ffffff, 0 0 80px #ffffff, 0 0 100px #ffffff, 0 0 150px #ffffff;
  color: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 30px !important;
  position: absolute;
}
.project_development .products-grid .product-item {
  margin-bottom: 10px;
}
.project_development .products-grid .product-item-photo .product-image-container {
  padding-bottom: 00px;
}
.project_development .products-grid .product-item-photo img {
  min-height: 295px;
  object-fit: cover;
}
.project_development .products-grid .product-item-details.details .product-stock-detail {
  display: none;
}
.project_development .products-grid .product-item-details.details .product-item-actions {
  display: none;
}
.project_development .column.main {
  width: 100%;
  margin-left: 0;
}
.project_development .product-image-container {
  max-width: 100%;
}
.project_development .products-grid .product-item {
  width: calc((100% - 40px)/4) !important;
  margin-right: 10px;
}
.project_development .products-grid .product-item:nth-child(3n) {
  margin-right: 0;
}
.project_development .products-grid .product-item .product-item-info:hover .product-item-inner {
  display: none;
}
.project_development .products-grid .product-item .product-item-info:hover .product-item-name {
  background-color: #eb2027;
  padding-bottom: 8.0625rem;
}
.project_development .products-grid .product-item .product-item-info:hover .product-item-link:hover:after {
  cursor: pointer;
}
.project_development .products-grid .product-item .product-item-info:hover .product-item-link:after {
  content: '';
  position: absolute;
  background-image: url('../images/link-white.png');
  width: 53px;
  height: 53px;
  left: 50%;
  bottom: 10px;
  background-repeat: no-repeat;
  min-height: inherit;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.65s;
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.project_development .products-grid .product-item-details {
  display: block;
  margin: 0;
  text-align: left;
}
.project_development .products-grid .product-item-details .product-item-name {
  color: #1c1c1c;
  bottom: -1px;
  min-height: inherit;
  left: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.65s;
  font-weight: 200;
  padding: 20px 15px;
  font-size: 20px;
  position: absolute;
  width: 100%;
  display: inline-block;
  z-index: 9;
  margin-bottom: 0;
}
.project_development .products-grid .product-item-details .product-item-name .product-item-link {
  color: #ffffff;
}
.project_development .products-grid .product-item-details .product-item-name .product-item-link:before {
  display: none;
}
.project_development .products-grid .product-item-info {
  box-shadow: none;
  border-radius: none;
  padding: 0;
  width: auto;
  position: relative;
}
.project_development .products-grid .product-item-info:hover {
  box-shadow: none;
}
.project_development .products-grid .product-image-wrapper {
  padding-bottom: 0 !important;
  min-height: 291px;
}
.project-page .product-info-main .page-title-wrapper,
.project-page .product-info-main .productquickinfo,
.project-page .product-info-main .product-add-form {
  display: none !important;
}
.wrapper-project-development .project-developer .container {
  padding-left: 0;
  padding-right: 0;
}
.wrapper-project-development .project-developer ul.gallery {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}
.wrapper-project-development .project-developer li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.wrapper-project-development .project-developer li .gallery-prod-name a::after {
  content: '';
  display: inline-block;
  width: 52px;
  height: 0;
  background: url('../images/link-white.png') no-repeat;
  margin-top: 10px;
}
.wrapper-project-development .project-developer li:hover a {
  background: url(../images/transparent-red-bg.png);
  padding-bottom: 4.0625rem;
}
.wrapper-project-development .project-developer li:hover .gallery-prod-name a {
  padding-bottom: 30px;
  padding-top: 30px;
}
.wrapper-project-development .project-developer li:hover .gallery-prod-name a::after {
  height: 51px;
}
.wrapper-project-development .project-developer li div {
  position: relative;
}
.wrapper-project-development .project-developer p.text-center.gallery-prod-name {
  display: block;
  margin: 0;
  text-align: center;
}
.wrapper-project-development .project-developer .gallery-prod-name a {
  bottom: 0;
  background: none;
  left: 0;
  margin-left: 0 !important;
  min-height: inherit;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.65s;
  font-weight: 200;
}
.wrapper-project-development .project-developer img {
  display: block;
  min-height: 291px;
  object-fit: cover;
  max-height: 291px;
}
.wrapper-project-development .project-developer .gallery-prod-name a {
  color: #ffffff;
  bottom: 0px;
  display: inline-block;
  min-height: inherit;
  left: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.65s;
  font-weight: 200;
  padding: 20px 15px;
  font-size: 20px;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wrapper-project-development .project-developer .gallery-prod-name a:hover {
  text-decoration: none;
  color: #ffffff;
}
@media screen and (min-width: 1400px) {
  .wrapper-project-development .project-developer ul.gallery {
    max-width: 1600px;
  }
  .wrapper-project-development .project-developer ul.gallery li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .project_development .products-grid .product-item {
    width: calc((100% - 30px)/3) !important;
  }
}
@media screen and (max-width: 599px) {
  .wrapper-project-development .project-developer li {
    margin-right: 0;
    width: 100%;
  }
  .wrapper-project-development .project-developer img {
    max-height: initial;
    min-height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper-project-development li {
    width: calc(100%/2 - 10px);
  }
  .wrapper-project-development .project-developer img {
    max-height: 180px;
    width: 100% !important;
  }
  .wrapper-project-development .page-title {
    font-size: 20px;
  }
}
.wrapper-ndis-pages .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.wrapper-ndis-pages .provider-nids .header-nids {
  background-image: url('../images/bg_ndis.png');
  background-repeat: no-repeat;
  min-height: 680px;
  background-size: cover;
  position: relative;
}
.wrapper-ndis-pages .provider-nids .main-nids {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.wrapper-ndis-pages .provider-nids .main-nids h2 {
  text-align: center;
  text-transform: uppercase;
}
.wrapper-ndis-pages .provider-nids .main-nids .top-content h2 {
  margin-bottom: 20px;
}
.wrapper-ndis-pages .provider-nids .main-nids p {
  margin-bottom: 15px;
  font-weight: 600;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis {
  border-top: 1px solid #dddddd;
  padding-top: 50px;
  margin-top: 30px;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis .title-form-ndis {
  text-align: left;
  margin-bottom: 20px;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis ::placeholder {
  color: #948b8bdd;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Gotham-Book', sans-serif;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #948b8bdd;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Gotham-Book', sans-serif;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #948b8bdd;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Gotham-Book', sans-serif;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis .title-clinician {
  background: #000000;
  padding: 20px;
  color: #ffffff;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis fieldset {
  border: none;
  padding: 50px 80px;
  -webkit-box-shadow: 0px 2px 10px 0px #c6c6c6;
  -moz-box-shadow: 0px 2px 10px 0px #c6c6c6;
  box-shadow: 0px 2px 10px 0px #c6c6c6;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis input {
  height: 48px;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #dddddd;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis .iti--allow-dropdown {
  margin-top: 20px;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis textarea {
  min-height: 110px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis .btn-submit {
  text-align: center;
  width: 100%;
  height: 60px;
  color: #ffffff;
  background: red;
  font-size: 24px;
  font-family: 'Gotham-Book', sans-serif;
}
.wrapper-ndis-pages .provider-nids .main-content-ndis {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.wrapper-ndis-pages .provider-nids .main-content-ndis .images {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 100%;
  padding: 30px 30px 25px 30px;
  left: 7%;
}
.wrapper-ndis-pages .provider-nids .main-content-ndis .images:after {
  content: '';
  left: 0;
  right: 0;
  bottom: -17px;
  margin: auto;
  position: absolute;
  z-index: 99;
  width: 65%;
  height: 12px;
  border-radius: 100%;
  background: #dcdcde;
  background: linear-gradient(90deg, #dcdcde 0%, #cdc8c8 50%, #dcdcde 100%);
}
.wrapper-ndis-pages .provider-nids .main-content-ndis .images img {
  max-width: 430px;
}
.wrapper-ndis-pages .provider-nids .text-right {
  width: 50%;
  position: relative;
  padding-left: 18%;
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  left: -7%;
  min-height: 300px;
  display: flex;
  align-items: center;
}
.wrapper-ndis-pages .provider-nids .text-right h1 {
  font-size: 58px;
  line-height: 1.2;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 600;
}
.wrapper-ndis-pages .provider-nids .support-content {
  border-top: 1px solid #dddddd;
  margin-top: 50px;
  padding-top: 50px;
}
.wrapper-ndis-pages .provider-nids .list-infor {
  margin-top: 30px;
  display: flex;
}
.wrapper-ndis-pages .provider-nids .list-infor .safe,
.wrapper-ndis-pages .provider-nids .list-infor .return,
.wrapper-ndis-pages .provider-nids .list-infor .arrow {
  width: 33.33%;
  text-align: center;
}
.wrapper-ndis-pages .provider-nids .list-infor .safe span,
.wrapper-ndis-pages .provider-nids .list-infor .return span,
.wrapper-ndis-pages .provider-nids .list-infor .arrow span {
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .wrapper-ndis-pages .provider-nids .main-nids {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper-ndis-pages .top-content {
    padding: 0 20px;
  }
  .wrapper-ndis-pages .provider-nids .main-nids {
    padding: 0 20px;
  }
  .wrapper-ndis-pages .provider-nids .main-nids h2 {
    font-size: 24px;
  }
  .wrapper-ndis-pages .provider-nids .main-nids .form-ndis fieldset {
    padding: 10px;
    min-inline-size: auto;
  }
  .wrapper-ndis-pages .provider-nids .main-content-ndis {
    margin-right: 0;
  }
  .wrapper-ndis-pages .provider-nids .main-content-ndis .text-right p {
    font-size: 36px;
    margin-top: 20px;
    text-transform: uppercase;
  }
  .wrapper-ndis-pages .list-infor {
    display: grid !important;
  }
  .wrapper-ndis-pages .list-infor .safe,
  .wrapper-ndis-pages .list-infor .return,
  .wrapper-ndis-pages .list-infor .arrow {
    width: 100% !important;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-ndis-pages .provider-nids .text-right {
    font-size: 18px;
    padding-left: 0;
    width: 50%;
    box-shadow: 1px 2px 10px 0px #7d7d7d;
    margin-top: 30px;
  }
  .wrapper-ndis-pages .provider-nids .text-right h1 {
    left: 0;
  }
  .wrapper-ndis-pages .provider-nids .main-nids .form-ndis {
    border-top: 1px solid #dddddd;
    padding-top: 0;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrapper-ndis-pages .provider-nids .main-nids .form-ndis .title-form-ndis {
    text-align: center;
    font-size: 20px;
  }
  .wrapper-ndis-pages .provider-nids .main-nids .form-ndis .title-clinician {
    padding: 10px;
  }
  .wrapper-ndis-pages .provider-nids .main-nids h2 {
    font-size: 22px;
  }
  .wrapper-ndis-pages .provider-nids .main-content-ndis {
    flex-direction: column;
  }
  .wrapper-ndis-pages .provider-nids .main-content-ndis .images {
    left: 0;
    padding: 12px 10px 5px;
  }
  .wrapper-ndis-pages .provider-nids .header-nids {
    min-height: 430px;
  }
  .wrapper-ndis-pages .provider-nids .text-right {
    padding: 15px;
    left: 0;
    width: 50%;
    min-height: auto;
  }
  .wrapper-ndis-pages .provider-nids .main-content-ndis .text-right h1 {
    font-size: 22px;
    text-align: center;
    width: 100%;
  }
  .wrapper-ndis-pages .provider-nids .main-content-ndis .images img {
    max-width: 200px;
  }
  .project_development .products-grid .product-item {
    width: calc((100% - 20px)/2) !important;
  }
}
@media screen and (max-width: 639px) {
  .project_development .products-grid .product-item {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-ndis-pages .provider-nids .main-content-ndis .images img {
    max-width: 200px;
  }
  .wrapper-ndis-pages .provider-nids .text-right {
    width: 65%;
  }
}
@media screen and (min-width: 1600px) {
  .wrapper-ndis-pages .provider-nids .main-nids .form-ndis fieldset {
    padding: 100px;
  }
  .wrapper-ndis-pages .provider-nids .text-right p {
    font-size: 70px;
  }
}
.cms-inservice .ui-datepicker .ui-datepicker-buttonpane button {
  font-size: 14px;
}
.cms-inservice .ui-datepicker .ui-datepicker-buttonpane button:hover {
  color: #ffffff;
}
.wrapper-inservice-pages footer .footer-top {
  display: none;
}
.wrapper-inservice-pages .page-title-wrapper {
  display: none;
}
.wrapper-inservice-pages .title-product-details {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #636363;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.wrapper-inservice-pages .title-product-details:before {
  content: '';
  height: 4px;
  width: 72px;
  background: #eb2027;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.wrapper-inservice-pages .title-product-details:after {
  content: '';
  height: 1px;
  width: 200px;
  background: #999999;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 1;
}
.wrapper-inservice-pages select,
.wrapper-inservice-pages input {
  color: #bbbbbb;
}
.wrapper-inservice-pages label {
  color: #4d4544;
  font-size: 14px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 600;
}
.wrapper-inservice-pages fieldset {
  border: none;
}
.wrapper-inservice-pages .vboutEmbedFormRow {
  margin-bottom: 20px;
}
.wrapper-inservice-pages input,
.wrapper-inservice-pages select,
.wrapper-inservice-pages textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  cursor: pointer;
}
.wrapper-inservice-pages select {
  margin-top: 5px;
  height: 48px;
  border: 1px solid #cacaca;
  background: url('../images/down_new.png') no-repeat;
  background-size: 6px;
  background-position: 98% 50%;
}
.wrapper-inservice-pages input {
  margin-top: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  background: #ffffff;
  font-size: 14px;
  height: 48px;
}
.wrapper-inservice-pages form.vbtEmbedFormStyle input[type='tel'] {
  padding-left: 16px !important;
}
.wrapper-inservice-pages form.vbtEmbedFormStyle > fieldset {
  padding: 0;
  min-width: 200px;
}
.wrapper-inservice-pages .mage-error #custom-159968-error,
.wrapper-inservice-pages .mage-error #custom-159969-error {
  display: block !important;
}
.wrapper-inservice-pages .form-inservice .booking_details select {
  background-position: 96% 50%;
}
.wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box > div {
  width: calc(26% - 31px);
  float: left;
}
.wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box .date {
  width: 48%;
}
.wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box .time,
.wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box .duration {
  margin-left: 31px;
}
.wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box + .vboutEmbedFormRow {
  clear: both;
  width: calc(26% - 31px);
}
.wrapper-inservice-pages .form-inservice form > fieldset > div {
  width: 100%;
  display: inline-block;
  margin-top: 50px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  padding: 25px 37px 30px;
}
.wrapper-inservice-pages .form-inservice form > fieldset > div.contact_detail {
  margin-top: 0;
}
.wrapper-inservice-pages .main_contact {
  display: flex;
  justify-content: space-between;
}
.wrapper-inservice-pages .main_contact .left_contact,
.wrapper-inservice-pages .main_contact .right_contact {
  width: 49%;
}
.wrapper-inservice-pages .booking_details {
  width: 49%;
}
.wrapper-inservice-pages input[type='text']::-webkit-input-placeholder {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  color: #bbbbbb;
}
.wrapper-inservice-pages input[type='text']:-ms-input-placeholder {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  color: #bbbbbb;
}
.wrapper-inservice-pages input[type='text']::placeholder {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  color: #bbbbbb;
}
.wrapper-inservice-pages .container-checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper-inservice-pages .container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wrapper-inservice-pages .checkmark:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid #684093;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wrapper-inservice-pages .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 9px;
  height: 12px;
  width: 12px;
  border: 0.5px solid #b2b2b2;
  background-color: #f5f5f5;
}
.wrapper-inservice-pages .checkmark:after {
  content: '';
  position: absolute;
  display: none;
  left: 3px;
  width: 3px;
  height: 6px;
  border-width: 0 2px 2px 0;
}
.wrapper-inservice-pages .container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.wrapper-inservice-pages .product_details .right_product_details {
  padding-left: 10px;
}
.wrapper-inservice-pages .product_details textarea {
  min-height: 100px;
}
.wrapper-inservice-pages .product_details .recaptchaField {
  margin-top: 15px;
}
.wrapper-inservice-pages .product_details .note {
  color: #eb1c24;
  font-size: 13px;
  margin-top: -50px;
}
.wrapper-inservice-pages .product_details p {
  font-family: 'Gotham-Book', sans-serif;
  margin-bottom: 5px;
  color: #4d4544;
  font-size: 14px;
  font-weight: 600;
}
.wrapper-inservice-pages .product_details .main_content_product {
  display: flex;
  justify-content: space-between;
}
.wrapper-inservice-pages .product_details .main_content_product .left_product_details,
.wrapper-inservice-pages .product_details .main_content_product .right_product_details {
  width: 49%;
}
.wrapper-inservice-pages .product_details .main_content_product .left_product_details .row-content,
.wrapper-inservice-pages .product_details .main_content_product .right_product_details .row-content {
  display: flex;
  justify-content: space-between;
}
.wrapper-inservice-pages .product_details .main_content_product .left_product_details .row-content .vboutEmbedFormRow,
.wrapper-inservice-pages .product_details .main_content_product .right_product_details .row-content .vboutEmbedFormRow {
  width: 49%;
}
.wrapper-inservice-pages .page-title-inservice {
  text-align: center;
  padding: 30px;
}
.wrapper-inservice-pages .page-title-inservice h1 {
  text-align: center;
  color: #4d4544;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.wrapper-inservice-pages .page-title-inservice p {
  text-align: center;
  color: #4d4544;
  font-size: 20px;
}
.wrapper-inservice-pages .btn-submit {
  margin-top: 40px;
  border: none;
  background: red;
  color: #ffffff;
  padding: 10px 15px;
  width: 370px;
  height: 46px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .wrapper-inservice-pages .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .wrapper-inservice-pages .form-inservice .booking_details select {
    background-position: 98% 50%;
  }
  .wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box .time,
  .wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box .duration {
    margin-left: 0;
  }
  .wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box .date {
    width: 100%;
  }
  .wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box > div {
    width: 100%;
  }
  .wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box + .vboutEmbedFormRow {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .wrapper-inservice-pages .title-product-details {
    padding-left: 0;
  }
  .wrapper-inservice-pages .form-inservice form > fieldset > div {
    padding: 20px 15px;
  }
  .wrapper-inservice-pages .contact_detail .vboutEmbedFormRow {
    height: auto !important;
  }
  .wrapper-inservice-pages .main_contact {
    display: block;
  }
  .wrapper-inservice-pages .main_contact .left_contact,
  .wrapper-inservice-pages .main_contact .right_contact {
    width: 100%;
  }
  .wrapper-inservice-pages .booking_details {
    width: 100%;
  }
  .wrapper-inservice-pages .product_details .right_product_details {
    padding-left: 0;
  }
  .wrapper-inservice-pages .product_details .note {
    margin-top: 0;
  }
  .wrapper-inservice-pages .product_details .main_content_product {
    display: block;
  }
  .wrapper-inservice-pages .product_details .main_content_product .left_product_details,
  .wrapper-inservice-pages .product_details .main_content_product .right_product_details {
    width: 100%;
  }
  .wrapper-inservice-pages .product_details .main_content_product .left_product_details .row-content,
  .wrapper-inservice-pages .product_details .main_content_product .right_product_details .row-content {
    display: block;
  }
  .wrapper-inservice-pages .product_details .main_content_product .left_product_details .row-content .vboutEmbedFormRow,
  .wrapper-inservice-pages .product_details .main_content_product .right_product_details .row-content .vboutEmbedFormRow {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .wrapper-inservice-pages .container {
    padding: 0;
  }
  .wrapper-inservice-pages .recaptchaField {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .wrapper-inservice-pages .btn-submit {
    width: 100%;
    margin-top: 15px;
  }
  .wrapper-inservice-pages .product_details p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
  }
}
@media (min-width: 1621px) {
  .ves-megamenu .navigation .level0 {
    margin: 0 4px 0 0;
  }
}
/* Term and conditions */
.wrapper-terms .columns {
  margin-top: 50px;
}
.wrapper-terms .title-terms {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 600;
  padding-bottom: 20px;
}
.wrapper-terms p strong > label {
  font-style: italic;
  font-weight: 600;
}
.wrapper-terms .terms-content {
  padding: 0;
}
.wrapper-terms .terms-content p span {
  font-style: italic;
  font-weight: 600;
}
.wrapper-terms .terms-content b {
  font-family: 'Gotham-Bold', sans-serif;
}
.cms-terms-and-conditions .columns {
  margin-top: 50px;
}
.cms-terms-and-conditions .title-terms {
  font-weight: 600;
  padding-bottom: 20px;
}
.cms-terms-and-conditions p strong > label {
  font-style: italic;
  font-weight: 600;
}
.cms-terms-and-conditions .terms-content {
  padding: 0;
}
.cms-terms-and-conditions .terms-content p span {
  font-style: italic;
  font-weight: 600;
}
.cms-terms-and-conditions .terms-content b {
  font-weight: 500;
}
/* Best Price Page */
body.page-layout-custom-page .page-main {
  padding: 0;
}
body.page-layout-custom-page .beat-price-content .price-beat-guarantee {
  padding: 80px 41px 80px 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f2f2f2;
}
@media (min-width: 1600px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee {
    padding: 80px 85px 80px 130px;
  }
}
@media (max-width: 991.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee {
    padding: 60px 21px;
    padding-bottom: 30px;
  }
}
body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block {
  width: 57%;
  max-width: 910px;
  padding-right: 60px;
}
@media (max-width: 991.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block {
    order: 2;
    width: 100%;
    padding-top: 30px;
    padding-right: 0;
  }
}
body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block h1 {
  color: #13456e;
  margin-top: 0;
  margin-bottom: 30px;
  font: normal normal 700 76px/1.2em 'Montserrat', sans-serif;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block h1 {
    font-size: 42px;
    margin-bottom: 15px;
  }
}
body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block .content p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block .content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block .content .link {
  display: inline-block;
  background: #ffffff;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block .content .link {
    display: block;
  }
}
body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block .content .link a {
  display: flex;
  align-items: center;
  box-shadow: 3px 3px 6px #0000001a;
  -webkit-box-shadow: 3px 3px 6px #0000001a;
  -moz-box-shadow: 3px 3px 6px #0000001a;
  -ms-box-shadow: 3px 3px 6px #0000001a;
  padding: 22px 31px 22px 35px;
  border-radius: 10px;
  color: #13456e;
  font-weight: bold;
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block .content .link a {
    width: 100%;
    justify-content: space-between;
    font-size: 16px;
  }
}
body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block .content .link a img {
  display: block;
  margin-left: 31px;
}
body.page-layout-custom-page .beat-price-content .price-beat-guarantee .right-block {
  width: 43%;
  position: relative;
}
@media (max-width: 991.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee .right-block {
    order: 1;
    width: 100%;
  }
}
@media (min-width: 768.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee .right-block:after {
    content: '';
    display: block;
    top: 100%;
    left: 0;
    width: 83%;
    height: 35px;
    -webkit-transform: matrix(-1, 0.02, -0.02, -1, 0, 0);
    -ms-transform: matrix(-1, 0.02, -0.02, -1, 0, 0);
    transform: matrix(-1, 0.02, -0.02, -1, 0, 0);
    background: transparent linear-gradient(273deg, #707070 8 0%, #a8a8a8 100%) 0% 0% no-repeat padding-box;
    opacity: 0.44;
    filter: blur(12px);
  }
}
body.page-layout-custom-page .beat-price-content .main-info {
  text-align: center;
  padding-top: 32px;
  padding-left: 41px;
  padding-right: 41px;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block {
  border-radius: 20px;
  border: 1px solid #eeeeee;
  box-shadow: 3px 6px 8px #00000029;
  margin-bottom: 69px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1660px;
  overflow: hidden;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .top-block-contain,
body.page-layout-custom-page .beat-price-content .main-info .top-block > h2 {
  padding-left: 54px;
  padding-right: 54px;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block h2 {
  color: white;
  background-color: #13456e;
  font-family: 'Montserrat', sans-serif;
  padding-top: 45px;
  padding-bottom: 34px;
  text-align: start;
  margin-top: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .top-block h2 {
    font-size: 30px;
  }
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .sub-title {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: 774px;
  padding-bottom: 30px;
  text-align: start;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .top-block .sub-title {
    max-width: 100%;
  }
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .sub-title a {
  color: #13456e;
  font-weight: 700;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items {
  align-items: self-start;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 100px;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items {
    display: block;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item {
  display: flex;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: start;
  width: calc(100% / 3);
  margin-bottom: 30px;
  justify-content: center;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item h5 {
  color: #13456e;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: inherit;
  margin-top: unset;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item p {
  font: normal normal normal 18px/26px Manrope;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item .item-left {
  margin-right: 25px;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item .item-left img {
  display: block;
  height: 100%;
  max-height: 115px;
  max-width: 130px;
  object-fit: contain;
  width: auto;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item .item-right {
  max-width: 280px;
}
@media (max-width: 1500px) {
  body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item {
    width: calc(100% / 2);
  }
}
@media (max-width: 991.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item .item-left img {
    max-height: 75px;
  }
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 30px;
  }
  body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item:last-child {
    margin-bottom: 0;
  }
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .more-info-contact .main {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 14px;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .top-block .more-info-contact .main {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .more-info-contact .main a {
  text-decoration: underline;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .more-info-contact .main a.telto {
  text-decoration: none;
  color: #13456e;
  font-weight: 700;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .more-info-contact p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .top-block .more-info-contact p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
body.page-layout-custom-page .beat-price-content .main-info .more-info-contact {
  margin-bottom: 117px;
}
body.page-layout-custom-page .beat-price-content .main-info .more-info-contact .main {
  margin-bottom: 20px;
}
body.page-layout-custom-page .beat-price-content .main-info .more-info-contact .main a {
  background-color: #13456e;
  border-radius: 10px;
  color: white;
  display: inline-block;
  line-height: 73px;
  margin: 0 auto;
  max-width: 629px;
  width: 100%;
  font-size: 25px;
}
body.page-layout-custom-page .beat-price-content .main-info .more-info-contact .main a .telto {
  font-weight: 700;
}
body.page-layout-custom-page .beat-price-content .main-info .more-info-contact .main p {
  font: normal normal 300 18px/26px 'Manrope', sans-serif;
  letter-spacing: 0px;
  color: #545453;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .more-info-contact {
    margin-bottom: 30px;
  }
  body.page-layout-custom-page .beat-price-content .main-info .more-info-contact .main a {
    line-height: 53px;
    font-size: 20px;
  }
  body.page-layout-custom-page .beat-price-content .main-info .more-info-contact .main p {
    font-size: 16px;
  }
}
body.page-layout-custom-page .beat-price-content .main-info .botton-block {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .botton-block {
    display: block;
    max-width: 100%;
    margin-top: 30px;
  }
}
body.page-layout-custom-page .beat-price-content .main-info .botton-block .item {
  width: 50%;
}
body.page-layout-custom-page .beat-price-content .main-info .botton-block .item h5 {
  color: #13456e;
  font: normal normal normal 40px/50px 'Manrope', sans-serif;
  margin-bottom: 38px;
  margin-top: 0;
  text-transform: inherit;
}
body.page-layout-custom-page .beat-price-content .main-info .botton-block .item li,
body.page-layout-custom-page .beat-price-content .main-info .botton-block .item p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 14px;
}
body.page-layout-custom-page .beat-price-content .main-info .botton-block .item > p {
  margin-bottom: 46px;
  max-width: 470px;
}
body.page-layout-custom-page .beat-price-content .main-info .botton-block .item > ul {
  max-width: 450px;
}
body.page-layout-custom-page .beat-price-content .main-info .botton-block .item.left {
  border-right: 3px solid #c8c8c9;
  padding-right: 30px;
}
body.page-layout-custom-page .beat-price-content .main-info .botton-block .item.right {
  padding-left: 5%;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .botton-block .item {
    width: 100%;
    padding: 0 !important;
    border-right: 0 !important;
  }
  body.page-layout-custom-page .beat-price-content .main-info .botton-block .item > p {
    margin-bottom: 24px;
  }
  body.page-layout-custom-page .beat-price-content .main-info .botton-block .item li,
  body.page-layout-custom-page .beat-price-content .main-info .botton-block .item p {
    font-size: 18px;
    line-height: 24px;
  }
  body.page-layout-custom-page .beat-price-content .main-info .botton-block .item h5 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info {
    padding-left: 21px;
    padding-right: 21px;
  }
  body.page-layout-custom-page .beat-price-content .main-info .top-block {
    margin-bottom: 30px;
  }
  body.page-layout-custom-page .beat-price-content .main-info .top-block .top-block-contain,
  body.page-layout-custom-page .beat-price-content .main-info .top-block > h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.page-layout-custom-page .beat-price-content .main-info .top-block > h2 {
    padding: 25px 20px;
  }
}
/*------------- Style for Practice Set-up --------------*/
.practice-set-up__content .top-banner img {
  width: 100%;
}
.practice-set-up__content .top-content {
  padding: 0 25px;
  margin-top: 50px;
}
.practice-set-up__content .top-content h1 {
  font-size: 46px;
  line-height: 1;
  color: #684093;
  text-align: center;
  margin-bottom: 30px;
}
.practice-set-up__content .top-content p {
  font-size: 26px;
  line-height: 36px;
  color: #545453;
  text-align: center;
  margin-bottom: 35px;
}
.practice-set-up__content .list-practices-content {
  max-width: calc(100% - 200px);
  margin: 0 100px;
  background: #f5f5f5;
  padding: 30px;
}
.practice-set-up__content .list-practices-content h4 {
  font-size: 32px;
  line-height: 57.6px;
  color: #684093;
  text-align: center;
  margin-bottom: 40px;
}
.practice-set-up__content .list-practices-content .list-practices {
  display: inline-block;
  width: 100%;
}
.practice-set-up__content .list-practices-content .list-practices .item-column {
  width: calc((100% - 90px)/4);
  margin-right: 30px;
  float: left;
}
.practice-set-up__content .list-practices-content .list-practices .item-column:last-child {
  margin-right: 0;
}
.practice-set-up__content .list-practices-content .list-practices .item-column ul {
  list-style: none;
  padding-left: 40px;
  margin-bottom: 0;
}
.practice-set-up__content .list-practices-content .list-practices .item-column ul li {
  position: relative;
}
.practice-set-up__content .list-practices-content .list-practices .item-column ul li:before {
  content: '';
  background: url('../images/baseline-arrow_right-24px.png') no-repeat;
  background-size: 10px;
  width: 10px;
  height: 17px;
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.practice-set-up__content .list-practices-content .show_more {
  position: relative;
  width: 100%;
  text-align: center;
  min-height: 34px;
  display: none;
}
.practice-set-up__content .list-practices-content .show_more:after {
  content: '';
  background: url('../images/show-more.png') no-repeat;
  width: 34px;
  height: 34px;
  background-size: 34px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.practice-set-up__content .practice-product {
  margin-top: 45px;
  padding: 0 25px;
}
.practice-set-up__content .practice-product h3 {
  font-size: 40px;
  line-height: 50.6px;
  color: #684093;
  text-align: center;
  margin-bottom: 45px;
}
.practice-set-up__content .practice-product .item-product {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  margin-bottom: 35px;
}
.practice-set-up__content .practice-product .item-product .img-wrapper {
  height: 400px;
  width: 68%;
  text-align: center;
}
.practice-set-up__content .practice-product .item-product .img-wrapper img {
  width: auto;
  height: 100%;
}
.practice-set-up__content .practice-product .item-product .more-info {
  width: 30%;
  padding: 0 30px;
}
.practice-set-up__content .practice-product .item-product .more-info h4 {
  font-size: 30px;
  line-height: 52px;
  margin-bottom: 30px;
  color: #684093;
  text-align: left;
}
.practice-set-up__content .practice-product .item-product .more-info a {
  color: #13456e;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  position: relative;
  transition: 0.5s all;
  display: inline-block;
}
.practice-set-up__content .practice-product .item-product .more-info a:after {
  content: '';
  background: url('../images/baseline-arrow_right-24px.png') no-repeat;
  background-size: 10px;
  width: 10px;
  height: 17px;
  display: block;
  position: absolute;
  right: -20px;
  top: 7px;
}
.practice-set-up__content .out-service-content {
  margin-top: 70px;
}
.practice-set-up__content .out-service-content h4 {
  font-size: 42px;
  line-height: 57.6px;
  color: #684093;
  text-align: center;
  margin-bottom: 70px;
}
.practice-set-up__content .out-service-content .out-service {
  display: inline-block;
  width: 100%;
  max-width: calc(100% - 200px);
  margin: 0 100px;
  padding: 30px;
}
.practice-set-up__content .out-service-content .out-service .item {
  width: calc((100% - 400px)/5);
  margin-right: 100px;
  margin-bottom: 83px;
  float: left;
}
.practice-set-up__content .out-service-content .out-service .item img {
  width: 100%;
}
.practice-set-up__content .out-service-content .out-service .item p {
  font-size: 20px;
  line-height: 45px;
  color: #684093;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.practice-set-up__content .out-service-content .out-service .item:nth-child(5n) {
  margin-right: 0;
}
.practice-set-up__content .more-about-us .the-people-behind {
  position: relative;
  margin-bottom: 100px;
}
.practice-set-up__content .more-about-us .the-people-behind img {
  width: 100%;
  min-height: 955px;
  object-fit: cover;
}
.practice-set-up__content .more-about-us .the-people-behind .more-people-info {
  position: absolute;
  top: 100px;
  left: 50%;
  padding: 0 25px;
  text-align: center;
  max-width: 1259px;
  transform: translateX(-50%);
  width: 100%;
}
.practice-set-up__content .more-about-us .the-people-behind .more-people-info h5 {
  font-size: 42px;
  line-height: 56px;
  color: #13456e;
  margin-bottom: 30px;
}
.practice-set-up__content .more-about-us .the-people-behind .more-people-info p {
  font-size: 24px;
  line-height: 32px;
  color: #545453;
  margin-bottom: 30px;
}
.practice-set-up__content .more-about-us .the-people-behind .more-people-info .button {
  max-width: 384px;
  height: 69px;
  border-radius: 11px;
  font-size: 22px;
  line-height: 30px;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  color: #ffffff;
}
.practice-set-up__content .more-about-us .location {
  max-width: calc(100% - 200px);
  margin: 0 100px;
  padding: 30px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.practice-set-up__content .more-about-us .location img {
  width: 100%;
}
.practice-set-up__content .more-about-us .location .more-people-info {
  position: absolute;
  top: 200px;
  right: 20px;
  text-align: left;
  max-width: 500px;
  width: 100%;
}
.practice-set-up__content .more-about-us .location .more-people-info h5 {
  font-size: 42px;
  line-height: 56px;
  color: #13456e;
  margin-bottom: 30px;
}
.practice-set-up__content .more-about-us .location .more-people-info p {
  font-size: 24px;
  line-height: 32px;
  color: #545453;
  margin-bottom: 30px;
}
.practice-set-up__content .button.bottom-btn {
  max-width: 450px;
  height: 69px;
  border-radius: 11px;
  font-size: 22px;
  line-height: 30px;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  padding: 20px;
}
@media screen and (max-width: 1199px) {
  .practice-set-up__content .practice-product .item-product {
    flex-direction: column;
  }
  .practice-set-up__content .practice-product .item-product .img-wrapper {
    height: 285px;
    width: 100%;
    margin-bottom: 30px;
  }
  .practice-set-up__content .practice-product .item-product .more-info {
    width: 100%;
    padding: 30px;
  }
  .practice-set-up__content .practice-product .item-product .more-info a {
    font-size: 16px;
    line-height: 18px;
  }
  .practice-set-up__content .practice-product .item-product .more-info a:after {
    top: 1px;
  }
  .practice-set-up__content .practice-product .item-product .more-info h4 {
    font-size: 20px;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .practice-set-up__content .out-service-content .out-service .item {
    width: calc((100% - 150px)/4);
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .practice-set-up__content .out-service-content .out-service .item:nth-child(5n) {
    margin-right: 50px;
  }
  .practice-set-up__content .out-service-content .out-service .item:nth-child(4n) {
    margin-right: 0;
  }
  .practice-set-up__content .more-about-us .the-people-behind .more-people-info {
    top: 50px;
  }
  .practice-set-up__content .more-about-us .location {
    max-width: 100%;
    margin: 0;
  }
  .practice-set-up__content .more-about-us .location .more-people-info {
    top: 20px;
    right: 20px;
  }
  .practice-set-up__content .list-practices-content {
    max-width: calc(100% - 50px);
    margin: 0 25px;
  }
  .practice-set-up__content .list-practices-content h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .practice-set-up__content .list-practices-content .list-practices .item-column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
  }
  .practice-set-up__content .list-practices .item-column ul {
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .practice-set-up__content .out-service-content .out-service {
    max-width: 100%;
    margin: 0;
  }
  .practice-set-up__content .out-service-content .out-service .item {
    width: calc((100% - 100px)/3);
    margin-right: 50px;
  }
  .practice-set-up__content .out-service-content .out-service .item:nth-child(5n) {
    margin-right: 50px;
  }
  .practice-set-up__content .out-service-content .out-service .item:nth-child(4n) {
    margin-right: 50px;
  }
  .practice-set-up__content .out-service-content .out-service .item:nth-child(3n) {
    margin-right: 0;
  }
  .practice-set-up__content .out-service-content h4 {
    font-size: 30px;
    line-height: 42px;
  }
  .practice-set-up__content .top-content {
    margin-top: 40px;
  }
  .practice-set-up__content .top-content h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .practice-set-up__content .top-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .practice-set-up__content .list-practices .item-column ul li {
    font-size: 14px;
    line-height: 19px;
  }
  .practice-set-up__content .list-practices-content .show_more {
    display: block;
  }
  .practice-set-up__content .practice-product h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .practice-set-up__content .more-about-us .location {
    display: flex;
    flex-direction: column;
  }
  .practice-set-up__content .more-about-us .location img {
    order: 2;
  }
  .practice-set-up__content .more-about-us .location .more-people-info {
    position: static;
    order: 1;
    max-width: 100%;
    text-align: center;
  }
  .practice-set-up__content .more-about-us .location .more-people-info h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .practice-set-up__content .more-about-us .location .more-people-info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .practice-set-up__content .more-about-us .the-people-behind {
    margin-bottom: 0;
  }
  .practice-set-up__content .more-about-us .the-people-behind .more-people-info h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .practice-set-up__content .more-about-us .the-people-behind .more-people-info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .practice-set-up__content .more-about-us .the-people-behind .more-people-info .button {
    height: 40px;
    max-width: 279px;
    width: 100%;
    font-size: 14px;
    padding: 6px;
    color: #ffffff;
  }
  .practice-set-up__content .top-banner img {
    min-height: 280px;
    object-fit: cover;
  }
  .list-practices-content .list-practices .item-column:not(:first-child) {
    display: none;
  }
  .list-practices-content.show_more .list-practices .item-column:not(:first-child) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .practice-set-up__content .practice-product .item-product .img-wrapper {
    height: 250px;
    margin-bottom: 25px;
  }
  .practice-set-up__content .out-service-content .out-service {
    position: relative;
    padding: 30px 70px;
  }
  .practice-set-up__content .out-service-content .out-service .item {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .practice-set-up__content .out-service-content .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 45px);
    margin: 0;
  }
  .practice-set-up__content .out-service-content .owl-carousel .owl-nav button.owl-next {
    background: url('../images/baseline-arrow_right-24px.png') no-repeat;
    background-size: 17px;
    width: 17px;
    height: 25px;
    display: block;
    right: 25px;
  }
  .practice-set-up__content .out-service-content .owl-carousel .owl-nav button.owl-next span {
    display: none;
  }
  .practice-set-up__content .out-service-content .owl-carousel .owl-nav button.owl-prev {
    background: url('../images/baseline-arrow_right-24px.png') no-repeat;
    background-size: 17px;
    width: 17px;
    height: 25px;
    display: block;
    left: 25px;
    transform: rotate(180deg);
  }
  .practice-set-up__content .out-service-content .owl-carousel .owl-nav button.owl-prev span {
    display: none;
  }
  .practice-set-up__content .button.bottom-btn {
    max-width: 450px;
    font-size: 20px;
    height: 55px;
    line-height: 16px;
  }
}
@media screen and (max-width: 575px) {
  .practice-set-up__content .list-practices-content .list-practices .item-column ul {
    max-width: 100%;
  }
  .practice-set-up__content .practice-product .item-product .img-wrapper {
    height: 183px;
  }
}
@media screen and (max-width: 569px) {
  .practice-set-up__content .button.bottom-btn {
    width: calc(100% - 30px);
    height: auto;
    line-height: 25px;
  }
}
/*------------- End style for Practice Set-up --------------*/
.cms-desktop-app .column.main {
  padding-bottom: 0;
}
.cms-desktop-app .page-footer {
  padding-top: 0;
}
.download-desktop-app .top-section {
  background-color: #f3f4f5;
  padding: 120px 45px 190px;
  text-align: center;
}
.download-desktop-app .top-section h1,
.download-desktop-app .top-section .main-title {
  font-size: 46px;
  line-height: 1;
  color: #684093;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.download-desktop-app .top-section .sub-title {
  font-size: 35px;
  line-height: 1;
  color: #636363;
  max-width: 991px;
  margin: auto;
  font-weight: 300;
}
.download-desktop-app .top-section .strikethrough {
  margin: 30px 0;
  width: 50%;
  height: 1.7px;
  background: url(../images/strikethrough.png) no-repeat;
  display: inline-block;
  background-size: cover;
}
.download-desktop-app .top-section .download {
  margin-top: 75px;
}
.download-desktop-app .top-section .download .dowload__title {
  color: #684093;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 30px;
}
.download-desktop-app .top-section .download .dowload-app-cover {
  display: inline-flex;
  margin-right: 20px;
  margin-bottom: 20px;
}
.download-desktop-app .top-section .download .dowload-app-cover:last-child {
  margin: 0;
}
.download-desktop-app .top-section .download .dowload-app {
  padding: 12.5px 24px;
  border: 1px solid #707070;
  border-radius: 40px;
  width: 238px;
  background-color: #ffffff;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.download-desktop-app .promo-section {
  padding: 100px 165px;
  display: flex;
}
@media screen and (max-width: 1600px) {
  .download-desktop-app .promo-section {
    padding: 100px 65px;
  }
}
.download-desktop-app .promo-section .column {
  width: calc((100% - 20px) / 2);
}
.download-desktop-app .promo-section .left {
  margin-right: 10px;
}
.download-desktop-app .promo-section .right {
  margin-left: 10px;
}
.download-desktop-app .promo-section .content-box .title {
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  color: #684093;
  text-transform: uppercase;
}
.download-desktop-app .promo-section .content-box .strikethrough {
  margin: 30px 0;
  width: 90%;
  height: 1.7px;
  background: url(../images/strikethrough.png) no-repeat;
}
.download-desktop-app .promo-section.first {
  padding-bottom: 220px;
}
.download-desktop-app .promo-section.first .left {
  position: relative;
}
.download-desktop-app .promo-section.first .left img {
  position: absolute;
  right: 0;
  top: -190px;
}
.download-desktop-app .promo-section.first .right .content-box {
  padding: 50px 40px 70px;
  border-radius: 15px;
  box-shadow: 2px 3px 7px 3px rgb(0 0 0 / 16%);
  -webkit-box-shadow: 2px 3px 7px 3px rgb(0 0 0 / 16%);
  -moz-box-shadow: 2px 3px 7px 3px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 2px 3px 7px 3px rgba(0, 0, 0, 0.16);
}
.download-desktop-app .promo-section.first .right .content-box .content {
  color: #13456e;
  max-width: 475px;
  font-size: 21px;
}
.download-desktop-app .promo-section.second {
  padding-top: 150px;
  padding-bottom: 165px;
  background-color: #f3f4f5;
}
.download-desktop-app .promo-section.second .left {
  display: flex;
  justify-content: center;
}
.download-desktop-app .promo-section.second .left .content-box .title {
  margin-bottom: 30px;
}
.download-desktop-app .promo-section.second .left .content-box .content {
  max-width: 430px;
  font-size: 21px;
}
.download-desktop-app .promo-section.second .right {
  position: relative;
}
.download-desktop-app .promo-section.second .right img {
  position: absolute;
  right: 0;
  top: -310px;
}
@media screen and (max-width: 1199px) {
  .download-desktop-app .download-desktop-app .promo-section.second {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 991px) {
  .download-desktop-app .top-section {
    padding: 90px 30px 125px;
  }
  .download-desktop-app .top-section .main-title {
    font-size: 34px;
    margin-bottom: 0px;
  }
  .download-desktop-app .top-section .sub-title {
    font-size: 24px;
    max-width: 90%;
  }
  .download-desktop-app .top-section .strikethrough {
    width: 90%;
  }
  .download-desktop-app .top-section .download .dowload__title {
    font-size: 33px;
  }
  .download-desktop-app .promo-section {
    flex-direction: column;
  }
  .download-desktop-app .promo-section .column {
    margin: 0 !important;
    width: 100%;
  }
  .download-desktop-app .promo-section .content-box .title {
    font-size: 29px;
    line-height: 36px;
  }
  .download-desktop-app .promo-section .content-box .strikethrough {
    margin: 15px 0;
  }
  .download-desktop-app .promo-section .content-box .content {
    font-size: 19px;
  }
  .download-desktop-app .promo-section.first .left img {
    position: relative;
  }
  .download-desktop-app .promo-section.first .right {
    margin-top: -70px !important;
  }
  .download-desktop-app .promo-section.first .right .content-box .content {
    max-width: 100%;
  }
  .download-desktop-app .promo-section.second {
    flex-direction: column-reverse;
    padding-bottom: 80px;
  }
  .download-desktop-app .promo-section.second .right {
    text-align: center;
  }
  .download-desktop-app .promo-section.second .right img {
    position: relative;
    top: -230px;
  }
  .download-desktop-app .promo-section.second .left .content-box {
    text-align: center;
    margin-top: -150px;
  }
}
@media screen and (max-width: 767px) {
  .download-desktop-app .top-section {
    padding: 65px 25px 120px;
  }
  .download-desktop-app .top-section .main-title {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .download-desktop-app .top-section .sub-title {
    font-size: 23px;
    max-width: 90%;
  }
  .download-desktop-app .top-section .strikethrough {
    margin: 20px 0;
  }
  .download-desktop-app .top-section .download {
    margin-top: 60px;
  }
  .download-desktop-app .top-section .download .dowload__title {
    font-size: 30px;
  }
  .download-desktop-app .top-section .download .dowload-app-cover {
    display: flex;
    justify-content: center;
    margin-right: 0;
  }
  .download-desktop-app .top-section .download .dowload-app-cover:last-child {
    margin-bottom: 20px;
  }
  .download-desktop-app .promo-section.first {
    padding-bottom: 150px;
  }
  .download-desktop-app .promo-section.first .left img {
    top: -170px;
  }
  .download-desktop-app .promo-section.first .right {
    margin-top: -100px !important;
  }
  .download-desktop-app .promo-section.second {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .download-desktop-app .promo-section {
    padding: 100px 40px;
  }
  .download-desktop-app .promo-section.second .left .content-box {
    margin-top: -180px;
  }
}
@media screen and (max-width: 480px) {
  .download-desktop-app .promo-section.first .right .content-box {
    padding: 40px 20px;
  }
  .download-desktop-app .promo-section {
    padding: 70px 25px;
  }
}
.cms-yes-medical-app .column.main {
  padding-bottom: 0;
}
.cms-yes-medical-app .page-footer {
  padding-top: 0;
}
.yesmed-app-page .only-desktop {
  display: inline-block !important;
}
.yesmed-app-page .only-mobile {
  display: none !important;
}
.yesmed-app-page .app-section-top {
  display: flex;
}
.yesmed-app-page .app-section-top .block {
  width: 50%;
  margin-bottom: 0;
}
.yesmed-app-page .app-section-top .block.left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yesmed-app-page .app-section-top .block.right {
  background: url('../images/yesmed-app-gradient.png') no-repeat;
  background-size: cover;
  padding: 124px 93px 74px;
}
.yesmed-app-page .app-section-top .block.right .main-title {
  color: #ffffff;
  letter-spacing: 0;
  font-size: 50px;
  line-height: 64px;
  max-width: 800px;
  display: block;
}
@media screen and (max-width: 460px) {
  .yesmed-app-page .app-section-top .block.right .main-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.yesmed-app-page .app-section-top .block.right .special-btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px #00000029;
  border: 1px solid #ffffff;
  border-radius: 10px;
  margin: 36px 0 0;
  opacity: 1;
  padding: 20px 55px;
  line-height: inherit;
  height: auto;
  display: flex;
}
.yesmed-app-page .app-section-top .block.right .special-btn span {
  font-size: 40px;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
}
.yesmed-app-page .app-section-top .block.right .special-btn .first {
  color: #43bdac;
}
.yesmed-app-page .app-section-top .block.right .special-btn .second {
  color: #a1cc3a;
}
.yesmed-app-page .app-section-top .block.right .special-btn .thirth {
  color: #48c6e9;
}
@media screen and (max-width: 460px) {
  .yesmed-app-page .app-section-top .block.right .special-btn {
    padding: 10px 15px;
    margin-top: 20px;
  }
  .yesmed-app-page .app-section-top .block.right .special-btn span {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1260px) {
  .yesmed-app-page .app-section-top .block.right {
    padding: 100px 70px 60px;
  }
  .yesmed-app-page .app-section-top .block.right .main-title {
    font-size: 40px;
    line-height: 50px;
  }
  .yesmed-app-page .app-section-top .block.right .special-btn {
    padding: 20px 40px;
    margin: 36px auto auto;
  }
}
.yesmed-app-page .app-section-middle {
  margin-top: 40px;
}
.yesmed-app-page .app-section-middle .text-content h3 {
  color: #684093;
  font-size: 30px;
  max-width: 1190px;
  margin: 40px auto 0;
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 45px;
}
.yesmed-app-page .app-section-middle .intro {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.yesmed-app-page .app-section-middle .intro .intro-item {
  text-align: center;
}
.yesmed-app-page .app-section-middle .intro .intro-item:not(:first-child) {
  margin-left: 60px;
}
.yesmed-app-page .app-section-middle .intro .intro-item img {
  width: 85%;
  margin: auto;
}
@media screen and (min-width: 1260px) and (max-width: 1400px) {
  .yesmed-app-page .app-section-middle .intro .intro-item img {
    width: 90%;
  }
}
.yesmed-app-page .app-section-middle .intro .intro-item .info-box {
  margin-top: 55px;
}
.yesmed-app-page .app-section-middle .intro .intro-item .info-box .title {
  font-size: 30px;
  line-height: 40px;
  color: #684093;
  letter-spacing: 0.6px;
  font-weight: bold;
}
.yesmed-app-page .app-section-middle .intro .intro-item .info-box .content {
  margin-top: 45px;
  color: #9e9f9e;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 1400px) {
  .yesmed-app-page .app-section-middle .intro .intro-item .info-box .content {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1260px) {
  .yesmed-app-page .app-section-middle .intro {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .yesmed-app-page .app-section-middle .intro .intro-item {
    margin-top: 80px;
  }
  .yesmed-app-page .app-section-middle .intro .intro-item:nth-child(3) {
    margin-left: 0;
  }
}
.yesmed-app-page .app-section-bottom {
  margin-top: 45px;
  background-color: #f2f2f2;
}
.yesmed-app-page .app-section-bottom .download {
  text-align: center;
  padding: 90px 0;
}
.yesmed-app-page .app-section-bottom .download .title {
  font-size: 30px;
  line-height: 45px;
  color: #69ab3e;
  letter-spacing: 0.6px;
  font-weight: bold;
}
.yesmed-app-page .app-section-bottom .download .box-link {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}
.yesmed-app-page .app-section-bottom .download .box-link .link-item {
  width: 220px;
}
.yesmed-app-page .app-section-bottom .download .box-link .link-item:not(:first-child) {
  margin-left: 33px;
}
.yesmed-app-page .app-section-bottom .download .box-link .link-item a {
  display: inline-flex;
  width: 100%;
}
.yesmed-app-page .app-section-bottom .download .box-link .link-item a img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .yesmed-app-page .only-desktop {
    display: none !important;
  }
  .yesmed-app-page .only-mobile {
    display: block !important;
  }
  .yesmed-app-page .app-section-top {
    flex-direction: column;
  }
  .yesmed-app-page .app-section-top .block {
    width: 100%;
    margin: 0;
  }
  .yesmed-app-page .app-section-top .block.right {
    background: url('../images/yesmed-app-gradient-mobile.png') no-repeat;
    background-size: cover;
    padding: 50px;
  }
  .yesmed-app-page .app-section-top .block.right .main-title {
    font-size: 40px;
    line-height: 46px;
    max-width: 428px;
    text-align: center;
    margin: auto;
  }
  .yesmed-app-page .app-section-top .block.right .special-btn {
    padding: 15px 25px;
    margin: 36px auto auto;
  }
  .yesmed-app-page .app-section-middle .text-content h3 {
    font-size: 26px;
    line-height: 38px;
    margin-top: 30px;
  }
  .yesmed-app-page .app-section-middle .intro {
    margin-top: 60px;
  }
  .yesmed-app-page .app-section-middle .download .box-link .link-item {
    width: 180px;
  }
  .yesmed-app-page .app-section-middle .intro .intro-item img {
    width: 70%;
  }
  .yesmed-app-page .app-section-middle .intro .intro-item .info-box .title {
    font-size: 26px;
    line-height: 32px;
  }
  .yesmed-app-page .app-section-middle .intro .intro-item .info-box .content {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
  }
  .yesmed-app-page .app-section-middle .owl-dots {
    display: flex;
    height: 10px;
    background-color: #e1e1e1;
    bottom: 0;
    width: 90%;
    border-radius: 25px 25px;
    overflow: hidden;
    margin: 20px auto 0;
  }
  .yesmed-app-page .app-section-middle .owl-dots .owl-dot {
    height: 100%;
    width: 25%;
    background-color: #e1e1e1;
    color: inherit;
    border: none;
    font: unset;
    box-shadow: none;
    outline: none;
    border-radius: 0;
  }
  .yesmed-app-page .app-section-middle .owl-dots .owl-dot.active {
    background-color: #684093;
    border-radius: 25px;
  }
  .yesmed-app-page .app-section-bottom {
    margin-top: 100px;
  }
  .yesmed-app-page .app-section-bottom .download {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .yesmed-app-page .app-section-top .block.right .main-title {
    font-size: 30px;
    line-height: 36px;
    max-width: 320px;
  }
  .yesmed-app-page .app-section-middle .text-content {
    padding: 0 35px;
  }
  .yesmed-app-page .app-section-middle .text-content h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 20px;
  }
  .yesmed-app-page .app-section-middle .intro .intro-item .info-box {
    padding: 0 35px;
  }
  .yesmed-app-page .app-section-bottom {
    margin-top: 80px;
  }
  .yesmed-app-page .app-section-bottom .download {
    padding: 50px 0;
  }
}
@media (max-width: 1260px) {
  body.cms-no-route .page-wrapper .page-main {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    margin-top: 0;
  }
  body.cms-no-route .page-wrapper .page-main .columns .error-wrp .error-content-left .error-content-desktop .error-des {
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 29px;
  }
  body .footmedics_fast_page .row__1 h3 {
    font-size: 40px;
  }
  body .footmedics_fast_page .row__1 .row {
    align-items: start;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.cms-no-route .page-wrapper .page-main .page-title-wrapper .page-title {
    font-size: 142px;
    line-height: 152px;
  }
}
@media (max-width: 991.98px) {
  body.cms-no-route .page-wrapper .page-main .columns .column.main .not-found-content {
    display: block;
  }
  body.cms-no-route .page-wrapper .page-main .columns .column.main h4 {
    margin-top: 0;
  }
  body .footmedics_fast_page .row__1 .row {
    display: block;
  }
  body .footmedics_fast_page .row__5 {
    padding-bottom: 50px;
  }
  body .footmedics_fast_page .row__7 {
    padding-top: 280px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  body.cms-no-route .page-wrapper .page-main {
    background: transparent linear-gradient(180deg, #f4f5f4 0%, #f0f1f1 51%, #edeeed 100%) 0% 0% no-repeat padding-box;
    padding: 0 15px;
  }
  body.cms-no-route .page-wrapper .page-main .top-banner-img {
    display: block;
    padding-top: 30px;
    text-align: center;
  }
  body.cms-no-route .page-wrapper .page-main .page-title-wrapper {
    display: none;
  }
  body.cms-no-route .page-wrapper .page-main .columns .error-wrp .error-content-left .error-content-desktop h2 {
    display: block;
  }
  body.cms-no-route .page-wrapper .page-main .columns .error-wrp .error-content-left .error-content-desktop .error-des {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 24px;
  }
  body.cms-no-route .page-wrapper .page-main .columns .error-content-list .error-box {
    padding: 19px 0;
  }
  body.cms-no-route .page-wrapper .page-main .columns .error-content-list .error-box .title {
    font-size: 22px;
    line-height: 23px;
  }
  body.cms-no-route .page-wrapper .page-main .columns .error-content-list .error-box .link {
    font-size: 14px;
    margin-top: 10px;
  }
  body .footmedics_fast_page .icon-top img {
    max-width: 80px;
  }
  body .career-yes-way .cyw-block .cyw-people {
    top: 0;
  }
}
@media (min-width: 768px) {
  .table-wrapper .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail::after {
    background: transparent;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #684093;
  }
  .sales-order-history .search-title,
  .customer-account-invoices .search-title,
  .favlist-page .search-title {
    margin: 20px 50px 0;
  }
}
@media (max-width: 991px) {
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom {
    width: 100%;
    margin: 15px 0;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap {
    width: 90%;
    min-width: 300px;
    margin: 0 auto;
  }
}
.customer-account-login .page-title-wrapper {
  text-align: center;
  line-height: 1;
}
.customer-account-login .page-title-wrapper .page-title {
  color: #686868;
  word-break: normal;
}
/* Block's element */
.login-container {
  margin-top: 30px;
}
.login-container .block {
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0px 0px 16px -8px #808080;
}
.login-container .block .block-title {
  border: none;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 24px;
  letter-spacing: -1.25px;
  padding-bottom: 8px;
  margin-top: 6px;
  margin-bottom: 20px;
  text-align: center;
  color: #282828;
}
.login-container .block .block-caption {
  color: #808080;
  font-size: 21px;
  line-height: 1.25;
  text-align: center;
  font-style: italic;
  min-height: 52.5px;
}
.login-container .block .block-content #required-field-label {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #29292a;
  margin-left: 10px;
}
.login-container .block .block-content #required-field-label::before {
  content: '*';
  color: #e92629;
  position: absolute;
  left: -7px;
}
.login-container .block .block-content .actions-toolbar .primary * {
  font-size: 22px;
}
.login-container .block .block-content .actions-toolbar .primary a {
  margin-right: 0;
  padding-top: 8px;
}
.login-container .block .block-content .actions-toolbar .secondary #forgot-password {
  font-size: 14px;
  color: #e4262e;
  line-height: 1;
}
.login-container .fieldset {
  margin-bottom: 0;
}
.login-container .fieldset .field .control {
  width: 100% !important;
}
.login-container .fieldset .field .control input[type='text'],
.login-container .fieldset .field .control input[type='password'],
.login-container .fieldset .field .control input[type='url'],
.login-container .fieldset .field .control input[type='tel'],
.login-container .fieldset .field .control input[type='search'],
.login-container .fieldset .field .control input[type='number'],
.login-container .fieldset .field .control input[type='datetime'],
.login-container .fieldset .field .control input[type='email'],
.login-container .fieldset .field .control input.input-text {
  color: #000000 !important;
  /* Override styleguide */
}
.login-container .fieldset .field .control input[type='text']::placeholder,
.login-container .fieldset .field .control input[type='password']::placeholder,
.login-container .fieldset .field .control input[type='url']::placeholder,
.login-container .fieldset .field .control input[type='tel']::placeholder,
.login-container .fieldset .field .control input[type='search']::placeholder,
.login-container .fieldset .field .control input[type='number']::placeholder,
.login-container .fieldset .field .control input[type='datetime']::placeholder,
.login-container .fieldset .field .control input[type='email']::placeholder,
.login-container .fieldset .field .control input.input-text::placeholder {
  color: #c0bfbf;
}
.login-container .fieldset .field .control input[type='text']:focus,
.login-container .fieldset .field .control input[type='password']:focus,
.login-container .fieldset .field .control input[type='url']:focus,
.login-container .fieldset .field .control input[type='tel']:focus,
.login-container .fieldset .field .control input[type='search']:focus,
.login-container .fieldset .field .control input[type='number']:focus,
.login-container .fieldset .field .control input[type='datetime']:focus,
.login-container .fieldset .field .control input[type='email']:focus,
.login-container .fieldset .field .control input.input-text:focus {
  color: #000000 !important;
}
.login-container .fieldset .field .control div.mage-error {
  /* Hide error message */
  display: none !important;
}
.login-container .fieldset .required .control {
  position: relative;
}
.login-container .fieldset .required .control::after {
  content: '*';
  color: #e92629;
  font-style: italic;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}
.login-container .fieldset::after {
  margin: 0 !important;
}
.login-container .block-customer-login {
  padding-left: 50px;
  padding-right: 50px;
}
.login-container .block-customer-login .form-wrapper {
  margin-top: 20px;
}
.login-container .block-customer-login .fieldset .field {
  margin-top: 26px;
  margin-bottom: 6px;
}
.login-container .block-customer-login .fieldset .field:first-of-type {
  margin-top: 6px;
}
.login-container .block-customer-login .block-content .actions-toolbar .primary {
  width: 100%;
}
.login-container .block-customer-login .block-content .actions-toolbar .primary button[type='submit'] {
  margin-top: 42px;
}
.login-container .block-customer-login .block-content .actions-toolbar .secondary {
  text-align: left;
}
.login-container .block-new-customer-register {
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  padding-right: 50px;
}
.login-container .block-new-customer-register > * {
  flex-grow: 0;
}
.login-container .block-new-customer-register > .block-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login-container .block-new-customer-register .primary {
  width: 100% !important;
}
.login-container .block-new-customer-register .primary #create-new-account-btn {
  border-radius: 5px;
}
/* Paragraph element */
.paragraph__wrapper#registration-form-intro {
  margin-top: 64px;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 17px;
  line-height: 1;
  color: #808080;
}
.paragraph__item {
  margin-bottom: 13px;
}
/* customer create account */
.customer-account-create input,
.customer-account-create select {
  height: 38px;
  color: #000000;
  border: 1px solid #c0bfbf;
}
.customer-account-create input:focus,
.customer-account-create select:focus {
  color: #000000;
}
.customer-account-create .password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 100%;
}
.customer-account-create .password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.customer-account-create fieldset.fieldset {
  margin-left: 0;
  margin-bottom: 0;
}
.customer-account-create select {
  position: relative;
  color: #000000;
}
.customer-account-create .subtitle-registration {
  text-align: center;
  margin-top: 6px;
}
.customer-account-create .subtitle-registration p {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}
.customer-account-create .footer-top {
  display: none;
}
.customer-account-create .field.required span {
  position: relative;
}
.customer-account-create .field.required span:after {
  content: '*';
  color: #eb2027;
  position: absolute;
  font-size: 24px;
  margin-left: 5px;
}
.customer-account-create .page-title-wrapper {
  text-align: center;
}
.customer-account-create .page-title-wrapper h1 {
  line-height: 1.2;
  font-family: 'Gotham-Bold', sans-serif;
  color: #686868;
}
.customer-account-create .form-create-account .fieldset.create.account:after {
  display: none;
}
.customer-account-create .form-create-account .title-details {
  margin-top: 30px;
  margin-bottom: 18px;
  border-bottom: none;
}
.customer-account-create .form-create-account .title-details span {
  font: 600 20px/24px 'Gotham-Book', sans-serif;
  position: relative;
  text-transform: uppercase;
}
.customer-account-create .form-create-account .title-details span:before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 30%;
  height: 4px;
  background: #684093;
  z-index: 2;
}
.customer-account-create .form-create-account .title-details span:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: calc(110%);
  height: 2px;
  background: #b1aaa2;
  z-index: 1;
}
.customer-account-create .form-create-account label span {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}
.customer-account-create .form-create-account .field {
  margin-bottom: 15px;
}
.customer-account-create .form-create-account .control {
  margin-top: 6px;
}
.customer-account-create .create-infor-content,
.customer-account-create .address-detail,
.customer-account-create .login-form-account {
  display: flex;
  justify-content: space-between;
}
.customer-account-create .create-infor-content .left-create-infor,
.customer-account-create .address-detail .left-create-infor,
.customer-account-create .login-form-account .left-create-infor,
.customer-account-create .create-infor-content .left-address-info,
.customer-account-create .address-detail .left-address-info,
.customer-account-create .login-form-account .left-address-info,
.customer-account-create .create-infor-content .password,
.customer-account-create .address-detail .password,
.customer-account-create .login-form-account .password,
.customer-account-create .create-infor-content .email-login,
.customer-account-create .address-detail .email-login,
.customer-account-create .login-form-account .email-login {
  width: 49%;
}
.customer-account-create .create-infor-content .left-create-infor .nested,
.customer-account-create .address-detail .left-create-infor .nested,
.customer-account-create .login-form-account .left-create-infor .nested,
.customer-account-create .create-infor-content .left-address-info .nested,
.customer-account-create .address-detail .left-address-info .nested,
.customer-account-create .login-form-account .left-address-info .nested,
.customer-account-create .create-infor-content .password .nested,
.customer-account-create .address-detail .password .nested,
.customer-account-create .login-form-account .password .nested,
.customer-account-create .create-infor-content .email-login .nested,
.customer-account-create .address-detail .email-login .nested,
.customer-account-create .login-form-account .email-login .nested {
  margin-top: 30px;
}
.customer-account-create .create-infor-content .left-create-infor .nested span:after,
.customer-account-create .address-detail .left-create-infor .nested span:after,
.customer-account-create .login-form-account .left-create-infor .nested span:after,
.customer-account-create .create-infor-content .left-address-info .nested span:after,
.customer-account-create .address-detail .left-address-info .nested span:after,
.customer-account-create .login-form-account .left-address-info .nested span:after,
.customer-account-create .create-infor-content .password .nested span:after,
.customer-account-create .address-detail .password .nested span:after,
.customer-account-create .login-form-account .password .nested span:after,
.customer-account-create .create-infor-content .email-login .nested span:after,
.customer-account-create .address-detail .email-login .nested span:after,
.customer-account-create .login-form-account .email-login .nested span:after {
  display: none;
}
.customer-account-create .create-infor-content .right-create-infor,
.customer-account-create .address-detail .right-create-infor,
.customer-account-create .login-form-account .right-create-infor,
.customer-account-create .create-infor-content .right-address-info,
.customer-account-create .address-detail .right-address-info,
.customer-account-create .login-form-account .right-address-info,
.customer-account-create .create-infor-content .confirmation,
.customer-account-create .address-detail .confirmation,
.customer-account-create .login-form-account .confirmation {
  width: 49%;
}
.customer-account-create .left-address-info .nested {
  margin-top: 15px !important;
}
.customer-account-create .label:after {
  display: none;
}
.customer-account-create .account_comment textarea {
  min-height: 200px;
  border: 1px solid #c0bfbf;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 18px;
}
.customer-account-create .new-subscription input.checkbox {
  width: 24px;
  height: 24px;
  margin-top: 0;
  top: 0;
  left: 0;
  margin-right: 15px;
}
.customer-account-create .new-subscription input.checkbox:after {
  border-radius: 0;
  background-color: #ffffff;
}
.customer-account-create .new-subscription input.checkbox:focus {
  box-shadow: none;
  outline: none;
}
.customer-account-create .new-subscription .checkmark {
  top: 0;
}
.customer-account-create .new-subscription .newsletter {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  margin-bottom: 50px;
}
.customer-account-create .new-subscription label.container {
  margin: 0;
}
.customer-account-create .actions-toolbar button span {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 16px;
  padding: 0 30px;
}
.customer-account-create .footer-create-account {
  padding: 70px 45px 50px;
  margin-top: 100px;
  box-shadow: 3px 3px 9px 3px #ececec;
  overflow: hidden;
}
.customer-account-create .footer-create-account .content-title {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 4px solid #684093;
}
.customer-account-create .footer-create-account .content-title h2 {
  font: 600 30px/34px 'Gotham-Book', sans-serif;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.customer-account-create .footer-create-account .content-title p {
  text-transform: capitalize;
  color: #2f3132;
  font: 700 28px/32px 'Gotham-Book', sans-serif;
}
.customer-account-create .footer-create-account .brand-image {
  text-align: center;
  width: auto;
  margin-top: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
.customer-account-create .footer-create-account .brand-image img {
  max-width: 130px;
  max-height: 130px;
}
.customer-account-create .footer-create-account .brand-image p {
  text-transform: capitalize;
  text-align: center;
  font: 700 16px/24px 'Gotham-Light', sans-serif;
}
.customer-account-create .footer-create-account .brand-image .col-image {
  text-align: center;
  width: calc(100% / 8);
  float: left;
  padding: 0 15px;
  margin-bottom: 15px;
}
.customer-account-create ul.af_list li.af_item.af_hover {
  background-color: #006bb4;
  color: #ffffff;
}
.customer-account-create .control._with-tooltip input {
  width: 100%;
}
.customer-account-create .control._with-tooltip input.has-tooltip {
  width: calc(100% - 36px);
}
.customer-account-create .control._with-tooltip .field-tooltip-action:before {
  overflow: visible;
}
.customer-account-create .control._with-tooltip .field-tooltip-action:after {
  display: none;
}
.field-recaptcha {
  margin-top: 30px;
}
/* Responsive */
@media (min-width: 768px) {
  .customer-account-create .form.create.account {
    width: 100%;
  }
  .customer-account-create .field.required.email-login {
    width: 49%;
  }
  .customer-account-create .reviews-registration {
    margin-top: 100px;
  }
  .customer-account-create .actions-toolbar .primary {
    float: right;
  }
  .login-container {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  .login-container::before,
  .login-container::after {
    display: none !important;
  }
  .login-container .block-new-customer-register {
    margin-bottom: 0 !important;
  }
  .customer-account-login .reviews-container {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1145px) {
  .login-container {
    margin-left: auto;
    margin-right: auto;
  }
  .login-container .block {
    width: calc(50% - 15px) !important;
  }
  .login-container .block .block .block-caption {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1144px) {
  .login-container .block .block-caption {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main#maincontent .page-title-wrapper .page-title {
    font-size: 20px;
  }
  .login-container .block-new-customer-register {
    padding-left: 25px;
    padding-right: 25px;
  }
  .login-container .block-customer-login {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media (max-width: 1366px) {
  .customer-account-create .footer-create-account .brand-image .col-image {
    width: calc(100% / 4);
  }
  .customer-account-create .footer-create-account .brand-image .col-image p {
    min-height: 48px;
  }
}
@media (max-width: 767px) {
  .customer-account-login .page-title-wrapper {
    margin-top: 8px;
    line-height: auto;
  }
  .customer-account-login .page-title-wrapper .page-title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    padding: 0 15px;
  }
  .customer-account-login .page-title-wrapper .page-title span {
    display: inherit;
  }
  .login-container .block .block-content .actions-toolbar .primary * {
    font-size: 18px;
  }
  select {
    font-size: 14px;
  }
  .login-container {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
  }
  .login-container .block-new-customer-register,
  .login-container .block-customer-login {
    padding-left: 20px;
    padding-right: 20px;
  }
  .login-container .block-customer-login {
    order: 1;
  }
  .login-container .block-customer-login.block.shadowy-box {
    margin-bottom: 40px;
  }
  .login-container .block-new-customer-register {
    order: 2;
    margin-bottom: 0;
  }
  .login-container .block-new-customer-register .primary #create-new-account-btn {
    margin-top: 61px;
  }
  .login-container .block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .login-container .block .block-caption {
    padding-left: 0;
    padding-right: 0;
  }
  .paragraph__wrapper#registration-form-intro {
    margin-top: 44px;
  }
  .customer-account-create .page-title-wrapper {
    margin-top: 8px;
    line-height: auto;
  }
  .customer-account-create .page-title-wrapper .page-title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    padding: 0 15px;
  }
  .customer-account-create .page-title-wrapper .page-title span {
    display: inherit;
  }
  .customer-account-create .subtitle-registration p {
    font-size: 16px;
    padding: 0 15px;
  }
  .customer-account-create .fieldset.address {
    margin: 0;
  }
  .customer-account-create .create-infor-content {
    display: block;
  }
  .customer-account-create .create-infor-content .left-create-infor,
  .customer-account-create .create-infor-content .right-create-infor {
    width: 100%;
  }
  .customer-account-create .address-detail {
    display: block;
  }
  .customer-account-create .address-detail .right-address-info,
  .customer-account-create .address-detail .left-address-info {
    width: 100%;
  }
  .customer-account-create .login-form-account {
    display: block;
  }
  .customer-account-create .login-form-account .password,
  .customer-account-create .login-form-account .confirmation {
    width: 100%;
  }
  .customer-account-create .form-create-account .title-details span {
    font: 600 18px/24px 'Gotham-Book', sans-serif;
  }
  .customer-account-create .form-create-account label span {
    font-size: 14px;
  }
  .customer-account-create .form-create-account .field {
    margin-bottom: 10px;
  }
  .customer-account-create fieldset.fieldset.address .title-details,
  .customer-account-create fieldset.fieldset.create.account .title-details {
    margin-bottom: 10px;
  }
  .customer-account-create .footer-create-account {
    padding: 30px 15px;
  }
  .customer-account-create .footer-create-account .brand-image {
    display: block;
    margin-top: 65px;
    overflow: hidden;
  }
  .customer-account-create .footer-create-account .brand-image p {
    padding: 0 10px;
    height: 70px;
  }
  .customer-account-create .footer-create-account .brand-image .col-image {
    width: 49%;
    margin-bottom: 40px;
    float: left;
  }
  .customer-account-create .footer-create-account .brand-image .col-image:nth-child(2n + 1) {
    clear: both;
  }
  .customer-account-create .footer-create-account .brand-image .col-image:last-child {
    margin-bottom: 0;
  }
  .customer-account-create .footer-create-account .content-title h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .customer-account-create .footer-create-account .content-title p {
    font-size: 16px;
    margin-top: 0;
  }
  .customer-account-create .footer-create-account .content-title:after {
    margin-top: 10px;
  }
}
/* Sublogin level */
@media (min-width: 1200px) {
  .sublogin-budget-create form .actions-toolbar .action.primary,
  .sublogin-budget-edit form .actions-toolbar .action.primary {
    font-size: 16px;
    line-height: calc(21/16);
    text-transform: uppercase;
  }
  .sublogin-budget-create form .actions-toolbar .primary,
  .sublogin-budget-edit form .actions-toolbar .primary {
    float: unset;
  }
  .sublogin-budget-create form .actions-toolbar .secondary,
  .sublogin-budget-edit form .actions-toolbar .secondary {
    margin-right: 15px;
  }
  .sublogin-budget-create form .actions-toolbar .secondary .action.back,
  .sublogin-budget-edit form .actions-toolbar .secondary .action.back {
    display: inline-block;
    height: 34px;
    text-transform: uppercase;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 0 20px;
    margin: 0;
    transition: 0.3s;
  }
  .sublogin-budget-create form .actions-toolbar .secondary .action.back:hover,
  .sublogin-budget-edit form .actions-toolbar .secondary .action.back:hover {
    background-color: #cccccc;
  }
  .sublogin-budget-create form .actions-toolbar .secondary .action.back span,
  .sublogin-budget-edit form .actions-toolbar .secondary .action.back span {
    font-size: 16px;
    line-height: 32px;
    vertical-align: middle;
  }
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td {
    min-width: 150px;
  }
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th:first-child,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td:first-child {
    padding-left: 50px;
  }
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th:last-child,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td:last-child {
    padding-right: 50px;
  }
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th.percentage-spend,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td.percentage-spend {
    min-width: 200px;
  }
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th.period,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td.period,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th.budget,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td.budget,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th.spend,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td.spend,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th.percentage-spend,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td.percentage-spend,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th.actions,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td.actions {
    width: 1%;
    white-space: nowrap;
  }
  .sublogin-budget-create .fieldset.info .field,
  .sublogin-budget-edit .fieldset.info .field {
    padding-left: 64px;
  }
}
@media (max-width: 1199px) {
  .sublogin-budget-create .page-main form,
  .sublogin-budget-edit .page-main form {
    margin: 0 10px;
  }
  .sublogin-budget-create .page-main form .actions-toolbar,
  .sublogin-budget-edit .page-main form .actions-toolbar {
    padding: 0;
  }
  .sublogin-budget-create .page-main form .actions-toolbar .secondary .action.back,
  .sublogin-budget-edit .page-main form .actions-toolbar .secondary .action.back {
    margin: 0;
  }
  .sublogin-budget-create .back_url,
  .sublogin-budget-edit .back_url {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .sublogin-budget-index .page-title-wrapper h1.page-title {
    min-width: 0;
  }
  .sublogin-budget-index .sublogin-budget-list .actions-toolbar .form-search {
    float: none;
    margin: 0 15px;
  }
  .sublogin-budget-index .sublogin-budget-list .actions-toolbar .buttons {
    float: none;
    margin: 30px 15px 15px;
    padding: 0;
  }
  .sublogin-budget-index .sublogin-budget-list .actions-toolbar .buttons .action.add {
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .sublogin-budget-create .page-main form,
  .sublogin-budget-edit .page-main form {
    margin: 0 15px;
  }
}
@media (min-width: 992px) {
  .sublogin-budget-create .fieldset,
  .sublogin-budget-edit .fieldset {
    width: 48%;
  }
}
.payment-index-success {
  background: #f3f4f5;
}
.payment-index-success .payment-success {
  max-width: 1260px;
  margin: 0 auto;
}
.payment-index-success .payment-success .content-block {
  text-align: center;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-block > img {
    max-width: 100px;
  }
}
.payment-index-success .payment-success .content-block h1 {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #484740;
  line-height: 1.2;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-block h1 {
    font-size: 18px;
    line-height: 21px;
    margin-top: 20px;
  }
}
.payment-index-success .payment-success .content-block p {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #484740;
  margin-top: 36px;
  margin-bottom: 0;
  font-style: italic;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-block p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 20px;
  }
}
.payment-index-success .payment-success .content-payment {
  border-radius: 5px;
  background: #ffffff;
  margin-top: 50px;
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-payment {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.payment-index-success .payment-success .content-payment .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 30px;
  border-bottom: 1px solid #707070;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-payment .item {
    display: block;
    padding: 26px 20px;
  }
}
.payment-index-success .payment-success .content-payment .item:last-child {
  border: none;
}
.payment-index-success .payment-success .content-payment .item .content-payment-left p {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 1.3125;
  color: #5d5d5d;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-payment .item .content-payment-left p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 7px;
  }
}
.payment-index-success .payment-success .content-payment .item .content-payment-left p + p {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-payment .item .content-payment-left p + p {
    font-size: 14px;
  }
}
.payment-index-success .payment-success .content-payment .item .content-payment-left p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-payment .item .content-payment-right {
    margin-top: 30px;
  }
}
.payment-index-success .payment-success .content-payment .item .content-payment-right p {
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-payment .item .content-payment-right p {
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
  }
}
.payment-index-success .payment-success .content-payment .item .content-payment-right p:last-child {
  margin-bottom: 0;
}
.payment-index-success .payment-success .content-payment .item .content-payment-right p .title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 1.3125;
  color: #5d5d5d;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  width: 220px;
  display: inline-block;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-payment .item .content-payment-right p .title {
    width: auto;
    font-size: 14px;
    line-height: 16px;
  }
}
.payment-index-success .payment-success .content-payment .item .content-payment-right p .price {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 1.3125;
  color: #5d5d5d;
  font-family: 'Gotham-Book', sans-serif;
  width: 100px;
  display: inline-block;
  text-align: right;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-payment .item .content-payment-right p .price {
    font-size: 14px;
    line-height: 16px;
  }
}
.payment-index-success .payment-success .total-payment {
  float: right;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .total-payment {
    width: 100%;
    float: none;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.payment-index-success .payment-success .total-payment p {
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .total-payment p {
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
  }
}
.payment-index-success .payment-success .total-payment p:last-child {
  margin-bottom: 0;
}
.payment-index-success .payment-success .total-payment p .title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 1.3125;
  color: #5d5d5d;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  width: 220px;
  display: inline-block;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .total-payment p .title {
    font-size: 14px;
    line-height: 20px;
  }
}
.payment-index-success .payment-success .total-payment p .price {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 1.3125;
  color: #5d5d5d;
  font-family: 'Gotham-Book', sans-serif;
  width: 100px;
  display: inline-block;
  text-align: right;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .total-payment p .price {
    font-size: 14px;
    line-height: 20px;
  }
}
.payment-index-success .payment-success .actions-toolbar-success {
  clear: both;
  float: right;
  margin-top: 20px;
}
.payment-index-success .payment-success .actions-toolbar-success.from-payment-page,
.payment-index-success .payment-success .actions-toolbar-success.pay-fail {
  width: 100%;
  text-align: center;
  display: block;
}
.payment-index-success .payment-success .actions-toolbar-success.from-payment-page a,
.payment-index-success .payment-success .actions-toolbar-success.pay-fail a {
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .actions-toolbar-success {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    float: none;
  }
}
.payment-index-success .payment-success .actions-toolbar-success a {
  display: inline-block;
  width: 300px;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 19px;
  line-height: 47px;
  color: #ffffff;
  background: #684093;
  text-align: center;
  padding: 0 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-right: 15px;
  text-decoration: unset;
}
.payment-index-success .payment-success .actions-toolbar-success a.download-pdf {
  background: #5d5d5d;
  margin-right: 0;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .actions-toolbar-success a.download-pdf {
    order: -1;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .payment-index-success .payment-success .actions-toolbar-success a {
    width: auto;
  }
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .actions-toolbar-success a {
    font-size: 12px;
    line-height: 29px;
    width: calc(50% - 5px);
    margin: 0;
  }
  .payment-index-success .payment-success .actions-toolbar-success a.back-to-invoice {
    margin-right: 10px;
  }
}
.invoice-warning {
  margin-top: 40px;
  padding: 0 50px;
}
.invoice-warning .invoice-warning-content {
  background: #f2f2f2;
  border: 1px solid #cccccc;
  border-left: 2px solid #684093;
  box-shadow: 1px 1px 3px #0000001a;
  padding: 11px 15px 9px 15px;
  display: flex;
  align-items: center;
}
.invoice-warning .invoice-warning-content p {
  font-family: 'Gotham-Book', sans-serif;
  margin-bottom: 0;
  padding-right: 10px;
}
.invoice-warning .invoice-warning-content p img {
  min-width: 28px;
}
@media (max-width: 1199.98px) {
  .invoice-warning {
    padding: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .invoice-warning {
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .invoice-warning {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .invoice-warning .invoice-warning-content p {
    font-size: 10px;
    line-height: 14px;
  }
}
.telephone-number {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .telephone-number {
    margin-top: 5px;
  }
}
.telephone-number span {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .telephone-number img {
    max-height: 12px;
  }
}
.customer-account-invoices .payment-method-content button {
  margin: 10px 0;
}
.customer-account-invoices .choice {
  display: inline-block;
}
.customer-account-invoices .choice .label {
  padding-left: 40px;
}
.customer-account-invoices .contact-us-order-invoices {
  padding: 10px;
}
.customer-account-invoices .contact-us-order-invoices p {
  margin-bottom: 0;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(1.3125);
  font-style: italic;
}
@media (max-width: 767px) {
  .customer-account-invoices .contact-us-order-invoices p {
    font-size: 12px;
  }
}
.customer-account-invoices .contact-us-order-invoices p a {
  color: #df1e32;
}
.customer-account-invoices .contact-us-order-invoices p a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .customer-account-invoices .contact-us-order-invoices {
    float: left;
  }
}
@media (min-width: 1200px) {
  .customer-account-invoices .contact-us-order-invoices {
    padding: 10px 50px;
  }
}
@media (max-width: 767px) {
  .customer-account-invoices .contact-us-order-invoices {
    padding: 10px 30px;
  }
}
.top-invoices {
  padding: 0 10px 0;
  justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
@media (min-width: 1200px) {
  .top-invoices {
    padding: 20px 50px 0;
  }
}
@media (max-width: 1199px) {
  .top-invoices {
    display: block;
    text-align: center;
  }
  .top-invoices .right-top-invoices {
    margin-top: 20px;
    justify-content: center;
  }
}
.top-invoices .right-top-invoices {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.top-invoices .right-top-invoices .filter-box-quote {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.top-invoices .right-top-invoices .filter-box-quote select {
  width: auto;
  border-radius: 30px;
  margin: 0 30px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.05);
  padding: 0 30px;
  background-position-x: 92%;
}
@media (min-width: 1300px) {
  .top-invoices .right-top-invoices .filter-box-quote select {
    min-width: 230px;
  }
}
@media (min-width: 1280px) {
  .top-invoices .right-top-invoices .filter-box-quote span {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .top-invoices .right-top-invoices .filter-box-quote select {
    max-width: 300px;
    width: 100%;
    margin: 0;
    height: 37px;
  }
}
.top-invoices .right-top-invoices .button-payinvoicesonline {
  height: 46px;
  max-width: 300px;
  width: 100%;
  justify-content: center;
  font-family: 'Gotham-Light', sans-serif;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  font-size: 12px;
  color: #ffffff;
}
.top-invoices .right-top-invoices .button-payinvoicesonline img {
  max-width: 37px;
}
.top-invoices .right-top-invoices .button-payinvoicesonline span {
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .top-invoices .right-top-invoices .button-payinvoicesonline {
    font-size: 13px;
  }
}
.bottom-invoice {
  padding: 20px 10px;
  font-size: 14px;
  /* hidden bottom-invoice */
  display: none;
}
@media (min-width: 1200px) {
  .bottom-invoice {
    padding: 30px 50px;
  }
}
.bottom-invoice select {
  max-width: 285px;
  border-radius: 5px;
  font-size: 11px;
  margin-top: 20px;
}
.bottom-invoice .or-space {
  position: relative;
  padding: 0 20px;
}
.bottom-invoice .or-space:before {
  top: -35px;
  content: '';
  height: 35px;
  background: #b2b2b2;
  width: 1px;
  position: absolute;
  left: 50%;
}
.bottom-invoice .or-space:after {
  bottom: -35px;
  content: '';
  height: 35px;
  background: #b2b2b2;
  width: 1px;
  position: absolute;
  left: 50%;
}
.bottom-invoice .date-item {
  margin: 22px 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.bottom-invoice .date-item label {
  white-space: nowrap;
  min-width: 100px;
  text-align: left;
}
@media (max-width: 991px) {
  .bottom-invoice .date-item {
    margin: 10px 0;
    display: block;
    text-align: left;
  }
}
.bottom-invoice .date-or-code {
  margin: 35px 0;
  background-color: #f2f2f2;
  padding: 10px 20px;
  max-width: 1027px;
  border: solid 1px #cccccc;
  justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
@media (min-width: 1200px) {
  .bottom-invoice .date-or-code {
    padding: 10px 70px;
  }
}
.bottom-invoice .date-or-code input {
  border-radius: 3px;
  border-color: #e6e6e6;
}
.bottom-invoice .download-invoice button {
  height: 46px;
  max-width: 300px;
  width: 100%;
  justify-content: center;
  font-family: 'Gotham-Light', sans-serif;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  font-size: 12px;
  color: #ffffff;
}
.bottom-invoice .download-invoice button .icon-download {
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .bottom-invoice .download-invoice button {
    font-size: 13px;
  }
}
.invoice-products-toolbar {
  float: right;
  margin-top: 20px;
}
.invoice-products-toolbar .pager {
  justify-content: flex-end !important;
}
@media (min-width: 768px) {
  .invoice-products-toolbar {
    width: 100%;
  }
}
.table-invoices.table-order-items,
.table-invoices .table-order-items {
  margin-top: 0;
}
.table-invoices .active {
  background: rgba(88, 88, 88, 0.05);
}
.table-invoices .active .id-date-wrapper .order-detail-toggle {
  background: transparent;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #684093;
  border-top: transparent;
}
.table-invoices .active .id-myinvoice {
  color: #a30264;
}
.table-invoices td.last {
  text-align: right;
}
@media (min-width: 1200px) {
  .table-invoices td.last {
    padding-right: 50px !important;
  }
}
.table-invoices .sales_order .label {
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
}
.table-invoices .sales_order a {
  text-decoration: underline;
}
.table-invoices .invoice-title p {
  margin-bottom: 0;
}
.table-invoices .invoice-title .paid-status {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .table-invoices .invoice-title .paid-status {
    font-size: 9px;
  }
}
.table-invoices .invoice-title .paid-status.overdue {
  border: 1px solid red;
  padding: 3px 10px;
  border-radius: 5px;
  color: red;
  font-family: 'Gotham-Light', sans-serif;
  text-transform: unset;
}
.table-invoices .invoice-title .paid-status.partial {
  color: orange;
}
.table-invoices .invoice-title .paid-status.paid {
  color: #15a33b;
}
.table-invoices .invoice-title .paid-status.canceled {
  color: #e7212d;
}
.table-invoices .invoice-title .paid-status.pending,
.table-invoices .invoice-title .paid-status.unpaid {
  color: #e7212d;
}
@media (min-width: 1200px) {
  .table-invoices .invoice-detail .content-invoice-detail {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .table-invoices .invoice-detail .content-invoice-detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.table-invoices .content-info-customer {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  width: 100%;
}
.table-invoices .content-info-customer .box {
  width: 25%;
}
@media (max-width: 991px) {
  .table-invoices .content-info-customer .box {
    width: 50%;
  }
}
.table-invoices .content-info-customer .box .box-title {
  margin-bottom: 5px;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  display: block;
}
.table-invoices .content-info-customer .box .box-content address {
  line-height: 1.25;
}
.table-invoices .content-shipment .order-detail .order-detail-flex {
  padding: 0 0 20px;
  border-bottom: 1px dashed #b2b2b2;
  margin-bottom: 20px;
}
.table-invoices .content-shipment .order-detail .order-detail-flex .shipment-label-wrapper.show-shipment-detail,
.table-invoices .content-shipment .order-detail .order-detail-flex .shipment-label-wrapper .shipment-info {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.table-invoices .content-shipment .order-detail .order-progress-wrapper {
  padding-bottom: 0;
  border-bottom: 0;
}
.table-invoices .content-shipment .order-detail .order-progress-wrapper .order-step-wrapper._completed {
  border-bottom-color: #eb2027;
}
.table-invoices .content-shipment .order-detail .order-progress-wrapper .order-step-wrapper._completed:before {
  content: '\f058';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 20px;
  color: #eb2027;
  background: none;
  line-height: 20px;
  background: #ffffff;
}
.table-invoices .content-shipment .order-detail .order-progress-wrapper .order-step-wrapper._completed::after {
  background: #eb2027 !important;
}
.table-invoices .content-shipment .order-detail .shipment-list .shipment-title {
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .table-invoices .content-shipment {
    border-bottom: dashed 1px #b2b2b2;
  }
  .table-invoices .content-shipment .shipment,
  .table-invoices .content-shipment .inline-space {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .table-invoices .content-shipment .title-red {
    color: #eb2027;
  }
  .table-invoices .content-shipment .label {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  .table-invoices .content-shipment .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .table-invoices .size-body {
    font-size: 12px;
  }
}
.table-invoices .product-table {
  margin-top: 30px;
  border-top: solid 1px #b2b2b2;
}
@media (max-width: 767px) {
  .table-invoices .product-table {
    border-top-style: dashed;
    margin-top: 5px;
  }
}
.table-invoices .product-table > tbody > tr > td {
  vertical-align: middle;
}
.table-invoices .product-table .inner-product {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.table-invoices .product-table .inner-product .product_name {
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1200px) {
  .table-invoices .product-table .inner-product .product_name {
    font-size: 18px;
    padding-left: 20px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .table-invoices .product-table .inner-product .product_name {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    width: 100%;
    display: block;
    line-height: 1.2;
  }
}
.table-invoices .product-table .inner-product .datapr {
  line-height: 1.6;
}
.table-invoices .product-table .inner-product .datapr > div {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
}
.table-invoices .product-table .product-image-container {
  width: 193px !important;
}
@media (min-width: 768px) {
  .table-invoices .product-table .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .table-invoices .product-table > thead {
    display: none;
  }
  .table-invoices .product-table > tbody tr td {
    display: none;
  }
  .table-invoices .product-table > tbody tr td.product {
    display: block;
    font-size: 10px;
  }
  .table-invoices .product-table > tbody tr td .content-product {
    width: 100%;
    padding-left: 12px;
  }
}
@media (max-width: 450px) {
  .table-invoices .product-table .product-image-container {
    width: 130px !important;
  }
}
.table-invoices .tfoot-total {
  max-width: 400px;
  float: right;
  color: #484b4e;
}
.table-invoices .tfoot-total tr {
  display: block;
}
.table-invoices .tfoot-total td {
  display: block;
  padding: 0;
}
.table-invoices .tfoot-total .content-total {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
}
.table-invoices .tfoot-total .content-total .title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .table-invoices .tfoot-total {
    font-size: 18px;
  }
  .table-invoices .tfoot-total tr {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .table-invoices .tfoot-total {
    line-height: 1.6;
  }
}
.table-invoices .invoice-button {
  clear: both;
  margin: 0 -15px;
  padding-top: 30px;
}
.table-invoices .invoice-button .pay-online-button {
  float: right;
}
.table-invoices .invoice-button .pay-online-button .label-paid {
  display: inline-block;
  border: 1px solid #15a33b;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 9px 40px;
  color: #15a33b;
  font-size: 14px;
  line-height: calc(1.14285714);
  font-family: 'Gotham-Bold', sans-serif;
}
@media (max-width: 767px) {
  .table-invoices .invoice-button .pay-online-button .label-paid {
    min-width: 142px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .table-invoices.table-order-items {
    font-size: 10px;
  }
  .table-invoices.table-order-items > tbody tr.invoice-title td {
    display: none;
  }
  .table-invoices.table-order-items > tbody tr.invoice-title td.id-date {
    display: block;
  }
  .table-invoices.table-order-items > tbody tr.invoice-title td .myinvoice-info {
    width: 100%;
  }
  .table-invoices .invoice-button .action {
    display: flex;
    flex-direction: column;
  }
  .table-invoices .invoice-button .left-group {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    order: 1;
    margin-top: 20px;
  }
  .table-invoices .invoice-button .btn {
    min-width: 142px;
    font-size: 12px !important;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .table-invoices .invoice-button .left-group .btn {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .invoice-products-toolbar {
    float: none;
    padding-right: 0;
  }
  .top-invoices {
    font-size: 12px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }
  .top-invoices .right-top-invoices {
    display: block;
  }
  .top-invoices .right-top-invoices .filter-box-quote {
    display: block;
  }
  .top-invoices .right-top-invoices .button-payinvoicesonline {
    height: 29px;
    font-size: 12px;
    margin: 75px auto 0;
  }
  .top-invoices .right-top-invoices .button-payinvoicesonline img {
    height: 16px;
  }
  .top-invoices .left-top-invoices {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 65px;
  }
  .bottom-invoice {
    padding: 0 30px;
    text-align: center;
  }
  .bottom-invoice .date-or-code {
    font-size: 10px;
    display: block;
    margin: 10px 0 20px;
  }
  .bottom-invoice .or-space:before {
    width: calc(50% - 15px);
    left: 0;
    top: 50%;
    height: 1px;
  }
  .bottom-invoice .or-space:after {
    width: calc(50% - 15px);
    right: 0;
    left: auto;
    top: 50%;
    height: 1px;
  }
  .bottom-invoice .download-invoice button {
    margin: auto;
    height: 29px;
  }
  .bottom-invoice select {
    height: 34px;
    margin-top: 5px;
  }
}
@media (max-width: 1199px) {
  .sales-order-history .search-title {
    padding: 0 10px 0;
  }
}
@media (max-width: 767px) {
  .sales-order-history .search-title {
    margin-top: 0;
    padding: 0 30px 0;
  }
  .sales-order-history .search-title h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .account .content-list-address-edit .form-address-edit .fieldset > .field:last-child {
    margin: 0;
    max-width: 100%;
  }
  .header.content .minicart-wrapper .action.showcart .counter.qty .counter-number {
    background: #545453;
  }
  .customer-account-invoices .contact-us-order-invoices p a {
    color: #684093;
  }
  .customer-account-create .footer-create-account .brand-image .col-image {
    width: calc(100% / 3);
  }
}
@media (min-width: 991px) {
  body.account .page-title {
    color: #000000;
  }
}
@media (min-width: 1367px) {
  .customer-account-create .footer-create-account .brand-image {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .customer-account-create .footer-create-account .brand-image .col-image {
    width: calc(100% / 6);
  }
}
.account.sublogin-sublogin-index .sublogins .sublogin-title td.status .login,
.account.sublogin-sublogin-index .sublogins .sublogin-title td.status .logout {
  margin-top: 5px;
  display: inline-block;
}
.account.sublogin-sublogin-index .sublogins .sublogin-title td.status .login span,
.account.sublogin-sublogin-index .sublogins .sublogin-title td.status .logout span {
  padding: 6px 20px;
  background-color: #684093;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  border-radius: 3px;
  font-family: 'Gotham-Bold', sans-serif;
  display: block;
}
@media only screen and (max-width: 767px) {
  .navigation {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .scroll-to-fixed-fixed {
    position: static !important;
    left: 0 !important;
    width: 100% !important;
  }
  .ves-megamenu.ves-offcanvas .opener,
  .ves-megamenu.ves-maccordion .opener {
    display: block;
  }
  .ves-megamenu .ves-navbar {
    display: block;
  }
  .ves-megamenu > .navigation {
    background: #f8f8f8;
    float: left;
    width: 100%;
  }
  .ves-megamenu > .navigation .level0 {
    border-top-color: rgba(0, 0, 0, 0.08);
  }
  .ves-megamenu > .navigation .nav-item {
    float: left !important;
    width: 100%;
  }
  .ves-megamenu > .navigation .nav-item.active > a {
    color: #ffffff;
  }
  .ves-megamenu > .navigation .nav-item > a {
    padding: 0 10px;
    display: block;
    position: relative;
  }
  .ves-megamenu > .navigation .nav-item > a.parent {
    padding-right: 54px;
  }
  .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown {
    padding-left: 10px;
  }
  .ves-megamenu .products-grid .product-item {
    width: 100%;
    text-align: center;
  }
  .ves-megamenu .products-grid .product-item img {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .ves-megamenu .submenu {
    display: none;
    max-width: 100%;
    border: 0;
    width: 100% !important;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu .submenu .carousel-indicators {
    bottom: -20px;
  }
  .ves-megamenu .submenu .carousel-indicators > li {
    width: 20px;
    height: 20px;
  }
  .ves-megamenu .ves-caret {
    display: none;
  }
  .ves-megamenu .drill-opener:before,
  .ves-megamenu .opener:before {
    content: '\e61c';
  }
  .ves-megamenu .opener.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .ves-megamenu .opener.item-active:before {
    content: '\e60f';
  }
  .ves-megamenu .cat-label:before {
    display: none;
  }
  .ves-megamenu .item-header,
  .ves-megamenu .item-content,
  .ves-megamenu .item-sidebar,
  .ves-megamenu .item-footer {
    width: 100% !important;
  }
  .ves-megamenu .block-products-list .product-item {
    text-align: center;
  }
  .ves-megamenu .block-products-list .product-item a {
    padding-left: 0;
  }
  .ves-megamenu .owl-nav > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .owl-nav > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .owl-nav > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .carousel-controls > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .carousel-controls > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls .carousel-control.right,
  .ves-megamenu .carousel-controls .carousel-control.left {
    background: #ffffff;
  }
  .hide-blocks .item-header,
  .hide-blocks .item-sidebar,
  .hide-blocks .item-footer {
    display: none;
  }
  .ves-navtoggle {
    display: block;
    background: #333333;
  }
  .ves-navtoggle:before {
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: inherit;
    color: #ffffff;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding: 0 7px;
  }
  .offcanvas-left > .navigation > ul {
    height: 100%;
    left: -80%;
    left: calc(-46%);
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(46%);
    background: #f0f0f0;
    z-index: 99;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-navopen .page-wrapper {
    left: 80%;
    left: calc(46%);
  }
  .ves-navopen .ves-moffcanvas > .navigation > ul {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    z-index: 99;
  }
  .ves-navopen .ves-navtoggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .ves-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 80;
    top: 0;
    left: 0;
    z-index: 90;
  }
  .ves-mdrilldown {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
  }
  .ves-mdrilldown .navigation {
    background-color: #ffffff;
  }
  .ves-mdrilldown .navigation.loaded > .dropdown-menu {
    width: 100% !important;
  }
  .ves-mdrilldown .navigation .subhover > .submenu {
    display: none;
  }
  .ves-mdrilldown .navigation > .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-mdrilldown .navigation .ves-caret {
    display: none;
  }
  .ves-mdrilldown .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px;
  }
  .ves-mdrilldown .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .ves-mdrilldown .navigation .nav-item > a {
    line-height: 50px;
    position: static;
    padding: 0 15px;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none;
  }
  .ves-mdrilldown .navigation .mega-col {
    padding: 0;
  }
  .ves-mdrilldown .navigation .level0 {
    border-top-color: #e5e5e5;
  }
  .ves-mdrilldown .navigation .opener {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute;
  }
  .ves-mdrilldown .navigation .drill-opener:before {
    content: '\e608';
  }
  .ves-mdrilldown .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:before {
    content: '\e617';
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:after {
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat:before {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    display: block;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ves-mdrilldown .navigation .drilldown-back {
    display: block;
  }
  .ves-mdrilldown .navigation .drilldown-back > a > .drill-opener {
    line-height: 50px;
    width: 50px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  /*fix issue section item on safari-mobile*/
  .nav-sections-items {
    position: relative !important;
  }
}
.no-background .navigation {
  background: none !important;
}
.megamenu-preview-index .ves-megamenu {
  margin-top: 30px;
}
.megamenu-preview-index .ves-vertical {
  max-width: 300px;
}
.ves-megamenu.top-navigation .ves-navbar {
  display: none;
}
.ves-megamenu > .block-title {
  margin: 0;
  text-align: center;
  padding: 10px;
  background: #333333;
  color: #ffffff;
}
.ves-megamenu .navigation .drill-opener,
.ves-megamenu .navigation .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: none !important;
  cursor: pointer;
  text-align: center;
  font-family: 'luma-icons';
  z-index: 99;
  width: auto;
  height: auto;
  line-height: 50px;
  width: 50px;
}
.ves-megamenu .navigation .mega-col {
  padding: 0;
}
.ves-megamenu .navigation .carousel-control {
  top: 40%;
}
.ves-megamenu .navigation .carousel-control.left,
.ves-megamenu .navigation .carousel-control.right {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-shadow: none;
  top: 45%;
  padding: 12px;
  position: absolute;
  background: #f5f5f5;
  color: #333333;
  opacity: 1;
  line-height: 1.5em;
  width: auto;
  bottom: auto;
}
.ves-megamenu .navigation .block-content {
  max-width: 100%;
  position: relative;
}
.ves-megamenu .navigation .carousel-indicators {
  bottom: 0;
}
.ves-megamenu .navigation .carousel-indicators > li {
  border: 1px solid #1979c3;
}
.ves-megamenu .navigation .carousel-indicators > li.active {
  background-color: #1979c3;
}
.ves-megamenu .navigation .product-items {
  padding: 10px;
  margin: 0;
}
.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
  float: left;
  width: 100%;
}
.ves-megamenu .navigation .icon-top {
  line-height: 84px;
  width: 100%;
  height: 84px;
  text-align: center;
  background: #333333;
  margin-bottom: 10px;
}
.ves-megamenu .navigation .icon-top:hover {
  background-color: #5bd2ec;
}
.ves-megamenu.ves-vertical .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
  background: #ef2840;
  color: #ffffff;
}
.ves-megamenu .feature-box-v3 .fbox-icon .icons {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 24px;
  width: 30px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.ves-megamenu .feature-box-v3 .fa:before {
  font-size: 30px;
}
.ves-megamenu .feature-box-v3 a {
  background: #e8e8e8;
  border-left: 0;
  float: none;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.ves-megamenu ul {
  list-style: none;
  padding: 0;
}
.ves-megamenu .dynamic-items {
  padding: 0;
  width: 20%;
}
.ves-megamenu .level0 ul {
  margin: 0;
  padding: 0;
}
.ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
  width: 100%;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item {
  display: none;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item.active {
  display: block;
}
.ves-megamenu .level0 .submenu .nav-item > a {
  padding: 0 20px;
  line-height: 50px;
}
.ves-megamenu .level0 .submenu .nav-item > a > .ves-caret {
  line-height: 50px;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
  padding: 0;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
  background: none;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ves-megamenu .submenu-alignright > .submenu {
  right: 0;
  left: auto !important;
}
.ves-megamenu .text-center {
  text-align: center;
}
.ves-megamenu .pull-right {
  float: right;
}
.ves-megamenu .pull-left {
  float: left;
}
.ves-megamenu .cat-label {
  -webkit-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  color: #ffffff;
  padding: 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  margin-left: 2px;
}
.ves-megamenu .cat-label.cat-label-v1 {
  background-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2 {
  background-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3 {
  background: #0cc485;
}
.ves-megamenu .cat-label.pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  transition: border-color 450ms ease-in-out;
}
.ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
  border-top-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
  border-top-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
  border-top-color: #0cc485;
}
.ves-megamenu .nav-item {
  position: relative;
}
.ves-megamenu .nav-item > a {
  line-height: 50px;
}
.ves-megamenu .nav-item.active > a {
  background: #333333;
  color: #ffffff;
}
.ves-megamenu .submenu p > a {
  padding: 0;
}
.ves-megamenu iframe,
.ves-megamenu video {
  max-width: 100%;
}
.ves-megamenu .level0 > a > .item-icon {
  margin-bottom: -5px;
}
.ves-megamenu .onsale {
  padding: 3px 10px;
  background: #d52462;
  color: #ffffff;
  margin-right: 5px;
}
.ves-megamenu .new-icon {
  padding: 3px 10px;
  background: #0cc485;
  color: #ffffff;
}
.ves-megamenu .owl-carousel .owl-item {
  text-align: center;
}
.ves-megamenu #contact-form {
  width: 100% !important;
}
.ves-megamenu .drill-opener,
.ves-megamenu .drilldown-back,
.ves-megamenu .ves-navbar {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ves-megamenu.ves-daccordion .navigation .level0 > a .cat-label,
.ves-megamenu.ves-mdrilldown .navigation .level0 > a .cat-label,
.ves-megamenu.ves-ddrill .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu.ves-daccordion.has-title .navigation,
.ves-megamenu.ves-mdrilldown.has-title .navigation,
.ves-megamenu.ves-ddrill.has-title .navigation {
  border-top: 0;
}
.ves-navtoggle {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation .nav-item.active > .submenu {
  display: block;
}
#maincontent .cat-label:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ves-megamenu .orgin-items > .mega-col > .dropdown-submenu > .submenu {
    position: static;
  }
}
.drilldown {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100% !important;
}
.drilldown .navigation {
  background-color: #ffffff;
}
.drilldown .navigation.loaded > .dropdown-menu {
  width: 100% !important;
}
.drilldown .navigation .subhover > .submenu {
  display: none;
}
.drilldown .navigation > .dropdown-menu {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.drilldown .navigation .ves-caret {
  display: none;
}
.drilldown .navigation .cat-label {
  position: static;
  margin: 0;
  padding: 4px 6px;
}
.drilldown .navigation .nav-item {
  position: relative !important;
  float: left !important;
  width: 100%;
}
.drilldown .navigation .nav-item > a {
  line-height: 50px;
  position: static;
  padding: 0 15px;
}
.drilldown .navigation .nav-item > a span.drill-opener {
  border: 1px solid #e5e5e5;
  border-right: 0;
  display: none;
}
.drilldown .navigation .mega-col {
  padding: 0;
}
.drilldown .navigation .level0 {
  border-top-color: #e5e5e5;
}
.drilldown .navigation .opener {
  display: none;
}
.drilldown .navigation .drill-opener {
  background: #f0f0f0;
  position: absolute;
}
.drilldown .navigation .drill-opener:before {
  content: '\e608';
}
.drilldown .navigation .drilldown-back {
  position: relative;
  top: 0;
  left: -1px;
  display: none;
}
.drilldown .navigation .drilldown-back a {
  padding: 0;
  background: #f0f0f0;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px;
}
.drilldown .navigation .drilldown-back a .drill-opener {
  position: absolute;
  left: 0;
  right: auto;
  display: block;
}
.drilldown .navigation .drilldown-back a .drill-opener:before {
  content: '\e617';
}
.drilldown .navigation .drilldown-back a .drill-opener:after {
  display: none;
}
.drilldown .navigation .drilldown-back a .current-cat {
  line-height: 50px;
  position: relative;
  z-index: 99;
}
.drilldown .navigation .drilldown-back a .current-cat:before {
  display: none;
}
.ves-megamenu .navigation .post-list .post-item a {
  padding: 0;
}
.ves-megamenu .navigation .post-list .post-item .post-meta a {
  display: inline-block;
}
.ves-megamenu .navigation .ves-post {
  text-align: left;
}
.ves-megamenu .navigation .post-list .post-item .post-readmore a {
  background-color: #4db2ec;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  padding: 10px 12px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
  padding: 0 2px;
}
@media all and (min-width: 768px), print {
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  .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 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .ves-megamenu .navigation .level0 .submenu a.ves-hover {
    padding: 0;
  }
  .scroll-to-fixed-fixed .level0 > a .cat-label {
    display: none;
  }
  .scroll-to-fixed-fixed.nav-sections-items {
    background: #f0f0f0;
  }
  .nav-sections-item-content .ves-megamenu {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .ves-megamenu .block-search {
    padding-left: 0;
  }
  .ves-megamenu.top-navigation > .navigation {
    padding: 0 20px;
    border: 0;
  }
  .ves-megamenu.has-title > .navigation {
    border-top: none;
  }
  .ves-megamenu.ves-horizontal > .navigation {
    border: 0;
  }
  .ves-megamenu.ves-offcanvas .level0 .submenu .nav-item > a,
  .ves-megamenu.ves-dhorizontal .level0 .submenu .nav-item > a {
    line-height: 36px;
  }
  .ves-megamenu.ves-offcanvas .level0 .submenu .nav-item > a .ves-caret,
  .ves-megamenu.ves-dhorizontal .level0 .submenu .nav-item > a .ves-caret {
    line-height: inherit;
  }
  .ves-megamenu .navigation {
    background: transparent;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: static;
    top: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation > ul {
    padding: 0;
  }
  .ves-megamenu .navigation .level0 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 5px 0 0;
    position: relative;
  }
  .ves-megamenu .navigation .level0 > a,
  .ves-megamenu .navigation .content-type-parentcart .level1 > a {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 0 15px;
    font-weight: 600;
  }
  .ves-megamenu .navigation .level0 > a .cat-label,
  .ves-megamenu .navigation .content-type-parentcart .level1 > a .cat-label {
    position: absolute;
    top: -10px;
    right: 0;
    padding: 0 6px;
    font-size: 14px;
    line-height: 22px;
  }
  .ves-megamenu .navigation .level0 > a > span,
  .ves-megamenu .navigation .content-type-parentcart .level1 > a > span {
    position: relative;
    display: inline-block;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 > a > span.drill-opener,
  .ves-megamenu .navigation .level0 > a > span.opener,
  .ves-megamenu .navigation .content-type-parentcart .level1 > a > span.opener,
  .ves-megamenu .navigation .content-type-parentcart .level1 > a > span.drill-opener {
    display: none;
  }
  .ves-megamenu .navigation .level0.current > a {
    background-color: #5bd2ec;
    color: #ffffff;
  }
  .ves-megamenu .navigation .level0 .submenu {
    font-size: inherit;
  }
  .ves-megamenu .navigation .level0 .submenu .mega-col > .nav-item > a {
    border-left: 3px solid transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items a:hover {
    background: none;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .nav-item a {
    line-height: 45px;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a {
    border-bottom-color: #dddddd;
    border-right-color: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a > .ves-caret {
    visibility: hidden;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .dynamic-active > a,
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .current.dynamic-active > a {
    background: #5bd2ec;
    border: 1px solid #dddddd;
    color: #ffffff;
    border-color: #5bd2ec;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .dynamic-active > a > .ves-caret,
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .current.dynamic-active > a > .ves-caret {
    visibility: visible;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items {
    float: right;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li > a {
    border-left: 1px solid #dddddd;
    border-right-color: #dddddd;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li > a > .ves-caret {
    float: left;
    margin-right: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li.dynamic-active > a {
    border-right-color: #dddddd;
    border-left-color: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner:after,
  .ves-megamenu .navigation .level0 .submenu .submenu-inner:before {
    display: table;
    line-height: 0;
    content: '';
    clear: both;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .content-wrapper {
    float: left;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header {
    border-bottom: 1px solid #e6e6e6;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 12px;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header a:hover {
    background: #5bd2ec;
    color: #ffffff;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer {
    float: left;
    margin-top: 20px;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer a:hover {
    background: #5bd2ec;
    color: #ffffff;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header .links li,
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer .links li {
    padding: 0 5px;
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .feature-box-v3 a {
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget {
    position: relative;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav {
    top: -60px;
    right: 0;
    position: absolute;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav a {
    background: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav a:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .block-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .block-title strong {
    font-weight: 500;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a {
    padding: 0;
    border: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a:hover {
    background: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a.action {
    color: #999999;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-image img {
    width: auto;
    float: none;
    display: inline-block;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-actions {
    margin-top: 0;
    position: relative;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item img.owl-lazy {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-details {
    text-align: center;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-details .price-box {
    color: #1979c3;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-photo {
    text-align: center;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .icon {
    position: absolute;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items {
    padding: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item {
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item .product-item-info {
    border: 1px solid transparent;
    padding: 10px;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item .product-item-info:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border-color: #bbbbbb;
  }
  .ves-megamenu .navigation .level0 .submenu .nav-item.current > a {
    border-color: #ff5501;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items ul > .nav-item.current > a {
    border-color: transparent;
    border-bottom-color: #dddddd;
  }
  .ves-megamenu .navigation .level0.submenu-left,
  .ves-megamenu .navigation .level0.submenu-right {
    position: static;
  }
  .ves-megamenu .navigation .level0 .ves-column1 > .item-content1 > .mega-col {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .ves-column1 > .item-content1 > .mega-col > .nav-item {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .ves-column2 > .item-content1 > .mega-col {
    width: 50%;
  }
  .ves-megamenu .navigation .level0 .ves-column3 > .item-content1 > .mega-col {
    width: 33.3333%;
  }
  .ves-megamenu .navigation .level0 .ves-column4 > .item-content1 > .mega-col {
    width: 25%;
  }
  .ves-megamenu .navigation .level0 .ves-column5 > .item-content1 > .mega-col {
    width: 20%;
  }
  .ves-megamenu .navigation .level0 .ves-column6 > .item-content1 > .mega-col {
    width: 16.6666%;
  }
  .ves-megamenu .navigation .level0 .ves-column7 > .item-content1 > .mega-col {
    width: 14.2857%;
  }
  .ves-megamenu .navigation .level0 .ves-column8 > .item-content1 > .mega-col {
    width: 12.5%;
  }
  .ves-megamenu .navigation .level0 .ves-column9 > .item-content1 > .mega-col {
    width: 11.1111%;
  }
  .ves-megamenu .navigation .level0 .ves-column10 > .item-content1 > .mega-col {
    width: 10%;
  }
  .ves-megamenu .navigation .level0 .ves-column11 > .item-content1 > .mega-col {
    width: 9.0909%;
  }
  .ves-megamenu .navigation .level0 .ves-column12 > .item-content1 > .mega-col {
    width: 8.3333%;
  }
  .ves-megamenu .navigation .nav-item {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v1 {
    background-color: #ff7214;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v1:before {
    border-top-color: #ff7214;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v2 {
    background-color: #b32e78;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v2:before {
    border-top-color: #b32e78;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v3 {
    background-color: #8bc556;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v3:before {
    border-top-color: #8bc556;
  }
  .ves-megamenu .navigation .nav-item.current > .submenu {
    display: block;
  }
  .ves-megamenu .navigation .nav-item > .submenu .item-content,
  .ves-megamenu .navigation .nav-item > .submenu .item-sidebar {
    float: left;
  }
  .ves-megamenu .navigation .nav-item > .submenu .item-content p > a,
  .ves-megamenu .navigation .nav-item > .submenu .item-sidebar p > a {
    padding: 0;
  }
  .ves-megamenu .navigation .nav-item.subgroup > .submenu {
    display: block;
    position: static;
    margin-bottom: 10px !important;
    border: 0;
    min-width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu {
    border: 0;
    z-index: 99;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 23px;
  }
  .ves-megamenu .navigation .nav-item.submenu-right > .submenu {
    right: 0 !important;
    left: auto !important;
  }
  .ves-megamenu .navigation .nav-item.submenu-right > a > .ves-caret {
    float: left;
    margin-left: -15px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li:first-child > a {
    border-top: 1px solid #dddddd;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li > a {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    text-indent: 10px;
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 45px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li > a .ves-caret {
    margin: 0;
    margin-right: 15px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content {
    width: 80%;
    padding-right: 0;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content > .nav-item {
    display: none;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content > .nav-item.dynamic-active {
    display: block;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items > ul > li {
    width: auto;
    margin-right: 10px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items > ul > li > a {
    border: 1px solid #dddddd;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-content {
    width: 100%;
    float: left;
  }
  .ves-megamenu .navigation .level1 > a {
    font-size: 15px;
  }
  .ves-megamenu .navigation .level1 .cat-label:before {
    display: none;
  }
  .ves-megamenu .navigation .level1 .submenu {
    z-index: 99;
  }
  .ves-megamenu .navigation .level1 .ves-caret {
    float: right;
  }
  .ves-megamenu .navigation .level1 .submenu-right > a > .ves-caret {
    float: left;
    margin-left: -15px;
  }
  .ves-megamenu .navigation .level1 .submenu-right > .submenu {
    right: 100% !important;
  }
  .ves-megamenu a {
    color: #333333;
    text-decoration: none;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }
  .ves-megamenu a:hover {
    text-decoration: none;
  }
  .ves-megamenu img:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .ves-megamenu.ves-vertical li.level0 {
    width: 100%;
    margin: 0;
    float: none !important;
    position: static !important;
  }
  .ves-megamenu.ves-vertical .navigation .nav-item > a {
    position: relative;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > a {
    padding-left: 25px;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > a > .ves-caret {
    position: absolute;
    left: 10px;
    right: auto;
    line-height: 50px;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0.submenu-left.subhover > .submenu {
    right: 100%;
    left: auto !important;
    top: 0;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > .submenu {
    top: 0;
    left: auto !important;
    right: 100%;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-left > a > .ves-caret {
    left: 10px;
    right: auto;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-right > a > .ves-caret {
    right: 10px;
    left: auto;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-right.subhover > .submenu {
    left: -100% !important;
    right: 100% !important;
  }
  .ves-megamenu.ves-dvertical-left .navigation .nav-item.level0 > a > .ves-caret {
    float: right;
    line-height: inherit;
  }
  .ves-megamenu.ves-dvertical-left .navigation .nav-item.level0.subhover > .submenu {
    right: 0;
    left: 100% !important;
    top: 0;
  }
  .ves-megamenu.ves-daccordion .navigation {
    overflow: hidden;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item {
    float: left;
    width: 100%;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item.current > .submenu {
    display: none;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item a {
    position: relative;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item .submenu {
    width: 100% !important;
    position: static;
    overflow: hidden !important;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item .submenu > .submenu-inner {
    padding: 0;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item.subhover > .submenu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 {
    width: 100%;
    margin: 0;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 .ves-caret {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 .ves-caret.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .ves-ddrill {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
  }
  .ves-ddrill .navigation {
    background-color: #ffffff;
  }
  .ves-ddrill .navigation.loaded > .dropdown-menu {
    width: 100% !important;
  }
  .ves-ddrill .navigation .subhover > .submenu {
    display: none;
  }
  .ves-ddrill .navigation > .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-ddrill .navigation .ves-caret {
    display: none;
  }
  .ves-ddrill .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px;
  }
  .ves-ddrill .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .ves-ddrill .navigation .nav-item > a {
    line-height: 50px;
    position: static;
    padding: 0 15px;
  }
  .ves-ddrill .navigation .nav-item > a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none;
  }
  .ves-ddrill .navigation .mega-col {
    padding: 0;
  }
  .ves-ddrill .navigation .level0 {
    border-top-color: #e5e5e5;
  }
  .ves-ddrill .navigation .opener {
    display: none;
  }
  .ves-ddrill .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute;
  }
  .ves-ddrill .navigation .drill-opener:before {
    content: '\e608';
  }
  .ves-ddrill .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none;
  }
  .ves-ddrill .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block;
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener:before {
    content: '\e617';
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener:after {
    display: none;
  }
  .ves-ddrill .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99;
  }
  .ves-ddrill .navigation .drilldown-back a .current-cat:before {
    display: none;
  }
  .ves-ddrill .drill-opener {
    display: block;
  }
  .ves-ddrill .navigation .nav-item > a span.drill-opener {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ves-ddrill .navigation .drilldown-back {
    display: block;
  }
  .ves-ddrill .navigation .drilldown-back > a > .drill-opener {
    line-height: 50px;
    width: 50px;
  }
  .ves-daccordion .navigation .ves-caret {
    display: block;
    line-height: inherit;
    width: 50px;
  }
  .ves-daccordion .navigation .level0 .submenu {
    overflow: hidden;
  }
  .ves-megamenu .navigation .level0.vertical-item .level1 > .item-content1 > .mega-col > .nav-item {
    position: static !important;
  }
  .ves-megamenu .navigation .level0.vertical-item {
    position: relative;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0.vertical-item > .submenu {
    padding: 0;
    -webkit-box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
  }
  .ves-megamenu.alway-show .navigation .level0.vertical-item > .submenu {
    display: block !important;
  }
  .ves-megamenu .navigation .level0.vertical-item > .submenu > .submenu-inner {
    padding: 0;
  }
  .ves-megamenu .navigation .level0.vertical-item > a {
    padding: 0 22px;
    margin: 0;
    background: #ff5501;
  }
  .ves-megamenu .navigation .level0.vertical-item > a:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: '\f0c9';
    margin-right: 8%;
    font-size: 16px;
  }
  .ves-megamenu .navigation .level0.vertical-item > a > .ves-caret {
    right: 10px;
    position: absolute;
    line-height: 50px;
  }
  .ves-megamenu .header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    z-index: 30;
    display: none;
  }
  .ves-megamenu.megamenu-ultimo.ves-offcanvas .level0 .submenu .nav-item > a,
  .ves-megamenu.megamenu-ultimo.ves-dhorizontal .level0 .submenu .nav-item > a {
    line-height: 22px;
  }
  .ves-megamenu.megamenu-ultimo.ves-offcanvas .level0 .submenu .nav-item > a .ves-caret,
  .ves-megamenu.megamenu-ultimo.ves-dhorizontal .level0 .submenu .nav-item > a .ves-caret {
    line-height: inherit;
  }
  .ves-megamenu.megamenu-ultimo .navigation > ul {
    border-bottom: 5px solid #333333;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .mega-col > .nav-item > a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .nav-item.current > a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu a:hover {
    background: none;
    color: #5bd2ec;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header .links > li {
    padding: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header a,
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-footer a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header a:hover,
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-footer a:hover {
    background: #de2666;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .ves-caret {
    opacity: 0.3;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level1 .nav-item {
    padding-bottom: 5px;
  }
  .ves-megamenu.megamenu-porto .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 8px;
  }
  .ves-megamenu.megamenu-porto .navigation .nav-item .level1 .mega-col > .nav-item > a {
    padding: 3px 5px;
  }
  .ves-megamenu.food-menu .navigation {
    text-align: center;
  }
  .ves-megamenu.food-menu .navigation .level0 {
    float: none;
  }
  .ves-megamenu.food-menu .navigation .level0:hover > a {
    background: #ffffff;
    color: #5bd2ec;
  }
  .ves-megamenu.food-menu .navigation .level0 > a {
    text-align: center;
    float: left;
    padding: 0;
  }
  .ves-megamenu.food-menu .navigation .level0 > a > span {
    float: left;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 {
    text-align: left;
  }
  .ves-megamenu.food-menu .navigation .level1 .icon-left {
    margin-right: 10px;
    float: left;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item {
    float: left;
    margin-bottom: 10px;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item a {
    float: left;
    padding: 0 10px;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item a > span {
    float: left;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .ves-megamenu ul.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: block !important;
  }
}
@media (min-width: 800px) {
  .ves-megamenu.top-navigation > .navigation {
    padding: 0 20px;
    max-width: 1920px;
    width: 100%;
  }
  .navigation {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1260px) {
  .ves-megamenu.top-navigation > .navigation {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .ves-megamenu.top-navigation > .navigation {
    padding: 0 45px;
  }
}
@media (min-width: 800px) {
  body {
    overflow-x: hidden;
  }
  body .ves-megamenu .navigation .level0 {
    position: static !important;
  }
  body .ves-megamenu .navigation .level0.current > a {
    background: #ffffff;
    font-weight: bold;
    color: #684093;
    -webkit-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.16);
  }
  body .ves-megamenu .navigation .level0:hover > a {
    background: #ffffff;
    font-weight: bold;
    color: #684093;
    -webkit-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.16);
    position: relative;
  }
  body .ves-megamenu .navigation .level0 > a {
    text-transform: capitalize;
    color: #684093;
    font-size: 14px;
    line-height: 44px;
    padding: 4px 20px;
    font-weight: 700;
    white-space: nowrap;
  }
  body .ves-megamenu .navigation .level0 > a span {
    font-family: 'Satoshi', sans-serif;
  }
  body .ves-megamenu .navigation .level0.active > a {
    background: transparent;
    color: #684093;
  }
  body .ves-megamenu .navigation .level0.products-menu:hover > a {
    border-left: 1px solid #cdcbca;
    border-right: 1px solid #cdcbca;
  }
  body .ves-megamenu .navigation .level0.products-menu:hover > a:before {
    display: block;
  }
  body .ves-megamenu .navigation .level0.products-menu > a {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    position: relative;
  }
  body .ves-megamenu .navigation .level0.products-menu > a:before {
    content: '';
    height: 10px;
    background: #ffffff;
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: -3px;
    display: none;
    width: 100%;
  }
  body .ves-megamenu .navigation .level0.products-menu > a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #684093;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(90%);
  }
  body .ves-megamenu .navigation .level0:first-child > a {
    padding-left: 0;
  }
  body .ves-megamenu .navigation .level0:last-child > a {
    padding-right: 0;
  }
  body .ves-megamenu .navigation ul.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  body .ves-megamenu .submenu.dropdown-menu {
    width: 100%;
    box-shadow: none !important;
  }
  .sections.nav-sections {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background: #f2f4f7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .sections.nav-sections .navigation {
    background: #f2f4f7;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
  }
  .sections.nav-sections .navigation::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
  }
  .sections.nav-sections .navigation > ul {
    position: static;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .menusub-category-session > .container {
    height: 100%;
    max-width: 1920px;
  }
  .menusub-category-session > .container .menusub-category.active {
    height: 100%;
  }
  .menusub-category-session > .container .menusub-category.active .level1 {
    height: 100%;
  }
  .menusub-category-session .sub-cattitle {
    color: #684093;
    font-size: 25px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    width: 100%;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
  }
  .menusub-category-session .sub-cattitle:before {
    content: '';
    display: block;
    width: 4px;
    height: 50px;
    background: linear-gradient(180deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .menusub-category-session > .container {
    position: relative;
  }
  .menusub-category {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
  }
  .menusub-category .visible-destop + .level-menu,
  .menusub-category .sub-cattitle + .level-menu {
    margin-left: 0;
  }
  .menusub-category .level-menu {
    width: calc((100% - 200px) / 6);
    display: inline-block;
    margin-left: 40px;
    position: relative;
  }
  .menusub-category .level-menu:after {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
  }
  .menusub-category .level1 a:hover,
  .menusub-category .level1 a:focus {
    background: transparent !important;
    box-shadow: none !important;
  }
  .menusub-category .level1 .img-item {
    height: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .menusub-category .level1 .img-item img {
    height: auto;
    max-width: 100px;
  }
  .menusub-category .level1 .img-item img:hover {
    transform: unset;
  }
  .menusub-category .level1 .cat-name a {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #515151;
    padding: 8px 20px 20px;
  }
  .menusub-category .level1 .cat-name a:hover,
  .menusub-category .level1 .cat-name a:focus {
    color: #684093;
  }
  .menusub-category .menusub-category-lv-2 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
  }
  .menusub-category .menusub-category-lv-2.active {
    opacity: 1;
    visibility: visible;
  }
  .menusub-category .menusub-category-lv-2:after {
    content: '';
    background: #ffffff;
    height: 100%;
    width: 10000px;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 3px 10px 0px #d8d8d8;
    -moz-box-shadow: 0px 3px 10px 0px #d8d8d8;
    box-shadow: 0px 3px 10px 0px #d8d8d8;
  }
  .menusub-category .menusub-category-lv-2 > div:not(.backtolv1),
  .menusub-category .menusub-category-lv-2 .sub-cattitle {
    position: relative;
    z-index: 2;
  }
  .menusub-category .menusub-category-lv-2 .sub-cattitle a {
    color: #684093;
    font-size: 25px;
    font-family: 'Manrope', sans-serif;
    line-height: 1.2;
    display: inline-block;
    width: auto;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
  }
  .menusub-category .menusub-category-lv-2 .sub-cattitle a:hover,
  .menusub-category .menusub-category-lv-2 .sub-cattitle a:focus {
    color: #684093;
  }
  .menusub-category.active {
    left: -100%;
    transition: left 1s cubic-bezier(0.86, 0, 0.07000000000000001, 1) 1.5s;
  }
  .menusub-category.active .level1 > .cate-content > .cat-name,
  .menusub-category.active .level1 > .cate-content > .img-item {
    display: none;
  }
  .menusub-category.active > .line-through-menu {
    display: none;
  }
  .menusub-category .backtolv1 {
    background-color: #ffffff;
    color: #684093;
    cursor: pointer;
    margin: 0;
    position: static;
    top: 0;
    right: 0;
    z-index: 3;
    margin-right: 20px;
  }
  .menusub-category .backtolv1 .text {
    display: none;
  }
  .visible-destop,
  .visible-tablet {
    display: none;
  }
  .line-through-menu {
    clear: both;
    position: relative;
    padding: 10px 0;
    width: 100%;
    display: none !important;
  }
  .line-through-menu:before {
    content: '';
    height: 1px;
    background: #606060;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -50%;
    width: 10000px;
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 0;
    padding-bottom: 30px;
  }
}
@media (min-width: 1261px) {
  .visible-destop {
    display: inline-block;
    width: 100%;
  }
  .menusub-category > .line-through-menu.visible-destop {
    display: inline-block;
  }
  .menusub-category .menusub-category-lv-2 > .line-through-menu.visible-destop {
    display: inline-block;
  }
  .menusub-category.active .level-menu {
    position: unset;
  }
  .menusub-category.active > .line-through-menu.visible-destop {
    display: none;
  }
  .menusub-category.active .menusub-category-lv-2 > .line-through-menu.visible-destop {
    display: inline-block;
  }
}
@media (max-width: 1559px) and (min-width: 1500px) {
  body .ves-megamenu .navigation .level0 > a {
    padding: 0 15px;
  }
}
@media (max-width: 1499px) and (min-width: 1400px) {
  body .ves-megamenu .navigation .level0 > a {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media (max-width: 1399px) and (min-width: 1300px) {
  body .ves-megamenu .navigation .level0 > a {
    font-size: 13px;
    padding: 0 10px;
  }
}
@media (max-width: 1299px) and (min-width: 1261px) {
  body .ves-megamenu .navigation .level0 > a {
    font-size: 13px;
    padding: 0 10px;
  }
}
@media (max-width: 1024px) and (min-width: 800px) {
  .nav-sections-items .ves-megamenu.top-navigation > .navigation {
    padding: 0 0 0 8px;
  }
  .nav-sections-items .ves-megamenu.top-navigation > .navigation .nav-item > a {
    padding: 0 16px;
  }
}
@media (max-width: 799px) {
  .menusub-category-session .sub-cattitle,
  .menusub-category-session .img-item,
  .menusub-category-session .cate-content-lv-2 > a {
    display: none;
  }
  .menusub-category-session .container {
    padding-left: 0;
    padding-right: 0;
  }
  .menusub-category-session .level1 {
    position: relative;
  }
  .menusub-category-session .menusub-category-lv-2 {
    display: none;
    border-left: 1px dotted #cdcbca;
    padding-top: 30px;
    margin: -15px 10px 10px 10px;
  }
  .menusub-category-session .menusub-category-lv-2 .backtolv1 {
    display: none;
  }
  .menusub-category-session .menusub-category-lv-2 .line-through-menu {
    display: none;
  }
  .menusub-category .level1 > .cate-content > .cat-name > a {
    position: relative;
  }
  .menusub-category .level1 > .cate-content > .cat-name > a:before {
    font-family: 'Manrope', sans-serif;
    font-size: 25px;
    color: #606060;
    font-weight: 700;
    content: '\f0d7';
    position: absolute;
    right: 5px;
    top: 3px;
  }
  .menusub-category .level1 > .cate-content > .cat-name > a.active:before {
    content: '\f0d8';
  }
  .sections.nav-sections {
    background: #f8f8f8;
  }
  .nav-sections-items .ves-megamenu a {
    color: #484740;
  }
  .nav-sections-items .ves-megamenu a:hover,
  .nav-sections-items .ves-megamenu a:focus {
    color: #484740;
  }
  .nav-sections-items .ves-megamenu .opener {
    background: transparent;
    width: auto;
    right: 20px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav-sections-items .ves-megamenu .opener:before {
    display: none;
    font-family: 'Manrope', sans-serif;
    font-size: 25px;
    color: #606060;
    content: '\f0d7';
    font-weight: 700;
  }
  .nav-sections-items .ves-megamenu .opener.item-active {
    background: transparent;
  }
  .nav-sections-items .ves-megamenu .opener.item-active:before {
    content: '\f0d8';
  }
  .nav-sections-items .ves-megamenu .nav-item > a {
    position: relative;
    padding: 0;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item {
    width: 100%;
    border-top-color: #cdcbca;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item:first-child a.nav-anchor:after {
    position: absolute;
    right: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #606060;
    content: '\f0d7';
    margin-right: 20px;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item:first-child a.nav-anchor.active {
    background: #efefef;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item:first-child a.nav-anchor.active:after {
    position: absolute;
    right: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 25px;
    color: #606060;
    content: '\f0d8';
    font-weight: 700;
    margin-right: 20px;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item > a {
    margin: 0 15px;
    border: none;
    color: #484740;
    position: relative;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item > a span {
    font: 600 16px/32px 'Gotham-Book', sans-serif;
    color: #484740;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown {
    padding: 0;
    margin: 0 15px;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown .menusub-category-session {
    padding: 0 15px;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item.active > a {
    background: none;
    color: red;
    font-weight: 700;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item.active > a:before {
    font-weight: 700;
  }
  .nav-sections-items .nav-sections-item-title a {
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
  }
  .nav-sections-items .nav-sections-item-title.active a {
    color: #df1e32;
  }
}
@media (max-width: 600px) {
  .menusub-category .level1 > .cate-content > .cat-name > a:before {
    right: -15px;
  }
  .nav-sections-items .ves-megamenu > .navigation a:after {
    margin-right: 15px !important;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown .menusub-category-session {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 767.98px) {
  body .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail {
    display: block;
  }
  body .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail td {
    padding-top: 0;
    padding-bottom: 0;
  }
  body .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail td .order-detail-wrapper {
    padding: 15px 30px;
  }
  body .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail td .order-detail-wrapper .left-group .reorder-action-wrapper {
    width: auto;
    margin-right: 10px;
    padding-bottom: 0;
  }
  body .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail td .order-detail-wrapper .left-group .reorder-action-wrapper a {
    font-size: 14px;
    line-height: calc(16/14);
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    background: #a30264;
    color: #ffffff;
    vertical-align: middle;
    padding: 9px 20px;
    -webkit-appearance: button;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
  }
}
.cms-about-us .video-astir-story .note-video-top {
  text-transform: capitalize;
}
/* Service page */
.service-page .service-page-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #13456e;
  text-align: center;
  text-transform: uppercase;
}
.service-page .service-page-subtitle {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #434342;
  text-align: center;
}
.service-page .service-page-content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
}
.service-page .service-steps {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
}
.service-page .service-steps .step {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  background: #ffffff;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
}
.service-page .service-steps .step h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #13456e;
  text-align: center;
  text-transform: uppercase;
}
.service-page .service-steps .step p {
  font-family: 'Manrope', sans-serif;
  font-weight: 250;
  color: #434342;
  text-align: center;
  margin-bottom: 0;
}
.service-page .service-steps .step-icon {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}
@media (min-width: 768px) {
  .service-page .service-page-title {
    font-size: 60px;
    line-height: calc(100/60);
    margin-bottom: 30px;
  }
  .service-page .service-page-subtitle {
    font-size: 20px;
    line-height: calc(28/20);
    max-width: 80%;
    width: 100%;
    margin: 0 auto 85px;
  }
  .service-page .service-steps .step {
    padding: 50px 30px 70px;
    width: calc(50% - 30px);
  }
  .service-page .service-steps .step.steps-1 {
    margin-right: 30px;
  }
  .service-page .service-steps .step.steps-2 {
    margin-left: 30px;
  }
  .service-page .service-steps .service-icon {
    margin-bottom: 30px;
  }
  .service-page .service-steps h3 {
    font-size: 45px;
    line-height: calc(57/45);
    margin-bottom: 45px;
  }
  .service-page .service-steps p {
    font-size: 20px;
    line-height: calc(35/20);
  }
  .service-page .service-form {
    margin-top: 120px;
  }
}
@media (max-width: 767.98px) {
  .service-page .service-page-title {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .service-page .service-page-subtitle {
    font-size: 16px;
    line-height: calc(24/16);
    margin-bottom: 30px;
  }
  .service-page .service-steps {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
  }
  .service-page .service-steps .step {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 30px 30px;
  }
  .service-page .service-steps .step h3 {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
  .service-page .service-steps .step p {
    margin: 0;
    font-size: 12px;
    line-height: 1;
  }
  .service-page .service-steps .step.steps-1 img {
    max-width: 44%;
  }
  .service-page .service-steps .step.steps-2 img {
    max-width: 44%;
  }
  .service-page .service-steps .step-icon {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .cms-service .columns .column.main {
    padding-bottom: 10px;
  }
}
/* End Service page */
.invoices-payonline thead th.checkbox .checkmark {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  border: 1px solid #c0bfbf;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  z-index: 2;
}
.invoices-payonline thead th.checkbox .checkbox-all {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin: 0;
  z-index: 3;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.invoices-payonline thead th.checkbox input:checked ~ .checkmark:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/checkbox-checked.png') no-repeat;
  background-size: 23px;
}
.invoices-payonline tbody .checkbox .checkmark {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  border: 1px solid #c0bfbf;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  z-index: 2;
}
.invoices-payonline tbody .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin: 0;
  z-index: 3;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.invoices-payonline tbody .checkbox input:checked ~ .checkmark:after {
  content: '';
  display: block !important;
  width: 100%;
  height: 100%;
  background: url('../images/checkbox-checked.png') no-repeat;
  background-size: 23px;
}
.invoices-payonline tfoot {
  background: transparent;
}
.invoices-payonline tfoot .box-left {
  background: #f2f2f2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 30px;
}
.invoices-payonline tfoot .box-left .total-outstanding,
.invoices-payonline tfoot .box-left .total-payment-amount {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}
.invoices-payonline tfoot .box-left .total-outstanding {
  margin-bottom: 15px;
}
.invoices-payonline tfoot .box-left .total-payment-amount {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: normal;
}
.invoices-payonline tfoot .box-right h3 {
  margin: 0 0 25px;
}
.invoices-payonline .payment-method-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.invoices-payonline .payment-method-content ul li {
  margin: 0 10px;
}
.invoices-payonline .payment-method-content ul li img {
  display: block;
}
.invoices-payonline .payment-method-content ul li:last-child {
  margin-right: 0;
}
.invoices-payonline .payment-method-content .header-cart .control {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  margin-bottom: 10px;
}
.invoices-payonline .payment-method-content .header-cart h4 {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #5d5d5d;
}
.invoices-payonline .payment-method-content button.btn-price {
  width: 100%;
  margin-top: 30px;
  height: 46px;
  font-size: 16px;
}
.invoices-payonline .payment-method-content form#cs-co-ewayrapid-direct-form .fields.group .field.month {
  padding-right: 10px;
}
.invoices-payonline .payment-method-content form#cs-co-ewayrapid-direct-form .fields.group .field.year {
  padding-left: 10px;
}
.invoices-payonline .payment-method-content form#cs-co-ewayrapid-direct-form input[type='text'] {
  height: auto;
  padding: 9.5px 16px;
}
.invoices-payonline table.data.table tfoot tr > td:last-child {
  text-align: left;
}
.invoices-payonline table.data.table tfoot .box-right {
  position: relative;
}
.invoices-payonline table.data.table tfoot .box-right .action.cancel {
  color: #684093;
  background: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  font-size: 16px;
}
.invoices-payonline table.data.table tfoot .box-right .action.cancel:hover,
.invoices-payonline table.data.table tfoot .box-right .action.cancel:focus {
  color: #684093;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .invoices-payonline table.data.table tfoot .box-right .action.cancel {
    position: static;
  }
}
.invoices-payonline table.data.table tfoot .box-right .action.primary {
  height: 46px;
  font-size: 16px;
}
.invoices-payonline form#cs-co-ewayrapid-direct-form .fieldset > .field.number > .label {
  display: none;
}
.invoices-payonline form#cs-co-ewayrapid-direct-form .fieldset > .field > .label {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #5d5d5d;
}
.invoices-payonline form#cs-co-ewayrapid-direct-form .fieldset > .field.required > .label::after {
  color: #eb2228;
  margin-left: 0;
}
@media (min-width: 1200px) {
  .invoices-payonline table.data.table tfoot {
    padding: 0 50px;
  }
  .invoices-payonline table.data.table tfoot tr > td:last-child {
    padding-right: 50px;
  }
  .invoices-payonline table.data.table tfoot tr > td:first-child {
    padding-left: 50px;
  }
  .invoices-payonline table.data.table tfoot .box-right {
    max-width: 70%;
    width: 100%;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 992px) {
  .invoices-payonline form#cs-co-ewayrapid-direct-form .fieldset {
    overflow: hidden;
    width: 100%;
  }
  .invoices-payonline form#cs-co-ewayrapid-direct-form .fieldset > .field {
    margin-bottom: 30px;
  }
  .invoices-payonline form#cs-co-ewayrapid-direct-form .fieldset > .field.number > .label {
    display: none;
  }
  .invoices-payonline form#cs-co-ewayrapid-direct-form .fieldset > .field.name {
    max-width: 40%;
    width: 100%;
    float: left;
    padding-right: 10px;
  }
  .invoices-payonline form#cs-co-ewayrapid-direct-form .fieldset > .field.date {
    max-width: 60%;
    width: 100%;
    float: left;
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .invoices-payonline table.data.table thead tr > th.col-6.first.checkbox {
    padding-left: 0;
    padding-right: 0;
  }
  .invoices-payonline table.data.table thead tr > th.col-6.first.checkbox .checkbox-all,
  .invoices-payonline table.data.table thead tr > th.col-6.first.checkbox .checkmark {
    right: 0;
  }
  .invoices-payonline table.data.table > tbody > tr > td.first.col.checkbox {
    padding: 20px 0;
    position: relative;
  }
  .invoices-payonline table.data.table > tbody > tr > td.first.col.checkbox input,
  .invoices-payonline table.data.table > tbody > tr > td.first.col.checkbox .checkmark {
    right: 0;
  }
}
/* About Astir */
.about-astir-our-people .staff-member .image-member {
  position: relative;
}
.about-astir-our-people .staff-member .image-member:before {
  background: linear-gradient(190deg, transparent 65%, #001231 110%);
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.about-astir-our-people .staff-member .content {
  z-index: 2;
}
.about-astir-our-people .staff-member .content a {
  font-weight: 600;
}
.about-astir-our-people .staff-member img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 768px) {
  .wrapper-about-astir .page-main {
    max-width: 100%;
    padding: 0;
  }
  .about-astir .all-brands {
    padding: 10rem 2rem;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .about-astir .all-brands .title {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #484740;
    text-align: center;
    margin-bottom: 10rem;
    text-transform: uppercase;
  }
  .about-astir .brand-item {
    max-height: 57px;
    margin: 0 10px 10px;
  }
  .about-astir .all-brand-items {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
  .about-astir .all-brand-items::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 57px;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(to top, #ffffff, transparent);
  }
  .about-astir .link-all-brands,
  .about-astir .view-all-feedback {
    text-align: center;
    margin-top: 6rem;
  }
  .about-astir .link-all-brands a,
  .about-astir .view-all-feedback a {
    color: #db2328;
    font-size: 23px;
    line-height: 1.2;
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 400;
  }
  .about-astir .link-all-brands a::after,
  .about-astir .view-all-feedback a::after {
    content: '\f0a9';
    font-family: 'Font Awesome 5 Pro';
    font-size: 40px;
    font-weight: 300;
    color: #db2328;
    display: inline-block;
    margin-left: 2rem;
    vertical-align: middle;
  }
  .about-astir-banner .banner-top {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 48%;
    width: 100%;
    margin: 0 auto;
  }
  .about-astir-banner .banner-bottom {
    text-align: center;
  }
  .about-astir-banner .content-left {
    line-height: 1;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 100px;
  }
  .about-astir-banner .content-right {
    line-height: 0.9;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    padding-left: 20px;
    font-size: 40px;
  }
  .about-astir-services {
    padding: 2rem 0 10rem;
    border-bottom: 1px solid #bebdbd;
  }
  .about-astir-services .service-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 100%;
  }
  .about-astir-services .service-item {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
    text-align: center;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .about-astir-services .service-item a {
    display: inline-block;
    font-size: 1.5rem;
    max-width: 100%;
    width: 100%;
    line-height: 1.2;
    padding-bottom: 1rem;
  }
  .about-astir-services .service-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .about-astir-services .service-item:nth-child(4n) {
    margin-right: 0;
  }
  .about-astir-services .service-item:hover img {
    display: none;
  }
  .about-astir-services .service-item:hover .img-hover {
    display: inline-block;
  }
  .about-astir-services .service-item .img-hover {
    display: none;
  }
  .about-astir-story {
    max-width: 100%;
    padding: 10rem 2rem;
    margin: 0 auto;
  }
  .about-astir-story .title {
    text-align: center;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #484740;
    padding-bottom: 4rem;
    text-transform: uppercase;
  }
  .about-astir-story .description {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.4;
  }
  .about-astir-story .video-astir-story {
    display: flex;
    flex-wrap: wrap;
  }
  .about-astir-story .video {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding: 0 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 10px;
  }
  .about-astir-story .video.video-about-us {
    margin-left: 0;
  }
  .about-astir-story .video.video-customers-say {
    margin-right: 0;
  }
  .about-astir-story .note-video-top {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'GothamHTF-Medium', sans-serif;
  }
  .about-astir-logo {
    background: #f5f6f6;
  }
  .about-astir-logo .title {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10rem 2rem 5rem;
  }
  .about-astir-logo .title h3 {
    margin: 0 0 4rem;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    text-transform: uppercase;
  }
  .about-astir-logo .title p {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1.4;
  }
  .about-astir-logo .description {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 5rem 7rem;
    background: #ffffff;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .about-astir-logo .top,
  .about-astir-logo .bottom {
    display: flex;
    flex-wrap: wrap;
  }
  .about-astir-logo .astir-logo {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
  }
  .about-astir-logo .astir-logo .icons {
    flex: 0 0 10rem;
    max-width: 10rem;
  }
  .about-astir-logo .astir-logo .content {
    flex: 0 0 calc(100% - 10rem);
    max-width: calc(100% - 10rem);
    padding: 0 2rem 0 2rem;
  }
  .about-astir-logo .astir-logo h5 {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 'Gotham-Bold', sans-serif;
    text-transform: capitalize;
  }
  .about-astir-logo .astir-logo p {
    font-size: 18px;
    line-height: 1.44;
  }
  .about-astir-key {
    background: #e8262b;
    padding: 10rem 2rem;
  }
  .about-astir-key .key-title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    text-align: center;
  }
  .about-astir-key .key-items {
    display: flex;
    flex-wrap: wrap;
  }
  .about-astir-key .key-item {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
  }
  .about-astir-key .key-item h2 {
    color: #ffffff;
    font-style: italic;
    font-size: 6rem;
    line-height: 1.2;
  }
  .about-astir-key .key-item p {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.2;
  }
  .about-astir-history {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 10rem 2rem;
  }
  .about-astir-history .history-item-block {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 0 20px 20px;
  }
  .about-astir-history .history-item-block .block {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 2rem;
  }
  .about-astir-history h2 {
    font-size: 6rem;
    line-height: 1.2;
    font-style: italic;
    color: #484740;
  }
  .about-astir-history .history-title {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .about-astir-history .history-title h3 {
    font-size: 3rem;
    line-height: 1.2;
    color: #484740;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    margin-top: 0;
    text-transform: uppercase;
  }
  .about-astir-history .history-title p {
    font-size: 2rem;
    line-height: 1.4444;
    color: #484740;
  }
  .about-astir-history .block {
    display: flex;
    flex-wrap: wrap;
  }
  .about-astir-history .block .icon {
    flex: 0 0 120px;
    max-width: 120px;
  }
  .about-astir-history .block .content {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
  }
  .about-astir-history .block .content h5 {
    font-size: 18px;
    line-height: 1.2;
    color: #484740;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    margin-bottom: 1.5rem;
  }
  .about-astir-history .block .content p {
    font-size: 18px;
    line-height: 1.2;
    color: #484740;
  }
  .about-astir-history .owl-carousel {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
  }
  .about-astir-history .owl-carousel .owl-dots {
    text-align: center;
    min-height: 2.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-astir-history .owl-carousel .owl-dots .owl-dot.active span {
    background-color: transparent;
  }
  .about-astir-history .owl-carousel .owl-dots .owl-dot.active .owl-dot-line {
    display: none;
  }
  .about-astir-history .owl-carousel .owl-dots .owl-dot.active .owl-dot-circle {
    display: inline-block;
  }
  .about-astir-history .owl-carousel .owl-stage-outer {
    padding-bottom: 3rem;
  }
  .about-astir-history .owl-dot {
    position: relative;
    margin: 0 12.5px;
  }
  .about-astir-history .owl-dot::before {
    content: '';
    display: inline-block;
    width: 12.5px;
    height: 2px;
    background: #bebebe;
    position: absolute;
    left: -12.5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .about-astir-history .owl-dot::after {
    content: '';
    display: inline-block;
    width: 12.5px;
    height: 2px;
    background: #bebebe;
    position: absolute;
    right: -12.5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .about-astir-history .owl-dot:first-child .owl-dot-line {
    width: 25px;
    height: 25px;
    background: transparent;
    border-radius: 100%;
  }
  .about-astir-history .owl-dot:first-child .btn-owl-dot::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #bebebe;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .about-astir-history .owl-dot:first-child::before {
    content: '2019';
    color: #000000;
    font-size: 3rem;
    font-style: italic;
    font-weight: 350;
    font-family: 'Gotham-Book', sans-serif;
    width: auto;
    height: auto;
    background: transparent;
    left: 0;
    transform: translate(-150%, -50%);
  }
  .about-astir-history .owl-dot:last-child .owl-dot-line {
    width: 25px;
    height: 25px;
    background: transparent;
    border-radius: 100%;
  }
  .about-astir-history .owl-dot:last-child .btn-owl-dot::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #bebebe;
    border-radius: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
  }
  .about-astir-history .owl-dot:last-child::after {
    content: '2010';
    color: #000000;
    font-size: 3rem;
    font-style: italic;
    font-weight: 350;
    font-family: 'Gotham-Book', sans-serif;
    width: auto;
    height: auto;
    background: transparent;
    right: 0;
    transform: translate(150%, -50%);
  }
  .about-astir-history .btn-owl-dot {
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
    position: relative;
  }
  .about-astir-history .owl-dot-line {
    width: 25px;
    height: 2px;
    background: #bebebe;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .about-astir-history .owl-dot-circle {
    width: 25px;
    height: 27px;
    background: url('../images/icon-dot-active.png') no-repeat;
    display: none;
    position: relative;
    z-index: 2;
  }
  .about-astir-our-people {
    border-top: 1px solid #bebdbd;
    border-bottom: 1px solid #bebdbd;
    padding: 10rem 0;
  }
  .about-astir-our-people .our-people-list {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .about-astir-our-people .staff-list-title h2 {
    margin-top: 0;
    padding: 10rem 8rem;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    background: #e8262b;
    border-radius: 5px;
  }
  .about-astir-our-people .staff-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .about-astir-our-people .staff-member {
    padding: 0;
    display: inline-flex;
    margin-bottom: 5px;
  }
  .about-astir-our-people .staff-member .image-member {
    display: inline-flex;
  }
  .about-astir-our-people .staff-member .panel {
    position: relative;
    display: inline-flex;
    max-height: 38rem;
    cursor: pointer;
  }
  .about-astir-our-people .staff-member .panel:hover .content a {
    padding: 3rem 2rem;
    background: #e8262b;
    opacity: 0.9;
  }
  .about-astir-our-people .staff-member .content {
    position: absolute;
    bottom: 0;
    display: inline-flex;
    width: 100%;
  }
  .about-astir-our-people .content a {
    padding: 2rem;
    color: #ffffff;
    width: 100%;
    font-size: 20px;
    line-height: 1.34;
  }
  .about-astir-our-people .content a:hover {
    color: #ffffff;
  }
  .about-astir-our-people .content .name {
    font-size: 20px;
    line-height: 1.1;
  }
  .about-astir-our-people .content .specialize {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Gotham-Medium', sans-serif;
  }
  .about-astir-our-people .content .job-title {
    font-size: 15px;
  }
  .about-astir-our-people .panel.content-info p {
    margin-bottom: 0;
    background: #e8262b;
    color: #fff;
    padding: 2rem;
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
    font-family: 'Gotham-Bold', sans-serif;
  }
  .about-astir-our-people .panel.content-info p span {
    font-size: 14px;
    line-height: 1;
    font-family: 'Gotham-Book', sans-serif;
  }
}
@media (min-width: 1024px) {
  .about-astir .brand-item {
    flex: 0 0 calc(100%/7 - 20px);
    max-width: calc(100%/7 - 20px);
  }
  .about-astir .brand-item:nth-child(7n + 1) {
    margin: 0 10px 10px 0;
  }
  .about-astir .brand-item:nth-child(7n) {
    margin: 0 0 10px 10px;
  }
  .about-astir .all-brands {
    padding: 10rem 3rem;
  }
  .about-astir-history .owl-stage-outer::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -8px;
    background: linear-gradient(to right, #ffffff, transparent);
  }
  .about-astir-history .owl-stage-outer::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -8px;
    background: linear-gradient(to left, #ffffff, transparent);
  }
  .about-astir-history .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-200%, -50%);
  }
  .about-astir-history .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(200%, -50%);
  }
  .about-astir-story {
    padding: 10rem 3rem;
  }
  .about-astir-logo .title {
    padding: 10rem 3rem 5rem;
  }
  .about-astir-key {
    padding: 10rem 3rem;
  }
  .about-astir-our-people .our-people-list {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .about-astir-history .owl-stage-outer::before {
    width: 150px;
  }
  .about-astir-history .owl-stage-outer::after {
    width: 150px;
  }
  .about-astir .all-brands {
    padding: 10rem 4.5rem;
  }
  .about-astir-story {
    padding: 10rem 4.5rem;
  }
  .about-astir-logo .title {
    padding: 10rem 3rem 5rem;
  }
  .about-astir-key {
    padding: 10rem 4.5rem;
  }
  .about-astir-our-people .our-people-list {
    padding: 0 4.5rem;
  }
}
@media (min-width: 1280px) {
  .about-astir .all-brands .title {
    font-size: 4rem;
  }
  .about-astir-story .title {
    font-size: 4rem;
  }
  .about-astir-logo .title h3 {
    font-size: 4rem;
  }
  .about-astir-logo .title p {
    font-size: 3rem;
  }
  .about-astir-key .key-title {
    font-size: 4rem;
  }
  .about-astir-key .key-item h2 {
    font-size: 12rem;
  }
  .about-astir-key .key-item p {
    font-size: 3rem;
  }
  .about-astir-story .description {
    font-size: 23px;
  }
  .about-astir-story .note-video-top {
    font-size: 30px;
  }
  .about-astir-history h2 {
    font-size: 12rem;
  }
  .about-astir-history .history-title h3 {
    font-size: 4rem;
  }
  .about-astir-history .history-title p {
    font-size: 3rem;
  }
  .about-astir-history .block .icon {
    flex: 0 0 161px;
    max-width: 161px;
  }
  .about-astir-history .block .content {
    flex: 0 0 calc(100% - 161px);
    max-width: calc(100% - 161px);
  }
  .about-astir-our-people .staff-member {
    flex: 0 0 calc((100% - 15px)/4);
    max-width: calc((100% - 15px)/4);
    margin-right: 5px;
  }
  .about-astir-our-people .staff-member:nth-child(4n) {
    margin-right: 0;
  }
  .about-astir-our-people .staff-list-title h2 {
    font-size: 4rem;
  }
  .about-astir-banner .content-left {
    font-size: 226px;
  }
  .about-astir-banner .content-right {
    font-size: 95px;
    line-height: 0.96;
  }
  .about-astir-services .service-item a {
    font-size: 2rem;
    max-width: 100%;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .about-astir-our-people .staff-member {
    flex: 0 0 calc((100% - 10px)/3);
    max-width: calc((100% - 10px)/3);
    margin-right: 5px;
  }
  .about-astir-our-people .staff-member:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-astir .brand-item {
    flex: 0 0 calc(20% - 20px);
    max-width: calc(20% - 20px);
  }
  .about-astir .brand-item:nth-child(4n + 1) {
    margin: 0 10px 10px 0;
  }
  .about-astir .brand-item:nth-child(4n) {
    margin: 0 0 10px 10px;
  }
  .about-astir-banner .banner-bottom img {
    max-width: 40%;
  }
  .about-astir-logo .astir-logo {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .about-astir-logo .astir-logo .icons {
    flex: unset;
    max-width: unset;
  }
  .about-astir-logo .astir-logo .content {
    flex: unset;
    max-width: unset;
  }
  .about-astir-our-people .staff-member {
    flex: 0 0 calc((100% - 5px)/2);
    max-width: calc((100% - 5px)/2);
    margin-right: 5px;
  }
  .about-astir-our-people .staff-member:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .about-astir-history .owl-carousel .owl-stage-outer {
    order: 1;
  }
  .about-astir-history .owl-carousel .owl-nav {
    order: 3;
    text-align: center;
    margin-top: 30px;
  }
  .about-astir-history .owl-carousel .owl-dots {
    order: 2;
  }
  .about-astir-history .owl-carousel button.owl-prev {
    margin-right: 10px;
  }
  .about-astir-history .owl-carousel button.owl-next {
    margin-left: 10px;
  }
}
@media (min-width: 1024) and (max-width: 1279px) {
  .about-astir-our-people .staff-member {
    flex: 0 0 calc((100% - 10px)/3);
    max-width: calc((100% - 10px)/3);
    margin-right: 5px;
  }
  .about-astir-our-people .staff-member:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .wrapper-about-astir .page-main {
    padding: 0;
  }
  .about-astir-banner .banner-top {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 270px;
    margin: 0 auto;
  }
  .about-astir-banner .banner-bottom {
    text-align: center;
  }
  .about-astir-banner .banner-bottom img {
    max-width: 230px;
  }
  .about-astir-banner .content-left {
    line-height: 1.2;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 66px;
  }
  .about-astir-banner .content-right {
    line-height: 0.96;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    padding-left: 20px;
    font-size: 28px;
  }
  .about-astir-services {
    padding: 0 15px 20px;
    border-bottom: 1px solid #bebdbd;
  }
  .about-astir-services .service-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-astir-services .service-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .about-astir-services .service-item:nth-child(2n) {
    margin-left: 10px;
  }
  .about-astir-services .service-item:nth-child(2n + 1) {
    margin-right: 10px;
  }
  .about-astir-services .service-item a {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
    font-size: 7px;
    line-height: 1.2;
  }
  .about-astir-services .service-item:hover img {
    display: none;
  }
  .about-astir-services .service-item:hover .img-hover {
    display: inline-block;
  }
  .about-astir-services .service-item .img-hover {
    display: none;
  }
  .about-astir-story {
    padding: 0 15px 30px;
  }
  .about-astir-story .content-top {
    text-align: center;
  }
  .about-astir-story .content-top .title {
    margin: 40px 0;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #484740;
    text-transform: uppercase;
  }
  .about-astir-story .content-top .description {
    font-size: 16px;
    line-height: 1.375;
    color: #484740;
  }
  .about-astir-story .video {
    margin-top: 30px;
  }
  .about-astir-story .video h3.note-video-top {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 0;
    font-family: 'GothamHTF-Medium', sans-serif;
    font-weight: 500;
  }
  .about-astir-logo {
    padding: 0 15px;
  }
  .about-astir-logo .title {
    text-align: center;
    padding-bottom: 20px;
  }
  .about-astir-logo .title h3 {
    margin: 40px 0;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #484740;
    text-transform: uppercase;
  }
  .about-astir-logo .title p {
    font-size: 16px;
    line-height: 1.2;
  }
  .about-astir-logo .description {
    padding: 30px 20px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .about-astir-logo .astir-logo {
    margin-bottom: 50px;
  }
  .about-astir-logo .astir-logo .icons {
    text-align: center;
    padding-bottom: 20px;
  }
  .about-astir-logo .astir-logo h5 {
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #484740;
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 30px;
  }
  .about-astir-key {
    padding: 50px 15px 0;
    background: #e8262b;
  }
  .about-astir-key .key-title {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
  }
  .about-astir-key .key-item {
    text-align: center;
    padding-bottom: 60px;
  }
  .about-astir-key .key-item h2 {
    font-size: 80px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .about-astir-key .key-item p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 2.1;
    color: #ffffff;
  }
  .about-astir-history {
    padding: 60px 15px;
  }
  .about-astir-history .history-title h3 {
    margin: 0 0 30px;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #484740;
    text-transform: uppercase;
    text-align: center;
  }
  .about-astir-history .history-title p {
    text-align: center;
    margin-bottom: 0;
    line-height: 1.375;
  }
  .about-astir-history h2 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #484740;
    font-style: italic;
    margin-bottom: 50px;
    text-align: center;
  }
  .about-astir-history .history-item-block .block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .about-astir-history .history-item-block .icon {
    max-width: 85px;
    flex: 0 0 85px;
  }
  .about-astir-history .history-item-block .content {
    flex: 0 0 calc(100% - 85px);
    max-width: calc(100% - 85px);
    padding-left: 10px;
  }
  .about-astir-history .history-item-block h5 {
    margin-top: 0;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.625;
  }
  .about-astir-history .history-item-block p {
    font-size: 1.625;
  }
  .about-astir-history .owl-carousel {
    display: flex;
    flex-wrap: wrap;
  }
  .about-astir-history .owl-nav {
    order: 3;
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
  .about-astir-history .owl-dots {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .about-astir-history .owl-dots .owl-dot.active span {
    background: transparent;
  }
  .about-astir-history .owl-dots .owl-dot.active .owl-dot-circle {
    background: url('../images/icon-dot-active.png') no-repeat;
    background-size: 19px;
  }
  .about-astir-history .owl-dot {
    position: relative;
  }
  .about-astir-history .owl-dot.active .owl-dot-line {
    display: none;
  }
  .about-astir-history .owl-dot.active .owl-dot-circle {
    display: inline-block;
  }
  .about-astir-history .owl-dot:first-child .owl-dot-line {
    width: 19px;
    height: 20px;
    border-radius: 100%;
    background: transparent;
  }
  .about-astir-history .owl-dot:first-child .btn-owl-dot::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #bebebe;
    border-radius: 100%;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .about-astir-history .owl-dot:first-child::before {
    content: '2019';
    display: inline-block;
    width: auto;
    height: auto;
    background: transparent;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Gotham-Book', sans-serif;
    font-style: italic;
    color: #484740;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-150%, -50%);
  }
  .about-astir-history .owl-dot:last-child .owl-dot-line {
    width: 19px;
    height: 20px;
    border-radius: 100%;
    background: transparent;
  }
  .about-astir-history .owl-dot:last-child .btn-owl-dot::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #bebebe;
    border-radius: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
  }
  .about-astir-history .owl-dot:last-child::after {
    content: '2010';
    display: inline-block;
    width: auto;
    height: auto;
    background: transparent;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Gotham-Book', sans-serif;
    font-style: italic;
    color: #484740;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(150%, -50%);
  }
  .about-astir-history .btn-owl-dot {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    background: transparent;
    padding: 0;
  }
  .about-astir-history .owl-dot-line {
    position: relative;
    z-index: 1;
    width: 19px;
    height: 2px;
    background: #bebebe;
    display: inline-block;
  }
  .about-astir-history .owl-dot-circle {
    position: relative;
    z-index: 3;
    width: 19px;
    height: 20px;
    background: url('../images/icon-dot-active.png') no-repeat;
    background-size: 19px;
    display: none;
  }
  .about-astir-history .owl-stage-outer {
    order: 1;
  }
  .about-astir-history .owl-next {
    margin-left: 15px;
  }
  .about-astir-history .owl-prev {
    margin-right: 15px;
  }
  .about-astir-our-people .staff-list-title h2 {
    margin: 0;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 60px 0;
    background: #e8262b;
    border-radius: 5px;
  }
  .about-astir-our-people .staff-list {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .about-astir-our-people .staff-member {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
    display: inline-flex;
  }
  .about-astir-our-people .image-member {
    display: inline-flex;
  }
  .about-astir-our-people .panel {
    position: relative;
    display: inline-flex;
  }
  .about-astir-our-people .panel:hover .content a {
    padding: 30px 20px;
    background: #e8262b;
    opacity: 0.9;
  }
  .about-astir-our-people .panel.content-info {
    background: #e8262b;
  }
  .about-astir-our-people .panel.content-info p {
    margin-bottom: 0;
    color: #ffffff;
    padding: 20px;
    font-size: 20px;
    line-height: 1.1;
  }
  .about-astir-our-people .panel.content-info p span {
    font-size: 15px;
  }
  .about-astir-our-people .content {
    position: absolute;
    bottom: 0;
    display: inline-flex;
    width: 100%;
  }
  .about-astir-our-people .content a {
    padding: 20px;
    color: #ffffff;
    width: 100%;
    font-size: 20px;
    line-height: 1.347;
  }
  .about-astir-our-people .content a:hover {
    color: #ffffff;
  }
  .about-astir-our-people .content a .job-title {
    font-size: 15px;
  }
  .wrapper-about-astir .all-brands {
    padding: 60px 15px;
  }
  .wrapper-about-astir .all-brands .title {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #484740;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
  }
  .wrapper-about-astir .all-brands .all-brand-items {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
  .wrapper-about-astir .all-brands .all-brand-items::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 57px;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(to top, #ffffff, transparent);
  }
  .wrapper-about-astir .all-brands .brand-item {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
    margin: 10px;
  }
  .wrapper-about-astir .link-all-brands,
  .wrapper-about-astir .view-all-feedback {
    text-align: center;
    margin-top: 30px;
  }
  .wrapper-about-astir .link-all-brands a,
  .wrapper-about-astir .view-all-feedback a {
    color: #db2328;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
  }
  .wrapper-about-astir .link-all-brands a::after,
  .wrapper-about-astir .view-all-feedback a::after {
    content: '\f0a9';
    font-family: 'Font Awesome 5 Pro';
    font-size: 40px;
    font-weight: 300;
    color: #db2328;
    display: inline-block;
    margin-left: 2rem;
    vertical-align: middle;
  }
}
@media (max-width: 576px) {
  .about-astir-our-people .staff-member {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .wrapper-about-astir .all-brands .brand-item {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
  }
}
/* End about Astir */
/* All Product Page Astir */
.cms-all-products .page-main {
  max-width: 100%;
  padding: 0;
}
.cms-all-products .home-category-session {
  margin-top: 40px;
}
.cms-all-products .home-category-session h2 {
  display: none;
}
.cms-all-products .home-category-session .category-one {
  margin-top: 30px;
}
.cms-all-products .home-category-session .category-two .category-left .home-category {
  margin-bottom: 0;
}
.cms-all-products .page-footer {
  padding-top: 0;
}
@media (max-width: 767px) {
  .cms-all-products .page-footer {
    margin-top: 0;
  }
}
/* End All Products Page Astir */
/* Payment page */
@media (min-width: 768px) {
  .payment-index-index .page-title-wrapper {
    margin: 20px 0 60px;
  }
  .payment-index-index .page-title-wrapper h1 {
    font-size: 30px;
    line-height: calc(40/30);
  }
}
.payment-index-index .page-title-wrapper {
  text-align: center;
}
.payment-index-index .page-title-wrapper h1 {
  color: #606060;
}
.payment-index-index .page-title-wrapper .feature-color {
  color: #684093;
}
@media (max-width: 767px) {
  .payment-index-index .page-title-wrapper {
    margin: 20px 0;
  }
  .payment-index-index .page-title-wrapper h1 {
    font-size: 25px;
    line-height: calc(33/25);
  }
}
@media (min-width: 768px) {
  #customer-payment-form .payment-step-title {
    font-size: 20px;
    line-height: calc(27/20);
  }
  #customer-payment-form .payment-step-1 {
    overflow: hidden;
    margin-bottom: 50px;
  }
  #customer-payment-form .payment-step-1 .field {
    max-width: calc(50% - 10px);
    width: 100%;
    float: left;
    margin-right: 10px;
  }
  #customer-payment-form .payment-step-1 .field.field-company,
  #customer-payment-form .payment-step-1 .field.field-email {
    margin-right: 0;
    margin-left: 10px;
  }
  #customer-payment-form .field {
    margin-bottom: 15px;
  }
  #customer-payment-form .payment-step-2 {
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px;
  }
  #customer-payment-form .payment-step-2 .field {
    max-width: calc(50% - 10px);
    width: 100%;
    float: left;
    margin-right: 10px;
  }
  #customer-payment-form .payment-step-2 .field.field-expiration-date,
  #customer-payment-form .payment-step-2 .field.field-verfication-number {
    margin-right: 0;
    margin-left: 10px;
  }
  #customer-payment-form .payment-step-3 .payment-step-title {
    margin-bottom: 35px;
  }
  #customer-payment-form .process-payment-description .actions-toolbar {
    margin: 10px 0;
  }
}
#customer-payment-form .payment-step-title {
  color: #636363;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #777;
  padding: 0 40px 10px 0;
  display: inline-block;
}
#customer-payment-form .payment-step-title::after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 4px;
  background: #684093;
  position: absolute;
  left: 0;
  bottom: -4px;
}
#customer-payment-form .step-1-extra {
  margin-top: 24px;
}
#customer-payment-form .step-1-extra p {
  margin-bottom: 0;
}
#customer-payment-form .field .control {
  margin-top: 10px;
}
#customer-payment-form .field.required .label {
  position: relative;
  padding-right: 10px;
}
#customer-payment-form .field.required .label::after {
  content: '*';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}
#customer-payment-form .payment-card-icons {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
#customer-payment-form .payment-card-icons img {
  display: block;
}
#customer-payment-form .payment-card-icons .card-icon {
  padding: 0 20px;
  border-right: 1px solid #5a5b5d;
}
#customer-payment-form .payment-card-icons .card-icon.visa {
  border-right: 0;
  padding-right: 0;
}
#customer-payment-form .payment-card-icons .card-icon.amex {
  padding-left: 0;
}
#customer-payment-form .step-2-extra {
  margin: 25px 0 20px;
}
#customer-payment-form .actions-toolbar .btn-process-payment {
  font-size: 14px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  #customer-payment-form .field {
    margin-bottom: 15px;
  }
  #customer-payment-form .payment-step-1,
  #customer-payment-form .payment-step-2 {
    margin-bottom: 30px;
  }
  #customer-payment-form .payment-step-3 .payment-step-title {
    margin-bottom: 30px;
  }
  #customer-payment-form .process-payment-description .actions-toolbar {
    margin: 25px 0 10px;
  }
}
/* End Payment page */
/* Become a supplier page */
.supplier-page ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.supplier-page img {
  display: block;
}
.supplier-page .supplier-banner h3,
.supplier-page .supplier-introduction h3 {
  margin-top: 0;
}
.supplier-page h2,
.supplier-page h3 {
  font-family: 'Gotham-Bold', sans-serif;
}
.supplier-banner {
  position: relative;
}
.supplier-banner .banner-link {
  text-transform: uppercase;
  color: #ffffff;
  background: #eb2435;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.supplier-banner .banner-link:hover {
  color: #ffffff;
}
.supplier-banner .banner-title {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.1);
}
.supplier-introduction {
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.16);
}
.supplier-introduction .introduction-list li {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.supplier-introduction .introduction-list li:last-child {
  margin-bottom: 0;
}
.supplier-introduction .introduction-list .list-icon {
  margin-right: 35px;
}
.supplier-commercial {
  text-align: center;
}
.supplier-register-form {
  border-top: 1px solid #ea2027;
  padding-top: 50px;
  text-align: center;
}
.supplier-register-form h2 {
  margin-top: 0;
  color: #ea2027;
  text-align: center;
}
.supplier-register-form .supplier-register-link {
  color: #ffffff;
  display: inline-block;
  background: #ea2027;
  padding: 0 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
@media (min-width: 768px) {
  .cms-become-a-supplier .page-main {
    padding: 0;
  }
  .supplier-page .supplier-content {
    padding: 0 20px;
  }
  .supplier-banner img {
    min-height: 894px;
    max-height: 894px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .supplier-banner .supplier-banner-content {
    position: absolute;
    top: 50%;
    left: 50px;
  }
  .supplier-banner .banner-title {
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .supplier-banner .banner-link {
    height: 68px;
    line-height: 68px;
    font-size: 25px;
    font-weight: normal;
    font-family: 'Gotham-Bold', sans-serif;
    display: inline-block;
    min-width: 300px;
    padding: 0 20px;
    text-align: center;
  }
  .supplier-introduction {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    margin: 50px 0;
    padding: 50px;
  }
  .supplier-introduction .introduction-list li {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    margin-bottom: 80px;
  }
  .supplier-introduction .introduction-list li:last-child {
    margin-bottom: 0;
  }
  .supplier-introduction .introduction-list .list-icon {
    margin-right: 35px;
  }
  .supplier-introduction h3 {
    font-size: 30px;
    line-height: 2;
    color: #ea2027;
    text-transform: uppercase;
  }
  .supplier-introduction p {
    font-size: 30px;
    line-height: calc(35/30);
    color: #484740;
    margin-bottom: 0;
  }
  .supplier-introduction .list-title {
    max-width: 60%;
    width: 100%;
  }
  .supplier-commercial {
    max-width: 75%;
    width: 100%;
    margin: 0 auto 100px;
  }
  .supplier-commercial p {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: calc(35/30);
    color: #484740;
  }
  .supplier-register-form h2 {
    font-size: 40px;
    line-height: 1.5;
  }
  .supplier-register-form .supplier-register-link {
    font-size: 25px;
    line-height: 68px;
    height: 68px;
  }
}
@media (min-width: 1024px) {
  .supplier-page .supplier-content {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .supplier-page .supplier-content {
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  .cms-become-a-supplier .page-main {
    padding: 0;
  }
  .supplier-page .supplier-content {
    padding: 0 15px;
  }
  .supplier-banner {
    margin-bottom: 35px;
  }
  .supplier-banner img {
    max-height: 375px;
    min-height: 375px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .supplier-banner .supplier-banner-content {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 75%;
  }
  .supplier-banner h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 25px;
  }
  .supplier-banner p {
    font-size: 14px;
    line-height: 1.2;
  }
  .supplier-banner .banner-title {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .supplier-banner .banner-link {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
  }
  .supplier-introduction {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 35px;
  }
  .supplier-introduction h3 {
    font-size: 18px;
    line-height: 1.2;
    color: #ea2027;
    margin-bottom: 15px;
  }
  .supplier-introduction p {
    font-size: 14px;
  }
  .supplier-introduction .list-icon img {
    max-width: 65px;
    width: 100%;
  }
  .supplier-introduction .introduction-list .list-icon {
    margin-right: 15px;
  }
  .supplier-commercial {
    margin-bottom: 35px;
  }
  .supplier-commercial p {
    font-size: 14px;
  }
  .supplier-register-form {
    padding-top: 35px;
  }
  .supplier-register-form .supplier-register-title {
    font-size: 25px;
  }
  .supplier-register-form .supplier-register-link {
    font-size: 18px;
    line-height: 48px;
    height: 48px;
  }
}
/* End Become a supplier page */
/* Catalogue Highlight page */
.cms-yesmedicalsuppliesbook .page-main {
  padding: 0;
}
.catalogue-highlights-page *:not(i) {
  font-family: 'Manrope', sans-serif;
}
.catalogue-highlights-page .catalogue-banner {
  background-size: cover;
}
.catalogue-highlights-page .catalogue-banner .catalogue-banner-link {
  text-align: center;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}
.catalogue-highlights-page .catalogue-banner .catalogue-banner-link a {
  color: #ffffff;
  background: #177998;
  text-transform: uppercase;
  padding: 10.5px 20px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.catalogue-highlights-page .catalogue-banner .catalogue-banner-link a:hover,
.catalogue-highlights-page .catalogue-banner .catalogue-banner-link a:focus {
  background: #13456e;
}
.catalogue-highlights-page .catalogue-banner .catalogue-banner-link a:hover .icon,
.catalogue-highlights-page .catalogue-banner .catalogue-banner-link a:focus .icon {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.catalogue-highlights-page .catalogue-banner .catalogue-banner-link .icon {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  margin-left: 10px;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
}
.catalogue-highlights-page .catalogue-banner .catalogue-banner-link i {
  font-size: 18px;
}
.catalogue-highlights-page .catalogue-title,
.catalogue-highlights-page .catalogue-subtitle {
  text-align: center;
}
.catalogue-highlights-page .catalogue-title {
  text-transform: uppercase;
  color: #13456e;
  margin-top: 0;
  font-weight: 700;
}
.catalogue-highlights-page .catalogue-items .item,
.catalogue-highlights-page .catalogue-items .catalogue-icon {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.catalogue-highlights-page .catalogue-items .item {
  border-bottom: 1px solid #707070;
}
.catalogue-highlights-page .catalogue-items .item:last-child {
  border-bottom: 0;
}
.catalogue-highlights-page .catalogue-items .item.freedom .catalogue-icon {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}
.catalogue-highlights-page .catalogue-items .catalogue-icon img:first-child {
  margin-right: 10px;
}
.catalogue-highlights-page .catalogue-content h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  text-align: center;
}
.catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a {
  font-size: 24px;
  width: 100%;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a.action-primary {
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
}
.catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a.action-primary:hover,
.catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a.action-primary:focus {
  color: #ffffff;
}
.catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a.action-secondary {
  height: 48px;
  line-height: 48px;
  background: #ffffff;
  border: 1px solid #a30264;
  color: #a30264;
  font-weight: 700;
}
.catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a.action-secondary:hover,
.catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a.action-secondary:focus {
  color: #ffffff;
  background: #684093;
  border: 1px solid #684093;
}
.catalogue-highlights-page .catalogue-highlight-bottom p {
  text-align: center;
}
@media (min-width: 768px) {
  .catalogue-highlights-page .catalogue-highlight {
    padding: 0 20px;
  }
  .catalogue-highlights-page .mobile-only {
    display: none !important;
  }
  .catalogue-highlights-page .catalogue-banner {
    padding: 90px 0 40px;
    margin-bottom: 75px;
  }
  .catalogue-highlights-page .catalogue-banner .catalogue-title {
    font-size: 50px;
    line-height: 1.2;
  }
  .catalogue-highlights-page .catalogue-banner .catalogue-subtitle {
    font-size: 24px;
    line-height: 2;
    margin-bottom: 40px;
  }
  .catalogue-highlights-page .catalogue-banner img {
    display: block;
    margin: 0 auto 42px;
    max-width: 496px;
  }
  .catalogue-highlights-page .catalogue-banner a {
    text-align: center;
  }
  .catalogue-highlights-page .catalogue-banner .catalogue-banner-link a {
    min-width: 350px;
  }
  .catalogue-highlights-page .catalogue-items {
    max-width: 1610px;
    width: 100%;
    margin: 0 auto;
  }
  .catalogue-highlights-page .catalogue-items .item {
    padding: 60px 0;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  .catalogue-highlights-page .catalogue-items .catalogue-image.image-right {
    order: 2;
  }
  .catalogue-highlights-page .catalogue-items .catalogue-image.image-right + .catalogue-content {
    order: 1;
  }
  .catalogue-highlights-page .catalogue-items .catalogue-image {
    max-width: 46.6%;
    width: 100%;
  }
  .catalogue-highlights-page .catalogue-items .catalogue-image img {
    display: block;
    width: 100%;
  }
  .catalogue-highlights-page .catalogue-items .catalogue-content {
    max-width: 44.6%;
    width: 100%;
  }
  .catalogue-highlights-page .catalogue-items .catalogue-content h3 {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .catalogue-highlights-page .catalogue-items .catalogue-content p {
    font-size: 30px;
    line-height: calc(1.33333333);
    margin-bottom: 50px;
  }
  .catalogue-highlights-page .catalogue-highlight-bottom {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
  }
  .catalogue-highlights-page .catalogue-highlight-bottom p {
    font-size: 30px;
    line-height: calc(1.16666667);
    margin-bottom: 50px;
  }
  .catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .catalogue-highlights-page .catalogue-highlight {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .catalogue-highlights-page .catalogue-highlight {
    padding: 0 45px;
  }
}
@media (max-width: 767.98px) {
  .catalogue-highlights-page .mobile-hidden {
    display: none !important;
  }
  .catalogue-highlights-page .catalogue-banner {
    padding: 40px 20px 20px;
    margin-bottom: 10px;
  }
  .catalogue-highlights-page .catalogue-banner .mobile-only {
    display: block;
    width: 100%;
  }
  .catalogue-highlights-page .catalogue-banner .catalogue-banner-link {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
  .catalogue-highlights-page .catalogue-banner .catalogue-banner-link a {
    width: 100%;
  }
  .catalogue-highlights-page .catalogue-banner .catalogue-title {
    font-size: 24px;
    line-height: calc(1.20833333);
    max-width: 305px;
    width: 100%;
    margin: 0 auto 18px;
  }
  .catalogue-highlights-page .catalogue-banner .catalogue-subtitle {
    font-size: 18px;
    line-height: 1;
    max-width: 200px;
    width: 100%;
    margin: 0 auto 50px;
  }
  .catalogue-highlights-page .catalogue-items .item {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    padding: 40px 0;
  }
  .catalogue-highlights-page .catalogue-items .item .catalogue-icon img {
    width: 11%;
    display: block;
  }
  .catalogue-highlights-page .catalogue-items h3 {
    font-size: 20px;
    line-height: 3;
  }
  .catalogue-highlights-page .catalogue-items p {
    font-size: 15px;
    line-height: calc(1.33333333);
  }
  .catalogue-highlights-page .catalogue-highlight {
    padding: 0 20px;
  }
  .catalogue-highlights-page .catalogue-highlight-bottom p {
    font-size: 15px;
    line-height: calc(1.33333333);
    max-width: 290px;
    width: 100%;
    margin: 0 auto 25px;
  }
  .catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a.action-primary,
  .catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a.action-secondary {
    font-size: 14px;
    line-height: 29px;
    height: 29px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
  }
}
/* End Catalogue Highlight page */
@media (max-width: 767.98px) {
  body.checkout-index-index .header-middle .call-us-mobile {
    display: block;
  }
}
/* Popup search result page */
@media (max-width: 1199.98px) {
  .search-promo-popup.modal-popup .modal-inner-wrap {
    width: 60%;
  }
}
/* End Popup search result page */
@media (min-width: 768px) {
  .page-main .testimonials_homepage_session {
    margin-bottom: 0;
    padding: 0;
  }
  .page-header .icon-top-account {
    height: 23px;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .page-main .testimonials_homepage_session {
    padding: 0;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 *
 * Author: Kevin
 * Date: 8/3/23, 10:04 AM
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 *
 * Author: Kevin
 * Date: 5/10/23, 6:08 PM
 */
.ves-megamenu .nav-item.active > a {
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .ves-megamenu.top-navigation > .navigation {
    padding: 0 45px;
  }
}
@media (min-width: 1261px) {
  body .sections.nav-sections {
    background: transparent;
    border-top: 1px solid #5e4080;
    border-bottom: 1px solid #5e4080;
  }
  body .ves-megamenu .navigation .level0 > a {
    color: #545453;
    font-family: 'Myriad Concept Roman', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 19px;
    line-height: 50px;
    letter-spacing: -.5px;
    padding: 0 15px;
    box-shadow: none !important;
  }
  body .ves-megamenu .navigation .level0 > a span {
    font-family: 'MyriadPro', sans-serif;
  }
  body .ves-megamenu .navigation .level0:hover > a {
    color: #a30264;
    box-shadow: none;
    font-weight: 600;
  }
  body .ves-megamenu .navigation .level0.category-item > a {
    position: relative;
    padding-left: 0;
  }
  body .ves-megamenu .navigation .level0.category-item > a:before {
    color: #a30264;
    font-weight: 700;
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
  }
  body .ves-megamenu .navigation .level0.category-item.current > a:before {
    content: '\f0d7';
  }
  body .ves-megamenu .navigation .level0:last-child > a.nav-anchor {
    padding-right: 0;
  }
  body .ves-megamenu .navigation .level0.active > a {
    background: 0 0;
    color: #5e4080;
  }
  body .ves-megamenu .submenu.dropdown-menu {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !important;
  }
  body .ves-megamenu .nav-item.subhover > .submenu {
    border-top: 1px solid #5e4080 !important;
  }
  body .menusub-category-session {
    height: 100vh;
    overflow: auto;
  }
  body .menusub-category-session .sub-cattitle {
    color: #a30264;
    font-size: 18px;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
    padding-left: 0;
  }
  body .menusub-category-session .sub-cattitle:before {
    display: none;
  }
  body .menusub-category-session > .container {
    max-width: 100%;
  }
  body .menusub-category .level1 .cat-name a {
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 15px;
    line-height: 1.17;
    color: #636464;
    padding-bottom: 8px;
  }
  body .menusub-category .level1 .img-item {
    height: 100px;
  }
  body .menusub-category .level1 .img-item img {
    max-height: 100px;
    max-width: 100%;
  }
  body .menusub-category .level-menu {
    width: calc(100% / 6);
    display: inline-block;
    margin-left: 0;
  }
  body .menusub-category .level-menu:after {
    display: none;
  }
  body .menusub-category .menusub-category-lv-2 .sub-cattitle a {
    color: #a30264;
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 18px;
    font-weight: 700;
  }
  body .menusub-category .backtolv1 {
    color: #a30264;
    padding: 10px 20px;
  }
  body .menusub-category .line-through-menu.visible-destop {
    display: inline-block !important;
  }
  body .menusub-category.active > .line-through-menu.visible-destop {
    display: none !important;
  }
  body .menusub-category.active .menusub-category-lv-2 > .line-through-menu.visible-destop {
    display: inline-block !important;
  }
}
@media (max-width: 1299px) and (min-width: 1261px) {
  body .ves-megamenu .navigation .level0 > a {
    font-size: 15px;
    padding: 0 23px;
  }
}
@media (max-width: 1260.98px) {
  .nav-sections-items .ves-megamenu > .navigation .login-menu + .nav-item {
    display: block;
    float: left !important;
    width: 100%;
  }
  .header.content .header-wrapper-left .nav-toggle {
    top: 18px;
    transform: unset;
    left: 15px;
  }
  .page-wrapper .page-header .header.content {
    padding: 10px 20px;
  }
  .page-header .logo-menutab .nav-toggle {
    margin-top: 3px;
  }
  .page-header .logo-menutab .nav-toggle:before {
    width: 9px;
    height: 17px;
    font-size: 28px;
    font-weight: 400;
    line-height: 24px;
    background-size: cover;
    background-position: center;
    padding: 0;
  }
  .page-header .menusub-category-session .level1.level-menu a {
    color: #48473e;
    padding-left: 30px;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Myriad Concept Roman', sans-serif;
  }
  .page-header .menusub-category-session .level1.level-menu a:hover {
    background: transparent;
    color: #48473e;
  }
  .page-header .menusub-category-session .level1.level-menu .icon-thmbnail-menu {
    display: block;
  }
  .page-header .menusub-category-session .level1 .cate-content > .cat-name > a:before {
    right: -15px;
  }
  .page-header .menusub-category-session .sub-cattitle,
  .page-header .menusub-category-session .img-item,
  .page-header .menusub-category-session .cate-content-lv-2 > a {
    display: none !important;
  }
  .navigation a {
    display: block;
  }
}
@media (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amcart-minipage-wrap .amcart-message-box {
    margin: 0 auto;
    max-width: initial;
    padding-bottom: 13px;
    position: relative;
    width: 400px;
  }
  .amcart-minipage-wrap .ampage-top-info {
    margin-top: 15px;
  }
  .amcart-product-notice {
    border-radius: 0 0 7px 7px;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #684093;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #684093;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #5e4080;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #684093;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #684093;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    min-width: 240px;
    padding-right: 40px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  .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: 100vw;
    padding-left: 45px;
    padding-right: 45px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #684093;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #684093;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #cccccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .amcart-message-box,
  .amcart-message-box .related {
    width: 462px;
  }
  .am-related-box,
  .am-related-box .related {
    width: 462px;
  }
  #confirmBox {
    max-height: 90vh;
  }
  #confirmBox .products-grid .product-item-actions {
    margin-top: 0;
  }
  #confirmOverlay.am-center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #confirmOverlay.am-right {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 230px;
  }
  #confirmOverlay.am-left {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 230px;
  }
  #confirmOverlay.am-top-right {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 130px 230px 0 0;
  }
  #confirmOverlay.am-top-left {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 130px 0 0 230px;
  }
  #confirmOverlay.am-top {
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 130px;
  }
  .amcart-message-box .products .product-item {
    margin: 0;
    width: 60%;
  }
  .am-related-box .related .products .item.product:hover .am-actions-wrapper {
    top: 0;
  }
  .am-related-box .related .products .product-item {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links {
    display: none;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links.am-actions-wrapper {
    display: block;
  }
  .amcart-confirm-buttons .button {
    width: 42%;
  }
  .amcart-confirm-buttons .am-btn-left {
    margin-right: 20px;
  }
  .amcart-confirm-buttons .timer {
    display: inline;
  }
  .am-slider.owl-carousel .owl-prev {
    margin-left: 10px;
  }
  .am-slider.owl-carousel .owl-next {
    margin-right: 10px;
  }
  .amcart-minipage-wrap .amcart-message-box {
    min-width: 700px;
  }
  .amcart-minipage-wrap .product-item-info {
    margin-top: 20px;
    min-height: 450px;
  }
  .amcart-minipage-wrap .am-photo-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amcart-minipage-wrap .am-photo-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    clear: both;
    justify-content: space-between;
    margin: 0 25px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    height: 70px;
    margin: 0;
    max-width: 305px;
  }
  .amcart-product-notice {
    font-size: 14px;
    padding: 20px 35px;
    width: initial;
  }
  .ampage-top-info {
    float: right;
    margin: 0;
    width: 50%;
  }
  .ampage-bottom-info {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .ampage-bottom-info .am-description {
    margin: 0;
  }
  .ampage-bottom-info .product-info-main {
    width: 100% !important;
  }
  .ampage-bottom-info .product-add-form {
    margin: 0;
    padding: 0;
  }
  .ampage-top-info .am-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .ampage-top-info .product-reviews-summary {
    margin-bottom: 10px;
  }
  .ampage-top-info .product-reviews-summary .action {
    margin-left: 10px;
  }
  .ampage-bottom-info .am-description {
    font-size: 14px;
    margin-top: 5px;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
  }
  .amcart-qty-wrap {
    margin: 0 0 0 25px;
  }
  .amcart-qty-wrap > .amcart-label {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .amcart-qty-wrap > .amcart-refresh {
    margin-left: 15px;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amquote-addto-button {
    width: 49%;
  }
  .amquote-action-wrap .action.tocart {
    width: 48%;
  }
  .amquote-cart-wrapper.minicart-wrapper {
    margin-bottom: 0;
    margin-right: 0;
  }
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
    margin: 0 5px 0 20px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart {
    width: 390px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:after,
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:before {
    transform: none;
  }
  .quote-details {
    padding: 0;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    flex-basis: auto;
  }
  .amasty_quote-cart-index .cart.main.actions .action:not(:last-child):not(:first-child) {
    margin: 0 5px 0 0;
  }
  .amasty_quote-cart-index .cart.main.actions button.action:not(:first-child):last-of-type {
    margin: 0;
  }
  .ves-megamenu .navigation .level0 .submenu a.ves-hover {
    padding: 0;
  }
  .scroll-to-fixed-fixed .level0 > a .cat-label {
    display: none;
  }
  .scroll-to-fixed-fixed.nav-sections-items {
    background: #f0f0f0;
  }
  .nav-sections-item-content .ves-megamenu {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .ves-megamenu .block-search {
    padding-left: 0;
  }
  .ves-megamenu.top-navigation > .navigation {
    padding: 0 20px;
    border: 0;
  }
  .ves-megamenu.has-title > .navigation {
    border-top: none;
  }
  .ves-megamenu.ves-horizontal > .navigation {
    border: 0;
  }
  .ves-megamenu.ves-offcanvas .level0 .submenu .nav-item > a,
  .ves-megamenu.ves-dhorizontal .level0 .submenu .nav-item > a {
    line-height: 36px;
  }
  .ves-megamenu.ves-offcanvas .level0 .submenu .nav-item > a .ves-caret,
  .ves-megamenu.ves-dhorizontal .level0 .submenu .nav-item > a .ves-caret {
    line-height: inherit;
  }
  .ves-megamenu .navigation {
    background: transparent;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: static;
    top: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation > ul {
    padding: 0;
  }
  .ves-megamenu .navigation .level0 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 5px 0 0;
    position: relative;
  }
  .ves-megamenu .navigation .level0 > a {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 0 15px;
    font-weight: 600;
  }
  .ves-megamenu .navigation .level0 > a .cat-label {
    position: absolute;
    top: -10px;
    right: 0;
    padding: 0 6px;
    font-size: 14px;
    line-height: 22px;
  }
  .ves-megamenu .navigation .level0 > a > span {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 > a > span.drill-opener,
  .ves-megamenu .navigation .level0 > a > span.opener {
    display: none;
  }
  .ves-megamenu .navigation .level0.current > a {
    background-color: #5bd2ec;
    color: #FFF;
  }
  .ves-megamenu .navigation .level0 .submenu {
    font-size: inherit;
  }
  .ves-megamenu .navigation .level0 .submenu .mega-col > .nav-item > a {
    border-left: 3px solid transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items a:hover {
    background: none;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .nav-item a {
    line-height: 45px;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a {
    border-bottom-color: #ddd;
    border-right-color: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a > .ves-caret {
    visibility: hidden;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .dynamic-active > a,
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .current.dynamic-active > a {
    background: #5bd2ec;
    border: 1px solid #DDD;
    color: #FFF;
    border-color: #5bd2ec;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .dynamic-active > a > .ves-caret,
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .current.dynamic-active > a > .ves-caret {
    visibility: visible;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items {
    float: right;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li > a {
    border-left: 1px solid #DDD;
    border-right-color: #DDD;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li > a > .ves-caret {
    float: left;
    margin-right: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li.dynamic-active > a {
    border-right-color: #DDD;
    border-left-color: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner:after,
  .ves-megamenu .navigation .level0 .submenu .submenu-inner:before {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .content-wrapper {
    float: left;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header {
    border-bottom: 1px solid #e6e6e6;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 12px;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header a:hover {
    background: #5bd2ec;
    color: #FFF;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer {
    float: left;
    margin-top: 20px;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer a:hover {
    background: #5bd2ec;
    color: #FFF;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header .links li,
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer .links li {
    padding: 0 5px;
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .feature-box-v3 a {
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget {
    position: relative;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav {
    top: -60px;
    right: 0;
    position: absolute;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav a {
    background: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav a:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .block-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .block-title strong {
    font-weight: 500;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a {
    padding: 0;
    border: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a:hover {
    background: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a.action {
    color: #999;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-image img {
    width: auto;
    float: none;
    display: inline-block;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-actions {
    margin-top: 0;
    position: relative;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item img.owl-lazy {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-details {
    text-align: center;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-details .price-box {
    color: #1979c3;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-photo {
    text-align: center;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .icon {
    position: absolute;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items {
    padding: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item {
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item .product-item-info {
    border: 1px solid transparent;
    padding: 10px;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item .product-item-info:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    margin: 0;
    border-color: #bbbbbb;
  }
  .ves-megamenu .navigation .level0 .submenu .nav-item.current > a {
    border-color: #ff5501;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items ul > .nav-item.current > a {
    border-color: transparent;
    border-bottom-color: #ddd;
  }
  .ves-megamenu .navigation .level0.submenu-left,
  .ves-megamenu .navigation .level0.submenu-right {
    position: static;
  }
  .ves-megamenu .navigation .level0 .ves-column1 > .item-content1 > .mega-col {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .ves-column1 > .item-content1 > .mega-col > .nav-item {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .ves-column2 > .item-content1 > .mega-col {
    width: 50%;
  }
  .ves-megamenu .navigation .level0 .ves-column3 > .item-content1 > .mega-col {
    width: 33.3333%;
  }
  .ves-megamenu .navigation .level0 .ves-column4 > .item-content1 > .mega-col {
    width: 25%;
  }
  .ves-megamenu .navigation .level0 .ves-column5 > .item-content1 > .mega-col {
    width: 20%;
  }
  .ves-megamenu .navigation .level0 .ves-column6 > .item-content1 > .mega-col {
    width: 16.6666%;
  }
  .ves-megamenu .navigation .level0 .ves-column7 > .item-content1 > .mega-col {
    width: 14.2857%;
  }
  .ves-megamenu .navigation .level0 .ves-column8 > .item-content1 > .mega-col {
    width: 12.5%;
  }
  .ves-megamenu .navigation .level0 .ves-column9 > .item-content1 > .mega-col {
    width: 11.1111%;
  }
  .ves-megamenu .navigation .level0 .ves-column10 > .item-content1 > .mega-col {
    width: 10%;
  }
  .ves-megamenu .navigation .level0 .ves-column11 > .item-content1 > .mega-col {
    width: 9.0909%;
  }
  .ves-megamenu .navigation .level0 .ves-column12 > .item-content1 > .mega-col {
    width: 8.3333%;
  }
  .ves-megamenu .navigation .nav-item {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v1 {
    background-color: #ff7214;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v1:before {
    border-top-color: #ff7214;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v2 {
    background-color: #b32e78;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v2:before {
    border-top-color: #b32e78;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v3 {
    background-color: #8bc556;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v3:before {
    border-top-color: #8bc556;
  }
  .ves-megamenu .navigation .nav-item.current > .submenu {
    display: block;
  }
  .ves-megamenu .navigation .nav-item > .submenu .item-content,
  .ves-megamenu .navigation .nav-item > .submenu .item-sidebar {
    float: left;
  }
  .ves-megamenu .navigation .nav-item > .submenu .item-content p > a,
  .ves-megamenu .navigation .nav-item > .submenu .item-sidebar p > a {
    padding: 0;
  }
  .ves-megamenu .navigation .nav-item.subgroup > .submenu {
    display: block;
    position: static;
    margin-bottom: 10px !important;
    border: 0;
    min-width: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu {
    border: 0;
    z-index: 99;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 23px;
  }
  .ves-megamenu .navigation .nav-item.submenu-right > .submenu {
    right: 0 !important;
    left: auto !important;
  }
  .ves-megamenu .navigation .nav-item.submenu-right > a > .ves-caret {
    float: left;
    margin-left: -15px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li:first-child > a {
    border-top: 1px solid #ddd;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li > a {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-indent: 10px;
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 45px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li > a .ves-caret {
    margin: 0;
    margin-right: 15px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content {
    width: 80%;
    padding-right: 0;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content > .nav-item {
    display: none;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content > .nav-item.dynamic-active {
    display: block;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items > ul > li {
    width: auto;
    margin-right: 10px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items > ul > li > a {
    border: 1px solid #DDD;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-content {
    width: 100%;
    float: left;
  }
  .ves-megamenu .navigation .level1 > a {
    font-size: 15px;
  }
  .ves-megamenu .navigation .level1 .cat-label:before {
    display: none;
  }
  .ves-megamenu .navigation .level1 .submenu {
    z-index: 99;
  }
  .ves-megamenu .navigation .level1 .ves-caret {
    float: right;
  }
  .ves-megamenu .navigation .level1 .submenu-right > a > .ves-caret {
    float: left;
    margin-left: -15px;
  }
  .ves-megamenu .navigation .level1 .submenu-right > .submenu {
    right: 100% !important;
  }
  .ves-megamenu a {
    color: #333;
    text-decoration: none;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }
  .ves-megamenu a:hover {
    text-decoration: none;
  }
  .ves-megamenu img:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .ves-megamenu.ves-vertical li.level0 {
    width: 100%;
    margin: 0;
    float: none !important;
    position: static !important;
  }
  .ves-megamenu.ves-vertical .navigation .nav-item > a {
    position: relative;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > a {
    padding-left: 25px;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > a > .ves-caret {
    position: absolute;
    left: 10px;
    right: auto;
    line-height: 50px;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0.submenu-left.subhover > .submenu {
    right: 100%;
    left: auto !important;
    top: 0;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > .submenu {
    top: 0;
    left: auto !important;
    right: 100%;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-left > a > .ves-caret {
    left: 10px;
    right: auto;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-right > a > .ves-caret {
    right: 10px;
    left: auto;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-right.subhover > .submenu {
    left: -100% !important;
    right: 100% !important;
  }
  .ves-megamenu.ves-dvertical-left .navigation .nav-item.level0 > a > .ves-caret {
    float: right;
    line-height: inherit;
  }
  .ves-megamenu.ves-dvertical-left .navigation .nav-item.level0.subhover > .submenu {
    right: 0;
    left: 100% !important;
    top: 0;
  }
  .ves-megamenu.ves-daccordion .navigation {
    overflow: hidden;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item {
    float: left;
    width: 100%;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item.current > .submenu {
    display: none;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item a {
    position: relative;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item .submenu {
    width: 100% !important;
    position: static;
    overflow: hidden !important;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item .submenu > .submenu-inner {
    padding: 0;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item.subhover > .submenu {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 {
    width: 100%;
    margin: 0;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 .ves-caret {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 .ves-caret.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .ves-ddrill {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
  }
  .ves-ddrill .navigation {
    background-color: #FFF;
  }
  .ves-ddrill .navigation.loaded > .dropdown-menu {
    width: 100% !important;
  }
  .ves-ddrill .navigation .subhover > .submenu {
    display: none;
  }
  .ves-ddrill .navigation > .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
  }
  .ves-ddrill .navigation .ves-caret {
    display: none;
  }
  .ves-ddrill .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px;
  }
  .ves-ddrill .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .ves-ddrill .navigation .nav-item > a {
    line-height: 50px;
    position: static;
    padding: 0 15px;
  }
  .ves-ddrill .navigation .nav-item > a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none;
  }
  .ves-ddrill .navigation .mega-col {
    padding: 0;
  }
  .ves-ddrill .navigation .level0 {
    border-top-color: #e5e5e5;
  }
  .ves-ddrill .navigation .opener {
    display: none;
  }
  .ves-ddrill .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute;
  }
  .ves-ddrill .navigation .drill-opener:before {
    content: "\e608";
  }
  .ves-ddrill .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none;
  }
  .ves-ddrill .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block !important;
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener:before {
    content: "\e617";
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener:after {
    display: none;
  }
  .ves-ddrill .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99;
  }
  .ves-ddrill .navigation .drilldown-back a .current-cat:before {
    display: none;
  }
  .ves-ddrill .drill-opener {
    display: block;
  }
  .ves-ddrill .navigation .nav-item > a span.drill-opener {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ves-ddrill .navigation .drilldown-back {
    display: block;
  }
  .ves-ddrill .navigation .drilldown-back > a > .drill-opener {
    line-height: 50px;
    width: 50px;
  }
  .ves-daccordion .navigation .ves-caret {
    display: block;
    line-height: inherit;
    width: 50px;
  }
  .ves-daccordion .navigation .level0 .submenu {
    overflow: hidden;
  }
  .ves-megamenu .navigation .level0.vertical-item .level1 > .item-content1 > .mega-col > .nav-item {
    position: static !important;
  }
  .ves-megamenu .navigation .level0.vertical-item {
    position: relative;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0.vertical-item > .submenu {
    padding: 0;
    box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
  }
  .ves-megamenu .navigation .level0.vertical-item > .submenu > .submenu-inner {
    padding: 0;
  }
  .ves-megamenu .navigation .level0.vertical-item > a {
    padding: 0 22px;
    margin: 0;
    background: #ff5501;
  }
  .ves-megamenu .navigation .level0.vertical-item > a:before {
    font-family: "FontAwesome";
    font-weight: normal;
    content: "\f0c9";
    margin-right: 8%;
    font-size: 16px;
  }
  .ves-megamenu .navigation .level0.vertical-item > a > .ves-caret {
    right: 10px;
    position: absolute;
    line-height: 50px;
  }
  .ves-megamenu.alway-show .navigation .level0.vertical-item > .submenu {
    display: block !important;
  }
  .ves-megamenu .header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    z-index: 30;
    display: none;
  }
  .ves-megamenu.megamenu-ultimo.ves-offcanvas .level0 .submenu .nav-item > a,
  .ves-megamenu.megamenu-ultimo.ves-dhorizontal .level0 .submenu .nav-item > a {
    line-height: 22px;
  }
  .ves-megamenu.megamenu-ultimo.ves-offcanvas .level0 .submenu .nav-item > a .ves-caret,
  .ves-megamenu.megamenu-ultimo.ves-dhorizontal .level0 .submenu .nav-item > a .ves-caret {
    line-height: inherit;
  }
  .ves-megamenu.megamenu-ultimo .navigation > ul {
    border-bottom: 5px solid #333333;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .mega-col > .nav-item > a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .nav-item.current > a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu a:hover {
    background: none;
    color: #5bd2ec;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header .links > li {
    padding: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header a,
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-footer a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header a:hover,
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-footer a:hover {
    background: #de2666;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .ves-caret {
    opacity: 0.3;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level1 .nav-item {
    padding-bottom: 5px;
  }
  .ves-megamenu.megamenu-porto .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 8px;
  }
  .ves-megamenu.megamenu-porto .navigation .nav-item .level1 .mega-col > .nav-item > a {
    padding: 3px 5px;
  }
  .ves-megamenu.food-menu .navigation {
    text-align: center;
  }
  .ves-megamenu.food-menu .navigation .level0 {
    float: none;
  }
  .ves-megamenu.food-menu .navigation .level0:hover > a {
    background: #FFF;
    color: #5bd2ec;
  }
  .ves-megamenu.food-menu .navigation .level0 > a {
    text-align: center;
    float: left;
    padding: 0;
  }
  .ves-megamenu.food-menu .navigation .level0 > a > span {
    float: left;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 {
    text-align: left;
  }
  .ves-megamenu.food-menu .navigation .level1 .icon-left {
    margin-right: 10px;
    float: left;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item {
    float: left;
    margin-bottom: 10px;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item a {
    float: left;
    padding: 0 10px;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item a > span {
    float: left;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #684093;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #684093;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #684093;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #684093;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #684093;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #684093;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #684093;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3.2rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Myriad Concept Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #a30264;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #a30264;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container {
    max-width: 1640px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
  }
  .page-main,
  .header.content,
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
  .breadcrumbs {
    max-width: 1820px;
    margin: -10px 0px 18px;
    padding: 0 !important;
  }
  #amgroupcat-form {
    width: 700px;
  }
  .catalog-product-view .productquickinfo {
    border-top: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 0;
  }
  .catalog-product-view .productquickinfo .productquickinfo-top {
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
  }
  .catalog-product-view .productquickinfo .productquickinfo-top .product-code {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 27.31px;
    letter-spacing: 0;
    margin-right: 20px;
    color: #5b5b5b;
    text-transform: uppercase;
    float: left;
  }
  .catalog-product-view .productquickinfo .productquickinfo-top .product-code span {
    font-weight: bold;
  }
  .catalog-product-view .productquickinfo .productquickinfo-top .product-video-btn {
    white-space: nowrap;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom .stock-status {
    margin-bottom: 20px;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom .stock-status .stock-label {
    font-family: 'Gotham-Light', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #525252;
    display: inline-block;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom .stock-status .product-stock {
    padding: 6px 12px 6px 30px;
    border-radius: 20px;
    background: #f5f5f5;
    color: #000000;
    text-transform: capitalize;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    display: block;
    text-align: start;
    max-width: min-content;
    white-space: nowrap;
    margin: unset;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom .stock-status .product-stock:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom .stock-status .product-stock .stock-label {
    margin-right: 6px;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom .stock-status .product-stock.available:before {
    background-color: #15a33b;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom .stock-status .product-stock.unavailable:before,
  .catalog-product-view .productquickinfo .productquickinfo-bottom .stock-status .product-stock.outofstock:before {
    background-color: #fa7f0e;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom .stock-status .product-stock.no-eta:before {
    background-color: red;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom .shipping-date-estimate .ship-date,
  .catalog-product-view .productquickinfo .productquickinfo-bottom .shipping-date-estimate .shipping-tooltip a {
    font-family: 'Gotham-Light', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #525252;
    display: inline-block;
    text-transform: capitalize;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom .shipping-date-estimate .shipping-tooltip a {
    color: #684093;
    text-decoration: underline;
  }
  .catalog-product-view .product-info-main .ordering-options-product h2,
  .catalog-product-view .product-info-main .ordering-options-product .table-wrapper.grouped {
    display: none;
  }
  .catalog-product-view .page-title-wrapper {
    padding-bottom: 14px;
  }
  .catalog-product-view .page-title-wrapper h1 {
    font-size: 24px;
    line-height: 40.57px;
    font-family: 'Gotham-Bold', sans-serif;
    color: #525252;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .catalog-product-view .product-add-form .box-tocart {
    margin: 35px 0 0;
  }
  .catalog-product-view .product-add-form .box-tocart.simplelayout {
    width: 100%;
  }
  .catalog-product-view .product-add-form .box-tocart.simplelayout .qty-action .custom-action-addtocart {
    width: auto;
    padding: 0 50px;
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    margin: 0;
    font: 600 18px/27px 'Manrope', sans-serif;
    text-transform: unset;
  }
  .catalog-product-view .product-add-form .box-tocart.simplelayout .product-detail-btn {
    display: flex;
  }
  .catalog-product-view .product-add-form .box-tocart .actions {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
  }
  .catalog-product-view .product-add-form .box-tocart button.amquote-addto-button {
    margin: 0;
    height: 56px;
    line-height: 1;
    border: 0;
    width: 78px;
    background: #f8f8f8;
    padding: 0;
    box-shadow: none;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 15px;
  }
  .catalog-product-view .product-add-form .box-tocart .amasty-hide-price-container {
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
  }
  .catalog-product-view .product-add-form .box-tocart button.action.tocart,
  .catalog-product-view .product-add-form .box-tocart .amasty-hide-price-container {
    width: auto;
    padding: 0 50px;
    white-space: nowrap;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    height: 56px;
    line-height: 1;
    margin: 0;
    text-transform: unset;
    font-size: 20px;
    line-height: 27px;
    background-color: #684093;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
  }
  .catalog-product-view .product-add-form .box-tocart button.action.tocart .tocart-text,
  .catalog-product-view .product-add-form .box-tocart .amasty-hide-price-container .tocart-text {
    padding-left: 10px;
  }
  .catalog-product-view .product-add-form .box-tocart .fieldset {
    margin-bottom: 0;
  }
  .catalog-product-view .product-add-form .ordering-options-product-custom + .box-tocart .actions {
    justify-content: end;
    -webkit-justify-content: end;
    -moz-justify-content: end;
    -ms-justify-content: end;
  }
  .catalog-product-view .add-to-quote {
    margin-left: 10px;
  }
  .catalog-product-view .add-to-quote button {
    font-size: 14px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
  }
  .catalog-product-view .add-to-quote button:hover,
  .catalog-product-view .add-to-quote button:focus,
  .catalog-product-view .add-to-quote button:active {
    color: #ffffff;
  }
  .catalog-product-view .owl-buttons {
    display: none;
  }
  .catalog-product-view .owl-carousel:hover .owl-buttons {
    display: block;
  }
  .catalog-product-view .owl-item {
    text-align: center;
  }
  .catalog-product-view .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #869791;
    font-size: 40px;
    line-height: 300px;
    margin: 0;
    padding: 0 60px;
    position: absolute;
    top: 0;
  }
  .catalog-product-view .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    padding-left: 20px;
  }
  .catalog-product-view .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    padding-right: 20px;
  }
  .catalog-product-view .column.main {
    position: relative;
  }
  .catalog-product-view .quick-info-block {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: space-between;
  }
  .catalog-product-view .quick-info-block .product-stock {
    color: #4f8a10;
    background: #dff2bf;
    padding: 5px;
    border-radius: 13px;
  }
  .catalog-product-view .quick-info-block .stock-shipping-info span {
    font-size: 25px;
  }
  .catalog-product-view .quick-info-block .shipping-date-estimate span {
    font-size: 25px;
  }
  .catalog-product-view .quick-info-block .shipping-date-estimate a {
    color: #684093;
    text-decoration: underline;
    font-size: 18px;
  }
  .catalog-product-view .quick-info-block .product-video-btn span {
    font-size: 25px;
  }
  .catalog-product-view .overview-content .product-description p {
    color: #684093;
    font-size: 25px;
  }
  .catalog-product-view .overview-content .product-description ul li {
    font-size: 16px;
    font-family: 'Gotham-Light', sans-serif;
    line-height: 13px;
    font-weight: 600;
    list-style-type: none;
    position: relative;
    margin-bottom: 8px;
  }
  .catalog-product-view .overview-content .product-description ul li:before {
    content: '\f192';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    font-size: 10px;
    font-weight: 500;
    color: #684093;
  }
  .catalog-product-view .product-add-form .box-tocart .actions {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
  }
  .catalog-product-view .product-add-form .box-tocart .actions i.far.fa-star {
    font-size: 40px;
    padding: 4px;
    margin-left: 15px;
  }
  .catalog-product-view .block.related .block-actions,
  .catalog-product-view .block.related .field.choice.related {
    display: none;
  }
  .catalog-product-view .block.related .product-item-name {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
  }
  .catalog-product-view .block.related a span {
    color: #684093;
    font-weight: 700;
  }
  .catalog-product-view .block.related .read-more-button {
    font-size: 20px;
    color: #684093;
  }
  .catalog-product-view .product.attribute.overview p {
    color: #684093;
    font-size: 30px;
    font-weight: 600;
  }
  .catalog-product-view .product.attribute.overview ul {
    padding-left: 15px;
  }
  .catalog-product-view .product.attribute.overview ul li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
  }
  .catalog-product-view .product.attribute.overview ul li:before {
    content: '\f111';
    position: absolute;
    font-size: 6px;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Pro';
    color: #684093;
    font-weight: 700;
  }
  .catalog-product-view .products-grid .product-item {
    width: 20%;
  }
  .catalog-product-view .product-item-info {
    width: 100%;
  }
  .catalog-product-view .product-item-info .product-item-link {
    font-size: 19px;
    font-family: 'Gotham-Light', sans-serif;
    line-height: 1.744;
    font-weight: 700;
  }
  .catalog-product-view .footer-top {
    display: none;
  }
  .page-products .sidebar.sidebar-main,
  .searchanise-result-index .sidebar.sidebar-main {
    width: 16%;
    padding-right: 0;
  }
  .page-products .column.main,
  .searchanise-result-index .column.main {
    width: 84%;
    margin-left: 0;
    padding-left: 20px;
  }
  .ves-megamenu.top-navigation > .navigation {
    padding: 0 45px;
    border: 0;
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 0px;
  }
}
@media (min-width: 768px) and (max-width: 767px), print and (max-width: 767px) {
  .catalog-product-view .product-add-form .ordering-options-product-custom + .box-tocart .actions {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    flex-direction: row-reverse;
  }
  .catalog-product-view .product-add-form .ordering-options-product-custom + .box-tocart .actions > * {
    width: 48% !important;
  }
}
@media (min-width: 1024px), print {
  .amcart-minipage-wrap .amcart-message-box {
    width: 820px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    margin: 0 35px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    max-width: 355px;
  }
  .amcart-minipage-wrap .am-photo-container {
    padding: 0 25px 0 35px;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    text-align: left;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 35px 0 0;
  }
  .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%;
  }
  .amgroupassign-groupcode {
    max-width: 105px;
    margin: 0 16px 0 0;
  }
  .amgroupassign-li-nav {
    align-items: center;
    flex-direction: row;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-main,
  .header.content,
  .container {
    padding: 0 30px;
  }
  .page-products .products-grid .product-item {
    padding: 0;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    padding: 20px 20px 30px 20px;
  }
}
@media (min-width: 1200px), print {
  .page-main,
  .header.content,
  .container {
    padding: 0 45px;
  }
}
@media (min-width: 1280px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1439px), print {
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: -webkit-calc((100% - 4%)/3);
    width: -moz-calc((100% - 4%)/3);
    width: calc((100% - 4%)/3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
