/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media (max-width: 991px) {
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
    color: #777;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e81c';
    font-family: 'porto-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: '\e81b';
  }
  .nav-sections {
    -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);
    background-color: #f6f6f6;
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #dddddd;
    font-weight: 400;
    margin: 0;
    padding: 12px 20px;
    height: auto;
    color: #777;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 0.25em;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 0.5em 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    color: #777777;
  }
  .nav-sections .header.links li {
    border-bottom: 1px solid #dddddd;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #777777;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a:hover {
    color: #0088cc !important;
  }
  .nav-before-open {
    height: 100%;
    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);
    overflow: visible;
  }
  .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.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  header.page-header .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  header.page-header .nav-sections-items:before,
  header.page-header .nav-sections-items:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-items:after {
    clear: both;
  }
  header.page-header .nav-sections-item-title {
    background: #0088cc;
    border: solid rgba(255, 255, 255, 0.3);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  header.page-header .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  header.page-header .nav-sections-item-title.active > a,
  header.page-header .nav-sections-item-title.active > a:hover,
  header.page-header .nav-sections-item-title.active > a:focus {
    color: #0088cc;
  }
  header.page-header .nav-sections-item-title > a,
  header.page-header .nav-sections-item-title > a:hover,
  header.page-header .nav-sections-item-title > a:focus {
    color: #ffffff;
  }
  header.page-header .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
  }
  header.page-header .nav-sections-item-content:before,
  header.page-header .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-item-content:after {
    clear: both;
  }
  header.page-header .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 0.5em;
    padding-right: 0;
    padding-bottom: 0.5em;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #dddddd;
    font-size: 1.3rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 2em 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #777777;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    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;
  }
  .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 #dddddd;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #777777;
  }
  .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: #777777;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #777777;
  }
  .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;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .navigation a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation a:hover {
    color: #0088cc !important;
  }
  .navigation li.level0 {
    line-height: 16px;
  }
  .navigation li.level0:first-child {
    border-top: 0;
  }
  .navigation li.level0 > a.level-top {
    padding: 13px 36px 13px 15px;
  }
  .navigation li.level0 > a.ui-state-active {
    color: #000;
    font-weight: 600;
  }
  .navigation li.level0 > a.ui-state-active,
  .navigation li.level0 > a.ui-state-active + .submenu {
    background-color: #eeeeee;
  }
  .navigation li.level0.active .all-category .ui-state-focus,
  .navigation li.level0.active > a:not(.ui-state-active),
  .navigation li.level0.has-active > a:not(.ui-state-active),
  .navigation li.level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation li.level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    border-left: 0;
    margin-left: 0;
  }
  .navigation li.level0 > .ui-menu-item > a {
    font-weight: 400;
  }
  .navigation li.level0 .ui-menu-item > a:before {
    content: '\f801';
    display: inline;
    font-family: 'porto-icons';
    margin-right: 10px;
    font-size: 16px;
    vertical-align: top;
    color: #aaaaaa;
  }
  .navigation li.level0 ul.level0 > .level1 {
    font-weight: 400;
  }
  .navigation ul.submenu,
  .navigation ul.submenu:not(:first-child) {
    padding-left: 15px;
  }
  .navigation ul.submenu .active > a,
  .navigation ul.submenu:not(:first-child) .active > a,
  .navigation ul.submenu .level1.active > a,
  .navigation ul.submenu:not(:first-child) .level1.active > a {
    padding-left: 15px;
    border: 0;
    font-weight: 600;
  }
  .navigation ul.submenu > li {
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
    z-index: 5;
  }
  .navigation {
    background: transparent;
    font-size: 12px;
    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 0.5em 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: 46px;
    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: #777777;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #777777;
    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: '\e81c';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 0 solid #0088cc;
    box-shadow: 0 0.25em 0.25em 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: #0088cc;
    color: #0088cc;
    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: #777777;
    padding: 9px 5px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #f4f4f4;
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\f801';
    font-family: 'porto-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: 'porto-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;
    margin: 0;
    vertical-align: middle;
  }
  .navigation li.level0 {
    transition-delay: 0.3s;
    margin-right: 0;
  }
}
html,
body {
  padding: 0 !important;
}
.ortho-container {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .ortho-container {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .ortho-container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .ortho-container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .ortho-container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .ortho-container {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .ortho-container {
    padding: 20px 10px;
  }
}
.custome-notice {
  background-color: #cdfaef;
  padding: 5px 50px;
  margin: auto;
}
@media screen and (min-width: 1251px) {
  .custome-notice #ortho-marqueeInterval {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .custome-notice {
    padding: 5px 5px !important;
  }
  .custome-notice #ortho-withoutmarqueeInterval {
    display: none;
  }
}
@media screen and (max-width: 993px) {
  .custome-notice {
    padding: 5px 5px !important;
  }
}
.custome-notice .marqueeStyle {
  overflow: hidden;
  display: flex;
}
.custome-notice .marqueeStyle div {
  white-space: nowrap;
  padding-right: 50px;
}
.custome-notice .header-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .custome-notice .header-right {
    display: none;
  }
}
.custome-notice .header-right a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: unset;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  background: transparent;
  color: #070707;
}
@media screen and (max-width: 992px) {
  .page-header .nav-sections {
    background-color: #ffffff;
  }
  .page-header .nav-sections .nav-sections-items {
    height: 100vh;
  }
  .page-header .nav-sections .nav-sections-items .nav-sections-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90vh;
  }
  .page-header .nav-sections .nav-sections-items .nav-sections-item-content::before,
  .page-header .nav-sections .nav-sections-items .nav-sections-item-content::after {
    display: none;
  }
}
.page-header .header-main {
  background-color: white;
  box-shadow: 0px 5px 8px 0px #0000000d;
}
.page-header .header-main .header.content {
  flex-direction: column;
  padding: 0;
}
.page-header .header-main .header.content::before,
.page-header .header-main .header.content::after {
  display: none;
}
.page-header .header-main .header.content .header-wrapper {
  padding-left: 35px;
  padding-right: 50px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .page-header .header-main .header.content .header-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-header .header-main .header.content .header-wrapper .header-left {
  display: flex;
}
@media screen and (min-width: 992px) {
  .page-header .header-main .header.content .header-wrapper .header-left li.bulk-order-mobile {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .page-header .header-main .header.content .header-wrapper .header-left {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-header .header-main .header.content .header-wrapper .header-left .nav-sections-item-title {
    height: 48px;
    padding-top: 12px;
  }
  .page-header .header-main .header.content .header-wrapper .header-left .nav-sections-item-title a.nav-sections-item-switch {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .header-main .header.content .header-wrapper .header-left .logo {
    max-width: 125px !important;
  }
}
.page-header .header-main .header.content .header-wrapper .header-left .navigation .ui-menu-item.parent {
  position: relative !important;
}
.page-header .header-main .header.content .header-wrapper .header-left .navigation .ui-menu-item.parent .subchildmenu .ui-menu-item {
  width: 100% !important;
}
.page-header .header-main .header.content .header-wrapper .header-left .navigation .ui-menu-item.parent .level0.submenu.opened .container .menu-top-block ul.subchildmenu.col-md-12.mega-columns.columns1 {
  padding-left: 5px;
}
.page-header .header-main .header.content .header-wrapper .header-left .navigation .ui-menu-item.parent .row ul.subchildmenu.col-md-12.mega-columns.columns1 li.ui-menu-item.level1.parent {
  padding-left: 2px;
}
.page-header .header-main .header.content .header-wrapper .header-left .navigation .ui-menu-item.parent .row ul.subchildmenu.col-md-12.mega-columns.columns1 li.ui-menu-item.level1.parent a[title="Prefabricated Insoles"] {
  padding-left: 13px;
}
.page-header .header-main .header.content .header-wrapper .header-left .navigation .ui-menu-item.parent .row .subchildmenu .ui-menu-item.parent {
  padding-right: 0;
}
.page-header .header-main .header.content .header-wrapper .header-left .navigation .ui-menu-item.parent .row .subchildmenu .ui-menu-item.parent .subchildmenu .ui-menu-item a {
  padding-left: 12px;
}
@media screen and (min-width: 992px) {
  .page-header .header-main .header.content .header-wrapper .header-left .nav-sections {
    background-color: transparent !important;
  }
  .page-header .header-main .header.content .header-wrapper .header-left .nav-sections .ui-menu-item.parent .submenu {
    min-width: 207px !important;
  }
  .page-header .header-main .header.content .header-wrapper .header-left .nav-sections .ui-menu-item.parent .submenu li {
    padding: 8px 10px 0;
  }
  .page-header .header-main .header.content .header-wrapper .header-left .nav-sections .ui-menu-item.parent .submenu li a {
    font-size: 13px !important;
    font-weight: 500 !important;
  }
  .page-header .header-main .header.content .header-wrapper .header-left .nav-sections .ui-menu-item.parent .submenu li a:hover > span {
    text-decoration: none;
  }
}
.page-header .header-main .header.content .header-wrapper .header-right {
  display: flex;
}
.page-header .header-main .header.content .header-wrapper .header-right .search-area .autocomplete-suggestion .suggestion-left img.img-responsive {
  position: unset !important;
}
.page-header .header-main .header.content .header-wrapper .header-right .search-area .autocomplete-suggestion.autocomplete-selected {
  background: #7de3cd !important;
}
.page-header .header-main .header.content .header-wrapper .header-right .search-area .block-search input {
  border-radius: 25px;
}
.page-header .header-main .header.content .header-wrapper .header-right .search-area .search-toggle-icon {
  line-height: 29px;
}
@media screen and (max-width: 992px) {
  .page-header .header-main .header.content .header-wrapper .header-right .search-area .search-toggle-icon {
    line-height: 46px;
  }
}
@media screen and (max-width: 425px) {
  .page-header .header-main .header.content .header-wrapper .header-right .search-area .search-toggle-icon {
    line-height: 49px;
  }
}
.page-header .header-main .header.content .header-wrapper .header-right .search-area .search-toggle-icon::after {
  border-bottom-color: #000000;
}
.page-header .header-main .header.content .header-wrapper .header-right .search-area .block.block-search {
  border: 1px solid #000000;
}
.page-header .header-main .header.content .header-wrapper .header-right .search-area .autocomplete-suggestions {
  border-radius: 10px !important;
}
@media screen and (max-width: 992px) {
  .page-header .header-main .header.content .header-wrapper .header-right .search-area .block.block-search {
    min-width: 300px !important;
    right: -116px;
  }
}
@media screen and (max-width: 425px) {
  .page-header .header-main .header.content .header-wrapper .header-right .search-area .block.block-search {
    min-width: 280px !important;
    right: -97px;
  }
}
.page-header .header-main .header.content .header-wrapper .header-right .header-contact a,
.page-header .header-main .header.content .header-wrapper .header-right .search-area a,
.page-header .header-main .header.content .header-wrapper .header-right .minicart-wrapper a.showcart .minicart-icon {
  font-size: 24px;
}
.page-header .header-main .header.content .header-wrapper .header-right a.my-account,
.page-header .header-main .header.content .header-wrapper .header-right a.bulk-order {
  text-align: center;
  line-height: 13px;
}
.page-header .header-main .header.content .header-wrapper .header-right a.my-account span,
.page-header .header-main .header.content .header-wrapper .header-right a.bulk-order span {
  color: #777777;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .page-header .header-main .header.content .header-wrapper .header-right a.my-account span,
  .page-header .header-main .header.content .header-wrapper .header-right a.bulk-order span {
    display: none;
  }
}
.page-header .header-main .header.content .header-wrapper .header-right a.my-account img,
.page-header .header-main .header.content .header-wrapper .header-right a.bulk-order img {
  margin-bottom: 0;
  width: 20px;
  height: 27px;
}
@media screen and (max-width: 992px) {
  .page-header .header-main .header.content .header-wrapper .header-right a.my-account,
  .page-header .header-main .header.content .header-wrapper .header-right a.bulk-order {
    line-height: unset;
  }
}
.page-header .header-main .header.content .header-wrapper .header-right div.minicart {
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 15px;
  margin-left: 16px;
}
@media screen and (max-width: 992px) {
  .page-header .header-main .header.content .header-wrapper .header-right div.minicart {
    height: 28px;
    margin-right: 20px;
    margin-left: 7px;
  }
}
.page-header .header-main .header.content .header-wrapper .header-right div.minicart::after,
.page-header .header-main .header.content .header-wrapper .header-right div.minicart::before {
  display: none;
}
.page-header .header-main .header.content .header-wrapper .header-right div.minicart div.minicart-wrapper {
  display: flex;
  justify-content: center;
  margin-left: 0;
  margin-top: 3px;
  top: 0 !important;
}
@media screen and (max-width: 992px) {
  .page-header .header-main .header.content .header-wrapper .header-right div.minicart div.minicart-wrapper {
    margin-top: 9px;
  }
}
.page-header .header-main .header.content .header-wrapper .header-right div.minicart div.minicart-wrapper span.counter.qty {
  right: -9px;
  top: -6px;
}
@media screen and (max-width: 992px) {
  .page-header .header-main .header.content .header-wrapper .header-right div.minicart div.minicart-wrapper span.counter.qty {
    right: -8px;
    font-size: 5px;
    font-weight: 500;
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
}
.page-header .header-main .header.content .header-wrapper .header-right div.minicart div.minicart-wrapper span.counter.qty span.counter-number {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
.page-header .header-main .header.content .header-wrapper .header-right div.minicart div.minicart-wrapper img {
  width: 18px;
  margin-top: 2.5px;
}
.page-header .header-main .header.content .header-wrapper .header-right div.minicart div.minicart-wrapper a.showcart::after {
  position: absolute;
  right: -16px;
  top: 2px;
}
@media screen and (max-width: 992px) {
  .page-header .header-main .header.content .header-wrapper .header-right div.minicart div.minicart-wrapper a.showcart::after {
    right: -18px;
  }
}
.page-header .header-main .header.content .header-wrapper .header-right div.minicart span.cart-text {
  color: #777777;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 16px;
}
@media screen and (max-width: 992px) {
  .page-header .header-main .header.content .header-wrapper .header-right div.minicart span.cart-text {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .page-header .header-main .header.content .header-wrapper .header-right {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .page-header .header-main .header.content .header-wrapper .header-right {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .page-header .header-main .header.content .header-wrapper .header-right .wishlist,
  .page-header .header-main .header.content .header-wrapper .header-right a.bulk-order {
    display: none;
  }
  .page-header .header-main .header.content .header-wrapper .header-right .header-contact .my-account {
    margin-left: 0px !important;
  }
}
.page-header .header-main .header.content .header-wrapper .nav-sections {
  flex: 1;
}
@media screen and (min-width: 1400px) {
  .page-header .header-main .header.content .header-wrapper .nav-sections {
    margin-left: 2.5vw;
  }
}
@media screen and (min-width: 992px) {
  .page-header .header-main .header.content .header-wrapper .nav-sections {
    margin-left: 0.5vw;
  }
}
.page-header .header-main .header.content .header-wrapper .logo {
  max-width: 180px;
}
@media screen and (max-width: 1600px) {
  .page-header .header-main .header.content .header-wrapper .logo {
    max-width: 175px;
  }
}
.page-header .header-main .header.content .header-wrapper .logo img {
  width: 100%;
}
.page-header .header-main .header.content .header-wrapper .ui-menu-item a.level-top {
  font-size: 14px;
  padding: 9px 10px;
}
@media screen and (max-width: 992px) {
  .page-header .header-main .header.content .header-wrapper .ui-menu-item a.level-top {
    padding: 13px 10px;
  }
}
.page-header .header-main .header.content .header-wrapper .ui-menu-item a.level-top span {
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .page-header .header-main .header.content .header-wrapper .ui-menu-item:first-child {
    border-top: 1px solid #ddd !important;
  }
  .page-header .header-main .header.content .header-wrapper .ui-menu-item a {
    color: #21293c !important;
  }
  .page-header .header-main .header.content .header-wrapper .ui-menu-item a::before {
    color: #21293c;
  }
}
.page-header .header-main .header.content .header-wrapper ul.header.links li a {
  color: #21293c !important;
  padding: 13px 10px;
  font-size: 14px;
  font-weight: 600;
}
.page-header .header-main .header.content .header-wrapper ul.header.links li a span {
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .page-header .header-main .header.content .header-wrapper .subchildmenu .ui-menu-item:first-child {
    border-top: none !important;
  }
}
@media screen and (max-width: 991px) {
  .page-header .header-main .header.content .header-wrapper .nav-sections-item-content .navigation li.level0 > a.ui-state-active,
  .page-header .header-main .header.content .header-wrapper .nav-sections-item-content .navigation li.level0 > a.ui-state-active + .submenu {
    background-color: #fff;
  }
  .page-header .header-main .header.content .header-wrapper .nav-sections-item-content .mobile-header-contact .header-contact-us {
    width: 100%;
    max-width: 380px;
    padding: 10px;
  }
  .page-header .header-main .header.content .header-wrapper .nav-sections-item-content .mobile-header-contact .header-contact-us .header-title {
    text-align: center;
    position: relative;
  }
  .page-header .header-main .header.content .header-wrapper .nav-sections-item-content .mobile-header-contact .header-contact-us .header-title::after,
  .page-header .header-main .header.content .header-wrapper .nav-sections-item-content .mobile-header-contact .header-contact-us .header-title::before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #e0e0e0;
    left: 0%;
    right: 0%;
    top: 10.5px;
    z-index: -1;
  }
  .page-header .header-main .header.content .header-wrapper .nav-sections-item-content .mobile-header-contact .header-contact-us .header-title h2 {
    line-height: 21px;
    font-size: 15px;
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 0;
    font-weight: 400;
  }
  .page-header .header-main .header.content .header-wrapper .nav-sections-item-content .mobile-header-contact .header-contact-us .header-right {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-direction: column;
  }
  .page-header .header-main .header.content .header-wrapper .nav-sections-item-content .mobile-header-contact .header-contact-us .header-right div {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .page-header .header-main .header.content .header-wrapper .nav-sections-item-content .mobile-header-contact .header-contact-us .header-right .my-account {
    margin-bottom: 5px;
  }
}
.page-header .header-main .header.content .resources-dropdown {
  width: 100%;
}
.page-header .header-main .header.content .resources-dropdown div[data-content-type="html"] {
  width: 100%;
}
.page-header .header-main .header.content .resources-dropdown div[data-content-type="html"] .header-container {
  width: 100%;
}
.page-header .header-main .minicart-wrapper .block-minicart .actions .primary button#top-cart-btn-checkout {
  background-color: #26bd9a !important;
}
.page-header .header-main .minicart-wrapper .product .actions > .secondary {
  right: 5px;
}
.page-header .header-main .minicart-wrapper .bulkorder-action,
.page-header .header-main .minicart-wrapper .view-edit-action {
  padding-bottom: 0 !important;
  text-align: center;
}
.page-header .header-main .header-contact .my-account {
  margin-left: 0.89rem !important;
}
@media screen and (max-width: 425px) {
  .page-header .header-main .header-left .logo {
    max-width: 115px !important;
  }
  .page-header .header-main .search-area {
    padding-left: 5px !important;
  }
  .page-header .header-main .header-contact .my-account {
    margin-left: 2px !important;
  }
  .page-header .header-main .page-header.type3 .minicart-wrapper {
    margin-left: 5px !important;
  }
  .page-header .header-main .nav-toggle {
    margin: 0 !important;
  }
  .page-header .header-main .header-right .search-area a {
    font-size: 18px !important;
  }
  .page-header .header-main .my-account i {
    font-size: 19px !important;
    margin-top: 3px !important;
  }
}
.page-header .porto-icon-magnifier {
  line-height: 29px !important;
}
.page-header .porto-icon-magnifier::before {
  content: url("../images/search.svg") !important;
  transform: scale(0.9);
}
.page-header .porto-icon-user-2:before {
  content: url("../images/user.svg") !important;
}
.page-header .porto-icon-wishlist-2:before {
  content: url("../images/whishlist.svg") !important;
}
.page-header .porto-icon-shopping-cart:before {
  content: url("../images/cart.svg") !important;
}
.page-header .nav-toggle {
  margin: 0;
  padding: 0 5px 0 0;
}
.page-header .nav-toggle::before {
  content: url("../images/menu.svg") !important;
  font-size: 10px !important;
  line-height: 0;
  transform: scale(0.7);
}
@media screen and (min-width: 992px) {
  .page-header.sticky-header .header-left .logo {
    min-width: 100px;
    max-width: 150px !important;
  }
  .page-header.sticky-header .header-left .logo img {
    transform: scale(1) !important;
    transform-origin: left center;
  }
}
.ortho-header {
  margin: 20px 0 35px;
  text-align: center;
}
.ortho-header h2 {
  font-size: 60px !important;
  font-weight: 500 !important;
  color: #252525;
}
.ortho-header p {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .ortho-header {
    margin: 70px 0 25px;
  }
  .ortho-header h2 {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 576px) {
  .ortho-header {
    margin: 10px 0 10px !important;
  }
  .ortho-header h2 {
    font-size: 32px !important;
    margin: 0 0 10px 0;
  }
  .ortho-header p {
    font-size: 12px !important;
    margin: 0 0 10px;
  }
}
.ortho-bg-white {
  background-color: #fff;
}
.page-footer .footer .footer-middle {
  color: #252525 !important;
}
.page-footer .footer .footer-middle p,
.page-footer .footer .footer-middle a,
.page-footer .footer .footer-middle a:hover,
.page-footer .footer .footer-middle a:focus,
.page-footer .footer .footer-middle a:hover,
.page-footer .footer .footer-middle a:focus {
  color: #252525 !important;
}
.page-footer .footer .footer-middle .container {
  background-color: #f1f1f1 !important;
  padding-bottom: 0;
}
@media screen and (max-width: 576px) {
  .page-footer .footer .footer-middle .container {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.page-footer .footer .footer-middle .container .widget.copyright {
  margin-bottom: 20px;
}
.page-footer .footer .footer-middle .container .widget {
  margin-bottom: 15px;
}
.page-footer .footer .footer-middle .container .widget .contact-info i {
  display: inline-block;
  margin-top: -3px;
}
.page-footer .footer .footer-middle .container .widget .contact-info li:not(:last-child) {
  margin-bottom: 14px !important;
}
@media screen and (max-width: 768px) {
  .page-footer .footer .footer-middle .container .widget .contact-info {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer .footer-middle .container .widget .contact-info {
    margin-top: 1.875rem;
  }
}
.page-footer .footer .footer-middle .container .wpb_wrapper.vc_column-inner.my-account {
  max-width: 470px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page-footer .footer .footer-middle .container .wpb_wrapper.vc_column-inner.my-account {
    margin-left: 0;
    max-width: unset;
    margin-bottom: 1.875rem;
  }
  .page-footer .footer .footer-middle .container .wpb_wrapper.vc_column-inner.my-account .wpb_content_element {
    margin-bottom: 0;
  }
}
.page-footer .footer .footer-middle .container .wpb_wrapper.vc_column-inner.main-features {
  max-width: 485px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page-footer .footer .footer-middle .container .wpb_wrapper.vc_column-inner.main-features {
    margin-left: 0;
    max-width: unset;
    margin-bottom: 1.875rem;
  }
  .page-footer .footer .footer-middle .container .wpb_wrapper.vc_column-inner.main-features .wpb_content_element {
    margin-bottom: 0;
  }
}
.page-footer .footer .footer-middle .container .wpb_wrapper.vc_column-inner.main-features .wpb_wrapper.vc_column-inner.main-sec {
  max-width: 123px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page-footer .footer .footer-middle .container .wpb_wrapper.vc_column-inner.main-features .wpb_wrapper.vc_column-inner.main-sec {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer .footer-middle .container .widget {
    margin-bottom: 0;
  }
  .page-footer .footer .footer-middle .container .widget .mb-3.mb-lg-0.col-md-12.col-lg-5.d-flex.align-items-center {
    margin-bottom: 0 !important;
  }
}
.page-footer .footer .footer-middle .container .widget .widget-title {
  color: #252525 !important;
}
@media screen and (max-width: 768px) {
  .page-footer .footer .footer-middle .container .widget .widget-title {
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 3px;
    font-weight: 500;
  }
}
.page-footer .footer .footer-middle .container .contact-details strong {
  color: #252525 !important;
}
.page-footer .footer .footer-middle .container .newsletter form {
  max-width: 678px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .page-footer .footer .footer-middle .container .newsletter form {
    margin-left: 0;
  }
}
@media screen and (max-width: 426px) {
  .page-footer .footer .footer-middle .container .newsletter form {
    display: block;
  }
  .page-footer .footer .footer-middle .container .newsletter form .actions {
    display: block;
    width: 100%;
  }
}
.page-footer .footer .footer-middle .container .newsletter form .field.newsletter {
  margin-bottom: 20px;
}
.page-footer .footer .footer-middle .container .newsletter form .control input {
  border: 1px solid #f0f0f0 !important;
  color: #757575 !important;
  background: #ffffff !important;
  padding: 8px 12px 12px 40px !important;
}
.page-footer .footer .footer-middle .container .newsletter form .control input::-webkit-input-placeholder {
  color: #757575 !important;
}
.page-footer .footer .footer-middle .container .newsletter form .control input:focus {
  border-color: #eaeaea !important;
  background: #ffffff !important;
}
.page-footer .footer .footer-middle .container .newsletter form .control img {
  position: absolute;
  top: 13px;
  left: 11px !important;
}
.page-footer .footer .footer-middle .container .newsletter form input,
.page-footer .footer .footer-middle .container .newsletter form .action.subscribe {
  border-radius: 0 !important;
}
.page-footer .footer .footer-middle .container .newsletter form .action.primary {
  background-color: #26bd9a !important;
  font-size: 14px;
}
@media screen and (max-width: 426px) {
  .page-footer .footer .footer-middle .container .newsletter form .action.primary {
    width: 100%;
    color: #052840;
  }
}
#bss_ajaxcart_popup {
  overflow: hidden;
}
#bss_ajaxcart_popup .popup .action.clearfix {
  margin-top: 25px;
}
#bss_ajaxcart_popup .popup .action.clearfix .btn-viewcart .viewcart {
  background-color: #26bd9a !important;
}
#bss_ajaxcart_popup .popup .block .header strong {
  font-size: 16px;
  font-weight: 600;
  color: #29363c;
}
#bss_ajaxcart_popup .popup .block .product-image {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  padding: 10px;
}
@media screen and (max-width: 425px) {
  #bss_ajaxcart_popup .popup .block .product-image {
    flex-direction: column;
    justify-content: center;
  }
  #bss_ajaxcart_popup .popup .block .product-image img {
    margin-bottom: 15px;
  }
}
#bss_ajaxcart_popup .popup .block .product-image .price-checkout {
  text-align: left;
  margin-left: 50px;
}
@media screen and (max-width: 425px) {
  #bss_ajaxcart_popup .popup .block .product-image .price-checkout {
    margin-left: 0px;
  }
}
#bss_ajaxcart_popup .popup .block .product-image .price-checkout a[title] {
  color: #29363c;
  font-weight: 600;
}
#bss_ajaxcart_popup .popup .block .product-image .price-checkout a[title]:hover {
  color: #29363c;
}
#bss_ajaxcart_popup .popup .block .product-image .price-checkout .checkout-link a span {
  color: #26bd9a;
}
#bss_ajaxcart_popup .popup .products-ordered {
  margin-top: 20px;
}
#bss_ajaxcart_popup .popup .products-ordered .block-title.title strong {
  font-weight: 600;
  color: #29363c;
}
#bss_ajaxcart_popup .popup .products-ordered div.item {
  display: none;
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table::-webkit-scrollbar {
  width: 5px;
  height: 15px;
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #999;
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table::-webkit-scrollbar-track {
  background: transparent;
  box-shadow: inset 0 0 5px #d8d8d8;
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table {
  max-height: 450px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table {
    border-top: none !important;
  }
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table table > tbody > tr td:before {
    padding-right: 0.5em;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #555555;
    font-weight: 700;
    text-transform: uppercase;
  }
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table table > tbody > tr td[data-th="Qty"] {
    display: flex !important;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table table {
    border: none;
    display: block;
  }
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table table thead {
  position: sticky;
  background-color: #fff;
  inset-block-start: 0;
  z-index: 2;
  border: 1px solid #ececec;
}
@media screen and (max-width: 767px) {
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table table thead {
    display: none;
  }
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table table thead th {
  font-weight: 500;
  color: #29363c;
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table table thead th:last-child {
  text-align: right;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr {
    display: block;
  }
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td {
  vertical-align: middle;
  color: #29363c;
  text-align: left;
  padding-bottom: 0;
  padding-top: 0;
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td .box-tocart .fieldset .field.qty {
  margin: 0 !important;
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td .box-tocart .fieldset .field.qty .input-text.qty {
  height: 2rem;
  font-size: 14px;
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td .box-tocart .fieldset .field.qty .qty-changer .qty-inc,
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td .box-tocart .fieldset .field.qty .qty-changer .qty-dec {
  height: 2rem;
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td .actions-primary button.action {
  margin-top: 0;
  height: 30px;
  width: 47px;
  padding: 0;
  background-color: #26bd9a;
  border-color: #26bd9a;
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td .product-data-show-main .product-options-part div.field {
  display: flex;
  align-items: center;
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td .product-data-show-main .product-options-part div.field label.label {
  margin-right: 13px;
  display: inline-block;
  text-wrap: nowrap;
  color: #777777;
}
@media screen and (max-width: 767px) {
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td .product-data-show-main .product-options-part div.field label.label {
    display: none;
  }
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td .product-data-show-main .product-options-part div.field .product-custom-option {
  border-color: #e7e7e7;
}
@media screen and (max-width: 767px) {
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td .product-data-show-main .product-options-part div.field .product-custom-option {
    max-width: 200px;
  }
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td .style-number-popup {
  color: #7a7d82;
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td .price-box .old-price .price {
  font-size: 12px !important;
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td .price-box .price {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr {
    display: block;
  }
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td:first-child {
    padding-top: 15px;
    border-top: none !important;
  }
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr:nth-child(even) td:last-child {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
  }
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td {
    border-bottom: none;
    display: block;
    padding: 0.25em 0.5em;
    border-top: none !important;
  }
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td div {
    display: inline-block !important;
  }
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td .qty.field .control,
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr td .col.qty .control {
    position: relative;
    width: 104px;
    display: flex !important;
    justify-content: center;
  }
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr .product-item-photo {
  display: inline;
  margin-bottom: 0;
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr .product-item-photo .product-image-container {
  max-width: 40%;
  min-width: 35%;
}
@media screen and (min-width: 767px) {
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr:nth-child(even) {
    border-bottom: 1px solid #e7e7e7;
  }
  #bss_ajaxcart_popup .popup .products-ordered .products-insole-table table tbody tr:nth-child(even) td {
    padding-bottom: 0px !important;
  }
}
#bss_ajaxcart_popup .popup .products-ordered .products-insole-table .reference-no {
  display: none;
}
#bss_ajaxcart_popup .popup .qty-error-message {
  display: none;
  color: red;
  font-size: 0.875rem;
  margin-top: 4px;
  text-align: left;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  padding: 2px 4px;
  white-space: nowrap;
}
#bss_ajaxcart_popup .popup .field.qty {
  position: relative;
}
@media (max-width: 767px) {
  #bss_ajaxcart_popup .popup .qty-error-message {
    font-size: 0.8125rem;
    margin-top: 4px;
    padding-left: 3px;
    width: 260px;
  }
}
@media (max-width: 479px) {
  #bss_ajaxcart_popup .popup .qty-error-message {
    font-size: 0.75rem;
    margin-top: 3px;
    padding-left: 2px;
    width: 260px;
  }
}
#bss_ajaxcart_popup .popup .suggest-popup-message {
  background-color: #f8f9fa;
  padding: 15px;
  margin: 10px 0;
  border-left: 4px solid #26bd9a;
  border-radius: 4px;
}
#bss_ajaxcart_popup .popup .suggest-popup-message p {
  margin: 0;
  color: #333;
  font-size: 14px;
}
#bss_ajaxcart_popup .mfp-close {
  border: none;
  background-color: transparent;
  right: -13px !important;
}
.about-us-section {
  max-width: 1152px;
  margin: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.about-us-section .about-us-content {
  margin-bottom: 20px;
}
.about-us-section .about-us-content h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .about-us-section .about-us-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 568px) {
  .about-us-section .about-us-content h2 {
    font-size: 20px;
  }
}
.about-us-section .about-us-content p {
  font-size: 16px;
}
@media screen and (max-width: 568px) {
  .about-us-section .about-us-content p {
    font-size: 15px;
  }
}
.about-us-section .about-us-content p a {
  color: #26bd9a;
}
.about-us-section .about-us-content p img {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .about-us-section .about-us-content p img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
  }
}
.style-number {
  height: 24px !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777777 !important;
}
.action.delete::before {
  font-size: 16px !important;
}
.action.remove::before {
  font-size: 16px !important;
}
.message.info {
  margin-top: 20px;
}
td.order-pager-wrapper.order-pager-wrapper-top {
  background-color: #fff;
}
.filter-actions {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.filter-options-title {
  font-size: 18px;
}
a.action.clear.filter-clear {
  background-color: #bdece1;
  padding: 5px 5px;
}
.legend-main.main-title {
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #000;
}
.block-search #search {
  background: #fff;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 12px 10px 10px 10px;
}
.bss_companyaccount-subuser-index .actions-toolbar > .primary .action:last-child,
.bss_companyaccount-subuser-index .actions-toolbar > .secondary .action:last-child {
  display: inline-block;
  padding: 13px;
  background-color: #fff;
  border: 1px solid #dee5e8;
  color: #6a6a6d;
  font-weight: 600;
  font-size: 15px;
}
.bss_companyaccount-subuser-index .actions-toolbar > .primary .action:last-child:hover,
.bss_companyaccount-subuser-index .actions-toolbar > .secondary .action:last-child:hover {
  border-color: #26bd9a !important;
  color: #fff !important;
  background-color: #26bd9a !important;
}
.bss_companyaccount-subuser-index .table-wrapper,
.bss_companyaccount-role-index .table-wrapper {
  overflow-x: auto;
}
.bss_companyaccount-subuser-index .table-wrapper table thead,
.bss_companyaccount-role-index .table-wrapper table thead {
  background-color: #29363c;
}
.bss_companyaccount-subuser-index .table-wrapper table thead th,
.bss_companyaccount-role-index .table-wrapper table thead th {
  color: #fff;
  white-space: nowrap;
}
.bss_companyaccount-subuser-index .table-wrapper table tbody tr td,
.bss_companyaccount-role-index .table-wrapper table tbody tr td {
  color: #222529;
}
.bss_companyaccount-subuser-index .table-wrapper table tbody tr td.col.bss.actions,
.bss_companyaccount-role-index .table-wrapper table tbody tr td.col.bss.actions {
  white-space: nowrap;
}
.bss_companyaccount-subuser-form .actions-toolbar > .primary .action:last-child {
  display: inline-block;
  padding: 13px !important;
  background-color: #fff;
  border: 1px solid #dee5e8;
  color: #6a6a6d;
  font-weight: 600;
  font-size: 15px;
}
.bss_companyaccount-subuser-form .actions-toolbar > .secondary .action:last-child {
  padding: 8px !important;
  font-weight: 500;
  font-size: 15px;
}
.bss_companyaccount-subuser-form .actions-toolbar > .primary .action:last-child:hover {
  border-color: #26bd9a !important;
  color: #fff !important;
  background-color: #26bd9a !important;
}
.bss_companyaccount-role-index .actions-toolbar > .primary .action:last-child {
  display: inline-block;
  padding: 11px;
  background-color: #fff;
  border: 1px solid #dee5e8;
  color: #6a6a6d;
  font-weight: 600;
  font-size: 15px;
}
.bss_companyaccount-role-index .actions-toolbar > .primary .action:last-child:hover {
  border-color: #26bd9a !important;
  color: #fff !important;
  background-color: #26bd9a !important;
}
.bss_companyaccount-role-formv244 .actions-toolbar > .primary .action:last-child {
  display: inline-block;
  padding: 13px !important;
  background-color: #fff;
  border: 1px solid #dee5e8;
  color: #6a6a6d;
  font-weight: 600;
  font-size: 15px;
}
.bss_companyaccount-role-formv244 .actions-toolbar > .primary .action:last-child:hover {
  border-color: #26bd9a !important;
  color: #fff !important;
  background-color: #26bd9a !important;
}
.bss_companyaccount-subuser-index .material-icons {
  color: #26bd9a;
}
.bss_companyaccount-role-index .material-icons {
  color: #26bd9a;
}
#my-sub-user-table .email a {
  color: #777;
}
.sales-order-history .product.data.items.mage-tabs-disabled {
  padding: 10px;
}
.orders-history .table-order-items .color-black {
  color: #fff !important;
}
.page-product-bundle .product-info-main {
  margin-bottom: 0.2rem;
}
.bundle-options-container .action.back:not(:focus) {
  margin-bottom: 0.5em;
}
.bundle-options-container .block-bundle-summary > .title {
  border-bottom: 0;
  margin-bottom: 0.2rem;
}
.catalog-product-view .bundle-options-container .product-options-wrapper {
  margin-bottom: 5px;
}
.bundle-options-container .bundle-options-wrapper {
  margin-left: 40px;
}
@media screen and (max-width: 1360px) {
  .bundle-options-container .block-bundle-summary {
    float: left !important;
    padding: 0 40px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .bundle-options-container .block-bundle-summary {
    float: left;
    padding: 0;
  }
  .catalog-product-view .bundle-options-wrapper .qty-selection {
    display: inline !important;
  }
}
@media screen and (max-width: 769px) {
  .bundle-options-container .bundle-options-wrapper {
    margin-left: 0px;
  }
}
.catalog-product-view .bundle-options-wrapper .product-options-wrapper .field {
  display: grid;
  clear: both;
}
.bundle-options-wrapper .bundle-option-select {
  width: auto;
}
.catalog-product-view .bundle-options-wrapper .qty-selection {
  display: flex;
  align-items: center;
  gap: 30px;
}
.catalog-product-view .bundle-options-wrapper .qty-selection .control {
  width: 100px !important;
}
.catalog-product-view .bundle-options-wrapper .qty-selection .selection select {
  height: 48px;
  margin-top: 1em;
}
.catalog-product-view .bundle-options-wrapper .product-options-wrapper .field .control {
  width: auto;
  max-width: 110px;
  display: grid;
  height: auto;
}
.catalog-product-view .bundle-options-wrapper .product-options-wrapper .field {
  gap: 5px;
}
.page-product-bundle .bundle-actions .action.customize {
  border: 1px solid #dee5e8;
  padding: 10px;
  color: #6a6a6d;
  background-color: white;
  font-weight: 600;
  font-size: 15px;
  line-height: 0;
}
.page-product-bundle .bundle-actions .action.customize:hover {
  border-color: #26bd9a !important;
  color: white !important;
  background-color: #26bd9a !important;
}
.product-labels .product-label.new-label {
  background-color: #26bd9a;
  /* Change the background color */
}
.product-labels .product-label.discontinue-label {
  background-color: #a8a8a8;
  color: #fff;
}
@media (max-width: 359px) {
  .product-labels {
    top: 0.2em;
  }
}
.white-popup .short-description a {
  color: #26bd9a;
}
@media screen and (max-width: 359px) {
  .bss_companyaccount-subuser-index button:not(.primary) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .bss_companyaccount-subuser-form .actions-toolbar > .secondary {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .cart.table-wrapper thead .col.sku {
    display: none;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -5px;
  }
}
.sales-order-history .orders-history .table-order-items .view {
  border: 0 !important;
}
.sales-order-history .orders-history .table-order-items .order {
  border: 0 !important;
}
.catalog-product-view .bundle-options-wrapper .product-options-wrapper .field {
  gap: 5px;
}
.page-product-bundle .bundle-actions .action.customize {
  border: 1px solid #dee5e8;
  padding: 10px;
  color: #6a6a6d;
  background-color: white;
  font-weight: 600;
  font-size: 15px;
  line-height: 0;
}
.page-product-bundle .bundle-actions .action.customize:hover {
  border-color: #26bd9a !important;
  color: white !important;
  background-color: #26bd9a !important;
}
.product-labels .product-label.new-label {
  background-color: #26bd9a;
  /* Change the background color */
}
.product-labels .product-label.discontinue-label {
  background-color: #a8a8a8;
  color: #fff;
}
.white-popup .short-description a {
  color: #26bd9a;
}
.disabled-qty {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.disabled-qty span {
  width: 100px;
  display: inline-block;
  text-align: center;
}
.formGroup__1_w1___fast_order select {
  padding-right: 22px;
}
#custom-toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  /* stack vertically */
  gap: 10px;
  /* space between toasts */
  z-index: 9999;
}
.custom-toast {
  background-color: #26bd9a;
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  font-family: sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  animation: fadeInOut 4s ease-in-out;
  opacity: 0;
  transform: translateY(-10px);
  animation-fill-mode: forwards;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.page-header.type3 .search-area .minisearch .actions button {
  line-height: 2 !important;
}
.block-minicart .block-content > .actions > .secondary {
  margin: 10px 0 15px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .page-header.type3 .block-search input {
    height: 40px !important;
  }
}
#footer_newsletter-error {
  bottom: -15px;
}
.minicart-wrapper .action.showcart .counter.qty {
  background-color: #26bd9a !important;
}
.fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order {
  color: #29363c !important;
}
@media screen and (min-width: 769px) {
  .fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order {
    overflow-x: auto;
  }
}
@media screen and (min-width: 769px) {
  .fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order {
    min-width: 898px;
  }
}
.fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .grid__3LFPm__fast_order .wrapRow__3xTQQ__fast_order {
  color: #29363c !important;
  font-weight: 500;
}
.fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .grid__3LFPm__fast_order .wrapRow__3xTQQ__fast_order select,
.fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .grid__3LFPm__fast_order .wrapRow__3xTQQ__fast_order input,
.fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .grid__3LFPm__fast_order .wrapRow__3xTQQ__fast_order label {
  color: #29363c !important;
}
@media screen and (min-width: 769px) {
  .fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .grid__3LFPm__fast_order .wrapRow__3xTQQ__fast_order {
    gap: 2%;
  }
  .fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .grid__3LFPm__fast_order .wrapRow__3xTQQ__fast_order .wrapImage__AoUIc__fast_order,
  .fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .grid__3LFPm__fast_order .wrapRow__3xTQQ__fast_order .wrapSku__As8_S__fast_order,
  .fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .grid__3LFPm__fast_order .wrapRow__3xTQQ__fast_order .wrapSubTotal__3x0vV__fast_order,
  .fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .grid__3LFPm__fast_order .wrapRow__3xTQQ__fast_order .wrapAction__3f2UO__fast_order {
    width: 10%;
  }
  .fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .grid__3LFPm__fast_order .wrapRow__3xTQQ__fast_order .wrapProductName__1pGGd__fast_order,
  .fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .grid__3LFPm__fast_order .wrapRow__3xTQQ__fast_order .wrapProductName__1pGGd__fast_order {
    width: 20%;
    padding-left: 2px;
  }
  .fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .grid__3LFPm__fast_order .wrapRow__3xTQQ__fast_order .wrapPatientName__2tJn7__fast_order {
    margin: 0;
    width: 15%;
  }
  .fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .grid__3LFPm__fast_order .wrapRow__3xTQQ__fast_order .wrapQty__2CPC-__fast_order,
  .fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .grid__3LFPm__fast_order .wrapRow__3xTQQ__fast_order .wrapQty__2CPC-__fast_order {
    width: 15%;
    padding-left: 25px;
  }
}
.fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .wrapPatientName__2tJn7__fast_order {
  white-space: nowrap;
}
.fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .wrapSearchResultAbsolute__3eydb__fast_order {
  width: 440px !important;
}
@media screen and (max-width: 768px) {
  .fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .wrapSearchResultAbsolute__3eydb__fast_order {
    width: 98% !important;
  }
}
.fastorder-page .wrapContainer__Li_hZ__fast_order .wrapProductList__1RLPD__fast_order .wrapProductList__3Pomb__fast_order .patient-name-input {
  width: 100%;
  height: 40px;
}
.fastorder-page .wrapContainer__Li_hZ__fast_order .wrapFooterAction__klemm__fast_order {
  color: #29363c !important;
}
.fastorder-page .wrapContainer__Li_hZ__fast_order .wrapFooterAction__klemm__fast_order textarea {
  color: #21293c;
}
.fastorder-page .wrapContainer__Li_hZ__fast_order .wrapFooterAction__klemm__fast_order .wrapSampleText__1sD-4__fast_order p {
  color: #29363c !important;
  margin-bottom: 0px;
  font-size: 14px !important;
}
.fastorder-page .wrapContainer__Li_hZ__fast_order .wrapFooterAction__klemm__fast_order .wrapSampleText__1sD-4__fast_order p:last-child {
  margin-bottom: 16px;
}
.header-container {
  background-color: #444444;
  color: #ffffff;
  padding: 18px 60px;
}
@media (max-width: 992px) {
  .header-container {
    padding: 18px 16px;
  }
}
.header-container .mobile-menu-toggle {
  display: none;
}
@media (max-width: 992px) {
  .header-container .mobile-menu-toggle {
    width: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .header-container .mobile-menu-toggle i {
    font-size: 16px;
  }
}
.header-container .nav-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: max-content;
  margin: auto;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .header-container .nav-container {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    padding: 0;
  }
  .header-container .nav-container.mobile-open {
    max-height: 1000px;
    opacity: 1;
    padding: 10px 0 0 0;
  }
}
.header-container .nav-container .dropdown {
  position: relative;
}
.header-container .nav-container .dropdown .dropdown-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  top: 200%;
  margin-top: 4px;
  width: 273px;
  background: #fff;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}
.header-container .nav-container .dropdown .dropdown-menu a {
  display: block;
  padding: 19px 18px;
  border-bottom: 1px solid #eeeeee;
  color: #333333 !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.header-container .nav-container .dropdown .dropdown-menu a:last-child {
  border-bottom: none;
}
.header-container .nav-container .dropdown .dropdown-menu a:hover {
  color: #7e928d !important;
}
@media (max-width: 992px) {
  .header-container .nav-container .dropdown .dropdown-menu {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.08);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    border-left: 3px solid transparent;
    opacity: 1;
    visibility: visible;
  }
  .header-container .nav-container .dropdown .dropdown-menu a {
    padding: 14px 25px;
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
  }
  .header-container .nav-container .dropdown .dropdown-menu a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: rgba(255, 255, 255, 0.3);
    transform: scaleY(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header-container .nav-container .dropdown .dropdown-menu a:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    padding-left: 30px;
  }
  .header-container .nav-container .dropdown .dropdown-menu a:hover:before {
    transform: scaleY(1);
  }
  .header-container .nav-container .dropdown .dropdown-menu a:last-child {
    border-bottom: none;
  }
}
.header-container .nav-container .dropdown.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 993px) {
  .header-container .nav-container .dropdown.active .dropdown-menu {
    transform: translateX(-50%) translateY(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (max-width: 992px) {
  .header-container .nav-container .dropdown.active .dropdown-menu {
    max-height: 300px;
    border-left-color: rgba(255, 255, 255, 0.3);
    transform: none;
  }
}
.header-container .nav-container .dropdown.active .fa-caret-down {
  transform: rotate(180deg);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 992px) {
  .header-container .nav-container .dropdown.active button {
    padding-left: 5px !important;
    padding-right: 5px !important;
    background: rgba(255, 255, 255, 0.1);
    border-left: 3px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.header-container .nav-container a,
.header-container .nav-container button {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.32px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-container .nav-container a:hover,
.header-container .nav-container button:hover {
  background: none;
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .header-container .nav-container a,
  .header-container .nav-container button {
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    width: 100%;
  }
  .header-container .nav-container a:hover,
  .header-container .nav-container button:hover {
    background: rgba(255, 255, 255, 0.05);
  }
  .header-container .nav-container a:last-child,
  .header-container .nav-container button:last-child {
    border-bottom: none;
  }
}
.category-nav-container {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .category-nav-container {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .category-nav-container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .category-nav-container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .category-nav-container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .category-nav-container {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .category-nav-container {
    padding: 20px 10px;
  }
}
.category-nav-container .category-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  gap: 19px;
}
.category-nav-container .nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 220px;
  height: 56px;
  border: none;
  border-radius: 55.94px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #7e928d;
  color: #ffffff;
  box-shadow: 0px 2.33px 9.32px 0px rgba(0, 0, 0, 0.122);
  padding: 0;
}
.category-nav-container .nav-btn.active {
  background-color: #fff;
  color: #7e928d;
}
.category-nav-container .nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.category-nav-container .shoe-icon {
  width: 30px;
  height: 30px;
  display: none;
}
.category-nav-container .nav-btn.active .shoe-icon.active {
  display: block;
}
.category-nav-container .nav-btn:not(.active) .shoe-icon:not(.active) {
  display: block;
}
@media (max-width: 768px) {
  .category-nav-container .category-nav {
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
  }
  .category-nav-container .nav-btn {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .category-nav-container .nav-btn {
    width: 195px;
    font-size: 12px;
    padding: 10px 20px;
  }
}
.cms-forms-and-documents .page-main-inner .guide-button-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 25px 20px 20px;
  gap: 30px;
}
.cms-forms-and-documents .page-main-inner .guide-button-wrapper .pagebuilder-button-primary {
  background-color: #7e928d;
  border-color: #7e928d;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  text-decoration: none;
  height: 54px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .cms-forms-and-documents .page-main-inner .guide-button-wrapper .pagebuilder-button-primary {
    width: 100%;
    padding: 0 10px;
  }
}
.cms-forms-and-documents .page-main-inner .guide-button-wrapper .pagebuilder-button-primary span {
  line-height: 20px;
}
.cms-forms-and-documents .page-main-inner .welcome-orthofeet-container {
  padding: 42px 0 54px;
}
.cms-forms-and-documents .page-main-inner .heart-sole-container {
  padding: 39px 0;
  background-color: #eaf2ef;
}
@media screen and (max-width: 768px) {
  .cms-forms-and-documents .page-main-inner .heart-sole-container img {
    padding-bottom: 30px;
  }
}
.cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner,
.cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner,
  .cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner,
  .cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner,
  .cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner,
  .cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner,
  .cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner,
  .cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner .pagebuilder-column-line .welcome-content-column,
.cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner .pagebuilder-column-line .welcome-content-column {
  padding-right: 20px;
}
.cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner .pagebuilder-column-line .heart-sole-content-column,
.cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner .pagebuilder-column-line .heart-sole-content-column {
  padding-left: 20px;
}
.cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner .pagebuilder-column-line h2,
.cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner .pagebuilder-column-line h2 {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 20px;
  line-height: 60px;
}
@media screen and (max-width: 1800px) {
  .cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner .pagebuilder-column-line h2,
  .cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner .pagebuilder-column-line h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner .pagebuilder-column-line h2,
  .cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner .pagebuilder-column-line h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner .pagebuilder-column-line h2,
  .cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner .pagebuilder-column-line h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner .pagebuilder-column-line h2,
  .cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner .pagebuilder-column-line h2 {
    font-size: 24px;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner .pagebuilder-column-line h2,
  .cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner .pagebuilder-column-line h2 {
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner .pagebuilder-column-line p,
.cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner .pagebuilder-column-line p {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
}
@media screen and (max-width: 1200px) {
  .cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner .pagebuilder-column-line p,
  .cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner .pagebuilder-column-line p {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner .pagebuilder-column-line p,
  .cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner .pagebuilder-column-line p {
    font-size: 16px;
    line-height: 26px;
  }
}
.cms-forms-and-documents .page-main-inner .welcome-orthofeet-container .row-full-width-inner .pagebuilder-column-line p a,
.cms-forms-and-documents .page-main-inner .heart-sole-container .row-full-width-inner .pagebuilder-column-line p a {
  color: #7e928d;
  text-decoration: underline;
  white-space: nowrap;
}
.cms-how-to-order .page-main-inner .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-how-to-order .page-main-inner .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-how-to-order .page-main-inner .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-how-to-order .page-main-inner .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-how-to-order .page-main-inner .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-how-to-order .page-main-inner .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-how-to-order .page-main-inner .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-how-to-order .page-main-inner .order-title-container {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .cms-how-to-order .page-main-inner .order-title-container {
    margin-top: 10px;
  }
}
.cms-how-to-order .page-main-inner .order-title-container h2 {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  color: #444444;
  line-height: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-how-to-order .page-main-inner .order-title-container h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-how-to-order .page-main-inner .order-title-container h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-how-to-order .page-main-inner .order-title-container h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .cms-how-to-order .page-main-inner .order-title-container h2 {
    font-size: 24px;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cms-how-to-order .page-main-inner .order-title-container h2 {
    line-height: 30px;
  }
}
.cms-how-to-order .page-main-inner .order-title-container p {
  font-weight: 400;
  font-size: 16px;
  color: #052840;
  line-height: 26px;
}
.cms-how-to-order .page-main-inner .order-online-content {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cms-how-to-order .page-main-inner .order-online-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cms-how-to-order .page-main-inner .order-online-content .row-full-width-inner {
  box-shadow: 0px -2px 4px -2px rgba(0, 0, 0, 0.102);
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  margin-bottom: 50px;
}
.cms-how-to-order .page-main-inner .order-online-content figure {
  margin-bottom: 20px;
}
.cms-how-to-order .page-main-inner .order-online-content h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 10px;
}
.cms-how-to-order .page-main-inner .order-online-content div[data-content-type="text"] {
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
}
.cms-how-to-order .page-main-inner .order-online-content div[data-content-type="text"] p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 6px;
}
.cms-how-to-order .page-main-inner .order-online-content div[data-content-type="text"] ul {
  text-align: center;
  padding: 0 22px;
}
.cms-how-to-order .page-main-inner .order-online-content div[data-content-type="text"] ul li {
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000000;
}
.cms-how-to-order .page-main-inner .order-online-content div[data-content-type="text"] ul li span {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #26bd9a;
  border-radius: 50%;
  top: -2px;
  left: -10px;
}
.cms-how-to-order .page-main-inner .order-online-content div[data-content-type="text"] ul li a {
  color: #26bd9a;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
  word-break: break-all;
}
.cms-how-to-order .page-main-inner .order-online-content div[data-content-type="text"].most-popular-text {
  max-width: 100%;
}
.cms-how-to-order .page-main-inner .order-online-content div[data-content-type="text"].most-popular-text p {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  background-color: #26bd9a;
  padding: 5px 14px;
  border-radius: 90px;
  margin-bottom: 10px;
  width: max-content;
  margin-left: auto;
}
.cms-how-to-order .page-main-inner .order-wrapper .row-full-width-inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .cms-how-to-order .page-main-inner .order-wrapper .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-how-to-order .page-main-inner .order-wrapper .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line {
  gap: 20px;
}
.cms-how-to-order .page-main-inner .order-wrapper .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  padding: 20px 10px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.102);
  text-align: center;
  justify-content: flex-start !important;
}
.cms-how-to-order .page-main-inner .order-wrapper .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h4 {
  margin: 16px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
}
.cms-how-to-order .page-main-inner .order-wrapper .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column div[data-content-type="text"] {
  text-align: center;
}
.cms-how-to-order .page-main-inner .order-wrapper .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column div[data-content-type="text"] p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}
.cms-how-to-order .page-main-inner .order-wrapper .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column div[data-content-type="text"] p a {
  color: #26bd9a;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
}
.cms-how-to-order .page-main-inner .order-wrapper .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column div[data-content-type="text"] ul {
  text-align: center;
  padding: 0 22px;
}
.cms-how-to-order .page-main-inner .order-wrapper .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column div[data-content-type="text"] ul li {
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000000;
}
.cms-how-to-order .page-main-inner .order-wrapper .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column div[data-content-type="text"] ul li:first-child span {
  background-color: #000;
}
.cms-how-to-order .page-main-inner .order-wrapper .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column div[data-content-type="text"] ul li span {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #26bd9a;
  border-radius: 50%;
  top: -2px;
  left: -10px;
}
.cms-how-to-order .page-main-inner .order-wrapper .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column div[data-content-type="text"] ul li a {
  color: #26bd9a;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
  word-break: break-all;
}
.cms-how-to-order .page-main-inner .account-button-content h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cms-how-to-order .page-main-inner .account-button-content h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.cms-how-to-order .page-main-inner .account-button-content .get-started-order-btn {
  text-align: center;
}
.cms-how-to-order .page-main-inner .account-button-content .get-started-order-btn .pagebuilder-button-primary {
  width: 312px;
  height: 56px;
  background-color: #26bd9a;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  border-radius: 0px;
  border: none;
  cursor: pointer;
  letter-spacing: -0.21px;
  line-height: 25px;
  margin: auto auto 60px auto;
}
.cms-how-to-order .page-main-inner .account-button-content .get-started-order-btn .pagebuilder-button-primary:hover {
  background-color: #26bd9a;
}
@media screen and (max-width: 576px) {
  .cms-how-to-order .page-main-inner .account-button-content .get-started-order-btn .pagebuilder-button-primary {
    width: 100%;
    height: 40px;
    line-height: 12px;
    margin-bottom: 30px;
  }
}
.cms-easy-returns .page-main-inner .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-easy-returns .page-main-inner .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-easy-returns .page-main-inner .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-easy-returns .page-main-inner .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-easy-returns .page-main-inner .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-easy-returns .page-main-inner .order-title-container {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .order-title-container {
    margin-top: 10px;
  }
}
.cms-easy-returns .page-main-inner .order-title-container .pagebuilder-column-line .pagebuilder-column h2 {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 22px;
}
@media screen and (max-width: 1800px) {
  .cms-easy-returns .page-main-inner .order-title-container .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-easy-returns .page-main-inner .order-title-container .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-easy-returns .page-main-inner .order-title-container .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .cms-easy-returns .page-main-inner .order-title-container .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .order-title-container .pagebuilder-column-line .pagebuilder-column h2 {
    margin-bottom: 5px;
  }
}
.cms-easy-returns .page-main-inner .order-title-container .pagebuilder-column-line .pagebuilder-column div[data-content-type="text"] p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}
.cms-easy-returns .page-main-inner .order-title-container .pagebuilder-column-line .pagebuilder-column div[data-content-type="text"] a {
  color: #26bd9a;
  text-decoration: underline;
  font-weight: 400;
}
.cms-easy-returns .page-main-inner .order-title-container .pagebuilder-column-line .pagebuilder-column .return-step-wrapper {
  background: #eaf2ef;
  padding: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .cms-easy-returns .page-main-inner .order-title-container .pagebuilder-column-line .pagebuilder-column .return-step-wrapper {
    padding: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-easy-returns .page-main-inner .order-title-container .pagebuilder-column-line .pagebuilder-column .return-step-wrapper img {
    width: 45px;
  }
}
.cms-easy-returns .page-main-inner .order-title-container .pagebuilder-column-line .pagebuilder-column .return-step-wrapper .return-step-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cms-easy-returns .page-main-inner .order-title-container .pagebuilder-column-line .pagebuilder-column .return-step-wrapper .return-step-content h6 {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #26bd9a;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .cms-easy-returns .page-main-inner .order-title-container .pagebuilder-column-line .pagebuilder-column .return-step-wrapper .return-step-content h6 {
    font-size: 16px;
  }
}
.cms-easy-returns .page-main-inner .order-title-container .pagebuilder-column-line .pagebuilder-column .return-step-wrapper .return-step-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #4b5563;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .cms-easy-returns .page-main-inner .order-title-container .pagebuilder-column-line .pagebuilder-column .return-step-wrapper .return-step-content p {
    font-size: 14px;
  }
}
.cms-easy-returns .page-main-inner .order-return-container .row-full-width-inner .pagebuilder-column-group {
  border: 1px solid #e7e7e7;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.102);
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .order-return-container .row-full-width-inner .pagebuilder-column-group {
    padding: 20px;
  }
}
.cms-easy-returns .page-main-inner .order-return-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .step-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .order-return-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .step-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .cms-easy-returns .page-main-inner .order-return-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .step-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cms-easy-returns .page-main-inner .order-return-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .step-wrapper .count {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #26bd9a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .order-return-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .step-wrapper .count {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.cms-easy-returns .page-main-inner .order-return-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .step-wrapper .step-content h6 {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .order-return-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .step-wrapper .step-content h6 {
    font-size: 20px;
  }
}
.cms-easy-returns .page-main-inner .order-return-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .step-wrapper .step-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .order-return-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .step-wrapper .step-content p {
    font-size: 14px;
  }
}
.cms-easy-returns .page-main-inner .order-return-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .step-wrapper .step-content a {
  text-decoration: none;
  font-weight: 400;
  background-color: #26bd9a;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cms-easy-returns .page-main-inner .return-policy-content .row-full-width-inner .pagebuilder-column-group {
  background: #f4f3f3;
  padding: 38px;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .return-policy-content .row-full-width-inner .pagebuilder-column-group {
    padding: 20px;
  }
}
.cms-easy-returns .page-main-inner .return-policy-content .row-full-width-inner .pagebuilder-column-group h4 {
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .return-policy-content .row-full-width-inner .pagebuilder-column-group h4 {
    font-size: 20px;
  }
}
.cms-easy-returns .page-main-inner .return-policy-content .row-full-width-inner .pagebuilder-column-group div[data-content-type="text"] p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .return-policy-content .row-full-width-inner .pagebuilder-column-group div[data-content-type="text"] p {
    font-size: 16px;
  }
}
.cms-easy-returns .page-main-inner .return-policy-content .row-full-width-inner .pagebuilder-column-group div[data-content-type="text"] p:last-child {
  margin-bottom: 0;
}
.cms-easy-returns .page-main-inner .return-policy-content .row-full-width-inner .pagebuilder-column-group div[data-content-type="text"] a {
  color: #26bd9a;
  text-decoration: underline;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .return-policy-content .row-full-width-inner .pagebuilder-column-group div[data-content-type="text"] a {
    font-size: 16px;
  }
}
.cms-easy-returns .page-main-inner .return-policy-content .row-full-width-inner .pagebuilder-column-group div[data-content-type="text"] strong {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .return-policy-content .row-full-width-inner .pagebuilder-column-group div[data-content-type="text"] strong {
    font-size: 16px;
  }
}
.cms-easy-returns .page-main-inner .faq-wrapper .row-full-width-inner .pagebuilder-column-group.faq-title {
  border: none;
  padding: 0;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .faq-wrapper .row-full-width-inner .pagebuilder-column-group.faq-title {
    margin-bottom: 10px;
  }
}
.cms-easy-returns .page-main-inner .faq-wrapper .row-full-width-inner .pagebuilder-column-group.faq-title h4 {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .faq-wrapper .row-full-width-inner .pagebuilder-column-group.faq-title h4 {
    font-size: 20px;
  }
}
.cms-easy-returns .page-main-inner .faq-wrapper .row-full-width-inner .pagebuilder-column-group {
  border: 1px solid #e7e7e7;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.102);
  padding: 30px 38px;
  border-radius: 8px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .faq-wrapper .row-full-width-inner .pagebuilder-column-group {
    padding: 20px;
    margin-bottom: 10px;
  }
}
.cms-easy-returns .page-main-inner .faq-wrapper .row-full-width-inner .pagebuilder-column-group:last-child {
  margin-bottom: 35px;
}
.cms-easy-returns .page-main-inner .faq-wrapper .row-full-width-inner .pagebuilder-column-group h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .faq-wrapper .row-full-width-inner .pagebuilder-column-group h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.cms-easy-returns .page-main-inner .faq-wrapper .row-full-width-inner .pagebuilder-column-group div[data-content-type="text"] p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .faq-wrapper .row-full-width-inner .pagebuilder-column-group div[data-content-type="text"] p {
    font-size: 14px;
  }
}
.cms-easy-returns .page-main-inner .faq-wrapper .row-full-width-inner .pagebuilder-column-group div[data-content-type="text"] p:last-child {
  margin-bottom: 0;
}
.cms-easy-returns .page-main-inner .faq-wrapper .row-full-width-inner .pagebuilder-column-group div[data-content-type="text"] a {
  color: #26bd9a;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .faq-wrapper .row-full-width-inner .pagebuilder-column-group div[data-content-type="text"] a {
    font-size: 14px;
  }
}
.cms-easy-returns .page-main-inner .faq-wrapper .row-full-width-inner .pagebuilder-column-group div[data-content-type="text"] strong {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .faq-wrapper .row-full-width-inner .pagebuilder-column-group div[data-content-type="text"] strong {
    font-size: 14px;
  }
}
.cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner {
  padding-top: 0;
}
.cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner h2 {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 0;
  line-height: 60px;
}
@media screen and (max-width: 1800px) {
  .cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner h2 {
    font-size: 24px;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner h2 {
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .print-shipping-label-button {
    text-align: left !important;
  }
}
.cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .print-shipping-label-button .pagebuilder-button-primary {
  margin: 0;
  background-color: #26bd9a;
  border-color: #26bd9a;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 17px;
  border-radius: 0px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.21px;
}
@media screen and (max-width: 1200px) {
  .cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .print-shipping-label-button .pagebuilder-button-primary {
    font-size: 18px;
    font-weight: 600;
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .print-shipping-label-button .pagebuilder-button-primary {
    margin-top: 11px;
  }
}
@media screen and (max-width: 480px) {
  .cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .print-shipping-label-button .pagebuilder-button-primary {
    font-size: 16px;
    padding: 12px;
  }
}
.cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner h4 {
  font-weight: 600;
  font-size: 36px;
  color: #444444;
  margin-bottom: 18px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner h4 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner h4 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .light-yellow-bg {
  padding: 32px 27px;
  color: #444444;
  border-left: 4px solid #facc15;
  margin: 16px 0 0;
  background: #fefce8;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.32px;
}
.cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .steps-container {
  display: flex;
  gap: 13px;
  max-width: 900px;
}
.cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .steps-container .timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  height: 386px;
  margin-top: 3px;
}
.cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .steps-container .timeline .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 4px;
  height: 100%;
  background: #d9f7f3;
  overflow: hidden;
}
.cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .steps-container .timeline .line-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #1dd1a1;
  transition: height 1.5s ease;
}
.cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .steps-container .timeline .dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #d9f7f3;
  position: relative;
}
.cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .steps-container .timeline .dot.active {
  background: #1dd1a1;
}
.cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .steps-container .content .step-block {
  height: 121px;
}
.cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .steps-container .content .step-block:last-child {
  height: auto;
}
.cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .steps-container .content .step-block h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
.cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .steps-container .content .step-block p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  color: #444444;
}
.cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .steps-container .content .step-block p .point {
  display: flex;
  gap: 6px;
  margin-left: 10px;
}
@media screen and (max-width: 576px) {
  .cms-easy-returns .page-main-inner .shipping-labels-container .row-full-width-inner .steps-container .content .step-block p {
    font-size: 16px;
  }
}
.cms-tradeshow-schedule .page-main-inner .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-tradeshow-schedule .page-main-inner .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-tradeshow-schedule .page-main-inner .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-tradeshow-schedule .page-main-inner .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-tradeshow-schedule .page-main-inner .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-tradeshow-schedule .page-main-inner .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-tradeshow-schedule .page-main-inner .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-tradeshow-schedule .page-main-inner .tradeshow-schedule-title-container .row-full-width-inner h2 {
  font-weight: 600;
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 22px;
  line-height: 1.1;
}
@media (max-width: 992px) {
  .cms-tradeshow-schedule .page-main-inner .tradeshow-schedule-title-container .row-full-width-inner h2 {
    font-size: 42px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cms-tradeshow-schedule .page-main-inner .tradeshow-schedule-title-container .row-full-width-inner h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .cms-tradeshow-schedule .page-main-inner .tradeshow-schedule-title-container .row-full-width-inner h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.cms-tradeshow-schedule .page-main-inner .tradeshow-schedule-title-container .row-full-width-inner p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #052840;
}
@media (max-width: 768px) {
  .cms-tradeshow-schedule .page-main-inner .tradeshow-schedule-title-container .row-full-width-inner p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.cms-tradeshow-schedule .page-main-inner .tradeshow-card-container {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .cms-tradeshow-schedule .page-main-inner .tradeshow-card-container {
    margin-bottom: 30px;
  }
}
.cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner {
    grid-template-columns: 1fr;
  }
}
.cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner .card {
  border: 1.52px solid #f2f2f2;
  border-radius: 9.11px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner .card img {
  width: 100%;
  height: 192px;
  object-fit: cover;
  display: block;
}
.cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner .card .card-content {
  padding: 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner .card .card-content .card-title {
  font-weight: 600;
  font-size: 20px;
  color: #444444;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner .card .card-content .card-title {
    font-size: 18px;
  }
}
.cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner .card .card-content .info-row {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner .card .card-content .info-row {
    font-size: 14px;
  }
}
.cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner .card .card-content .info-row img {
  margin-right: 8px;
  text-align: center;
  width: 22px;
  height: 22px;
}
@media (max-width: 576px) {
  .cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner .card .card-content .info-row img {
    width: 18px;
    height: 18px;
  }
}
.cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner .card .card-content .info-row .location-text {
  line-height: 1.2;
}
.cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner .card .card-content .info-row .location-text > div:last-child {
  color: #444444;
}
.cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner .card .card-content .date-row .date {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
@media (max-width: 768px) {
  .cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner .card .card-content .date-row .date {
    font-size: 14px;
  }
}
.cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner .card .card-content .description {
  font-size: 14px;
  color: #444444;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cms-tradeshow-schedule .page-main-inner .tradeshow-card-container .row-full-width-inner .card .card-content .description {
    font-size: 12px;
  }
}
.category-container {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .category-container {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .category-container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .category-container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .category-container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .category-container {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .category-container {
    padding: 20px 10px;
  }
}
.category-container .main-title {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 40px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 56px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .category-container .main-title {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .category-container .main-title {
    font-size: 24px;
    margin-bottom: 20px;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .category-container .main-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .category-container .main-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.category-container .mens-category-container,
.category-container .womens-category-container {
  display: none;
}
.category-container .mens-category-container.active,
.category-container .womens-category-container.active {
  display: block;
}
.category-container .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 24.1%);
  gap: 20px;
  margin: 0 auto;
}
.category-container .product-card {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f2f2f2;
  width: 100%;
  height: 352px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.category-container .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.category-container .product-card .upcoming-label {
  background: #3028d3;
  border-radius: 6px 0 0 6px;
  padding: 12px 20px 12px 13px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 17.25px;
  text-transform: uppercase;
  color: #ffffff;
}
.category-container .product-image {
  margin-bottom: 15px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.category-container .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.category-container .product-info {
  font-size: 20px;
  color: #2b2b2d;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1400px) {
  .category-container .product-info {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .category-container .product-info {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .category-container .product-info {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .category-container .product-grid {
    grid-template-columns: repeat(3, 32.33%);
  }
  .category-container .product-card {
    height: 300px;
  }
  .category-container .product-card .upcoming-label {
    font-size: 16px;
  }
  .category-container .product-card .product-image {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .category-container .category-container {
    padding: 20px 15px;
  }
  .category-container .main-title {
    font-size: 24px;
    text-align: center;
  }
  .category-container .product-grid {
    grid-template-columns: repeat(2, 48%);
    gap: 20px;
  }
  .category-container .product-card {
    height: 250px;
    padding: 15px;
  }
  .category-container .product-card .upcoming-label {
    top: 8px;
    padding: 8px 14px 8px 8px;
    height: 33px;
  }
  .category-container .product-image {
    height: 100px;
  }
}
@media (max-width: 480px) {
  .category-container .product-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .category-container .main-title {
    font-size: 20px;
  }
  .category-container .product-card {
    height: auto;
  }
  .category-container .product-image {
    height: 80px;
  }
}
.cms-walk-with-a-doc .page-main-inner .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-walk-with-a-doc .page-main-inner .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-walk-with-a-doc .page-main-inner .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-walk-with-a-doc .page-main-inner .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-walk-with-a-doc .page-main-inner .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-walk-with-a-doc .page-main-inner .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-walk-with-a-doc .page-main-inner .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-walk-with-a-doc .conference-attendees-hero-section {
  background: #eaf2ef;
  padding: 26px 0 15px 0;
}
.cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line {
  flex-direction: row;
}
@media (max-width: 1200px) {
  .cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line {
    flex-direction: column;
    gap: 20px;
  }
  .cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }
}
@media (min-width: 1800px) {
  .cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .hero-header {
    width: max-content;
  }
}
.cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .hero-header h2 {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 13px;
  line-height: 1.1;
}
@media (max-width: 1800px) {
  .cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .hero-header h2 {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .hero-header h2 {
    font-size: 42px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .hero-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .hero-header h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .hero-header p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #052840;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .hero-header {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .hero-header {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line figure[data-content-type="image"] {
  margin: auto 0 auto 15px;
}
.cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container {
  display: flex;
  gap: 24px;
  max-width: 960px;
  width: 100%;
  margin-top: 52px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container .card {
  background-color: #fff;
  border-radius: 12px;
  padding: 12px 17px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.102);
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container .card {
    width: 47%;
    flex: unset;
  }
}
@media (max-width: 576px) {
  .cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container .card {
    width: 100%;
  }
}
.cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container .card .icon-wrapper {
  background-color: #0275d81a;
  border-radius: 9999px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
}
.cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container .card .icon-wrapper img {
  width: 20px;
  height: 20px;
}
.cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container .card h3 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 6px 0;
}
@media (max-width: 576px) {
  .cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container .card h3 {
    font-size: 18px;
  }
}
.cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container .card .host-name {
  font-weight: 500;
  font-size: 18px;
  color: #444444;
  margin: 0 0 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container .card .host-name img {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  object-fit: cover;
}
.cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container .card .date-main {
  font-weight: 600;
  font-size: 18px;
  color: #444444;
  margin: 0 0 2px 0;
}
@media (max-width: 576px) {
  .cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container .card .date-main {
    font-size: 16px;
  }
}
.cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container .card .date-sub,
.cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container .card .host-desc,
.cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container .card .location-desc {
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container .card .date-sub,
  .cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container .card .host-desc,
  .cms-walk-with-a-doc .conference-attendees-hero-section .row-full-width-inner .pagebuilder-column-line .event-container .card .location-desc {
    font-size: 14px;
  }
}
.cms-walk-with-a-doc .title-band {
  background: #444444;
}
.cms-walk-with-a-doc .title-band h2 {
  font-family: Oswald;
  font-weight: 500;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .title-band h2 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .cms-walk-with-a-doc .title-band h2 {
    font-size: 20px;
  }
}
.cms-walk-with-a-doc .event-card {
  margin: 49px 0;
}
.cms-walk-with-a-doc .event-card .row-full-width-inner {
  box-shadow: 0px 4px 12px 0px #0000001a;
  border-radius: 16px;
  padding: 24px 72px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.cms-walk-with-a-doc .event-card .row-full-width-inner::before,
.cms-walk-with-a-doc .event-card .row-full-width-inner::after {
  content: "";
  position: absolute;
  width: 268px;
  height: 268px;
  border-radius: 9999px;
  background: #28d1aa0d;
  z-index: -1;
}
.cms-walk-with-a-doc .event-card .row-full-width-inner::before {
  top: 50%;
  left: -3%;
}
.cms-walk-with-a-doc .event-card .row-full-width-inner::after {
  bottom: -4%;
  right: -6%;
}
.cms-walk-with-a-doc .event-card .row-full-width-inner:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cms-walk-with-a-doc .event-card .row-full-width-inner {
    padding: 20px 40px;
  }
}
@media (max-width: 992px) {
  .cms-walk-with-a-doc .event-card .row-full-width-inner {
    padding: 16px 32px;
  }
}
@media (max-width: 576px) {
  .cms-walk-with-a-doc .event-card .row-full-width-inner {
    padding: 12px 24px;
  }
}
.cms-walk-with-a-doc .event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column h2 {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cms-walk-with-a-doc .event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.cms-walk-with-a-doc .event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column p {
  font-weight: 500;
  font-size: 20px;
  color: #444444;
  margin: 0;
}
@media (max-width: 992px) {
  .cms-walk-with-a-doc .event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column p {
    font-size: 16px;
  }
}
.cms-walk-with-a-doc .event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column div[data-content-type="buttons"] {
  text-align: right;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column div[data-content-type="buttons"] {
    text-align: left;
    margin-top: 10px;
  }
}
.cms-walk-with-a-doc .event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column div[data-content-type="buttons"] div {
  margin: 0;
}
.cms-walk-with-a-doc .event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column div[data-content-type="buttons"] div a.pagebuilder-button-primary {
  width: 242px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #26bd9a;
  color: #fff;
  margin: 0;
  border-color: #26bd9a;
  text-decoration: none;
  border-radius: 0px;
}
@media (max-width: 992px) {
  .cms-walk-with-a-doc .event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column div[data-content-type="buttons"] div a.pagebuilder-button-primary {
    width: 192px;
    height: 48px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column div[data-content-type="buttons"] div a.pagebuilder-button-primary {
    width: 172px;
    height: 40px;
    font-size: 18px;
  }
}
.cms-walk-with-a-doc .typical-event-card {
  background: #eaf2ef;
  padding: 17px 0 36px;
}
.cms-walk-with-a-doc .typical-event-card .row-full-width-inner h2 {
  font-weight: 600;
  font-size: 36px;
  color: #444444;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .typical-event-card .row-full-width-inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .cms-walk-with-a-doc .typical-event-card .row-full-width-inner h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}
.cms-walk-with-a-doc .typical-event-card .row-full-width-inner .card-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}
.cms-walk-with-a-doc .typical-event-card .row-full-width-inner .card-container .card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 48px 24px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.102);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}
@media (max-width: 992px) {
  .cms-walk-with-a-doc .typical-event-card .row-full-width-inner .card-container .card {
    flex: unset;
    width: 47%;
    padding: 32px 16px;
  }
}
@media (max-width: 576px) {
  .cms-walk-with-a-doc .typical-event-card .row-full-width-inner .card-container .card {
    width: 100%;
    padding: 24px 12px;
  }
}
.cms-walk-with-a-doc .typical-event-card .row-full-width-inner .card-container .card .icon-wrapper {
  background-color: #0275d81a;
  border-radius: 9999px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
}
.cms-walk-with-a-doc .typical-event-card .row-full-width-inner .card-container .card .icon-wrapper img {
  width: 20px;
  height: 20px;
}
.cms-walk-with-a-doc .typical-event-card .row-full-width-inner .card-container .card h3 {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: #444444;
  margin: 0 0 6px 0;
}
@media (max-width: 576px) {
  .cms-walk-with-a-doc .typical-event-card .row-full-width-inner .card-container .card h3 {
    font-size: 16px;
  }
}
.cms-walk-with-a-doc .typical-event-card .row-full-width-inner .card-container .card p {
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .cms-walk-with-a-doc .typical-event-card .row-full-width-inner .card-container .card p {
    font-size: 14px;
  }
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner {
  padding: 45px 20px;
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner h2 {
  font-weight: 600;
  font-size: 36px;
  color: #444444;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container {
    grid-template-columns: 1fr;
  }
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.102);
  padding: 23px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .card .card-title {
  font-weight: 600;
  font-size: 24px;
  color: #444444;
  margin: 0;
  text-align: left;
}
@media (max-width: 576px) {
  .cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .card .card-title {
    font-size: 20px;
  }
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .card.left .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}
@media (max-width: 576px) {
  .cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .card.left .card-wrapper {
    gap: 16px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .card.left {
    flex-direction: column;
    gap: 24px;
  }
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .card.left .text-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 60%;
}
@media (max-width: 576px) {
  .cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .card.left .text-container {
    width: 100%;
  }
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .card.left img {
  border-radius: 12px;
  object-fit: cover;
  width: 35%;
}
@media (max-width: 576px) {
  .cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .card.left img {
    width: 100%;
  }
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .card.right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .card.right .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0px;
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .mission-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .mission-item .icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  background-color: #0275d81a;
  color: #3b82f6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .mission-item .icon-circle {
    width: 40px;
    height: 40px;
  }
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .mission-item .icon-circle img {
  width: 23.68px;
  height: 23.68px;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .mission-item .icon-circle img {
    width: 18.68px;
    height: 18.68px;
  }
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .mission-item .mission-text {
  display: flex;
  flex-direction: column;
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .mission-item .mission-text strong {
  font-weight: 600;
  font-size: 20px;
  color: #444444;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .mission-item .mission-text strong {
    font-size: 18px;
  }
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .mission-item .mission-text span {
  font-weight: 400;
  font-size: 18px;
  color: #444444;
  line-height: 1.3;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .mission-item .mission-text span {
    font-size: 16px;
  }
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .progress-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .progress-item .progress-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .progress-item .progress-label-row strong,
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .progress-item .progress-label-row span {
  font-weight: 600;
  font-size: 20px;
  color: #444444;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .progress-item .progress-label-row strong,
  .cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .progress-item .progress-label-row span {
    font-size: 18px;
  }
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .progress-item .progress-bar-bg {
  width: 100%;
  height: 6px;
  background-color: #e5e7eb;
  border-radius: 9999px;
  overflow: hidden;
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .progress-item .progress-bar-bg .progress-education {
  background-color: #009688;
  height: 8px;
  border-radius: 9999px;
  width: 92.4%;
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .progress-item .progress-bar-bg .progress-exercise {
  background-color: #007bff;
  height: 8px;
  border-radius: 9999px;
  width: 79.4%;
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .progress-item .progress-bar-bg .progress-empowered {
  background-color: #4fc3f7;
  height: 8px;
  border-radius: 9999px;
  width: 78.8%;
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .progress-item .progress-desc {
  font-weight: 400;
  font-size: 18px;
  color: #444444;
  line-height: 1.3;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .progress-item .progress-desc {
    font-size: 16px;
  }
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .bottom-text {
  font-weight: 600;
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .bottom-text {
    font-size: 16px;
  }
}
.cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .bottom-text strong {
  color: #ff3c3c;
  font-size: 20px;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .all-walks-are-free-section .row-full-width-inner .walks-are-free-container .bottom-text strong {
    font-size: 18px;
  }
}
.cms-walk-with-a-doc .doctore-join-section {
  margin-bottom: 29px;
  background: url("../images/doctor-join-bg-section.png") no-repeat center center;
  background-size: cover;
}
.cms-walk-with-a-doc .doctore-join-section .doctore-join-container {
  margin: 32px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.cms-walk-with-a-doc .doctore-join-section .doctore-join-container .left-section {
  flex: 1 1 33.3333%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .doctore-join-section .doctore-join-container .left-section {
    flex: 1 1 100%;
  }
}
.cms-walk-with-a-doc .doctore-join-section .doctore-join-container .left-section h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3;
  color: #444444;
  text-align: center;
  white-space: pre-line;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .doctore-join-section .doctore-join-container .left-section h2 {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
.cms-walk-with-a-doc .doctore-join-section .doctore-join-container .right-section {
  flex: 1 1 66.6667%;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .doctore-join-section .doctore-join-container .right-section {
    flex: 1 1 100%;
  }
}
.cms-walk-with-a-doc .doctore-join-section .doctore-join-container .right-section .item {
  display: flex;
  gap: 12px;
}
.cms-walk-with-a-doc .doctore-join-section .doctore-join-container .right-section .item .icon {
  width: 20px;
  height: 20px;
  margin-top: 18px;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .doctore-join-section .doctore-join-container .right-section .item .icon {
    width: 16px;
    height: 16px;
    margin-top: 14px;
  }
}
.cms-walk-with-a-doc .doctore-join-section .doctore-join-container .right-section .item .item-content p:first-child {
  font-weight: 600;
  color: #444444;
  margin: 0 0 4px 0;
  font-size: 20px;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .doctore-join-section .doctore-join-container .right-section .item .item-content p:first-child {
    font-size: 18px;
  }
}
.cms-walk-with-a-doc .doctore-join-section .doctore-join-container .right-section .item .item-content p:last-child {
  margin: 0;
  font-weight: 400;
  color: #444444;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .doctore-join-section .doctore-join-container .right-section .item .item-content p:last-child {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .cms-walk-with-a-doc .doctore-join-section .doctore-join-container {
    flex-direction: column;
    margin: 18px auto;
  }
  .cms-walk-with-a-doc .doctore-join-section .doctore-join-container .left-section,
  .cms-walk-with-a-doc .doctore-join-section .doctore-join-container .right-section {
    flex: 1 1 100%;
    padding: 0 8px;
  }
  .cms-walk-with-a-doc .doctore-join-section .doctore-join-container .right-section {
    gap: 24px;
  }
  .cms-walk-with-a-doc .doctore-join-section .doctore-join-container .right-section .item-content p:last-child {
    max-width: 100%;
  }
}
.request-shoe-samples-button {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .request-shoe-samples-button {
    margin: 20px 0;
  }
}
.request-shoe-samples-button .row-full-width-inner {
  text-align: center;
}
.request-shoe-samples-button .row-full-width-inner .pagebuilder-button-primary {
  margin: 0;
  background-color: #26bd9a;
  border-color: #26bd9a;
  color: #fff;
  padding: 24px;
  border-radius: 0px;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .request-shoe-samples-button .row-full-width-inner .pagebuilder-button-primary {
    font-size: 18px;
    font-weight: 600;
    padding: 16px;
  }
}
@media screen and (max-width: 480px) {
  .request-shoe-samples-button .row-full-width-inner .pagebuilder-button-primary {
    font-size: 16px;
    padding: 12px;
  }
}
.cms-best-strechable-shoes-landing-page .page.messages .message.error {
  margin: 0;
}
.cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container {
  background-color: #eaf2ef;
  padding-top: 207px;
}
@media (max-width: 992px) {
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container {
    padding-top: 157px;
  }
}
@media (max-width: 768px) {
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container {
    padding-top: 30px;
  }
}
.cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1800px) {
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line {
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure {
    text-align: center;
  }
}
.cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 20px;
  line-height: 60px;
}
@media screen and (max-width: 1800px) {
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 24px;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column p {
  font-weight: 400;
  font-size: 20px;
  color: #444444;
  line-height: 30px;
}
@media screen and (max-width: 1200px) {
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column p {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column p {
    font-size: 16px;
    line-height: 26px;
  }
}
.cms-best-strechable-shoes-landing-page .stretchable-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column p a {
  color: #7e928d;
  text-decoration: underline;
  white-space: nowrap;
}
.cms-tie-less-shoes-landing-page .page.messages .message.error {
  margin: 0;
}
.cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container {
  background-color: #eaf2ef;
  padding-top: 96px;
}
@media screen and (max-width: 1200px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container {
    padding-top: 30px;
  }
}
.cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1800px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line {
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
    max-width: 100%;
  }
}
.cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 20px;
  line-height: 60px;
}
@media screen and (max-width: 1800px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 24px;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column p {
  font-weight: 400;
  font-size: 16px;
  color: #052840;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column p {
    text-align: left !important;
  }
}
@media screen and (max-width: 992px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column p {
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.image-content {
  background-color: #fff;
  padding: 16px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
@media screen and (max-width: 768px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.image-content {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}
.cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content {
  max-width: 844px;
  margin-top: 17px;
}
.cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul {
  list-style: disc;
  padding-left: 20px;
  padding-right: 12px;
  color: #444444;
}
.cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 1200px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .cms-tie-less-shoes-landing-page .tie-less-shoes-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
.cms-waterproof-shoes-landing-page .page.messages .message.error {
  margin: 0;
}
.cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container {
  background-color: #eaf2ef;
  padding: 96px 0;
}
@media screen and (max-width: 1200px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container {
    padding: 30px 0;
  }
}
.cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1800px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line {
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line {
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
    max-width: 100%;
  }
}
.cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 20px;
  line-height: 60px;
}
@media screen and (max-width: 1800px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 24px;
    line-height: 15px;
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column p {
  font-weight: 400;
  font-size: 16px;
  color: #052840;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column p {
    text-align: left !important;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content {
  max-width: 844px;
  margin-top: 17px;
}
.cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul {
  list-style: disc;
  padding-left: 20px;
  padding-right: 12px;
  color: #444444;
}
.cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 1200px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .cms-waterproof-shoes-landing-page .waterproof-shoe-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
.cms-workshoes .page.messages .message.error {
  margin: 0;
}
.cms-workshoes .workshoes-container {
  background-color: #eaf2ef;
  padding: 77px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .cms-workshoes .workshoes-container {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .cms-workshoes .workshoes-container {
    margin-bottom: 0px;
  }
}
.cms-workshoes .workshoes-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1800px) {
  .cms-workshoes .workshoes-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-workshoes .workshoes-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-workshoes .workshoes-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-workshoes .workshoes-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-workshoes .workshoes-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-workshoes .workshoes-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line {
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line {
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
    max-width: 100%;
  }
}
.cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 20px;
  line-height: 60px;
}
@media screen and (max-width: 1800px) {
  .cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 24px;
    line-height: 15px;
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column p {
  font-weight: 400;
  font-size: 16px;
  color: #052840;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column p {
    text-align: left !important;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .list-header p {
  font-weight: 400;
  font-size: 20px;
  color: #444444;
  line-height: 31px;
  margin-bottom: 25px;
  text-transform: none;
}
@media screen and (max-width: 992px) {
  .cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .list-header p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .list-header p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content {
  max-width: 844px;
  margin-top: 17px;
}
.cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul {
  list-style: disc;
  padding-left: 50px;
  padding-right: 12px;
  color: #444444;
}
@media screen and (max-width: 768px) {
  .cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul {
    padding-left: 35px;
  }
}
.cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 1200px) {
  .cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .cms-workshoes .workshoes-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
.cms-afo-friendly-styles .page.messages .message.error {
  margin: 0;
}
.cms-afo-friendly-styles .afo-friendly-styles-container {
  background-color: #eaf2ef;
  padding: 77px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container {
    margin-bottom: 0px;
  }
}
.cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1800px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line {
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
    max-width: 100%;
  }
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.image-content img {
    width: 100%;
  }
}
.cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 20px;
  line-height: 60px;
}
@media screen and (max-width: 1800px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 34px;
    text-align: left !important;
  }
}
@media screen and (max-width: 992px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 24px;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column p {
  font-weight: 400;
  font-size: 16px;
  color: #052840;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column p {
    text-align: left !important;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .list-header p,
.cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .content-para p {
  font-weight: 400;
  font-size: 20px;
  color: #444444;
  line-height: 31px;
  margin-bottom: 25px;
  text-transform: none;
}
@media screen and (max-width: 992px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .list-header p,
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .content-para p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .list-header p,
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .content-para p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .list-header p {
  margin-bottom: 5px;
}
.cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content {
  max-width: 844px;
  margin-top: 17px;
}
.cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul {
  list-style: disc;
  padding-left: 50px;
  padding-right: 12px;
  color: #444444;
}
@media screen and (max-width: 768px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul {
    padding-left: 35px;
  }
}
.cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 1200px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .cms-afo-friendly-styles .afo-friendly-styles-container .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.text-content ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
.cms-mens-new-styles h2[data-content-type="heading"],
.cms-mens-coming-soon h2[data-content-type="heading"],
.cms-mens-discontinued h2[data-content-type="heading"],
.cms-womens-new-styles h2[data-content-type="heading"],
.cms-womens-coming-soon h2[data-content-type="heading"],
.cms-womens-discontinued h2[data-content-type="heading"],
.cms-references h2[data-content-type="heading"],
.cms-medicare-compliance h2[data-content-type="heading"],
.cms-therapeutic-shoe-fitter h2[data-content-type="heading"],
.cms-testimonials h2[data-content-type="heading"],
.cms-salesteam h2[data-content-type="heading"],
.cms-orthofeet-returns-policy h2[data-content-type="heading"],
.cms-non-physician-forms h2[data-content-type="heading"],
.cms-retail-forms h2[data-content-type="heading"],
.cms-shipping-labels h2[data-content-type="heading"],
.cms-blog h2[data-content-type="heading"],
.cms-medicare-reimbursement-rates h2[data-content-type="heading"],
.cms-salestax h2[data-content-type="heading"],
.cms-partner-resources h2[data-content-type="heading"],
.cms-webinars h2[data-content-type="heading"] {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  color: #444444;
  line-height: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-mens-new-styles h2[data-content-type="heading"],
  .cms-mens-coming-soon h2[data-content-type="heading"],
  .cms-mens-discontinued h2[data-content-type="heading"],
  .cms-womens-new-styles h2[data-content-type="heading"],
  .cms-womens-coming-soon h2[data-content-type="heading"],
  .cms-womens-discontinued h2[data-content-type="heading"],
  .cms-references h2[data-content-type="heading"],
  .cms-medicare-compliance h2[data-content-type="heading"],
  .cms-therapeutic-shoe-fitter h2[data-content-type="heading"],
  .cms-testimonials h2[data-content-type="heading"],
  .cms-salesteam h2[data-content-type="heading"],
  .cms-orthofeet-returns-policy h2[data-content-type="heading"],
  .cms-non-physician-forms h2[data-content-type="heading"],
  .cms-retail-forms h2[data-content-type="heading"],
  .cms-shipping-labels h2[data-content-type="heading"],
  .cms-blog h2[data-content-type="heading"],
  .cms-medicare-reimbursement-rates h2[data-content-type="heading"],
  .cms-salestax h2[data-content-type="heading"],
  .cms-partner-resources h2[data-content-type="heading"],
  .cms-webinars h2[data-content-type="heading"] {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-mens-new-styles h2[data-content-type="heading"],
  .cms-mens-coming-soon h2[data-content-type="heading"],
  .cms-mens-discontinued h2[data-content-type="heading"],
  .cms-womens-new-styles h2[data-content-type="heading"],
  .cms-womens-coming-soon h2[data-content-type="heading"],
  .cms-womens-discontinued h2[data-content-type="heading"],
  .cms-references h2[data-content-type="heading"],
  .cms-medicare-compliance h2[data-content-type="heading"],
  .cms-therapeutic-shoe-fitter h2[data-content-type="heading"],
  .cms-testimonials h2[data-content-type="heading"],
  .cms-salesteam h2[data-content-type="heading"],
  .cms-orthofeet-returns-policy h2[data-content-type="heading"],
  .cms-non-physician-forms h2[data-content-type="heading"],
  .cms-retail-forms h2[data-content-type="heading"],
  .cms-shipping-labels h2[data-content-type="heading"],
  .cms-blog h2[data-content-type="heading"],
  .cms-medicare-reimbursement-rates h2[data-content-type="heading"],
  .cms-salestax h2[data-content-type="heading"],
  .cms-partner-resources h2[data-content-type="heading"],
  .cms-webinars h2[data-content-type="heading"] {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-mens-new-styles h2[data-content-type="heading"],
  .cms-mens-coming-soon h2[data-content-type="heading"],
  .cms-mens-discontinued h2[data-content-type="heading"],
  .cms-womens-new-styles h2[data-content-type="heading"],
  .cms-womens-coming-soon h2[data-content-type="heading"],
  .cms-womens-discontinued h2[data-content-type="heading"],
  .cms-references h2[data-content-type="heading"],
  .cms-medicare-compliance h2[data-content-type="heading"],
  .cms-therapeutic-shoe-fitter h2[data-content-type="heading"],
  .cms-testimonials h2[data-content-type="heading"],
  .cms-salesteam h2[data-content-type="heading"],
  .cms-orthofeet-returns-policy h2[data-content-type="heading"],
  .cms-non-physician-forms h2[data-content-type="heading"],
  .cms-retail-forms h2[data-content-type="heading"],
  .cms-shipping-labels h2[data-content-type="heading"],
  .cms-blog h2[data-content-type="heading"],
  .cms-medicare-reimbursement-rates h2[data-content-type="heading"],
  .cms-salestax h2[data-content-type="heading"],
  .cms-partner-resources h2[data-content-type="heading"],
  .cms-webinars h2[data-content-type="heading"] {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .cms-mens-new-styles h2[data-content-type="heading"],
  .cms-mens-coming-soon h2[data-content-type="heading"],
  .cms-mens-discontinued h2[data-content-type="heading"],
  .cms-womens-new-styles h2[data-content-type="heading"],
  .cms-womens-coming-soon h2[data-content-type="heading"],
  .cms-womens-discontinued h2[data-content-type="heading"],
  .cms-references h2[data-content-type="heading"],
  .cms-medicare-compliance h2[data-content-type="heading"],
  .cms-therapeutic-shoe-fitter h2[data-content-type="heading"],
  .cms-testimonials h2[data-content-type="heading"],
  .cms-salesteam h2[data-content-type="heading"],
  .cms-orthofeet-returns-policy h2[data-content-type="heading"],
  .cms-non-physician-forms h2[data-content-type="heading"],
  .cms-retail-forms h2[data-content-type="heading"],
  .cms-shipping-labels h2[data-content-type="heading"],
  .cms-blog h2[data-content-type="heading"],
  .cms-medicare-reimbursement-rates h2[data-content-type="heading"],
  .cms-salestax h2[data-content-type="heading"],
  .cms-partner-resources h2[data-content-type="heading"],
  .cms-webinars h2[data-content-type="heading"] {
    font-size: 24px;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cms-mens-new-styles h2[data-content-type="heading"],
  .cms-mens-coming-soon h2[data-content-type="heading"],
  .cms-mens-discontinued h2[data-content-type="heading"],
  .cms-womens-new-styles h2[data-content-type="heading"],
  .cms-womens-coming-soon h2[data-content-type="heading"],
  .cms-womens-discontinued h2[data-content-type="heading"],
  .cms-references h2[data-content-type="heading"],
  .cms-medicare-compliance h2[data-content-type="heading"],
  .cms-therapeutic-shoe-fitter h2[data-content-type="heading"],
  .cms-testimonials h2[data-content-type="heading"],
  .cms-salesteam h2[data-content-type="heading"],
  .cms-orthofeet-returns-policy h2[data-content-type="heading"],
  .cms-non-physician-forms h2[data-content-type="heading"],
  .cms-retail-forms h2[data-content-type="heading"],
  .cms-shipping-labels h2[data-content-type="heading"],
  .cms-blog h2[data-content-type="heading"],
  .cms-medicare-reimbursement-rates h2[data-content-type="heading"],
  .cms-salestax h2[data-content-type="heading"],
  .cms-partner-resources h2[data-content-type="heading"],
  .cms-webinars h2[data-content-type="heading"] {
    line-height: 30px;
    margin-bottom: 0px;
  }
}
.cms-mens-new-styles h2[data-content-type="heading"],
.cms-mens-coming-soon h2[data-content-type="heading"],
.cms-mens-discontinued h2[data-content-type="heading"],
.cms-womens-new-styles h2[data-content-type="heading"],
.cms-womens-coming-soon h2[data-content-type="heading"],
.cms-womens-discontinued h2[data-content-type="heading"] {
  margin-top: 51px;
}
@media screen and (max-width: 768px) {
  .cms-mens-new-styles h2[data-content-type="heading"],
  .cms-mens-coming-soon h2[data-content-type="heading"],
  .cms-mens-discontinued h2[data-content-type="heading"],
  .cms-womens-new-styles h2[data-content-type="heading"],
  .cms-womens-coming-soon h2[data-content-type="heading"],
  .cms-womens-discontinued h2[data-content-type="heading"] {
    margin-top: 30px;
  }
}
.cms-references h2[data-content-type="heading"],
.cms-medicare-compliance h2[data-content-type="heading"],
.cms-therapeutic-shoe-fitter h2[data-content-type="heading"],
.cms-testimonials h2[data-content-type="heading"],
.cms-salesteam h2[data-content-type="heading"],
.cms-orthofeet-returns-policy h2[data-content-type="heading"],
.cms-non-physician-forms h2[data-content-type="heading"],
.cms-retail-forms h2[data-content-type="heading"],
.cms-shipping-labels h2[data-content-type="heading"],
.cms-blog h2[data-content-type="heading"],
.cms-medicare-reimbursement-rates h2[data-content-type="heading"],
.cms-salestax h2[data-content-type="heading"],
.cms-partner-resources h2[data-content-type="heading"],
.cms-webinars h2[data-content-type="heading"],
.cms-tradeshow-schedule h2[data-content-type="heading"] {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  color: #444444;
  line-height: 60px;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .cms-references h2[data-content-type="heading"],
  .cms-medicare-compliance h2[data-content-type="heading"],
  .cms-therapeutic-shoe-fitter h2[data-content-type="heading"],
  .cms-testimonials h2[data-content-type="heading"],
  .cms-salesteam h2[data-content-type="heading"],
  .cms-orthofeet-returns-policy h2[data-content-type="heading"],
  .cms-non-physician-forms h2[data-content-type="heading"],
  .cms-retail-forms h2[data-content-type="heading"],
  .cms-shipping-labels h2[data-content-type="heading"],
  .cms-blog h2[data-content-type="heading"],
  .cms-medicare-reimbursement-rates h2[data-content-type="heading"],
  .cms-salestax h2[data-content-type="heading"],
  .cms-partner-resources h2[data-content-type="heading"],
  .cms-webinars h2[data-content-type="heading"],
  .cms-tradeshow-schedule h2[data-content-type="heading"] {
    margin-top: 10px;
  }
}
.cms-mens-discontinued .discontinued-container .row-full-width-inner,
.cms-womens-discontinued .discontinued-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-mens-discontinued .discontinued-container .row-full-width-inner,
  .cms-womens-discontinued .discontinued-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-mens-discontinued .discontinued-container .row-full-width-inner,
  .cms-womens-discontinued .discontinued-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-mens-discontinued .discontinued-container .row-full-width-inner,
  .cms-womens-discontinued .discontinued-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-mens-discontinued .discontinued-container .row-full-width-inner,
  .cms-womens-discontinued .discontinued-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-mens-discontinued .discontinued-container .row-full-width-inner,
  .cms-womens-discontinued .discontinued-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-mens-discontinued .discontinued-container .row-full-width-inner,
  .cms-womens-discontinued .discontinued-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-mens-discontinued .discontinued-container .row-full-width-inner .category-container,
.cms-womens-discontinued .discontinued-container .row-full-width-inner .category-container {
  padding: 10px 0;
}
.cms-mens-discontinued .discontinued-container .title-description p,
.cms-womens-discontinued .discontinued-container .title-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #052840;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cms-mens-discontinued .discontinued-container .title-description p,
  .cms-womens-discontinued .discontinued-container .title-description p {
    font-size: 14px;
    line-height: 24px;
  }
}
.cms-mens-discontinued .discontinued-container .excel-sheet-button,
.cms-womens-discontinued .discontinued-container .excel-sheet-button {
  font-weight: 600;
  background-color: #26bd9a;
  color: #fff;
  font-size: 20px;
  padding: 14px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: none;
}
.cms-mens-discontinued .discontinued-container h4,
.cms-womens-discontinued .discontinued-container h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 27px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .cms-mens-discontinued .discontinued-container h4,
  .cms-womens-discontinued .discontinued-container h4 {
    font-size: 24px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .cms-mens-discontinued .discontinued-container h4,
  .cms-womens-discontinued .discontinued-container h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.cms-mens-discontinued .discontinued-container .header-dowload-button .pagebuilder-column-line,
.cms-womens-discontinued .discontinued-container .header-dowload-button .pagebuilder-column-line {
  margin-bottom: 25px;
}
.cms-mens-discontinued .discontinued-container .header-dowload-button .pagebuilder-column-line h4,
.cms-womens-discontinued .discontinued-container .header-dowload-button .pagebuilder-column-line h4 {
  margin-bottom: 0;
}
.cms-references .references-container.references-card .pagebuilder-column-line {
  gap: 30px;
}
.cms-references .references-container.references-card .pagebuilder-column-line .pagebuilder-column {
  width: 30.3333% !important;
}
.cms-references .references-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-references .references-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-references .references-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-references .references-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-references .references-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-references .references-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-references .references-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-references .references-container .row-full-width-inner ul {
  list-style: disc;
  padding-left: 26px;
  margin-bottom: 80px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .cms-references .references-container .row-full-width-inner ul {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
.cms-references .row-full-width-inner ul,
.cms-medicare-compliance .row-full-width-inner ul,
.cms-therapeutic-shoe-fitter .row-full-width-inner ul,
.cms-salesteam .row-full-width-inner ul,
.cms-non-physician-forms .row-full-width-inner ul,
.cms-retail-forms .row-full-width-inner ul,
.cms-salestax .row-full-width-inner ul,
.cms-references .row-full-width-inner ol,
.cms-medicare-compliance .row-full-width-inner ol,
.cms-therapeutic-shoe-fitter .row-full-width-inner ol,
.cms-salesteam .row-full-width-inner ol,
.cms-non-physician-forms .row-full-width-inner ol,
.cms-retail-forms .row-full-width-inner ol,
.cms-salestax .row-full-width-inner ol {
  list-style: disc;
  padding-left: 26px;
}
.cms-references .row-full-width-inner ul li,
.cms-medicare-compliance .row-full-width-inner ul li,
.cms-therapeutic-shoe-fitter .row-full-width-inner ul li,
.cms-salesteam .row-full-width-inner ul li,
.cms-non-physician-forms .row-full-width-inner ul li,
.cms-retail-forms .row-full-width-inner ul li,
.cms-salestax .row-full-width-inner ul li,
.cms-references .row-full-width-inner ol li,
.cms-medicare-compliance .row-full-width-inner ol li,
.cms-therapeutic-shoe-fitter .row-full-width-inner ol li,
.cms-salesteam .row-full-width-inner ol li,
.cms-non-physician-forms .row-full-width-inner ol li,
.cms-retail-forms .row-full-width-inner ol li,
.cms-salestax .row-full-width-inner ol li {
  font-weight: 500;
  font-size: 24px;
  color: #444444;
  line-height: 35px;
  letter-spacing: 0.32px;
}
.cms-references .row-full-width-inner ul li a,
.cms-medicare-compliance .row-full-width-inner ul li a,
.cms-therapeutic-shoe-fitter .row-full-width-inner ul li a,
.cms-salesteam .row-full-width-inner ul li a,
.cms-non-physician-forms .row-full-width-inner ul li a,
.cms-retail-forms .row-full-width-inner ul li a,
.cms-salestax .row-full-width-inner ul li a,
.cms-references .row-full-width-inner ol li a,
.cms-medicare-compliance .row-full-width-inner ol li a,
.cms-therapeutic-shoe-fitter .row-full-width-inner ol li a,
.cms-salesteam .row-full-width-inner ol li a,
.cms-non-physician-forms .row-full-width-inner ol li a,
.cms-retail-forms .row-full-width-inner ol li a,
.cms-salestax .row-full-width-inner ol li a {
  color: #26bd9a;
}
.cms-references .row-full-width-inner ul li p,
.cms-medicare-compliance .row-full-width-inner ul li p,
.cms-therapeutic-shoe-fitter .row-full-width-inner ul li p,
.cms-salesteam .row-full-width-inner ul li p,
.cms-non-physician-forms .row-full-width-inner ul li p,
.cms-retail-forms .row-full-width-inner ul li p,
.cms-salestax .row-full-width-inner ul li p,
.cms-references .row-full-width-inner ol li p,
.cms-medicare-compliance .row-full-width-inner ol li p,
.cms-therapeutic-shoe-fitter .row-full-width-inner ol li p,
.cms-salesteam .row-full-width-inner ol li p,
.cms-non-physician-forms .row-full-width-inner ol li p,
.cms-retail-forms .row-full-width-inner ol li p,
.cms-salestax .row-full-width-inner ol li p {
  margin-bottom: 6px;
}
.cms-references .row-full-width-inner ul li .arrow,
.cms-medicare-compliance .row-full-width-inner ul li .arrow,
.cms-therapeutic-shoe-fitter .row-full-width-inner ul li .arrow,
.cms-salesteam .row-full-width-inner ul li .arrow,
.cms-non-physician-forms .row-full-width-inner ul li .arrow,
.cms-retail-forms .row-full-width-inner ul li .arrow,
.cms-salestax .row-full-width-inner ul li .arrow,
.cms-references .row-full-width-inner ol li .arrow,
.cms-medicare-compliance .row-full-width-inner ol li .arrow,
.cms-therapeutic-shoe-fitter .row-full-width-inner ol li .arrow,
.cms-salesteam .row-full-width-inner ol li .arrow,
.cms-non-physician-forms .row-full-width-inner ol li .arrow,
.cms-retail-forms .row-full-width-inner ol li .arrow,
.cms-salestax .row-full-width-inner ol li .arrow {
  position: relative;
  top: -4px;
}
.cms-references .row-full-width-inner ul li::marker,
.cms-medicare-compliance .row-full-width-inner ul li::marker,
.cms-therapeutic-shoe-fitter .row-full-width-inner ul li::marker,
.cms-salesteam .row-full-width-inner ul li::marker,
.cms-non-physician-forms .row-full-width-inner ul li::marker,
.cms-retail-forms .row-full-width-inner ul li::marker,
.cms-salestax .row-full-width-inner ul li::marker,
.cms-references .row-full-width-inner ol li::marker,
.cms-medicare-compliance .row-full-width-inner ol li::marker,
.cms-therapeutic-shoe-fitter .row-full-width-inner ol li::marker,
.cms-salesteam .row-full-width-inner ol li::marker,
.cms-non-physician-forms .row-full-width-inner ol li::marker,
.cms-retail-forms .row-full-width-inner ol li::marker,
.cms-salestax .row-full-width-inner ol li::marker {
  color: #26bd9a;
}
@media screen and (max-width: 1200px) {
  .cms-references .row-full-width-inner ul li,
  .cms-medicare-compliance .row-full-width-inner ul li,
  .cms-therapeutic-shoe-fitter .row-full-width-inner ul li,
  .cms-salesteam .row-full-width-inner ul li,
  .cms-non-physician-forms .row-full-width-inner ul li,
  .cms-retail-forms .row-full-width-inner ul li,
  .cms-salestax .row-full-width-inner ul li,
  .cms-references .row-full-width-inner ol li,
  .cms-medicare-compliance .row-full-width-inner ol li,
  .cms-therapeutic-shoe-fitter .row-full-width-inner ol li,
  .cms-salesteam .row-full-width-inner ol li,
  .cms-non-physician-forms .row-full-width-inner ol li,
  .cms-retail-forms .row-full-width-inner ol li,
  .cms-salestax .row-full-width-inner ol li {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .cms-references .row-full-width-inner ul li,
  .cms-medicare-compliance .row-full-width-inner ul li,
  .cms-therapeutic-shoe-fitter .row-full-width-inner ul li,
  .cms-salesteam .row-full-width-inner ul li,
  .cms-non-physician-forms .row-full-width-inner ul li,
  .cms-retail-forms .row-full-width-inner ul li,
  .cms-salestax .row-full-width-inner ul li,
  .cms-references .row-full-width-inner ol li,
  .cms-medicare-compliance .row-full-width-inner ol li,
  .cms-therapeutic-shoe-fitter .row-full-width-inner ol li,
  .cms-salesteam .row-full-width-inner ol li,
  .cms-non-physician-forms .row-full-width-inner ol li,
  .cms-retail-forms .row-full-width-inner ol li,
  .cms-salestax .row-full-width-inner ol li {
    font-size: 16px;
    line-height: 26px;
  }
}
.cms-references .row-full-width-inner ul li li::marker,
.cms-medicare-compliance .row-full-width-inner ul li li::marker,
.cms-therapeutic-shoe-fitter .row-full-width-inner ul li li::marker,
.cms-salesteam .row-full-width-inner ul li li::marker,
.cms-non-physician-forms .row-full-width-inner ul li li::marker,
.cms-retail-forms .row-full-width-inner ul li li::marker,
.cms-salestax .row-full-width-inner ul li li::marker,
.cms-references .row-full-width-inner ol li li::marker,
.cms-medicare-compliance .row-full-width-inner ol li li::marker,
.cms-therapeutic-shoe-fitter .row-full-width-inner ol li li::marker,
.cms-salesteam .row-full-width-inner ol li li::marker,
.cms-non-physician-forms .row-full-width-inner ol li li::marker,
.cms-retail-forms .row-full-width-inner ol li li::marker,
.cms-salestax .row-full-width-inner ol li li::marker {
  color: #444444;
}
.cms-references .row-full-width-inner ol,
.cms-medicare-compliance .row-full-width-inner ol,
.cms-therapeutic-shoe-fitter .row-full-width-inner ol,
.cms-salesteam .row-full-width-inner ol,
.cms-non-physician-forms .row-full-width-inner ol,
.cms-retail-forms .row-full-width-inner ol,
.cms-salestax .row-full-width-inner ol {
  list-style: decimal !important;
}
.cms-medicare-compliance .medicare-compliance-container.bg-color,
.cms-therapeutic-shoe-fitter .medicare-compliance-container.bg-color {
  background-color: #eaf2ef;
  padding: 20px 0;
  margin: 35px 0 6px;
}
@media screen and (max-width: 768px) {
  .cms-medicare-compliance .medicare-compliance-container.bg-color,
  .cms-therapeutic-shoe-fitter .medicare-compliance-container.bg-color {
    padding: 20px 0 10px 0;
    margin: 15px 0 6px;
  }
}
.cms-medicare-compliance .medicare-compliance-container .row-full-width-inner,
.cms-therapeutic-shoe-fitter .medicare-compliance-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-medicare-compliance .medicare-compliance-container .row-full-width-inner,
  .cms-therapeutic-shoe-fitter .medicare-compliance-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-medicare-compliance .medicare-compliance-container .row-full-width-inner,
  .cms-therapeutic-shoe-fitter .medicare-compliance-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-medicare-compliance .medicare-compliance-container .row-full-width-inner,
  .cms-therapeutic-shoe-fitter .medicare-compliance-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-medicare-compliance .medicare-compliance-container .row-full-width-inner,
  .cms-therapeutic-shoe-fitter .medicare-compliance-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-medicare-compliance .medicare-compliance-container .row-full-width-inner,
  .cms-therapeutic-shoe-fitter .medicare-compliance-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-medicare-compliance .medicare-compliance-container .row-full-width-inner,
  .cms-therapeutic-shoe-fitter .medicare-compliance-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-medicare-compliance .medicare-compliance-container .row-full-width-inner .category-container,
.cms-therapeutic-shoe-fitter .medicare-compliance-container .row-full-width-inner .category-container {
  padding: 10px 0;
}
.cms-medicare-compliance .medicare-compliance-container .title-description p,
.cms-therapeutic-shoe-fitter .medicare-compliance-container .title-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #052840;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cms-medicare-compliance .medicare-compliance-container .title-description p,
  .cms-therapeutic-shoe-fitter .medicare-compliance-container .title-description p {
    font-size: 14px;
    line-height: 24px;
  }
}
.cms-medicare-compliance .medicare-compliance-container h4,
.cms-therapeutic-shoe-fitter .medicare-compliance-container h4 {
  font-weight: 600;
  font-size: 36px;
  color: #444444;
  margin-bottom: 18px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .cms-medicare-compliance .medicare-compliance-container h4,
  .cms-therapeutic-shoe-fitter .medicare-compliance-container h4 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .cms-medicare-compliance .medicare-compliance-container h4,
  .cms-therapeutic-shoe-fitter .medicare-compliance-container h4 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.cms-medicare-compliance .medicare-reimbursement-rates-container .row-full-width-inner,
.cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-medicare-compliance .medicare-reimbursement-rates-container .row-full-width-inner,
  .cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-medicare-compliance .medicare-reimbursement-rates-container .row-full-width-inner,
  .cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-medicare-compliance .medicare-reimbursement-rates-container .row-full-width-inner,
  .cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-medicare-compliance .medicare-reimbursement-rates-container .row-full-width-inner,
  .cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-medicare-compliance .medicare-reimbursement-rates-container .row-full-width-inner,
  .cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-medicare-compliance .medicare-reimbursement-rates-container .row-full-width-inner,
  .cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-medicare-compliance .medicare-reimbursement-rates-container .title-description p,
.cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container .title-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #052840;
  max-width: 1070px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cms-medicare-compliance .medicare-reimbursement-rates-container .title-description p,
  .cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container .title-description p {
    font-size: 14px;
    line-height: 24px;
  }
}
.cms-medicare-compliance .medicare-reimbursement-rates-container .light-green-bg,
.cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container .light-green-bg {
  padding: 32px 27px;
  border-left: 4px solid #28d1aa;
  margin: 10px 0 35px;
  background: #f0fdfa;
  letter-spacing: 0.32px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .cms-medicare-compliance .medicare-reimbursement-rates-container .light-green-bg,
  .cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container .light-green-bg {
    padding: 20px;
    line-height: 23px;
  }
}
.cms-medicare-compliance .medicare-reimbursement-rates-container .light-green-bg strong,
.cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container .light-green-bg strong {
  font-weight: 700;
  color: #444444;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .cms-medicare-compliance .medicare-reimbursement-rates-container .light-green-bg strong,
  .cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container .light-green-bg strong {
    font-size: 18px;
    font-weight: 600;
  }
}
.cms-medicare-compliance .medicare-reimbursement-rates-container .light-green-bg a,
.cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container .light-green-bg a {
  color: #28d1aa;
}
@media screen and (max-width: 768px) {
  .cms-medicare-compliance .medicare-reimbursement-rates-container .light-green-bg,
  .cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container .light-green-bg {
    padding: 20px;
  }
}
.cms-medicare-compliance .medicare-reimbursement-rates-container.data-table .row-full-width-inner div,
.cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container.data-table .row-full-width-inner div {
  overflow-x: auto !important;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.102);
  border-radius: 0 0 7px 7px;
}
.cms-medicare-compliance .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table,
.cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table {
  border: 1px solid #f2f2f2;
  border-radius: 0 0 7px 7px;
  min-width: 1070px;
}
.cms-medicare-compliance .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table thead,
.cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table thead {
  background-color: #28d1aa;
}
.cms-medicare-compliance .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table thead th,
.cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table thead th {
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  color: #ffffff;
  border: none;
  padding: 17px 20px 17px 80px;
}
@media screen and (max-width: 1800px) {
  .cms-medicare-compliance .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table thead th,
  .cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table thead th {
    padding: 17px 15px 17px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-medicare-compliance .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table thead th,
  .cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table thead th {
    padding: 17px 15px 17px 15px;
  }
}
@media screen and (max-width: 768px) {
  .cms-medicare-compliance .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table thead th,
  .cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table thead th {
    padding: 10px 15px;
  }
}
.cms-medicare-compliance .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr:nth-child(even),
.cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr:nth-child(even) {
  background-color: #f9fafb;
}
.cms-medicare-compliance .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr:nth-child(odd),
.cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.cms-medicare-compliance .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr td,
.cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr td {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #444444;
  letter-spacing: 0.32px;
  border: none;
  padding: 30px 20px 30px 80px;
  border-bottom: 1px solid #e5e7eb;
}
@media screen and (max-width: 1800px) {
  .cms-medicare-compliance .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr td,
  .cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr td {
    padding: 20px 15px 20px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-medicare-compliance .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr td,
  .cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr td {
    padding: 20px 15px 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .cms-medicare-compliance .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr td,
  .cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr td {
    font-size: 16px;
    line-height: 24px;
  }
}
.cms-medicare-compliance .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr td img,
.cms-therapeutic-shoe-fitter .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr td img {
  margin-bottom: 5px;
  margin-left: 5px;
}
.cms-therapeutic-shoe-fitter .bg-color p {
  font-weight: 500;
  font-size: 24px;
  color: #444444;
  line-height: 35px;
  letter-spacing: 0.32px;
  margin-bottom: 6px;
}
.cms-therapeutic-shoe-fitter .bg-color p a {
  color: #26bd9a;
}
@media screen and (max-width: 1200px) {
  .cms-therapeutic-shoe-fitter .bg-color p {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .cms-therapeutic-shoe-fitter .bg-color p {
    font-size: 16px;
    line-height: 26px;
  }
}
.cms-testimonials .testimonials-container .title-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #052840;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cms-testimonials .testimonials-container .title-description p {
    font-size: 14px;
    line-height: 24px;
  }
}
.cms-testimonials .testimonials-container.bg-color {
  background-color: #eaf2ef;
  padding: 30px 0 20px 0;
  margin: 35px 0 80px;
}
@media screen and (max-width: 768px) {
  .cms-testimonials .testimonials-container.bg-color {
    padding: 20px 0 10px 0;
    margin: 15px 0 40px;
  }
}
.cms-testimonials .testimonials-container.bg-color .row-full-width-inner h3 {
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cms-testimonials .testimonials-container.bg-color .row-full-width-inner h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 576px) {
  .cms-testimonials .testimonials-container.bg-color .row-full-width-inner h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.cms-testimonials .testimonials-container.bg-color .row-full-width-inner p {
  font-weight: 400;
  font-size: 20px;
  color: #444444;
  line-height: 27px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .cms-testimonials .testimonials-container.bg-color .row-full-width-inner p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .cms-testimonials .testimonials-container.bg-color .row-full-width-inner p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.cms-testimonials .testimonials-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-testimonials .testimonials-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-testimonials .testimonials-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-testimonials .testimonials-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-testimonials .testimonials-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-testimonials .testimonials-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-testimonials .testimonials-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-testimonials .testimonials-container .row-full-width-inner .testimonial-cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 20px;
}
@media (max-width: 992px) {
  .cms-testimonials .testimonials-container .row-full-width-inner .testimonial-cards-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
@media (max-width: 576px) {
  .cms-testimonials .testimonials-container .row-full-width-inner .testimonial-cards-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cms-testimonials .testimonials-container .row-full-width-inner .testimonial-cards-container .testimonial-card {
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.102);
  position: relative;
  overflow: hidden;
}
.cms-testimonials .testimonials-container .row-full-width-inner .testimonial-cards-container .testimonial-card::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  width: 100%;
  height: 28px;
  background-color: #28d1aa;
  border-radius: 20px;
}
.cms-testimonials .testimonials-container .row-full-width-inner .testimonial-cards-container .testimonial-card .testimonial-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 16px;
}
.cms-testimonials .testimonials-container .row-full-width-inner .testimonial-cards-container .testimonial-card .testimonial-card-content .testimonial-card-content-warpper .testimonial-card-content-author-name {
  font-weight: 800;
  font-size: 20px;
  line-height: 30.75px;
  color: #000000;
  letter-spacing: 0.5px;
  margin: 10px 0 20px;
}
@media screen and (max-width: 768px) {
  .cms-testimonials .testimonials-container .row-full-width-inner .testimonial-cards-container .testimonial-card .testimonial-card-content .testimonial-card-content-warpper .testimonial-card-content-author-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
  }
}
.cms-testimonials .testimonials-container .row-full-width-inner .testimonial-cards-container .testimonial-card .testimonial-card-content .testimonial-card-content-warpper .testimonial-card-content-author-name .author-name {
  color: #28d1aa;
}
.cms-testimonials .testimonials-container .row-full-width-inner .testimonial-cards-container .testimonial-card .testimonial-card-content .testimonial-card-content-warpper .testimonial-card-content-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30.75px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .cms-testimonials .testimonials-container .row-full-width-inner .testimonial-cards-container .testimonial-card .testimonial-card-content .testimonial-card-content-warpper .testimonial-card-content-text {
    font-size: 18px;
    line-height: 27px;
  }
}
.cms-testimonials .testimonials-container .row-full-width-inner .testimonial-cards-container .testimonial-card .testimonial-card-content .testimonial-card-content-date {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #444444;
}
.cms-testimonials .testimonials-container .row-full-width-inner .testimonial-button .pagebuilder-button-primary {
  margin: 0;
  background-color: #26bd9a;
  border-color: #26bd9a;
  color: #fff;
  padding: 24px;
  border-radius: 0px;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .cms-testimonials .testimonials-container .row-full-width-inner .testimonial-button .pagebuilder-button-primary {
    font-size: 18px;
    font-weight: 600;
    padding: 16px;
  }
}
@media screen and (max-width: 480px) {
  .cms-testimonials .testimonials-container .row-full-width-inner .testimonial-button .pagebuilder-button-primary {
    font-size: 16px;
    padding: 12px;
  }
}
.cms-salesteam .salesteam-container.bg-color {
  background-color: #eaf2ef;
  padding: 30px 0 20px 0;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .cms-salesteam .salesteam-container.bg-color {
    padding: 20px 0 10px 0;
    margin-top: 15px;
  }
}
.cms-salesteam .salesteam-container.bg-color li::marker,
.cms-salesteam .salesteam-container.bg-color li a {
  color: #444444;
}
.cms-salesteam .salesteam-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-salesteam .salesteam-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-salesteam .salesteam-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-salesteam .salesteam-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-salesteam .salesteam-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-salesteam .salesteam-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-salesteam .salesteam-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-salesteam .salesteam-container .row-full-width-inner h4 {
  font-weight: 600;
  font-size: 36px;
  color: #444444;
  margin-bottom: 18px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .cms-salesteam .salesteam-container .row-full-width-inner h4 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .cms-salesteam .salesteam-container .row-full-width-inner h4 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.cms-orthofeet-returns-policy .orthofeet-returns-policy-container {
  margin-bottom: 20px;
}
.cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  color: #444444;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
}
@media screen and (max-width: 1800px) {
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}
.cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner p {
  margin-bottom: 0px;
  line-height: 35px;
}
@media screen and (max-width: 992px) {
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner p {
    line-height: 26px;
  }
}
.cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner strong {
  font-weight: 600;
  color: #000000;
}
.cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner ul {
  list-style: disc;
  padding-left: 73px;
}
@media screen and (max-width: 1200px) {
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner ul {
    padding-left: 54px;
  }
}
@media screen and (max-width: 768px) {
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner ul {
    padding-left: 35px;
  }
}
.cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner ul li {
  font-weight: 500;
  font-size: 24px;
  color: #444444;
  line-height: 35px;
  letter-spacing: 0.32px;
}
.cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner ul li a {
  color: #26bd9a;
}
.cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner ul li::marker {
  color: #444444;
}
@media screen and (max-width: 1200px) {
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
.cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner .light-yellow-bg,
.cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner .light-green-bg {
  padding: 32px 27px;
  border-left: 4px solid;
  margin: 16px 0;
}
.cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner .light-yellow-bg strong,
.cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner .light-green-bg strong {
  font-weight: 700;
  color: #444444;
}
@media screen and (max-width: 768px) {
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner .light-yellow-bg,
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner .light-green-bg {
    padding: 20px;
  }
}
.cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner .light-yellow-bg {
  border-color: #facc15;
  background: #fefce8;
}
.cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner .light-green-bg {
  border-color: #28d1aa;
  background: #f0fdfa;
}
.cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner .title-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #052840;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner .title-description p {
    font-size: 14px;
    line-height: 24px;
  }
}
.cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner h4 {
  font-weight: 600;
  font-size: 36px;
  color: #444444;
  margin-bottom: 18px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner h4 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .cms-orthofeet-returns-policy .orthofeet-returns-policy-container .row-full-width-inner h4 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.cms-non-physician-forms .non-physician-forms-container:last-child,
.cms-retail-forms .non-physician-forms-container:last-child {
  margin-bottom: 20px;
}
.cms-non-physician-forms .non-physician-forms-container .row-full-width-inner,
.cms-retail-forms .non-physician-forms-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-non-physician-forms .non-physician-forms-container .row-full-width-inner,
  .cms-retail-forms .non-physician-forms-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-non-physician-forms .non-physician-forms-container .row-full-width-inner,
  .cms-retail-forms .non-physician-forms-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-non-physician-forms .non-physician-forms-container .row-full-width-inner,
  .cms-retail-forms .non-physician-forms-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-non-physician-forms .non-physician-forms-container .row-full-width-inner,
  .cms-retail-forms .non-physician-forms-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-non-physician-forms .non-physician-forms-container .row-full-width-inner,
  .cms-retail-forms .non-physician-forms-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-non-physician-forms .non-physician-forms-container .row-full-width-inner,
  .cms-retail-forms .non-physician-forms-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .cms-non-physician-forms .non-physician-forms-container .row-full-width-inner,
  .cms-retail-forms .non-physician-forms-container .row-full-width-inner {
    padding: 10px !important;
  }
}
.cms-non-physician-forms .non-physician-forms-container .row-full-width-inner h4,
.cms-retail-forms .non-physician-forms-container .row-full-width-inner h4 {
  font-weight: 600;
  font-size: 36px;
  color: #444444;
  margin-bottom: 18px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .cms-non-physician-forms .non-physician-forms-container .row-full-width-inner h4,
  .cms-retail-forms .non-physician-forms-container .row-full-width-inner h4 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .cms-non-physician-forms .non-physician-forms-container .row-full-width-inner h4,
  .cms-retail-forms .non-physician-forms-container .row-full-width-inner h4 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.cms-non-physician-forms .non-physician-forms-container .row-full-width-inner ul,
.cms-retail-forms .non-physician-forms-container .row-full-width-inner ul {
  padding-left: 33px;
}
.cms-shipping-labels .shipping-labels-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-shipping-labels .shipping-labels-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-shipping-labels .shipping-labels-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-shipping-labels .shipping-labels-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-shipping-labels .shipping-labels-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-shipping-labels .shipping-labels-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-shipping-labels .shipping-labels-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .cms-shipping-labels .shipping-labels-container .row-full-width-inner .print-shipping-label-button {
    text-align: left !important;
  }
}
.cms-shipping-labels .shipping-labels-container .row-full-width-inner .print-shipping-label-button .pagebuilder-button-primary {
  margin: 0;
  background-color: #26bd9a;
  border-color: #26bd9a;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 17px;
  border-radius: 0px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.21px;
  margin-top: 11px;
}
@media screen and (max-width: 1200px) {
  .cms-shipping-labels .shipping-labels-container .row-full-width-inner .print-shipping-label-button .pagebuilder-button-primary {
    font-size: 18px;
    font-weight: 600;
    padding: 16px;
  }
}
@media screen and (max-width: 480px) {
  .cms-shipping-labels .shipping-labels-container .row-full-width-inner .print-shipping-label-button .pagebuilder-button-primary {
    font-size: 16px;
    padding: 12px;
  }
}
.cms-shipping-labels .shipping-labels-container .row-full-width-inner h4 {
  font-weight: 600;
  font-size: 36px;
  color: #444444;
  margin-bottom: 18px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .cms-shipping-labels .shipping-labels-container .row-full-width-inner h4 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .cms-shipping-labels .shipping-labels-container .row-full-width-inner h4 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.cms-shipping-labels .shipping-labels-container .row-full-width-inner .light-yellow-bg {
  padding: 32px 27px;
  color: #444444;
  border-left: 4px solid #facc15;
  margin: 16px 0 0;
  background: #fefce8;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.32px;
}
.cms-shipping-labels .shipping-labels-container .row-full-width-inner .steps-container {
  display: flex;
  gap: 13px;
  max-width: 900px;
}
.cms-shipping-labels .shipping-labels-container .row-full-width-inner .steps-container .timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  height: 386px;
  margin-top: 3px;
}
.cms-shipping-labels .shipping-labels-container .row-full-width-inner .steps-container .timeline .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 4px;
  height: 100%;
  background: #d9f7f3;
  overflow: hidden;
}
.cms-shipping-labels .shipping-labels-container .row-full-width-inner .steps-container .timeline .line-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #1dd1a1;
  transition: height 1.5s ease;
}
.cms-shipping-labels .shipping-labels-container .row-full-width-inner .steps-container .timeline .dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #d9f7f3;
  position: relative;
}
.cms-shipping-labels .shipping-labels-container .row-full-width-inner .steps-container .timeline .dot.active {
  background: #1dd1a1;
}
.cms-shipping-labels .shipping-labels-container .row-full-width-inner .steps-container .content .step-block {
  height: 121px;
}
.cms-shipping-labels .shipping-labels-container .row-full-width-inner .steps-container .content .step-block:last-child {
  height: auto;
}
.cms-shipping-labels .shipping-labels-container .row-full-width-inner .steps-container .content .step-block h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
.cms-shipping-labels .shipping-labels-container .row-full-width-inner .steps-container .content .step-block p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  color: #444444;
}
.cms-shipping-labels .shipping-labels-container .row-full-width-inner .steps-container .content .step-block p .point {
  display: flex;
  gap: 6px;
  margin-left: 10px;
}
@media screen and (max-width: 576px) {
  .cms-shipping-labels .shipping-labels-container .row-full-width-inner .steps-container .content .step-block p {
    font-size: 16px;
  }
}
.cms-blog .blog-container.bg-color {
  background-color: #eaf2ef;
  padding: 30px 0 14px 0;
}
.cms-blog .blog-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-blog .blog-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-blog .blog-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-blog .blog-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-blog .blog-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-blog .blog-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-blog .blog-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-blog .blog-container .row-full-width-inner .title-description {
  margin-bottom: 35px;
}
.cms-blog .blog-container .row-full-width-inner .title-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #052840;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cms-blog .blog-container .row-full-width-inner .title-description p {
    font-size: 14px;
    line-height: 24px;
  }
}
.cms-blog .blog-container .row-full-width-inner h4 {
  font-weight: 600;
  font-size: 36px;
  color: #444444;
  margin-bottom: 18px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .cms-blog .blog-container .row-full-width-inner h4 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .cms-blog .blog-container .row-full-width-inner h4 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.cms-blog .blog-container .row-full-width-inner .best-slipers-content {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog {
    flex-direction: column;
  }
}
.cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .product-image {
  flex: 0 0 37%;
  background-color: #f6f2dc;
  border-radius: 8px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .product-image {
    flex: 0 0 100%;
  }
}
.cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .product-details {
  flex: 0 0 60.55%;
}
@media screen and (max-width: 1800px) {
  .cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .product-details {
    flex: 0 0 59.55%;
  }
}
@media screen and (max-width: 768px) {
  .cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .product-details {
    flex: 0 0 100%;
  }
}
.cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .product-details h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #444444;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .product-details h3 {
    font-size: 20px;
  }
}
.cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .product-details .product-description {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #444444;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .product-details .product-description {
    font-size: 18px;
  }
}
.cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .product-details .product-description a {
  color: #26bd9a;
}
.cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .client-details {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}
.cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .client-details .client-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .client-details .client-image img {
    width: 50px;
    height: 50px;
  }
}
.cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .client-details .client-name h5 {
  font-size: 20px;
  font-weight: 600;
  color: #444444;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .client-details .client-name h5 {
    font-size: 18px;
  }
}
.cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .view-product {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 312px;
  padding: 25px 10px;
  color: #ffffff;
  text-decoration: none;
  background: #26bd9a;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.21px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .view-product {
    width: 270px;
    padding: 15px 10px;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .cms-blog .blog-container .row-full-width-inner .best-slipers-content .best-sliper-blog .view-product {
    font-size: 18px;
    width: 260px;
  }
}
.cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container .title-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #052840;
  max-width: 1070px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container .title-description p {
    font-size: 14px;
    line-height: 24px;
  }
}
.cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container .light-green-bg {
  padding: 32px 27px;
  border-left: 4px solid #28d1aa;
  margin: 10px 0 48px;
  background: #f0fdfa;
  letter-spacing: 0.32px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container .light-green-bg {
    padding: 20px;
    line-height: 23px;
  }
}
.cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container .light-green-bg strong {
  font-weight: 700;
  color: #444444;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container .light-green-bg strong {
    font-size: 18px;
    font-weight: 600;
  }
}
.cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container .light-green-bg a {
  color: #28d1aa;
}
@media screen and (max-width: 768px) {
  .cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container .light-green-bg {
    padding: 20px;
  }
}
.cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container.data-table .row-full-width-inner div {
  overflow-x: auto !important;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.102);
  border-radius: 0 0 7px 7px;
}
.cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table {
  border: 1px solid #f2f2f2;
  border-radius: 0 0 7px 7px;
  min-width: 1070px;
}
.cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table thead {
  background-color: #28d1aa;
}
.cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table thead th {
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  color: #ffffff;
  border: none;
  padding: 17px 20px 17px 80px;
}
@media screen and (max-width: 1800px) {
  .cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table thead th {
    padding: 17px 15px 17px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table thead th {
    padding: 17px 15px 17px 15px;
  }
}
@media screen and (max-width: 768px) {
  .cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table thead th {
    padding: 10px 15px;
  }
}
.cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr:nth-child(even) {
  background-color: #f9fafb;
}
.cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr td {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #444444;
  letter-spacing: 0.32px;
  border: none;
  padding: 30px 20px 30px 80px;
  border-bottom: 1px solid #e5e7eb;
}
@media screen and (max-width: 1800px) {
  .cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr td {
    padding: 20px 15px 20px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr td {
    padding: 20px 15px 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr td {
    font-size: 16px;
    line-height: 24px;
  }
}
.cms-medicare-reimbursement-rates .medicare-reimbursement-rates-container.data-table .row-full-width-inner div table tbody tr td img {
  margin-bottom: 5px;
  margin-left: 5px;
}
.cms-salestax .salestax-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-salestax .salestax-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-salestax .salestax-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-salestax .salestax-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-salestax .salestax-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-salestax .salestax-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-salestax .salestax-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-salestax .salestax-container .row-full-width-inner .title-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #052840;
  max-width: 1135px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cms-salestax .salestax-container .row-full-width-inner .title-description p {
    font-size: 14px;
    line-height: 24px;
  }
}
.cms-salestax .salestax-container .row-full-width-inner h4 {
  font-weight: 600;
  font-size: 36px;
  color: #444444;
  margin-bottom: 18px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .cms-salestax .salestax-container .row-full-width-inner h4 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .cms-salestax .salestax-container .row-full-width-inner h4 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.cms-salestax .salestax-container .steps-container {
  display: flex;
  gap: 27px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cms-salestax .salestax-container .steps-container {
    gap: 15px;
  }
}
.cms-salestax .salestax-container .steps-container .timeline {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.cms-salestax .salestax-container .steps-container .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 4px;
  height: 0;
  background: #1dd1a1;
}
.cms-salestax .salestax-container .steps-container .dot {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #1dd1a1;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .cms-salestax .salestax-container .steps-container .dot {
    width: 40px;
    height: 40px;
  }
}
.cms-salestax .salestax-container .steps-container .dot img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .cms-salestax .salestax-container .steps-container .dot img {
    width: 20px;
    height: 20px;
  }
}
.cms-salestax .salestax-container .steps-container .content {
  flex: 1;
}
.cms-salestax .salestax-container .steps-container .step-block {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .cms-salestax .salestax-container .steps-container .step-block {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .cms-salestax .salestax-container .steps-container .step-block {
    margin-bottom: 10px;
  }
}
.cms-salestax .salestax-container .steps-container .step-block:first-child p {
  max-width: 585px;
}
.cms-salestax .salestax-container .steps-container .step-block:nth-child(2) p {
  max-width: 1360px;
}
.cms-salestax .salestax-container .steps-container .step-block:last-child p {
  max-width: 960px;
}
.cms-salestax .salestax-container .steps-container .step-block:last-child {
  margin-bottom: 0;
}
.cms-salestax .salestax-container .steps-container .step-block h3 {
  color: #444444;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .cms-salestax .salestax-container .steps-container .step-block h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.cms-salestax .salestax-container .steps-container .step-block p {
  color: #444444;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.32px;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .cms-salestax .salestax-container .steps-container .step-block p {
    font-size: 16px;
    line-height: 24px;
  }
}
.cms-salestax .salestax-container.tax-exempt-content p {
  font-weight: 500;
  font-size: 24px;
  color: #444444;
  line-height: 35px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .cms-salestax .salestax-container.tax-exempt-content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .cms-salestax .salestax-container.tax-exempt-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.cms-salestax .salestax-container.tax-exempt-content ul {
  padding-left: 38px;
}
.cms-salestax .salestax-container.tax-exempt-content ul li::marker {
  color: #444444;
}
.cms-salestax .salestax-container.sales-tax {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .cms-salestax .salestax-container.sales-tax {
    margin-bottom: 20px !important;
  }
}
.cms-salestax .salestax-container.sales-tax .pagebuilder-column-line {
  gap: 19px;
}
.cms-salestax .salestax-container.sales-tax .pagebuilder-column-line .pagebuilder-column {
  background-color: #eaf2ef;
  padding: 15px 19px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .cms-salestax .salestax-container.sales-tax .pagebuilder-column-line .pagebuilder-column {
    padding: 10px 15px;
  }
}
.cms-salestax .salestax-container.sales-tax .pagebuilder-column-line .pagebuilder-column h5,
.cms-salestax .salestax-container.sales-tax .pagebuilder-column-line .pagebuilder-column p {
  font-size: 24px;
  letter-spacing: 0.32px;
  margin-bottom: 0px;
  line-height: 30px;
}
@media screen and (max-width: 1200px) {
  .cms-salestax .salestax-container.sales-tax .pagebuilder-column-line .pagebuilder-column h5,
  .cms-salestax .salestax-container.sales-tax .pagebuilder-column-line .pagebuilder-column p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .cms-salestax .salestax-container.sales-tax .pagebuilder-column-line .pagebuilder-column h5,
  .cms-salestax .salestax-container.sales-tax .pagebuilder-column-line .pagebuilder-column p {
    font-size: 16px;
    line-height: 24px;
  }
}
.cms-salestax .salestax-container.sales-tax .pagebuilder-column-line .pagebuilder-column h5 {
  text-transform: uppercase;
  color: #115e59;
  font-weight: 600;
}
.cms-salestax .salestax-container.sales-tax .pagebuilder-column-line .pagebuilder-column p {
  color: #444444;
  font-weight: 500;
}
.cms-partner-resources .partner-resources-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-partner-resources .partner-resources-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-partner-resources .partner-resources-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-partner-resources .partner-resources-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-partner-resources .partner-resources-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-partner-resources .partner-resources-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-partner-resources .partner-resources-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-partner-resources .partner-resources-container.link-card .pagebuilder-column-line {
  gap: 21px;
}
@media screen and (max-width: 768px) {
  .cms-partner-resources .partner-resources-container.link-card .pagebuilder-column-line .pagebuilder-column {
    margin-top: 0 !important;
  }
  .cms-partner-resources .partner-resources-container.link-card .pagebuilder-column-line .pagebuilder-column .pagebuilder-mobile-only {
    width: 100% !important;
  }
}
.cms-partner-resources .partner-resources-container.event-card {
  margin: 49px 0;
}
.cms-partner-resources .partner-resources-container.event-card .row-full-width-inner {
  box-shadow: 0px 4px 12px 0px #0000001a;
  border-radius: 16px;
  padding: 70px 72px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.cms-partner-resources .partner-resources-container.event-card .row-full-width-inner::before,
.cms-partner-resources .partner-resources-container.event-card .row-full-width-inner::after {
  content: "";
  position: absolute;
  width: 268px;
  height: 268px;
  border-radius: 9999px;
  background: #28d1aa0d;
  z-index: -1;
}
.cms-partner-resources .partner-resources-container.event-card .row-full-width-inner::before {
  top: 31%;
  left: -3%;
}
@media (max-width: 576px) {
  .cms-partner-resources .partner-resources-container.event-card .row-full-width-inner::before {
    top: 42%;
    left: -21%;
  }
}
.cms-partner-resources .partner-resources-container.event-card .row-full-width-inner::after {
  bottom: 32%;
  right: -4%;
}
@media (max-width: 576px) {
  .cms-partner-resources .partner-resources-container.event-card .row-full-width-inner::after {
    bottom: 34%;
    right: -11%;
  }
}
.cms-partner-resources .partner-resources-container.event-card .row-full-width-inner:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cms-partner-resources .partner-resources-container.event-card .row-full-width-inner {
    padding: 20px 40px;
  }
}
@media (max-width: 992px) {
  .cms-partner-resources .partner-resources-container.event-card .row-full-width-inner {
    padding: 16px 32px;
  }
}
@media (max-width: 576px) {
  .cms-partner-resources .partner-resources-container.event-card .row-full-width-inner {
    padding: 12px 24px;
  }
}
.cms-partner-resources .partner-resources-container.event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column h3 {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cms-partner-resources .partner-resources-container.event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cms-partner-resources .partner-resources-container.event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column h3 {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.cms-partner-resources .partner-resources-container.event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column p {
  font-weight: 500;
  font-size: 20px;
  color: #444444;
  margin: 0;
}
@media (max-width: 992px) {
  .cms-partner-resources .partner-resources-container.event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .cms-partner-resources .partner-resources-container.event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column p {
    font-size: 16px;
  }
}
.cms-partner-resources .partner-resources-container.event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column div[data-content-type="buttons"] {
  text-align: right;
}
@media (max-width: 768px) {
  .cms-partner-resources .partner-resources-container.event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column div[data-content-type="buttons"] {
    text-align: left;
    margin-top: 10px;
  }
}
.cms-partner-resources .partner-resources-container.event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column div[data-content-type="buttons"] div {
  margin: 0;
}
.cms-partner-resources .partner-resources-container.event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column div[data-content-type="buttons"] div a.pagebuilder-button-primary {
  width: 341px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #26bd9a;
  color: #fff;
  margin: 0;
  border-color: #26bd9a;
  text-decoration: none;
  border-radius: 0px;
}
@media (max-width: 1200px) {
  .cms-partner-resources .partner-resources-container.event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column div[data-content-type="buttons"] div a.pagebuilder-button-primary {
    width: 266px;
  }
}
@media (max-width: 992px) {
  .cms-partner-resources .partner-resources-container.event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column div[data-content-type="buttons"] div a.pagebuilder-button-primary {
    width: 192px;
    height: 48px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .cms-partner-resources .partner-resources-container.event-card .row-full-width-inner .pagebuilder-column-line .pagebuilder-column div[data-content-type="buttons"] div a.pagebuilder-button-primary {
    width: 266px;
    height: 40px;
    font-size: 18px;
  }
}
.cms-webinars .webinars-container .row-full-width-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-webinars .webinars-container .row-full-width-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-webinars .webinars-container .row-full-width-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-webinars .webinars-container .row-full-width-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-webinars .webinars-container .row-full-width-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-webinars .webinars-container .row-full-width-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-webinars .webinars-container .row-full-width-inner {
    padding: 20px 10px;
  }
}
.cms-webinars .webinars-container .row-full-width-inner .title-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #052840;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cms-webinars .webinars-container .row-full-width-inner .title-description p {
    font-size: 14px;
    line-height: 24px;
  }
}
.cms-webinars .webinars-container .row-full-width-inner h4 {
  font-weight: 600;
  font-size: 32px;
  color: #444444;
  margin-bottom: 18px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .cms-webinars .webinars-container .row-full-width-inner h4 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .cms-webinars .webinars-container .row-full-width-inner h4 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.cms-webinars .webinar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  /* Coming Soon card */
  /* end */
}
.cms-webinars .webinar-grid .webinar-card {
  background: #fff;
  border-radius: 9.11px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.cms-webinars .webinar-grid .webinar-card .video-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 37.25%;
  overflow: hidden;
}
.cms-webinars .webinar-grid .webinar-card .video-thumbnail img.thumb-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms-webinars .webinar-grid .webinar-card .video-thumbnail .info-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.cms-webinars .webinar-grid .webinar-card .video-thumbnail .info-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1400px) {
  .cms-webinars .webinar-grid .webinar-card .video-thumbnail .info-badge {
    width: 40px;
    height: 40px;
  }
}
.cms-webinars .webinar-grid .webinar-card .video-thumbnail .thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.cms-webinars .webinar-grid .webinar-card .video-thumbnail .thumbnail-overlay .play-button {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.cms-webinars .webinar-grid .webinar-card .video-thumbnail .thumbnail-overlay .play-button .play-button img {
  position: static;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1400px) {
  .cms-webinars .webinar-grid .webinar-card .video-thumbnail .thumbnail-overlay .play-button .play-button {
    width: 50px;
    height: 50px;
  }
  .cms-webinars .webinar-grid .webinar-card .video-thumbnail .thumbnail-overlay .play-button .play-button img {
    width: 50px;
    height: 50px;
  }
}
.cms-webinars .webinar-grid .webinar-card .video-thumbnail .video-duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 12px 24px;
  border-radius: 15.18px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .cms-webinars .webinar-grid .webinar-card .video-thumbnail .video-duration {
    bottom: 5px;
    padding: 8px 16px;
  }
}
.cms-webinars .webinar-grid .webinar-card .video-thumbnail .video-duration img.clock-icon {
  position: static;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.cms-webinars .webinar-grid .webinar-card .video-content {
  padding: 20px;
  display: flex;
  gap: 18px;
}
.cms-webinars .webinar-grid .webinar-card .video-content .shoe-icon {
  width: 98px;
  height: 69px;
}
.cms-webinars .webinar-grid .webinar-card .video-content .video-title-container .video-title {
  font-size: 16px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
  line-height: 1.4;
}
.cms-webinars .webinar-grid .webinar-card .video-content .video-title-container .video-date {
  font-size: 14px;
  color: #718096;
}
.cms-webinars .webinar-grid .webinar-card.coming-soon {
  cursor: default;
  pointer-events: none;
}
.cms-webinars .webinar-grid .webinar-card.coming-soon .video-thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(54, 54, 54, 0.839);
  z-index: 1;
}
.cms-webinars .webinar-grid .webinar-card.coming-soon .thumbnail-overlay {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 20px;
}
.cms-webinars .webinar-grid .webinar-card.coming-soon .thumbnail-overlay .play-button {
  display: none;
}
.cms-webinars .webinar-grid .coming-soon-badge {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 1800px) {
  .cms-webinars .webinar-grid .coming-soon-badge {
    font-size: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-webinars .webinar-grid .coming-soon-badge {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .cms-webinars .webinar-grid .coming-soon-badge {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cms-webinars .webinar-grid .coming-soon-badge {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .cms-webinars .webinar-grid .coming-soon-badge {
    font-size: 20px;
  }
}
.cms-webinars .webinar-grid .coming-soon-faded {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 15%;
  pointer-events: none;
}
.cms-webinars .webinar-grid .webinar-card.coming-soon .info-badge,
.cms-webinars .webinar-grid .webinar-card.coming-soon .video-duration {
  z-index: 3;
}
.cms-webinars .webinar-grid .info-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .cms-webinars .webinar-grid .info-badge {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cms-webinars .webinar-grid .info-badge {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .cms-webinars .webinar-grid .info-badge {
    width: 20px;
    height: 20px;
  }
}
.cms-webinars .video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}
.cms-webinars .video-popup.active {
  display: flex;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cms-webinars .popup-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  background: #000;
  border-radius: 12px;
  overflow: visible;
  animation: slideUp 0.3s ease;
}
@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.cms-webinars .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10001;
  border-radius: 50%;
  line-height: 1;
  padding: 0;
}
.cms-webinars .popup-close:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: rotate(90deg) scale(1.1);
}
.cms-webinars .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}
.cms-webinars .video-wrapper iframe,
.cms-webinars .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: contain;
}
.cms-webinars .youtube-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.cms-webinars .youtube-fallback.active {
  display: flex;
}
.cms-webinars .youtube-fallback-icon {
  font-size: 64px;
  margin-bottom: 20px;
  color: #ff0000;
}
.cms-webinars .youtube-fallback-text {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.cms-webinars .youtube-fallback-link {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.cms-webinars .youtube-fallback-link:hover {
  color: #ff0000;
}
@media screen and (max-width: 1400px) {
  .cms-webinars .video-duration {
    padding: 8px 16px;
    font-size: 16px;
  }
  .cms-webinars .clock-icon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-webinars .video-content {
    padding: 0 20px 20px;
    flex-direction: column;
    gap: 2px;
  }
  .cms-webinars .video-duration {
    font-size: 12px;
  }
  .cms-webinars .clock-icon {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 768px) {
  .cms-webinars .container {
    padding: 40px 15px;
  }
  .cms-webinars .page-header h1 {
    font-size: 32px;
  }
  .cms-webinars .page-header p {
    font-size: 16px;
  }
  .cms-webinars .year-title {
    font-size: 24px;
  }
  .cms-webinars .webinar-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cms-webinars .popup-content {
    width: 95%;
  }
  .cms-webinars .popup-close {
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
}
@media screen and (max-width: 580px) {
  .cms-webinars .play-button {
    width: 40px;
    height: 40px;
  }
  .cms-webinars .play-button img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modal-popup.home-popup-modal {
    right: 44px;
    top: 44px;
  }
}
@media screen and (max-width: 576px) {
  .modal-popup.home-popup-modal {
    right: 20px !important;
    left: 20px !important;
    top: 20px !important;
  }
}
.modal-popup.home-popup-modal .modal-inner-wrap {
  overflow: hidden;
  max-width: max-content;
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 25px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  animation: popupEntrance 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  transform: translateY(-50%) !important;
  top: 42% !important;
}
@media screen and (max-width: 768px) {
  .modal-popup.home-popup-modal .modal-inner-wrap {
    height: auto !important;
    max-height: unset !important;
    transform: unset !important;
  }
}
.modal-popup.home-popup-modal .modal-inner-wrap .modal-header {
  padding-bottom: 0;
}
.modal-popup.home-popup-modal .modal-inner-wrap .modal-header .action-close {
  right: 14px;
  top: 10px;
  z-index: 1;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .modal-popup.home-popup-modal .modal-inner-wrap .modal-header .action-close {
    width: 30px;
    height: 30px;
    top: 5px;
  }
}
.modal-popup.home-popup-modal .modal-inner-wrap .modal-header .action-close::before {
  border-top: 3px solid #000000;
  top: 17px;
  left: 11px;
}
@media screen and (max-width: 576px) {
  .modal-popup.home-popup-modal .modal-inner-wrap .modal-header .action-close::before {
    top: 13px;
    left: 7px;
  }
}
.modal-popup.home-popup-modal .modal-inner-wrap .modal-header .action-close::after {
  border-left: 3px solid #000000;
  top: 10px;
  left: 18px;
}
@media screen and (max-width: 576px) {
  .modal-popup.home-popup-modal .modal-inner-wrap .modal-header .action-close::after {
    top: 6px;
    left: 14px;
  }
}
.modal-popup.home-popup-modal .modal-inner-wrap .modal-content {
  padding: 0;
}
.modal-popup.home-popup-modal .modal-inner-wrap .modal-content #home-popup-wrapper #home-popup-title {
  margin-bottom: 6px;
}
.modal-popup.home-popup-modal .modal-inner-wrap .modal-content #home-popup-wrapper p:last-child {
  margin-bottom: 0;
}
.modal-popup.home-popup-modal .bg-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.modal-popup.home-popup-modal .floating-shoe {
  position: absolute;
  font-size: 1.5rem;
  opacity: 0.15;
  animation: floatShoes 15s linear infinite;
  z-index: 1;
}
.modal-popup.home-popup-modal .floating-shoe:nth-child(1) {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}
.modal-popup.home-popup-modal .floating-shoe:nth-child(2) {
  top: 25%;
  right: 15%;
  animation-delay: 3s;
}
.modal-popup.home-popup-modal .floating-shoe:nth-child(3) {
  bottom: 25%;
  left: 15%;
  animation-delay: 6s;
}
.modal-popup.home-popup-modal .floating-shoe:nth-child(4) {
  bottom: 15%;
  right: 10%;
  animation-delay: 9s;
}
.modal-popup.home-popup-modal .popup {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal-popup.home-popup-modal .popup-header {
  background: linear-gradient(135deg, #26bd9a 0%, #1fa885 100%);
  color: #ffffff;
  padding: 25px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.modal-popup.home-popup-modal .popup-header::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: shimmer 3s ease-in-out infinite;
}
.modal-popup.home-popup-modal .popup-header .logo-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.modal-popup.home-popup-modal .popup-header .logo-text h3 {
  font-size: 32px;
  font-weight: 800;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.5px;
  color: #ffffff;
  margin-bottom: 10px;
}
.modal-popup.home-popup-modal .popup-header .logo-text .subtitle {
  font-size: 14px;
  opacity: 0.9;
  font-weight: 300;
  margin-top: 5px;
}
.modal-popup.home-popup-modal .popup-header .celebration-text {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  animation: bounce 2s ease-in-out infinite;
  color: #ffffff;
}
.modal-popup.home-popup-modal .popup-header .celebration-text a {
  color: #ffffff;
}
.modal-popup.home-popup-modal .popup-body {
  padding: 25px 30px;
  color: #6a6a6d;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal-popup.home-popup-modal .popup-body .welcome-message {
  text-align: center;
  margin-bottom: 0;
}
.modal-popup.home-popup-modal .popup-body .welcome-message h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #26bd9a, #1fa885);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.modal-popup.home-popup-modal .popup-body .welcome-message p {
  font-size: 16px;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 20px;
  text-align: left;
}
.modal-popup.home-popup-modal .popup-body .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}
.modal-popup.home-popup-modal .popup-body .feature-card {
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  border: 1px solid rgba(102, 126, 234, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.modal-popup.home-popup-modal .popup-body .feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.1), transparent);
  transition: left 0.5s ease;
}
.modal-popup.home-popup-modal .popup-body .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.15);
}
.modal-popup.home-popup-modal .popup-body .feature-card:hover::before {
  left: 100%;
}
.modal-popup.home-popup-modal .popup-body .feature-card .feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #26bd9a, #1fa885);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: #ffffff;
  font-size: 24px;
  animation: float 3s ease-in-out infinite;
}
.modal-popup.home-popup-modal .popup-body .feature-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #6a6a6d;
  margin-bottom: 8px;
}
.modal-popup.home-popup-modal .popup-body .feature-card p {
  font-size: 14px;
  color: #718096;
  line-height: 1.4;
}
.modal-popup.home-popup-modal .popup-body .shoe-showcase {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: 20px;
  padding: 25px;
  margin: 30px 0;
  text-align: center;
  border: 2px solid rgba(102, 126, 234, 0.1);
  position: relative;
  overflow: hidden;
}
.modal-popup.home-popup-modal .popup-body .shoe-showcase::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.05) 0%, transparent 70%);
  animation: rotate 10s linear infinite;
}
.modal-popup.home-popup-modal .popup-body .shoe-showcase .shoe-icons {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
  position: relative;
  z-index: 2;
}
.modal-popup.home-popup-modal .popup-body .shoe-showcase .shoe-icon {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  animation: bounce 2s ease-in-out infinite;
}
.modal-popup.home-popup-modal .popup-body .shoe-showcase .shoe-icon:nth-child(1) {
  animation-delay: 0s;
  color: #667eea;
}
.modal-popup.home-popup-modal .popup-body .shoe-showcase .shoe-icon:nth-child(2) {
  animation-delay: 0.2s;
  color: #764ba2;
}
.modal-popup.home-popup-modal .popup-body .shoe-showcase .shoe-icon:nth-child(3) {
  animation-delay: 0.4s;
  color: #f093fb;
}
.modal-popup.home-popup-modal .popup-body .shoe-showcase .shoe-icon:nth-child(4) {
  animation-delay: 0.6s;
  color: #667eea;
}
.modal-popup.home-popup-modal .popup-body .shoe-showcase .shoe-icon:hover {
  transform: scale(1.2) rotate(10deg);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}
.modal-popup.home-popup-modal .popup-body .video-btn {
  font-size: 22px;
  color: #26bd9a;
  height: 60px;
  width: 60px;
  text-align: center;
  place-items: center;
  display: grid;
  margin: auto;
  border-radius: 50%;
  margin-top: 15px;
  box-shadow: 0 0px 7px rgba(38, 189, 154, 0.3);
}
.modal-popup.home-popup-modal .popup-body .cta-section {
  text-align: center;
  margin-top: 30px;
}
.modal-popup.home-popup-modal .popup-body .register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #26bd9a 0%, #1fa885 100%);
  color: #ffffff;
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(38, 189, 154, 0.3);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .modal-popup.home-popup-modal .popup-body .register-btn {
    padding: 14px 17px;
    font-size: 13px;
  }
}
.modal-popup.home-popup-modal .popup-body .register-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.modal-popup.home-popup-modal .popup-body .register-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(38, 189, 154, 0.4);
}
.modal-popup.home-popup-modal .popup-body .register-btn:hover::before {
  left: 100%;
}
.modal-popup.home-popup-modal .popup-body .register-btn:active {
  transform: translateY(-1px);
}
.modal-popup.home-popup-modal .popup-body .register-btn i {
  margin-left: 10px;
  font-size: 16px;
}
.modal-popup.home-popup-modal .confetti-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.modal-popup.home-popup-modal .sparkle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #26bd9a;
  border-radius: 50%;
  opacity: 0;
  animation: sparkle 2s infinite;
}
@media (max-width: 600px) {
  .modal-popup.home-popup-modal .popup-container {
    max-width: 552px;
    height: auto;
  }
  .modal-popup.home-popup-modal .popup-header {
    padding: 20px 15px;
    padding-top: 30px;
  }
  .modal-popup.home-popup-modal .popup-body {
    padding: 20px 15px;
  }
  .modal-popup.home-popup-modal .logo-text h3 {
    font-size: 28px;
  }
  .modal-popup.home-popup-modal .celebration-text {
    font-size: 18px;
  }
}
#home-popup-wrapper {
  display: none;
}
.home-popup-content {
  max-width: 600px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home-popup-content {
    max-width: unset;
  }
}
.home-popup-close {
  position: absolute;
  right: 8px;
  top: 8px;
  border: none;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}
.home-popup-modal .modal-footer {
  display: none !important;
}
.home-popup-modal .modal-inner-wrap {
  border-radius: 10px;
}
@keyframes popupEntrance {
  0% {
    opacity: 0;
    transform: translateY(50px) rotateX(15deg) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0) scale(1);
  }
}
@keyframes shimmer {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes floatShoes {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(90deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
  75% {
    transform: translateY(-10px) rotate(270deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sparkle {
  0%,
  100% {
    opacity: 0;
    transform: scale(0) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1) rotate(180deg);
  }
}
body.video-popup-open {
  overflow: hidden;
}
.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: videoOverlayFadeIn 0.3s ease-out;
}
.video-popup-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: videoContentSlideIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .video-popup-content {
    max-width: 95vw;
    max-height: 95vh;
  }
}
@media (max-width: 576px) {
  .video-popup-content {
    max-width: 100vw;
    max-height: 100vh;
  }
}
.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-container .video-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: none;
  outline: none;
}
.video-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px !important;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50% !important;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  padding: 0 !important;
}
.video-popup-close:hover {
  background: #26bd9a;
  border-color: #26bd9a;
  color: #ffffff;
  transform: scale(1.1);
}
.video-popup-close:active {
  transform: scale(0.95);
}
.video-popup-close i {
  font-size: 16px;
}
@keyframes videoOverlayFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes videoContentSlideIn {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 600px) {
  .video-popup-content {
    max-width: 85vw;
    max-height: 85vh;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .video-popup-overlay {
    padding: 10px;
  }
  .video-popup-close {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px !important;
    font-size: 16px;
  }
}
.blueformbuilder-form-view .bfb-form-success {
  background-color: #ffffff !important;
  margin: 0 auto !important;
}
.blueformbuilder-form-view .bfb-form-success .bfb-form-success-content p {
  color: #444444;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
.blueformbuilder-form-view .magezon-builder-preload .mgz-element {
  z-index: unset !important;
}
.blueformbuilder-form-view .header-element h2 {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 20px;
  line-height: 60px;
  margin-top: 30px;
}
@media screen and (max-width: 1800px) {
  .blueformbuilder-form-view .header-element h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) {
  .blueformbuilder-form-view .header-element h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .blueformbuilder-form-view .header-element h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .blueformbuilder-form-view .header-element h2 {
    font-size: 24px;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .blueformbuilder-form-view .header-element h2 {
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.blueformbuilder-form-view .header-element p {
  font-weight: 400;
  font-size: 16px;
  color: #052840;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.blueformbuilder-form-view .header-element p a {
  color: #26bd9a;
  text-decoration: underline;
  white-space: nowrap;
}
.blueformbuilder-form-view .form-header h2 {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .blueformbuilder-form-view .form-header h2 {
    font-size: 34px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .blueformbuilder-form-view .form-header h2 {
    font-size: 28px;
  }
}
.blueformbuilder-form-view .form-wrapper .mgz-element-column > .mgz-element-inner {
  padding: 10px 8px 0px;
}
.blueformbuilder-form-view .form-wrapper label,
.blueformbuilder-form-view .form-wrapper p {
  font-weight: 500 !important;
  font-size: 16px;
  color: #444444;
  margin-bottom: 7px;
  line-height: 25px !important;
  display: block;
}
@media screen and (max-width: 992px) {
  .blueformbuilder-form-view .form-wrapper label,
  .blueformbuilder-form-view .form-wrapper p {
    font-size: 16px;
  }
}
.blueformbuilder-form-view .form-wrapper label span::after,
.blueformbuilder-form-view .form-wrapper p span::after {
  font-size: 16px !important;
  color: #f42222 !important;
  margin-left: 4px !important;
}
.blueformbuilder-form-view .form-wrapper .bfb-element-control-inner .subfield {
  width: 100%;
  margin: 0px;
}
.blueformbuilder-form-view .form-wrapper .bfb-element-control-inner .mgz-control-checkbox + label {
  display: flex;
  align-items: center;
  gap: 13px;
}
.blueformbuilder-form-view .form-wrapper .bfb-element-control-inner .mgz-control-checkbox + label::before {
  background-color: #ffffff00;
  border: 1px solid #26bd9a;
  height: 18px;
  width: 18px;
  font-size: 13px;
  flex-shrink: 0;
  border-radius: 3px;
}
.blueformbuilder-form-view .form-wrapper .bfb-element-control-inner .mgz-control-checkbox:checked + label::before {
  color: #ffffff;
  background-color: #26bd9a;
  border: 1px solid #26bd9a;
}
.blueformbuilder-form-view .form-wrapper input,
.blueformbuilder-form-view .form-wrapper select,
.blueformbuilder-form-view .form-wrapper textarea {
  height: 48px;
  border: 1px solid #444444;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  color: #444444;
  margin-bottom: 0px;
}
.blueformbuilder-form-view .form-wrapper input:focus,
.blueformbuilder-form-view .form-wrapper select:focus,
.blueformbuilder-form-view .form-wrapper textarea:focus {
  outline: none;
  box-shadow: none;
}
.blueformbuilder-form-view .form-wrapper input::placeholder,
.blueformbuilder-form-view .form-wrapper select::placeholder,
.blueformbuilder-form-view .form-wrapper textarea::placeholder {
  color: #444444;
}
@media screen and (max-width: 992px) {
  .blueformbuilder-form-view .form-wrapper input,
  .blueformbuilder-form-view .form-wrapper select,
  .blueformbuilder-form-view .form-wrapper textarea {
    height: 40px;
    padding: 8px;
  }
}
.blueformbuilder-form-view .form-wrapper input[type="checkbox"],
.blueformbuilder-form-view .form-wrapper select[type="checkbox"],
.blueformbuilder-form-view .form-wrapper textarea[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 1px solid #26bd9a;
  border-radius: 2px;
  margin-right: 10px;
  vertical-align: middle;
}
.blueformbuilder-form-view .form-wrapper input[type="checkbox"]:checked,
.blueformbuilder-form-view .form-wrapper select[type="checkbox"]:checked,
.blueformbuilder-form-view .form-wrapper textarea[type="checkbox"]:checked {
  background-color: #26bd9a;
}
.blueformbuilder-form-view .form-wrapper select {
  padding-right: 28px;
}
.blueformbuilder-form-view .form-wrapper textarea {
  max-height: 115px;
  min-height: 115px;
}
.blueformbuilder-form-view .form-wrapper .mgz-element-bfb_phone .iti--allow-dropdown input {
  padding-left: 52px;
}
.blueformbuilder-form-view .form-wrapper .bfb-element-icon {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.blueformbuilder-form-view .form-wrapper .multi-select .bfb-checkbox-item label {
  display: flex;
  align-items: center;
  gap: 0px;
}
.blueformbuilder-form-view .form-wrapper .multi-select .bfb-checkbox-item label label {
  margin-bottom: 0px;
}
.blueformbuilder-form-view .form-wrapper .radio-selection .bfb-element-control .bfb-radio-item {
  margin-bottom: 0px;
}
.blueformbuilder-form-view .form-wrapper .radio-selection .bfb-element-control .bfb-radio-item label {
  display: flex;
  align-items: center;
  gap: 0px;
}
.blueformbuilder-form-view .form-wrapper .radio-selection .bfb-element-control .bfb-radio-item label input {
  width: 16px;
  height: 16px;
}
.blueformbuilder-form-view .form-wrapper .radio-selection .bfb-element-control .bfb-radio-item label label {
  margin-bottom: 0px;
}
.blueformbuilder-form-view .form-wrapper .radio-selection .bfb-element-control .bfb-radio-item label label::before {
  width: 16px;
  height: 16px;
  border: 1px solid #26bd9a;
  margin-left: -25px;
}
.blueformbuilder-form-view .form-wrapper .radio-selection .bfb-element-control .bfb-radio-item label label::after {
  background-color: #26bd9a;
  height: 8px;
  width: 8px;
  left: 4px;
  top: 4.9px;
}
.blueformbuilder-form-view .form-wrapper .radio-selection .bfb-element-control .bfb-radio-item label .mgz-control-radio + label {
  padding-left: 25px;
}
.blueformbuilder-form-view .form-wrapper .radio-selection .bfb-element-control .bfb-radio-item label .mgz-control-radio:checked + label {
  position: relative;
}
.blueformbuilder-form-view .form-wrapper .submit-button {
  margin-top: 35px;
}
@media screen and (max-width: 992px) {
  .blueformbuilder-form-view .form-wrapper .submit-button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .blueformbuilder-form-view .form-wrapper .submit-button {
    margin-top: 10px;
  }
}
.blueformbuilder-form-view .form-wrapper .submit-button button {
  width: 312px;
  height: 56px;
  background-color: #26bd9a;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  border-radius: 0px;
  border: none;
  cursor: pointer;
  letter-spacing: -0.21px;
}
.blueformbuilder-form-view .form-wrapper .submit-button button:hover {
  background-color: #26bd9a;
}
@media screen and (max-width: 576px) {
  .blueformbuilder-form-view .form-wrapper .submit-button button {
    width: 100%;
    height: 40px;
  }
}
.blueformbuilder-form-view .light-yellow-bg {
  padding: 23px 10px;
  border-left: 4px solid #facc15;
  margin: 16px 0;
  background: #fefce8;
}
.blueformbuilder-form-view .light-yellow-bg p {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.blueformbuilder-form-view .light-yellow-bg p a {
  color: #26bd9a;
}
@media screen and (max-width: 768px) {
  .blueformbuilder-form-view .light-yellow-bg {
    padding: 20px;
  }
}
.blueformbuilder-form-view .bottom-description {
  margin-top: 35px;
}
@media screen and (max-width: 992px) {
  .blueformbuilder-form-view .bottom-description {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .blueformbuilder-form-view .bottom-description {
    margin-top: 10px;
  }
}
.blueformbuilder-form-view .bottom-description p {
  font-weight: 600;
  font-size: 22px;
  color: #6a6a6a;
}
@media screen and (max-width: 992px) {
  .blueformbuilder-form-view .bottom-description p {
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .blueformbuilder-form-view .bottom-description p {
    font-size: 16px;
    font-weight: 500;
  }
}
.blueformbuilder-form-view .view-orthofeet-footwear-section .view-orthofeet-footwear-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .blueformbuilder-form-view .view-orthofeet-footwear-section .view-orthofeet-footwear-btn-wrapper {
    gap: 15px;
    margin-bottom: 15px;
  }
}
.blueformbuilder-form-view .view-orthofeet-footwear-section .view-orthofeet-footwear-btn-wrapper a {
  border-radius: 8px;
  padding: 15px 10px;
  background: #7e928d;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.32px;
  border: none;
  cursor: pointer;
}
.blueformbuilder-form-view .empowering-foot-health-image .mgz-element-inner {
  padding: 0px;
}
.blueformbuilder-form-view .empowering-foot-health-image .mgz-element-inner .mgz-single-image-wrapper {
  width: 100%;
}
.blueformbuilder-form-view .empowering-foot-health-image .mgz-element-inner .mgz-single-image-wrapper img {
  border-radius: 4px;
  width: 100%;
}
.blueformbuilder-form-view .scanning-technology-wrapper .mgz-element-inner {
  padding: 0px;
}
.blueformbuilder-form-view .scanning-technology-wrapper .scan-hero {
  margin: 20px auto 33px;
  display: flex;
  gap: 21px;
}
.blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-media {
  flex: 1 1 50%;
}
.blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-media img {
  width: 100%;
  height: 100%;
  display: block;
}
.blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-content {
    gap: 15px;
  }
}
.blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-content .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-content .title-wrapper .headline {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 20px;
  line-height: 60px;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1800px) {
  .blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-content .title-wrapper .headline {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) {
  .blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-content .title-wrapper .headline {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-content .title-wrapper .headline {
    font-size: 34px;
    line-height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-content .title-wrapper .headline {
    font-size: 24px;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-content .title-wrapper .headline {
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-content .title-wrapper .eyebrow {
  font-size: 16px;
  font-weight: 400;
  color: #052840;
  text-transform: uppercase;
  margin: 0;
}
.blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-content .summary {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  color: #444444;
  max-width: 842px;
}
.blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-content .features {
  list-style: none;
  padding: 0;
  margin: 6px 0 0 0;
  display: grid;
  gap: 36px;
}
@media screen and (max-width: 1200px) {
  .blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-content .features {
    gap: 15px;
  }
}
.blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-content .features .feature-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  column-gap: 23px;
}
.blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-content .features .feature-item .feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
}
.blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-content .features .feature-item .feature-text {
  font-size: 20px;
  font-weight: 400;
  color: #444444;
}
@media (max-width: 992px) {
  .blueformbuilder-form-view .scanning-technology-wrapper .scan-hero {
    flex-direction: column;
    gap: 32px;
    margin: 0px auto 20px;
  }
  .blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .hero-content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .brand {
    font-size: 20px;
  }
  .blueformbuilder-form-view .scanning-technology-wrapper .scan-hero .features .feature-item {
    grid-template-columns: 52px 1fr;
    column-gap: 14px;
  }
}
.blueformbuilder-form-view .how-work-wrapper {
  margin-bottom: 40px;
}
.blueformbuilder-form-view .how-work-wrapper .mgz-element-inner {
  padding: 0px;
}
.blueformbuilder-form-view .how-work-wrapper .mgz-element-inner .mgz-element.mgz-child .mgz-element-inner h3 {
  font-weight: 600;
  font-size: 36px;
  text-transform: capitalize;
  color: #444444;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .blueformbuilder-form-view .how-work-wrapper .mgz-element-inner .mgz-element.mgz-child .mgz-element-inner h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .blueformbuilder-form-view .how-work-wrapper .mgz-element-inner .mgz-element.mgz-child .mgz-element-inner h3 {
    font-size: 22px;
  }
}
.blueformbuilder-form-view .how-work-wrapper .mgz-element-inner .mgz-element.mgz-child .mgz-element-inner ul {
  list-style: disc;
  padding-left: 24px;
}
.blueformbuilder-form-view .how-work-wrapper .mgz-element-inner .mgz-element.mgz-child .mgz-element-inner ul li {
  font-size: 24px;
  font-weight: 500;
  color: #444444;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .blueformbuilder-form-view .how-work-wrapper .mgz-element-inner .mgz-element.mgz-child .mgz-element-inner ul li {
    font-size: 16px;
    line-height: 1.4;
  }
}
.blueformbuilder-form-view .printed-custom-wrapper {
  position: relative;
  padding: 38px 0px 65px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .blueformbuilder-form-view .printed-custom-wrapper {
    padding: 38px 0px 35px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .blueformbuilder-form-view .printed-custom-wrapper {
    padding: 20px 0px 30px;
    margin-bottom: 20px;
  }
}
.blueformbuilder-form-view .printed-custom-wrapper::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -4vw;
  right: -4vw;
  background: #eaf2ef;
  z-index: -1;
  display: block;
}
.blueformbuilder-form-view .printed-custom-wrapper h2 {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  color: #1A2626;
  margin-bottom: 20px;
  line-height: 60px;
}
@media screen and (max-width: 1800px) {
  .blueformbuilder-form-view .printed-custom-wrapper h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) {
  .blueformbuilder-form-view .printed-custom-wrapper h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .blueformbuilder-form-view .printed-custom-wrapper h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .blueformbuilder-form-view .printed-custom-wrapper h2 {
    font-size: 24px;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .blueformbuilder-form-view .printed-custom-wrapper h2 {
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.blueformbuilder-form-view .printed-custom-wrapper .custom-orthotics-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .blueformbuilder-form-view .printed-custom-wrapper .custom-orthotics-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.blueformbuilder-form-view .printed-custom-wrapper .custom-orthotics-wrapper .custom-orthotics-images {
  flex: 1 1 40%;
}
@media screen and (max-width: 1600px) {
  .blueformbuilder-form-view .printed-custom-wrapper .custom-orthotics-wrapper .custom-orthotics-images {
    flex: 1 1 44%;
  }
}
@media screen and (max-width: 1400px) {
  .blueformbuilder-form-view .printed-custom-wrapper .custom-orthotics-wrapper .custom-orthotics-images img {
    width: 49%;
  }
}
.blueformbuilder-form-view .printed-custom-wrapper .custom-orthotics-wrapper .custom-orthotics-content {
  flex: 1 1 54%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 88px;
}
@media screen and (max-width: 1600px) {
  .blueformbuilder-form-view .printed-custom-wrapper .custom-orthotics-wrapper .custom-orthotics-content {
    flex: 1 1 50%;
    gap: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .blueformbuilder-form-view .printed-custom-wrapper .custom-orthotics-wrapper .custom-orthotics-content {
    grid-template-columns: 1fr;
  }
}
.blueformbuilder-form-view .printed-custom-wrapper .custom-orthotics-wrapper .custom-orthotics-content-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #FFFFFF;
  border-radius: 7px;
  padding: 16px;
}
.blueformbuilder-form-view .printed-custom-wrapper .custom-orthotics-wrapper .custom-orthotics-content-item .item-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blueformbuilder-form-view .printed-custom-wrapper .custom-orthotics-wrapper .custom-orthotics-content-item .item-title img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .blueformbuilder-form-view .printed-custom-wrapper .custom-orthotics-wrapper .custom-orthotics-content-item .item-title img {
    width: 40px;
    height: 40px;
  }
}
.blueformbuilder-form-view .printed-custom-wrapper .custom-orthotics-wrapper .custom-orthotics-content-item .item-title h3 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #1A2626;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .blueformbuilder-form-view .printed-custom-wrapper .custom-orthotics-wrapper .custom-orthotics-content-item .item-title h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
.blueformbuilder-form-view .printed-custom-wrapper .custom-orthotics-wrapper .custom-orthotics-content-item .item-description {
  font-size: 20px;
  font-weight: 400;
  color: #1A2626;
}
@media screen and (max-width: 768px) {
  .blueformbuilder-form-view .printed-custom-wrapper .custom-orthotics-wrapper .custom-orthotics-content-item .item-description {
    font-size: 16px;
  }
}
.blueformbuilder-form-view .orthofeet-merchandising-images .magezon-builder .mgz-container {
  width: 100% !important;
}
.blueformbuilder-form-view .orthofeet-merchandising-images .mgz-element-inner {
  padding: 0px;
}
.blueformbuilder-form-view .orthofeet-merchandising-images .orthofeet-merchandising-image-wrapper,
.blueformbuilder-form-view .orthofeet-merchandising-images .orthofeet-free-fitting-image-wrapper {
  display: flex;
  justify-content: center;
  gap: 51px;
  position: relative;
  padding: 50px 0px;
}
@media screen and (max-width: 1200px) {
  .blueformbuilder-form-view .orthofeet-merchandising-images .orthofeet-merchandising-image-wrapper,
  .blueformbuilder-form-view .orthofeet-merchandising-images .orthofeet-free-fitting-image-wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .blueformbuilder-form-view .orthofeet-merchandising-images .orthofeet-merchandising-image-wrapper,
  .blueformbuilder-form-view .orthofeet-merchandising-images .orthofeet-free-fitting-image-wrapper {
    padding: 3vw 0px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .blueformbuilder-form-view .orthofeet-merchandising-images .orthofeet-merchandising-image-wrapper,
  .blueformbuilder-form-view .orthofeet-merchandising-images .orthofeet-free-fitting-image-wrapper {
    gap: 15px;
  }
}
.blueformbuilder-form-view .orthofeet-merchandising-images .orthofeet-merchandising-image-wrapper::before,
.blueformbuilder-form-view .orthofeet-merchandising-images .orthofeet-free-fitting-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -4vw;
  right: -4vw;
  background: #eaf2ef;
  z-index: -1;
}
.blueformbuilder-form-view .orthofeet-merchandising-images .orthofeet-free-fitting-image-wrapper {
  padding-bottom: 30px;
}
.blueformbuilder-form-view .orthofeet-merchandising-images .orthofeet-free-fitting-image-wrapper img {
  width: 42%;
}
@media screen and (max-width: 992px) {
  .blueformbuilder-form-view .orthofeet-merchandising-images .orthofeet-free-fitting-image-wrapper img {
    width: 100%;
  }
}
.blueformbuilder-form-view .orthofeet-merchandising-images .orthofeet-merchandising-image-wrapper {
  margin-bottom: 24px;
}
.blueformbuilder-form-view .orthofeet-merchandising-images .orthofeet-merchandising-image-wrapper img:first-child {
  width: 52%;
}
.blueformbuilder-form-view .orthofeet-merchandising-images .orthofeet-merchandising-image-wrapper img:last-child {
  width: 48%;
}
@media screen and (max-width: 992px) {
  .blueformbuilder-form-view .orthofeet-merchandising-images .orthofeet-merchandising-image-wrapper img {
    width: 100% !important;
  }
}
.blueformbuilder-form-view.form-orthofeetpro-sign-up #maincontent {
  background-color: #F6F6F6;
  padding-top: 55px;
  padding-bottom: 53px;
}
.blueformbuilder-form-view.form-orthofeetpro-sign-up #maincontent .form.bfb-form {
  background-color: #fff;
  padding: 29px 38px 49px;
  border-radius: 8px;
  max-width: 1035px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .blueformbuilder-form-view.form-orthofeetpro-sign-up #maincontent .form.bfb-form {
    padding: 10px 10px 20px;
  }
}
.blueformbuilder-form-view.form-orthofeetpro-sign-up #maincontent .form.bfb-form h2 {
  margin: 0 auto 9px;
}
.blueformbuilder-form-view.form-orthofeetpro-sign-up #maincontent .form.bfb-form input,
.blueformbuilder-form-view.form-orthofeetpro-sign-up #maincontent .form.bfb-form select,
.blueformbuilder-form-view.form-orthofeetpro-sign-up #maincontent .form.bfb-form textarea {
  border: 1px solid #F0F0F0;
  background: #FAFAFA;
}
.blueformbuilder-form-view.form-orthofeetpro-sign-up #maincontent .form.bfb-form button {
  height: 66px;
}
.mpblog-post-index #maincontent .page-title-wrapper,
.mpblog-author-view #maincontent .page-title-wrapper,
.mpblog-tag-view #maincontent .page-title-wrapper,
.mpblog-category-view #maincontent .page-title-wrapper {
  display: none;
}
.mpblog-post-index #maincontent .column.main,
.mpblog-author-view #maincontent .column.main,
.mpblog-tag-view #maincontent .column.main,
.mpblog-category-view #maincontent .column.main {
  width: 100%;
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container {
  background-color: #eaf2ef;
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper {
    padding: 20px 10px;
  }
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner {
  text-align: center;
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title {
  font-weight: 600;
  font-size: 60px;
  color: #444444 !important;
  text-transform: uppercase;
  line-height: 60px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1800px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title {
    font-size: 24;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-title {
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-description,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-description,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-description,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #052840;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-description,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-description,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-description,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .title-wrapper-inner .main-description {
    font-size: 14px;
    line-height: 24px;
  }
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-title,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-title,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-title,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-title {
  font-weight: 600;
  font-size: 36px;
  color: #444444;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-title,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-title,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-title,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner {
    flex-direction: column;
  }
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-left,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-left,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-left,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-left {
  width: 612px;
  display: block;
}
@media screen and (max-width: 992px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-left,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-left,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-left,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-left {
    width: 100%;
  }
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-left img,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-left img,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-left img,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right {
  flex: 1;
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-title,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-title,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-title,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-title {
  font-weight: 600;
  font-size: 24px;
  color: #444444;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-title,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-title,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-title,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-title {
    font-size: 18px;
  }
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-short-description,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-short-description,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-short-description,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-short-description {
  font-weight: 500;
  font-size: 20px;
  color: #444444;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-short-description,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-short-description,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-short-description,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-short-description {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info {
    margin-bottom: 10px;
  }
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image .author-name,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image .author-name,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image .author-name,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image .author-name {
  font-weight: 600;
  font-size: 20px;
  color: #444444;
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image .author-name,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image .author-name,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image .author-name,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image .author-name {
    font-size: 16px;
  }
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image .img-responsive,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image .img-responsive,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image .img-responsive,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image .img-responsive {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image .img-responsive,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image .img-responsive,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image .img-responsive,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-post-info .author-content-image .img-responsive {
    width: 40px;
    height: 40px;
  }
}
.mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-read-btn,
.mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-read-btn,
.mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-read-btn,
.mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-read-btn {
  background: #26bd9a;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 22px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 312px;
  height: 66px;
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-read-btn,
  .mpblog-author-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-read-btn,
  .mpblog-tag-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-read-btn,
  .mpblog-category-view #maincontent .column.main .featured-articles-wrapper-container .featured-articles-wrapper .featured-article-box .featured-article-box-inner .featured-right .featured-read-btn {
    width: 156px;
    height: 50px;
    font-size: 16px;
  }
}
.mpblog-post-index #maincontent .column.main .post-list-content-container,
.mpblog-author-view #maincontent .column.main .post-list-content-container,
.mpblog-tag-view #maincontent .column.main .post-list-content-container,
.mpblog-category-view #maincontent .column.main .post-list-content-container {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .mpblog-post-index #maincontent .column.main .post-list-content-container,
  .mpblog-author-view #maincontent .column.main .post-list-content-container,
  .mpblog-tag-view #maincontent .column.main .post-list-content-container,
  .mpblog-category-view #maincontent .column.main .post-list-content-container {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .mpblog-post-index #maincontent .column.main .post-list-content-container,
  .mpblog-author-view #maincontent .column.main .post-list-content-container,
  .mpblog-tag-view #maincontent .column.main .post-list-content-container,
  .mpblog-category-view #maincontent .column.main .post-list-content-container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .mpblog-post-index #maincontent .column.main .post-list-content-container,
  .mpblog-author-view #maincontent .column.main .post-list-content-container,
  .mpblog-tag-view #maincontent .column.main .post-list-content-container,
  .mpblog-category-view #maincontent .column.main .post-list-content-container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .mpblog-post-index #maincontent .column.main .post-list-content-container,
  .mpblog-author-view #maincontent .column.main .post-list-content-container,
  .mpblog-tag-view #maincontent .column.main .post-list-content-container,
  .mpblog-category-view #maincontent .column.main .post-list-content-container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .post-list-content-container,
  .mpblog-author-view #maincontent .column.main .post-list-content-container,
  .mpblog-tag-view #maincontent .column.main .post-list-content-container,
  .mpblog-category-view #maincontent .column.main .post-list-content-container {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .post-list-content-container,
  .mpblog-author-view #maincontent .column.main .post-list-content-container,
  .mpblog-tag-view #maincontent .column.main .post-list-content-container,
  .mpblog-category-view #maincontent .column.main .post-list-content-container {
    padding: 20px 10px;
  }
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content {
  margin-top: 30px;
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body,
  .mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body,
  .mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body,
  .mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item {
  margin-bottom: 0;
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item.product-item,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item.product-item,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item.product-item,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item.product-item {
  width: 100%;
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper {
  border-radius: 9.11px;
  border: 1.52px solid #f2f2f2;
  padding: 0 !important;
  display: flex;
  height: 100%;
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper:hover,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper:hover,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper:hover,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper:hover {
  box-shadow: none;
}
@media screen and (max-width: 1400px) {
  .mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper,
  .mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper,
  .mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper,
  .mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper {
    flex-direction: column;
  }
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image {
  width: 397px;
}
@media screen and (max-width: 1800px) {
  .mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image,
  .mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image,
  .mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image,
  .mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image {
    width: 350px;
  }
}
@media screen and (max-width: 1400px) {
  .mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image,
  .mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image,
  .mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image,
  .mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image {
    width: 100%;
  }
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image a,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image a,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image a,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image a img,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image a img,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image a img,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image a img {
  width: 100%;
  height: 100%;
  border-radius: 9.11px 0 0 9.11px;
}
@media screen and (max-width: 1400px) {
  .mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image a img,
  .mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image a img,
  .mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image a img,
  .mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-image a img {
    border-radius: 9.11px 9.11px 0 0;
  }
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper {
  padding: 33px 40px 26px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1800px) {
  .mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper,
  .mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper,
  .mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper,
  .mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper {
    padding: 20px 20px 15px 20px;
  }
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-title,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-title,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-title,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-title {
  margin-bottom: 0px;
  line-height: 30px;
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-title .post-link-title,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-title .post-link-title,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-title .post-link-title,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-title .post-link-title {
  font-weight: 600;
  font-size: 24px;
  color: #444444 !important;
  margin-bottom: 12px;
  display: inline-block;
}
@media screen and (max-width: 1800px) {
  .mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-title .post-link-title,
  .mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-title .post-link-title,
  .mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-title .post-link-title,
  .mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-title .post-link-title {
    font-size: 20px;
  }
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .post-short-description,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .post-short-description,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .post-short-description,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .post-short-description {
  font-weight: 500;
  font-size: 20px;
  color: #444444;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .post-short-description,
  .mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .post-short-description,
  .mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .post-short-description,
  .mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .post-short-description {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info,
  .mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info,
  .mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info,
  .mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info {
    margin-bottom: 10px;
  }
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image .author-name,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image .author-name,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image .author-name,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image .author-name {
  font-weight: 600;
  font-size: 20px;
  color: #444444;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image .author-name,
  .mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image .author-name,
  .mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image .author-name,
  .mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image .author-name {
    font-size: 16px;
  }
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image .img-responsive,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image .img-responsive,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image .img-responsive,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image .img-responsive {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image .img-responsive,
  .mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image .img-responsive,
  .mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image .img-responsive,
  .mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .author-content-container .mp-post-info .author-content-image .img-responsive {
    width: 40px;
    height: 40px;
  }
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-meta-info,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-meta-info,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-meta-info,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-meta-info {
  margin-top: 15px;
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-meta-info .actions .mp-read-more,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-meta-info .actions .mp-read-more,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-meta-info .actions .mp-read-more,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-meta-info .actions .mp-read-more {
  color: #28d1aa !important;
  font-weight: 500;
  font-size: 16px;
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-meta-info .actions .mp-read-more .read-more-icon,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-meta-info .actions .mp-read-more .read-more-icon,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-meta-info .actions .mp-read-more .read-more-icon,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-meta-info .actions .mp-read-more .read-more-icon {
  margin-left: 5px;
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .pager,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .pager,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .pager,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .pager {
  margin-top: 20px;
  text-align: right;
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .pager .limiter,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .pager .limiter,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .pager .limiter,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .pager .limiter {
  float: unset;
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .pager .limiter .limiter-label,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .pager .limiter .limiter-label,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .pager .limiter .limiter-label,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .pager .limiter .limiter-label {
  margin-right: 10px;
}
.mpblog-post-index #maincontent .column.main .post-list-content-container .post-list-content .pager .limiter .limiter-options,
.mpblog-author-view #maincontent .column.main .post-list-content-container .post-list-content .pager .limiter .limiter-options,
.mpblog-tag-view #maincontent .column.main .post-list-content-container .post-list-content .pager .limiter .limiter-options,
.mpblog-category-view #maincontent .column.main .post-list-content-container .post-list-content .pager .limiter .limiter-options {
  width: 50px;
}
.mpblog-post-view #maincontent .page-title-wrapper {
  display: none;
}
.mpblog-post-view #maincontent .page.messages .messages {
  margin-bottom: 0;
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin {
  background: #eaf2ef;
  padding: 28px 0 20px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin {
    padding: 18px 0 10px 0;
  }
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1800px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 992px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content {
    flex-direction: column;
  }
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container {
  width: 52%;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container {
    width: 100%;
  }
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .post-title {
  font-weight: 600;
  font-size: 60px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #444444;
  line-height: 75px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1800px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .post-title {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .post-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .post-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .post-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .author-content-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .author-content-container {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .author-content-container .author-content-image {
  float: unset;
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
}
@media screen and (max-width: 1200px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .author-content-container .author-content-image {
    gap: 10px;
  }
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .author-content-container .author-content-image .img-responsive {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media screen and (max-width: 1800px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .author-content-container .author-content-image .img-responsive {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .author-content-container .author-content-image .img-responsive {
    width: 40px;
    height: 40px;
  }
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .author-content-container .author-content-image .author-name {
  font-weight: 600;
  font-size: 20px;
  color: #444444;
}
@media screen and (max-width: 1200px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .author-content-container .author-content-image .author-name {
    font-size: 16px;
  }
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .author-content-container .author-content-information {
  float: unset;
  width: max-content;
  color: #444444;
  font-weight: 600;
  font-size: 20px;
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .author-content-container .author-content-information {
    font-size: 16px;
  }
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .mp-post-info-wrapper {
  margin-top: 30px;
}
@media screen and (max-width: 1800px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .mp-post-info-wrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .mp-post-info-wrapper {
    margin-top: 10px;
  }
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .mp-post-info-wrapper .mp-post-info {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .mp-post-info-wrapper .mp-post-info {
    gap: 15px;
  }
}
@media screen and (max-width: 992px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .mp-post-info-wrapper .mp-post-info {
    gap: 10px;
  }
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .mp-post-info-wrapper .mp-post-info i {
  width: 20px;
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .related-content-container .mp-post-info-wrapper .mp-post-info span {
  font-weight: 500;
  font-size: 16px;
  line-height: 17.75px;
  color: #6b7280;
  display: flex;
  gap: 8px;
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .post-view-image {
  width: 48%;
}
@media screen and (max-width: 992px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .post-view-image {
    width: 100%;
  }
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .block-blog-related.about-admin .about-admin-content .post-view-image img {
  border-radius: 16px;
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .post-post_content {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .post-post_content {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .post-post_content {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .post-post_content {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .post-post_content {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .post-post_content {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view #mpblog-list-container .post-list-content .post-view-details .post-post_content {
    padding: 20px 10px;
  }
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post {
  margin-top: 0px;
  background-color: #EAF2EF;
  padding-top: 20px;
  margin-bottom: 20px;
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post .post-detail-container {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post .post-detail-container {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post .post-detail-container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post .post-detail-container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post .post-detail-container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post .post-detail-container {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post .post-detail-container {
    padding: 20px 10px;
  }
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post .post-detail-container .post-title {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #444444;
  line-height: 45px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post .post-detail-container .post-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post .post-detail-container .post-title {
    font-size: 20px;
    line-height: 25px;
  }
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post .post-detail-container .related-content-container .owl-carousel.owl-theme .owl-stage-outer {
  padding-left: 0;
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post .post-detail-container .related-content-container .owl-carousel.owl-theme .owl-item .item.product.product-item.mp-blog-slider-item {
  border: 1px solid #f1f1f1;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post .post-detail-container .related-content-container .owl-carousel.owl-theme .owl-item .item.product.product-item.mp-blog-slider-item .product-item-info:hover .product-item-photo:not(.porto-tb-featured-image) {
  box-shadow: none;
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post .post-detail-container .related-content-container .owl-carousel.owl-theme .owl-item .item.product.product-item.mp-blog-slider-item .product-item-info:hover .product-item-inner button.action {
  border-color: #26bd9a !important;
  color: white !important;
  background-color: #26bd9a !important;
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post .post-detail-container .related-content-container .owl-carousel.owl-theme .owl-item .item.product.product-item.mp-blog-slider-item .product-item-info .product-item-details .product-item-link {
  color: #000000;
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post .post-detail-container .related-content-container .owl-carousel.owl-theme .owl-item .item.product.product-item.mp-blog-slider-item .product-item-info .product-item-details .product-item-inner button.action {
  border: 1px solid #dee5e8;
  padding: 10px;
  align-items: center;
  display: flex;
  line-height: 2;
  width: 124px;
  height: 36px;
  border-radius: 0px;
  color: #6a6a6d;
  background-color: white;
  font-weight: 500;
}
.mpblog-post-view #maincontent .page-main-inner .columns .column.main .mp-blog-view .block-blog-related.products-same-post .post-detail-container .related-content-container .owl-carousel.owl-theme .owl-item .item.product.product-item.mp-blog-slider-item .product-item-info .product-item-details .product-item-inner button.action span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
  transform: translateY(1px);
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.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;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.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 */
  /* Better Font Rendering =========== */
  /* 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;
}
._error .order-comment-input {
  outline: none;
  border: 2px solid #ed8380;
}
._error .order-comment-input:focus {
  outline: none;
  border: 2px solid #ed8380;
  box-shadow: 0 0 3px #ed8380;
}
.checkout-payment-method .payment-option._collapsible.comment .payment-option-content {
  display: block;
}
/**
 * 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_CompanyAccount
 * @author     Extension Team
 * @copyright  Copyright (c) 2020 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.date-filter {
  width: 30%;
  float: right;
}
.date-filter .btn-filter {
  width: 45%;
  float: left;
  margin-right: 5%;
}
.date-filter .btn-filter input {
  width: 100%;
  height: 31px;
}
.date-filter .btn-filter input:hover {
  background: #A9A9A9;
  border: none;
}
.bss-filter-nav {
  margin-left: 40%;
  margin-top: 1%;
}
.bss-filter-nav .date-input {
  width: 45%;
  float: left;
  margin-right: 5%;
}
#bss-filter-nav {
  margin: 1% 0 1% 0;
  border-top: 1px solid #007bdb;
  border-bottom: 1px solid #007bdb;
}
.bss-action-nav {
  margin-left: 60%;
  margin-top: 2%;
  padding-bottom: 1%;
}
.bss-action-nav .bss-cancel-action {
  width: 45%;
  float: left;
  margin-right: 5%;
}
.bss-action-nav .bss-cancel-action input {
  border: none;
  height: 30px;
  width: 100%;
  background: white;
  border-radius: 20px;
  color: #007bdb;
}
.bss-action-nav .bss-cancel-action input:hover {
  text-decoration: underline;
}
.bss-action-nav .bss-filter-action {
  width: 45%;
  float: right;
  margin-right: 5%;
}
.bss-action-nav .bss-filter-action input {
  width: 100%;
  border: none;
  border-radius: 20px;
  height: 30px;
}
.bss-action-nav .bss-filter-action input:hover {
  background: #A9A9A9;
}
.clear-float {
  clear: both;
}
.order-products-toolbar {
  padding-top: 20px;
  margin-bottom: 0;
}
.jstree-check-role a {
  color: gray;
}
.bss-action-order {
  text-align: right;
  height: 50px;
}
.bss-btn-action {
  width: 12%;
  float: right;
  margin-left: 1%;
}
.bss-btn-action input {
  height: 30px;
  width: 100%;
}
.bss-btn-action:hover {
  background: #454547;
}
.bss-btn-action .approve {
  background: #2ba33a;
}
.bss-btn-action .reject {
  background: #db3636;
}
.bss-btn-action .bss-btn {
  font-size: 14px;
  color: white;
  border: none;
}
.bss-btn-checkout {
  background: #1979c3;
  color: white;
  border: none;
}
.bss-btn-checkout:hover {
  background: #006bb4;
}
.bss.checkout.noti {
  padding: 2% 0 10% 0;
  color: red;
}
#bss-back-to-quote:hover {
  cursor: pointer;
}
#bss-back-to-cart:hover {
  cursor: pointer;
}
.bss-confirm .modal-inner-wrap {
  width: 40%;
}
#ca-my-orders-table .actions {
  color: #046bc5;
}
.action-back {
  margin-top: 25px;
}
.color-black {
  color: black !important;
}
.color-black :visited {
  color: black;
}
.order-request {
  height: 40px;
  margin-top: 0;
  font-weight: 400;
}
.sales-order-history .orders-history .table-order-items .view {
  margin-left: 6px;
  border: 1px solid #dee5e8;
  padding: 10px;
}
.sales-order-history .orders-history .table-order-items span {
  color: #6a6a6d;
}
.sales-order-history .orders-history .table-order-items .order {
  margin-left: 6px;
  border: 1px solid #dee5e8;
  padding: 10px;
}
.sales-order-history .orders-history .table-order-items span {
  color: #6a6a6d;
}
.sales-order-history .orders-history .table-order-items .reject {
  margin-left: 6px;
  border: 1px solid #dee5e8;
  padding: 10px;
}
.sales-order-history .orders-history .table-order-items span {
  color: #6a6a6d;
}
.sales-order-history .orders-history .table-order-items .order {
  margin-left: 6px;
  border: 1px solid #dee5e8;
  padding: 10px;
}
.sales-order-history .orders-history .table-order-items span {
  color: #6a6a6d;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 1em;
  font-weight: bold;
  text-transform: capitalize;
}
.block-order-details-view .block-content span {
  margin-right: 20px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 20%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
@media all and (min-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 48%;
  }
}
@media all and (max-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 98%;
  }
}
/* mageplaza end blog style */
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.layered-filter-block-container .ln_tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.filter-content .category-items {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
.filter-content .icon-expand:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: bottom;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 5px;
}
.filter-content .active.icon-expand:after {
  content: '\e622';
}
.filter-content input[type="text"]:focus,
.filter-content input[type="checkbox"]:focus,
.filter-content input[type="radio"]:focus,
.filter-content select:focus {
  outline: none !important;
  box-shadow: none !important;
}
.filter-content .filter-options-item li a:hover {
  background: none !important;
  color: #006bb4;
}
.filter-content .filter-options-item li a:hover span {
  color: #006bb4;
}
.filter-content .filter-options-item .ui-slider-handle {
  height: 15px !important;
  width: 15px !important;
  background: #01007F;
  left: -2px;
  bottom: -3px;
}
.filter-content #ln_slider_price {
  margin-bottom: 5px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
@media only screen and (max-width: 600px) {
  .minisearch .search-category {
    top: 65% !important;
    right: 15px !important;
    height: 32px;
    display: none;
  }
}
.autocomplete-suggestions {
  border: 1px solid #bbbbbb;
  background: #ffffff;
  cursor: default;
  border-top: none;
  height: auto;
  overflow: auto;
  max-height: 2000px;
}
.autocomplete-suggestion {
  cursor: pointer;
  overflow: hidden;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eeeeee;
  display: block;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.search-category,
#mpsearch-category {
  height: 100%;
}
.autocomplete-selected {
  background: #eef3d6;
}
input#searchauto {
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  width: 375px;
}
.suggestion-left {
  float: left;
  width: 15%;
  padding: auto;
}
.suggestion-right {
  width: 82%;
  padding-left: 10px;
  text-align: left;
  color: black;
  float: left;
}
.product-name {
  font-size: 14px;
  color: #3399cc;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-price {
  font-size: 12px;
}
.product-des {
  font-size: 12px;
}
.product-des p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-line {
  margin-bottom: 5px;
}
ul#ui-id-1 {
  font-family: inherit;
  padding: 0px;
  border-bottom: none;
}
p.short-des {
  margin: 0px;
  font-size: 0.9em;
  color: #aaaaaa;
}
#view_all {
  text-align: center;
  background: #eff4f7;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .block-search {
    z-index: 4 !important;
    padding-left: 140px !important;
  }
}
.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;
}
.popupbuilder-popup {
  display: none;
}
.popupbuilder-prevent-scroll {
  overflow: hidden;
}
.mgz-flex.mgz-flex-position-top-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-center-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-left .popupbuilder-widget-content {
  left: 0;
}
.mgz-flex.mgz-flex-position-top-right .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-center-right .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-right .popupbuilder-widget-content {
  right: 0;
}
.mgz-flex.mgz-flex-position-top-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-top-center .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-top-right .popupbuilder-widget-content {
  top: 0;
}
.mgz-flex.mgz-flex-position-bottom-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-center .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-right .popupbuilder-widget-content {
  bottom: 0;
}
.popupbuilder-popup-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  background-color: transparent;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.popupbuilder-popup-modal .popupbuilder-buttons-wrapper,
.popupbuilder-popup-modal .popupbuilder-header {
  display: none;
}
.popupbuilder-popup-modal .popupbuilder-message {
  width: 100%;
  max-width: 100%;
}
.popupbuilder-popup-modal .popupbuilder-widget-content {
  background-color: #fff;
  position: absolute;
  pointer-events: all;
  width: 700px;
}
.popupbuilder-popup-modal .popupbuilder-poup-content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  max-width: 100%;
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.popupbuilder-popup-modal .popupbuilder-poup-content-inner > .magezon-builder {
  width: 100%;
}
.popupbuilder-popup-modal .popupbuilder-popup {
  display: block;
  width: 100%;
}
.popupbuilder-popup-modal .popupbuilder-popup-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  z-index: 1200;
  cursor: pointer;
  pointer-events: all;
}
.bfb-element-datepicker {
  background: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.bfb-element-datepicker .ui-datepicker-buttonpane button,
.bfb-element-datepicker .ui-datepicker-buttonpane .block-footer .action-add {
  background: #ffffff;
  border: 1px solid #adadad;
  border-radius: 1px;
  box-sizing: border-box;
  color: #007dbd;
  float: left;
  line-height: 34px;
  padding: 0;
  text-align: center;
  width: 49%;
  font-weight: 500;
  box-shadow: none;
}
.bfb-element-datepicker .ui-datepicker-buttonpane button:hover,
.bfb-element-datepicker .ui-datepicker-buttonpane .block-footer .action-add:hover {
  background: #007dbd;
  border-color: #007dbd;
  color: #FFF;
}
.bfb-element-datepicker table.ui-datepicker-calendar tr {
  background: transparent;
}
.bfb-element-datepicker table.ui-datepicker-calendar tr th {
  background: transparent;
  border: 0;
  padding: 0;
}
.bfb-element-datepicker table.ui-datepicker-calendar span,
.bfb-element-datepicker table.ui-datepicker-calendar a {
  box-sizing: border-box;
  color: #514943;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  width: 38px;
  padding: 0;
}
.bfb-element-datepicker .ui-datepicker-buttonpane {
  border: 0;
}
.bfb-element-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
  float: right;
}
.bfb-element-datepicker .ui-datepicker-title .ui-datepicker-year,
.bfb-element-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin: 0;
}
.bfb-element-datepicker .ui-datepicker-title > select:first-child {
  margin-right: 6%;
}
.bfb-element-datepicker .ui-datepicker-title > .ui-datepicker-year:first-child {
  margin-right: 6%;
}
.bfb-element-datepicker .ui-datepicker-calendar {
  border: 0;
}
.bfb-element-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: #f5f5f5;
}
.bfb-element-datepicker .ui-slider .ui-slider-handle {
  cursor: pointer;
}
.bfb-animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bfb-fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.bfb-spinner {
  font-size: 4rem;
  left: 50%;
  margin-left: -2rem;
  margin-top: -2rem;
  position: absolute;
  top: 50%;
}
.bfb-spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.bfb-spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.bfb-spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.bfb-spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.bfb-spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.bfb-spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.bfb-spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.8100000000000001s;
  -moz-animation-delay: 0.8100000000000001s;
  -ms-animation-delay: 0.8100000000000001s;
  animation-delay: 0.8100000000000001s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bfb-spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
.bfb-spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 0.72s;
  -moz-animation-duration: 0.72s;
  -ms-animation-duration: 0.72s;
  animation-duration: 0.72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  -ms-animation-direction: linear;
  animation-direction: linear;
  background-color: #ffffff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: 0.5em;
  position: absolute;
  width: 1em;
}
.ie9 .bfb-spinner {
  background: url('../../../../../frontend/Smartwave/porto/en_US/Webkul_TwoFactorAuth/images/ajax-loader.gif') no-repeat center;
}
.ie9 .bfb-spinner > span {
  display: none;
}
.bfb-popup-overlay {
  display: none;
}
.bfb-popup-show .bfb-popup-overlay {
  z-index: 998;
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.bfb-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: scroll;
  overflow-x: hidden;
}
.bfb-popup:before,
.bfb-popup:after {
  content: '';
  display: table;
  clear: both;
}
.bfb-popup .bfb-popup-close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 20px;
  cursor: pointer;
  opacity: .5;
  z-index: 4;
  background: url('../BlueFormBuilder_Core/images/close-icon.png') center center no-repeat;
  background-size: 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.bfb-popup .bfb-popup-close:hover {
  opacity: 1;
  background-size: 22px;
}
.bfb-popup .block.bfb {
  box-shadow: none;
}
.bfb-popup-slidein .bfb-popup {
  opacity: 0;
}
.bfb-popup-slidein.bfb-popup-align-bottom-right .bfb-popup,
.bfb-popup-slidein.bfb-popup-align-bottom-left .bfb-popup {
  bottom: 0;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
}
.bfb-popup-slidein.bfb-popup-align-bottom-right.popup-show .bfb-popup,
.bfb-popup-slidein.bfb-popup-align-bottom-left.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-slidein.popup-show .bfb-popup {
  opacity: 1;
}
.bfb-popup-container {
  position: fixed;
  box-shadow: none;
  z-index: 999;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
}
.bfb-popup-container.bfb-popup-align-inline {
  position: static;
}
.bfb-popup-container .bfb-popup {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: fixed;
  margin: 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container .block.bfb {
  background: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bfb-popup-container .bfb-popup-link {
  cursor: pointer;
  padding: 6px 15px 12px 15px;
  letter-spacing: .5px;
  display: inline-block;
  position: relative;
  transition: transform .3s;
  -webkit-transition: -webkit-transform 0.3s;
  background: #007dbd;
  color: #FFF;
}
.bfb-popup-container .bfb-popup-link:hover {
  text-decoration: none;
}
.bfb-popup-container.bfb-popup-align-left {
  left: 0;
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(-200%, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(-200%, 0, 0) rotate(90deg);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
}
.bfb-popup-container.bfb-popup-align-left.a-show .bfb-popup-link {
  transform: translate3d(-4px, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(-4px, 0, 0) rotate(90deg);
}
.bfb-popup-container.bfb-popup-align-left.a-show .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup {
  left: -1px;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-container.bfb-popup-align-right {
  right: 0;
}
.bfb-popup-container.bfb-popup-align-right.a-show .bfb-popup-link {
  transform: translate3d(4px, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(4px, 0, 0) rotate(-90deg);
}
.bfb-popup-container.bfb-popup-align-right.a-show .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
}
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(200%, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(200%, 0, 0) rotate(-90deg);
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
.bfb-popup-container.bfb-popup-align-right .bfb-popup {
  right: -1px;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left,
.bfb-popup-container.bfb-popup-align-right {
  top: 50%;
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link,
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link {
  top: -40px;
}
.bfb-popup-container.bfb-popup-align-left.popup-show .bfb-popup,
.bfb-popup-container.bfb-popup-align-right.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link:hover,
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link:hover {
  -webkit-box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container.bfb-popup-align-bottom-left {
  left: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup {
  left: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link:hover {
  -webkit-box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container.bfb-popup-align-bottom-right {
  right: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup {
  right: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-right,
.bfb-popup-container.bfb-popup-align-bottom-left {
  bottom: 0;
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup-link,
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(0, 6px, 0);
  -webkit-transform: translate3d(0, 6px, 0);
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup-link:hover,
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-magnific .bfb-popup {
  position: relative;
  border-radius: 3px;
}
.bfb-popup-animate-left .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  transition: transform 0.35s ease-out, opacity 0.2s linear;
  -moz-transition: transform 0.35s ease-out, opacity 0.2s linear;
  -webkit-transition: -webkit-transform 0.35s ease-out, opacity 0.2s linear;
  -ms-transition: transform 0.35s ease-out, opacity 0.2s linear;
  -o-transition: transform 0.35s ease-out, opacity 0.2s linear;
}
.bfb-popup-animate-left.mfp-bg,
.bfb-popup-animate-right.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.bfb-popup-animate-left.mfp-ready .mfp-with-anim,
.bfb-popup-animate-right.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}
.bfb-popup-animate-left.mfp-ready.mfp-bg,
.bfb-popup-animate-right.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.bfb-popup-animate-left.mfp-removing.mfp-bg,
.bfb-popup-animate-right.mfp-removing.mfp-bg {
  opacity: 0;
}
.bfb-popup-animate-left.mfp-removing .mfp-with-anim,
.bfb-popup-animate-right.mfp-removing .mfp-with-anim,
.bfb-popup-animate-left .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  opacity: 0;
}
.bfb-popup-animate-left.mfp-removing .mfp-with-anim,
.bfb-popup-animate-left .mfp-with-anim {
  -webkit-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -moz-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -o-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -ms-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
}
.bfb-popup-animate-right.mfp-removing .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  -webkit-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -moz-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -o-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -ms-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
}
.bfb-popup-align-inline .bfb-popup-link {
  padding: 5px 12px;
}
.bfbAnimation {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
}
.bfb-element .bfb-element-control-inner {
  position: relative;
}
.bfb-element .bfb-element-control-inner:before,
.bfb-element .bfb-element-control-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element .bfb-element-control-inner:before,
.bfb-element .bfb-element-control-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element .iti {
  width: 100%;
}
.bfb-element .intl-tel-input,
.bfb-element .admin__control-text {
  width: 100%;
}
.bfb-element .g-recaptcha {
  display: inline-block;
}
.bfb-element .bfb-element-input-limit {
  text-align: right;
}
.bfb-element .bfb-element-label {
  position: relative;
}
.bfb-element.required .bfb-element-label label {
  padding-right: 15px;
}
.bfb-element.required .bfb-element-label label > span:after {
  color: #e22626;
  content: '*';
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  margin-left: 5px;
}
.bfb-element.bfb-element-hidden {
  display: none;
}
.bfb-element.bfb-element-label-hidden .bfb-element-label {
  display: none;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content {
  left: -18px;
  right: auto;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content:before {
  left: 15px;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content:after,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content:after,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content:after {
  left: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content {
  left: auto;
  right: -18px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content:before {
  right: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content:after {
  right: 15px;
}
.bfb-element.bfb-element-label-left .bfb-element-label {
  width: 25%;
  float: left;
  padding-right: 15px;
}
.bfb-element.bfb-element-label-left .bfb-element-control {
  width: 75%;
  float: left;
}
.bfb-element.bfb-element-label-left .bfb-element-label {
  text-align: center;
}
.bfb-element.bfb-element-label-right .bfb-element-label {
  width: 25%;
  float: right;
  padding-left: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-control {
  width: 75%;
  float: left;
}
.bfb-element.bfb-element-label-right .bfb-element-control-inner {
  float: right;
  width: 100%;
}
.bfb-element.bfb-element-icon-left .bfb-control {
  padding-left: 30px;
}
.bfb-element.bfb-element-icon-left .bfb-element-icon {
  left: 0;
}
.bfb-element.bfb-element-icon-right .bfb-control {
  padding-right: 30px;
}
.bfb-element.bfb-element-icon-right .bfb-element-icon {
  right: 0;
}
.bfb-element.bfb-element-label-align-left .bfb-element-label {
  text-align: left;
}
.bfb-element.bfb-element-label-align-right .bfb-element-label {
  text-align: right;
}
.bfb-element.mgz-element-bfb_textarea .admin__control-textarea {
  height: auto;
}
.bfb-element.mgz-element-bfb_date .ui-datepicker-trigger {
  display: none;
}
.bfb-element.mgz-element-bfb_date .bfb-element-icon {
  cursor: pointer;
}
.bfb-element.mgz-element-bfb_time .bfb-element-control select {
  width: auto;
}
.bfb-element.mgz-element-bfb_time .bfb-element-control span {
  margin: 0 5px;
}
.bfb-element.mgz-element-bfb_address .addressfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.bfb-element.mgz-element-bfb_address .subfield {
  width: 50%;
  margin-bottom: 10px;
  padding-right: 20px;
}
.bfb-element.mgz-element-bfb_address .subfield select {
  width: 100%;
}
.bfb-element.mgz-element-bfb_starratings .bfb-element-stars {
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote {
  height: 32px;
  width: auto;
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
  color: #c3c5c9;
  font-family: 'Magezon-Icons';
  font-size: 32px;
  height: 32px;
  letter-spacing: 8px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"]:hover + label:before,
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:before {
  color: #ffc600;
  font-family: 'Magezon-Icons';
  font-size: 32px;
  height: 32px;
  letter-spacing: 8px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:hover:before {
  opacity: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10 {
  z-index: 2;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10 {
  z-index: 2;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-10:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-9:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-8:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-7:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844' '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-6:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-5:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-4:before {
  content: '\f844' '\f844' '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-3:before {
  content: '\f844' '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-2:before {
  content: '\f844' '\f844';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-1:before {
  content: '\f844';
}
.bfb-element.mgz-element-control-inner {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:before,
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:before,
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert {
  padding: 30px 0;
  text-align: center;
  border: 2px dashed #848484;
  background: #FAFAFA;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert:hover i {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert i {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  font-size: 28px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert i.bfb-element-icon {
  position: static;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert h3 {
  font-weight: 500;
  margin: 10px 0;
}
.bfb-element.mgz-element-bfb_file .file-uploader-spinner {
  background-image: url(../BlueFormBuilder_Core/images/loader.gif);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  display: none;
  height: 20px;
  margin-left: 1rem;
  vertical-align: top;
  width: 20px;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner.loading .file-uploader-spinner {
  display: inline-block;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner.loading .bfb-element-icon {
  display: none;
}
.bfb-element.mgz-element-bfb_file input[data-role='values'] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  height: 0;
  border: 0;
  outline: none;
  z-index: -1;
  opacity: 0;
}
.bfb-element.mgz-element-bfb_file .file-uploader-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 15px 7px 15px;
  background: #e3e3e3;
  color: #333;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .file-uploader-button:hover {
  background: #ebebeb;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row {
  float: left;
  width: 100%;
  color: #007dbd;
  cursor: pointer;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row:last-child {
  margin-bottom: 0;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row i {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #e22626;
  margin-top: 5px;
  margin-left: 4px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row i:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-row-inner {
  -webkit-border-radius: 0.33333rem;
  -moz-border-radius: 0.33333rem;
  border-radius: 0.33333rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f8f8f8;
  border: .09167rem solid #dadada;
  color: #999;
  padding: 8px;
  line-height: 14px;
  position: relative;
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info img {
  height: 25px;
  float: left;
  margin-right: 10px;
  width: auto;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info .bfb-file-info-name {
  float: left;
  padding-top: 5px;
  color: #333;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info .fa.fa-file {
  float: left;
  font-size: 25px;
  margin-right: 10px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-meta {
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus,
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus {
  height: 38px;
  width: 38px;
  line-height: 38px;
  background-color: #007dbd;
  color: #ffffff;
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  cursor: pointer;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus:hover,
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus:hover {
  background: #0077b3;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus:before {
  content: '-';
  font-size: 24px;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus {
  left: auto;
  right: 0;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus:before {
  content: '+';
  font-size: 24px;
}
.bfb-element.mgz-element-bfb_number input {
  padding-left: 38px;
  padding-right: 38px;
}
.bfb-element.mgz-element-bfb_select select {
  width: 100%;
}
.bfb-element.mgz-element-bfb_multiselect select {
  height: auto;
  max-width: 100%;
  min-width: 15rem;
  overflow: auto;
  padding: 0;
  width: 100%;
}
.bfb-element.mgz-element-bfb_multiselect select option,
.bfb-element.mgz-element-bfb_multiselect select optgroup {
  padding: .5rem 1rem;
}
.bfb-element.mgz-element-bfb_choicematrix table {
  width: 100%;
}
.bfb-element.mgz-element-bfb_choicematrix tbody label span {
  display: none;
}
.bfb-element.mgz-element-bfb_choicematrix table > thead > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > tbody > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > tfoot > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > thead > tr > td,
.bfb-element.mgz-element-bfb_choicematrix table > tbody > tr > td,
.bfb-element.mgz-element-bfb_choicematrix table > tfoot > tr > td {
  padding: 11px 10px;
  position: relative;
}
.bfb-element.mgz-element-bfb_recaptcha .captcha-logo,
.bfb-element.mgz-element-bfb_magento2_captcha .captcha-logo {
  max-height: 80px;
}
.bfb-element .bfb-element-label > label {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 38px;
  font-weight: 600;
  cursor: pointer;
}
.bfb-element .bfb-element-icon {
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 38px;
  width: 38px;
  font-size: 19px;
  color: #333;
}
.bfb-element .bfb-element-description {
  margin-top: 5px;
  float: left;
  width: 100%;
}
.bfb-element .bfb-element-description p:first-child {
  margin-top: 0;
}
.bfb-element .bfb-element-tooltip {
  position: absolute;
  width: 18px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-action {
  position: relative;
  z-index: 5;
  text-align: center;
  line-height: 38px;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  cursor: text;
  bottom: 3.2rem;
  background: #FFF;
  border: 1px solid #d9d9d9;
  position: absolute;
  width: 32rem;
  z-index: 1;
  display: none;
  right: -2.3rem;
  padding: 17px 20px 20px;
  border-top: 3px solid #0077b3;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:after {
  border: 1.6rem solid transparent;
  height: 0;
  width: 0;
  border-top-color: #d9d9d9;
  content: '';
  display: block;
  position: absolute;
  right: 2rem;
  top: 100%;
  z-index: 2;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:before {
  border-width: 1rem;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:after {
  border-top-color: #FFF;
  margin-top: -1px;
  z-index: 3;
  border-width: 1rem;
}
.bfb-element .bfb-element-tooltip:hover .bfb-element-tooltip-content {
  display: block;
}
.bfb-element .bfb-autocomplete-wrapper {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  position: absolute;
  z-index: 20;
  background: #FFF;
  width: 100%;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete {
  padding: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
  float: left;
  max-height: 500px;
  overflow: scroll;
  border: 0;
  margin: 0;
  width: 100%;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete li {
  margin: 0;
  padding: 8px 10px 8px 15px;
  display: block;
  cursor: pointer;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  color: #333;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete li:hover {
  text-decoration: none;
  background: #F0F0F0;
}
.bfb-element .bfb-choices-item {
  margin-bottom: 15px;
  padding-right: 20px;
  margin-top: 0;
}
.bfb-element .bfb-choices-item label {
  display: inline-block;
}
.bfb-element .bfb-choices-item .bfb-choices-image {
  margin-bottom: 8px;
  position: relative;
}
.bfb-element .bfb-choices-item > label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
  position: relative;
}
.bfb-element .bfb-choices-item > label:hover {
  border-color: #ddd;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item > label {
  background-color: #fff;
  padding: 15px;
  border: 1px solid transparent;
  background-color: #FFF;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item > label:hover {
  border-color: #ddd;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item.option-selected .bfb-choices-image:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* 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-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: "\e5ca";
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  background: #72b239;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  text-align: center;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item.option-selected > label {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item > label {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  border: 2px solid #ddd;
  padding: 10px;
  text-align: center;
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item > label:hover {
  border-color: #666;
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item.option-selected > label {
  border-color: #666;
}
.mgz-element-bfb_fieldset .bfb-fieldset-heading {
  background-color: #007dbd;
  color: #FFF;
}
.mgz-element-bfb_fieldset .bfb-fieldset-heading .title {
  margin: 0;
  font-weight: 500;
}
.bfb-element.mgz-element-bfb_starratings ul {
  list-style: none;
}
.bfb-element.mgz-element-bfb_starratings ul li {
  display: inline-block;
  font-size: 34px;
  margin-right: 6px;
}
.bfb-pages {
  position: relative;
  z-index: 1;
}
.bfb-pages.mgz-element-tab-position-top > .mgz-tabs-nav {
  padding: 0 15px;
}
.bfb-pages.mgz-element-tab-position-top > .mgz-tabs-nav:before {
  height: 5px;
  position: absolute;
  bottom: 0;
  background: #069;
  content: '';
  width: 100%;
  left: 0;
}
.bfb-pages > .mgz-tabs-nav {
  margin: 0;
  list-style: none;
  background: #007dbd;
  float: none;
  overflow: hidden;
  width: auto;
  position: relative;
}
.bfb-pages .bfb-page-indicator.circles .bfb-page-indicator-page-number {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 40px;
  text-align: center;
  background-color: #ddd;
  color: #666;
}
.bfb-pages .bfb-page-indicator.circles .bfb-page-indicator-page {
  margin: 0 25px 0 0;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page-number {
  display: block;
  text-indent: -9999px;
  height: 6px;
  background-color: #ddd;
  margin: 0 0 16px 0;
  position: relative;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page-triangle {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: transparent transparent transparent transparent;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page {
  text-align: center;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-number {
  background-color: #72b239;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-triangle {
  border-top-color: #72b239;
}
.bfb-pages.bfb-pages-indicator-tabs {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content {
  padding: 20px;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content > .mgz-tabs-tab-title {
  display: none;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content > .mgz-tabs-tab-content {
  background-color: transparent;
  border: none;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav {
  display: block;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title {
  display: inline-block;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  padding: 18px 20px;
  color: #333;
  font-size: 1.5rem;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a {
  color: #FFF;
  background: transparent;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a {
  background: #FFF;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #FFF;
  border: 0;
}
.bfb-pages.bfb-pages-indicator-progress > .bfb-page-indicator {
  font-size: 1.8rem;
}
.bfb-pages.bfb-pages-indicator-cirles > .bfb-page-indicator,
.bfb-pages.bfb-pages-indicator-connector > .bfb-page-indicator {
  font-size: 1.6rem;
}
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-content > .mgz-tabs-tab-title,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-content > .mgz-tabs-tab-title,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-content > .mgz-tabs-tab-title {
  display: none;
}
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-content > .mgz-tabs-tab-content,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-content > .mgz-tabs-tab-content,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-content > .mgz-tabs-tab-content {
  background-color: transparent;
  border: none;
}
.bfb-pages .bfb-page-indicator {
  margin-bottom: 20px;
  display: none;
}
.bfb-pages .bfb-page-indicator .bfb-page-indicator-page {
  float: left;
}
.bfb-pages .bfb-page-indicator-page-progress-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 100%;
  background-color: #ddd;
  height: 14px;
  overflow: hidden;
  position: relative;
  margin: 5px 0 0;
}
.bfb-pages .bfb-page-indicator-page-progress-wrap .bfb-page-indicator-page-progress {
  background-color: #72b239;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.bfb-pages .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-number {
  background-color: #72b239;
  color: #FFF;
}
.bfb-pages.bfb-pages-nav-left .bfb-nav-buttons {
  text-align: left;
}
.bfb-pages.bfb-pages-nav-right .bfb-nav-buttons {
  text-align: right;
}
.bfb-pages.bfb-pages-nav-center .bfb-nav-buttons {
  text-align: center;
}
.bfb-pages.bfb-pages-nav-split .action.action-prev {
  float: left;
}
.bfb-pages.bfb-pages-nav-split .action.action-next {
  float: right;
}
.bfb-pages .bfb-nav-buttons {
  padding: 15px 0;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:before,
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:before,
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action {
  box-shadow: none;
  font-weight: normal;
  display: inline-block;
  border: 0;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action:last-child {
  margin-left: 5px;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action.action-next {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #575757;
  border-color: #575757;
  color: #FFF;
  width: auto;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action.action-next:hover {
  background: #333;
}
.bfb-form-success {
  max-width: 1240px;
}
.bfb-form-success.bfb-form-success-style1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 0 auto;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-title {
  background-color: #007dbd;
  font-weight: 500;
  padding: 15px 20px;
  color: #FFF;
  position: relative;
  margin: 0;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-title:before {
  height: 5px;
  position: absolute;
  bottom: 0;
  background: #006699;
  content: '';
  width: 100%;
  left: 0;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-footer {
  background: #f5f5f5;
  padding: 15px 0;
  text-align: center;
}
.bfb-form-success.bfb-form-success-style2 {
  text-align: center;
}
.bfb-form-success.bfb-form-success-style2 .bfb-form-success-content {
  font-size: 1.25em;
}
.bfb-form-success .bfb-form-success-content {
  padding: 30px 20px;
}
.bfb-form-success .bfb-form-success-content a {
  color: #95ff00;
}
.bfb-form-success svg {
  width: 100px;
  display: block;
  margin: 20px auto 0;
}
.bfb-form-success .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.bfb-form-success .path.circle {
  -webkit-animation: bfbdash 0.9s ease-in-out;
  animation: bfbdash 0.9s ease-in-out;
}
.bfb-form-success .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: bfbdash 0.9s 0.35s ease-in-out forwards;
  animation: bfbdash 0.9s 0.35s ease-in-out forwards;
}
.bfb-form-success .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: bfbdash-check 0.9s 0.35s ease-in-out forwards;
  animation: bfbdash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes bfbdash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes bfbdash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes bfbdash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes bfbdash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
mark.im-caret {
  animation: 1s blink step-end infinite !important;
}
mark.im-caret-select {
  background-color: rgba(0, 0, 0, 0.25);
}
@keyframes blink {
  from,
  to {
    border-right-color: black;
  }
  50% {
    border-right-color: transparent;
  }
}
span.im-static {
  color: grey;
}
div.im-colormask {
  display: inline-block;
  border-style: inset;
  border-width: 2px;
  appearance: textfield;
  cursor: text;
}
div.im-colormask > input,
div.im-colormask > input:-webkit-autofill {
  position: absolute !important;
  display: inline-block;
  background-color: transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: transparent;
  text-shadow: none;
  appearance: caret;
  border-style: none;
  left: 0;
  /*calculated*/
}
div.im-colormask > input:focus {
  outline: none;
}
div.im-colormask > input::selection {
  background: none;
}
div.im-colormask > input::-moz-selection {
  background: none;
}
div.im-colormask > input:-webkit-autofill ~ div {
  background-color: #faffbd;
}
div.im-colormask > div {
  color: black;
  display: inline-block;
  width: 100px;
  /*calculated*/
}
[im-insert="false"] {
  caret-color: red;
  caret-shape: block;
}
.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;
}
.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;
}
.bfb-box-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-state-hidden {
  display: none;
}
.bfb-state-shown {
  display: block;
}
.bfb-form-js {
  display: none;
}
.bfb-others {
  display: none;
  margin-top: 5px;
}
.bfb-column {
  float: left;
  width: 100%;
}
.bfb-columnauto > div {
  width: auto;
  display: inline-block;
}
.bfb-column1 > div {
  width: 100%;
}
.bfb-column2 > div {
  width: 50%;
  float: left;
}
.bfb-column2 > div:nth-child(2n+1) {
  clear: left;
}
.bfb-column3 > div {
  width: 33.333%;
  float: left;
}
.bfb-column3 > div:nth-child(3n+1) {
  clear: left;
}
.bfb-column4 > div {
  width: 25%;
  float: left;
}
.bfb-column4 > div:nth-child(4n+1) {
  clear: left;
}
.bfb-column5 > div {
  width: 20%;
  float: left;
}
.bfb-column5 > div:nth-child(5n+1) {
  clear: left;
}
.bfb-column6 > div {
  width: 16.666%;
  float: left;
}
.bfb-column6 > div:nth-child(6n+1) {
  clear: left;
}
.bfb-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 399;
  display: none;
}
.block.bfb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.block.bfb.bfb-loading .bfb-loading-mask {
  display: block;
}
.bfb-submission-confirmed .bfb-submission-title {
  font-weight: 500;
}
.bfb-submission-confirmed .bfb-submission-summary {
  margin-bottom: 40px;
}
.bfb-submission-confirmed table {
  border: 1px solid #d6d6d6;
}
.bfb-submission-confirmed table tr:nth-child(odd) td {
  background: #f2f2f2;
}
.bfb-submission-confirmed table tr td {
  padding: 1.2rem 1.2rem;
}
.bfb-submission-confirmed table tr td:first-child {
  width: 20%;
}
.bfb-submission-confirmed table tr td:last-child {
  border-left: 1px dashed #d6d6d6;
}
.bfb-widget .bfb {
  margin: 0;
}
.iti--allow-dropdown {
  display: block;
}
/**
 * Navigate Commerce
 *
 * @author        Navigate Commerce
 * @package       Navigate_HomepageBannerSlider
 * @copyright     Copyright (c) Navigate (https://www.navigatecommerce.com/)
 * @license       https://www.navigatecommerce.com/end-user-license-agreement
 */
/*
 * ShipperHQ
 *
 * @category ShipperHQ
 * @package ShipperHQ\AddressAutocomplete
 * @copyright Copyright (c) 2020 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @author ShipperHQ Team sales@shipperhq.com
 */
.pac-container {
  z-index: 905 !important;
}
@media (min-width: 992px) {
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    display: table;
    content: '';
    clear: both;
  }
  .sw-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .sw-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 0;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1::before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2::before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3::before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li > a > span {
    position: relative;
  }
  .sw-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: -10px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -4px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    right: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 15px 10px 0;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .sw-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: .2s opacity;
  }
  .sw-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .sw-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .sw-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    color: #777;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul:before,
  .sw-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 10px;
    left: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 0;
    text-transform: uppercase;
    color: #696969;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block {
    padding-left: 0;
    padding-right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.classic .submenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    padding: 5px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 6;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a > span {
    margin-right: auto;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic .submenu,
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0.staticwidth .submenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0 > em,
  .sw-megamenu.navigation li.level0 i {
    color: inherit;
    margin-right: .5rem;
  }
  .sw-megamenu.navigation.side-megamenu {
    padding: 0;
  }
  .sw-megamenu.navigation.side-megamenu li {
    margin: 0;
    position: relative;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
    margin-top: 1px;
    float: none !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
    margin-right: -2px;
    line-height: inherit;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e819';
    margin-left: -2px;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e819';
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
    padding: 5px;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu .subchildmenu .subchildmenu {
    padding: 5px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 1024px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    margin-left: 16px;
    margin-right: 18px;
    padding: 14px 12px 14px 5px;
    color: inherit;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    flex: 1;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    order: 2;
    text-align: right;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    color: inherit;
    margin-right: .5rem;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    margin-left: .5rem;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child {
    margin-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    color: inherit;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    content: '';
    position: absolute;
    border-right: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -12px;
    top: 11.5px;
    z-index: 112;
    width: auto;
    height: auto;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    border-left: 12px solid #fff;
    border-right: none;
    right: -12px;
    left: auto;
  }
  .sw-megamenu.navigation.side-megamenu li.active {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation.side-megamenu li.active + .level0 > a {
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .sw-megamenu.navigation.side-megamenu {
    display: none;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: block;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
    float: none !important;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
}
.um-prodslider .title-block {
  text-align: center;
}
.um-prodslider .title-block h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 8px;
}
.um-prodslider .small-divider {
  position: relative;
  width: 60px;
  height: 3px;
  margin: 0 auto;
  background: #e1e1e1;
}
.um-prodslider .um-info {
  padding: 10px 0px;
}
.um-prodslider .products-grid .product-item-info .product-item-inner {
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.um-prodslider .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  position: relative;
  box-shadow: none;
  border: none;
  padding: 10px 0px;
  height: auto;
  width: auto;
  overflow: visible;
  margin: 0;
}
.um-prodslider .products-grid .product-item-info:hover {
  box-shadow: none;
  border: none;
  margin: auto;
  padding: 10px 0px;
}
.um-prodslider .products-grid .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: auto;
  padding: 10px 0px;
}
.um-prodslider .products-grid .product-item-actions {
  margin: 0;
}
.um-prodslider .tocart {
  padding: 2px 9px !important;
  line-height: 0px !important;
  height: 30px !important;
  width: 100%;
  border: 1px solid #006bb4;
  border-radius: 0px;
  box-shadow: none;
  font-size: 13px;
}
.um-prodslider .tocart::before {
  content: "\f07a";
  font-family: 'FontAwesome' !important;
}
.um-prodslider .tocart:hover {
  background-color: #006bb4 !important;
  color: #ffffff !important;
}
.um-prodslider .towishlist {
  padding: 5px 10px !important;
  line-height: 0px !important;
  background-color: #ffffff !important;
  color: #333333;
  border: 1px solid #ececec;
}
.um-prodslider .towishlist::before {
  content: "\f004";
  font-family: 'FontAwesome' !important;
}
.um-prodslider .towishlist:hover {
  background-color: #006bb4 !important;
  color: #ffffff !important;
}
.um-prodslider .tocompare {
  padding: 5px 10px !important;
  line-height: 0px !important;
  background-color: #ffffff !important;
  color: #333333;
  border: 1px solid #ececec;
}
.um-prodslider .tocompare::before {
  content: "\f080";
  font-family: 'FontAwesome' !important;
}
.um-prodslider .tocompare:hover {
  background-color: #006bb4 !important;
  color: #ffffff !important;
}
.product-item-info {
  width: initial;
  padding: 10px;
}
.template-type-grid {
  padding: 0;
  list-style: none none;
  margin: 0;
}
.template-type-grid .um-product-item {
  margin-top: 0rem;
  display: inline-block;
  padding: 0;
  width: 24.439%;
  margin-bottom: 20px;
}
.ulmod-quickview-catalog-product-view .box-tocart .action.tocart {
  width: 100%;
}
.ulmod-quickview-catalog-product-view .page-wrapper .page-main {
  margin: 20px 0;
}
.ulmod-quickview-catalog-product-view .reviews-actions .add {
  display: none;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 14px 17px;
  font-size: 1.8rem;
  text-align: center;
}
.page-products .product-item .ulmod-quickview {
  display: none;
}
@media (max-width: 767px) {
  .columns .column {
    min-width: 0;
    min-height: 0;
  }
}
.um-prodslider-t-slick .items {
  display: none;
}
.um-prodslider-t-slick .items.slick-initialized {
  display: block;
}
.um-prodslider .owl-controls .owl-dots {
  visibility: visible;
}
.um-prodslider .owl-controls .owl-nav {
  visibility: visible;
}
.um-prodslider .slick-dots {
  bottom: -40px;
}
.um-prodslider .slick-dots li button {
  visibility: visible;
}
.um-prodslider .slick-dots li button::before {
  font-size: 30px;
}
.um-prodslider .slick-next {
  visibility: visible;
  right: -25px;
  position: absolute;
  border: none;
}
.um-prodslider .slick-next::before {
  font-size: 25px;
}
.um-prodslider .slick-prev {
  visibility: visible;
  left: -25px;
  position: absolute;
  border: none;
}
.um-prodslider .slick-prev::before {
  font-size: 25px;
}
.um-prodslider .owl-prev {
  left: -40px;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 0;
  top: 30%;
  margin-top: -16px;
}
.um-prodslider .owl-prev .fa-arrow-circle-left {
  color: #333333;
  font-size: 25px;
}
.um-prodslider .owl-next {
  right: -40px;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 0;
  top: 30%;
  margin-top: -16px;
}
.um-prodslider .owl-next .fa-arrow-circle-right {
  color: #333333;
  font-size: 25px;
}
.slick-prev::before {
  content: "\f0a8";
  font-family: 'FontAwesome';
}
.slick-next::before {
  content: "\f0a9";
  font-family: 'FontAwesome';
}
.slick-prev.slick-disabled::before {
  opacity: 1;
}
.slick-next.slick-disabled::before {
  opacity: 1;
}
.block.widget .products-grid .product-item.slick-slide {
  margin-left: inherit !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../../../../frontend/Smartwave/porto/en_US/Mageleven_Core/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 17px;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  text-decoration: none;
  opacity: .9;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #08c;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #08c;
}
.owl-dots {
  margin-top: 30px;
}
.sidebar .products .owl-dots {
  margin: 0;
}
.owl-top-narrow .owl-carousel .owl-item > .item {
  padding-top: 10px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../../../frontend/Smartwave/porto/en_US/Magezon_Core/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../../../../frontend/Smartwave/porto/en_US/Magezon_Core/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../../../frontend/Smartwave/porto/en_US/Magezon_Core/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../../../../frontend/Smartwave/porto/en_US/Magezon_Core/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../../../../frontend/Smartwave/porto/en_US/Magezon_Core/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../../../../frontend/Smartwave/porto/en_US/Magezon_Core/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* makes the font 33% larger relative to the icon container */
/* Deprecated as of 4.4.0 */
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa {
  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;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90 {
  filter: none;
}
:root .fa-rotate-180 {
  filter: none;
}
:root .fa-rotate-270 {
  filter: none;
}
:root .fa-flip-horizontal {
  filter: none;
}
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: inherit;
}
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before {
  content: "\f00d";
}
.fa-close:before {
  content: "\f00d";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before {
  content: "\f013";
}
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before {
  content: "\f03b";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before {
  content: "\f03e";
}
.fa-image:before {
  content: "\f03e";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before {
  content: "\f044";
}
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before {
  content: "\f064";
}
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before {
  content: "\f071";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before {
  content: "\f085";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before {
  content: "\f09e";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before {
  content: "\f0c0";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before {
  content: "\f0c1";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before {
  content: "\f0c9";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before {
  content: "\f0e2";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before {
  content: "\f0e3";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before {
  content: "\f0e4";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before {
  content: "\f0e7";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before {
  content: "\f10b";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before {
  content: "\f112";
}
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before {
  content: "\f123";
}
.fa-star-half-full:before {
  content: "\f123";
}
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before {
  content: "\f152";
}
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before {
  content: "\f153";
}
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before {
  content: "\f155";
}
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before {
  content: "\f156";
}
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before {
  content: "\f157";
}
.fa-rmb:before {
  content: "\f157";
}
.fa-yen:before {
  content: "\f157";
}
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before {
  content: "\f158";
}
.fa-rouble:before {
  content: "\f158";
}
.fa-rub:before {
  content: "\f158";
}
.fa-won:before {
  content: "\f159";
}
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before {
  content: "\f15a";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before {
  content: "\f191";
}
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before {
  content: "\f19c";
}
.fa-bank:before {
  content: "\f19c";
}
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before {
  content: "\f1b9";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before {
  content: "\f1ba";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before {
  content: "\f1c5";
}
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before {
  content: "\f1c8";
}
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before {
  content: "\f1cd";
}
.fa-life-buoy:before {
  content: "\f1cd";
}
.fa-life-saver:before {
  content: "\f1cd";
}
.fa-support:before {
  content: "\f1cd";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before {
  content: "\f1d0";
}
.fa-resistance:before {
  content: "\f1d0";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before {
  content: "\f1d1";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before {
  content: "\f1d4";
}
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before {
  content: "\f1d7";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before {
  content: "\f1d9";
}
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before {
  content: "\f20b";
}
.fa-sheqel:before {
  content: "\f20b";
}
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before {
  content: "\f224";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before {
  content: "\f236";
}
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before {
  content: "\f23b";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before {
  content: "\f240";
}
.fa-battery:before {
  content: "\f240";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before {
  content: "\f241";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before {
  content: "\f242";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before {
  content: "\f243";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before {
  content: "\f244";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before {
  content: "\f251";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before {
  content: "\f252";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before {
  content: "\f253";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before {
  content: "\f255";
}
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before {
  content: "\f2a4";
}
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before {
  content: "\f2a7";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before {
  content: "\f2b3";
}
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before {
  content: "\f2b4";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before {
  content: "\f2bb";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before {
  content: "\f2bc";
}
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before {
  content: "\f2c2";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before {
  content: "\f2c3";
}
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before {
  content: "\f2c7";
}
.fa-thermometer:before {
  content: "\f2c7";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before {
  content: "\f2c8";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before {
  content: "\f2c9";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before {
  content: "\f2ca";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before {
  content: "\f2cb";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before {
  content: "\f2cd";
}
.fa-s15:before {
  content: "\f2cd";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before {
  content: "\f2d3";
}
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before {
  content: "\f2d4";
}
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media (min-width: 576px) {
  .product-item-info .product-type-advanced.effect-cartlink:not(.cartlink-image) .product-item-details:not(.show-cartlink-top) .price-box {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;
    margin-bottom: 0;
  }
  .product-item-info .product-type-advanced.effect-cartlink:not(.cartlink-image) .product-item-details:not(.show-cartlink-top) .product-item-inner {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
    position: absolute;
    right: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  }
  .product-item-info:hover .product-type-advanced.effect-cartlink:not(.cartlink-image) .product-item-details:not(.show-cartlink-top) .price-box {
    opacity: 0;
    visibility: hidden;
  }
  .product-item-info:hover .product-type-advanced.effect-cartlink:not(.cartlink-image) .product-item-details:not(.show-cartlink-top) .product-item-inner {
    opacity: 1;
    visibility: visible;
    transform: translateY(-20px);
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-5np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
}
@media (min-width: 768px) {
  .porto-posts-grid.filter-vertical {
    display: flex;
  }
  .porto-posts-grid.filter-vertical .nav {
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  html:not(.rtl) .porto-posts-grid.filter-vertical .sort-source li {
    margin-right: 0 !important;
  }
  .rtl .porto-posts-grid.filter-vertical .sort-source li {
    margin-left: 0 !important;
  }
  .porto-posts-grid.filter-vertical .posts-wrap {
    flex: 1;
    width: 80%;
  }
  .porto-posts-grid.slider-wrapper .nav {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
}
@media (min-width: 576px) and (max-width: 740px) {
  .product-item-info.type17 .product-type-advanced .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart span {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .porto-posts-grid.filter-vertical .nav {
    width: 20%;
  }
  .porto-posts-grid.filter-vertical .posts-wrap {
    width: calc(80%);
  }
}
@media (max-width: 575px) {
  .product-item-info.type17 .qty-box {
    align-self: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .toolbar {
    font-size: 11px;
    letter-spacing: -.025em;
    font-weight: 600;
    color: #222529;
    margin-bottom: 20px;
    background: #f4f4f4;
    padding: 10px 2px 0 12px;
    margin-right: 0;
  }
  .toolbar select {
    text-transform: uppercase;
    height: 36px;
    max-width: 140px;
    letter-spacing: inherit;
    font-weight: inherit;
    color: #222529;
  }
  .toolbar .sorter-label,
  .toolbar .limiter .label {
    font-weight: inherit;
  }
  .products.wrapper ~ .toolbar {
    background: none;
    margin: 0;
    padding: 0;
    padding-top: 25px;
    font-size: 13px;
    font-weight: 400;
    color: inherit;
    letter-spacing: normal;
    position: static !important;
  }
  .products.wrapper ~ .toolbar select {
    height: 34px;
    max-width: auto;
    color: inherit;
  }
}
@media (max-width: 575px) {
  .toolbar .modes,
  .toolbar .sorter-label,
  .toolbar .limiter .label {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: 2px;
  }
  .navigation .parent .level-top:after {
    font-size: 2.2rem;
    right: 10px;
    top: 13px;
  }
  header.page-header.sticky-header .header-main {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    z-index: 9;
  }
}
@media (max-width: 991px) {
  .nav-sections .customer-welcome,
  .nav-sections .customer-welcome + .authorization-link {
    display: none;
  }
}
@media (min-width: 992px) {
  html,
  body {
    min-height: 100%;
  }
  .ie9 body {
    background-color: #8f8f8f;
  }
  .customer-menu .header.links a {
    color: #777 !important;
  }
  .sticky-logo {
    float: left;
    margin-top: 13px;
    margin-right: 20px;
  }
  .sticky-logo .logo {
    margin: 0 !important;
  }
  .sticky-logo .logo img {
    height: 35px;
    width: auto;
    max-width: none;
    margin-right: 20px;
  }
  header.page-header.sticky-header .nav-sections {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 200 !important;
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: all;
  }
  header.page-header.sticky-header .navigation {
    padding: 0 10px;
  }
  header.page-header.sticky-header .navigation > ul {
    background-color: transparent;
  }
  header.page-header.sticky-header .navigation li.level0 > a > span.cat-label {
    top: -9px;
  }
  header.page-header.sticky-header .minicart-wrapper {
    position: absolute;
    right: 10px;
    top: 20%;
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .header.panel {
    padding: 0;
  }
  .page-header .switcher {
    float: left;
    margin-right: 15px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-header .navigation .level0 > .level-top {
    text-transform: uppercase;
    display: inline-block;
  }
  .page-header .navigation .level0.parent > a:after {
    content: '\e81c';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 5px;
    line-height: 42px;
  }
  .page-header .navigation .level0 .submenu {
    padding: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  .page-header .navigation .level0 .submenu li {
    margin-bottom: 0;
    position: relative;
  }
  .page-header .navigation .level0 .submenu .submenu {
    border-top-width: 0;
    margin-top: -6px !important;
    margin-left: 8px !important;
  }
  .page-header .navigation .level0 .submenu li.parent > a:after {
    content: '\f801';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 6px;
    margin-right: 0;
    line-height: 15px;
    float: right;
  }
  .page-header .navigation .level0 .submenu .active > a {
    border: 0;
  }
  .page-header .drop-menu {
    position: relative;
  }
  .page-header .drop-menu .nav-sections {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    visibility: hidden;
    opacity: 0;
  }
  .page-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-header .drop-menu > a {
    display: block;
    font-size: 14px;
    letter-spacing: -.01em;
    font-weight: 700;
    background: #222529;
    color: #fff;
    line-height: 20px;
    padding: 15px 15px 15px 20px;
  }
  .page-header .drop-menu > a:hover {
    background-color: #555;
  }
  .cms-index-index .page-header .drop-menu > a {
    pointer-events: none;
  }
  .cms-index-index .page-header .drop-menu .nav-sections {
    visibility: visible;
    opacity: 1;
    padding: 0 !important;
  }
  .cms-index-index .page-header.sticky-header .drop-menu > a {
    pointer-events: all;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections {
    visibility: hidden;
    opacity: 0;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 1em;
  }
  .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-bottom: 0;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
  }
  .header.panel > .header.links > li > a,
  .header.panel > .header.links > li > span {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }
  .header.panel > .header.links > li:first-child > a,
  .header.panel > .header.links > li:first-child > span {
    padding-left: 0;
    border-left: 0;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 0.25em;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .onepage-category > .category-list > ul > li {
    margin-bottom: 1rem;
  }
  .pt_row-o-full-height > .container > .row,
  .pt_row-o-equal-height > .container > .row > .pt_column_container > .pt_column-inner {
    height: 100%;
  }
  .footer .footer-top .widget {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .onepage-cat.category-list + .main.container {
    padding: 0 50px;
  }
  .onepage-category .category-detail .menu-popup ul > li > a {
    font-size: 11px;
  }
  .onepage-category .category-detail .title-menu > .menu-popup {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .footer .footer-bottom > .container {
    justify-content: flex-start;
  }
  .footer .footer-bottom .custom-block.f-right {
    padding-left: 0;
    text-align: left;
  }
  .porto-ibanner-layer {
    font-size: .875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-open .onepage-category > .category-list {
    position: absolute;
  }
}
@media (max-width: 767px) {
  #newsletter_popup {
    width: 100% !important;
  }
  #newsletter_popup .col-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .porto-ibanner-layer {
    font-size: .8125rem;
  }
  .cms-index-index .onepage-category,
  .onepage-category {
    display: block;
  }
  .onepage-category > .category-list {
    width: auto;
    float: none;
    padding: 0;
    min-height: 0;
    position: static;
    margin-bottom: 20px;
  }
  .onepage-category > .category-list > ul {
    padding: 0;
  }
  .onepage-category > .category-list > ul > li {
    margin: 0;
    display: inline-block;
  }
  .onepage-category > .category-list > ul > li > a:after,
  .onepage-category > .category-list > ul > li > a:hover > span {
    display: none;
  }
  .onepage-category > .category-details {
    float: none;
    width: auto;
  }
  .onepage-category > .category-list > ul {
    position: static !important;
  }
  .onepage-category .category-detail .menu-popup > ul {
    display: block;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li {
    width: 50%;
    padding: 10px 15px;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(5n+1) {
    border-left: 1px solid #bebebe;
    clear: none;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(2n+1) {
    border-left: 0;
    clear: left;
  }
  .onepage-category .category-detail .menu-popup ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .porto-ibanner-layer {
    font-size: .75rem;
  }
  .onepage-category .category-detail .products-area .category-link {
    margin-left: 0;
    margin-bottom: 25px;
    float: none;
    display: inline-block;
  }
}
.has-ccols:not(.owl-loaded) {
  display: flex;
  width: auto;
}
.has-ccols {
  flex-wrap: wrap;
}
.has-ccols.owl-carousel:not(.owl-loaded) {
  flex-wrap: nowrap;
  overflow: hidden;
}
.has-ccols > *,
.ccols-wrap > * {
  max-width: 100% !important;
  flex: 0 0 auto !important;
  width: var(--porto-cw, 100%) !important;
}
.porto-carousel .elementor-column {
  width: 100% !important;
}
.has-ccols .elementor-section,
.has-ccols .elementor-column,
.has-ccols .elementor-element {
  width: var(--porto-cw, 100%) !important;
}
.owl-carousel.has-ccols:not(.owl-loaded) > * {
  position: relative;
}
.ccols-1 {
  --porto-cw: 100%;
}
.ccols-2 {
  --porto-cw: 50%;
}
.ccols-3 {
  --porto-cw: 33.3333%;
}
.ccols-4 {
  --porto-cw: 25%;
}
.ccols-5 {
  --porto-cw: 20%;
}
.ccols-6 {
  --porto-cw: 16.6666%;
}
.ccols-7 {
  --porto-cw: 14.2857%;
}
.ccols-8 {
  --porto-cw: 12.5%;
}
.ccols-9 {
  --porto-cw: 11.1111%;
}
.ccols-10 {
  --porto-cw: 10%;
}
@media (min-width: 576px) {
  .ccols-sm-1 > * {
    --porto-cw: 100%;
  }
  .ccols-sm-2 > * {
    --porto-cw: 50%;
  }
  .ccols-sm-3 > * {
    --porto-cw: 33.3333%;
  }
  .ccols-sm-4 > * {
    --porto-cw: 25%;
  }
  .ccols-sm-5 > * {
    --porto-cw: 20%;
  }
  .ccols-sm-6 > * {
    --porto-cw: 16.6666%;
  }
}
@media (min-width: 768px) {
  .ccols-md-1 > * {
    --porto-cw: 100%;
  }
  .ccols-md-2 > * {
    --porto-cw: 50%;
  }
  .ccols-md-3 > * {
    --porto-cw: 33.3333%;
  }
  .ccols-md-4 > * {
    --porto-cw: 25%;
  }
  .ccols-md-5 > * {
    --porto-cw: 20%;
  }
  .ccols-md-6 > * {
    --porto-cw: 16.6666%;
  }
}
@media (min-width: 992px) {
  .ccols-lg-1 > * {
    --porto-cw: 100%;
  }
  .ccols-lg-2 > * {
    --porto-cw: 50%;
  }
  .ccols-lg-3 > * {
    --porto-cw: 33.3333%;
  }
  .ccols-lg-4 > * {
    --porto-cw: 25%;
  }
  .ccols-lg-5 > * {
    --porto-cw: 20%;
  }
  .ccols-lg-6 > * {
    --porto-cw: 16.6666%;
  }
  .ccols-lg-7 > * {
    --porto-cw: 14.2857%;
  }
  .ccols-lg-8 > * {
    --porto-cw: 12.5%;
  }
  .ccols-lg-9 > * {
    --porto-cw: 11.1111%;
  }
}
@media (min-width: 1592px) {
  .ccols-xl-2 > * {
    --porto-cw: 50%;
  }
  .ccols-xl-3 > * {
    --porto-cw: 33.3333%;
  }
  .ccols-xl-4 > * {
    --porto-cw: 25%;
  }
  .ccols-xl-5 > * {
    --porto-cw: 20%;
  }
  .ccols-xl-6 > * {
    --porto-cw: 16.6666%;
  }
  .ccols-xl-7 > * {
    --porto-cw: 14.2857%;
  }
  .ccols-xl-8 > * {
    --porto-cw: 12.5%;
  }
  .ccols-xl-9 > * {
    --porto-cw: 11.1111%;
  }
  .ccols-xl-10 > * {
    --porto-cw: 10%;
  }
}
@media (min-width: 1400px) {
  .ccols-sl-10 > * {
    --porto-cw: 10%;
  }
  .ccols-sl-9 > * {
    --porto-cw: 11.1111%;
  }
  .ccols-sl-8 > * {
    --porto-cw: 12.5%;
  }
  .ccols-sl-7 > * {
    --porto-cw: 14.2857%;
  }
}
.has-ccols.owl-loaded > div {
  flex: none !important;
  width: auto !important;
  max-width: none !important;
}
.has-ccols.owl-loaded > .owl-nav {
  width: 100% !important;
}
.row > .porto-carousel {
  padding-left: 0;
  padding-right: 0;
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart,
.weltpixel_quickview-catalog_product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add,
.weltpixel_quickview-catalog_product-view .reviews-actions .add {
  display: none;
}
.weltpixel-quickview-catalog-product-view .main-product-detail,
.weltpixel_quickview-catalog_product-view .main-product-detail {
  padding: 0;
}
.weltpixel-quickview-catalog-product-view .page-main,
.weltpixel_quickview-catalog_product-view .page-main {
  padding: 25px !important;
  background: #fff;
}
.weltpixel-quickview-catalog-product-view .sidebar,
.weltpixel_quickview-catalog_product-view .sidebar {
  display: none;
}
.weltpixel-quickview-catalog-product-view .page-main,
.weltpixel_quickview-catalog_product-view .page-main {
  max-width: 100% !important;
}
.weltpixel-quickview-catalog-product-view .page-main .columns,
.weltpixel_quickview-catalog_product-view .page-main .columns {
  padding: 0 !important;
}
.weltpixel-quickview-catalog-product-view .page-wrapper,
.weltpixel_quickview-catalog_product-view .page-wrapper {
  max-width: 100% !important;
  padding: 0 !important;
  min-height: auto;
}
.weltpixel-quickview-catalog-product-view .column.main,
.weltpixel_quickview-catalog_product-view .column.main {
  width: 100%;
  padding: 0;
}
.box-gotoproduct #product-gotoproduct-button {
  background: none;
  color: #222529;
  border: none;
  height: auto;
  margin-top: 10px;
  display: inline-block;
  min-width: auto;
  padding: 0;
}
.product-item .weltpixel-quickview {
  display: none;
}
.products-grid .product-item .product-item-info {
  position: relative;
}
.cms-index-index #maincontent {
  color: #070707;
  margin-top: 30px;
}
.fullscreen-carousel {
  height: auto !important;
}
.cms-index-index .page.messages {
  display: block !important;
}
#banner-slider-demo-6 .owl-item > * {
  height: auto !important;
}
#banner-slider-demo-6 .owl-item .porto-ibanner {
  background-color: transparent !important;
}
@media screen and (max-width: 768px) {
  #banner-slider-demo-6 .owl-item .porto-ibanner {
    padding: 0 15px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 576px) {
  #banner-slider-demo-6 .owl-item .porto-ibanner {
    margin: 0;
  }
}
#banner-slider-demo-6 .owl-item .porto-ibanner img {
  object-fit: fill !important;
}
#banner-slider-demo-6 .owl-nav {
  top: 8% !important;
  width: 380px !important;
  right: 33px !important;
}
@media screen and (max-width: 768px) {
  #banner-slider-demo-6 .owl-nav {
    right: 15px !important;
  }
}
#banner-slider-demo-6 .owl-nav button {
  font-size: 40px;
  border-radius: 50%;
  background: #ffffff40;
  border: 1px solid #fff;
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 1200px) {
  #banner-slider-demo-6 .owl-nav button {
    height: 40px;
    width: 40px;
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  #banner-slider-demo-6 .owl-nav button {
    height: 25px;
    width: 25px;
    font-size: 15px;
  }
}
#banner-slider-demo-6 .owl-nav .owl-next {
  right: 125px !important;
}
@media screen and (max-width: 1400px) {
  #banner-slider-demo-6 .owl-nav .owl-next {
    right: 90px !important;
  }
}
@media screen and (max-width: 1200px) {
  #banner-slider-demo-6 .owl-nav .owl-next {
    right: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  #banner-slider-demo-6 .owl-nav .owl-next {
    right: 40px !important;
  }
}
@media screen and (max-width: 576px) {
  #banner-slider-demo-6 .owl-nav .owl-next::before {
    bottom: 3px !important;
  }
}
#banner-slider-demo-6 .owl-nav .owl-prev {
  left: 123px !important;
}
@media screen and (max-width: 1400px) {
  #banner-slider-demo-6 .owl-nav .owl-prev {
    left: 167px !important;
  }
}
@media screen and (max-width: 1200px) {
  #banner-slider-demo-6 .owl-nav .owl-prev {
    left: 221px !important;
  }
}
@media screen and (max-width: 768px) {
  #banner-slider-demo-6 .owl-nav .owl-prev {
    left: 238px !important;
  }
}
@media screen and (max-width: 576px) {
  #banner-slider-demo-6 .owl-nav .owl-prev {
    left: 270px !important;
  }
  #banner-slider-demo-6 .owl-nav .owl-prev::before {
    bottom: 3px !important;
  }
}
#banner-slider-demo-6 .owl-nav.disabled {
  display: block;
}
#banner-slider-demo-6 .owl-dots {
  display: none !important;
}
.best-sellers-section .product .um-product-item-info.product-item-info-featured,
.new-style-section .product .um-product-item-info.product-item-info-featured {
  background-color: white;
  border-radius: 12px;
  margin-right: 15px;
  position: relative;
}
.best-sellers-section .product .um-product-item-info.product-item-info-featured a.product.photo.product-item-photo:hover,
.new-style-section .product .um-product-item-info.product-item-info-featured a.product.photo.product-item-photo:hover {
  box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0);
}
.best-sellers-section .product .um-product-item-info.product-item-info-featured a.product.photo.product-item-photo .product-image-container,
.new-style-section .product .um-product-item-info.product-item-info-featured a.product.photo.product-item-photo .product-image-container {
  border-radius: 12px;
}
@media screen and (max-width: 576px) {
  .best-sellers-section .product .um-product-item-info.product-item-info-featured,
  .new-style-section .product .um-product-item-info.product-item-info-featured {
    margin-right: 0;
  }
}
.best-sellers-section .product .product-item-details,
.new-style-section .product .product-item-details {
  position: static;
  padding: 0 15px 20px;
  color: #7a7d82;
}
.best-sellers-section .product .product-item-details .product-item-name product-item-link,
.new-style-section .product .product-item-details .product-item-name product-item-link {
  font-size: 15px;
  font-weight: 600;
  color: #070707 !important;
}
.best-sellers-section .product .product-item-details a:hover,
.new-style-section .product .product-item-details a:hover {
  color: #070707 !important;
}
.best-sellers-section .product .product-item-details .product-item-actions .price-cart,
.new-style-section .product .product-item-details .product-item-actions .price-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.best-sellers-section .product .product-item-details .product-item-actions .price-cart .stock.unavailable,
.new-style-section .product .product-item-details .product-item-actions .price-cart .stock.unavailable {
  height: 38px !important;
}
.best-sellers-section .product .product-item-details .product-item-actions .price-cart button.action.tocart.primary,
.new-style-section .product .product-item-details .product-item-actions .price-cart button.action.tocart.primary {
  background-color: #7e928d !important;
  color: #ffffff;
  border: 1px solid #dee5e8;
  position: relative;
  width: 133px;
  height: 38px !important;
  border-radius: 30px;
  font-weight: 400;
}
.best-sellers-section .product .product-item-details .product-item-actions .price-cart button.action.tocart.primary span,
.new-style-section .product .product-item-details .product-item-actions .price-cart button.action.tocart.primary span {
  padding-left: 24px;
}
.best-sellers-section .product .product-item-details .product-item-actions .price-cart button.action.tocart.primary:hover,
.new-style-section .product .product-item-details .product-item-actions .price-cart button.action.tocart.primary:hover {
  background-color: #7e928d !important;
}
.best-sellers-section .product .product-item-details .product-item-actions .price-cart button.action.tocart.primary::before,
.new-style-section .product .product-item-details .product-item-actions .price-cart button.action.tocart.primary::before {
  content: url("../images/add-to-cart.svg");
  position: absolute;
  left: 10px;
  top: 24%;
  width: 20px;
  z-index: 2;
  color: white;
  height: 20px;
}
.best-sellers-section .product .product-item-details .product-item-actions .price-cart button.action.primary,
.new-style-section .product .product-item-details .product-item-actions .price-cart button.action.primary {
  background-color: #7e928d !important;
  color: #ffffff;
  border: 1px solid #7e928d;
  width: 133px;
  height: 38px !important;
  border-radius: 30px;
}
.best-sellers-section .product .product-item-details .product-item-actions .price-cart button.action.primary:hover,
.new-style-section .product .product-item-details .product-item-actions .price-cart button.action.primary:hover {
  background-color: #7e928d !important;
}
.best-sellers-section .product .product-item-details .product-item-actions .price-cart button.action.primary::before,
.new-style-section .product .product-item-details .product-item-actions .price-cart button.action.primary::before {
  content: unset;
}
.best-sellers-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary,
.new-style-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
}
.best-sellers-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary .towishlist,
.new-style-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary .towishlist,
.best-sellers-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary .tocompare,
.new-style-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary .tocompare {
  position: relative;
  padding: 0 !important;
  line-height: 34px !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.best-sellers-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary .towishlist::before,
.new-style-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary .towishlist::before,
.best-sellers-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary .tocompare::before,
.new-style-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary .tocompare::before {
  left: 10px;
  position: absolute;
}
.best-sellers-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary .towishlist::before,
.new-style-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary .towishlist::before {
  content: "\e889";
  font-family: "porto-icons" !important;
}
.best-sellers-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary .towishlist:hover,
.new-style-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary .towishlist:hover {
  background-color: #7e928d !important;
}
.best-sellers-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary .tocompare::before,
.new-style-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary .tocompare::before {
  content: "\f83b";
  font-family: "porto-icons" !important;
}
.best-sellers-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary .tocompare:hover,
.new-style-section .product .product-item-details .product-item-actions .secondary-addto-links.actions-secondary .tocompare:hover {
  background-color: #7e928d !important;
}
.best-sellers-section button.slick-next,
.new-style-section button.slick-next,
.best-sellers-section button.slick-prev,
.new-style-section button.slick-prev {
  z-index: 1;
  opacity: 1;
  bottom: 0;
  top: 108%;
  font-size: 9px;
  border-radius: 50%;
  background: #2f2f2f33;
  border: 1px solid #fff;
  height: 40px;
  width: 40px;
}
.best-sellers-section button.slick-next:hover,
.new-style-section button.slick-next:hover,
.best-sellers-section button.slick-prev:hover,
.new-style-section button.slick-prev:hover {
  opacity: 1;
}
.best-sellers-section button.slick-next,
.new-style-section button.slick-next {
  left: 50%;
}
.best-sellers-section button.slick-next::before,
.new-style-section button.slick-next::before {
  content: "\f856" !important;
  font-family: "porto-icons" !important;
  position: absolute;
  color: #ffffff !important;
  left: 10px;
  top: 7px;
  opacity: 1;
}
.best-sellers-section button.slick-prev,
.new-style-section button.slick-prev {
  left: 47%;
}
.best-sellers-section button.slick-prev::before,
.new-style-section button.slick-prev::before {
  content: "\f855" !important;
  font-family: "porto-icons" !important;
  position: absolute;
  color: #ffffff !important;
  left: 12px;
  top: 7px;
  opacity: 1;
}
@media screen and (max-width: 1800px) {
  .best-sellers-section button.slick-prev,
  .new-style-section button.slick-prev {
    left: 46%;
  }
}
@media screen and (max-width: 1400px) {
  .best-sellers-section button.slick-prev,
  .new-style-section button.slick-prev {
    left: 45%;
  }
}
@media screen and (max-width: 992px) {
  .best-sellers-section button.slick-prev,
  .new-style-section button.slick-prev {
    left: 43%;
  }
}
@media screen and (max-width: 768px) {
  .best-sellers-section button.slick-prev,
  .new-style-section button.slick-prev {
    left: 39%;
  }
}
.best-sellers-section ul.slick-dots,
.new-style-section ul.slick-dots {
  margin-bottom: 0 !important;
}
.best-sellers-section ul.slick-dots li,
.new-style-section ul.slick-dots li {
  height: auto;
  width: auto;
}
.best-sellers-section ul.slick-dots li button,
.new-style-section ul.slick-dots li button {
  background: #dedede !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
}
.best-sellers-section ul.slick-dots li button::before,
.new-style-section ul.slick-dots li button::before {
  content: unset;
}
.best-sellers-section ul.slick-dots li.slick-active button,
.new-style-section ul.slick-dots li.slick-active button {
  background: #26bd9a !important;
  height: 2px !important;
  width: 18px !important;
  border-radius: 37%;
}
.best-sellers-section ul.slick-dots li.slick-active button::before,
.new-style-section ul.slick-dots li.slick-active button::before {
  content: unset;
}
@media screen and (min-width: 1024px) {
  .best-sellers-section ul.slick-dots,
  .new-style-section ul.slick-dots {
    display: none !important;
  }
}
.new-style-section p.message.note {
  text-align: center;
}
.porto-wrap-container .porto-products p.message.note {
  text-align: center;
}
.new-style-section .best-product,
.best-sellers-section .best-product {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .new-style-section .best-product,
  .best-sellers-section .best-product {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .new-style-section .best-product,
  .best-sellers-section .best-product {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .new-style-section .best-product,
  .best-sellers-section .best-product {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .new-style-section .best-product,
  .best-sellers-section .best-product {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .new-style-section .best-product,
  .best-sellers-section .best-product {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .new-style-section .best-product,
  .best-sellers-section .best-product {
    padding: 20px 10px;
  }
}
.new-style-section .best-product .toggle-container,
.best-sellers-section .best-product .toggle-container {
  background-color: #cad7d3;
  border-radius: 64px;
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  width: 278px;
  height: 64px;
  margin: 28px auto 47px;
}
.new-style-section .best-product .toggle-container .toggle-btn,
.best-sellers-section .best-product .toggle-container .toggle-btn {
  border: none;
  padding: 10px 25px;
  border-radius: 9999px;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  transition: all 0.3s ease;
}
.new-style-section .best-product .toggle-container #m-button,
.best-sellers-section .best-product .toggle-container #m-button,
.new-style-section .best-product .toggle-container #male-button,
.best-sellers-section .best-product .toggle-container #male-button {
  width: 115px;
}
.new-style-section .best-product .toggle-container #f-button,
.best-sellers-section .best-product .toggle-container #f-button,
.new-style-section .best-product .toggle-container #female-button,
.best-sellers-section .best-product .toggle-container #female-button {
  width: 124px;
}
.new-style-section .best-product .toggle-container .toggle-btn.active,
.best-sellers-section .best-product .toggle-container .toggle-btn.active {
  background-color: #ffffff;
  color: #080808;
  box-shadow: 0px 2px 8px 0px #0000001f;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .new-style-section .best-product .toggle-container,
  .best-sellers-section .best-product .toggle-container {
    width: 167px;
    height: 35px;
    margin: 20px auto 30px;
    border-radius: 40px;
    padding: 4px;
  }
  .new-style-section .best-product .toggle-container .toggle-btn,
  .best-sellers-section .best-product .toggle-container .toggle-btn {
    font-weight: 500;
    font-size: 12px;
    padding: 6px 0px;
    border-radius: 30.36px;
  }
  .new-style-section .best-product .toggle-container #m-button,
  .best-sellers-section .best-product .toggle-container #m-button,
  .new-style-section .best-product .toggle-container #male-button,
  .best-sellers-section .best-product .toggle-container #male-button {
    width: 72px;
  }
  .new-style-section .best-product .toggle-container #f-button,
  .best-sellers-section .best-product .toggle-container #f-button,
  .new-style-section .best-product .toggle-container #female-button,
  .best-sellers-section .best-product .toggle-container #female-button {
    width: 77px;
  }
}
.new-style-section .best-product .content,
.best-sellers-section .best-product .content {
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.new-style-section .best-product .content.active-content,
.best-sellers-section .best-product .content.active-content {
  opacity: 1;
  display: block;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
.best-sellers-section {
  background-color: #eaf2ef;
  padding: 1px 10px 25px;
  margin-top: 50px;
}
.best-sellers-section .ortho-header {
  margin: 28px 0 35px 0;
  text-align: center;
}
.best-sellers-section .product-image-photo {
  transition: all 0.2s linear;
}
.best-sellers-section .product-image-photo:hover {
  box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0);
  transform: scale(1.1);
}
.best-sellers-section .slick-prev.slick-arrow,
.best-sellers-section .slick-next.slick-arrow {
  display: none !important;
}
.new-style-section {
  padding-bottom: 35px;
}
.new-style-section .product .um-product-item-info.product-item-info-featured {
  box-shadow: 0px 4px 8.4px 0px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid transparent;
}
.new-style-section .product .um-product-item-info.product-item-info-featured:hover {
  border: 1px solid #7e928d;
}
.new-style-section .um-prodslider.block.slider-type-featured.um-prodslider-t-slick li.item.product.um-product-item.slick-slide {
  padding: 12px 0px;
}
@media screen and (max-width: 576px) {
  .new-style-section {
    padding-bottom: 0px;
  }
  .new-style-section .um-prodslider.block.slider-type-featured.um-prodslider-t-slick li.item.product.um-product-item.slick-slide {
    padding: 12px 10px;
  }
  .new-style-section .slick-prev.slick-arrow,
  .new-style-section .slick-next.slick-arrow {
    display: none !important;
  }
}
.why-orthofeet-section .pagebuilder-column-line {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  margin-top: 0px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1800px) {
  .why-orthofeet-section .pagebuilder-column-line {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .why-orthofeet-section .pagebuilder-column-line {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .why-orthofeet-section .pagebuilder-column-line {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .why-orthofeet-section .pagebuilder-column-line {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .why-orthofeet-section .pagebuilder-column-line {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .why-orthofeet-section .pagebuilder-column-line {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1200px) {
  .why-orthofeet-section .pagebuilder-column-line {
    margin-top: 0px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 576px) {
  .why-orthofeet-section .pagebuilder-column-line {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
.why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-content {
  padding-right: 1%;
}
.why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-content h2 {
  font-size: 60px !important;
  font-weight: 500 !important;
  color: #444444;
}
.why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-content img {
  display: none;
}
.why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-content p {
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #000000;
  line-height: 38px;
}
@media screen and (max-width: 1800px) {
  .why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-content p {
    font-size: 22px !important;
    line-height: 32px;
  }
}
@media screen and (max-width: 1400px) {
  .why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-content p {
    font-size: 18px !important;
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-content h2 {
    font-size: 42px !important;
    margin-bottom: 0 !important;
  }
  .why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-content p {
    font-size: 16px !important;
    line-height: 26px;
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 992px) {
  .why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-content h2 {
    font-size: 26px !important;
  }
  .why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-content p {
    font-size: 12px !important;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-content h2 {
    text-align: center;
    font-size: 42px !important;
  }
  .why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-content p {
    display: none;
  }
  .why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-content img {
    display: inline;
    margin: 30px 0 25px;
  }
}
@media screen and (max-width: 576px) {
  .why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-content h2 {
    font-size: 30px !important;
    margin: 0 0 10px 0;
  }
}
.why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-image {
  text-align: right;
}
.why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-image p {
  display: none;
}
@media screen and (max-width: 768px) {
  .why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-image {
    text-align: left;
  }
  .why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-image img {
    display: none;
  }
  .why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-image p {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #000000;
    line-height: 38px;
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .why-orthofeet-section .pagebuilder-column-line .pagebuilder-column.why-orthofeet-image p {
    font-size: 16px !important;
    line-height: 26px;
    margin-bottom: 8px !important;
  }
}
.customized-comfort-section {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  margin: 20px 0 35px;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 1800px) {
  .customized-comfort-section {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .customized-comfort-section {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .customized-comfort-section {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .customized-comfort-section {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .customized-comfort-section {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .customized-comfort-section {
    padding: 20px 10px;
  }
}
.customized-comfort-section h2 {
  font-size: 60px !important;
  font-weight: 500 !important;
  color: #252525;
}
.customized-comfort-section p {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .customized-comfort-section {
    margin: 70px 0 25px;
  }
  .customized-comfort-section h2 {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 576px) {
  .customized-comfort-section {
    margin: 10px 0 10px !important;
  }
  .customized-comfort-section h2 {
    font-size: 32px !important;
    margin: 0 0 10px 0;
  }
  .customized-comfort-section p {
    font-size: 12px !important;
    margin: 0 0 10px;
  }
}
.customized-comfort-section h2 {
  font-size: 60px !important;
  font-weight: 500 !important;
  color: #444444;
}
.customized-comfort-section p {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .customized-comfort-section h2 {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 576px) {
  .customized-comfort-section h2 {
    font-size: 30px !important;
  }
  .customized-comfort-section p {
    font-size: 12px !important;
  }
}
.customized-comfort-section img {
  box-shadow: 9.31px 19.66px 20.69px 0px rgba(0, 0, 0, 0.15);
  width: 95%;
  border-radius: 16.55px;
}
@media screen and (max-width: 768px) {
  .customized-comfort-section img {
    width: 100%;
    margin-bottom: 45px;
  }
}
.customized-comfort-section .customize-your-spport {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .customized-comfort-section .customize-your-spport img {
    margin-bottom: 0 !important;
  }
}
.socks-and-insoles-section,
.hands-free-styles-section {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .socks-and-insoles-section,
  .hands-free-styles-section {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .socks-and-insoles-section,
  .hands-free-styles-section {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .socks-and-insoles-section,
  .hands-free-styles-section {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .socks-and-insoles-section,
  .hands-free-styles-section {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .socks-and-insoles-section,
  .hands-free-styles-section {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .socks-and-insoles-section,
  .hands-free-styles-section {
    padding: 20px 10px;
  }
}
.socks-and-insoles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
.hands-free-styles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  padding: 0 10px;
}
@media screen and (max-width: 992px) {
  .socks-and-insoles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
  .hands-free-styles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    margin-bottom: 20px;
  }
}
.socks-and-insoles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content h3,
.hands-free-styles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 12px 0 0 0;
  color: #444444;
}
@media screen and (max-width: 1200px) {
  .socks-and-insoles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content h3,
  .hands-free-styles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .socks-and-insoles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content h3,
  .hands-free-styles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 992px) {
  .socks-and-insoles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content h3,
  .hands-free-styles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content h3 {
    margin-bottom: 5px;
  }
}
@media (max-width: 360px) {
  .socks-and-insoles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content h3,
  .hands-free-styles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content h3 {
    font-size: 13px;
  }
}
.socks-and-insoles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a,
.hands-free-styles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a {
  text-decoration: underline;
  color: #444444;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin-top: 10px;
}
.socks-and-insoles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a:hover,
.hands-free-styles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a:hover {
  color: #444444;
}
.socks-and-insoles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a::before,
.hands-free-styles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #444444;
  position: absolute;
  left: 0;
  top: 9px;
  margin-left: 5px;
}
.socks-and-insoles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a:first-child,
.hands-free-styles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a:first-child {
  padding-left: 0px !important;
}
.socks-and-insoles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a:first-child::before,
.hands-free-styles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a:first-child::before {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1800px) {
  .socks-and-insoles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a,
  .hands-free-styles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a {
    padding-left: 0px;
  }
  .socks-and-insoles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a::before,
  .hands-free-styles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .socks-and-insoles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a,
  .hands-free-styles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .socks-and-insoles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a,
  .hands-free-styles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a {
    font-size: 12px;
  }
}
@media (max-width: 330px) {
  .socks-and-insoles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a,
  .hands-free-styles-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .comfort-content .comfort-link a {
    font-size: 11.5px;
  }
}
.hands-free-styles-section {
  margin: 50px auto 70px;
}
.hands-free-styles-section h2 {
  font-size: 60px !important;
  font-weight: 500 !important;
  color: #444444;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .hands-free-styles-section {
    margin: 50px auto 70px;
  }
  .hands-free-styles-section h2 {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 992px) {
  .hands-free-styles-section h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .hands-free-styles-section {
    margin: 25px auto 50px;
  }
  .hands-free-styles-section h2 {
    font-size: 26px !important;
    margin: 0 0 10px 0;
  }
  .hands-free-styles-section p {
    margin: 0 0 10px;
  }
}
.bio-engineered-section {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  margin: 10px auto 70px;
}
@media screen and (max-width: 1800px) {
  .bio-engineered-section {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .bio-engineered-section {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .bio-engineered-section {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .bio-engineered-section {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .bio-engineered-section {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .bio-engineered-section {
    padding: 20px 10px;
  }
}
.bio-engineered-section h2 {
  font-size: 60px !important;
  font-weight: 500 !important;
  color: #444444;
  margin-bottom: 30px;
  text-align: center;
  max-width: 1210px;
  line-height: 67px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}
.bio-engineered-section .sub-header {
  text-transform: uppercase;
  color: #052840;
  font-size: 16px;
  text-align: center;
  margin-bottom: 45px;
}
.bio-engineered-section .pagebuilder-column-group .pagebuilder-column {
  margin: auto;
}
.bio-engineered-section .pagebuilder-column-group .pagebuilder-column .advantage-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 576px) {
  .bio-engineered-section .pagebuilder-column-group .pagebuilder-column .advantage-wrapper {
    gap: 20px;
  }
}
.bio-engineered-section .pagebuilder-column-group .pagebuilder-column .advantage-wrapper .advantage {
  gap: 12px;
  align-items: center;
  padding: 30px 35px 30px 30px;
  background-color: #eaf2ef;
  border-radius: 102px;
  backdrop-filter: blur(30.5px);
  border: 1px solid #eaf2ef;
}
.bio-engineered-section .pagebuilder-column-group .pagebuilder-column .advantage-wrapper .advantage h4 {
  margin: 3px;
  font-size: 27.29px;
  color: #444444;
  font-weight: 400;
}
.bio-engineered-section .pagebuilder-column-group .pagebuilder-column .advantage-wrapper .advantage p {
  margin: 0;
  font-size: 19.1px;
  color: #444444;
}
@media screen and (max-width: 1800px) {
  .bio-engineered-section .pagebuilder-column-group .pagebuilder-column .advantage-wrapper .advantage {
    padding: 25px 0px 25px 25px;
    border-radius: 85px;
  }
  .bio-engineered-section .pagebuilder-column-group .pagebuilder-column .advantage-wrapper .advantage h4 {
    font-size: 24px;
  }
  .bio-engineered-section .pagebuilder-column-group .pagebuilder-column .advantage-wrapper .advantage p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .bio-engineered-section .pagebuilder-column-group .pagebuilder-column .advantage-wrapper .advantage {
    padding: 25px 15px 25px 25px;
  }
  .bio-engineered-section .pagebuilder-column-group .pagebuilder-column .advantage-wrapper .advantage p {
    line-height: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .bio-engineered-section .pagebuilder-column-group .pagebuilder-column .advantage-wrapper .advantage {
    padding: 15px 15px 15px 20px;
    border-radius: 30px;
  }
  .bio-engineered-section .pagebuilder-column-group .pagebuilder-column .advantage-wrapper .advantage h4 {
    font-size: 20px;
  }
  .bio-engineered-section .pagebuilder-column-group .pagebuilder-column .advantage-wrapper .advantage p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bio-engineered-section .pagebuilder-column-group .pagebuilder-column .advantage-wrapper .advantage {
    padding: 9px 15px 9px 15px;
    border-radius: 41px;
  }
}
@media screen and (max-width: 576px) {
  .bio-engineered-section .pagebuilder-column-group .pagebuilder-column .advantage-wrapper .advantage img {
    width: 25px;
  }
  .bio-engineered-section .pagebuilder-column-group .pagebuilder-column .advantage-wrapper .advantage h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: 19px;
  }
  .bio-engineered-section .pagebuilder-column-group .pagebuilder-column .advantage-wrapper .advantage p {
    font-size: 12px;
    line-height: 15px;
  }
}
.bio-engineered-section .first-wrapper {
  position: relative;
}
.bio-engineered-section .first-wrapper::before {
  content: url(../images/pattern.png);
  position: absolute;
  top: -21px;
  left: -45px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .bio-engineered-section .first-wrapper::before {
    display: none;
  }
}
.bio-engineered-section .first-wrapper::after {
  content: url(../images/pattern.png);
  position: absolute;
  top: -79px;
  right: -21px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .bio-engineered-section .first-wrapper::after {
    display: none;
  }
}
.bio-engineered-section .second-wrapper {
  position: relative;
}
.bio-engineered-section .second-wrapper::before {
  content: url(../images/pattern.png);
  position: absolute;
  bottom: -36px;
  left: -45px;
  z-index: -1;
}
@media screen and (max-width: 1800px) {
  .bio-engineered-section .second-wrapper::before {
    bottom: -80px;
  }
}
@media screen and (max-width: 1400px) {
  .bio-engineered-section .second-wrapper::before {
    bottom: -67px;
  }
}
@media screen and (max-width: 1200px) {
  .bio-engineered-section .second-wrapper::before {
    bottom: -83px;
  }
}
@media screen and (max-width: 992px) {
  .bio-engineered-section .second-wrapper::before {
    display: none;
  }
}
.bio-engineered-section .advantage-image-mobile,
.bio-engineered-section .advatage-wrapper-mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .bio-engineered-section {
    margin: 50px auto 70px;
  }
  .bio-engineered-section h2 {
    font-size: 42px !important;
    line-height: 58px;
  }
}
@media screen and (max-width: 992px) {
  .bio-engineered-section h2 {
    margin-bottom: 40px;
    line-height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .bio-engineered-section .advatage-wrapper-desktop,
  .bio-engineered-section .advantage-image-desktop {
    display: none;
  }
  .bio-engineered-section .advantage-image-mobile,
  .bio-engineered-section .advatage-wrapper-mobile {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .bio-engineered-section {
    margin: 25px auto 0px;
  }
  .bio-engineered-section h2 {
    font-size: 22px !important;
    margin: 0 0 10px 0;
    line-height: 34px;
  }
  .bio-engineered-section .sub-header {
    font-size: 12px;
    margin: 0 0 10px;
  }
}
.shop-by-category-header h2 {
  font-size: 60px !important;
  font-weight: 500 !important;
  color: #444444;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .shop-by-category-header {
    margin: 50px auto 70px;
  }
  .shop-by-category-header h2 {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 992px) {
  .shop-by-category-header h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .shop-by-category-header {
    margin: 0 auto;
  }
  .shop-by-category-header h2 {
    font-size: 26px !important;
    margin: 0 0 10px 0;
  }
}
.shop-by-category-wrapper .category-content {
  text-align: left;
}
.shop-by-category-wrapper .category-content h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 12px 0 0;
  color: #444444;
}
@media screen and (max-width: 1200px) {
  .shop-by-category-wrapper .category-content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .shop-by-category-wrapper .category-content h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 992px) {
  .shop-by-category-wrapper .category-content h3 {
    margin-bottom: 5px;
  }
}
.shop-by-category-wrapper .category-content .category-link a {
  text-decoration: underline;
  color: #444444;
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  display: inline-block;
}
.shop-by-category-wrapper .category-content .category-link a:hover {
  color: #444444;
}
.shop-by-category-wrapper .category-content .category-link a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #444444;
  position: absolute;
  left: 4px;
  top: 9px;
}
.shop-by-category-wrapper .category-content .category-link a:first-child {
  padding-left: 0px !important;
}
.shop-by-category-wrapper .category-content .category-link a:first-child::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .shop-by-category-wrapper .category-content .category-link a {
    font-size: 14px;
  }
}
.shop-by-category-wrapper .owl-nav {
  display: block !important;
  width: 154px !important;
  top: -10% !important;
  right: 5% !important;
}
@media screen and (max-width: 576px) {
  .shop-by-category-wrapper .owl-nav {
    display: none !important;
  }
}
.shop-by-category-wrapper .owl-nav button.owl-prev,
.shop-by-category-wrapper .owl-nav button.owl-next {
  color: #ffffff;
  left: 20px;
  position: absolute;
  top: 40%;
  background: #2f2f2f33 !important;
  border: 0.81px solid #cad7d3;
  border-radius: 50%;
  width: 45.39393997192383px !important;
  height: 45.39393997192383px !important;
}
.shop-by-category-wrapper .owl-nav button.owl-prev:hover,
.shop-by-category-wrapper .owl-nav button.owl-next:hover {
  background: #2f2f2f33 !important;
}
.shop-by-category-wrapper .owl-nav button.owl-prev::before,
.shop-by-category-wrapper .owl-nav button.owl-next::before {
  font-size: 35px;
  font-weight: 300;
  top: 3px;
}
.shop-by-category-wrapper .owl-nav button.owl-next {
  left: unset;
  right: 20px;
}
.shop-by-category-wrapper .owl-dots {
  display: none !important;
}
.best-product .product-item-name {
  font-size: 12px;
  font-weight: 500;
}
.best-product strong.product.name.product-item-name a.product-item-link {
  margin-bottom: 0 !important;
  font-size: 15px;
  font-weight: 600;
  color: #2b2b2d;
}
.home-divid hr {
  background: none !important;
}
.cms-innovative-ortho-cushion-system .page-main {
  max-width: 100%;
  padding: 0 !important;
}
.cms-innovative-ortho-cushion-system .innovative-hero-section {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .innovative-hero-section {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .innovative-hero-section {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .innovative-hero-section {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .innovative-hero-section {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .innovative-hero-section {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .innovative-hero-section {
    padding: 20px 10px;
  }
}
.cms-innovative-ortho-cushion-system .innovative-hero-section h2 {
  font-size: 60px !important;
  font-weight: 500 !important;
  color: #444444;
  text-align: center;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .innovative-hero-section h2 {
    font-size: 48px !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .innovative-hero-section h2 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .innovative-hero-section h2 {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .innovative-hero-section h2 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .innovative-hero-section h2 {
    font-size: 22px !important;
    line-height: 28px;
    margin-bottom: 11px;
  }
}
.cms-innovative-ortho-cushion-system .innovative-hero-section div p {
  color: #052840;
  margin: 0 0 48px 0;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .innovative-hero-section div p {
    font-size: 12px !important;
    margin-bottom: 16px;
  }
}
.cms-innovative-ortho-cushion-system .innovative-hero-section .innovative-ortho-video {
  position: relative;
  border-radius: 16px;
}
.cms-innovative-ortho-cushion-system .innovative-hero-section .innovative-ortho-video::before {
  content: url(../images/pattern.png);
  position: absolute;
  top: -108px;
  left: -59px;
  z-index: -1;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .innovative-hero-section .innovative-ortho-video::before {
    top: -53px;
  }
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .innovative-hero-section .innovative-ortho-video::before {
    top: -26px;
  }
}
@media screen and (max-width: 375px) {
  .cms-innovative-ortho-cushion-system .innovative-hero-section .innovative-ortho-video::before {
    height: 80px;
    overflow: hidden;
  }
}
.cms-innovative-ortho-cushion-system .innovative-hero-section .innovative-ortho-video::after {
  content: url(../images/pattern.png);
  position: absolute;
  bottom: -99px;
  right: -56px;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .innovative-hero-section .innovative-ortho-video::after {
    bottom: -56px;
  }
}
.cms-innovative-ortho-cushion-system .features-difference-section {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  margin-top: 120px;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .features-difference-section {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .features-difference-section {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .features-difference-section {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .features-difference-section {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .features-difference-section {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .features-difference-section {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .features-difference-section {
    margin-top: 94px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .features-difference-section {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .features-difference-section {
    margin-top: 70px;
  }
}
.cms-innovative-ortho-cushion-system .features-difference-section h2 {
  font-size: 60px !important;
  font-weight: 500 !important;
  color: #444444;
  text-align: center;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .features-difference-section h2 {
    font-size: 48px !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .features-difference-section h2 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .features-difference-section h2 {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .features-difference-section h2 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .features-difference-section h2 {
    font-size: 22px !important;
    line-height: 28px;
    margin-bottom: 11px;
  }
}
.cms-innovative-ortho-cushion-system .features-difference-section div.header-text p {
  color: #052840;
  margin: 0 0 48px 0;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .features-difference-section div.header-text p {
    font-size: 12px !important;
    margin-bottom: 16px;
  }
}
.cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line {
  gap: 21px;
}
.cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column {
  margin-bottom: 53px;
}
.cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column .features {
  gap: 28px;
  margin-top: 47px;
  align-items: start;
}
.cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column .features img {
  width: 108px;
}
.cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column .features div {
  flex: 1;
}
.cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column .features div h4 {
  margin: 0 0 23px 0;
  font-size: 32px;
  color: #2b2b2d;
  font-weight: 600;
}
.cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column .features div p {
  margin: 0;
  font-size: 20px;
  color: #7a7d82;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column .features div h4 {
    font-size: 24px;
    margin: 0 0 12px 0;
  }
  .cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column .features div p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column .features div h4 {
    font-size: 20px;
  }
  .cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column .features div p {
    line-height: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column .features div h4 {
    font-size: 20px;
    margin: 0 0 6px 0;
  }
  .cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column .features div p {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column .features div img {
    width: 40px;
  }
  .cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column .features div h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column .features div p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column .features {
    margin-top: 12px;
  }
  .cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column .features img {
    width: 40px;
  }
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .features-difference-section .features-wrapper .pagebuilder-column-line .pagebuilder-column {
    margin-bottom: 19px;
  }
}
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section {
    padding-top: 0 !important;
  }
}
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section h2 {
  font-size: 60px !important;
  font-weight: 500 !important;
  color: #444444;
  text-align: center;
  margin-bottom: 38px;
  text-transform: capitalize;
  line-height: 66px;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section h2 {
    font-size: 48px !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section h2 {
    font-size: 40px !important;
    line-height: 52px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section h2 {
    font-size: 35px !important;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section h2 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section h2 {
    font-size: 22px !important;
    line-height: 28px;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table {
    overflow-x: auto;
  }
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table::-webkit-scrollbar {
    height: 4px;
  }
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 10px;
  }
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table::-webkit-scrollbar-thumb {
    background-color: #778e89;
    border-radius: 10px;
    height: 2px;
  }
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table::-webkit-scrollbar-thumb:hover {
    background-color: #657873;
  }
}
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table {
  border-collapse: separate;
  border-spacing: 16px 0;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table {
    border-spacing: 9px 0;
    min-width: 722px;
    padding-bottom: 17px;
  }
}
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th {
  font-weight: 500;
  color: #000;
  text-align: center;
  vertical-align: middle;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th {
    border-radius: 10px 10px 0 0;
  }
}
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th:first-child {
  background-color: #eaf2ef;
  width: 364px;
  font-weight: 500;
  font-size: 40px;
  padding: 16px 12px 12px 66px;
  text-align: left;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th:first-child {
    width: 284px;
    padding: 16px 12px 12px 34px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th:first-child {
    width: 280px;
    padding: 16px 12px 12px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th:first-child {
    width: 210px;
    padding: 16px 12px 12px 30px;
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th:first-child {
    width: 127px;
    padding: 16px 12px;
    font-size: 16px;
  }
}
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th:nth-child(2),
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th:nth-child(3) {
  background-color: #f8f8f8;
  padding: 16px 12px;
  font-size: 40px;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th:nth-child(2),
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th:nth-child(3) {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th:nth-child(2),
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th:nth-child(3) {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th:nth-child(2),
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th:nth-child(3) {
    font-size: 16px;
  }
}
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th img {
  object-fit: contain;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th img {
    max-width: 42%;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table thead th img {
    max-width: 50%;
  }
}
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr:last-child td {
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr:last-child td {
    border-radius: 0 0 10px 10px;
  }
}
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr:not(:last-child) td:nth-child(2),
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr:not(:last-child) td:nth-child(3) {
  position: relative;
  vertical-align: middle;
}
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr:not(:last-child) td:nth-child(2)::after,
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr:not(:last-child) td:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 16px;
  height: 1px;
  background-color: #d1d5db;
}
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td {
  color: #000;
  padding: 18px 12px;
  line-height: 1.3;
  vertical-align: middle;
}
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:first-child {
  background-color: #eaf2ef;
  font-weight: 500;
  text-align: left;
  padding-left: 66px;
  font-size: 28px;
  vertical-align: middle;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:first-child {
    padding-left: 34px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:first-child {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:first-child {
    padding-left: 25px;
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:first-child {
    padding-left: 12px;
    font-size: 14px;
  }
}
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(2),
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(3) {
  background-color: #f8f8f8;
  padding-left: 12px;
  padding-right: 16px;
}
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(2) div,
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(3) div {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(2) div,
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(3) div {
    gap: 0;
  }
}
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(2) div span,
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(3) div span {
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  color: #000;
}
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(2) div span:first-child,
.cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(3) div span:first-child {
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(2) div span:first-child img,
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(3) div span:first-child img {
    max-width: 70%;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(2) div span:first-child,
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(3) div span:first-child {
    width: 27px;
  }
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(2) div span:first-child img,
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(3) div span:first-child img {
    max-width: 50%;
  }
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(2) div span,
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(3) div span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(2) div span,
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(3) div span {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(2) div span,
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(3) div span {
    font-size: 16px;
    line-height: 23px;
  }
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(2) div span,
  .cms-innovative-ortho-cushion-system .podiatrist-approved-reasons-section .podiatrist-table table tbody tr td:nth-child(3) div span {
    font-size: 12px;
    line-height: 21px;
  }
}
.cms-innovative-ortho-cushion-system .customize-our-it-section {
  margin-top: 120px;
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section {
    margin-top: 82px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section {
    margin-top: 70px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section {
    margin-top: 0px;
  }
}
.cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line .pagebuilder-column.image-column {
    display: none !important;
  }
}
.cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line h2 {
  font-size: 60px !important;
  font-weight: 500 !important;
  color: #444444;
  margin-bottom: 38px;
  text-transform: capitalize;
  line-height: 38px;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line h2 {
    font-size: 48px !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line h2 {
    font-size: 40px !important;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line h2 {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line h2 {
    font-size: 28px !important;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line h2 {
    font-size: 30px !important;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line h2 {
    font-size: 22px !important;
    margin-bottom: 16px;
  }
}
.cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line h4 {
  font-size: 30px !important;
  font-weight: 500 !important;
  color: #000000;
  text-transform: capitalize;
  line-height: 38px;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line h4 {
    font-size: 26px !important;
    line-height: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line h4 {
    font-size: 20px !important;
    line-height: 18px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line h4 {
    font-size: 17px !important;
    line-height: 28px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line h4 {
    font-size: 20px !important;
    line-height: 48px;
  }
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line h4 {
    font-size: 18px !important;
    line-height: 40px;
  }
}
.cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line p {
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #000000;
  margin-bottom: 25px;
  text-transform: capitalize;
  line-height: 38px;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line p {
    font-size: 18px !important;
    line-height: 28px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line p {
    font-size: 15px !important;
    margin-bottom: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line p {
    font-size: 10px !important;
    margin-bottom: 10px;
    line-height: 19px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line p {
    font-size: 16px !important;
    line-height: 28px;
  }
}
.cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line .video-wrapper {
  position: relative;
  left: -12px;
  bottom: -13px;
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line .video-wrapper {
    left: -6px;
    bottom: -45px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line .video-wrapper {
    left: -2px;
    bottom: 0;
  }
}
.cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line .video-wrapper::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 26px;
  right: -11px;
  bottom: -6px;
  background-color: #cad7d3;
  border-radius: 16px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line .video-wrapper::after {
    right: -8px;
    bottom: -1px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line .video-wrapper::after {
    left: 15px;
    right: -4px;
    bottom: 2px;
    border-radius: 6.35px;
  }
}
.cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line .video-wrapper video {
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line .video-wrapper video {
    border-radius: 6.35px;
  }
}
.cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line .mobile-image {
  display: none;
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .customize-our-it-section .pagebuilder-column-line .mobile-image {
    display: block !important;
    margin-bottom: 20px;
  }
}
.cms-innovative-ortho-cushion-system .game-changing-features-section {
  margin-top: 120px;
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section {
    margin-top: 82px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section {
    margin-top: 70px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section {
    margin-top: 0px;
  }
}
.cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line .pagebuilder-column.image-column {
    display: none !important;
  }
}
.cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line h2 {
  font-size: 60px !important;
  font-weight: 500 !important;
  color: #444444;
  margin-bottom: 38px;
  text-transform: capitalize;
  line-height: 69px;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line h2 {
    font-size: 47px !important;
    margin-bottom: 25px;
    line-height: 65px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line h2 {
    font-size: 40px !important;
    line-height: 58px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line h2 {
    font-size: 32px !important;
    line-height: 45px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line h2 {
    font-size: 28px !important;
    margin-bottom: 10px;
    line-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line h2 {
    font-size: 30px !important;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line h2 {
    font-size: 22px !important;
    margin-bottom: 16px;
  }
}
.cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line p {
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #000000;
  margin-bottom: 25px;
  text-transform: capitalize;
  line-height: 38px;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line p {
    font-size: 18px !important;
    line-height: 28px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line p {
    font-size: 15px !important;
    margin-bottom: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line p {
    font-size: 10px !important;
    margin-bottom: 10px;
    line-height: 19px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line p {
    font-size: 16px !important;
    line-height: 28px;
  }
}
.cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line .video-wrapper {
  position: relative;
  bottom: -13px;
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line .video-wrapper {
    left: -2px;
    bottom: 0;
  }
}
.cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line .video-wrapper::after {
  content: "";
  position: absolute;
  top: 0%;
  left: -11px;
  right: 52px;
  bottom: -6px;
  background-color: #cad7d3;
  border-radius: 16px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line .video-wrapper::after {
    right: -8px;
    bottom: -1px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line .video-wrapper::after {
    left: 15px;
    right: -4px;
    bottom: 2px;
    border-radius: 6.35px;
  }
}
.cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line .video-wrapper video {
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line .video-wrapper video {
    border-radius: 6.35px;
  }
}
.cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line .mobile-image {
  display: none;
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .game-changing-features-section .pagebuilder-column-line .mobile-image {
    display: block !important;
    margin-bottom: 20px;
  }
}
.cms-innovative-ortho-cushion-system .top-rated-reason-section {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  margin-top: 120px;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section {
    margin-top: 72px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section {
    margin-top: 60px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section {
    margin-top: 0px;
  }
}
.cms-innovative-ortho-cushion-system .top-rated-reason-section h2 {
  font-size: 60px !important;
  font-weight: 500 !important;
  color: #444444;
  text-align: center;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section h2 {
    font-size: 48px !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section h2 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section h2 {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section h2 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section h2 {
    font-size: 22px !important;
    line-height: 28px;
    margin-bottom: 11px;
  }
}
.cms-innovative-ortho-cushion-system .top-rated-reason-section div.header-text p {
  color: #052840;
  margin: 0 0 48px 0;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section div.header-text p {
    margin: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section div.header-text p {
    font-size: 12px !important;
    margin-bottom: 16px;
  }
}
.cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item:nth-child(even) .card {
  background-color: #eaf2ef;
}
.cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item:nth-child(even) .card .devider {
  background-color: #d4e8e3;
}
.cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item:nth-child(odd) .card {
  background-color: #ffffff;
}
.cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item:nth-child(odd) .card .devider {
  background-color: #f4f4f4;
}
.cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card {
  max-width: 425px;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.149);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card {
    border-radius: 10px;
    box-shadow: 0px 2.82px 16.3px 0px rgba(0, 0, 0, 0.149);
    max-width: 100%;
  }
}
.cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: block;
}
@media (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card .card-content {
  padding: 9px 11px 7px 11px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card .card-content .stars-and-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card .card-content .stars-and-author {
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card .card-content .stars-and-author {
    margin-bottom: 7px;
    align-items: start;
    flex-direction: column-reverse;
  }
}
.cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card .card-content .stars-and-author .stars {
  font-size: 72px;
  background: -webkit-linear-gradient(180deg, #e6c65a 0%, #ffd445 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* color: #ffd445;  */
  /* yellow-400 */
  font-size: 35px;
  display: flex;
  gap: 0.25rem;
}
@media (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card .card-content .stars-and-author .stars {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card .card-content .stars-and-author .stars {
    font-size: 21px;
  }
}
.cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card .card-content .stars-and-author .author {
  font-size: 20px;
  color: #444444;
  /* gray-700 */
  font-weight: 400;
}
@media (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card .card-content .stars-and-author .author {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card .card-content .stars-and-author .author {
    font-size: 16px;
  }
}
.cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card .card-content .devider {
  height: 1px;
  position: relative;
  margin: 0px 0px 20px 40px;
}
@media (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card .card-content .devider {
    margin: 0px 0px 15px 40px;
  }
}
.cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card .card-content .devider::before {
  content: "“";
  font-family: serif;
  font-size: 64px;
  vertical-align: top;
  margin-right: 0.25rem;
  color: #434343;
  position: relative;
  top: 0px;
  left: -41px;
}
@media (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card .card-content .devider::before {
    font-size: 45px;
    top: -3px;
  }
}
.cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card .card-content .review-text {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  /* gray-900 */
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card .card-content .review-text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-stage .owl-item .card .card-content .review-text {
    font-size: 12px;
  }
}
.cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-nav,
.cms-innovative-ortho-cushion-system .top-rated-reason-section .main-slider .owl-dots {
  display: none !important;
}
.cms-innovative-ortho-cushion-system .engineered-relief-section {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  margin-top: 120px;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section {
    margin-top: 45px;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section {
    margin-top: 0px;
  }
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper {
  background-image: url("../images/engineered-bg.svg");
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 77px 89px;
  border-radius: 13px;
  background-size: cover;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper {
    padding: 40px 20px 4px;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper {
    flex-direction: column-reverse;
  }
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider {
  width: 50%;
  max-width: 584px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider {
    width: 100%;
  }
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper {
  width: 100%;
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync1 {
  width: 504px;
  height: 450px;
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync1 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync1 {
    height: auto;
  }
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync1 .owl-stage-outer .owl-item {
  position: relative;
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync1 .owl-stage-outer .owl-item .item {
  background: #28d1aa;
  padding: 80px 0px;
  color: #707071;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  width: 504px;
  height: 436px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync1 .owl-stage-outer .owl-item .item {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync1 .owl-stage-outer .owl-item .item {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync1 .owl-stage-outer .owl-item .item {
    background: linear-gradient(167.06deg, #28d1aa 9.34%, #cdfff3 102.21%);
    height: auto;
  }
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync1 .owl-stage-outer .owl-item .item img {
  width: 59%;
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync1 .owl-stage-outer .owl-item .item p {
  background-color: #ffffff;
  padding: 12px 15px;
  top: 15px;
  right: 15px;
  border-radius: 500px;
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync1 .owl-stage-outer .owl-item .item p {
    font-size: 18px;
    padding: 8px 14px;
  }
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync1 .owl-stage-outer .owl-item .item p {
    padding: 8px 10px;
    border-radius: 288.38px;
  }
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 {
  width: 504px;
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 {
    width: 100%;
  }
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-stage-outer {
  width: 504px;
  padding: 0 9px;
}
@media screen and (max-width: 1200px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-stage-outer {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-stage-outer {
    width: 100%;
  }
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-stage-outer .item {
  color: #707071;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 95px;
  height: 107px;
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-stage-outer .item {
    width: 54px;
    height: 58px;
  }
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-stage-outer .item div {
  width: 77px;
  height: 84px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-stage-outer .item div {
    width: 44px;
    height: 48px;
  }
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-stage-outer .item div img {
  width: 81%;
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-stage-outer .item p {
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 77px;
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-stage-outer .item p {
    font-size: 12px;
    width: 44px;
    margin-top: -8px;
  }
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-stage-outer .owl-item.active.center .item div {
  transform: scale(1.2);
  border: 2px solid #28d1aa;
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-stage-outer .owl-item.active.center .item div {
    border: 1.15px solid #6de4c9;
  }
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-stage-outer .owl-item.active.center .item p {
  display: none;
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-nav {
  position: unset !important;
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-nav button {
  transition: all 0.3s ease;
  background: #053428 !important;
  color: #fff;
  font-size: 22px;
  padding: 2px 11.5px !important;
  border-radius: 50%;
  position: unset !important;
  margin-top: 25px;
  margin-right: 15px;
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-nav button {
    padding: 4px 6.5px !important;
    background: #585a59 !important;
  }
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-nav button span {
  line-height: 0;
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-nav .disabled {
  opacity: 1 !important;
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-slider .slider-warpper #sync2 .owl-theme .owl-nav [class*="owl-"].disabled:hover {
  opacity: 1;
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-header {
  width: 51%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 785px;
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-header {
    width: 100%;
  }
}
.cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-header h2 {
  font-size: 60px !important;
  font-weight: 500 !important;
  color: #444444;
  text-align: center;
  line-height: 73px;
  text-transform: capitalize;
}
@media screen and (max-width: 1800px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-header h2 {
    font-size: 48px !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-header h2 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 992px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-header h2 {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-header h2 {
    font-size: 30px !important;
    line-height: 45px;
  }
}
@media screen and (max-width: 576px) {
  .cms-innovative-ortho-cushion-system .engineered-relief-section .engineered-relief-wrapper .engineered-relief-header h2 {
    font-size: 24px !important;
    line-height: 46px;
  }
}
.shop-by-category-header h2 {
  font-size: 60px !important;
  font-weight: 500 !important;
  color: #444444;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .shop-by-category-header h2 {
    font-size: 48px !important;
  }
}
@media screen and (max-width: 1400px) {
  .shop-by-category-header h2 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 1200px) {
  .shop-by-category-header {
    margin: 50px auto 70px;
  }
}
@media screen and (max-width: 992px) {
  .shop-by-category-header {
    margin: 0px auto 60px;
  }
  .shop-by-category-header h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .shop-by-category-header {
    margin: 0px auto 50px;
  }
  .shop-by-category-header h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .shop-by-category-header {
    margin: 0 auto;
  }
  .shop-by-category-header h2 {
    font-size: 26px !important;
    margin: 0 0 10px 0;
  }
}
.shop-by-category-wrapper .category-content {
  text-align: left;
}
.shop-by-category-wrapper .category-content h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 12px 0 0;
  color: #444444;
}
@media screen and (max-width: 1800px) {
  .shop-by-category-wrapper .category-content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .shop-by-category-wrapper .category-content h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 992px) {
  .shop-by-category-wrapper .category-content h3 {
    margin-bottom: 5px;
  }
}
.shop-by-category-wrapper .category-content .category-link a {
  text-decoration: underline;
  color: #444444;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.shop-by-category-wrapper .category-content .category-link a:hover {
  color: #444444;
}
.shop-by-category-wrapper .category-content .category-link a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #444444;
  position: absolute;
  left: 4px;
  top: 9px;
}
.shop-by-category-wrapper .category-content .category-link a:first-child {
  padding-left: 0px !important;
}
.shop-by-category-wrapper .category-content .category-link a:first-child::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .shop-by-category-wrapper .category-content .category-link a {
    font-size: 14px;
  }
}
.shop-by-category-wrapper .owl-nav {
  display: block !important;
  width: 154px !important;
  top: -10% !important;
  right: 5% !important;
}
@media screen and (max-width: 576px) {
  .shop-by-category-wrapper .owl-nav {
    display: none !important;
  }
}
.shop-by-category-wrapper .owl-nav button.owl-prev,
.shop-by-category-wrapper .owl-nav button.owl-next {
  color: #ffffff;
  left: 20px;
  position: absolute;
  top: 40%;
  background: #2f2f2f33 !important;
  border: 0.81px solid #cad7d3;
  border-radius: 50%;
  width: 45.39393997192383px !important;
  height: 45.39393997192383px !important;
}
.shop-by-category-wrapper .owl-nav button.owl-prev:hover,
.shop-by-category-wrapper .owl-nav button.owl-next:hover {
  background: #2f2f2f33 !important;
}
.shop-by-category-wrapper .owl-nav button.owl-prev::before,
.shop-by-category-wrapper .owl-nav button.owl-next::before {
  font-size: 35px;
  font-weight: 300;
  top: 3px;
}
.shop-by-category-wrapper .owl-nav button.owl-next {
  left: unset;
  right: 20px;
}
.shop-by-category-wrapper .owl-dots {
  display: none !important;
}
.cms-custom-functional-orthotics .breadcrumbs {
  display: none;
}
.cms-custom-functional-orthotics #maincontent .header-row {
  padding: 89px 0 46px 0;
}
@media screen and (max-width: 768px) {
  .cms-custom-functional-orthotics #maincontent .header-row {
    padding: 19px 10px 15px 10px;
  }
}
.cms-custom-functional-orthotics #maincontent .header-row h2 {
  font-size: 27px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .cms-custom-functional-orthotics #maincontent .header-row h2 {
    font-size: 18px;
    margin-bottom: 13px;
    line-height: 28px;
  }
}
.cms-custom-functional-orthotics #maincontent .header-row .header-text {
  font-size: 18px;
  color: #333333;
  text-transform: capitalize;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 30px auto;
  max-width: 1477px;
}
@media screen and (max-width: 1400px) {
  .cms-custom-functional-orthotics #maincontent .header-row .header-text {
    max-width: 1160px;
    padding: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .cms-custom-functional-orthotics #maincontent .header-row .header-text {
    max-width: 980px;
  }
}
@media screen and (max-width: 992px) {
  .cms-custom-functional-orthotics #maincontent .header-row .header-text {
    max-width: 740px;
  }
}
@media screen and (max-width: 768px) {
  .cms-custom-functional-orthotics #maincontent .header-row .header-text {
    max-width: 560px;
    font-size: 15px;
    padding: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .cms-custom-functional-orthotics #maincontent .header-row .header-text {
    font-size: 12px;
    margin-bottom: 13px;
    padding: 0 !important;
  }
}
.cms-custom-functional-orthotics #maincontent .header-row .header-button .pagebuilder-button-primary {
  background: #ffffff;
  padding: 17px 60px 17px 25px;
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
  display: inline;
  border-radius: 40px;
  border: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cms-custom-functional-orthotics #maincontent .header-row .header-button .pagebuilder-button-primary {
    font-size: 12px;
    border-radius: 22.33px;
    padding: 8px 34px 8px 10px;
  }
}
.cms-custom-functional-orthotics #maincontent .header-row .header-button .pagebuilder-button-primary::after {
  position: absolute;
  content: "\e8cc";
  font-family: "porto-icons";
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 10px;
  top: 8px;
  background-color: #bdece1;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .cms-custom-functional-orthotics #maincontent .header-row .header-button .pagebuilder-button-primary::after {
    right: 7px;
    top: 6px;
    width: 22.33px;
    height: 22.33px;
    font-size: 10px;
  }
}
.cms-custom-functional-orthotics #maincontent .custom-functional-warpper {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-custom-functional-orthotics #maincontent .custom-functional-warpper {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-custom-functional-orthotics #maincontent .custom-functional-warpper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-custom-functional-orthotics #maincontent .custom-functional-warpper {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-custom-functional-orthotics #maincontent .custom-functional-warpper {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-custom-functional-orthotics #maincontent .custom-functional-warpper {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-custom-functional-orthotics #maincontent .custom-functional-warpper {
    padding: 20px 10px;
  }
}
.cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line {
  gap: 20px;
  align-items: stretch;
}
.cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card {
  border: 1px solid #e5e3e3;
  padding: 16px 10px 16px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1200px) {
  .cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card {
    flex-direction: column;
    gap: 15px;
    padding: 16px 10px 16px 16px;
  }
}
@media (max-width: 576px) {
  .cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card {
    padding: 0px 10px 12px 9px;
  }
}
.cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card .main {
  width: 44%;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  height: 307px;
}
@media (max-width: 768px) {
  .cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card .main {
    width: 70%;
  }
}
@media (max-width: 576px) {
  .cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card .main {
    height: 177px;
  }
}
.cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card .thumbs {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card .thumb-small {
  object-fit: contain;
  flex-shrink: 0;
  border: 1px solid #e5e3e3;
  width: 29%;
  height: 88px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card .thumb-small {
    height: 56px;
  }
}
.cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card .content {
  flex: 1;
}
@media (max-width: 1200px) {
  .cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card .content {
    width: 100%;
  }
}
.cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card .content h3 {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 28px 0;
  color: #000000;
}
@media (max-width: 1800px) {
  .cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card .content h3 {
    font-size: 20px;
    margin: 0 0 8px 0;
  }
}
@media (max-width: 576px) {
  .cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card .content h3 {
    font-size: 16px;
    margin: 0 0 4px 0;
  }
}
.cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card .content ul {
  margin: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  list-style: inside;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 1800px) {
  .cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card .content ul {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card .content ul {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
.cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card .content ul li:last-child {
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .cms-custom-functional-orthotics #maincontent .custom-functional-warpper .pagebuilder-column-line .card .content ul li:last-child {
    margin-bottom: 18px;
  }
}
.cms-custom-diabetic-insoles .breadcrumbs {
  display: none;
}
.cms-custom-diabetic-insoles #maincontent .header-row {
  padding: 89px 0 46px 0;
}
@media screen and (max-width: 768px) {
  .cms-custom-diabetic-insoles #maincontent .header-row {
    padding: 19px 10px 15px 10px;
  }
}
.cms-custom-diabetic-insoles #maincontent .header-row h2 {
  font-size: 27px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .cms-custom-diabetic-insoles #maincontent .header-row h2 {
    font-size: 18px;
    margin-bottom: 13px;
    line-height: 28px;
  }
}
.cms-custom-diabetic-insoles #maincontent .header-row .header-text {
  font-size: 18px;
  color: #333333;
  text-transform: capitalize;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 30px auto;
  max-width: 1477px;
}
@media screen and (max-width: 1400px) {
  .cms-custom-diabetic-insoles #maincontent .header-row .header-text {
    max-width: 1160px;
    padding: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .cms-custom-diabetic-insoles #maincontent .header-row .header-text {
    max-width: 980px;
  }
}
@media screen and (max-width: 992px) {
  .cms-custom-diabetic-insoles #maincontent .header-row .header-text {
    max-width: 740px;
  }
}
@media screen and (max-width: 768px) {
  .cms-custom-diabetic-insoles #maincontent .header-row .header-text {
    max-width: 560px;
    font-size: 15px;
    padding: 0 !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .cms-custom-diabetic-insoles #maincontent .header-row .header-text {
    font-size: 12px;
    margin-bottom: 13px;
    padding: 0 !important;
  }
}
.cms-custom-diabetic-insoles #maincontent .header-row .header-button .pagebuilder-button-primary {
  background: #ffffff;
  padding: 17px 60px 17px 25px;
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
  display: inline;
  border-radius: 40px;
  border: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cms-custom-diabetic-insoles #maincontent .header-row .header-button .pagebuilder-button-primary {
    font-size: 12px;
    border-radius: 22.33px;
    padding: 8px 34px 8px 10px;
  }
}
.cms-custom-diabetic-insoles #maincontent .header-row .header-button .pagebuilder-button-primary::after {
  position: absolute;
  content: "\e8cc";
  font-family: "porto-icons";
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 10px;
  top: 8px;
  background-color: #bdece1;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .cms-custom-diabetic-insoles #maincontent .header-row .header-button .pagebuilder-button-primary::after {
    right: 7px;
    top: 6px;
    width: 22.33px;
    height: 22.33px;
    font-size: 10px;
  }
}
.cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container {
    padding: 20px 10px;
  }
}
.cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper {
  display: flex;
  flex-direction: row;
  gap: 5%;
  margin-bottom: 50px;
  border: 1px solid #e5e3e3;
  padding: 21px;
}
@media screen and (max-width: 992px) {
  .cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper {
    padding: 9px;
    margin-bottom: 19px;
  }
}
.cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .image-large {
  flex-shrink: 0;
  width: 33.3333%;
  height: 455px;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .image-large {
    height: 294px;
  }
}
@media screen and (max-width: 992px) {
  .cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .image-large {
    width: 100%;
    margin: auto;
  }
}
.cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content {
  width: 66.6667%;
}
@media screen and (max-width: 992px) {
  .cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content {
    width: 100%;
  }
}
.cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 28px;
}
@media screen and (max-width: 1800px) {
  .cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content .image-description {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content .image-description {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content .image-description .thumbnail-container {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content .image-description .thumbnail-container .thumbnail {
  width: 133px;
  height: 96px;
  object-fit: contain;
  border: 1px solid #e5e3e3;
}
@media screen and (max-width: 576px) {
  .cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content .image-description .thumbnail-container .thumbnail {
    width: 77px;
    height: 56spx;
  }
}
.cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content ul.main-list {
  list-style-type: disc;
  padding-left: 20px;
  max-width: 881px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 1800px) {
  .cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content ul.main-list {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content ul.main-list {
    font-size: 14px;
  }
}
.cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content ul.main-list > li {
  margin-bottom: 4px;
}
.cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content ul.main-list > li ul.sub-list {
  list-style-type: none;
  padding-left: 4px;
  margin-top: 4px;
}
.cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content ul.main-list > li ul.sub-list li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content ul.main-list > li ul.sub-list li span {
  font-weight: 400;
  line-height: 150%;
}
.cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content ul.main-list > li ul.sub-list li .icon-arrow {
  margin-top: 3px;
  flex-shrink: 0;
  width: 20px;
  height: 19px;
}
.cms-custom-diabetic-insoles #maincontent .diabetic-insoles-container .diabetic-insoles-wrapper .content ul.main-list > li ul.sub-list li .icon-arrow img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-index-index .page-main {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .contact-index-index .page-main .column.main {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-index-index .page-main .column.main form {
    margin-bottom: 30px;
  }
}
.contact-index-index .page-main .column.main form .actions-toolbar .action.primary {
  color: #fff;
  background-color: #26bd9a !important;
  border-color: #26bd9a;
  font-size: 15px;
  padding: 3px 19px !important;
  height: 35px;
}
@media screen and (max-width: 576px) {
  .contact-index-index .page-main .column.main .contact-info i.porto-icon-mail-alt,
  .contact-index-index .page-main .column.main .contact-info i.porto-icon-phone {
    width: 35px;
    height: 35px;
    line-height: 36px;
  }
}
.account.layout-fullwidth .page-main,
.customer-account-createpassword .page-main,
.bss_companyaccount-subuser-createpassword .page-main {
  padding: 0 !important;
}
.customer-account-login,
.customer-account-create,
.customer-account-forgotpassword,
.customer-account-createpassword,
.bss_companyaccount-subuser-createpassword {
  background-color: #f6f6f6;
}
.customer-account-login .page-title-wrapper .page-title,
.customer-account-create .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-title-wrapper .page-title,
.customer-account-createpassword .page-title-wrapper .page-title,
.bss_companyaccount-subuser-createpassword .page-title-wrapper .page-title {
  display: none;
}
.customer-account-login .ortho-login-container,
.customer-account-create .ortho-login-container,
.customer-account-forgotpassword .ortho-login-container,
.customer-account-createpassword .ortho-login-container,
.bss_companyaccount-subuser-createpassword .ortho-login-container,
.customer-account-login .form-create-account,
.customer-account-create .form-create-account,
.customer-account-forgotpassword .form-create-account,
.customer-account-createpassword .form-create-account,
.bss_companyaccount-subuser-createpassword .form-create-account,
.customer-account-login form.forget,
.customer-account-create form.forget,
.customer-account-forgotpassword form.forget,
.customer-account-createpassword form.forget,
.bss_companyaccount-subuser-createpassword form.forget,
.customer-account-login form,
.customer-account-create form,
.customer-account-forgotpassword form,
.customer-account-createpassword form,
.bss_companyaccount-subuser-createpassword form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
.customer-account-login .block-title,
.customer-account-create .block-title,
.customer-account-forgotpassword .block-title,
.customer-account-createpassword .block-title,
.bss_companyaccount-subuser-createpassword .block-title,
.customer-account-login legend,
.customer-account-create legend,
.customer-account-forgotpassword legend,
.customer-account-createpassword legend,
.bss_companyaccount-subuser-createpassword legend {
  text-align: center;
  font-size: 26px !important;
  color: #070707;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .customer-account-login .block-title,
  .customer-account-create .block-title,
  .customer-account-forgotpassword .block-title,
  .customer-account-createpassword .block-title,
  .bss_companyaccount-subuser-createpassword .block-title,
  .customer-account-login legend,
  .customer-account-create legend,
  .customer-account-forgotpassword legend,
  .customer-account-createpassword legend,
  .bss_companyaccount-subuser-createpassword legend {
    font-size: 20px !important;
  }
}
.customer-account-login .block-title strong,
.customer-account-create .block-title strong,
.customer-account-forgotpassword .block-title strong,
.customer-account-createpassword .block-title strong,
.bss_companyaccount-subuser-createpassword .block-title strong,
.customer-account-login legend strong,
.customer-account-create legend strong,
.customer-account-forgotpassword legend strong,
.customer-account-createpassword legend strong,
.bss_companyaccount-subuser-createpassword legend strong,
.customer-account-login .block-title span,
.customer-account-create .block-title span,
.customer-account-forgotpassword .block-title span,
.customer-account-createpassword .block-title span,
.bss_companyaccount-subuser-createpassword .block-title span,
.customer-account-login legend span,
.customer-account-create legend span,
.customer-account-forgotpassword legend span,
.customer-account-createpassword legend span,
.bss_companyaccount-subuser-createpassword legend span {
  font-weight: 600;
}
.customer-account-login .form.create.account.form-create-account,
.customer-account-create .form.create.account.form-create-account,
.customer-account-forgotpassword .form.create.account.form-create-account,
.customer-account-createpassword .form.create.account.form-create-account,
.bss_companyaccount-subuser-createpassword .form.create.account.form-create-account {
  background-color: #fff;
}
.customer-account-login .columns .column.main,
.customer-account-create .columns .column.main,
.customer-account-forgotpassword .columns .column.main,
.customer-account-createpassword .columns .column.main,
.bss_companyaccount-subuser-createpassword .columns .column.main {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 40px;
}
.customer-account-login form .field #captcha-container-user_login img {
  position: unset !important;
}
@media screen and (max-width: 576px) {
  .block-content fieldset,
  form fieldset {
    margin-bottom: 0px !important;
  }
}
.block-content .field label,
form .field label {
  color: #29363c;
}
.block-content .field .action.remind,
form .field .action.remind {
  color: #777777;
  display: inline-block;
  text-align: right;
}
.block-content .field .control,
form .field .control {
  position: relative;
}
.block-content .field .control input,
form .field .control input,
.block-content .field .control select,
form .field .control select {
  color: #252525 !important;
  padding: 8px 40px 8px 12px;
  line-height: 25px !important;
  border-color: #f0f0f0;
  background: #fafafa;
}
.block-content .field .control input:focus,
form .field .control input:focus,
.block-content .field .control select:focus,
form .field .control select:focus {
  border-color: #26bd9a !important;
  background: #26bd9a0d !important;
}
.block-content .field .control img,
form .field .control img {
  position: absolute;
  top: 13px;
  right: 11px;
}
.block-content .field .control #account_number + img,
form .field .control #account_number + img {
  top: 7px;
}
.block-content .field.otp-method .label-title,
form .field.otp-method .label-title {
  font-size: 12px;
}
.block-content .field.otp-method .control,
form .field.otp-method .control {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.block-content .field.otp-method .control div,
form .field.otp-method .control div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.block-content .field.otp-method .control div input,
form .field.otp-method .control div input {
  height: 12px;
  width: 11px;
  margin: 0;
}
.block-content .field.ortho-forgot-password,
form .field.ortho-forgot-password {
  text-align: right;
}
.block-content .field.note,
form .field.note {
  max-width: 370px;
  margin: 0px auto 20px;
  text-align: center;
}
.block-content .actions-toolbar .action.primary,
form .actions-toolbar .action.primary {
  text-transform: unset;
  padding: 0 !important;
}
.block-content .actions-toolbar .action.primary div,
form .actions-toolbar .action.primary div {
  margin: auto;
}
.block-content .actions-toolbar .primary,
form .actions-toolbar .primary {
  text-transform: unset;
  width: 100%;
  display: flex !important;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .block-content .actions-toolbar .primary,
  form .actions-toolbar .primary {
    justify-content: center;
    margin-top: 10px;
  }
}
.block-content .actions-toolbar .action.login,
form .actions-toolbar .action.login {
  background-color: #26bd9a !important;
  max-width: 256px !important;
  margin: 30px auto;
  width: 100% !important;
}
.block-content .actions-toolbar .secondary,
form .actions-toolbar .secondary {
  width: 100%;
}
.block-content .actions-toolbar .secondary a.action.create.primary.btn-v-dark,
form .actions-toolbar .secondary a.action.create.primary.btn-v-dark {
  background: transparent !important;
  justify-content: center;
}
.block-content .actions-toolbar .secondary a.action.create.primary.btn-v-dark div,
form .actions-toolbar .secondary a.action.create.primary.btn-v-dark div {
  color: #052840;
  margin: 0 10px 0 0;
  font-weight: 400;
}
.block-content .actions-toolbar .secondary a.action.create.primary.btn-v-dark b,
form .actions-toolbar .secondary a.action.create.primary.btn-v-dark b {
  color: #252525;
}
input[type="checkbox"].checkbox,
input[type="checkbox"] {
  accent-color: #01a982 !important;
}
.customer-account-create .ortho-bg-white {
  padding-top: 51px;
  padding-left: 20px;
  padding-right: 20px;
}
.customer-account-create .ortho-bg-white .legend {
  margin-bottom: 10px;
  font-size: 24px !important;
}
.customer-account-create .ortho-bg-white .field.note {
  font-size: 16px;
  text-align: center;
}
.customer-account-create .ortho-bg-white .actions-toolbar {
  text-align: center;
}
.customer-account-create .ortho-bg-white .actions-toolbar .primary {
  width: 100%;
}
.customer-account-create .ortho-bg-white .actions-toolbar .primary a {
  background-color: #26bd9a !important;
  color: white;
  max-width: 256px !important;
  margin: 50px auto;
  width: 100% !important;
  font-size: 16px;
  font-weight: 700;
  border: none;
  display: grid;
  place-items: center;
  width: 100%;
  height: 52px;
}
.customer-account-create .ortho-bg-white .primary {
  text-align: center;
  font-size: 16px;
  padding-bottom: 20px;
}
.customer-account-create .ortho-bg-white .primary a {
  color: #26bd9a;
}
.customer-account-create .form .actions-toolbar .primary,
.customer-account-forgotpassword .form .actions-toolbar .primary,
.customer-account-createpassword .form .actions-toolbar .primary,
.bss_companyaccount-subuser-createpassword .form .actions-toolbar .primary {
  justify-content: center;
  color: #070707;
}
.customer-account-create .form .actions-toolbar .primary a,
.customer-account-forgotpassword .form .actions-toolbar .primary a,
.customer-account-createpassword .form .actions-toolbar .primary a,
.bss_companyaccount-subuser-createpassword .form .actions-toolbar .primary a {
  font-weight: 700;
  padding-left: 7px;
}
.customer-account-create .form button.action.submit,
.customer-account-forgotpassword .form button.action.submit,
.customer-account-createpassword .form button.action.submit,
.bss_companyaccount-subuser-createpassword .form button.action.submit {
  background-color: #26bd9a !important;
  color: white;
  max-width: 256px !important;
  margin: 0 auto 50px;
  width: 100% !important;
  font-size: 16px;
  font-weight: 700;
  border: none;
}
.customer-account-forgotpassword .form .fieldset .legend {
  margin-bottom: 0 !important;
}
.customer-account-forgotpassword .form button.action.submit {
  margin: 50px auto !important;
}
.customer-account-forgotpassword #captcha-container-user_forgotpassword .control.captcha-image img {
  position: static !important;
}
.account {
  background-color: #f6f6f6;
}
.account .page-main-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .account .page-main-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .account .page-main-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .account .page-main-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .account .page-main-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .account .page-main-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .account .page-main-inner {
    padding: 20px 10px;
  }
}
.account .page-main-inner .columns {
  gap: 2%;
}
@media screen and (min-width: 1200px) {
  .account .page-main-inner .columns {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1199px) {
  .account .page-main-inner .columns {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .account .page-main-inner .columns::after {
    content: unset;
  }
}
.account .page-main-inner .columns .column.main {
  padding: 32px !important;
  box-shadow: 0px 4px 4px 0px #0000000a;
}
@media screen and (max-width: 576px) {
  .account .page-main-inner .columns .column.main {
    padding: 15px !important;
  }
}
.account .page-main-inner .columns .column.main .page-title {
  display: none;
}
@media screen and (min-width: 768px) {
  .account .page-main-inner .columns .column.main .form-edit-account .legend {
    font-size: 24px;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .account .page-main-inner .columns .column.main .form-edit-account .legend {
    font-size: 20px;
    border-bottom: none;
  }
}
.account .page-main-inner .columns .column.main .form-edit-account .field.choice {
  display: inline-block;
  margin-right: 20px;
}
.account .page-main-inner .columns .column.main .form-edit-account .actions-toolbar .action.primary {
  background-color: #26bd9a;
  border-color: #26bd9a;
  padding: 0 2em !important;
  font-size: 15px;
}
.account .page-main-inner .columns .sidebar-main {
  float: unset !important;
  background-color: #fff;
  width: 19%;
  padding-right: 0;
  -webkit-flex-grow: unset;
  flex-grow: unset;
  -webkit-flex-basis: unset;
  flex-basis: unset;
  -ms-flex-order: unset;
  -webkit-order: unset;
  order: unset;
  max-width: unset;
  box-shadow: 0px 4px 4px 0px #0000000a;
}
@media screen and (max-width: 1600px) {
  .account .page-main-inner .columns .sidebar-main {
    width: 21%;
  }
}
@media screen and (max-width: 1400px) {
  .account .page-main-inner .columns .sidebar-main {
    width: 25%;
  }
}
@media screen and (max-width: 1199px) {
  .account .page-main-inner .columns .sidebar-main {
    width: 100%;
    height: 50px;
  }
  .account .page-main-inner .columns .sidebar-main .block.block-collapsible-nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
  }
  .account .page-main-inner .columns .sidebar-main .block.block-collapsible-nav ul.nav.items {
    background-color: #b7b7b740;
  }
  .account .page-main-inner .columns .sidebar-main .block.block-collapsible-nav .title {
    border-bottom: 1px solid #e7e7e7;
    border-top: none;
    cursor: pointer;
    margin-bottom: 0;
    padding: 15px 18px 15px 15px;
    position: relative;
    display: block;
    text-decoration: none;
    height: auto;
    width: 100%;
    font-size: 15px;
  }
  .account .page-main-inner .columns .sidebar-main .block.block-collapsible-nav .title::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: "\e81c";
    font-family: "porto-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    position: absolute;
    right: 0.5em;
    top: 30%;
  }
  .account .page-main-inner .columns .sidebar-main .block.block-collapsible-nav .title.active::after {
    content: "\e81b";
  }
  .account .page-main-inner .columns .sidebar-main .block.block-collapsible-nav .content {
    border-bottom: 1px solid #e7e7e7;
    display: none;
  }
  .account .page-main-inner .columns .sidebar-main .block.block-collapsible-nav .content.active {
    display: block;
  }
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .sidebar-additional {
  display: none;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item {
  padding: 0 15px;
  overflow: hidden;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item:hover {
  background-color: #28d1aa99;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item:hover a {
  color: #070707;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item:first-child {
  border-top: none;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item:last-child a {
  border-bottom: none;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item a,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item strong {
  padding: 15px 18px 15px 47px;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item a strong,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item strong strong {
  padding: 0;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item a strong::before,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item strong strong::before {
  content: unset;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item a strong::after,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item strong strong::after {
  content: unset;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item a::before,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item strong::before {
  content: "\e81a";
  right: 0;
  left: unset;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item a::after,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item strong::after {
  position: absolute;
  content: url("../images/sidebar-stripe-latest.svg");
  left: 0;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .my-account.item a::after {
  top: 18%;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .my-account.item strong::after {
  top: 20%;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .stored-payment-methods a::after,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .stored-payment-methods strong::after {
  top: -1160%;
}
@media screen and (max-width: 1800px) {
  .account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .stored-payment-methods a::after,
  .account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .stored-payment-methods strong::after {
    top: -790%;
  }
}
@media screen and (max-width: 1600px) {
  .account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .stored-payment-methods a::after,
  .account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .stored-payment-methods strong::after {
    top: -1160%;
  }
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .my-orders.item a::after,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .my-orders.item strong::after {
  top: -301%;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .my-wish-list.item a::after,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .my-wish-list.item strong::after {
  top: -410%;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .address-book.item a::after,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .address-book.item strong::after {
  top: -198%;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .account-information.item a::after,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .account-information.item strong::after {
  top: -86%;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .newsletter-subscriptions.item a::after,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .newsletter-subscriptions.item strong::after {
  top: -518%;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .manage-sub-user.item a::after,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .manage-sub-user.item strong::after {
  top: -840%;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .bulk-order.item a::after,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .bulk-order.item strong::after {
  top: -625%;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .sign-out.item a::after,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .sign-out.item strong::after {
  top: -735%;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .inventory-updates.item a::after,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .inventory-updates.item strong::after {
  top: -628%;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .inventory-automation.item a::after,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .inventory-automation.item strong::after {
  top: -950%;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .order-automation.item a::after,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .order-automation.item strong::after {
  top: -1060%;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item.current {
  background-color: #28d1aa99;
}
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item.current a,
.account .page-main-inner .columns .sidebar-main .sidebar-content .block-collapsible-nav-content .items .item.current strong {
  color: #070707;
}
.account .page-main-inner .columns .column.main {
  float: unset !important;
  background-color: #fff;
  width: 79%;
  -webkit-flex-grow: unset;
  flex-grow: unset;
  -webkit-flex-basis: unset;
  flex-basis: unset;
  -ms-flex-order: unset;
  -webkit-order: unset;
  order: unset;
  max-width: unset;
}
@media screen and (max-width: 1600px) {
  .account .page-main-inner .columns .column.main {
    width: 77%;
  }
}
@media screen and (max-width: 1400px) {
  .account .page-main-inner .columns .column.main {
    width: 73%;
  }
}
@media screen and (max-width: 1199px) {
  .account .page-main-inner .columns .column.main {
    width: 100%;
  }
}
.account .toolbar {
  justify-content: flex-end;
  padding-right: 50px;
  background: white !important;
  margin-right: 0;
}
.account .toolbar .limiter {
  margin-top: 10px;
}
.account .toolbar .limiter .limiter-label {
  margin-right: 10px;
  font-weight: 400;
  font-size: 14px;
}
.account .toolbar .limiter .limiter-options {
  border-radius: 10px;
}
.account.occupational-account-edit .page-main-inner div[data-content-type="text"],
.account.customer-account-edit .page-main-inner div[data-content-type="text"],
.account.customer-address-index .page-main-inner div[data-content-type="text"] {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
}
.account.occupational-account-edit .page-main-inner div[data-content-type="text"] p,
.account.customer-account-edit .page-main-inner div[data-content-type="text"] p,
.account.customer-address-index .page-main-inner div[data-content-type="text"] p {
  margin-bottom: 2px !important;
}
@media print {
  .page-print.account body {
    margin: 0 !important;
    padding: 0 !important;
  }
  .page-print.account .porto-block-html-top {
    display: none;
  }
  @page {
    margin: 20px !important;
  }
}
.page-print.account .page-wrapper .page-main {
  width: 100% !important;
  max-width: 1760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 20px !important;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px #0000000a;
}
@media screen and (max-width: 1800px) {
  .page-print.account .page-wrapper .page-main {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .page-print.account .page-wrapper .page-main {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .page-print.account .page-wrapper .page-main {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .page-print.account .page-wrapper .page-main {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .page-print.account .page-wrapper .page-main {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .page-print.account .page-wrapper .page-main {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .page-print.account .page-wrapper .page-main .logo {
    max-width: 160px !important;
  }
}
.page-print.account .page-wrapper .page-main .logo img {
  width: 160px;
}
.page-print.account .page-wrapper .page-main .page-title-wrapper .page-title {
  margin-right: 10px;
}
.page-print.account .page-wrapper .page-main .page-title-wrapper .order-status {
  padding: 3px 5px;
  border: 1px solid #e7e7e7;
}
.page-print.account .page-wrapper .page-main .page-main-inner {
  padding: 20px 0 !important;
  max-width: unset;
}
.page-print.account .page-wrapper .page-main .page-main-inner .column.main {
  width: 100%;
  padding: 0px !important;
  box-shadow: unset;
}
.page-print.account .page-wrapper .page-main .page-main-inner .column.main .order-details-items {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page-print.account .page-wrapper .page-main .order-items {
    border-top: none !important;
  }
  .page-print.account .page-wrapper .page-main .order-items table > tbody > tr td:before {
    padding-right: 0.5em;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #555555;
    font-weight: 700;
    text-transform: uppercase;
  }
}
.page-print.account .page-wrapper .page-main .order-items table {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page-print.account .page-wrapper .page-main .order-items table {
    border: none;
    display: block;
    min-width: unset;
  }
}
.page-print.account .page-wrapper .page-main .order-items table thead {
  background-color: #29363c;
  box-shadow: 0px 4px 4px 0px #0000000a;
  color: #fff;
  text-transform: uppercase;
}
.page-print.account .page-wrapper .page-main .order-items table thead tr th {
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .page-print.account .page-wrapper .page-main .order-items table thead tr th {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page-print.account .page-wrapper .page-main .order-items table tbody {
    display: block;
  }
}
.page-print.account .page-wrapper .page-main .order-items table tbody tr {
  color: #070707;
  font-size: 14px;
  font-weight: 500;
}
.page-print.account .page-wrapper .page-main .order-items table tbody tr td {
  padding-left: 24px;
}
.page-print.account .page-wrapper .page-main .order-items table tbody tr td span {
  color: #070707;
}
.page-print.account .page-wrapper .page-main .order-items table tbody tr td strong.product-item-name {
  font-weight: 500;
}
.page-print.account .page-wrapper .page-main .order-items table tbody tr td .cart-price .price {
  font-family: Oswald;
  font-weight: 500;
  line-height: 20.75px;
}
@media screen and (max-width: 768px) {
  .page-print.account .page-wrapper .page-main .order-items table tbody tr {
    display: block;
  }
  .page-print.account .page-wrapper .page-main .order-items table tbody tr td:first-child {
    padding-top: 15px;
    border-top: 1px solid #e7e7e7;
  }
  .page-print.account .page-wrapper .page-main .order-items table tbody tr td:last-child {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
  }
  .page-print.account .page-wrapper .page-main .order-items table tbody tr td {
    border-bottom: none;
    display: block;
    padding: 0.25em 0.5em;
    border-top: none;
  }
  .page-print.account .page-wrapper .page-main .order-items table tbody tr td strong,
  .page-print.account .page-wrapper .page-main .order-items table tbody tr td span,
  .page-print.account .page-wrapper .page-main .order-items table tbody tr td ul,
  .page-print.account .page-wrapper .page-main .order-items table tbody tr td li {
    display: contents !important;
  }
}
@media screen and (min-width: 769px) {
  .page-print.account .page-wrapper .page-main .order-items table tbody tr td {
    border-top: 1px solid #e7e7e7;
  }
}
@media screen and (max-width: 768px) {
  .page-print.account .page-wrapper .page-main .order-items table tfoot {
    display: block;
  }
}
.page-print.account .page-wrapper .page-main .order-items table tfoot tr {
  font-size: 14px;
  font-weight: 600;
  color: #29363c;
}
@media screen and (max-width: 768px) {
  .page-print.account .page-wrapper .page-main .order-items table tfoot tr {
    display: block;
  }
}
.page-print.account .page-wrapper .page-main .order-items table tfoot tr .mark {
  font-size: 14px;
  font-weight: 600;
  color: #29363c;
}
@media screen and (max-width: 768px) {
  .page-print.account .page-wrapper .page-main .order-items table tfoot tr .mark {
    float: left;
    text-align: left;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .page-print.account .page-wrapper .page-main .order-items table tfoot tr .amount {
    float: left;
    text-align: right;
    width: 30%;
  }
}
.page-print.account .page-wrapper .page-main .block-order-details-view {
  margin-top: 20px;
}
.page-print.account .page-wrapper .page-main .block-order-details-view .block-title {
  color: #313131;
}
.page-print.account .page-wrapper .page-main .block-order-details-view .block-content {
  display: flex;
}
@media screen and (max-width: 576px) {
  .page-print.account .page-wrapper .page-main .block-order-details-view .block-content {
    flex-direction: column;
  }
}
.page-print.account .page-wrapper .page-main .block-order-details-view .block-content .box {
  float: unset !important;
  width: 33%;
}
@media screen and (max-width: 576px) {
  .page-print.account .page-wrapper .page-main .block-order-details-view .block-content .box {
    width: 100%;
  }
}
.page-print.account .page-wrapper .page-main .block-order-details-view .block-content .box .box-title {
  font-size: 14px;
  font-weight: 600;
  color: #29363c;
}
.page-print.account .page-wrapper .page-main .copyright {
  display: block;
  text-align: center;
}
.account.customer-address-index .page-main-inner {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 1800px) {
  .account.customer-address-index .page-main-inner {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .account.customer-address-index .page-main-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .account.customer-address-index .page-main-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .account.customer-address-index .page-main-inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .account.customer-address-index .page-main-inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .account.customer-address-index .page-main-inner {
    padding: 20px 10px;
  }
}
.account.customer-address-index .page-main-inner .columns .column.main {
  padding: 10px 32px !important;
}
.account.customer-address-index .page-main-inner .columns .column.main .ortho-book-header {
  padding-bottom: 6px;
  margin-bottom: 20px;
  border-bottom: 0.5px solid #dddddd80;
}
@media screen and (max-width: 425px) {
  .account.customer-address-index .page-main-inner .columns .column.main .ortho-book-header {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.account.customer-address-index .page-main-inner .columns .column.main .ortho-book-header .block-title {
  color: #26bd9a;
  margin: 0;
  text-decoration: underline;
  text-underline-offset: 19px;
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 425px) {
  .account.customer-address-index .page-main-inner .columns .column.main .ortho-book-header .block-title {
    text-underline-offset: 75px;
    margin-bottom: 12px;
    width: 100%;
  }
}
.account.customer-address-index .page-main-inner .columns .column.main .ortho-book-header .block-title strong {
  font-weight: 600;
}
@media screen and (max-width: 425px) {
  .account.customer-address-index .page-main-inner .columns .column.main .ortho-book-header .actions-toolbar {
    width: 100%;
  }
}
.account.customer-address-index .page-main-inner .columns .column.main .ortho-book-header .actions-toolbar .primary {
  margin-bottom: 0;
}
.account.customer-address-index .page-main-inner .columns .column.main .ortho-book-header .actions-toolbar .action.primary {
  background-color: #26bd9a;
  border-color: #26bd9a;
  height: 40px;
  padding: 0 1.1em 0 3em !important;
  position: relative;
}
.account.customer-address-index .page-main-inner .columns .column.main .ortho-book-header .actions-toolbar .action.primary::before,
.account.customer-address-index .page-main-inner .columns .column.main .ortho-book-header .actions-toolbar .action.primary::after {
  content: "";
  position: absolute;
  background-color: white;
  height: 2px;
  width: 12px;
  left: 14px;
  top: 50%;
}
@media screen and (max-width: 425px) {
  .account.customer-address-index .page-main-inner .columns .column.main .ortho-book-header .actions-toolbar .action.primary::before,
  .account.customer-address-index .page-main-inner .columns .column.main .ortho-book-header .actions-toolbar .action.primary::after {
    left: 30%;
  }
}
@media screen and (max-width: 375px) {
  .account.customer-address-index .page-main-inner .columns .column.main .ortho-book-header .actions-toolbar .action.primary::before,
  .account.customer-address-index .page-main-inner .columns .column.main .ortho-book-header .actions-toolbar .action.primary::after {
    left: 26%;
  }
}
@media screen and (max-width: 325px) {
  .account.customer-address-index .page-main-inner .columns .column.main .ortho-book-header .actions-toolbar .action.primary::before,
  .account.customer-address-index .page-main-inner .columns .column.main .ortho-book-header .actions-toolbar .action.primary::after {
    left: 24%;
  }
}
.account.customer-address-index .page-main-inner .columns .column.main .ortho-book-header .actions-toolbar .action.primary::after {
  transform: rotateZ(90deg);
}
.account.customer-address-index .page-main-inner .columns .column.main .block.block-addresses-default .address-card .address-info {
  background-color: #45cdb1 !important;
}
.account.customer-address-index .page-main-inner .columns .column.main .block.block-addresses-list .block-title {
  padding-bottom: 15px;
  border-bottom: 0.5px solid #dddddd80;
  color: #26bd9a;
  margin: 20px 0;
  text-decoration: underline;
  text-underline-offset: 19px;
  text-decoration-thickness: 2px;
}
.account.customer-address-index .page-main-inner .columns .column.main .block.block-addresses-list .block-title strong {
  font-weight: 600;
}
.account.customer-address-index .page-main-inner .columns .column.main .block.block-addresses-list .address-card {
  margin-bottom: 20px;
}
.account.customer-address-index .page-main-inner .columns .column.main .limiter {
  gap: 15px;
}
.account.customer-address-index .page-main-inner .columns .column.main .address-card {
  border: 1px solid #f7f7f7;
  line-height: 45px;
}
.account.customer-address-index .page-main-inner .columns .column.main .address-card .address-info,
.account.customer-address-index .page-main-inner .columns .column.main .address-card .address-data {
  padding: 0px 15px;
}
.account.customer-address-index .page-main-inner .columns .column.main .address-card .address-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f7f7;
  color: #313131;
  position: relative;
  font-size: 14px;
}
.account.customer-address-index .page-main-inner .columns .column.main .address-card .address-info strong {
  font-weight: 600;
}
.account.customer-address-index .page-main-inner .columns .column.main .address-card .address-data {
  line-height: 28px;
}
.account.customer-address-index .page-main-inner .columns .column.main .address-card .address-data .address-line {
  padding: 10px 0;
}
.account.customer-address-index .page-main-inner .columns .column.main .address-card .dropdown {
  position: absolute;
  top: 100%;
  right: 10px;
  background: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: none;
  z-index: 10;
}
.account.customer-address-index .page-main-inner .columns .column.main .address-card .dropdown button {
  display: flex;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 10px;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  color: #141a1f;
  gap: 10px;
}
.account.customer-address-index .page-main-inner .columns .column.main .address-card .menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 18px;
  line-height: 0;
  margin-bottom: 2px;
}
.account.customer-address-index .page-main-inner .address-book-details p {
  font-size: 14px;
  color: #070707;
}
.account.customer-address-index .page-main-inner .address-book-details .address-detail-header {
  margin-bottom: 0;
}
.account.customer-address-index .page-main-inner .address-book-details .address-detail-header h2 {
  color: #252525;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 20px;
}
.account.customer-address-index .page-main-inner .address-book-details .address-detail-header a {
  color: #26bd9a;
}
@media screen and (max-width: 347px) {
  .account.customer-address-index .modal-popup .modal-footer .action-secondary.action-dismiss {
    margin-bottom: 10px;
  }
}
.account.customer-address-form legend {
  padding-bottom: 10px;
  color: #26bd9a;
  margin: 20px 0;
  text-decoration: underline;
  text-underline-offset: 17px;
  text-decoration-thickness: 2px;
  font-size: 22px;
}
.account.customer-address-form .form-address-edit .actions-toolbar .action.primary {
  background-color: #26bd9a;
  border-color: #26bd9a;
  padding: 0 2em !important;
}
@media screen and (max-width: 768px) {
  .account.customer-address-form .form-address-edit .actions-toolbar .action.primary {
    justify-content: center;
  }
}
.account.occupational-order-history #ui-datepicker-div,
.account.sales-order-history #ui-datepicker-div {
  background: #ffffff;
  border: none;
}
.account.occupational-order-history #ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev.ui-corner-all,
.account.sales-order-history #ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev.ui-corner-all,
.account.occupational-order-history #ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next.ui-corner-all,
.account.sales-order-history #ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next.ui-corner-all {
  top: 10px;
}
.account.occupational-order-history #ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev.ui-corner-all span,
.account.sales-order-history #ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev.ui-corner-all span {
  border-color: transparent #000000 transparent transparent;
}
.account.occupational-order-history #ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next.ui-corner-all span,
.account.sales-order-history #ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next.ui-corner-all span {
  border-color: transparent transparent transparent #000000;
}
.account.occupational-order-history #ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-title,
.account.sales-order-history #ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-title {
  display: flex;
  margin: 0 1.6em;
}
.account.occupational-order-history #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-today,
.account.sales-order-history #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-today {
  background: #bdece1;
}
.account.occupational-order-history #ui-datepicker-div .ui-datepicker-calendar a.ui-state-default.ui-state-hover,
.account.sales-order-history #ui-datepicker-div .ui-datepicker-calendar a.ui-state-default.ui-state-hover {
  background: #bdece1;
}
.account.occupational-order-history #ui-datepicker-div .ui-datepicker-calendar a.ui-state-default.ui-state-active,
.account.sales-order-history #ui-datepicker-div .ui-datepicker-calendar a.ui-state-default.ui-state-active {
  background: #26bd9a;
}
.account.occupational-order-history .page-main-inner .column.main,
.account.sales-order-history .page-main-inner .column.main {
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .account.occupational-order-history .page-main-inner .column.main .table > tbody > tr td:before,
  .account.sales-order-history .page-main-inner .column.main .table > tbody > tr td:before {
    padding-right: 0.5em;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #555555;
    font-weight: 700;
    text-transform: uppercase;
  }
}
.account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter,
.account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter {
  margin: 0;
}
.account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table,
.account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table {
  margin: 0;
}
.account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Apply"] .mobile-reset,
.account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Apply"] .mobile-reset,
.account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Order Status"] .mobile-reset,
.account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Order Status"] .mobile-reset,
.account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Apply"] .mobile-filter,
.account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Apply"] .mobile-filter,
.account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Order Status"] .mobile-filter,
.account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Order Status"] .mobile-filter {
  display: none !important;
}
.account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Apply"],
.account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Apply"] {
  padding-right: 20px;
}
.account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.date-filter,
.account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.date-filter {
  float: unset;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.date-filter,
  .account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.date-filter {
    width: 100%;
  }
}
.account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.total-amount-filter,
.account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.total-amount-filter {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.total-amount-filter,
  .account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.total-amount-filter {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td:before,
  .account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td:before {
    display: none;
  }
  .account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.date-filter,
  .account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.date-filter,
  .account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.total-amount-filter,
  .account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.total-amount-filter {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.date-filter input,
  .account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.date-filter input,
  .account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.total-amount-filter input,
  .account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.total-amount-filter input {
    width: 100%;
  }
  .account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Apply"],
  .account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Apply"] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  .account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Apply"] a.resetfilter-order.button,
  .account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Apply"] a.resetfilter-order.button {
    display: none !important;
  }
  .account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Apply"] a.resetfilter-order.button.mobile-reset,
  .account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Apply"] a.resetfilter-order.button.mobile-reset {
    display: flex !important;
    justify-content: center;
    width: 97px !important;
  }
  .account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Order Status"],
  .account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Order Status"] {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Order Status"] select,
  .account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Order Status"] select,
  .account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Order Status"] .mobile-filter,
  .account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td[data-th="Order Status"] .mobile-filter {
    width: 100%;
    display: block !important;
  }
  .account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.desktop-filter,
  .account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table > tbody > tr td.desktop-filter {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  .account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table,
  .account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table {
    width: 1268px !important;
    max-width: unset !important;
  }
}
.account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table thead tr th span,
.account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table thead tr th span {
  color: #fff;
  white-space: nowrap;
}
.account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td input,
.account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td input,
.account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td select,
.account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td select {
  height: 48px;
  margin-bottom: 10px;
  width: 216px;
}
@media screen and (max-width: 768px) {
  .account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td input,
  .account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td input,
  .account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td select,
  .account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td select {
    width: 100%;
  }
}
.account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td select,
.account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td select {
  padding-right: 24px;
}
.account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td .resetfilter-order.button,
.account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td .resetfilter-order.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  font-size: 14px;
  color: #777777;
  background-color: transparent !important;
}
.account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td button.filter-button,
.account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td button.filter-button {
  background-color: #26bd9a;
  border-color: #26bd9a;
  font-weight: 700;
  font-size: 14px;
}
.account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td button.filter-button span,
.account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td button.filter-button span {
  color: #fff;
}
.account.occupational-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td .resetfilter-order,
.account.sales-order-history .page-main-inner .column.main .table-wrapper.orders-history.filter table tbody tr td .resetfilter-order {
  color: #777777;
  font-weight: 500;
  font-size: 14px;
}
.account.occupational-order-history .page-main-inner .column.main .orders-history,
.account.sales-order-history .page-main-inner .column.main .orders-history {
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .account.occupational-order-history .page-main-inner .column.main .orders-history,
  .account.sales-order-history .page-main-inner .column.main .orders-history {
    border-top: 1px solid #e7e7e7;
    width: 100%;
    position: relative;
  }
}
.account.occupational-order-history .page-main-inner .column.main .orders-history table,
.account.sales-order-history .page-main-inner .column.main .orders-history table {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .account.occupational-order-history .page-main-inner .column.main .orders-history table,
  .account.sales-order-history .page-main-inner .column.main .orders-history table {
    border: none;
    display: block;
    min-width: unset;
  }
}
.account.occupational-order-history .page-main-inner .column.main .orders-history table thead,
.account.sales-order-history .page-main-inner .column.main .orders-history table thead {
  background-color: #29363c;
  box-shadow: 0px 4px 4px 0px #0000000a;
  color: #fff;
  text-transform: uppercase;
}
.account.occupational-order-history .page-main-inner .column.main .orders-history table thead tr th,
.account.sales-order-history .page-main-inner .column.main .orders-history table thead tr th {
  padding-left: 24px;
  padding-bottom: 9px;
  padding-top: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .account.occupational-order-history .page-main-inner .column.main .orders-history table thead tr th,
  .account.sales-order-history .page-main-inner .column.main .orders-history table thead tr th {
    display: none;
  }
}
@media screen and (min-width: 993px) {
  .account.occupational-order-history .page-main-inner .column.main .orders-history table thead tr th.col.actions,
  .account.sales-order-history .page-main-inner .column.main .orders-history table thead tr th.col.actions {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .account.occupational-order-history .page-main-inner .column.main .orders-history table tbody,
  .account.sales-order-history .page-main-inner .column.main .orders-history table tbody {
    display: block;
  }
}
.account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr,
.account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr {
  color: #070707;
  font-weight: 500;
}
.account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr td,
.account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr td {
  padding-left: 20px;
}
.account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.date,
.account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.date {
  white-space: nowrap;
}
.account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper,
.account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper {
  position: relative;
}
.account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info,
.account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info {
  position: absolute;
  top: 115%;
  left: 0;
  width: 275px;
  padding: 10px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0px 2px 10.2px 0px rgba(0, 0, 0, 0.122);
  border-radius: 6px;
}
.account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-header,
.account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 0.5px solid rgba(221, 221, 221, 0.502);
}
.account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-header .tracking-title,
.account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-header .tracking-title {
  font-weight: 400;
  color: #070707;
  font-size: 12px;
}
.account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-header .close-tracking,
.account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-header .close-tracking {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-body .tracking-row,
.account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-body .tracking-row {
  padding: 0 4px;
  border-bottom: 0.5px solid rgba(221, 221, 221, 0.502);
}
.account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-body .tracking-row:last-child,
.account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-body .tracking-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-body .tracking-row .tracking-carrier,
.account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-body .tracking-row .tracking-carrier {
  font-weight: 400;
  color: #070707;
  font-size: 12px;
}
.account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-body .tracking-row .tracking-number .track-order-number,
.account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-body .tracking-row .tracking-number .track-order-number {
  font-weight: 600;
  color: #26bd9a;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr,
  .account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr {
    display: block;
  }
  .account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr td:first-child,
  .account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr td:first-child {
    padding-top: 15px;
  }
  .account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr td:last-child,
  .account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr td:last-child {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
  }
  .account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr td,
  .account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr td {
    border-bottom: none;
    display: block;
    padding: 0.25em 0.5em;
    border-top: none !important;
  }
}
@media screen and (min-width: 769px) {
  .account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr td[data-th="Activity"],
  .account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr td[data-th="Activity"] {
    text-align: end;
    padding-right: 20px;
  }
  .account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr td[data-th="Activity"] a.action.view,
  .account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr td[data-th="Activity"] a.action.view {
    margin-right: 23px;
  }
}
@media screen and (min-width: 769px) {
  .account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr td,
  .account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr td {
    border-top: 1px solid #e7e7e7;
  }
}
.account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr a,
.account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr a {
  color: #070707;
  font-weight: 500;
}
.account.occupational-order-history .page-main-inner .column.main .orders-history table tbody tr a.action.view,
.account.sales-order-history .page-main-inner .column.main .orders-history table tbody tr a.action.view {
  margin-left: 6px;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .account.occupational-order-history .page-main-inner .column.main .orders-history table,
  .account.sales-order-history .page-main-inner .column.main .orders-history table {
    width: 1070px !important;
    max-width: unset !important;
  }
}
.account.wishlist-index-index .page-main-inner .columns .column.main {
  padding: 0 !important;
}
@media screen and (max-width: 992px) {
  .account.wishlist-index-index .page-main-inner .columns .column.main table > tbody > tr td:before {
    padding-right: 0.5em;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #555555;
    font-weight: 700;
    text-transform: uppercase;
  }
  .account.wishlist-index-index .page-main-inner .columns .column.main table > tbody > tr td[data-th="product"] {
    position: relative;
  }
  .account.wishlist-index-index .page-main-inner .columns .column.main table > tbody > tr td[data-th="product"]::before {
    position: absolute;
    top: 5px;
  }
}
.account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist {
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist {
    margin: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table {
    border: none;
    display: block;
    min-width: unset;
  }
}
.account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table thead {
  background-color: #29363c;
  box-shadow: 0px 4px 4px 0px #0000000a;
  color: #fff;
  text-transform: uppercase;
}
.account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table thead tr th:first-child {
  width: 33%;
}
.account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table thead tr th {
  padding-left: 24px;
}
@media screen and (max-width: 992px) {
  .account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table thead tr th {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody {
    display: block;
  }
}
.account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr {
  color: #070707;
  font-weight: 500;
}
.account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr td {
  padding-left: 24px;
}
.account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr td:first-child a {
  position: relative;
  top: -20px;
  right: 2px;
}
@media screen and (max-width: 1600px) {
  .account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr td:first-child a {
    top: -6px;
  }
}
@media screen and (max-width: 1400px) {
  .account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr td:first-child a {
    top: 4px;
  }
}
@media screen and (max-width: 1200px) {
  .account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr td:first-child a {
    top: -2px;
  }
}
@media screen and (max-width: 992px) {
  .account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr td:first-child a {
    position: absolute;
    top: 13px;
  }
}
.account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr td:first-child a::before,
.account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr td:first-child a::after {
  content: "";
  position: absolute;
  background-color: #777777;
  height: 2px;
  width: 12px;
  left: -16px;
  top: -50%;
}
.account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr td:first-child a::before {
  transform: rotateZ(132deg);
}
.account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr td:first-child a::after {
  transform: rotateZ(45deg);
}
.account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr td:last-child button.action.primary {
  color: #fff;
  background-color: #26bd9a;
  border-color: #26bd9a;
  height: 34px;
  padding: 0 14px;
}
@media screen and (max-width: 992px) {
  .account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr {
    display: block;
  }
  .account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr td:first-child {
    padding-top: 30px;
  }
  .account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr td:last-child {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
  }
  .account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr td {
    border-bottom: none;
    display: block;
    padding: 0.25em 1em;
    border-top: none !important;
  }
  .account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr td p.available.stock {
    display: inline;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr td:last-child {
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist table tbody tr td {
    border-top: none !important;
  }
}
.account.wishlist-index-index .page-main-inner .columns .column.main .products-grid.wishlist .product-items {
  display: none;
}
.account.wishlist-index-index .page-main-inner .columns .column.main .form-wishlist-items .actions-toolbar {
  padding: 0 24px;
}
.account.wishlist-index-index .page-main-inner .columns .column.main .form-wishlist-items .actions-toolbar .primary {
  border-top: 0.5px solid #dddddd80;
  padding: 24px 0;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .account.wishlist-index-index .page-main-inner .columns .column.main .form-wishlist-items .actions-toolbar .primary {
    border-top: none;
  }
}
@media screen and (max-width: 425px) {
  .account.wishlist-index-index .page-main-inner .columns .column.main .form-wishlist-items .actions-toolbar .primary {
    flex-direction: column;
  }
}
.account.wishlist-index-index .page-main-inner .columns .column.main .form-wishlist-items .actions-toolbar .primary button.action.tocart.primary {
  color: #fff;
  background-color: #26bd9a;
  border-color: #26bd9a;
  height: 38px;
  padding: 0 14px !important;
  font-weight: 700;
  font-size: 14px;
  width: auto !important;
}
@media screen and (max-width: 425px) {
  .account.wishlist-index-index .page-main-inner .columns .column.main .form-wishlist-items .actions-toolbar .primary button.action.tocart.primary {
    flex-direction: row;
  }
}
.account.wishlist-index-index .page-main-inner .columns .column.main .form-wishlist-items .actions-toolbar .primary button.action.tocart.primary img {
  margin-left: 5px;
}
.account.wishlist-index-index .page-main-inner .columns .column.main .form-wishlist-items .actions-toolbar .primary button.action.share.primary {
  color: #777777;
  background-color: transparent !important;
  border: none;
  height: 38px;
  padding: 0 14px !important;
  font-weight: 600;
  font-size: 14px;
  width: auto !important;
}
@media screen and (max-width: 425px) {
  .account.wishlist-index-index .page-main-inner .columns .column.main .form-wishlist-items .actions-toolbar .primary button.action.share.primary {
    flex-direction: row;
  }
}
.account.wishlist-index-index .page-main-inner .columns .column.main .form-wishlist-items .actions-toolbar .primary button.action.share.primary img {
  margin-right: 5px;
}
.account.wishlist-index-index .page-main-inner .columns .column.main .toolbar.wishlist-toolbar,
.account.wishlist-index-index .page-main-inner .columns .column.main .product-item-info {
  display: none;
}
.account.wishlist-index-share .page-main-inner .form.wishlist.share .legend {
  font-size: 24px;
  color: #26bd9a;
  text-decoration: underline;
  text-underline-offset: 19px;
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 576px) {
  .account.wishlist-index-share .page-main-inner .form.wishlist.share .legend {
    font-size: 20px;
  }
}
.account.wishlist-index-share .page-main-inner .form.wishlist.share .actions-toolbar button.action.submit.primary {
  background-color: #26bd9a;
  border-color: #26bd9a;
  padding: 0 2em !important;
  height: 42px;
}
.account.sales-order-view .column.main .page-title-wrapper .page-title {
  display: block;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
.account.sales-order-view .column.main .page-title-wrapper span {
  color: #000;
}
.account.sales-order-view .column.main .page-title-wrapper .order-status {
  padding: 7px 16px;
  color: #777777;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}
.account.sales-order-view .column.main .page-title-wrapper .order-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}
.account.sales-order-view .column.main .page-title-wrapper .order-wrapper .po-number {
  border-left: 1px solid #dddddd;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .account.sales-order-view .column.main .page-title-wrapper .order-wrapper .po-number {
    border-left: none;
    padding-left: 0;
  }
}
.account.sales-order-view .column.main .page-title-wrapper .order-actions-toolbar {
  margin-bottom: 15px;
}
.account.sales-order-view .column.main .page-title-wrapper .order-actions-toolbar .actions {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
}
.account.sales-order-view .column.main .page-title-wrapper .order-actions-toolbar .actions a.action.order {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.09000000357627869px;
  color: #29363c;
  margin-right: 18px;
}
.account.sales-order-view .column.main .page-title-wrapper .order-actions-toolbar .actions a.action.print {
  font-size: 14px;
  border: 1px solid #e7e7e7;
  padding: 7px 27px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.039);
  border-radius: 5px;
}
.account.sales-order-view .column.main .page-title-wrapper .order-actions-toolbar .actions a.action.print span {
  color: #777777;
  font-weight: 700;
}
.account.sales-order-view .column.main ul.items.order-links {
  display: none;
}
.account.sales-order-view .column.main .order-details-items {
  border: none;
}
@media screen and (min-width: 769px) {
  .account.sales-order-view .column.main .order-details-items {
    border: none;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .account.sales-order-view .column.main .order-details-items .order-items {
    border-top: none !important;
  }
  .account.sales-order-view .column.main .order-details-items .order-items table > tbody > tr td:before {
    padding-right: 0.5em;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #555555;
    font-weight: 700;
    text-transform: uppercase;
  }
}
.account.sales-order-view .column.main .order-details-items .order-items table {
  margin-top: 0;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  border-collapse: separate;
  border-radius: 12px;
}
@media screen and (max-width: 992px) {
  .account.sales-order-view .column.main .order-details-items .order-items table {
    display: block;
    min-width: unset;
  }
}
.account.sales-order-view .column.main .order-details-items .order-items table thead {
  box-shadow: 0px 4px 4px 0px #0000000a;
  color: #fff;
  text-transform: uppercase;
}
.account.sales-order-view .column.main .order-details-items .order-items table thead .col.qty {
  text-align: left !important;
}
.account.sales-order-view .column.main .order-details-items .order-items table thead tr th {
  background-color: #29363c;
  padding-left: 24px;
}
@media screen and (max-width: 992px) {
  .account.sales-order-view .column.main .order-details-items .order-items table thead tr th {
    display: none;
  }
}
.account.sales-order-view .column.main .order-details-items .order-items table thead tr th:first-child {
  border-top-left-radius: 12px;
}
.account.sales-order-view .column.main .order-details-items .order-items table thead tr th:last-child {
  border-top-right-radius: 12px;
}
@media screen and (max-width: 992px) {
  .account.sales-order-view .column.main .order-details-items .order-items table tbody {
    display: block;
  }
}
.account.sales-order-view .column.main .order-details-items .order-items table tbody tr {
  color: #070707;
  font-size: 14px;
  font-weight: 500;
}
.account.sales-order-view .column.main .order-details-items .order-items table tbody tr td {
  padding-left: 24px;
}
.account.sales-order-view .column.main .order-details-items .order-items table tbody tr td span {
  color: #070707;
}
.account.sales-order-view .column.main .order-details-items .order-items table tbody tr td strong.product-item-name {
  font-weight: 500;
}
.account.sales-order-view .column.main .order-details-items .order-items table tbody tr td .price {
  font-family: Oswald;
  font-weight: 500;
  line-height: 20.75px;
}
.account.sales-order-view .column.main .order-details-items .order-items table tbody tr td.col.price .cart-price .price {
  font-weight: 600;
  font-size: 14px;
  color: #777777;
}
@media screen and (max-width: 992px) {
  .account.sales-order-view .column.main .order-details-items .order-items table tbody tr {
    display: block;
  }
  .account.sales-order-view .column.main .order-details-items .order-items table tbody tr:last-child td:last-child {
    border-bottom: none;
  }
  .account.sales-order-view .column.main .order-details-items .order-items table tbody tr td:first-child {
    padding-top: 15px;
    border-top: none !important;
  }
  .account.sales-order-view .column.main .order-details-items .order-items table tbody tr td:last-child {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
  }
  .account.sales-order-view .column.main .order-details-items .order-items table tbody tr td {
    border-bottom: none;
    display: block;
    padding: 4px 16px;
    border-top: none !important;
  }
  .account.sales-order-view .column.main .order-details-items .order-items table tbody tr td strong,
  .account.sales-order-view .column.main .order-details-items .order-items table tbody tr td span,
  .account.sales-order-view .column.main .order-details-items .order-items table tbody tr td ul,
  .account.sales-order-view .column.main .order-details-items .order-items table tbody tr td li {
    display: contents !important;
  }
  .account.sales-order-view .column.main .order-details-items .order-items table tbody tr td dd {
    margin-bottom: 6px;
  }
  .account.sales-order-view .column.main .order-details-items .order-items table tbody tr td dd:last-child {
    margin-bottom: 0;
  }
  .account.sales-order-view .column.main .order-details-items .order-items table tbody tr td.col.price {
    text-align: left;
  }
  .account.sales-order-view .column.main .order-details-items .order-items table tbody tr td.col.subtotal {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .account.sales-order-view .column.main .order-details-items .order-items table tbody tr td {
    border-top: 1px solid #e7e7e7;
  }
}
.account.sales-order-view .column.main .order-details-items .order-items table tbody tr .tracking-number {
  font-weight: 500;
  font-size: 14px;
  color: #777777;
}
.account.sales-order-view .column.main .order-details-items .order-items table tbody tr .tracking-number label {
  font-weight: 500;
  font-size: 14px;
  color: #777777;
}
@media screen and (max-width: 992px) {
  .account.sales-order-view .column.main .order-details-items .order-items table tbody tr .tracking-number label {
    display: none;
  }
}
.account.sales-order-view .column.main .order-details-items .order-items table tbody tr .tracking-number p {
  color: #3882f8;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .account.sales-order-view .column.main .order-details-items .order-totals {
    border: none;
  }
}
.account.sales-order-view .column.main .order-details-items .order-totals table tfoot {
  border: none;
}
.account.sales-order-view .column.main .order-details-items .order-totals table tfoot tr th,
.account.sales-order-view .column.main .order-details-items .order-totals table tfoot tr td {
  border: none;
  padding-top: 0;
  padding-bottom: 5px;
}
@media screen and (max-width: 639px) {
  .account.sales-order-view .column.main .order-details-items .order-totals table tfoot tr th,
  .account.sales-order-view .column.main .order-details-items .order-totals table tfoot tr td {
    float: unset !important;
    text-align: right;
  }
}
.account.sales-order-view .column.main .order-details-items .order-totals table tfoot tr th {
  width: calc(0%);
}
@media screen and (max-width: 639px) {
  .account.sales-order-view .column.main .order-details-items .order-totals table tfoot tr th {
    width: 100%;
  }
}
.account.sales-order-view .column.main .order-details-items .order-totals table tfoot tr td {
  width: 100px;
}
.account.sales-order-view .column.main .order-details-items .order-totals table tfoot .subtotal,
.account.sales-order-view .column.main .order-details-items .order-totals table tfoot .grand_total {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  text-align: right;
}
.account.sales-order-view .column.main .order-details-items .order-totals table tfoot .grand_total {
  font-weight: 600;
}
.account.sales-order-view .column.main .order-details-items .actions-toolbar .secondary a {
  color: #26bd9a;
  font-weight: 500;
  text-align: left;
}
.account.sales-order-view .column.main .block-order-details-view {
  margin-top: 20px;
}
.account.sales-order-view .column.main .block-order-details-view .block-title strong {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}
.account.sales-order-view .column.main .block-order-details-view .block-content {
  display: flex;
}
@media screen and (max-width: 576px) {
  .account.sales-order-view .column.main .block-order-details-view .block-content {
    flex-direction: column;
  }
}
.account.sales-order-view .column.main .block-order-details-view .block-content .box {
  float: unset !important;
  width: 33%;
}
@media screen and (max-width: 576px) {
  .account.sales-order-view .column.main .block-order-details-view .block-content .box {
    width: 100%;
  }
}
.account.sales-order-view .column.main .block-order-details-view .block-content .box .box-title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.account.sales-order-view .column.main .block-order-details-view .block-content .box .box-content {
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .account.newsletter-manage-index .page-main-inner .form-newsletter-manage fieldset {
    margin-bottom: 10px;
  }
}
.account.newsletter-manage-index .page-main-inner .form-newsletter-manage fieldset .legend {
  font-size: 24px;
  color: #26bd9a;
  text-decoration: underline;
  text-underline-offset: 19px;
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 576px) {
  .account.newsletter-manage-index .page-main-inner .form-newsletter-manage fieldset .legend {
    font-size: 22px;
    font-weight: 500;
  }
}
.account.newsletter-manage-index .page-main-inner .form-newsletter-manage fieldset .field.choice label {
  font-size: 14px;
}
.account.newsletter-manage-index .page-main-inner .form-newsletter-manage .actions-toolbar button.action.save.primary {
  background-color: #26bd9a;
  border-color: #26bd9a;
  padding: 0 2em !important;
  height: 42px;
  font-size: 15px;
}
.account.occupational-account-index .page-main-inner .column.main {
  min-height: 245px;
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-info .block-title {
  color: #313131;
  font-size: 24px;
}
@media screen and (max-width: 576px) {
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-info .block-title {
    font-size: 18px;
  }
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-info .block-title strong {
  font-weight: 500;
  display: block;
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-info .block-title a {
  display: inline-block;
  font-size: 14px;
  color: #26bd9a;
  border: 1px dashed #26bd9a;
  padding: 6px 1em !important;
  margin-right: 10px;
  margin-top: 10px;
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-info .block-content {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 576px) {
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-info .block-content {
    flex-direction: column;
    gap: 0;
  }
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-info .block-content .box-information {
  padding-right: 25px;
}
@media screen and (max-width: 576px) {
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-info .block-content .box-information {
    border-right: none;
    padding-right: 0;
  }
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-info .block-content .box {
  margin-bottom: 20px;
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-info .block-content .box .box-title {
  color: #313131;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-info .block-content .box .box-title {
    font-size: 14px;
  }
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-info .block-content .box .box-content p {
  margin: 0;
  line-height: 28px;
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-info .block-content .box .box-actions a {
  display: inline-block;
  color: #26bd9a;
  border: 1px dashed #26bd9a;
  padding: 3px 1em !important;
  margin-right: 10px;
  margin-top: 10px;
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-title {
  color: #313131;
  font-size: 24px;
}
@media screen and (max-width: 576px) {
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-title {
    font-size: 18px;
  }
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-title strong {
  font-weight: 500;
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-title a {
  display: inline-block;
  color: #26bd9a;
  border-bottom: 1px dashed #26bd9a;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .table > tbody > tr td:before {
    padding-right: 0.5em;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #555555;
    font-weight: 700;
    text-transform: uppercase;
  }
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table {
    border: none;
    display: block;
    min-width: unset;
  }
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table thead {
  background-color: #29363c;
  box-shadow: 0px 4px 4px 0px #0000000a;
  color: #fff;
  text-transform: uppercase;
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table thead tr th {
  padding-left: 24px;
}
@media screen and (min-width: 1199px) and (max-width: 1400px) {
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table thead tr th {
    padding-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table thead tr th {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table thead tr th.col.actions {
    text-align: center;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1400px) {
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table thead tr th.col.actions {
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table tbody {
    display: block;
  }
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table tbody tr {
  color: #070707;
  font-weight: 500;
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table tbody tr td {
  padding-left: 24px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table tbody tr td {
    padding-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table tbody tr {
    display: block;
  }
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table tbody tr td:first-child {
    padding-top: 15px;
  }
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table tbody tr td:last-child {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
  }
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table tbody tr td {
    border-bottom: none;
    display: block;
    padding: 0.25em 0.5em;
    border-top: none !important;
  }
}
@media screen and (min-width: 1400px) {
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table tbody tr td[data-th="Activity"] {
    padding-right: 20px;
  }
}
@media screen and (min-width: 993px) {
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table tbody tr td[data-th="Activity"] {
    text-align: end;
    padding-right: 15px;
  }
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table tbody tr td[data-th="Activity"] a.action.view {
    margin-right: 23px;
  }
}
@media screen and (min-width: 992px) {
  .account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table tbody tr td {
    border-top: 1px solid #e7e7e7;
  }
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table tbody tr a {
  color: #070707;
  font-weight: 500;
}
.account.occupational-account-index .page-main-inner .column.main .block-dashboard-orders .block-content table tbody tr a.action.view {
  margin-left: 6px;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-info,
.account.customer-account-index .page-main-inner .column.main .block-dashboard-addresses {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 14px;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-info .block-title,
.account.customer-account-index .page-main-inner .column.main .block-dashboard-addresses .block-title {
  color: #313131;
  font-size: 24px;
}
@media screen and (max-width: 576px) {
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-info .block-title,
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-addresses .block-title {
    font-size: 18px;
  }
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-info .block-title strong,
.account.customer-account-index .page-main-inner .column.main .block-dashboard-addresses .block-title strong {
  font-weight: 500;
  display: block;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-info .block-title a,
.account.customer-account-index .page-main-inner .column.main .block-dashboard-addresses .block-title a {
  display: inline-block;
  font-size: 14px;
  color: #26bd9a;
  border: 1px dashed #26bd9a;
  padding: 6px 1em !important;
  margin-right: 10px;
  margin-top: 10px;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-info .block-content,
.account.customer-account-index .page-main-inner .column.main .block-dashboard-addresses .block-content {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 576px) {
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-info .block-content,
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-addresses .block-content {
    flex-direction: column;
    gap: 0;
  }
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-info .block-content .box-information,
.account.customer-account-index .page-main-inner .column.main .block-dashboard-addresses .block-content .box-information {
  border-right: 1px solid #e9e9e9;
  padding-right: 25px;
}
@media screen and (max-width: 576px) {
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-info .block-content .box-information,
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-addresses .block-content .box-information {
    border-right: none;
    padding-right: 0;
  }
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-info .block-content .box,
.account.customer-account-index .page-main-inner .column.main .block-dashboard-addresses .block-content .box {
  margin-bottom: 20px;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-info .block-content .box .box-title,
.account.customer-account-index .page-main-inner .column.main .block-dashboard-addresses .block-content .box .box-title {
  color: #313131;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-info .block-content .box .box-title,
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-addresses .block-content .box .box-title {
    font-size: 14px;
  }
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-info .block-content .box .box-content p,
.account.customer-account-index .page-main-inner .column.main .block-dashboard-addresses .block-content .box .box-content p {
  margin: 0;
  line-height: 28px;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-info .block-content .box .box-actions a,
.account.customer-account-index .page-main-inner .column.main .block-dashboard-addresses .block-content .box .box-actions a {
  display: inline-block;
  color: #26bd9a;
  border: 1px dashed #26bd9a;
  padding: 3px 1em !important;
  margin-right: 10px;
  margin-top: 10px;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-title {
  color: #313131;
  font-size: 24px;
}
@media screen and (max-width: 576px) {
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-title {
    font-size: 18px;
  }
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-title strong {
  font-weight: 500;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-title a {
  display: inline-block;
  color: #26bd9a;
  border-bottom: 1px dashed #26bd9a;
  font-size: 14px;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent {
  overflow: auto;
}
@media screen and (max-width: 992px) {
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent .table > tbody > tr td:before {
    padding-right: 0.5em;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #555555;
    font-weight: 700;
    text-transform: uppercase;
  }
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table {
    border: none;
    display: block;
    min-width: unset;
  }
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table thead {
  background-color: #29363c;
  box-shadow: 0px 4px 4px 0px #0000000a;
  color: #fff;
  text-transform: uppercase;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table thead tr th {
  padding-left: 24px;
  white-space: nowrap;
}
@media screen and (min-width: 1199px) and (max-width: 1400px) {
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table thead tr th {
    padding-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table thead tr th {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table thead tr th.col.actions {
    text-align: center;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1400px) {
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table thead tr th.col.actions {
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody {
    display: block;
  }
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr {
  color: #070707;
  font-weight: 500;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td.total span {
  color: #6a6a6d;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td.col.date {
  white-space: nowrap;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td.col.tracking-number span {
  color: #6a6a6d;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td.col.tracking-number .tracking-wrapper {
  position: relative;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info {
  position: absolute;
  top: 115%;
  left: 0;
  width: 275px;
  padding: 10px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0px 2px 10.2px 0px rgba(0, 0, 0, 0.122);
  border-radius: 6px;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 0.5px solid rgba(221, 221, 221, 0.502);
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-header .tracking-title {
  font-weight: 400;
  color: #070707;
  font-size: 12px;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-header .close-tracking {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-body .tracking-row {
  padding: 0 4px;
  border-bottom: 0.5px solid rgba(221, 221, 221, 0.502);
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-body .tracking-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-body .tracking-row .tracking-carrier {
  font-weight: 400;
  color: #070707;
  font-size: 12px;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td.col.tracking-number .tracking-wrapper .tracking-info .tracking-body .tracking-row .tracking-number .track-order-number {
  font-weight: 600;
  color: #26bd9a;
  font-size: 14px;
  margin: 0;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td {
  padding-left: 24px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td {
    padding-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr {
    display: block;
  }
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td:first-child {
    padding-top: 15px;
  }
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td:last-child {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
  }
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td {
    border-bottom: none;
    display: block;
    padding: 0.25em 0.5em;
    border-top: none !important;
  }
}
@media screen and (min-width: 1400px) {
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td[data-th="Activity"] {
    padding-right: 20px;
  }
}
@media screen and (min-width: 993px) {
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td[data-th="Activity"] {
    text-align: end;
    padding-right: 15px;
  }
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td[data-th="Activity"] a.action.view {
    margin-right: 23px;
  }
}
@media screen and (min-width: 992px) {
  .account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr td {
    border-top: 1px solid #e7e7e7;
  }
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr a {
  color: #070707;
  font-weight: 500;
}
.account.customer-account-index .page-main-inner .column.main .block-dashboard-orders .block-content .orders-recent table tbody tr a.action.view {
  margin-left: 6px;
}
.myaccount-section {
  margin: 0 0 50px;
}
.customer-account-login .block-search .form,
.customer-account-create .block-search .form,
.customer-account-forgotpassword .block-search .form,
.customer-account-createpassword .block-search .form,
.bss_companyaccount-subuser-createpassword .block-search .form {
  padding: 0;
}
.otpModalCustomer .modal-inner-wrap {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .otpModalCustomer .modal-inner-wrap .modal-header,
  .otpModalCustomer .modal-inner-wrap .modal-content,
  .otpModalCustomer .modal-inner-wrap .modal-footer {
    padding: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .otpModalCustomer .modal-inner-wrap {
    width: 90%;
  }
}
.otpModalCustomer .modal-inner-wrap .modal-header .modal-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.otpModalCustomer .modal-inner-wrap .modal-content .otpModalContainer .otpPopup .otpContainer .otpContainer-expireMessage {
  margin-top: 12px;
}
.otpModalCustomer .modal-inner-wrap .modal-content .otpModalContainer .otpPopup .otpContainer .otpContainer-responseMessage.success {
  color: #2d2d2d;
  font-weight: 500;
  font-size: 18px;
}
.otpModalCustomer .modal-inner-wrap .modal-content .otpModalContainer .otpPopup .otpContainer .otpContainer-responseMessage {
  margin-top: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .otpModalCustomer .modal-inner-wrap .modal-content .otpModalContainer .otpPopup .otpContainer .otpContainer-form-container {
    margin-top: 0px;
  }
}
.otpModalCustomer .modal-inner-wrap .modal-content .otpModalContainer .otpPopup .otpContainer .otpContainer-form-container .otpContainer-form {
  padding: 20px 0;
  margin-bottom: 0px;
}
.otpModalCustomer .modal-inner-wrap .modal-content .otpModalContainer .otpPopup .otpContainer .otpContainer-form-container .otpContainer-form .addon {
  align-items: stretch;
}
.otpModalCustomer .modal-inner-wrap .modal-content .otpModalContainer .otpPopup .otpContainer .otpContainer-form-container .otpContainer-form .addon .otpContainer-input {
  color: #252525 !important;
  padding: 8px 40px 8px 12px;
  line-height: 25px !important;
  border-color: #f0f0f0;
  background: #fafafa;
}
.otpModalCustomer .modal-inner-wrap .modal-content .otpModalContainer .otpPopup .otpContainer .otpContainer-form-container .otpContainer-form .addon .otpContainer-input:focus {
  border-color: #26bd9a !important;
  background: #26bd9a0d !important;
}
.otpModalCustomer .modal-inner-wrap .modal-content .otpModalContainer .otpPopup .otpContainer .otpContainer-form-container .otpContainer-form .addon .otpContainer-submitBtn {
  background-color: #26bd9a;
  color: #fff;
  border-color: #26bd9a;
}
.otpModalCustomer .modal-inner-wrap .modal-content .otpModalContainer .otpPopup .otpContainer .otpContainer-form-container .otpContainer-validationError {
  background-color: transparent;
  margin-bottom: 0;
}
.otpModalCustomer .modal-inner-wrap .modal-footer .hide_resend.otpResendBtnWaiting {
  color: #000000;
}
.otpModalCustomer .modal-inner-wrap .modal-footer .hide_resend.otpResendBtn {
  text-decoration: none;
  color: #26bd9a;
}
.otpModalCustomer .modal-inner-wrap .modal-footer .hide_resend.otpResendBtn:hover {
  color: #ffffff;
}
.twofactorauth-account-verify .page-main-inner .form.form-edit-account .fieldset.info legend {
  border-bottom: 1px solid #c5c5c5;
}
.twofactorauth-account-verify .page-main-inner .form.form-edit-account .fieldset.info legend .otp-response-text {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .twofactorauth-account-verify .page-main-inner .form.form-edit-account .fieldset.info legend .otp-response-text {
    font-size: 18px;
  }
}
.twofactorauth-account-verify .page-main-inner .form.form-edit-account .fieldset.info .field.password.current.required .label {
  font-size: 16px;
}
.twofactorauth-account-verify .page-main-inner .form.form-edit-account .fieldset.info .field.password.current.required .control {
  margin-bottom: 28px;
}
.twofactorauth-account-verify .page-main-inner .form.form-edit-account .fieldset.info .actions-toolbar .primary {
  justify-content: flex-start;
}
.twofactorauth-account-verify .page-main-inner .form.form-edit-account .fieldset.info .actions-toolbar .primary button.action.save.primary,
.twofactorauth-account-verify .page-main-inner .form.form-edit-account .fieldset.info .actions-toolbar .primary button.resendCode.action.primary {
  padding: 10px 20px !important;
  border-color: #26bd9a;
  margin: 10px 0;
  width: max-content;
}
.twofactorauth-account-verify .page-main-inner .form.form-edit-account .fieldset.info .actions-toolbar .primary button.action.save.primary {
  background-color: #26bd9a;
  margin-right: 15px;
}
.twofactorauth-account-verify .page-main-inner .form.form-edit-account .fieldset.info .actions-toolbar .primary button.resendCode.action.primary {
  color: #26bd9a;
  background-color: transparent;
}
.account.vault-cards-listaction .page-main-inner .column.main {
  padding: 32px !important;
  box-shadow: 0px 4px 4px 0px #0000000a;
}
.account.vault-cards-listaction .page-main-inner .column.main .account-section__title-label {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .account.vault-cards-listaction .page-main-inner .column.main .table > tbody > tr td:before {
    padding-right: 0.5em;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #555555;
    font-weight: 700;
    text-transform: uppercase;
  }
}
.account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards {
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards {
    border-top: 1px solid #e7e7e7;
    width: 100%;
    position: relative;
  }
}
.account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table {
    border: none;
    display: block;
    min-width: unset;
  }
}
.account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table thead {
  background-color: #29363c;
  box-shadow: 0px 4px 4px 0px #0000000a;
  color: #fff;
  text-transform: uppercase;
}
.account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table thead tr th {
  padding-left: 24px;
  padding-bottom: 9px;
  padding-top: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table thead tr th {
    display: none;
  }
}
@media screen and (min-width: 993px) {
  .account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table thead tr th.col.actions {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table tbody {
    display: block;
  }
}
.account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table tbody tr {
  color: #070707;
  font-weight: 500;
  border-top: 1px solid #e7e7e7;
}
.account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table tbody tr td {
  padding-left: 24px;
}
.account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table tbody tr td.col.actions,
.account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table tbody tr th.col.actions {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table tbody tr {
    display: block;
  }
  .account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table tbody tr td:first-child {
    padding-top: 15px;
  }
  .account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table tbody tr td:last-child {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
  }
  .account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table tbody tr td {
    border-bottom: none;
    display: block;
    padding: 0.25em 0.5em;
    border-top: none !important;
  }
  .account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table tbody tr td.col.actions {
    text-align: left;
    display: flex;
    align-items: center;
  }
  .account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table tbody tr td.col.actions .form.payme-delete-form {
    transform: translateY(-2px);
  }
}
@media screen and (min-width: 769px) {
  .account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table tbody tr td {
    border-top: 1px solid #e7e7e7;
  }
}
.account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table tbody tr a {
  color: #070707;
  font-weight: 500;
}
.account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table tbody tr a.action.view {
  margin-left: 6px;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .account.vault-cards-listaction .page-main-inner .column.main .my-credit-cards table {
    width: 1070px !important;
    max-width: unset !important;
  }
}
.account.vault-cards-listaction aside.modal-popup.confirm._show .modal-inner-wrap .modal-header .modal-title {
  font-weight: 600;
  padding-top: 10px;
}
.page-header.type3 {
  height: auto !important;
}
.page-header.type3 .header-main.occupational-channel {
  z-index: 1;
}
.page-header.type3 .header-main.occupational-channel .header-left,
.page-header.type3 .header-main.occupational-channel .header-right {
  padding-top: 16px;
  padding-bottom: 17px;
}
.page-header.type3 .header-main.occupational-channel .header-left {
  gap: 24px;
}
.page-header.type3 .header-main.occupational-channel .header-left .ortho-advantage {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .page-header.type3 .header-main.occupational-channel .header-left {
    gap: 6px;
  }
  .page-header.type3 .header-main.occupational-channel .header-left .nav-sections .header.links li {
    line-height: 16px;
  }
  .page-header.type3 .header-main.occupational-channel .header-left .nav-sections .header.links li.greet.welcome {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .page-header.type3 .header-main.occupational-channel .header-left {
    gap: 0px;
  }
}
.page-header.type3 .header-main.occupational-channel .header-left .logo {
  max-width: 396px;
}
@media screen and (max-width: 1400px) {
  .page-header.type3 .header-main.occupational-channel .header-left .logo {
    max-width: 312px;
  }
}
@media screen and (max-width: 992px) {
  .page-header.type3 .header-main.occupational-channel .header-left .logo {
    max-width: 170px !important;
  }
}
@media screen and (max-width: 768px) {
  .page-header.type3 .header-main.occupational-channel .header-left .logo {
    max-width: 170px !important;
  }
}
.page-header.type3 .header-main.occupational-channel .header-right .minicart-wrapper.occupational-cart {
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 0px;
}
@media screen and (max-width: 1400px) {
  .page-header.type3 .header-main.occupational-channel .header-right .minicart-wrapper.occupational-cart {
    margin-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .page-header.type3 .header-main.occupational-channel .header-right .minicart-wrapper.occupational-cart {
    height: 28px;
    width: 18px;
  }
}
.page-header.type3 .header-main.occupational-channel .header-right .minicart-wrapper.occupational-cart::after,
.page-header.type3 .header-main.occupational-channel .header-right .minicart-wrapper.occupational-cart::before {
  display: none;
}
.page-header.type3 .header-main.occupational-channel .header-right .minicart-wrapper.occupational-cart a.showcart {
  justify-content: center;
}
.page-header.type3 .header-main.occupational-channel .header-right .minicart-wrapper.occupational-cart a.showcart span.counter.qty.empty {
  right: -3px;
  top: -6px;
}
@media screen and (max-width: 992px) {
  .page-header.type3 .header-main.occupational-channel .header-right .minicart-wrapper.occupational-cart a.showcart span.counter.qty.empty {
    right: -8px;
    font-size: 5px;
    font-weight: 500;
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
}
.page-header.type3 .header-main.occupational-channel .header-right .minicart-wrapper.occupational-cart a.showcart span.counter.qty.empty span.counter-number {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
.page-header.type3 .header-main.occupational-channel .header-right .minicart-wrapper.occupational-cart a.showcart img {
  width: 18px;
  margin-top: 3.99px;
}
.page-header.type3 .header-main.occupational-channel .header-right .minicart-wrapper.occupational-cart a.showcart::after {
  display: none;
}
.page-header.type3 .header-main.occupational-channel .header-right .minicart-wrapper.occupational-cart span.cart-label {
  color: #777777;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 16px;
}
@media screen and (max-width: 992px) {
  .page-header.type3 .header-main.occupational-channel .header-right .minicart-wrapper.occupational-cart span.cart-label {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .page-header.type3 .header-main.occupational-channel .header-right {
    padding: 0;
  }
}
.page-header.type3.sticky-header .header-left .logo {
  max-width: 265px !important;
}
.banner-section {
  background: #cad7d3;
  width: 100%;
  position: relative;
}
.banner-section .banner-container {
  max-width: 1688px;
  margin: 0 auto;
}
@media screen and (max-width: 1800px) {
  .banner-section .banner-container {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  .banner-section .banner-container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-section .banner-container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .banner-section .banner-container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .banner-section .banner-container {
    max-width: 540px;
  }
}
.banner-section .banner-container .banner-wrap {
  padding: 70px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .banner-section .banner-container .banner-wrap {
    flex-direction: column;
    justify-content: center;
    padding: 24px 16px;
    height: auto;
  }
}
.banner-section .banner-container .banner-wrap .header-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .banner-section .banner-container .banner-wrap .header-block {
    width: 100%;
  }
}
.banner-section .banner-container .banner-wrap .header-block h1 {
  font-weight: 800;
  font-size: 80px;
  text-transform: uppercase;
  color: #444444;
  margin: 0;
  line-height: unset;
}
@media screen and (max-width: 1400px) {
  .banner-section .banner-container .banner-wrap .header-block h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 992px) {
  .banner-section .banner-container .banner-wrap .header-block h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .banner-section .banner-container .banner-wrap .header-block h1 {
    font-size: 32px;
  }
}
.banner-section .banner-container .banner-wrap .header-block h2 {
  font-weight: 800;
  font-size: 70px;
  text-transform: uppercase;
  -webkit-text-stroke: 1.5px #444444;
  text-stroke: 1.5px #444444;
  color: transparent;
  margin: 0;
  line-height: unset;
}
@media screen and (max-width: 1400px) {
  .banner-section .banner-container .banner-wrap .header-block h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 992px) {
  .banner-section .banner-container .banner-wrap .header-block h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .banner-section .banner-container .banner-wrap .header-block h2 {
    font-size: 32px;
  }
}
.banner-section .banner-container .banner-wrap .shoes {
  width: 50%;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}
@media screen and (max-width: 768px) {
  .banner-section .banner-container .banner-wrap .shoes {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner-section .banner-container .banner-wrap .shoes {
    gap: 16px;
  }
}
.banner-section .banner-container .banner-wrap .shoes img {
  width: 90%;
  object-fit: contain;
  display: block;
  max-height: unset;
}
.banner-section .banner-container .banner-wrap .logo {
  position: absolute;
  top: 36px;
  right: 95px;
  width: 136px;
  height: 25px;
}
@media screen and (max-width: 992px) {
  .banner-section .banner-container .banner-wrap .logo {
    top: 25px;
    right: 48px;
  }
}
@media screen and (max-width: 768px) {
  .banner-section .banner-container .banner-wrap .logo {
    top: 16px;
    width: 95px;
    height: 17px;
  }
}
@media screen and (max-width: 576px) {
  .banner-section .banner-container .banner-wrap .logo {
    right: 11px;
    width: 58px;
    height: 10px;
  }
}
.occupational-header-wrapper {
  color: white;
  text-align: center;
}
.occupational-header-wrapper .occupational-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 30px;
  max-width: 1750px;
  margin: 0 auto;
}
.occupational-header-wrapper .occupational-header .header-links {
  display: flex;
  align-items: center;
}
.occupational-header-wrapper .occupational-header .header-links .logo img {
  max-height: 60px;
}
.occupational-header-wrapper .occupational-header .header-links .nav-links {
  margin-left: 0.5vw;
}
.occupational-header-wrapper .occupational-header .header-links .nav-links a {
  font-size: 14px;
  padding: 9px 10px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  color: #21293c !important;
  text-decoration: none;
}
.occupational-header-wrapper .occupational-header .nav-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.occupational-header-wrapper .occupational-header .nav-wrap a {
  display: inline-block;
  text-decoration: none;
}
.occupational-header-wrapper .occupational-header .nav-wrap a span {
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #606669;
  display: inline-block;
  white-space: nowrap;
}
.occupational-header-wrapper .occupational-header .nav-wrap .nav-myaccount div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.occupational-header-wrapper .occupational-header .nav-wrap .nav-cart div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.occupational-header-wrapper .occupational-header .nav-wrap .nav-cart div .shewron-down {
  position: absolute;
  top: 35%;
  right: -10px;
}
.occupational-header-wrapper .occupational-header .nav-wrap .nav-cart div .cart-count {
  position: absolute;
  padding: 2px 3px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 6px;
  background-color: #7e928d;
  color: #ffffff;
  height: 12px;
  line-height: normal;
  left: 16px;
  top: -5px;
}
.occupational-header-wrapper .occupational-header .welcome-text {
  margin-top: 10px;
}
.occupational-login-index #maincontent,
.occupational-register-index #maincontent {
  padding: 0px;
}
.occupational-login-index #maincontent .page-title-wrapper,
.occupational-register-index #maincontent .page-title-wrapper {
  padding: 12px 20px;
  background-color: #eaf2ef;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .occupational-login-index #maincontent .page-title-wrapper,
  .occupational-register-index #maincontent .page-title-wrapper {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 576px) {
  .occupational-login-index #maincontent .page-title-wrapper,
  .occupational-register-index #maincontent .page-title-wrapper {
    padding: 5px 10px;
  }
}
.occupational-login-index #maincontent .page-title-wrapper h1,
.occupational-register-index #maincontent .page-title-wrapper h1 {
  font-family: Oswald;
  font-weight: 500;
  font-size: 36px;
  margin: 0;
  color: #444444;
}
@media screen and (max-width: 992px) {
  .occupational-login-index #maincontent .page-title-wrapper h1,
  .occupational-register-index #maincontent .page-title-wrapper h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .occupational-login-index #maincontent .page-title-wrapper h1,
  .occupational-register-index #maincontent .page-title-wrapper h1 {
    font-size: 17px;
    line-height: 30px;
  }
}
.occupational-login-index #maincontent .page-main-inner,
.occupational-register-index #maincontent .page-main-inner {
  margin: 48px auto 55px;
}
@media screen and (max-width: 768px) {
  .occupational-login-index #maincontent .page-main-inner,
  .occupational-register-index #maincontent .page-main-inner {
    margin: 35px auto 55px;
  }
}
@media screen and (max-width: 576px) {
  .occupational-login-index #maincontent .page-main-inner,
  .occupational-register-index #maincontent .page-main-inner {
    margin: 16px auto 32px;
  }
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper .employer-logo,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper .employer-logo {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 740px;
  margin: auto;
  margin-bottom: 48px;
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper .employer-logo img,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper .employer-logo img {
  width: 290px;
  object-fit: contain;
}
@media screen and (max-width: 992px) {
  .occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper .employer-logo img,
  .occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper .employer-logo img {
    width: 225px;
  }
}
@media screen and (max-width: 576px) {
  .occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper .employer-logo img,
  .occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper .employer-logo img {
    width: 90px;
  }
}
@media screen and (max-width: 576px) {
  .occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper .employer-logo,
  .occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper .employer-logo {
    margin-bottom: 26px;
  }
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form,
  .occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form .field,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form .field {
  margin-bottom: 12px;
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form .field label,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form .field label {
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  margin-bottom: 7px;
  display: inline-block;
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form .field .control,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form .field .control {
  position: relative;
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form .field .control input,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form .field .control input {
  border-radius: 4px;
  border: 1px solid #444444;
  height: 48px;
  padding: 8px 56px 8px 12px;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form .field .control input,
  .occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form .field .control input {
    padding: 8px 40px 8px 12px;
  }
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form .field .control img,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form .field .control img {
  position: absolute;
  top: 36%;
  right: 20px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 992px) {
  .occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form .field .control img,
  .occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form .field .control img {
    top: 31%;
  }
}
@media screen and (max-width: 576px) {
  .occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form .field .control img,
  .occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form .field .control img {
    top: 35%;
    width: 15px;
  }
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form .field.password,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form .field.password {
  margin-bottom: 0;
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form .forgott-password,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form .forgott-password {
  margin: 12px 0 0 0;
  text-align: right;
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form .forgott-password a,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form .forgott-password a {
  font-weight: 500;
  font-size: 16px;
  color: #7e928d;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form .forgott-password a,
  .occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form .forgott-password a {
    font-size: 14px;
  }
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form .sub-btn,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form .sub-btn {
  text-align: center;
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form .sub-btn button,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form .sub-btn button {
  width: 312px;
  height: 56px;
  padding: 17px;
  line-height: 24px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: none;
  background-color: #26bd9a;
  margin-top: 48px;
}
@media screen and (max-width: 992px) {
  .occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form .sub-btn button,
  .occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form .sub-btn button {
    width: 270px;
  }
}
@media screen and (max-width: 576px) {
  .occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper form .sub-btn button,
  .occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper form .sub-btn button {
    width: 234px;
    height: 48px;
    line-height: 14px;
    margin-top: 32px;
  }
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper .devider,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper .devider {
  position: relative;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
}
@media screen and (max-width: 576px) {
  .occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper .devider,
  .occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper .devider {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper .devider::before,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper .devider::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #444444;
  z-index: -1;
  top: 50%;
  right: 81px;
  left: 81px;
}
@media screen and (max-width: 992px) {
  .occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper .devider::before,
  .occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper .devider::before {
    right: 3%;
    left: 3%;
  }
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper .devider strong,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper .devider strong {
  font-family: Oswald;
  font-weight: 500;
  font-size: 20px;
  color: #444444;
  padding: 30px;
  display: inline-block;
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper .devider strong,
  .occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper .devider strong {
    font-size: 20px;
    padding: 22px;
  }
}
@media screen and (max-width: 576px) {
  .occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper .devider strong,
  .occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper .devider strong {
    font-size: 18px;
  }
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper .link,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper .link {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 576px) {
  .occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper .link,
  .occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper .link {
    font-size: 14px;
    padding-left: 19px;
    padding-right: 19px;
  }
}
.occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper .link a,
.occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper .link a {
  color: #7e928d;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .occupational-login-index #maincontent .page-main-inner .occupational-login-wrapper .link a,
  .occupational-register-index #maincontent .page-main-inner .occupational-login-wrapper .link a {
    font-size: 14px;
  }
}
.occupational-login-shop .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.occupational-login-shop .categories-container {
  width: 100%;
  max-width: 839px;
  height: 141px;
  border-radius: 141.26px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #cad7d3;
  gap: 19px;
  padding: 17px 29px;
  margin: 70px auto 48px;
}
@media screen and (max-width: 1800px) {
  .occupational-login-shop .categories-container {
    max-width: 735px;
  }
}
@media screen and (max-width: 1200px) {
  .occupational-login-shop .categories-container {
    max-width: 650px;
    height: 129px;
    padding: 17px 26px;
  }
}
@media screen and (max-width: 992px) {
  .occupational-login-shop .categories-container {
    max-width: 650px;
    height: 119px;
    padding: 12px 20px;
    margin: 42px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .occupational-login-shop .categories-container {
    max-width: 495px;
    height: 98px;
    padding: 12px 15px;
  }
}
@media screen and (max-width: 576px) {
  .occupational-login-shop .categories-container {
    max-width: 382px;
    height: 72px;
    padding: 6px 8px;
    gap: 14px;
  }
}
@media screen and (max-width: 425px) {
  .occupational-login-shop .categories-container {
    max-width: 275px;
    height: 55px;
  }
}
.occupational-login-shop .categories-container .category {
  height: 106px;
  border-radius: 105.95px;
  background-color: #ffffff;
  box-shadow: 0px 4.41px 17.66px 0px rgba(0, 0, 0, 0.122);
  text-transform: uppercase;
  color: #444444;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  font-size: 35.32px;
  line-height: 52.97px;
  letter-spacing: 0.18px;
  text-align: center;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  text-decoration: none;
  transition: background-color 0.2s;
}
@media screen and (max-width: 1800px) {
  .occupational-login-shop .categories-container .category {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .occupational-login-shop .categories-container .category {
    font-size: 22px;
    height: 92px;
  }
}
@media screen and (max-width: 992px) {
  .occupational-login-shop .categories-container .category {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .occupational-login-shop .categories-container .category {
    font-size: 17px;
    height: 65px;
  }
  .occupational-login-shop .categories-container .category img {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 576px) {
  .occupational-login-shop .categories-container .category {
    font-size: 12px;
    height: 50px;
  }
  .occupational-login-shop .categories-container .category img {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 425px) {
  .occupational-login-shop .categories-container .category {
    font-size: 10px;
    height: 38px;
  }
  .occupational-login-shop .categories-container .category img {
    width: 35px;
    height: 35px;
  }
}
.occupational-login-shop .categories-container .category:first-child {
  width: 44%;
  padding-left: 10px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .occupational-login-shop .categories-container .category:first-child {
    padding-left: 10px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .occupational-login-shop .categories-container .category:first-child {
    padding-left: 5px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 425px) {
  .occupational-login-shop .categories-container .category:first-child {
    padding: 0 5px 0 0;
  }
}
.occupational-login-shop .categories-container .category:last-child {
  width: 53%;
  padding-right: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .occupational-login-shop .categories-container .category:last-child {
    width: 52%;
  }
}
@media screen and (max-width: 768px) {
  .occupational-login-shop .categories-container .category:last-child {
    width: 51%;
  }
}
@media screen and (max-width: 576px) {
  .occupational-login-shop .categories-container .category:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 425px) {
  .occupational-login-shop .categories-container .category:last-child {
    padding: 0 5px 0 0;
  }
}
.occupational-login-shop .categories-container .category:hover {
  background-color: #eaf2ef;
}
.occupational-login-shop .categories-container .category:hover .hover-unset {
  display: none;
}
.occupational-login-shop .categories-container .category:hover .hover-set {
  display: inline-block;
}
.occupational-login-shop .categories-container .category .hover-set {
  display: none;
}
@media screen and (max-width: 768px) {
  .checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-header .modal-title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-header .modal-title {
    line-height: 28px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form #company-name {
  font-family: Oswald;
  font-weight: 500;
  font-size: 36px;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form #company-name {
    font-size: 28px;
  }
}
.checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form h3 {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 768px) {
  .checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form h3 {
    font-size: 18px;
  }
}
.checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form h3.agreement,
.checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form h3.signatures {
  margin: 25px 0 8px 0;
}
.checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form h4 {
  font-weight: 500;
  font-size: 16px;
  margin: 19px 0 4px 0;
}
.checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form p {
  color: #222529;
}
.checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form input {
  border-radius: 4px;
  border: 1px solid #444444;
  height: 48px;
  padding: 8px 12px;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 425px) {
  .checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form input {
    height: 42px;
  }
}
.checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form .field {
  margin-bottom: 12px;
}
.checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form .field label {
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  margin-bottom: 7px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form .field label {
    font-size: 14px;
  }
}
.checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form .field input {
  border-radius: 4px;
  border: 1px solid #444444;
  height: 48px;
  padding: 8px 12px;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 425px) {
  .checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form .field input {
    height: 42px;
  }
}
.checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form .field .requested-deduction {
  display: flex;
  align-items: center;
  gap: 12px;
}
.checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form .field .requested-deduction label {
  margin: 0;
}
.checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form .field .requested-deduction input[type="radio"] {
  height: 15px;
  margin: 0;
  width: auto;
  accent-color: #1da787 !important;
}
.checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-content #payroll-deduction-modal #payroll-deduction-form .deduction-note ul {
  list-style: disc;
  padding-left: 17px;
  color: #222529;
}
@media screen and (max-width: 768px) {
  .checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.checkout-index-index .modal-popup.payroll-deduction-modal .modal-inner-wrap .modal-footer button {
  width: 205px;
  height: 48px;
  padding: 17px;
  line-height: 14px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: none;
  background-color: #26bd9a;
}
footer.page-footer div.occupation-footer {
  background-color: #f8f8f8;
  width: 100%;
  padding: 117px 20px 124px;
}
@media (max-width: 992px) {
  footer.page-footer div.occupation-footer {
    padding: 85px 20px 95px;
  }
}
@media (max-width: 768px) {
  footer.page-footer div.occupation-footer {
    padding: 65px 20px 75px;
  }
}
@media (max-width: 576px) {
  footer.page-footer div.occupation-footer {
    padding: 34px 10px 27px;
  }
}
footer.page-footer div.occupation-footer .footer-container {
  max-width: 1570px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 0;
}
@media screen and (max-width: 1800px) {
  footer.page-footer div.occupation-footer .footer-container {
    max-width: 1340px;
  }
}
@media screen and (max-width: 1400px) {
  footer.page-footer div.occupation-footer .footer-container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  footer.page-footer div.occupation-footer .footer-container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  footer.page-footer div.occupation-footer .footer-container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  footer.page-footer div.occupation-footer .footer-container {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  footer.page-footer div.occupation-footer .footer-container {
    gap: 0;
    max-width: unset;
    width: 100%;
  }
}
footer.page-footer div.occupation-footer .footer-container a {
  text-decoration: none;
  color: #252525;
}
footer.page-footer div.occupation-footer .footer-container .footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 266px;
}
@media (max-width: 992px) {
  footer.page-footer div.occupation-footer .footer-container .footer-left {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  footer.page-footer div.occupation-footer .footer-container .footer-left {
    width: 100%;
  }
}
footer.page-footer div.occupation-footer .footer-container .footer-left img.lehigh-logo {
  margin-bottom: 18px;
  width: 177px;
  height: 62px;
  object-fit: contain;
}
footer.page-footer div.occupation-footer .footer-container .footer-left hr {
  border-top: 1px solid #444444;
  width: 177px;
  margin-bottom: 18px;
}
footer.page-footer div.occupation-footer .footer-container .footer-left img.orthofeet-logo {
  margin-bottom: 54px;
  width: 157px;
  height: 29px;
  object-fit: contain;
}
@media screen and (max-width: 576px) {
  footer.page-footer div.occupation-footer .footer-container .footer-left img.orthofeet-logo {
    margin-bottom: 39px;
  }
}
footer.page-footer div.occupation-footer .footer-container .footer-left p.copyright {
  font-size: 11px;
  color: #252525;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}
@media screen and (max-width: 576px) {
  footer.page-footer div.occupation-footer .footer-container .footer-left p.copyright {
    display: none;
  }
}
footer.page-footer div.occupation-footer .contact-info {
  width: 256px;
}
@media screen and (max-width: 992px) {
  footer.page-footer div.occupation-footer .contact-info {
    width: 40%;
  }
}
@media screen and (max-width: 576px) {
  footer.page-footer div.occupation-footer .contact-info {
    width: 100%;
  }
}
footer.page-footer div.occupation-footer .contact-info p.label {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-top: 0;
}
footer.page-footer div.occupation-footer .contact-info p.value {
  font-weight: 400;
  font-size: 13px;
  color: #252525;
  margin-top: 0;
  margin-bottom: 16px;
}
footer.page-footer div.occupation-footer .footer-section h3 {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 26px;
  color: #252525;
}
@media screen and (max-width: 576px) {
  footer.page-footer div.occupation-footer .footer-section h3 {
    margin-bottom: 16px;
  }
}
footer.page-footer div.occupation-footer .footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #252525;
  font-size: 13px;
  font-weight: 400;
}
footer.page-footer div.occupation-footer .footer-section ul li {
  margin-bottom: 8px;
}
footer.page-footer div.occupation-footer .contact-info li {
  margin-bottom: 17px !important;
}
@media screen and (max-width: 576px) {
  footer.page-footer div.occupation-footer .contact-info li {
    margin-bottom: 12px !important;
  }
}
footer.page-footer div.occupation-footer .account-mobile-screen,
footer.page-footer div.occupation-footer .mobile-screen,
footer.page-footer div.occupation-footer .copyright-mobile-screen {
  display: none;
}
@media screen and (max-width: 576px) {
  footer.page-footer div.occupation-footer .desktop-screen {
    display: none;
  }
  footer.page-footer div.occupation-footer .account-mobile-screen {
    display: block;
    margin-bottom: 17px;
  }
  footer.page-footer div.occupation-footer .mobile-screen {
    display: list-item;
  }
  footer.page-footer div.occupation-footer .copyright-mobile-screen {
    border-top: 1px solid #dedede;
    display: block;
    color: #252525;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    padding-top: 25px;
    margin-top: 15px;
    width: 100%;
  }
  footer.page-footer div.occupation-footer .copyright-mobile-screen p {
    margin: 0;
  }
}
.orthofeet-quick-order .loading {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  margin-top: 8px;
  border: 2px solid #ccc;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.orthofeet-quick-order .error {
  color: red;
  font-size: 12px;
}
.orthofeet-quick-order .autocomplete-container {
  position: relative;
  max-width: 450px;
  width: 100%;
  margin: 0 auto 40px;
}
.orthofeet-quick-order .autocomplete-container label {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}
.orthofeet-quick-order .autocomplete-container input[type="text"] {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #7a7a7a;
  border-radius: 4px;
  color: #2d2d2d;
}
.orthofeet-quick-order .autocomplete-container input[type="text"]::placeholder {
  color: #2d2d2d;
}
.orthofeet-quick-order .autocomplete-container .autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background-color: white;
  z-index: 999;
  border-radius: 4px;
}
.orthofeet-quick-order .autocomplete-container .autocomplete-suggestions .autocomplete-suggestion-inner {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  position: relative;
}
.orthofeet-quick-order .autocomplete-container .autocomplete-suggestions .autocomplete-suggestion-inner img {
  width: 75px;
  height: 75px;
  object-fit: cover;
}
.orthofeet-quick-order .autocomplete-container .autocomplete-suggestions .autocomplete-suggestion-inner:last-child {
  border-bottom: none;
}
.orthofeet-quick-order .autocomplete-container .autocomplete-suggestions .autocomplete-suggestion-inner:hover {
  background-color: #fafafa;
}
.orthofeet-quick-order .autocomplete-container .autocomplete-suggestions .autocomplete-suggestion-inner .text-wrap strong {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  color: #000000;
}
.orthofeet-quick-order .autocomplete-container .autocomplete-suggestions .autocomplete-suggestion-inner .text-wrap p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
  color: #000000;
}
.orthofeet-quick-order .autocomplete-container .autocomplete-suggestions .autocomplete-suggestion-inner .image-wrap {
  width: 70px;
  margin-right: 15px;
}
.orthofeet-quick-order .autocomplete-container .autocomplete-suggestions .autocomplete-suggestion-inner .image-wrap img {
  width: 100%;
}
.orthofeet-quick-order .autocomplete-container p.no-result {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.orthofeet-quick-order .quick-order-product-form #loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orthofeet-quick-order .quick-order-product-form #loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}
@media screen and (max-width: 1200px) {
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container {
    overflow-x: auto;
  }
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list {
    min-width: 1070px;
  }
}
@media screen and (max-width: 768px) {
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list {
    min-width: unset;
  }
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li {
  margin-bottom: 0px;
  display: flex;
  padding: 8px;
  border: 1px solid #ddd;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li {
    flex-direction: column;
  }
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li:first-child {
    display: none;
  }
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-thumbnail::before,
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name::before,
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-sku::before,
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-qty::before,
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-price::before,
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-custom-options::before,
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-action::before {
    content: attr(data-th) " : ";
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline-block;
    text-transform: uppercase;
  }
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li:last-child {
  border-bottom: 1px solid #ddd;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div {
  text-align: left;
  width: 12%;
  padding: 2px 0;
}
@media screen and (max-width: 768px) {
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div {
    width: 100%;
  }
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div strong {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  color: #000000;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-thumbnail {
  display: grid;
  place-items: center;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-thumbnail img {
  width: 104px;
  display: block;
}
@media screen and (min-width: 769px) {
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-thumbnail.isInsole img {
    width: 80% !important;
  }
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name {
  width: 28%;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name {
    width: 100%;
    padding-right: 0;
  }
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name p {
  margin-bottom: 5px;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name p a {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name p a {
    font-size: 14px;
  }
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name .bundle-wrapper .bundle-selection,
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name .grouped-wrapper .grouped-selection {
  padding: 10px 0;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name .bundle-qty,
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name .grouped-qty {
  width: 60px;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name .bundle-wrapper .bundle-selection .bundle-qty-text {
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name .bundle-wrapper .bundle-selection .bundle-qty-text {
    font-size: 14px;
  }
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name .required {
  color: red;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name .select-wrapper {
  width: 98%;
  overflow: hidden;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name .select-wrapper .select-item {
  width: 45%;
  margin-right: 5%;
  float: left;
  text-align: left;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name .select-wrapper .select-item select {
  margin-top: 5px;
  margin-right: 5px;
  display: inline-block;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name .select-wrapper .select-item select {
    padding: 8px 8px;
  }
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name .select-wrapper .select-item select option.out-of-stock-option {
  cursor: not-allowed;
  opacity: 0.5;
  background-color: #eeeeee;
  color: #ff5e5e;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name .insole-select-wrapper {
  width: 93%;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name .insole-select-wrapper select {
  padding-right: 25px;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-name .insole-select-wrapper .out-of-stock-option {
  cursor: not-allowed;
  opacity: 0.5;
  background-color: #eeeeee;
  color: #ff5e5e;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-qty .item-qty-wrap {
  width: 102px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-qty .item-qty-wrap .ordered-qty {
  font-size: 16px;
  width: 55%;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-qty .item-qty-wrap .minus-btn,
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-qty .item-qty-wrap .plus-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  width: 21%;
  color: #000000;
  height: 100%;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-qty .item-qty-wrap .minus-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-qty .item-qty-wrap .plus-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-price {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li div.item-price {
    padding-left: 0;
  }
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li .item-custom-options .option-wrapper {
  overflow: hidden;
  width: 75%;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li .item-custom-options .option-wrapper input[type="text"] {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li .item-custom-options .option-wrapper-date div,
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li .item-custom-options .option-wrapper-date-time div,
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li .item-custom-options .option-wrapper-time div {
  display: flex;
  gap: 4px;
  align-items: center;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li .item-custom-options .option-wrapper-date div select {
  display: inline-block;
  margin-right: 4px;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li .item-action {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li .item-action {
    justify-content: flex-start;
  }
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li .item-action a {
  text-decoration: none;
  color: transparent;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-list-container ul#fast-product-list li .item-action a img {
  width: 24px;
}
.orthofeet-quick-order .quick-order-product-form .total {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.orthofeet-quick-order .quick-order-product-form .total p {
  font-size: 18px;
  color: #000;
}
.orthofeet-quick-order .quick-order-product-form .total p span {
  font-weight: 600;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-product-form-footer {
  text-align: right;
}
@media screen and (max-width: 576px) {
  .orthofeet-quick-order .quick-order-product-form .quick-order-product-form-footer {
    margin-bottom: 20px;
  }
}
.orthofeet-quick-order .quick-order-product-form .quick-order-product-form-footer .add-to-cart {
  background-color: #26bd9a;
  border: 1px solid #26bd9a;
}
.orthofeet-quick-order .quick-order-product-form .quick-order-product-form-footer .add-to-checkout {
  background-color: transparent;
  color: #939393;
  border: 1px solid #d5d5d5 !important;
}
.orthofeet-quick-order .csv-upload-container .csv-upload-form .csv-upload-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.orthofeet-quick-order .csv-upload-container .csv-upload-form .csv-upload-controls #csv-upload-btn {
  background-color: #26bd9a;
  border: 1px solid #26bd9a;
  border-radius: 4px;
  text-transform: none;
  height: auto;
}
.orthofeet-quick-order .csv-upload-container .csv-upload-form .csv-upload-controls #csv-process-btn {
  border-radius: 4px;
}
.orthofeet-quick-order .csv-upload-container .csv-upload-form .csv-upload-controls #csv-file-name {
  font-size: 14px;
}
.orthofeet-quick-order .csv-upload-container .csv-upload-form .csv-upload-controls .download-sample-link {
  font-size: 14px;
}
.orthofeet-quick-order .csv-upload-container .csv-upload-form #csv-upload-error,
.orthofeet-quick-order .csv-upload-container .csv-upload-form #csv-upload-success {
  margin-top: 20px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Reset default Magento styles for this page */
.returns-index-index #maincontent .page-title-wrapper {
  display: none;
}
.returns-index-index #maincontent .easy-return-section {
  margin-top: 30px;
}
.returns-index-index #maincontent .easy-return-section .easy-returns-container {
  max-width: 1200px;
  margin: 0 auto;
}
.returns-index-index #maincontent .easy-return-section .main-heading {
  font-size: 48px;
  font-weight: 700;
  color: #26bd9a;
  margin-bottom: 20px;
}
.returns-index-index #maincontent .easy-return-section .intro-text {
  font-size: 16px;
  color: #444444;
  margin-bottom: 40px;
}
.returns-index-index #maincontent .easy-return-section .intro-link {
  color: #26bd9a;
  text-decoration: underline;
}
.returns-index-index #maincontent .easy-return-section .intro-link:hover {
  color: #26bd9a;
}
.returns-index-index #maincontent .easy-return-section .return-section {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
.returns-index-index #maincontent .easy-return-section .return-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  stroke: #26bd9a;
  fill: none;
  stroke-width: 2;
}
.returns-index-index #maincontent .easy-return-section .return-content {
  flex: 1;
}
.returns-index-index #maincontent .easy-return-section .return-heading {
  font-size: 32px;
  font-weight: 600;
  color: #26bd9a;
  margin-bottom: 16px;
}
.returns-index-index #maincontent .easy-return-section .process-intro {
  font-size: 16px;
  color: #444444;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .returns-index-index #maincontent .easy-return-section .process-intro {
    margin-bottom: 10px;
  }
}
.returns-index-index #maincontent .easy-return-section .steps {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .returns-index-index #maincontent .easy-return-section .steps {
    margin-bottom: 20px;
  }
}
.returns-index-index #maincontent .easy-return-section .step {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.returns-index-index #maincontent .easy-return-section .step-heading {
  font-size: 24px;
  font-weight: 600;
  color: #26bd9a;
  margin-bottom: 4px;
}
.returns-index-index #maincontent .easy-return-section .step-text {
  font-size: 16px;
  color: #444444;
}
.returns-index-index #maincontent .easy-return-section .step-link {
  color: #26bd9a;
  text-decoration: underline;
  font-weight: 500;
}
.returns-index-index #maincontent .easy-return-section .step-link:hover {
  color: #26bd9a;
}
.returns-index-index #maincontent .easy-return-section .policy-section {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .returns-index-index #maincontent .easy-return-section .policy-section {
    margin-top: 20px;
  }
}
.returns-index-index #maincontent .easy-return-section .policy-heading {
  font-size: 24px;
  font-weight: 600;
  color: #26bd9a;
  margin-bottom: 12px;
}
.returns-index-index #maincontent .easy-return-section .policy-text {
  font-size: 16px;
  color: #444444;
}
.returns-index-index #maincontent .easy-return-section .policy-link {
  color: #26bd9a;
  text-decoration: underline;
  font-weight: 500;
}
.returns-index-index #maincontent .easy-return-section .policy-link:hover {
  color: #26bd9a;
}
.returns-index-index #maincontent .easy-return-section .phone-number {
  color: #202020;
  font-weight: 500;
}
.returns-index-index #maincontent .easy-return-section .bold-text {
  font-weight: 600;
}
@media (max-width: 768px) {
  .returns-index-index #maincontent .easy-return-section .main-heading {
    font-size: 36px;
  }
  .returns-index-index #maincontent .easy-return-section .return-heading {
    font-size: 28px;
  }
  .returns-index-index #maincontent .easy-return-section .step-heading {
    font-size: 20px;
  }
  .returns-index-index #maincontent .easy-return-section .return-section {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 20px;
  }
  .returns-index-index #maincontent .easy-return-section .return-icon {
    width: 50px;
    height: 50px;
  }
}
.returns-index-index #maincontent .fedex-shipping-container {
  background: none;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.returns-index-index #maincontent .fedex-shipping-container .fedex-content {
  margin: 25px auto 30px;
  max-width: 1200px;
  text-align: center;
}
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-instructions {
  margin-bottom: 30px;
  padding: 0;
}
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-instructions h2 {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  line-height: 60px;
}
@media screen and (max-width: 1800px) {
  .returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-instructions h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1400px) {
  .returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-instructions h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-instructions h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-instructions h2 {
    font-size: 24px;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-instructions h2 {
    line-height: 30px;
  }
}
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-instructions p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #052840;
}
@media screen and (max-width: 768px) {
  .returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-instructions p {
    font-size: 14px;
    line-height: 23px;
  }
}
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-header h3 {
  color: #000000;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-header h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-header h3 {
    margin-bottom: 0px;
  }
}
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-header p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-header p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-fields {
    grid-template-columns: 1fr;
  }
}
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-fields .field-group {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 577px) {
  .returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-fields .field-group:last-child {
    grid-column: span 2;
  }
}
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-fields .field-group label {
  color: #444444;
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 500;
  text-align: left;
}
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-fields .field-group label.required::after {
  content: " *";
  color: #ff6b6b;
}
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-fields .field-group input,
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-fields .field-group select,
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-fields .field-group textarea {
  padding: 12px;
  border: 1px solid #444444 !important;
  border-radius: 4px;
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-fields .field-group input,
  .returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-fields .field-group select,
  .returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-fields .field-group textarea {
    height: 40px;
    font-size: 14px;
    padding: 10px;
  }
}
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-fields .field-group input:focus,
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-fields .field-group select:focus,
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-fields .field-group textarea:focus {
  outline: none;
  box-shadow: none;
}
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-fields .field-group textarea {
  min-height: 80px;
}
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-fields .field-group select {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 35px;
}
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-actions {
  text-align: center;
}
.returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-actions .generate-label-btn {
  background-color: #26bd9a;
  color: #ffffff;
  border: none;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .returns-index-index #maincontent .fedex-shipping-container .fedex-content .fedex-form-container #shipping-label-form .form-actions .generate-label-btn {
    font-size: 16px;
    padding: 12px 20px;
  }
}
/* Modal Styles */
@media screen and (max-width: 768px) {
  .returns-index-index .modal-popup.modal-slide {
    right: 44px;
    top: 44px;
    overflow: hidden;
  }
}
@media screen and (max-width: 576px) {
  .returns-index-index .modal-popup.modal-slide {
    right: 15px;
    top: 15px;
    left: 15px;
  }
}
.returns-index-index .modal-popup.modal-slide .modal-inner-wrap {
  max-width: 730px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .returns-index-index .modal-popup.modal-slide .modal-inner-wrap {
    max-height: unset;
    height: auto;
    min-height: unset !important;
  }
}
.returns-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-header .action-close {
  top: 15px;
}
@media screen and (max-width: 768px) {
  .returns-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-header .action-close {
    top: 10px;
  }
}
.returns-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .returns-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content {
    padding: 0px 7px 12px !important;
  }
}
.returns-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content #download-modal .modal-content {
  padding: 20px;
  text-align: center;
}
.returns-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content #download-modal .modal-content .modal-header h3 {
  color: #000000;
  font-size: 24px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .returns-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content #download-modal .modal-content .modal-header h3 {
    font-size: 20px;
  }
}
.returns-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content #download-modal .modal-content .modal-body p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .returns-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content #download-modal .modal-content .modal-body p {
    font-size: 16px;
  }
}
.returns-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content #download-modal .modal-content .modal-body .modal-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.returns-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content #download-modal .modal-content .modal-body .modal-actions .btn {
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.returns-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content #download-modal .modal-content .modal-body .modal-actions .btn.btn-primary {
  background: #26bd9a;
  color: white;
}
.returns-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content #download-modal .modal-content .modal-body .modal-actions .btn.btn-primary:hover {
  background: #26bd9a;
}
@media screen and (max-width: 768px) {
  .returns-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content #download-modal .modal-content .modal-body .modal-actions .btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.page-products .sidebar-main .filter-content .filter-options-item li a:hover,
.page-products .sidebar-main .filter-content .filter-options-item li a:hover span {
  color: #26bd9a !important;
}
.page-products .sidebar-main .filter-content .filter-options-item {
  cursor: pointer;
}
.page-products .sidebar-main .filter-content .filter-options-item .filter-options-title {
  text-transform: capitalize;
}
.catalog-category-view .product-item-info:hover .product-item-actions .action.towishlist {
  visibility: visible;
}
.catalog-category-view .product-item:hover .actions-primary {
  visibility: visible;
}
.catalog-category-view .sidebar .swatch-option {
  background-color: #ffffff;
}
.catalog-category-view .sidebar .swatch-option.disabled {
  position: relative;
}
.catalog-category-view .sidebar .swatch-option.disabled::after {
  content: "";
  position: absolute;
  height: 80px;
  width: 2px;
  background: grey !important;
  transform: rotate(30deg);
  top: -17px;
  left: 45%;
  right: 45%;
  overflow: hidden;
  transform-origin: center;
}
.catalog-category-view .sidebar .swatch-option.selected {
  background-color: #26bd9a;
  border-color: #26bd9a;
  box-shadow: none;
  color: #ffffff;
}
.catalog-category-view .sidebar .swatch-option:focus {
  box-shadow: none !important;
}
.catalog-category-view .sidebar .swatch-option:hover {
  outline: none !important;
}
.catalog-category-view .sidebar .swatch-attribute-options {
  padding: 2px 0px 8px 0px;
  width: 100%;
}
.catalog-category-view .sidebar .product-custom-option {
  padding: 0;
  height: 37px;
}
.catalog-category-view .sidebar .swatch-option.text {
  min-width: 40px;
  line-height: 26px;
  font-size: 15px;
}
.catalog-category-view .products-grid .product-item-info {
  border: 1px solid #f1f1f1;
  padding: 10px;
}
.catalog-category-view .products-grid .product-item-info .product-item-name a {
  color: #313131;
}
@media screen and (max-width: 425px) {
  .catalog-category-view .products-grid .product-item-info {
    padding: 8px;
  }
}
.catalog-category-view .products-grid .actions-primary .stock.unavailable {
  height: 36px;
}
.catalog-category-view .products-grid .actions-primary .tocart {
  border: 1px solid #dee5e8;
  padding: 10px;
  align-items: center;
  display: flex;
  line-height: 2;
  width: 124px;
  height: 36px;
  border-radius: 0px;
  color: #6a6a6d;
  background-color: white;
  font-weight: 500;
}
@media screen and (max-width: 425px) {
  .catalog-category-view .products-grid .actions-primary .tocart {
    width: 105px;
    height: 32px;
    padding: 8px;
  }
}
.catalog-category-view .products-grid .actions-primary .tocart span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
}
@media screen and (max-width: 425px) {
  .catalog-category-view .products-grid .actions-primary .tocart span {
    font-size: 10px;
  }
}
.catalog-category-view .products-grid .actions-primary .tocart::before {
  color: #6a6a6d;
}
.catalog-category-view .products-grid .actions-primary .tocart:hover {
  border-color: #26bd9a !important;
  color: white !important;
  background-color: #26bd9a !important;
}
.catalog-category-view .products-grid .actions-primary .tocart:hover::before {
  color: white !important;
}
.catalog-category-view .products-grid .product-items .price-label {
  font-size: 14px;
}
.catalog-category-view .products-grid .product-items .not-logged-in {
  border: 1px solid #26bd9a;
  padding: 5px 10px;
  color: #fff;
  background-color: #26bd9a;
  font-weight: 600;
  font-size: 15px;
  height: 36px;
}
.catalog-category-view .products-grid .product-items .not-logged-in:hover {
  border-color: #26bd9a !important;
  color: white !important;
  background-color: #26bd9a !important;
}
.catalog-category-view .products-grid .product-items .product-item-photo .porto-tb-featured-image.tb-image-type-hover {
  overflow: hidden;
}
.catalog-category-view .products-grid .product-items .product-item-photo img {
  transition: all 0.2s linear;
  scale: 1.1;
  z-index: -1;
}
.catalog-category-view .products-grid .product-items .product-item-photo:hover {
  box-shadow: none;
}
.catalog-category-view .products-grid .product-items .product-item-photo img:hover {
  scale: 1.2;
}
.catalog-category-view .products-grid .product-items .product-item-info:hover img {
  scale: 1.2;
}
.catalog-category-view .products-grid .product-items .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.catalog-category-view .products-grid .product-item-actions .action.towishlist {
  color: #333;
  width: 32px;
  height: 32px;
  border: 1px solid #dee5e8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 10px;
  visibility: hidden;
}
.catalog-category-view .products-grid .product-item-actions .action.towishlist::before {
  color: #333 !important;
  font-family: "porto-icons";
  text-align: center;
  position: static;
  width: 20px;
  height: 32px;
}
.catalog-category-view .products-grid .product-item-actions .action.towishlist:hover {
  background-color: #26bd9a !important;
  border-color: #26bd9a !important;
}
.catalog-category-view .products-grid .product-item-actions .action.tocompare {
  color: #333;
  width: 32px;
  height: 32px;
  border: 1px solid #dee5e8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0px;
}
.catalog-category-view .products-grid .product-item-actions .action.tocompare::before {
  color: #333 !important;
  font-family: "porto-icons";
  text-align: center;
  position: static;
  width: 20px;
  height: 32px;
}
.catalog-category-view .products-grid .product-item-actions .action.tocompare:hover {
  background-color: #26bd9a !important;
  border-color: #26bd9a !important;
}
.catalog-category-view .products-list .not-logged-in-link {
  display: none;
}
.catalog-category-view .products-list .actions-primary {
  display: none;
}
.catalog-category-view .products-list .product-item-actions .action.towishlist {
  color: #333;
  width: 32px;
  height: 32px;
  border: 1px solid #dee5e8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px;
}
.catalog-category-view .products-list .product-item-actions .action.towishlist::before {
  color: #333 !important;
  font-family: "porto-icons";
  text-align: center;
  position: static;
  width: 20px;
  height: 32px;
}
.catalog-category-view .products-list .product-item-actions .action.tocompare {
  color: #333;
  width: 32px;
  height: 32px;
  border: 1px solid #dee5e8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 50px;
}
.catalog-category-view .products-list .product-item-actions .action.tocompare::before {
  color: #333 !important;
  font-family: "porto-icons";
  text-align: center;
  position: static;
  width: 20px;
  height: 32px;
}
.catalog-category-view .products-list .product-item-actions .action.tocompare:hover {
  background-color: #26bd9a !important;
  border-color: #26bd9a !important;
}
.catalog-category-view .products-list .product-item-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalog-category-view .products-list .not-logged-in {
  border: 1px solid #26bd9a;
  padding: 5px 10px;
  color: #fff;
  background-color: #26bd9a;
  font-weight: 600;
  font-size: 15px;
  height: 36px;
}
.catalog-category-view .products-list .not-logged-in:hover {
  border-color: #26bd9a !important;
  color: white !important;
  background-color: #26bd9a !important;
}
.catalog-category-view .products-list .actions-primary .tocart {
  border: 1px solid #dee5e8;
  padding: 10px;
  align-items: center;
  display: flex;
  line-height: 2;
  width: 124px;
  height: 36px;
  border-radius: 0px;
  color: #6a6a6d;
  background-color: white;
  font-weight: 500;
}
.catalog-category-view .products-list .actions-primary .tocart span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
}
.catalog-category-view .products-list .product-item-photo .porto-tb-featured-image.tb-image-type-hover {
  overflow: hidden;
}
.catalog-category-view .products-list .product-item-photo img {
  transition: all 0.2s linear;
  scale: 1.1;
  z-index: -1;
}
.catalog-category-view .products-list .product-item-photo:hover {
  box-shadow: none;
}
.catalog-category-view .products-list .product-item-photo img:hover {
  scale: 1.2;
}
.catalog-category-view .products-list .product-item-info:hover img {
  scale: 1.2;
}
.catalog-category-view .products-list .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.catalog-category-view .products-list .product h3,
.catalog-category-view .products-list .product p {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #6a6a6d !important;
  line-height: 23px !important;
}
.catalog-category-view .swatch-option.color {
  border-radius: 50%;
}
.catalog-category-view .category-top-name {
  height: 200px;
  color: black;
  font-weight: 600;
  font-size: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  background-color: #bdece1;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .catalog-category-view .category-top-name {
    height: 120px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-category-view .product-item-actions .action.towishlist {
    visibility: visible !important;
  }
  .catalog-category-view .product-item-actions .action.tocompare {
    visibility: visible !important;
    opacity: 1;
  }
  .catalog-category-view .actions-primary .tocart {
    visibility: visible !important;
    opacity: 1;
  }
}
.occupational-product-view .product-info-main .product-add-form .product-options-wrapper .fieldset .field {
  display: none;
}
.catalog-product-view .box-tocart,
.occupational-product-view .box-tocart {
  display: flex;
}
.catalog-product-view .box-tocart #qty-error,
.occupational-product-view .box-tocart #qty-error {
  bottom: -18px;
}
.catalog-product-view .medical-use ul,
.occupational-product-view .medical-use ul {
  color: #26bd9a;
  font-size: 14px;
  font-weight: 400;
}
.catalog-product-view .product.info .product.description ul li,
.occupational-product-view .product.info .product.description ul li {
  display: list-item !important;
  font-size: 16px;
}
.catalog-product-view .product.info .product.description #tab-label-description,
.occupational-product-view .product.info .product.description #tab-label-description {
  font-size: 16px;
}
.catalog-product-view .product-info-main .product-info-stock-sku,
.occupational-product-view .product-info-main .product-info-stock-sku {
  margin-bottom: 0;
  margin-top: 11px;
}
.catalog-product-view .product-info-main .product-info-stock-sku span,
.occupational-product-view .product-info-main .product-info-stock-sku span,
.catalog-product-view .product-info-main .product-info-stock-sku .type,
.occupational-product-view .product-info-main .product-info-stock-sku .type,
.catalog-product-view .product-info-main .product-info-stock-sku .value,
.occupational-product-view .product-info-main .product-info-stock-sku .value {
  font-size: 14px;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product-color,
.occupational-product-view .product-info-main .product-color,
.catalog-product-view .product-info-main .product-gender,
.occupational-product-view .product-info-main .product-gender {
  text-transform: uppercase;
  margin-bottom: 11px;
}
.catalog-product-view .product-info-main .product-color span,
.occupational-product-view .product-info-main .product-color span,
.catalog-product-view .product-info-main .product-gender span,
.occupational-product-view .product-info-main .product-gender span {
  font-size: 14px;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product-color .title,
.occupational-product-view .product-info-main .product-color .title,
.catalog-product-view .product-info-main .product-gender .title,
.occupational-product-view .product-info-main .product-gender .title {
  color: #777;
}
.catalog-product-view .product-info-main .product-color .color-value,
.occupational-product-view .product-info-main .product-color .color-value,
.catalog-product-view .product-info-main .product-gender .color-value,
.occupational-product-view .product-info-main .product-gender .color-value,
.catalog-product-view .product-info-main .product-color .gender-value,
.occupational-product-view .product-info-main .product-color .gender-value,
.catalog-product-view .product-info-main .product-gender .gender-value,
.occupational-product-view .product-info-main .product-gender .gender-value {
  color: #222529;
}
.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .label,
.occupational-product-view .product-info-main .product-add-form .product-options-wrapper .label {
  text-transform: uppercase;
  font-size: 15px;
  color: #777;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 8px;
}
.catalog-product-view .product-info-main .availability-message,
.occupational-product-view .product-info-main .availability-message {
  background: #E9FFFA;
  border-left: 3px solid #26BD9A;
  padding: 10px;
  margin-bottom: 18px;
  margin-top: 10px;
}
.catalog-product-view .product-info-main .availability-message .available-stock,
.occupational-product-view .product-info-main .availability-message .available-stock {
  text-transform: uppercase;
  font-size: 15px;
  color: #0F5243;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 8px;
}
.catalog-product-view .product-info-main .availability-message #threshold,
.occupational-product-view .product-info-main .availability-message #threshold {
  color: #0F5243;
  font-weight: 600;
  font-size: 15px;
}
.catalog-product-view .product-info-main .availability-message .stock-disclaimer,
.occupational-product-view .product-info-main .availability-message .stock-disclaimer {
  color: #26bd9a;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}
.catalog-product-view .product-info-main .product-info-stock-sku .instock,
.occupational-product-view .product-info-main .product-info-stock-sku .instock {
  display: none;
}
.catalog-product-view .product-info-main .product-info-stock-sku .outofstock,
.occupational-product-view .product-info-main .product-info-stock-sku .outofstock {
  color: red;
  margin: 0;
  padding: 0;
}
.catalog-product-view .product-info-main .product-info-stock-sku .outofstock span,
.occupational-product-view .product-info-main .product-info-stock-sku .outofstock span {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection {
  padding-top: 10px;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .title,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .title {
  margin-bottom: 8px;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .title strong,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .title strong {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  transition: all 0.3s;
  width: 31.5%;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card:hover,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card:hover {
  border-color: #26bd9a;
}
@media screen and (max-width: 1450px) {
  .catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card,
  .occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card {
    width: 31%;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card,
  .occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card {
    width: 47%;
  }
}
@media screen and (max-width: 425px) {
  .catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card,
  .occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card {
    width: 100%;
  }
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .check-mark-container,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .check-mark-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .check-mark-container .check-mark-image,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .check-mark-container .check-mark-image {
  margin-right: 10px;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .check-mark-container .check-mark-image img,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .check-mark-container .check-mark-image img {
  display: none;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .check-mark-container .check-mark-text,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .check-mark-container .check-mark-text {
  font-weight: 600;
  font-size: 12px;
  color: #135546;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card.is-selected,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card.is-selected {
  border: 2px solid #26bd9a;
  position: relative;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card.is-selected .check-mark-container .check-mark-image img,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card.is-selected .check-mark-container .check-mark-image img {
  display: block;
  width: 20px;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner {
  display: flex;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  position: relative;
  flex-direction: column;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .photo,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .photo {
  margin-right: 15px;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .photo .product-image-container,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .photo .product-image-container {
  width: 100px !important;
}
@media screen and (max-width: 425px) {
  .catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .photo .product-image-container,
  .occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .photo .product-image-container {
    width: 80px !important;
  }
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .photo .product-image-container .product-image-wrapper img,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .photo .product-image-container .product-image-wrapper img {
  max-width: unset !important;
  height: auto;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner input[type="radio"],
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner input[type="radio"] {
  opacity: 0;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .details,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .details {
  flex: 1;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .details span,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .details span {
  display: block;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .details .name,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .details .name {
  font-weight: 400;
  font-size: 14px;
  color: #29363c;
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .details .price,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .details .price {
  font-weight: 600;
  font-size: 16px;
  color: #7a7d82;
  margin-bottom: 5px;
}
.catalog-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .details .price-label,
.occupational-product-view .product-info-main #orthofeet-upsell-container .block.upsell.orthofeet-upsell-after-selection .content .upsell-radio-cards .card .card-inner .details .price-label {
  display: block;
  color: #26bd9a;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.catalog-product-view .product.info.detailed div#related\.post\.tab h2,
.occupational-product-view .product.info.detailed div#related\.post\.tab h2 {
  display: none;
}
.catalog-product-view .product.info.detailed div#related\.post\.tab ul,
.occupational-product-view .product.info.detailed div#related\.post\.tab ul {
  list-style-type: disc;
}
.catalog-product-view .product.info.detailed div#related\.post\.tab ul li,
.occupational-product-view .product.info.detailed div#related\.post\.tab ul li {
  font-size: 18px;
  font-weight: 500;
  color: #26bd9a;
  line-height: 27px;
  padding-left: 20px;
}
.catalog-product-view .product.info.detailed div#related\.post\.tab::before,
.occupational-product-view .product.info.detailed div#related\.post\.tab::before,
.catalog-product-view .product.info.detailed div#related\.post\.tab::after,
.occupational-product-view .product.info.detailed div#related\.post\.tab::after {
  display: none;
}
.catalog-product-view .product-info-price .item-number,
.occupational-product-view .product-info-price .item-number {
  font-size: 15px;
  color: #6a6a6d;
  margin-bottom: 20px;
  font-weight: 400;
}
.catalog-product-view .product-info-price .price-label,
.occupational-product-view .product-info-price .price-label {
  display: block;
  color: #26bd9a;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.catalog-product-view .product-add-form .swatch-attribute-label,
.occupational-product-view .product-add-form .swatch-attribute-label {
  font-size: 15px;
  font-weight: 500;
  width: 89px;
  margin-top: 5px !important;
}
.catalog-product-view .product-add-form .product-addto-links .action.tocompare:hover,
.occupational-product-view .product-add-form .product-addto-links .action.tocompare:hover {
  background-color: #26bd9a !important;
  border-color: #26bd9a !important;
}
.catalog-product-view .product-add-form .action.primary,
.occupational-product-view .product-add-form .action.primary {
  border: 1px solid #dee5e8;
  padding: 10px;
  color: #6a6a6d;
  background-color: white;
  font-weight: 600;
  font-size: 15px;
  line-height: 0;
}
.catalog-product-view .product-add-form .action.primary:hover,
.occupational-product-view .product-add-form .action.primary:hover {
  border-color: #26bd9a !important;
  color: white !important;
  background-color: #26bd9a !important;
}
.catalog-product-view .product-add-form .action.primary:hover::before,
.occupational-product-view .product-add-form .action.primary:hover::before {
  color: white !important;
}
.catalog-product-view .product-social-links .product-addto-links,
.occupational-product-view .product-social-links .product-addto-links {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.catalog-product-view .product-social-links .product-addto-links .action,
.occupational-product-view .product-social-links .product-addto-links .action {
  color: #6a6a6d;
  width: 48px;
  height: 48px;
  border: 1px solid #dee5e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
.catalog-product-view .product-social-links .product-addto-links .action::before,
.occupational-product-view .product-social-links .product-addto-links .action::before {
  font-family: "porto-icons";
  color: #222529;
  font-size: 20px;
}
.catalog-product-view .product h3,
.occupational-product-view .product h3,
.catalog-product-view .product p,
.occupational-product-view .product p {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #6a6a6d !important;
  line-height: 23px !important;
}
.catalog-product-view .product .gallery-placeholder,
.occupational-product-view .product .gallery-placeholder {
  position: relative;
}
.catalog-product-view .product .gallery-placeholder .product-labels,
.occupational-product-view .product .gallery-placeholder .product-labels {
  left: 115px;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .product .gallery-placeholder .product-labels,
  .occupational-product-view .product .gallery-placeholder .product-labels {
    left: 8px;
  }
}
.catalog-product-view .product .gallery-placeholder .product-labels .product-label,
.occupational-product-view .product .gallery-placeholder .product-labels .product-label {
  font-weight: 700;
}
.catalog-product-view .product .fotorama-item .fotorama__stage,
.occupational-product-view .product .fotorama-item .fotorama__stage {
  border: 1px solid #e9e9e9 !important;
}
.catalog-product-view .product .fotorama-item .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft,
.occupational-product-view .product .fotorama-item .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft {
  margin-top: 0px !important;
}
.catalog-product-view .product .fotorama-item .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__thumb-border,
.occupational-product-view .product .fotorama-item .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__thumb-border {
  margin-top: 0px !important;
}
.catalog-product-view .product .fotorama-item .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame,
.occupational-product-view .product .fotorama-item .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame {
  width: 98px !important;
  height: 99px !important;
  padding: 0 8px 9px 0 !important;
}
.catalog-product-view .product .fotorama-item .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb,
.occupational-product-view .product .fotorama-item .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb {
  border: 1px solid #e9e9e9;
  background-color: transparent !important;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .product .fotorama-item .fotorama__stage,
  .occupational-product-view .product .fotorama-item .fotorama__stage {
    height: 520px !important;
  }
}
@media screen and (max-width: 425px) {
  .catalog-product-view .product .fotorama-item .fotorama__stage,
  .occupational-product-view .product .fotorama-item .fotorama__stage {
    height: 390px !important;
  }
}
@media screen and (max-width: 425px) {
  .catalog-product-view .product .fotorama-item .fotorama__stage,
  .occupational-product-view .product .fotorama-item .fotorama__stage {
    height: 325px !important;
  }
}
.catalog-product-view .product-options-wrapper,
.occupational-product-view .product-options-wrapper {
  margin-bottom: 20px;
}
.catalog-product-view .product-options-wrapper div.mage-error,
.occupational-product-view .product-options-wrapper div.mage-error {
  width: 50% !important;
}
.catalog-product-view .product-options-wrapper .input-text,
.occupational-product-view .product-options-wrapper .input-text {
  background-color: #ffffff;
  border: 1px solid #dadada;
}
.catalog-product-view .product-options-wrapper .swatch-option,
.occupational-product-view .product-options-wrapper .swatch-option {
  background-color: #ffffff;
}
.catalog-product-view .product-options-wrapper .swatch-option.disabled,
.occupational-product-view .product-options-wrapper .swatch-option.disabled {
  position: relative;
}
.catalog-product-view .product-options-wrapper .swatch-option.disabled::after,
.occupational-product-view .product-options-wrapper .swatch-option.disabled::after {
  content: "";
  position: absolute;
  height: 80px;
  width: 2px;
  background: grey !important;
  transform: rotate(30deg);
  top: -17px;
  left: 45%;
  right: 45%;
  overflow: hidden;
  transform-origin: center;
}
.catalog-product-view .product-options-wrapper .swatch-option.selected,
.occupational-product-view .product-options-wrapper .swatch-option.selected {
  background-color: #26bd9a;
  border-color: #26bd9a;
  box-shadow: none;
  color: #ffffff;
}
.catalog-product-view .product-options-wrapper .swatch-option:focus,
.occupational-product-view .product-options-wrapper .swatch-option:focus {
  box-shadow: none !important;
}
.catalog-product-view .product-options-wrapper .swatch-option:hover,
.occupational-product-view .product-options-wrapper .swatch-option:hover {
  outline: none !important;
}
.catalog-product-view .product-options-wrapper .swatch-attribute-options,
.occupational-product-view .product-options-wrapper .swatch-attribute-options {
  padding: 2px 0px 8px 0px;
  width: 100%;
}
.catalog-product-view .product-options-wrapper .product-custom-option,
.occupational-product-view .product-options-wrapper .product-custom-option {
  padding: 0;
  height: 37px;
}
.catalog-product-view .product-options-wrapper .swatch-option.text,
.occupational-product-view .product-options-wrapper .swatch-option.text {
  min-width: 40px;
  line-height: 26px;
  font-size: 15px;
}
.catalog-product-view .product-options-wrapper .swatch-select,
.occupational-product-view .product-options-wrapper .swatch-select {
  width: 170px;
}
.catalog-product-view .product-options-wrapper .swatch-select .disabled,
.occupational-product-view .product-options-wrapper .swatch-select .disabled {
  background-color: #d0d0d4c5;
}
.catalog-product-view .product-options-wrapper .swatch-attribute,
.occupational-product-view .product-options-wrapper .swatch-attribute {
  display: flex;
  gap: 42px;
}
.catalog-product-view .product-options-wrapper .mage-error,
.occupational-product-view .product-options-wrapper .mage-error {
  position: unset;
  text-align: right;
}
.catalog-product-view .product-options-wrapper .super-attribute-select.mage-error,
.occupational-product-view .product-options-wrapper .super-attribute-select.mage-error {
  display: none;
}
.catalog-product-view .product-options-wrapper .field,
.occupational-product-view .product-options-wrapper .field {
  display: flex;
  gap: 18px;
  margin-bottom: 28px;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .product-options-wrapper .field,
  .occupational-product-view .product-options-wrapper .field {
    margin-bottom: 42px;
  }
}
.catalog-product-view .product-options-wrapper .field label,
.occupational-product-view .product-options-wrapper .field label {
  flex-shrink: 0;
}
.catalog-product-view .product-options-wrapper .field .control,
.occupational-product-view .product-options-wrapper .field .control {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog-product-view .product-options-wrapper .field .control p.note,
.occupational-product-view .product-options-wrapper .field .control p.note {
  position: absolute;
  top: 90%;
  font-size: 12px;
}
.catalog-product-view .product-options-wrapper .field input.input-text,
.occupational-product-view .product-options-wrapper .field input.input-text {
  line-height: 0px;
  padding: 0 5px;
  width: 149px;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .product-options-wrapper .swatch-attribute,
  .occupational-product-view .product-options-wrapper .swatch-attribute {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .catalog-product-view .product-options-wrapper .mage-error,
  .occupational-product-view .product-options-wrapper .mage-error {
    text-align: left;
  }
}
.catalog-product-view .product-addto-links,
.occupational-product-view .product-addto-links {
  display: flex;
  gap: 5px;
  align-items: center;
}
.catalog-product-view .product-addto-links .action,
.occupational-product-view .product-addto-links .action {
  color: #6a6a6d;
  width: 48px;
  height: 48px;
  border: 1px solid #dee5e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
.catalog-product-view .product-addto-links .action::before,
.occupational-product-view .product-addto-links .action::before {
  font-family: "porto-icons";
  color: #222529;
  font-size: 20px;
}
.catalog-product-view .product-options-bottom .primary,
.occupational-product-view .product-options-bottom .primary {
  background: #26bd9a;
}
.catalog-product-view .block.upsell.porto-products,
.occupational-product-view .block.upsell.porto-products {
  padding-bottom: 20px;
}
.catalog-product-view .block.upsell.porto-products .section-title.slider-title #block-upsell-heading,
.occupational-product-view .block.upsell.porto-products .section-title.slider-title #block-upsell-heading {
  color: #313131;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 425px) {
  .catalog-product-view .block.upsell.porto-products .section-title.slider-title #block-upsell-heading,
  .occupational-product-view .block.upsell.porto-products .section-title.slider-title #block-upsell-heading {
    font-size: 16px;
  }
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info {
  border: 1px solid #f1f1f1;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info:hover .product-item-photo,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info:hover .product-item-photo img,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info:hover .product-item-photo img {
  scale: 1.2;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info:hover a.action.tocompare,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info:hover a.action.tocompare {
  visibility: visible;
  opacity: 1;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-photo,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-photo {
  overflow: hidden;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-photo img,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-photo img {
  transition: all 0.2s linear;
  scale: 1.1;
  z-index: -1;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info a.action.tocompare,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info a.action.tocompare {
  color: #333;
  width: 32px;
  height: 32px;
  border: 1px solid #dee5e8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  right: 10px;
  position: absolute;
  line-height: 34px;
  z-index: 3;
  transition: .25s;
  visibility: hidden;
  opacity: 0;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info a.action.tocompare::before,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info a.action.tocompare::before {
  color: #333 !important;
  font-family: "porto-icons";
  text-align: center;
  position: static;
  width: 20px;
  height: 32px;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info a.action.tocompare span,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info a.action.tocompare span {
  display: none;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-details .product-item-name,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-details .product-item-name,
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-details .style-number,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-details .style-number,
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-details .price-box,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-details .price-box,
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-details .product.actions.product-item-actions,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-details .product.actions.product-item-actions {
  text-align: left;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-details .product-item-link,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-details .product-item-link {
  color: #313131;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-details .price-box .price-label,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-details .price-box .price-label {
  font-size: 14px;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-details .product.actions.product-item-actions,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-details .product.actions.product-item-actions {
  margin-bottom: 0;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-details .product.actions.product-item-actions .actions-primary a button,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info .product-item-details .product.actions.product-item-actions .actions-primary a button {
  border: 1px solid #26bd9a;
  padding: 5px 10px;
  color: #fff;
  background-color: #26bd9a;
  font-weight: 600;
  font-size: 15px;
  height: 36px;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info button.action.tocart.primary,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info button.action.tocart.primary {
  border: 1px solid #dee5e8;
  padding: 10px;
  align-items: center;
  display: flex;
  line-height: 2;
  width: 124px;
  height: 36px;
  border-radius: 0px;
  color: #6a6a6d;
  background-color: white;
  font-weight: 500;
}
@media screen and (max-width: 425px) {
  .catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info button.action.tocart.primary,
  .occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info button.action.tocart.primary {
    width: 116px;
    height: 33px;
    padding: 6px;
  }
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info button.action.tocart.primary:hover,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info button.action.tocart.primary:hover {
  border-color: #26bd9a !important;
  color: white !important;
  background-color: #26bd9a !important;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info button.action.tocart.primary:hover::before,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info button.action.tocart.primary:hover::before {
  color: white !important;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info button.action.tocart.primary::before,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info button.action.tocart.primary::before {
  color: #6a6a6d;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .product-item-info button.action.tocart.primary span,
.occupational-product-view .block.upsell.porto-products .products.products-slider .product-item-info button.action.tocart.primary span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .owl-dots,
.occupational-product-view .block.upsell.porto-products .products.products-slider .owl-dots {
  position: unset !important;
  justify-content: center;
  margin-top: 20px !important;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .owl-dots .owl-dot span,
.occupational-product-view .block.upsell.porto-products .products.products-slider .owl-dots .owl-dot span {
  border-color: #d0d0d4 !important;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .owl-dots .owl-dot span:before,
.occupational-product-view .block.upsell.porto-products .products.products-slider .owl-dots .owl-dot span:before {
  background-color: #d0d0d4 !important;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .owl-dots .owl-dot:hover span,
.occupational-product-view .block.upsell.porto-products .products.products-slider .owl-dots .owl-dot:hover span {
  color: #d0d0d4;
}
.catalog-product-view .block.upsell.porto-products .products.products-slider .owl-dots .owl-dot.active span,
.occupational-product-view .block.upsell.porto-products .products.products-slider .owl-dots .owl-dot.active span {
  color: #26bd9a !important;
  border-color: #26bd9a !important;
}
.catalog-product-view .main-upsell-product-detail .container,
.occupational-product-view .main-upsell-product-detail .container {
  background-color: white;
}
.catalog-product-view .main-upsell-product-detail .container .product-item-info,
.occupational-product-view .main-upsell-product-detail .container .product-item-info {
  border: 1px solid #f1f1f1;
}
.catalog-product-view .main-upsell-product-detail .container .product-item-info .towishlist,
.occupational-product-view .main-upsell-product-detail .container .product-item-info .towishlist {
  color: #505050 !important;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid #505050 !important;
  border-radius: 50% !important;
  visibility: hidden !important;
  display: block;
  z-index: 20 !important;
  position: absolute;
  right: 20px;
}
.catalog-product-view .main-upsell-product-detail .container .product-item-info .towishlist::before,
.occupational-product-view .main-upsell-product-detail .container .product-item-info .towishlist::before {
  color: #333 !important;
  font-family: "porto-icons" !important;
  text-align: center !important;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid #505050;
  visibility: visible !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.catalog-product-view .main-upsell-product-detail .container .product-item-info .towishlist:hover,
.occupational-product-view .main-upsell-product-detail .container .product-item-info .towishlist:hover {
  background-color: #26bd9a !important;
  border-color: #26bd9a !important;
}
.catalog-product-view .main-upsell-product-detail .container .product-item-info .tocompare,
.occupational-product-view .main-upsell-product-detail .container .product-item-info .tocompare {
  color: #6a6a6d !important;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid #dee5e8 !important;
  border-radius: 50% !important;
  visibility: hidden !important;
  display: block;
  z-index: 20 !important;
  position: absolute;
  right: 10px;
}
.catalog-product-view .main-upsell-product-detail .container .product-item-info .tocompare::before,
.occupational-product-view .main-upsell-product-detail .container .product-item-info .tocompare::before {
  color: #333 !important;
  font-family: "porto-icons" !important;
  text-align: center !important;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid #dee5e8;
  visibility: visible !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.catalog-product-view .main-upsell-product-detail .container .product-item-info .tocompare:hover::before,
.occupational-product-view .main-upsell-product-detail .container .product-item-info .tocompare:hover::before {
  background-color: #26bd9a !important;
  border-color: #26bd9a !important;
}
.catalog-product-view .main-upsell-product-detail .container .product-item-info .product-item-details,
.occupational-product-view .main-upsell-product-detail .container .product-item-info .product-item-details {
  text-align: left !important;
}
.catalog-product-view .main-upsell-product-detail .container .product-item-info .product-item-info:hover .towishlist::before,
.occupational-product-view .main-upsell-product-detail .container .product-item-info .product-item-info:hover .towishlist::before {
  visibility: visible !important;
}
.catalog-product-view .main-upsell-product-detail .container .product-item-info .product-item-photo img,
.occupational-product-view .main-upsell-product-detail .container .product-item-info .product-item-photo img {
  transition: all 0.2s linear;
}
.catalog-product-view .main-upsell-product-detail .container .product-item-info .product-item-photo:hover,
.occupational-product-view .main-upsell-product-detail .container .product-item-info .product-item-photo:hover {
  box-shadow: none;
}
.catalog-product-view .main-upsell-product-detail .container .product-item-info .product-item-photo img:hover,
.occupational-product-view .main-upsell-product-detail .container .product-item-info .product-item-photo img:hover {
  scale: 1.05;
}
.catalog-product-view .main-upsell-product-detail .container .product-item-info:hover img,
.occupational-product-view .main-upsell-product-detail .container .product-item-info:hover img {
  scale: 1.05;
}
.catalog-product-view .main-upsell-product-detail .container .product-item-info:hover .product-item-photo,
.occupational-product-view .main-upsell-product-detail .container .product-item-info:hover .product-item-photo {
  box-shadow: none !important;
}
.catalog-product-view .main-upsell-product-detail .container .product-item-actions .action.primary,
.occupational-product-view .main-upsell-product-detail .container .product-item-actions .action.primary {
  border: 1px solid #dee5e8 !important;
  padding: 10px !important;
  color: #6a6a6d !important;
  background-color: white !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 0 !important;
}
.catalog-product-view .main-upsell-product-detail .container .product-item-actions .action.primary:hover,
.occupational-product-view .main-upsell-product-detail .container .product-item-actions .action.primary:hover {
  border-color: #26bd9a !important;
  color: white !important;
  background-color: #26bd9a !important;
}
.catalog-product-view .main-upsell-product-detail .container .product-item-actions .action.primary:hover::before,
.occupational-product-view .main-upsell-product-detail .container .product-item-actions .action.primary:hover::before {
  color: white !important;
}
.catalog-product-view .main-upsell-product-detail .container .owl-carousel.dots-style-1 .owl-dot span,
.occupational-product-view .main-upsell-product-detail .container .owl-carousel.dots-style-1 .owl-dot span {
  color: #26bd9a !important;
  border-color: #26bd9a !important;
}
.catalog-product-view .main-upsell-product-detail .container .products,
.occupational-product-view .main-upsell-product-detail .container .products {
  margin-bottom: 20px;
}
.categorypath-orthotics-insole-ipad-foot-scanner-offer #maincontent {
  display: none;
}
.categorypath-orthotics-insole-ipad-foot-scanner-offer .category-cms {
  text-align: center;
}
@media print {
  .catalog-product_compare-index body {
    margin: 0 !important;
    padding: 0 !important;
  }
  .catalog-product_compare-index .porto-block-html-top {
    display: none;
  }
  @page {
    margin: 20px !important;
  }
  .catalog-product_compare-index .page-footer {
    display: none;
  }
}
.catalog-product_compare-index .page-title-wrapper span {
  color: #313131;
}
.catalog-product_compare-index .print span {
  color: #313131;
}
.catalog-product_compare-index .table-wrapper .product-item-actions button.action.primary {
  border: 1px solid #dee5e8 !important;
  padding: 10px !important;
  color: #6a6a6d !important;
  background-color: white !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 0 !important;
}
.catalog-product_compare-index .table-wrapper .product-item-actions button.action.primary:hover {
  border-color: #26bd9a !important;
  color: white !important;
  background-color: #26bd9a !important;
}
.catalog-product_compare-index .table-wrapper .product-item-actions button.action.primary:hover::before {
  color: white !important;
}
@media screen and (max-width: 992px) {
  .occupational-product-view .filter-placeholder.m-0,
  .catalog-product-view .filter-placeholder.m-0,
  .catalog-category-view .filter-placeholder.m-0,
  .checkout-cart-index .filter-placeholder.m-0,
  .checkout-index-index .filter-placeholder.m-0,
  .customer-account-login .filter-placeholder.m-0,
  .customer-account-forgotpassword .filter-placeholder.m-0,
  .customer-account-create .filter-placeholder.m-0 {
    height: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .occupational-product-view .page-main,
  .catalog-product-view .page-main,
  .catalog-category-view .page-main,
  .checkout-cart-index .page-main,
  .checkout-index-index .page-main,
  .customer-account-login .page-main,
  .customer-account-forgotpassword .page-main,
  .customer-account-create .page-main {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.catalog-product_compare-index .product.info .product-item-photo:hover {
  scale: 1.05;
  box-shadow: none !important;
  transition: all 0.2s linear;
}
strong.product.name.product-item-name a.product-item-link {
  margin-bottom: 0;
}
body.category-accessories .toolbar a.porto-product-filters-toggle {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
    min-height: 30px;
    margin-top: 10px;
  }
}
.product-attribute-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.product-attribute-icons .attribute-icon-wrapper {
  text-align: center;
  width: 100px;
}
.product-attribute-icons .attribute-icon-wrapper .attribute-icon {
  width: 40px;
  max-height: 40px;
  object-fit: contain;
}
.product-attribute-icons .attribute-icon-wrapper .attribute-label {
  margin-top: 8px;
  font-size: 14px;
  color: #777777;
  font-weight: 400;
}
.checkout-cart-index .modal-popup .modal-inner-wrap .modal-header .action-close {
  padding: 1.1rem 1.1rem;
}
.checkout-cart-index .modal-popup .modal-content {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-cart-index .modal-popup .modal-content .block-authentication {
  border-top: none;
}
.checkout-cart-index .modal-popup .modal-content .block-authentication .block-title strong {
  font-weight: 600;
  color: #252525;
}
.checkout-cart-index .modal-popup .modal-content .block-authentication .block-new-customer .block-content p {
  font-size: 15px;
  color: #4a4a4a;
}
.checkout-cart-index .modal-popup .modal-content .block-authentication .block-new-customer .block-content ul {
  font-size: 15px;
  color: #4a4a4a;
}
.checkout-cart-index .modal-popup .modal-content .block-authentication .block-new-customer .block-content .actions-toolbar .primary .action-register {
  padding: 15px !important;
  background: #26bd9a !important;
  border-color: #26bd9a !important;
  font-size: 20px;
  font-weight: 600;
}
.checkout-cart-index .modal-popup .modal-content .block-authentication .block-customer-login .block-content .form-login .fieldset .actions-toolbar .primary .action.action-login.secondary {
  font-size: 20px;
}
.checkout-cart-index .modal-popup .modal-footer {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-cart-index .page-main {
  background-color: #f6f6f6;
}
.checkout-cart-index .page-title span {
  color: #313131;
}
.checkout-cart-index .cart-summary {
  border: none;
  background-color: unset;
  padding: 0;
}
.checkout-cart-index .cart-summary .table-wrapper {
  background-color: #ffffff;
  margin-top: 25px;
  padding: 20px;
}
.checkout-cart-index .cart-summary .checkout-methods-items button {
  background-color: #26bd9a !important;
}
.checkout-cart-index .cart-summary tbody th {
  font-weight: 600;
  font-size: 14px;
  color: #29363c;
  border: none;
}
.checkout-cart-index .cart-summary tbody td {
  border: none;
}
.checkout-cart-index .cart-summary tbody td span {
  font-weight: 500;
  font-size: 14px;
  color: #29363c;
}
.checkout-cart-index .cart-summary .order-summery-text {
  color: #313131;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.checkout-cart-index .cart-summary .discount {
  padding: 20px;
  background-color: #ffffff;
}
.checkout-cart-index .cart-summary .discount .title strong {
  color: #29363c;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd80;
  display: block;
  margin-bottom: 15px;
}
.checkout-cart-index .cart-summary .discount .fieldset {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  justify-content: space-between;
  height: 43px;
}
.checkout-cart-index .cart-summary .discount .fieldset .field {
  margin-bottom: 0;
  width: 80%;
}
.checkout-cart-index .cart-summary .discount .fieldset .field input {
  background-color: #fafafa;
}
.checkout-cart-index .cart-summary .discount .fieldset .field input ::placeholder {
  color: #757575;
}
.checkout-cart-index .cart-summary .discount .fieldset .field .mage-error {
  position: unset !important;
}
.checkout-cart-index .cart-summary .discount .fieldset button {
  border: 1px solid #26bd9a;
  padding: 10px;
  color: white;
  background-color: #26bd9a;
  font-weight: 600;
  font-size: 15px;
  line-height: 0;
  width: 100px !important;
  margin: 0px;
  height: 43px;
}
.checkout-cart-index .cart-summary .discount .fieldset button span {
  display: block;
  text-align: center;
  height: 2px;
  width: 100%;
}
.checkout-cart-index .cart-container .form-cart {
  width: 65%;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper {
  overflow: auto;
}
.checkout-cart-index .cart-container .form-cart .action.update:before {
  content: "";
}
.checkout-cart-index .cart-container .form-cart .action.update,
.checkout-cart-index .cart-container .form-cart .action.clear {
  padding-left: 25px;
  border: 1px solid #26bd9a;
  color: white;
  background-color: #26bd9a;
  font-weight: 600;
  font-size: 15px;
}
.checkout-cart-index .cart-container .form-cart .actions {
  float: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .checkout-cart-index .cart-container .form-cart .actions {
    flex-direction: column;
    gap: 20px !important;
  }
  .checkout-cart-index .cart-container .form-cart .update-clear-container {
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart .action.clear {
    margin-bottom: 20px;
  }
  .checkout-cart-index .cart-container .form-cart .action.update,
  .checkout-cart-index .cart-container .form-cart .action.clear {
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart .continue {
    width: 100%;
  }
}
.checkout-cart-index .cart-container .form-cart .continue {
  font-size: 15px;
  line-height: 25px;
  padding-left: 14px;
  border: 1px solid #eeeeee;
  color: #313131;
  background-color: #eeeeee;
  border-radius: 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 5px;
  justify-content: center;
}
.checkout-cart-index .cart-container .form-cart .continue:hover {
  border: 1px solid #eeeeee;
  color: #313131;
  background-color: #eeeeee;
}
.checkout-cart-index .cart-container .form-cart .continue:before {
  font-size: 25px;
  margin-right: 5px;
  content: url("../images/arrow-left.svg") !important;
}
.checkout-cart-index .cart-container .form-cart .table {
  background-color: #ffffff;
}
.checkout-cart-index .cart-container .form-cart .table thead {
  background-color: #29363c;
}
.checkout-cart-index .cart-container .form-cart .table thead th span {
  color: #ffffff;
}
.checkout-cart-index .cart-container .form-cart .table tbody tr td {
  font-weight: 500 !important;
  color: #222529;
  font-size: 14px;
}
.checkout-cart-index .cart-container .form-cart .table tbody tr td strong {
  font-weight: 500;
  font-size: 14px;
  color: #222529;
}
.checkout-cart-index .cart-container .form-cart .table tbody tr td .cart-price .price {
  color: #222529 !important;
  font-size: 14px;
  font-weight: 500 !important;
}
.checkout-cart-index .cart-container .form-cart .table tbody tr td .product-item-details dl {
  color: #222529;
  font-size: 14px;
}
.checkout-cart-index .cart-container .form-cart .table tbody tr td .product-item-details dl dt {
  font-size: 14px;
  font-weight: 500;
}
.checkout-cart-index .cart-container .form-cart .table tbody tr td .product-item-details dl dd {
  white-space: normal;
}
.checkout-cart-index .cart-container .form-cart .table tbody tr td .actions-toolbar {
  padding: 20px !important;
}
.checkout-cart-index .cart-container .form-cart .table tbody tr td .actions-toolbar .action-delete {
  padding-right: 20px;
  padding-top: 4px;
}
.checkout-cart-index .cart-container .form-cart .table tbody tr td .actions-toolbar .action-edit {
  margin-right: 25px;
}
.checkout-cart-index .pagebuilder-column-group p {
  margin: 0;
  color: #29363c;
  font-size: 16px;
  font-weight: 600;
}
.checkout-cart-index .pagebuilder-column-group ol {
  font-size: 13px;
  color: #29363c;
}
.checkout-cart-index .purchase-order-number #purchase_order_number {
  border: 1px solid #bbbbbb;
}
@media screen and (max-width: 991px) {
  .checkout-cart-index .cart-container .form-cart {
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart .table {
    background-color: #ffffff;
  }
  .checkout-cart-index .cart-container .form-cart .table thead {
    background-color: #29363c;
  }
  .checkout-cart-index .cart-container .form-cart .table thead th span {
    color: #ffffff;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr td .actions-toolbar {
    padding: 20px !important;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr td .actions-toolbar .action-delete {
    padding-right: 20px;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr td .actions-toolbar .action-edit {
    margin-right: 25px;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr td .actions-toolbar .gift-options-cart-item {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart .table {
    display: block;
    min-width: 350px;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody {
    display: block;
    position: relative;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr.item-info {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr.item-info td.col {
    display: flex;
    min-height: unset;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr.item-info td.col .product-item-photo {
    width: auto;
    position: unset;
    margin: 0px 10px 0 0;
    min-height: auto;
    border: 1px solid #ededed;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr.item-info td.col .product-item-details {
    text-align: left;
    margin-right: 54px;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr.item-info td.col .product-item-details .product-item-name {
    white-space: normal;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr.item-info td.col .product-item-details .product-item-name a {
    font-weight: 600;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr.item-info td.col::before {
    padding-right: 0.5em;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #555555;
    font-weight: 700;
    text-transform: uppercase;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr.item-info td.col .price-excluding-tax {
    line-height: 25px;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr.item-info td.col .field.qty .control.qty .input-text.qty {
    height: 2rem;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr.item-info td.col .field.qty .qty-changer a.qty-dec,
  .checkout-cart-index .cart-container .form-cart .table tbody tr.item-info td.col .field.qty .qty-changer a.qty-inc {
    height: 2rem;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr.item-info td.col.item {
    align-items: start;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr.item-info td.col.item::before {
    display: none;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr.item-actions {
    position: absolute;
    top: 0px;
    right: -12px;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr.item-actions td .actions-toolbar {
    padding: 0 !important;
  }
  .checkout-cart-index .cart-container .form-cart .table tbody tr.item-actions td .actions-toolbar .action-delete {
    margin-right: 20px;
    padding-right: 0px;
  }
}
.occupational-onepage-success .page-main-inner .actions-toolbar .primary .continue {
  float: unset;
  background-color: #26bd9a;
  font-weight: 700;
  padding: 0.533rem 1.3rem;
  border-color: #26bd9a;
}
.occupational-onepage-success .page-main-inner .actions-toolbar .primary .continue span {
  vertical-align: -webkit-baseline-middle;
}
.occupational-onepage-success .page-main-inner .checkout-success,
.checkout-onepage-success .page-main-inner .checkout-success {
  font-size: 16px;
}
.occupational-onepage-success .page-main-inner .checkout-success img,
.checkout-onepage-success .page-main-inner .checkout-success img {
  margin-bottom: 26px;
}
.occupational-onepage-success .page-main-inner .checkout-success .ortho-thank-you,
.checkout-onepage-success .page-main-inner .checkout-success .ortho-thank-you {
  line-height: 24px;
  margin: 0;
  color: #29363c;
}
.occupational-onepage-success .page-main-inner .checkout-success .ortho-order-number,
.checkout-onepage-success .page-main-inner .checkout-success .ortho-order-number {
  font-size: 16px;
  line-height: 24px;
  color: #29363c;
  font-weight: 700;
}
.occupational-onepage-success .page-main-inner .checkout-success .ortho-success-detail,
.checkout-onepage-success .page-main-inner .checkout-success .ortho-success-detail {
  max-width: 553px;
}
.occupational-onepage-success .page-main-inner .order-details,
.checkout-onepage-success .page-main-inner .order-details {
  display: none;
}
.occupational-onepage-success .page-main-inner .button-continue,
.checkout-onepage-success .page-main-inner .button-continue {
  float: unset;
}
.occupational-onepage-success .page-main-inner .button-continue .continue,
.checkout-onepage-success .page-main-inner .button-continue .continue {
  float: unset;
  background-color: #26bd9a;
  font-weight: 700;
  padding: 0.533rem 1.3rem;
}
.occupational-onepage-success .page-main-inner .button-continue .continue span,
.checkout-onepage-success .page-main-inner .button-continue .continue span {
  vertical-align: -webkit-baseline-middle;
}
.occupational-onepage-success .page-main-inner .button-continue a.action.primary.continue,
.checkout-onepage-success .page-main-inner .button-continue a.action.primary.continue {
  background: #26bd9a !important;
  border: 1px solid #26bd9a !important;
}
.checkout-cart-index .cart-empty .btn-go-shop {
  background-color: #26bd9a;
}
.checkout-index-index .cart-totals .amount,
.checkout-index-index .opc-block-summary .table-totals .amount {
  white-space: normal;
}
.checkout-index-index .page-main {
  background-color: #f6f6f6;
}
.checkout-index-index .payme-iframe-container {
  background: #ffffff;
}
.checkout-index-index .payme-checkbox-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  max-width: 970px;
}
@media (max-width: 992px) {
  .checkout-index-index .payme-checkbox-wrapper {
    max-width: 750px;
  }
}
@media (min-width: 1280px) {
  .checkout-index-index .payme-checkbox-wrapper {
    transform: translateY(-31px);
  }
}
.checkout-index-index .checkout-container .payment-method #purchaseorder-form #po_number {
  border: 1px solid #bbbbbb;
}
@media screen and (min-width: 769px) {
  .checkout-index-index .checkout-container ul.opc-progress-bar li.opc-progress-bar-item._active::before {
    background: #26bd9a !important;
    top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .checkout-index-index .checkout-container ul.opc-progress-bar li.opc-progress-bar-item:before {
    top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .checkout-index-index .checkout-container ul.opc-progress-bar li.opc-progress-bar-item._active > span:before {
    background: #26bd9a !important;
    color: #313131 !important;
  }
}
@media screen and (min-width: 769px) {
  .checkout-index-index .checkout-container ul.opc-progress-bar li.opc-progress-bar-item._active > span {
    color: #313131 !important;
  }
}
@media screen and (min-width: 769px) {
  .checkout-index-index .checkout-container ul.opc-progress-bar li.opc-progress-bar-item._complete > span {
    color: #6a6a6d !important;
  }
}
@media screen and (min-width: 769px) {
  .checkout-index-index .checkout-container ul.opc-progress-bar li.opc-progress-bar-item > span {
    color: #6a6a6d !important;
  }
}
.checkout-index-index .checkout-container .opc-wrapper .shipping-address-item.selected-item:after {
  background: #26bd9a !important;
}
.checkout-index-index .checkout-container .opc-wrapper .shipping-address-item.selected-item {
  border-color: #26bd9a !important;
  background-color: #ffffff;
}
.checkout-index-index .checkout-container .opc-wrapper .step-content {
  margin: 15px 0 2em;
}
.checkout-index-index .checkout-container .opc-wrapper .step-title {
  padding-left: 15px;
}
.checkout-index-index .checkout-container .primary {
  justify-content: end;
}
.checkout-index-index .checkout-container .primary button {
  border: 1px solid #26bd9a;
  padding: 10px;
  line-height: 0;
  width: 130px !important;
  margin: 0px;
  height: 43px;
  background-color: #26bd9a;
  justify-content: center;
  align-items: center;
}
.checkout-index-index .checkout-container .primary button span {
  color: white;
  font-weight: 600;
  font-size: 15px;
}
.checkout-index-index .checkout-container .versapay-actions-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.checkout-index-index .checkout-container .versapay-actions-toolbar::before,
.checkout-index-index .checkout-container .versapay-actions-toolbar::after {
  display: none;
}
.checkout-index-index .checkout-container .versapay-actions-toolbar .primary {
  float: unset !important;
  width: 130px;
  margin-top: 0px !important;
}
.checkout-index-index .checkout-container .primary.checkout#versapay-submit {
  border: 1px solid #26bd9a;
  padding: 10px;
  line-height: 0;
  width: 140px !important;
  margin: 0px;
  height: 43px;
  background-color: #26bd9a;
  justify-content: center;
  align-items: center;
  text-transform: unset;
}
.checkout-index-index .checkout-container .primary.checkout#versapay-submit span {
  color: white;
  font-weight: 600;
  font-size: 15px;
}
.checkout-index-index .checkout-container .radio {
  accent-color: #1da787 !important;
}
.checkout-index-index .checkout-container .order-summary-note,
.checkout-index-index .checkout-container .opc-block-shipping-information,
.checkout-index-index .checkout-container .shipping-information {
  padding: 0 1.5em;
}
.checkout-index-index .checkout-container .order-summary-note {
  list-style: disc;
  list-style-position: inside;
}
.checkout-index-index .checkout-container .opc-estimated-wrapper .estimated-label {
  color: #222529;
}
.checkout-index-index .checkout-container .opc-estimated-wrapper .estimated-price {
  color: #26bd9a;
}
.checkout-index-index #opc-new-shipping-address .form-shipping-address {
  margin: auto;
}
.checkout-index-index button.action-close {
  margin-top: 18px;
}
.checkout-index-index .modal-footer button.action.primary.action-save-address {
  border: 1px solid #26bd9a;
  padding: 10px;
  line-height: 0;
  width: 130px !important;
  margin: 0px;
  height: 43px;
  background-color: #26bd9a;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
.checkout-index-index .modal-footer button.action.primary.action-save-address span {
  color: white;
  font-weight: 600;
  font-size: 15px;
}
.checkout-index-index .modal-footer button.action.secondary.action-hide-popup {
  border: 1px solid #26bd9a;
  padding: 10px;
  line-height: 0;
  width: 100px !important;
  margin: 0px;
  height: 43px;
  background-color: #26bd9a;
}
.checkout-index-index .modal-footer button.action.secondary.action-hide-popup span {
  color: white;
  font-weight: 600;
  font-size: 15px;
}
@media screen and (max-width: 769px) {
  .checkout-index-index .modal-footer button.action.primary.action-save-address {
    margin: 0;
  }
  .checkout-index-index .modal-footer button.action-close {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .checkout-index-index .modal-footer button.action-close {
    margin-top: 30px;
  }
}
@media screen and (max-width: 366px) {
  .checkout-index-index .modal-footer button.action.primary.action-save-address {
    margin-bottom: 10px;
  }
}
.checkout-index-index .field-tooltip.toggle {
  top: 12px !important;
  right: 10px !important;
}
.checkout-index-index .field .control._with-tooltip input {
  width: 100% !important;
}
.checkout-index-index .checkout-shipping-address .form-shipping-address .input-text {
  background-color: #ffffff !important;
}
.columns .column.main {
  padding-bottom: 0px;
}
.table-checkout-shipping-method tbody .col-price {
  display: none;
}
.checkout-index-index .checkout-container .radio {
  accent-color: #1da787 !important;
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
  .checkout-index-index .page-header .minicart-wrapper {
    display: none;
  }
}
.catalogsearch-result-index .product-item-info:hover .product-item-actions .action.towishlist {
  visibility: visible;
}
.catalogsearch-result-index .product-item:hover .actions-primary {
  visibility: visible;
}
.catalogsearch-result-index .products-grid .product-item-info {
  border: 1px solid #f1f1f1;
}
.catalogsearch-result-index .products-grid .product-item-info .product-item-name a {
  color: #313131;
}
.catalogsearch-result-index .products-grid .product-item-info .not-logged-in {
  border: 1px solid #dee5e8;
  padding: 5px 10px;
  color: #6a6a6d;
  background-color: white;
  font-weight: 600;
  font-size: 15px;
  height: 36px;
}
.catalogsearch-result-index .products-grid .product-item-info .not-logged-in:hover {
  border-color: #26bd9a !important;
  color: white !important;
  background-color: #26bd9a !important;
}
.catalogsearch-result-index .products-grid .product-item-info .not-logged-in:hover::before {
  color: white !important;
}
.catalogsearch-result-index .products-grid .actions-primary .tocart {
  border: 1px solid #dee5e8;
  padding: 10px;
  align-items: center;
  display: flex;
  line-height: 2;
  width: 123px;
  height: 36px;
  border-radius: 0px;
  color: #6a6a6d;
  background-color: white;
  font-weight: 500;
}
.catalogsearch-result-index .products-grid .actions-primary .tocart span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
}
.catalogsearch-result-index .products-grid .actions-primary .tocart::before {
  color: #6a6a6d;
}
.catalogsearch-result-index .products-grid .actions-primary .tocart:hover {
  border-color: #26bd9a !important;
  color: white !important;
  background-color: #26bd9a !important;
}
.catalogsearch-result-index .products-grid .actions-primary .tocart:hover::before {
  color: white !important;
}
.catalogsearch-result-index .products-grid .product-item-actions .action.towishlist {
  color: #6a6a6d;
  width: 32px;
  height: 32px;
  border: 1px solid #dee5e8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15px;
  right: 10px;
  visibility: hidden;
}
.catalogsearch-result-index .products-grid .product-item-actions .action.towishlist::before {
  color: #6a6a6d;
  font-family: "porto-icons";
  text-align: center;
  position: static;
  width: 20px;
  height: 32px;
}
.catalogsearch-result-index .products-grid .product-item-actions .action.tocompare {
  color: #6a6a6d;
  width: 32px;
  height: 32px;
  border: 1px solid #dee5e8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  right: 0px;
}
.catalogsearch-result-index .products-grid .product-item-actions .action.tocompare::before {
  color: #6a6a6d;
  font-family: "porto-icons";
  text-align: center;
  position: static;
  width: 20px;
  height: 32px;
}
.catalogsearch-result-index .products-grid .product-item-actions .action.tocompare:hover {
  background-color: transparent !important;
  border-color: #dee5e8 !important;
}
.catalogsearch-result-index .products-list .actions-primary {
  display: none;
}
.catalogsearch-result-index .products-list .product-item-actions .action.towishlist {
  color: #6a6a6d;
  width: 32px;
  height: 32px;
  border: 1px solid #dee5e8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px;
}
.catalogsearch-result-index .products-list .product-item-actions .action.towishlist::before {
  color: #6a6a6d;
  font-family: "porto-icons";
  text-align: center;
  position: static;
  width: 20px;
  height: 32px;
}
.catalogsearch-result-index .products-list .product-item-actions .action.tocompare {
  color: #6a6a6d;
  width: 32px;
  height: 32px;
  border: 1px solid #dee5e8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 50px;
}
.catalogsearch-result-index .products-list .product-item-actions .action.tocompare::before {
  color: #6a6a6d;
  font-family: "porto-icons";
  text-align: center;
  position: static;
  width: 20px;
  height: 32px;
}
.catalogsearch-result-index .products-list .product-item-actions .action.tocompare:hover {
  background-color: transparent !important;
  border-color: #dee5e8 !important;
}
.catalogsearch-result-index .products-list .product-item-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalogsearch-result-index .product-item-photo img {
  transition: all 0.2s linear;
}
.catalogsearch-result-index .product-item-photo:hover {
  box-shadow: none;
}
.catalogsearch-result-index .product-item-photo img:hover {
  scale: 1.05;
}
.catalogsearch-result-index .product-item-info:hover img {
  scale: 1.05;
}
.catalogsearch-result-index .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.catalogsearch-result-index .swatch-option.color {
  border-radius: 50%;
}
.catalogsearch-result-index .category-top-name {
  height: 200px;
  color: black;
  font-weight: 600;
  font-size: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  background-color: #bdece1;
  text-transform: uppercase;
}
.catalogsearch-result-index .swatch-attribute.size .swatch-option {
  display: none;
}
@media only screen and (max-width: 991px) {
  .catalogsearch-result-index .product-item-actions .action.towishlist {
    visibility: visible !important;
  }
  .catalogsearch-result-index .product-item-actions .action.tocompare {
    visibility: visible !important;
    opacity: 1;
  }
  .catalogsearch-result-index .actions-primary .tocart {
    visibility: visible !important;
    opacity: 1;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 0.5em 0.25em 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 0.25em;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .storecredit .block {
    width: 48.8%;
  }
  .storecredit .block:nth-child(odd) {
    clear: left;
    float: left;
  }
  .storecredit .block:nth-child(even) {
    float: right;
  }
  .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: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .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,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar: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,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container: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,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .block-cart-failed .block-content:after,
  .cart-container: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,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .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 {
    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 1em;
  }
  .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-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 1em;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 0.5em;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 3em;
    margin-bottom: 2em;
  }
  .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: 1em;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 1em;
    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: 2em;
    font-size: 1em;
    color: #c1c1c1;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #eeeeee;
    border-bottom: none;
    height: 2em;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #777777;
    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: #777777;
    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: 5em;
    padding: 35px 35px 35px 35px;
    border: 1px solid #eeeeee;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .product.data.items > .item:first-child + div.item.content {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 35px 0 0;
    color: #818692;
    padding: 7px 0;
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    border-bottom: 2px solid transparent;
  }
  .product.data.items > .item.title > .switch {
    font-size: 13px;
    display: inline-block;
    border: none;
    height: auto;
    padding: 0 !important;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    background: none !important;
    display: block;
  }
  .product.data.items > .item.title > .switch:hover,
  .product.data.items > .item.title > .switch:active,
  .product.data.items > .item.title > .switch:focus {
    color: inherit !important;
    border-color: inherit !important;
    background: none;
  }
  .product.data.items > .item.title.active {
    color: #222529;
    border-color: #222529;
  }
  .product.data.items > .item.title.active > .switch {
    color: inherit;
    background: none;
    padding: 0;
  }
  .product.data.items > .item.title.active > .switch:hover,
  .product.data.items > .item.title.active > .switch:focus {
    padding: 0;
    color: inherit;
    background: none;
  }
  .product.data.items > .item.title:hover {
    border-color: #222529;
  }
  .product.data.items > .item.title:hover > .switch {
    color: inherit;
    padding: 0;
  }
  .product.data.items > .item.content {
    border: none;
    border-top: solid 1px #e7e7e7;
    box-shadow: none;
    padding: 30px 0 15px;
    margin-top: 40px;
  }
  .vertical .product.data.items > .item.title {
    max-width: 20%;
    text-align: left;
    float: none;
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 13px;
    overflow: hidden;
    position: relative;
  }
  .vertical .product.data.items > .item.title > .switch {
    padding: 3px 0 10px !important;
    display: inline-block;
  }
  .vertical .product.data.items > .item.title > .switch::before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom: 1px solid #dae2e6;
    z-index: 1;
  }
  .vertical .product.data.items > .item.title > .switch::after {
    content: '';
    display: block;
    position: absolute;
    width: 30vw;
    bottom: 0;
    border-bottom: 1px solid #dae2e6;
    z-index: 0;
    left: 0;
  }
  .vertical .product.data.items > .item.title.active > .switch::before,
  .vertical .product.data.items > .item.title:hover > .switch::before {
    border-width: 2px;
    border-bottom-color: inherit;
  }
  .vertical .product.data.items > .item.content {
    position: absolute;
    float: none;
    margin: 0;
    width: 80%;
    right: 0;
    top: 0;
    padding-top: 0;
    border-top: none;
    padding-left: 30px;
    min-height: 180px;
  }
  .accordion .product.data.items > .item.title {
    border-color: #e7e7e7;
  }
  .accordion .product.data.items > .item.title.active {
    border-color: inherit;
  }
  .accordion .product.data.items > .item.title,
  .accordion .product.data.items > .item.content {
    float: none;
    margin: 0;
    display: block;
  }
  .accordion .product.data.items > .item.content {
    border: none;
  }
  .sticky .product.data.items > .item.title.active {
    color: inherit;
    border-color: transparent;
  }
  .sticky .product.data.items > .item.title:hover {
    color: inherit;
    border-color: inherit;
  }
  .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 {
    width: auto;
    margin-bottom: 0;
  }
  .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;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #e7e7e7;
  }
  .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 #e7e7e7;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 0.75em;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 0.5em;
    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;
  }
  .cart-order-comment {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-order-comment .block .title {
    padding: 10px 0;
  }
  .cart-order-comment .block .title:after {
    display: inline;
    margin-left: 0.5em;
    position: static;
  }
  .cart-order-comment .block.order-comment {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
  }
  .mp-sidebar .data.item.title {
    width: 50% !important;
    margin: 0 !important;
  }
  .mp-sidebar .data.item.title .data.switch {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mp-sidebar .data.item.title .data.switch div {
    width: fit-content;
    margin: auto;
  }
  .mp-sidebar #tab-label-popular .data.switch {
    border-right: 0 !important;
  }
  #search_mini_form {
    width: 374px;
    float: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 1.5em;
    padding: 0.5em 0 1.5em;
  }
  .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;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #e7e7e7;
  }
  .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 #e7e7e7;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
  }
  .bundle-options-container .block-bundle-summary {
    padding: 0 15px;
    float: right;
    width: 49%;
    position: relative;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #222529;
  }
  .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;
  }
  .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%;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    min-width: 150px;
  }
  .product-social-links {
    text-align: left;
  }
  .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-image-carousel:not(.flick-carousel) .active + .active .item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.07000000000000001);
    content: '';
    z-index: 1;
  }
  .product-image-carousel:not(.flick-carousel) .active + .active .item {
    position: relative;
  }
  .product-image-carousel:not(.flick-carousel) .active + .active .item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.07000000000000001);
    content: '';
    z-index: 1;
  }
  .product-image-carousel:not(.flick-carousel) .active + .active + .active .item::before {
    display: none;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
  }
  .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%;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 38px;
    color: #777777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #777777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #777777;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #777777;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #c1c1c1;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  .block-search {
    position: relative;
    margin-left: 40px;
    width: 450px;
    z-index: 4;
    display: inline-block;
    vertical-align: middle;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search .nested {
    display: none;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    position: static;
    margin: 0;
    border-color: transparent;
    height: 40px;
    border-radius: 20px;
    padding: 10px 50px 10px 20px;
  }
  .block-search input::-webkit-input-placeholder {
    color: #dddddd;
  }
  .block-search input:-moz-placeholder {
    color: #dddddd;
  }
  .block-search input::-moz-placeholder {
    color: #dddddd;
  }
  .block-search input:-ms-input-placeholder {
    color: #dddddd;
  }
  .block-search .action.search {
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 1;
    height: 40px;
    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;
    line-height: 40px;
  }
  .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: 14px;
    line-height: inherit;
    color: #0088cc;
    content: '\f818';
    font-family: 'porto-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: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 24px 30px;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 1em;
    margin: 0 0 0.5em;
  }
  .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 10px;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 98px;
    padding-right: 1em;
    position: static;
    vertical-align: middle;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
  }
  .cart-discount {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .block.crosssell {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 133.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 66%;
    padding-right: 1.5em;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 1em 0 1em;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 0.5em;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    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: #e4e4e4;
    font-weight: 300;
    font-size: 1rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    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: #777777;
    font-weight: 600;
    font-size: 1rem;
  }
  .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: #0088cc;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #777777;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .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 1em;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 1em;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 1em;
    width: 66.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 33%;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transform-origin: 0 0;
    transform: scale(1, 0);
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border-top: 6px solid #0088cc;
  }
  .authentication-dropdown._show {
    z-index: 100;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 66.66666667%;
    text-align: right;
    margin-top: -95px;
  }
  .block-authentication .block-title {
    font-size: 20px;
    border-bottom: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .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: 0.5em 1.5em 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 0.5em 0 0 2em;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 6px 1em 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;
  }
  .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_price {
    font-size: 2em;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 1em;
    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: 400;
    font-size: 1.4rem;
  }
  .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 #cccccc;
    border-radius: 6px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    height: 38px;
    line-height: 1.4;
    padding: 10px;
    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: #dddddd;
  }
  .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: #dddddd;
  }
  .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: #dddddd;
  }
  .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: 0.5em;
  }
  .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: 1em;
    margin: 0 0 0 0.25em;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1em;
    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: 2em;
    line-height: 1em;
    font-family: 'porto-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-message .field {
    margin: 0 0 1em;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .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: 1em;
    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 {
    padding: 1em 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: left;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\e81c';
    font-family: 'porto-icons';
    margin: 0 0 0 0.5em;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #777777;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #0088cc;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: '\e81b';
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 1em;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 1em;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 1em;
  }
  .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 #e7e7e7;
  }
  .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 #e7e7e7;
  }
  .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 #e7e7e7;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 1em 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-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 1em;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 1em;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 0.5em;
    padding: 0.25em 0.5em 0.5em;
    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: 0.5em;
    padding: 0.25em 0.5em 0.5em;
  }
  .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: 1.25em;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .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: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  .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.name {
    padding-left: 0;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: 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 .fieldset .field.text {
    width: 100%;
  }
  .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: 0.5em 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: 0.5em;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 1em 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    padding: 0 0 9px;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .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;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 992px), print {
  .navigation,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1140px;
    box-sizing: border-box;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-right: 0;
    padding-left: 2%;
  }
  b .panel.header {
    padding: 10px 20px;
  }
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 20%;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.columns8 .product-item.nth-child-5np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-5np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper h1 {
    font-size: 38px;
    letter-spacing: -.01em;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-social-links {
    float: right;
    margin-right: 20px;
    margin-top: 0;
    display: inline-block;
    width: auto;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-reviews-summary {
    margin-top: 0;
    height: auto;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-info-price {
    margin-bottom: 0;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .short-custom-block {
    float: right;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-add-form {
    text-align: right;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .page-main {
    padding: 0;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-social-links {
    right: 10px;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-social-links .product-share {
    margin-right: .5rem;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-info-main {
    padding-right: 50px;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .prev-next-products {
    margin: 0;
    margin-right: 5px;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .block.upsell {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .short-custom-block {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product-social-links {
    float: right;
    width: auto;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed .product.data.items > .item.title {
    margin-right: 50px;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed .product.data.items > .item.title > .switch {
    font-size: 18px;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed .product.data.items > .item.content {
    background: none;
  }
  .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: #e7e7e7;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 1em;
    margin-left: calc((100% - 4 * 24%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px), print {
  .products-grid.columns3 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns4 .product-item {
    width: 25%;
  }
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: none;
  }
  .products-grid.columns4 .product-item.nth-child-4np1 {
    clear: left;
  }
  .products-grid.columns5 .product-item {
    width: 20%;
  }
  .products-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: none;
  }
  .products-grid.columns5 .product-item.nth-child-5np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item {
    width: 16.66666667%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns6 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-6np1 {
    clear: left;
  }
  .products-grid.columns7 .product-item {
    width: 14.28571429%;
  }
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid.columns7 .product-item.nth-child-7np1 {
    clear: left;
  }
  .products-grid .columns8 .product-item {
    width: 12.5%;
  }
  .products-grid .columns8 .product-item.nth-child-2np1,
  .products-grid .columns8 .product-item.nth-child-3np1,
  .products-grid .columns8 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid .columns8 .product-item.nth-child-8np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-3np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-4np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-4np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(4) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-3np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-5np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-5np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-6np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-6np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(6) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(6) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-5np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-7np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-7np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(6) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(6) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(7) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(7) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-5np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-5np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-8np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-8np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(6) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(6) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(7) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(7) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(8) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(8) .product-item-info {
    border-top-color: transparent;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .page-main {
    padding: 0;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper h1 {
    font-size: 40px;
  }
}
