/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/**
 * 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-icon:before {
    background-repeat: no-repeat;
    color: #999999;
    content: '';
    display: inline-flex;
    width: 12px;
    height: 12px;
    opacity: 50%;
    position: relative;
    top: 2px;
}
.mp-blog-calendar-times:before {
    background-image: url("../../frontend/Orthofeet/child/en_US/Mageplaza_Blog/media/images/calendar-times.svg");
}
.mp-blog-user:before {
    background-image: url("../../frontend/Orthofeet/child/en_US/Mageplaza_Blog/media/images/user.svg");
}
.mp-blog-comments:before {
    background-image: url("../../frontend/Orthofeet/child/en_US/Mageplaza_Blog/media/images/comments.svg");
}
.mp-blog-traffic:before {
    background-image: url("../../frontend/Orthofeet/child/en_US/Mageplaza_Blog/media/images/eye.svg");
}
.mp-blog-thumbs-up:before {
    background-image: url("../../frontend/Orthofeet/child/en_US/Mageplaza_Blog/media/images/thumbs-up.svg");
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #777777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1em;
}
p {
  margin-top: 0rem;
  margin-bottom: 0.05rem;
}
abbr[title] {
  border-bottom: 1px dotted #e7e7e7;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #1e1e1e;
}
small,
.small {
  font-size: 1em;
}
hr {
  border: 0;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 1em;
  margin-top: 1em;
}
sub,
sup {
  font-size: 0%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2em;
  margin-top: 0rem;
  margin-bottom: 0.1rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2em;
  margin-top: 0.125rem;
  margin-bottom: 0.1rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 2em;
  margin-top: 0.1rem;
  margin-bottom: 0.05rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1em;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1em;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1em;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #777777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #0088cc;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #0088cc;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #0088cc;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 0.125rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0.05rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 1em;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 0.25em;
  margin-top: 0;
}
dd {
  margin-bottom: 0.5em;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #555555;
  padding: 2px 4px;
  font-size: 1em;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #555555;
  padding: 2px 4px;
  font-size: 1em;
}
pre {
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  color: #555555;
  line-height: 1.4;
  margin: 0 0 0.5em;
  padding: 0.5em;
  font-size: 1em;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #e7e7e7;
  margin: 0 0 1em 2em;
  padding: 0;
  color: #777777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1em;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #777777;
  line-height: 1.4;
  font-size: 0em;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 0.5em;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #e7e7e7;
  color: #777777;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #e7e7e7;
  color: #777777;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #e7e7e7;
  color: #777777;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  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;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #dddddd;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #dddddd;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #dddddd;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  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: 0.25em 0.5em 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  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: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0.5em;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #dddddd;
}
textarea::-webkit-input-placeholder {
  color: #dddddd;
}
textarea:-ms-input-placeholder {
  color: #dddddd;
}
input[type="checkbox"] {
  margin: 2px 0.25em 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 0.25em 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1em;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.order-details-items .items-qty,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.block-wishlist-management .wishlist-select-items > li,
.order-details-items .items-qty > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #e7e7e7;
  color: #777777;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #e7e7e7;
  color: #777777;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #e7e7e7;
  color: #777777;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 0.5em 0.25em 0;
}
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 0.25em;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.magento-payments-review .block .block-title,
.paypal-review .block .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.magento-payments-review .block .block-title > strong,
.paypal-review .block .block-title > strong,
.multicheckout .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 2em;
  margin-top: 0.1rem;
  margin-bottom: 0.05rem;
}
.magento-payments-review .block .block-title > .action,
.paypal-review .block .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.paypal-review .block .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 0.25em;
}
.magento-payments-review .block .box-title > span,
.paypal-review .block .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1em;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.magento-payments-review .block .box-title > .action,
.paypal-review .block .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 0.5em;
}
.magento-payments-review .block .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.multicheckout .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.magento-payments-review .block .block-content .box,
.paypal-review .block .block-content .box,
.multicheckout .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 1em;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 2em;
}
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\f819';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #303030;
}
.abs-product-link > a:visited {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #777777;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action {
  line-height: 1.4;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus) {
  box-shadow: none;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.4;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  left: 0.5em;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-action-remove:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 1.5em;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 1.5em 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.mgz__actions-switch-checkbox,
.bfb-element.mgz-element-bfb_file input[type=file],
.bfb-element.mgz-element-bfb_singleslider input,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary.action span,
.modes-label,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 0.25em;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-actions-addto-gridlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #999999;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before {
  color: #777777;
}
.order-review-form .action.primary,
.cart-summary .checkout-methods-items .action.primary.checkout,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.multicheckout .action.primary {
  line-height: 0.6rem;
  padding: 14px 17px;
  font-size: 2em;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .action.primary {
  background: #eeeeee;
  border: 1px solid #e7e7e7;
  color: #777777;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #e7e7e7;
  color: #777777;
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover {
  background: #e1e1e1;
  border: 1px solid #e7e7e7;
  color: #777777;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 0.3rem;
  padding: 7px 15px;
}
.box-tocart {
  margin: 0.5em 0;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .weee,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -0.5em;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e81b';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e81b';
}
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 1.25em;
  padding-bottom: 0.5em;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 0.25em;
  padding-right: 1.25em;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 0.25em;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^="multishipping-"] .nav-sections,
[class^="multishipping-"] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 1em;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #c1c1c1;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  font-weight: 700;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #e7e7e7;
  color: #777777;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\f802';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #e7e7e7;
  color: #777777;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e1e1e1;
  border: 1px solid #e7e7e7;
  color: #777777;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(231, 231, 231, 0.3);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 0.25em;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 0.5em;
  width: calc(100% - 23.5px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 0.5em;
  width: calc(100% - 21.75px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -0.5em;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 0.5em;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #dddddd;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0.5em;
  color: #777777;
  font-weight: 300;
  font-size: 1rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 1em;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 0.5em;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 1.25em;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  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;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e81b';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #e7e7e7;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.magento-payments-review-discount > .title,
.cart-order-comment > .title,
.paypal-review-discount > .title,
.cart-discount > .title {
  border-top: 1px solid #e7e7e7;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 1.5em 7px 0.25em;
  position: relative;
}
.abs-discount-block > .title:after,
.magento-payments-review-discount > .title:after,
.cart-order-comment > .title:after,
.paypal-review-discount > .title:after,
.cart-discount > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  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;
}
.magento-payments-review-discount > .title:after,
.cart-order-comment > .title:after,
.paypal-review-discount > .title:after,
.cart-discount > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .magento-payments-review-discount > .title strong,
.column.main .cart-order-comment > .title strong,
.column.main .paypal-review-discount > .title strong,
.column.main .cart-discount > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.magento-payments-review-discount > .content,
.cart-order-comment > .content,
.paypal-review-discount > .content,
.cart-discount > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.cart-order-comment.active > .title:after,
.paypal-review-discount.active > .title:after,
.cart-discount.active > .title:after {
  content: '\e81b';
}
.magento-payments-review-discount.active > .content,
.cart-order-comment.active > .content,
.paypal-review-discount.active > .content,
.cart-discount.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Orthofeet/child/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Orthofeet/child/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Orthofeet/child/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Orthofeet/child/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Orthofeet/child/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Orthofeet/child/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Orthofeet/child/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Orthofeet/child/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  max-width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  max-width: 100%;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  max-width: 100%;
  padding: 20px 0;
}
.page-main {
  padding-top: 20px;
  padding-bottom: 40px;
}
.page-main > .page-title-wrapper .page-title {
  font-size: 20px;
  margin: 0 0 15px;
  color: #0088cc;
}
.table {
  margin-bottom: 0;
}
th.mark {
  background-color: transparent;
}
.table-wrapper {
  margin-bottom: 1em;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  border-top: 1px solid #ccc;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #e7e7e7;
  padding-top: 1em;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 0.5em;
  padding: 12px 1em 12px 1.25em;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #0088cc;
}
.message.info a:hover {
  color: #0088cc;
}
.message.info a:active {
  color: #0088cc;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 0.5em;
  padding: 12px 1em 12px 1.25em;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #0088cc;
}
.message.error a:hover {
  color: #0088cc;
}
.message.error a:active {
  color: #0088cc;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\f847';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 0.5em;
  padding: 12px 1em 12px 1.25em;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #0088cc;
}
.message.warning a:hover {
  color: #0088cc;
}
.message.warning a:active {
  color: #0088cc;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 0.5em;
  padding: 12px 1em 12px 1.25em;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #0088cc;
}
.message.notice a:hover {
  color: #0088cc;
}
.message.notice a:active {
  color: #0088cc;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 0.5em;
  padding: 12px 1em 12px 1.25em;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #0088cc;
}
.message.success a:hover {
  color: #0088cc;
}
.message.success a:active {
  color: #0088cc;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\f846';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  padding: 6.5px 10px 6.5px 1px;
  text-align: center;
  vertical-align: middle;
  margin: 8px .25rem 8px 0;
  line-height: 20px;
  border-radius: .25rem;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\f827';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: inherit;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@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;
  }
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #777777;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 0.5em;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Orthofeet/child/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 2em;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 1em;
  padding: 0 0 0.5em;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 1em;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 400;
  font-size: 1.4rem;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .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;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #dddddd;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #dddddd;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #dddddd;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 0.5em;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1em;
  margin: 0 0 0 0.25em;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1em;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .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;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  font-weight: normal;
  margin: 0;
  display: inline;
}
.fieldset > .field .label,
.fieldset > .fields > .field .label {
  font-size: 0.92em;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 0.92em;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 0.5em;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .legend {
  color: #222529;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend span {
  margin-right: 0.25em;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  white-space: nowrap;
  margin-top: 0.5em;
  display: inline-block;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #e7e7e7;
  height: 32px;
  background: #ffffff url('../../frontend/Orthofeet/child/en_US/images/select-bg.svg') no-repeat 99% 49%;
  background-size: 26px 60px;
  padding-right: 25px;
  text-indent: .01em;
  text-overflow: '';
  font-family: inherit;
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
div.mage-error[generated] {
  margin-top: 7px;
  font-size: 1em;
}
.field-error {
  font-size: 1em;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #777777;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
.hasDatepicker + .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:focus,
.hasDatepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger.disabled,
.hasDatepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.hasDatepicker + .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hasDatepicker + .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #c1c1c1;
  content: '\e612';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hasDatepicker + .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 1em;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 0.25em;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'porto-icons';
  src: url('../../frontend/Orthofeet/child/en_US/icon-fonts/font/porto-icons.woff2') format('woff2'), url('../../frontend/Orthofeet/child/en_US/icon-fonts/font/porto-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button.action.switch {
  height: auto;
}
button {
  font-size: 1em;
}
button:not(.primary) {
  border: 1px solid #ccc;
  color: #777;
  line-height: 40px;
  padding: .8em 2em;
  height: 40px;
  background-color: #fff;
}
button:hover {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 400;
  line-height: 22px;
}
.action.primary:focus,
.action.primary:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action.primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#discount-coupon-form #coupon_code {
  border-radius: 0;
  height: 43px;
}
.product.data.items {
  margin: 0;
  padding: 0;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.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;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #eeeeee;
  height: 2em;
  padding: 1px 0.5em 1px 0.5em;
  font-weight: 600;
  line-height: 2em;
  font-size: 1em;
  color: #777777;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #c1c1c1;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #777777;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #777777;
  text-decoration: none;
}
.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 {
  color: #777777;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 0.5em 0.5em 1.5em;
}
.product.data.items .item.title {
  color: #818692;
  padding: 15px 0;
  font-weight: 700;
  text-transform: capitalize;
  background: none;
  border-bottom: 2px solid #e7e7e7;
}
.product.data.items .item.title > .switch {
  font-size: 18px;
  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 {
  color: inherit;
  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;
  color: #222529;
}
.product.data.items .item.title:hover > .switch {
  color: inherit;
  padding: 0;
}
.product.data.items .item.title a {
  position: relative;
}
.product.data.items .item.title a:after {
  font-family: 'porto-icons';
  content: '\e81c';
  position: absolute;
  right: 0.5em;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e81b';
  font-family: 'porto-icons';
}
.product.data.items > .item.content {
  border: none;
  box-shadow: none;
  padding: 30px 0 15px;
}
.product.data.items > .item.content p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .005em;
  line-height: 1.9;
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.porto-info-list,
.product.description ul {
  padding-left: 38.5px;
  margin-bottom: 20px;
}
.porto-info-list li,
.product.description ul li {
  list-style: none;
  line-height: 1.5;
  padding-top: .5em;
  padding-bottom: .5em;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.porto-info-list .porto-info-icon,
.product.description ul .porto-info-icon,
.porto-info-list [class^=porto-icon-],
.product.description ul [class^=porto-icon-] {
  margin-right: 16.5px;
  line-height: 1.3;
  top: 2px;
  color: #21293c;
  font-size: 16px;
}
.porto-info-list .porto-icon-ok:before,
.product.description ul .porto-icon-ok:before {
  content: '\e8c1';
}
.porto-info-list .porto-info-list-item .porto-info-icon,
.product.description ul .porto-info-list-item .porto-info-icon {
  width: auto;
  display: inline-block;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1em;
  line-height: 2.4rem;
  letter-spacing: normal;
  margin: 0 5px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #0088cc;
  display: inline-block;
  padding: 0 0.25em;
  text-decoration: none;
}
.pages a.page:visited {
  color: #0088cc;
}
.pages a.page:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  text-decoration: none;
}
.pages a.page:active {
  color: #ffffff;
}
.pages strong.page {
  background: #0088cc;
  border: 1px solid #0088cc;
  font-size: 1em;
  line-height: 2.4rem;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  padding: 0 0.25em;
}
.pages .action {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #999999;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #999999;
}
.pages .action:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  text-decoration: none;
}
.pages .action:active {
  color: #ffffff;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #999999;
}
.pages .action.next:active:before {
  color: #ffffff;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #999999;
  content: '\f801';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #ffffff;
}
.pages .action.next:active:before {
  color: #ffffff;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #999999;
}
.pages .action.previous:active:before {
  color: #ffffff;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #999999;
  content: '\f802';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #ffffff;
}
.pages .action.previous:active:before {
  color: #ffffff;
}
.pages .item:last-child {
  margin-right: 0;
}
.pages strong.page,
.pages a.page,
.pages .action {
  border: 1px solid #ccc;
  border-radius: 0;
  color: #7b858a;
  display: block !important;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0;
  padding: 0 .5em;
  line-height: 2.1em;
  min-width: 2.2em;
  height: 2.2em;
  text-decoration: none;
  text-align: center;
  background: none;
}
.pages strong.page::before,
.pages a.page::before,
.pages .action::before,
.pages strong.page:visited,
.pages a.page:visited,
.pages .action:visited,
.pages strong.page:hover,
.pages a.page:hover,
.pages .action:hover {
  color: inherit !important;
  background: none;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 0.5em;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 0.5em;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.sidebar .actions-toolbar .action.primary {
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
}
.sidebar .actions-toolbar .secondary a.action {
  line-height: 32px;
  margin: 0;
}
.page-wrapper > .breadcrumbs {
  padding: 0;
  background-color: #171717;
  color: #ffffff;
  font-size: .75rem;
  margin-bottom: 0;
}
.page-wrapper > .breadcrumbs .items {
  padding: 12px 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
  color: inherit;
}
.page-wrapper > .breadcrumbs .items > li {
  text-shadow: none;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  margin: 0;
}
.page-wrapper > .breadcrumbs .items > li.home a {
  position: relative;
  width: 14px;
  text-indent: -9999px;
}
.page-wrapper > .breadcrumbs .items > li.home a:after {
  font-family: porto-icons;
  content: "\e883";
  float: left;
  text-indent: 0;
}
.page-wrapper > .breadcrumbs .items > li a {
  display: inline-block;
  border-color: transparent;
  background: transparent;
  color: inherit;
  padding: 0;
}
.page-wrapper > .breadcrumbs .items > li:not(:last-child)::after {
  position: relative;
  content: "\e81a";
  font-family: porto-icons;
  right: -1px;
  display: block;
  float: right;
  margin: 0 4px;
  width: 20px;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  line-height: inherit;
}
.page-wrapper > .breadcrumbs .items > li strong {
  font-weight: inherit;
}
.page-wrapper > .breadcrumbs a,
.page-wrapper > .breadcrumbs a:hover,
.page-wrapper > .breadcrumbs a:focus {
  color: #ffffff;
}
.page-wrapper > .breadcrumbs .item:not(:last-child):after {
  line-height: 15px;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  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;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: popup-icon-font__color-active;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  line-height: 1em;
  color: #0088cc;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #5e5e5e;
}
.modal-custom .action-close {
  margin: 1.25em;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 0.5em;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 0.5em;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: 1.35rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
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("../../frontend/Orthofeet/child/en_US/images/search.svg") !important;
  transform: scale(0.9);
}
.page-header .porto-icon-user-2:before {
  content: url("../../frontend/Orthofeet/child/en_US/images/user.svg") !important;
}
.page-header .porto-icon-wishlist-2:before {
  content: url("../../frontend/Orthofeet/child/en_US/images/whishlist.svg") !important;
}
.page-header .porto-icon-shopping-cart:before {
  content: url("../../frontend/Orthofeet/child/en_US/images/cart.svg") !important;
}
.page-header .nav-toggle {
  margin: 0;
  padding: 0 5px 0 0;
}
.page-header .nav-toggle::before {
  content: url("../../frontend/Orthofeet/child/en_US/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("../../frontend/Orthofeet/child/en_US/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.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Orthofeet/child/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Orthofeet/child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Orthofeet/child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Orthofeet/child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Orthofeet/child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1em;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 0.6rem;
  font-size: 2em;
  line-height: 1.4;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #0088cc;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #0088cc;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #0088cc;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 0.6rem;
  padding: 14px 17px;
  font-size: 2em;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #e7e7e7;
  color: #777777;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 0.6rem;
  padding: 14px 17px;
  font-size: 2em;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #e7e7e7;
  color: #777777;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #e7e7e7;
  color: #777777;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1140px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #e7e7e7;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #eeeeee;
  height: 2em;
  padding: 1px 0.5em 1px 0.5em;
  font-weight: 600;
  line-height: 2em;
  font-size: 1em;
  color: #777777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #c1c1c1;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #777777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #777777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #777777;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 0.5em 0.5em 1.5em;
}
/**
 * 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.
 */
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark > div,
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark .paypal-marks {
  display: inline-block;
}
.payment-method-payment_services_paypal_apm .billing-address-details,
.payment-method-payment_services_paypal_apm .payment-services-paypal-legal-text {
  margin-bottom: 1em;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
axo-auth,
paypal-shipping-address-selector {
  position: fixed;
  z-index: 10000;
}
.paypal-fastlane-powered-by {
  display: block;
  margin: 0.25em 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 1.5em;
}
.paypal-fastlane-shipping-change-address-form button {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 1.5em;
  position: relative;
  text-align: center;
  width: 100%;
}
.paypal-fastlane-divider:before {
  border-bottom: 1px solid #e7e7e7;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.paypal-fastlane-divider span {
  background-color: #f4f4f4;
  padding: 0 0.5em;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 1em;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 1em;
}
.magento-payments-review .actions-toolbar {
  margin-top: 0.5em;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 0.5em;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 1.5em;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 2em;
  padding: 0.5em 0 0;
}
.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.
 */
.payment-services-express-payments .payment-services-express-payments-container {
  max-width: 500px;
  display: grid;
  margin: 10px 0;
}
.payment-services-express-payments .payment-services-express-payments-paypal .paypal-button-container,
.payment-services-express-payments .payment-services-express-payments-alternate {
  display: grid;
  grid-gap: 5px;
}
.payment-services-express-payments + .field.addresses {
  margin-top: 1.5em;
}
.checkout-payment-method .payment-services-express-payments {
  margin-bottom: 1.5em;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 1.5em;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 0.25em;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 0.25em;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@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;
}
.cart-order-comment {
  border-bottom: 1px solid #e7e7e7;
  clear: left;
}
.cart-order-comment .fieldset.order-comment {
  display: block;
}
.cart-order-comment .fieldset.order-comment > div {
  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
 */
@font-face {
  font-family: 'material-icons';
  font-style: normal;
  font-weight: 400;
  src: url("../../frontend/Orthofeet/child/en_US/Bss_CompanyAccount/fonticons/MaterialIcons-Regular.eot");
  src: url("../../frontend/Orthofeet/child/en_US/Bss_CompanyAccount/fonticons/MaterialIcons-Regular.eot?#iefix") format('embedded-opentype'), url("../../frontend/Orthofeet/child/en_US/Bss_CompanyAccount/fonticons/MaterialIcons-Regular.woff2") format('woff2'), url("../../frontend/Orthofeet/child/en_US/Bss_CompanyAccount/fonticons/MaterialIcons-Regular.woff") format('woff'), url("../../frontend/Orthofeet/child/en_US/Bss_CompanyAccount/fonticons/MaterialIcons-Regular.ttf") format('truetype');
}
div.bss-help-block {
  font-size: 1.2rem;
  margin-top: 5px;
}
.float-left {
  float: left;
}
.padding-top-bottom-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.padding-left-right-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.material-icons {
  font-family: 'material-icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  /* Preferred icon size */
  display: inline-block;
  text-transform: none;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  speak: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.block-order-details-view.sub-user {
  margin-left: 0;
}
.block-order-details-view.sub-user .block-title {
  padding-left: 0;
}
ul {
  list-style: none;
}
.tab-switcher {
  display: inline-block;
  cursor: pointer;
  margin-right: 25px;
}
.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('../../frontend/Orthofeet/child/en_US/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(../../frontend/Orthofeet/child/en_US/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
 */
.cms-index-index .blocks-promo {
  display: none;
}
.cms-index-index .nav-sections,
.cms-index-index .page-header {
  margin-bottom: 0;
}
.main-home-slider-img {
  display: none;
  position: relative;
  padding: 0 18px;
}
.main-home-slider-img img {
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .main-home-slider {
    margin-bottom: 45px !important;
  }
}
.main-home-slider.owl-theme .owl-dots {
  bottom: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .main-home-slider.owl-theme .owl-dots {
    display: block !important;
    bottom: -42px !important;
  }
  .main-home-slider.owl-theme .owl-dots .owl-dot span {
    height: 10px;
    width: 10px;
    background: #dedede !important;
  }
  .main-home-slider.owl-theme .owl-dots .owl-dot.active span {
    width: 21.43px;
    border-radius: 30px !important;
    background: #7e928d !important;
  }
}
.main-home-slider.owl-theme .owl-nav {
  width: 188px !important;
  top: 8%;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .main-home-slider.owl-theme .owl-nav {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 18px;
    bottom: -70px !important;
    top: unset;
    right: 0;
    width: 100% !important;
  }
}
.main-home-slider.owl-theme .owl-nav button.owl-prev,
.main-home-slider.owl-theme .owl-nav button.owl-next {
  color: #ffffff;
  font-size: 35px;
  font-weight: 300;
  left: 20px;
  position: absolute;
  top: 40%;
  background: #ffffff5e;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.main-home-slider.owl-theme .owl-nav button.owl-prev:hover,
.main-home-slider.owl-theme .owl-nav button.owl-next:hover {
  background: #ffffff5e !important;
}
@media screen and (max-width: 768px) {
  .main-home-slider.owl-theme .owl-nav button.owl-prev,
  .main-home-slider.owl-theme .owl-nav button.owl-next {
    border: 1px solid #29363c33;
    color: #29363c !important;
    width: 32px;
    height: 32px;
    font-size: 24px;
    position: unset;
  }
}
.main-home-slider.owl-theme .owl-nav button.owl-next {
  left: unset;
  right: 20px;
}
.main-home-slider-info {
  align-items: center;
  display: flex;
  height: calc(100% - 40px);
  justify-content: center;
  left: 0%;
  padding: 20px;
  position: absolute;
  top: 0;
  width: calc(100% - 40px);
}
.main-home-slider-info-inner {
  text-align: center;
}
.main-home-slider-info-title {
  color: #ffffff;
  font-size: 28px;
  margin: 0 0 25px 0;
}
.main-home-slider-info-button {
  background: #1979c3;
  background-image: none;
  border: 1px solid #1979c3;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 7px 15px;
  padding: 10px 15px;
  text-decoration: none;
  vertical-align: middle;
}
.main-home-slider-info-button:hover,
.main-home-slider-info-button:visited {
  color: #ffffff;
  text-decoration: none;
}
.top-left .main-home-slider-info {
  align-items: flex-start;
  justify-content: flex-start;
}
.top-right .main-home-slider-info {
  align-items: flex-start;
  justify-content: flex-end;
}
.bottom-left .main-home-slider-info {
  align-items: flex-end;
  justify-content: flex-start;
}
.bottom-right .main-home-slider-info {
  align-items: flex-end;
  justify-content: flex-end;
}
/*
 * 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;
}
.block-category-event {
  background: #f0f0f0;
  color: #777777;
  padding: 0.5em 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 0.5em;
}
.block-category-event .block-title {
  margin: 0 0 0.5em;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 2em;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.table-wrapper.billing-agreements {
  margin-bottom: 2em;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 0.25em auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 1em;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 0.5em auto 0.25em;
}
.cart-summary .paypal + .paypal {
  margin-top: 1.25em;
}
.paypal-review .actions-toolbar {
  margin-top: 0.5em;
}
.paypal-review .paypal-review-title {
  padding: 0 0 0.5em;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 1.5em;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 2em;
  padding: 0.5em 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Orthofeet/child/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Orthofeet/child/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 0.5em;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 0.5em 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 0.5em;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 0.5em 0.25em 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 1em;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Orthofeet/child/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 0.25em;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 1em 0;
}
.swatch-opt-listing {
  margin-bottom: 0.5em;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #0088cc;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #0088cc;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #0088cc;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 1em;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #0088cc;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #0088cc;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #0088cc;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 0.5em;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 1em;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 1em;
  padding-top: 0.5em;
}
.block-cart-failed {
  margin: 2em 0;
}
.block-cart-failed .block-title {
  font-size: 2em;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 0.5em;
}
.bundle-actions {
  padding: 1.25rem 0 1.25rem;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 1rem;
  margin-bottom: 0;
}
.bundle-actions .action.customize {
  letter-spacing: -.015em;
  border: none;
  background: #222529;
}
.bundle-options-container {
  margin-bottom: 2em;
}
.bundle-options-container .legend.title {
  font-size: 1.125rem;
  color: #222529;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.bundle-options-container button.customization {
  font-size: 1em;
}
.bundle-options-container .product-add-form {
  display: Block;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 1.5em;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 1em;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .fieldset > .field > .label {
  font-size: 1rem;
  color: #222529;
  font-weight: 600;
  text-transform: uppercase;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 6px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  margin-left: 24px;
  display: block;
}
.bundle-options-container .product-options-wrapper .field.choice .product-name {
  display: block;
}
.bundle-options-container .product-options-wrapper .field.choice .price-notice {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 1.5em;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 1.125rem;
  color: #222529;
  font-weight: 600;
  text-transform: uppercase;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e7e7e7 solid;
  margin-bottom: 1.2rem;
  padding-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 0.25em;
}
.bundle-options-container .block-bundle-summary .box-tocart {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-size: 1.125rem;
  color: #222529;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle.items > li .label {
  font-weight: 600;
  color: #222529;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\f83b';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field label {
  font-weight: 400;
}
.bundle-options-container .nested .product-name {
  font-weight: 400;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 1em;
  margin-top: 1em;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 400;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price-container .price {
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.02em;
  color: #222529;
}
.fieldset-bundle-options .nested.options-list .field.qty {
  display: block;
  margin-top: 9px;
}
.products ul,
ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
}
.products ul li,
ul.products li {
  list-style: none outside;
}
.products-grid:after {
  display: table;
  content: "";
  clear: both;
}
.products-grid .product-item {
  float: left;
}
.products-grid .product-item {
  width: 50%;
}
.products-grid .product-item.nth-child-2np1 {
  clear: left;
}
.products-grid.divider-line {
  margin-left: 0;
  margin-right: 0;
}
.products-grid.divider-line .product-items {
  display: flex;
  flex-wrap: wrap;
}
.products-grid.divider-line .product-item {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 0;
  display: flex;
  padding: 0;
}
.products-grid.divider-line .product-item.nth-child-2np1 {
  border-left-color: transparent;
}
.products-grid.divider-line .product-item:nth-child(1) .product-item-info,
.products-grid.divider-line .product-item:nth-child(2) .product-item-info {
  border-top-color: transparent;
}
.products-grid.divider-line .product-item:hover {
  z-index: 2;
}
.products-grid.divider-line .product-item-info {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  padding-top: 50px;
  padding-bottom: 0;
  transition: all 0.3s;
  margin-top: -1px;
  position: relative;
}
.products-grid.divider-line .product-item-info .product-item-inner {
  visibility: hidden;
  opacity: 0;
  margin: 0 -50px -10px;
  transition: all .3s;
}
.products-grid.divider-line .product-item-info .product-item-actions {
  margin-bottom: 0;
}
.products-grid.divider-line .product-item-info:hover {
  background-color: #fff;
  border-top-color: rgba(0, 0, 0, 0.09);
  border-bottom-color: rgba(0, 0, 0, 0.09);
  box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 40px;
}
.products-grid.divider-line .product-item-info:hover .product-item-inner {
  visibility: visible;
  opacity: 1;
}
.products {
  margin-left: -10px;
  margin-right: -10px;
}
.products .product-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1.4286em;
  position: relative;
}
.product-item {
  vertical-align: top;
}
.product-item-name {
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.product-item-name a {
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -.01em;
  margin-bottom: .45rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222529;
  display: block;
}
.product-item-info {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.product-item-photo {
  margin-bottom: 1rem;
  min-height: 90px;
  font-size: 1em;
  display: block;
  position: relative;
  padding: 0;
}
.product-item-photo img {
  display: block;
}
.product-item-photo .product-item-inner {
  height: 0;
}
.product-item-photo .product-item-inner .product-item-actions {
  display: block;
}
.product-item-photo .product-item-inner .product-item-actions > .action {
  background-color: #fff;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary {
  display: inline-block;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart {
  width: 32px;
  padding: 0;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:before {
  margin-right: 0;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart span {
  display: none;
}
.product-item-photo:hover .product-item-inner {
  visibility: visible;
  opacity: 1;
}
.product-item-photo:hover:not(.porto-tb-featured-image) {
  box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}
.product-item-actions .actions-secondary.action {
  width: 36px;
  height: 36px;
  line-height: 34px;
  letter-spacing: normal;
  border-radius: 0;
  position: relative;
}
.product-item-actions .actions-secondary.action:before {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-size: 1rem;
}
.product-item-actions .action.towishlist {
  border-color: #ddd;
  color: #333;
  background-color: #fff;
}
.product-item-actions .action.towishlist > span {
  display: none;
}
.product-item-actions .action.tocompare {
  border-color: #ddd;
  color: #333;
  background-color: #fff;
}
.product-item-actions .action.tocompare > span {
  display: none;
}
.product-item-description {
  margin: 10px 0;
}
.product-item-details {
  position: relative;
}
.product-item .product-reviews-summary .reviews-actions {
  display: none;
  text-transform: lowercase;
  font-size: 1em;
}
.product-item .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.product-item .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item .rating-summary .rating-result {
  width: 72px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.product-item .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 3px;
  line-height: 12px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.product-item .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 3px;
  line-height: 12px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item .rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item .price-box .price-label {
  font-size: 12px;
  color: #c1c1c1;
  vertical-align: middle;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 0.25em;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\f83b';
}
.product-item .tocart span {
  display: inline-block;
  vertical-align: top;
}
.product-item .tocart:before {
  content: '\e8ba';
  font-family: 'porto-icons';
  margin-right: 5px;
  font-weight: 600;
  font-size: .9375rem;
}
.product-item .weltpixel-quickview.weltpixel_quickview_button_v2 {
  padding: 0;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  text-indent: 0;
  height: auto;
  border: none;
  position: absolute;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  background-color: #08c;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 34px;
  transition: .25s;
  text-align: center;
}
.product-item .weltpixel-quickview.weltpixel_quickview_button_v2 em {
  display: none;
}
.product-item [class^='swatch-opt-'] {
  display: inline-block;
}
.product-item .swatch-attribute {
  margin-top: -4px;
  padding-bottom: 5px;
}
.product-labels {
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  top: .8em;
  font-size: 10px;
  left: .8em;
  text-align: center;
}
.product-labels .product-label {
  padding: 5px 11px;
  margin-bottom: 5px;
}
.product-labels .product-label.new-label {
  background-color: #62b959;
}
.product-labels .product-label.sale-label {
  background-color: #e27c7c;
}
.products-grid .product-item .box-tocart input.qty {
  height: 32px;
  padding: 0 9px;
}
.products-grid .owl-carousel .product-item {
  width: auto;
  float: none;
}
.product-item-info .product-reviews-summary {
  background: 0 0;
  margin: 0 auto .625rem;
  height: 1px;
  position: relative;
  display: table;
}
.product-item-info .product-item-details .price-box {
  margin-bottom: 1rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
}
.product-item-info .product-item-details .product-item-actions {
  white-space: nowrap;
  font-size: 1em;
  margin-bottom: 1.0714em;
}
.product-item-info .product-item-details .product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.product-item-info .product-item-details .product-item-actions .actions-secondary {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all 0.3s;
}
.product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist {
  right: -36px;
  visibility: hidden;
  opacity: 0;
}
.product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare {
  left: -36px;
  visibility: hidden;
  opacity: 0;
}
.product-item-info .product-item-details .product-item-actions .tocart {
  border-radius: 0;
  color: #333;
  background-color: #fff;
  border-color: #ddd;
  line-height: 34px;
  padding: 0 .625rem;
  font-size: .75rem;
  height: 36px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-item-info .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
  opacity: 1;
}
.product-item-info.type1 .product-item-inner {
  display: flex;
  justify-content: center;
}
.product-item-info.type3,
.product-item-info.type5,
.product-item-info.type6 {
  text-align: left;
}
.product-item-info.type3 .product.name,
.product-item-info.type5 .product.name,
.product-item-info.type6 .product.name {
  padding-right: 20px;
}
.product-item-info.type3 .product-reviews-summary,
.product-item-info.type5 .product-reviews-summary,
.product-item-info.type6 .product-reviews-summary {
  margin: 0 0 .55rem;
  display: table;
}
.product-item-info.type3 .product-item-actions .actions-primary .tocart,
.product-item-info.type5 .product-item-actions .actions-primary .tocart,
.product-item-info.type6 .product-item-actions .actions-primary .tocart,
.product-item-info.type3 .product-item-actions .tocompare,
.product-item-info.type5 .product-item-actions .tocompare,
.product-item-info.type6 .product-item-actions .tocompare {
  position: absolute;
  right: 15px;
  top: 15px;
  visibility: hidden;
  opacity: 0;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 30px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 34px;
  z-index: 3;
  transition: .25s;
}
.product-item-info.type3 .product-item-actions .actions-primary .tocart::before,
.product-item-info.type5 .product-item-actions .actions-primary .tocart::before,
.product-item-info.type6 .product-item-actions .actions-primary .tocart::before,
.product-item-info.type3 .product-item-actions .tocompare::before,
.product-item-info.type5 .product-item-actions .tocompare::before,
.product-item-info.type6 .product-item-actions .tocompare::before {
  font-weight: 600;
  font-size: .9375rem;
  display: block;
}
.product-item-info.type3 .product-item-actions .actions-primary .tocart:hover,
.product-item-info.type5 .product-item-actions .actions-primary .tocart:hover,
.product-item-info.type6 .product-item-actions .actions-primary .tocart:hover,
.product-item-info.type3 .product-item-actions .tocompare:hover,
.product-item-info.type5 .product-item-actions .tocompare:hover,
.product-item-info.type6 .product-item-actions .tocompare:hover {
  color: #fff;
}
.product-item-info.type3 .product-item-actions .actions-primary .tocart,
.product-item-info.type5 .product-item-actions .actions-primary .tocart,
.product-item-info.type6 .product-item-actions .actions-primary .tocart {
  right: 56px;
}
.product-item-info.type3 .product-item-actions .towishlist,
.product-item-info.type5 .product-item-actions .towishlist,
.product-item-info.type6 .product-item-actions .towishlist {
  background: 0 0;
  border: 0;
  opacity: .7;
  position: absolute;
  right: 0;
  bottom: -44px;
  width: 20px;
  visibility: visible;
  z-index: 3;
}
.product-item-info.type3 .product-item-actions .towishlist:hover,
.product-item-info.type5 .product-item-actions .towishlist:hover,
.product-item-info.type6 .product-item-actions .towishlist:hover {
  opacity: 1;
}
.product-item-info.type3 .product-item-actions .qty-box,
.product-item-info.type5 .product-item-actions .qty-box,
.product-item-info.type6 .product-item-actions .qty-box {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.product-item-info.type3:hover .product-item-actions .tocompare,
.product-item-info.type5:hover .product-item-actions .tocompare,
.product-item-info.type6:hover .product-item-actions .tocompare,
.product-item-info.type3:hover .product-item-actions .actions-primary .tocart,
.product-item-info.type5:hover .product-item-actions .actions-primary .tocart,
.product-item-info.type6:hover .product-item-actions .actions-primary .tocart {
  visibility: visible;
  opacity: 1;
}
.product-item-info.type4 {
  text-align: left;
}
.product-item-info.type4 .product-reviews-summary {
  margin: 0 0 .625rem;
}
.product-item-info.type4 .product-item-actions .towishlist,
.product-item-info.type4 .product-item-actions .tocompare {
  color: #333;
  border: 1px solid #ddd;
  background-color: #fff;
}
.product-item-info.type4 .product-item-actions .towishlist:hover,
.product-item-info.type4 .product-item-actions .tocompare:hover {
  border-color: #08c;
  background-color: #08c;
  color: #fff;
}
.product-item-info.type4 .product-item-actions .towishlist,
.product-item-info.type4 .product-item-actions .tocompare {
  left: 0 !important;
  right: 0 !important;
  opacity: 0;
}
.product-item-info.type4 .qty-box {
  margin: 0 0 6px;
}
.product-item-info.type4:hover .towishlist,
.product-item-info.type4:hover .tocompare {
  opacity: 1;
}
.product-item-info.type5 .product-item-details {
  padding-left: 10px;
  padding-right: 10px;
}
.product-item-info.type5 .product-item-actions .towishlist {
  right: 10px;
}
.products-grid.divider-line .product-item-info.type6 {
  padding-top: 0;
  padding-bottom: 0;
}
.products-grid.divider-line .product-item-info.type6 .product-item-inner {
  margin: 0;
  visibility: visible;
  opacity: 1;
}
.products-grid.divider-line .product-item-info.type6 .product-item-photo {
  margin-bottom: 0;
}
.product-item-info.type6 .product-item-details {
  padding: 15px 15px 1px;
}
.product-item-info.type6 .product-item-actions .towishlist {
  right: 15px;
}
.product-item-info.type6 .weltpixel-quickview.weltpixel_quickview_button_v2 {
  left: 15px;
  right: 15px;
  width: auto;
}
.product-item-info.type6 .qty-box {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.product-item-info.type6:hover .product-item-photo {
  box-shadow: none;
}
.product-item-info.type7 .product-item-photo {
  margin: 0;
}
.product-item-info.type7 .product-item-actions > .action {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 30px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
.product-item-info.type7 .product-item-actions > .action.towishlist {
  right: 56px;
}
.product-item-info.type7 .product-item-actions > .action::before {
  font-size: 1rem;
}
.product-item-info.type7 .product-item-actions > .action:hover {
  color: #fff;
  background-color: #08c;
}
.product-item-info.type7 .product-item-actions > .actions-primary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
}
.product-item-info.type7 .product-item-actions > .actions-primary .tocart {
  width: 100%;
  background-color: #f4f4f4;
  border: 0;
  color: #333;
  height: 45px;
  transition: all .3s;
  letter-spacing: 0;
  padding: 0 .625rem;
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
  white-space: nowrap;
}
.product-item-info.type7 .product-item-actions > .actions-primary .tocart::before {
  display: none;
}
.product-item-info.type7 .product-item-actions > .actions-primary .tocart > span {
  display: inline-block;
}
.product-item-info.type7 .product-item-actions > .actions-primary .tocart:hover {
  background-color: #08c;
  color: #fff;
}
.product-item-info.type7 .weltpixel-quickview.weltpixel_quickview_button_v2 {
  width: 50%;
  height: 45px;
  line-height: 45px;
}
.product-item-info.type7 .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
  opacity: 1;
}
.product-item-info.type7 .qty-box {
  display: none;
}
.product-item-info.type7 .product-item-details {
  position: absolute;
  bottom: 45px;
  z-index: 3;
  background-color: #fff;
  width: 100%;
  text-align: left;
  padding: 15px 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}
.product-item-info.type7 .product-reviews-summary {
  margin: 0 0 .625rem;
}
.product-item-info.type7:hover .product-item-photo {
  box-shadow: none;
}
.product-item-info.type7:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
  padding: 0;
}
.product-item-info.type7:hover .product-item-details,
.product-item-info.type7:hover .product-item-actions > .action,
.product-item-info.type7:hover .product-item-actions > .actions-primary {
  visibility: visible;
  opacity: 1;
}
.product-item-info.type8 .price-box .price,
.product-item-info.type8 .product.name a {
  color: #fff;
}
.product-item-info.type8 .product-reviews-summary {
  height: auto;
}
.product-item-info.type8 .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #fff;
}
.product-item-info.type8 .product-reviews-summary .rating-summary .rating-result:before {
  color: rgba(255, 255, 255, 0.6);
}
.product-item-info.type8 .weltpixel-quickview.weltpixel_quickview_button_v2 {
  left: 0;
  right: 0;
  line-height: 32px;
  transition: none;
}
.product-item-info.type8 .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
  opacity: 1;
}
.product-item-info.type8 .product-item-actions > .action,
.product-item-info.type8 .product-item-actions > .actions-primary .tocart {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  background-color: #4d4d4a;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  width: 36px;
  height: 36px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
.product-item-info.type8 .product-item-actions > .action::before,
.product-item-info.type8 .product-item-actions > .actions-primary .tocart::before {
  font-weight: 600;
  font-size: .9375rem;
  display: block;
}
.product-item-info.type8 .product-item-actions > .actions-primary .tocart {
  right: 97px;
}
.product-item-info.type8 .product-item-actions > .action.towishlist {
  right: 56px;
}
.product-item-info.type8 .product-item-details {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(27, 27, 23, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.product-item-info.type8 .product-item-photo {
  margin-bottom: 0;
}
.product-item-info.type8 .product-item-photo .qty-box {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.product-item-info.type8:hover .product-item-photo {
  box-shadow: none;
}
.product-item-info.type8:hover .product-item-actions > .action,
.product-item-info.type8:hover .product-item-actions > .actions-primary .tocart {
  visibility: visible;
  opacity: .85;
}
.product-item-info.type8:hover .product-item-actions > .action:hover,
.product-item-info.type8:hover .product-item-actions > .actions-primary .tocart:hover {
  opacity: 1;
}
.product-item-info.type8:hover .product-item-details {
  opacity: 1;
  visibility: visible;
}
.product-item-info.type9 .product-item-details {
  text-align: left;
}
.product-item-info.type9 .product-item-inner {
  left: auto;
  right: 15px;
  bottom: 15px;
}
.product-item-info.type9 .product-reviews-summary {
  margin: 0 0 .625rem;
}
.product-item-info.type9 .product-item-actions > .action,
.product-item-info.type9 .product-item-actions > .actions-primary .tocart {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  color: #333;
  width: 36px;
  height: 36px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
.product-item-info.type9 .product-item-actions > .action::before,
.product-item-info.type9 .product-item-actions > .actions-primary .tocart::before {
  font-weight: 600;
  font-size: .9375rem;
  display: block;
}
.product-item-info.type9 .product-item-actions > .action:hover,
.product-item-info.type9 .product-item-actions > .actions-primary .tocart:hover {
  background-color: #08c;
  color: #fff;
}
.product-item-info.type9 .product-item-actions > .actions-primary .tocart {
  right: 97px;
}
.product-item-info.type9 .product-item-actions > .action.towishlist {
  right: 56px;
}
.product-item-info.type9 .product-item-photo .qty-box {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.product-item-info.type9:hover .product-item-actions > .action,
.product-item-info.type9:hover .product-item-actions > .actions-primary .tocart {
  visibility: visible;
  opacity: .85;
}
.product-item-info.type9:hover .product-item-actions > .action:hover,
.product-item-info.type9:hover .product-item-actions > .actions-primary .tocart:hover {
  opacity: 1;
}
.product-item-info.type10 .product-item-inner {
  display: flex;
  justify-content: center;
}
.product-item-info.type10 .product-item-actions .towishlist,
.product-item-info.type10 .product-item-actions .tocompare {
  display: none;
}
.product-item-info.type10 .qty-box {
  display: inline-flex;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-item-info.type10 .qty-box .qty {
  -moz-appearance: textfield;
  text-align: center;
  width: 2.5em;
  height: 36px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  border-radius: 0;
  font-family: Poppins,sans-serif;
  color: #222529;
  line-height: 1.42857;
  padding: 8px 0;
  font-size: .85rem;
}
.product-item-info.type10 .qty-box .qtyminus,
.product-item-info.type10 .qty-box .qtyplus {
  position: relative;
  width: 2em;
  height: 36px;
  line-height: 1;
  border: 1px solid;
  padding: 0;
  outline: none;
  text-indent: -9999px;
}
.product-item-info.type10 .qty-box .qtyminus:before,
.product-item-info.type10 .qty-box .qtyplus:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  border-top: 1px solid;
  margin-top: -.5px;
  margin-left: -4.5px;
}
.product-item-info.type10 .qty-box .qtyminus,
.product-item-info.type10 .qty-box .qtyplus {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.09);
}
.product-item-info.type10 .qty-box .qtyminus:not(:hover),
.product-item-info.type10 .qty-box .qtyplus:not(:hover) {
  color: #222529;
}
.product-item-info.type10 .qty-box .qtyminus {
  left: 1px;
}
.product-item-info.type10 .qty-box .qtyplus {
  left: -1px;
}
.product-item-info.type10 .qty-box .qtyplus:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 9px;
  border-left: 1px solid;
  margin-top: -4.5px;
  margin-left: -.5px;
}
.product-item-info.type11 .product-item-name {
  text-align: left;
}
.product-item-info.type11 .product-item-photo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 23, 0.3);
  transition: .25s;
  z-index: 2;
}
.product-item-info.type11 .price-box .price,
.product-item-info.type11 .product.name a,
.product-item-info.type11 .product.name a:hover {
  color: #fff;
}
.product-item-info.type11 .product-reviews-summary {
  margin-left: 0;
  margin-right: 0;
  height: auto;
}
.product-item-info.type11 .product-reviews-summary .rating-summary .rating-result:before {
  color: rgba(255, 255, 255, 0.6);
}
.product-item-info.type11 .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #fff;
}
.product-item-info.type11 .weltpixel-quickview.weltpixel_quickview_button_v2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
  padding: .1rem 1.5rem;
  font-size: 13px;
  width: auto;
  line-height: 34px;
  border-radius: 30px !important;
  border: 2px solid #fff;
  background-color: #4d4d4a !important;
  transform: translate3d(-50%, -50%, 0);
}
.product-item-info.type11 .product-item-inner {
  position: absolute;
  left: auto;
  right: 15px;
  bottom: auto;
  top: 15px;
  visibility: visible;
  opacity: 0;
  z-index: 3;
}
.product-item-info.type11 .product-item-inner .product-item-actions > .action,
.product-item-info.type11 .product-item-inner .product-item-actions > .actions-primary .tocart {
  background-color: #4d4d4a;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  width: 36px;
  height: 36px;
  opacity: .85;
  transition: all .3s;
}
.product-item-info.type11 .product-item-inner .product-item-actions > .action:hover,
.product-item-info.type11 .product-item-inner .product-item-actions > .actions-primary .tocart:hover {
  opacity: 1;
}
.product-item-info.type11 .product-item-inner .product-item-actions > .action:before {
  font-size: 15px;
  line-height: 32px;
}
.product-item-info.type11 .porto-icon-eye {
  display: none;
}
.product-item-info.type11 .product.details.product-item-details {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  padding: 0 20px 10px;
}
.product-item-info.type11 .product-item-photo .qty-box {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.product-item-info.type11:hover .product-item-photo:after {
  background-color: rgba(27, 27, 23, 0.7);
}
.product-item-info.type11:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
  visibility: visible;
  opacity: .85;
  padding: .1rem 1.5rem;
}
.product-item-info.type11:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
  opacity: 1;
}
.product-item-info.type11:hover .product-item-inner {
  opacity: 1;
  visibility: visible;
}
.product-item-info.type11:hover .product.details.product-item-details {
  opacity: 1;
  visibility: visible;
}
.product-item-info.type12 > .porto-section {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 10px;
  background: #fff;
}
.product-item-info.type12 a.weltpixel-quickview {
  display: none !important;
}
.product-item-info.type12 .product-item-photo {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  margin: 0;
}
.product-item-info.type12 .product-item-photo > a {
  display: block;
  position: relative;
}
.product-item-info.type12 .product-item-details {
  flex: 0 0 50%;
  max-width: 50%;
}
.product-item-info.type12 .product-item-details .product-item-inner {
  display: none;
}
.product-item-info.type12 .product-reviews-summary {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: .525rem;
}
.product-item-info.type12:hover .product-item-photo {
  box-shadow: none !important;
}
.product-item-info.type12:hover .product-item-photo > a:before {
  display: none;
}
.product-item-info:hover .product-item-photo:not(.porto-tb-featured-image) {
  box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}
.product-item-info:hover .product-item-details .product-item-actions .actions-secondary.towishlist {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.product-item-info:hover .product-item-details .product-item-actions .actions-secondary.tocompare {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.product-item-info:hover .product-item-details .product-item-actions .tocart {
  background-color: #0088cc;
  border-color: #0088cc;
  color: #fff;
}
.product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
  padding: .45rem 0;
  opacity: .85;
  visibility: visible;
}
.product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
  opacity: 1;
}
.price-container .price {
  font-size: 2rem;
  color: #444;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.products-list .product-item {
  display: block;
  width: 100%;
  padding: 0 10px;
}
.products-list .product-item-info {
  display: flex;
  align-items: center;
}
.products-list .product-item-info > .porto-section {
  display: flex;
  align-items: center;
}
.products-list .product-item-info:after {
  display: table;
  content: '';
  clear: both;
}
.products-list .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.products-list .product-item-photo {
  flex: 0 0 250px;
  margin: 0 20px 0 0;
}
.products-list .product-item-details {
  flex: 1 1 auto;
  max-width: calc(100% - (250px));
  padding-bottom: 1px;
  text-align: left;
}
.products-list .product-item-details .product-item-name a {
  font-size: 1.2857em;
  font-weight: 600;
}
.products-list .product-item-details .actions-primary {
  display: inline-block;
}
.products-list .product-item-details .actions-secondary {
  margin-left: 2px;
  right: 0 !important;
  left: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.products-list .product-item-details .weltpixel-quickview {
  display: none;
}
.products-list .product-item .product-reviews-summary {
  background: none;
  margin-left: 0;
}
.porto-tb-featured-image {
  position: relative;
}
.porto-tb-featured-image .img-thumbnail {
  display: block;
}
.porto-tb-featured-image img {
  display: block;
  width: 100%;
}
.porto-tb-featured-image .owl-nav {
  z-index: 1;
}
.porto-tb-featured-image .owl-carousel {
  z-index: auto;
}
.porto-tb-featured-image .zoom {
  line-height: 30px;
}
.porto-tb-featured-image p {
  overflow-wrap: break-word;
}
.porto-tb-featured-image:hover {
  z-index: auto;
}
.porto-tb-featured-image:hover .zoom {
  opacity: 1;
}
.tb-image-type-gallery .img-thumbnail .zoom {
  opacity: 0;
}
.grid-creative .tb-image-type-default,
.grid-creative .tb-image-type-hover {
  height: 100%;
}
.grid-creative .tb-image-type-default .img-thumbnail,
.grid-creative .tb-image-type-hover .img-thumbnail,
.grid-creative .tb-image-type-default .img-thumbnail img,
.grid-creative .tb-image-type-hover .img-thumbnail img {
  height: inherit;
  object-fit: cover;
}
.grid-creative > .porto-tb-item {
  margin-bottom: 0;
}
.product-type-advanced .tb-image-type-hover {
  position: relative;
}
.product-type-advanced .tb-image-type-hover .hover_image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  right: 0;
  object-fit: cover;
  transition: opacity 0.3s, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  opacity: 0;
  z-index: 2;
  visibility: visible;
}
.product-type-advanced .tb-image-type-hover:hover .hover_image {
  opacity: 1;
  transform: scale(1.1, 1.1) translateZ(0);
}
.tb-image-type-slider .owl-item,
.tb-image-type-slider .owl-stage,
.tb-image-type-slider .owl-stage-outer,
.tb-image-type-slider .porto-carousel {
  position: static;
}
.tb-image-type-slider .porto-carousel .owl-dots {
  top: auto;
  bottom: 10px;
  justify-content: center;
  z-index: 5;
}
.tb-image-type-slider .porto-carousel .zoom {
  z-index: 5;
}
.tb-image-type-slider .porto-carousel .img-thumbnail {
  overflow: hidden;
}
.tb-woo-price .price {
  display: block;
}
.tb-hover-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: 5;
}
.tb-hover-content .porto-tb-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.tb-hover-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  transition: transform 0.4s,opacity 0.3s;
  opacity: 0;
}
.tb-hover-content.thumb-info-floating-element-wrapper:not(.with-link) > :first-child {
  display: none;
}
.tb-hover-content.thumb-info-floating-element-wrapper.with-link > :nth-child(2) {
  display: none;
}
.porto-tb-item:hover .tb-hover-content {
  opacity: 1;
}
.hover-start-fadein {
  opacity: 0;
}
.hover-start-translateleft {
  transform: translateX(-101%);
}
.hover-start-translatetop {
  transform: translateY(-101%);
}
.hover-start-translatebottom {
  transform: translateY(101%);
}
.hover-start-contenttranslatebottom > :not(.porto-tb-link) {
  transform: translateY(100px);
  transition: transform 0.3s,opacity 0.3s;
}
.porto-tb-item:hover .hover-start-fadein {
  opacity: 1;
}
.porto-tb-item:hover .hover-start-translateleft {
  transform: translateX(0);
}
.porto-tb-item:hover .hover-start-translatebottom,
.porto-tb-item:hover .hover-start-translatetop {
  transform: translateY(0);
}
.porto-tb-item:hover .hover-start-contenttranslatebottom > :not(.porto-tb-link) {
  transform: translateY(0);
}
.tb-hover-content > * {
  position: relative;
  z-index: 1;
}
.tb-hover-content .porto-tb-link {
  z-index: auto;
}
.porto-tb-icon-left i {
  margin-right: 0.25rem;
}
.porto-tb-icon-right i {
  margin-left: 0.25rem;
}
.porto-tb-woo-link:hover {
  color: var(--theme-color);
}
.porto-tb-woo-link a {
  color: inherit;
}
.porto-tb-wishlist a.view-wishlist {
  display: none;
}
.porto-tb-wishlist a,
.porto-tb-wishlist span:not(.yith-wcwl-tooltip) {
  text-indent: 0;
  width: auto;
  height: auto;
  line-height: inherit;
  background: none;
  border: none;
  color: inherit;
  transition: none;
}
.porto-tb-wishlist.porto-tb-icon-left i {
  margin-right: 0.25rem;
}
.porto-tb-wishlist .count-add-to-wishlist {
  display: none !important;
}
.editor-styles-wrapper .yith-wcwl-add-to-wishlist span,
.porto-tb-wishlist a:hover,
.porto-tb-wishlist span:hover {
  background: none;
  color: inherit;
  border: none;
}
.porto-tb-wishlist a:before,
.porto-tb-wishlist span:before {
  position: static;
  font-size: inherit;
}
.porto-tb-swatch .variations .label,
.porto-tb-swatch .variations .reset_variations {
  display: none !important;
}
.porto-tb-swatch .variations td {
  padding: 0 0 5px;
}
.porto-tb-meta {
  display: inline-block;
}
.porto-tb-meta a {
  color: inherit;
}
.porto-tb-meta a:hover {
  color: var(--theme-color);
}
.porto-posts-grid.porto-ajax-loading:after {
  z-index: 4;
}
.porto-posts-grid .sort-source {
  margin-bottom: 1rem;
}
.porto-posts-grid .pagination {
  margin: 0;
}
.porto-posts-grid.porto-ajax-load {
  position: relative;
}
.porto-posts-grid .porto-ibanner > img {
  width: auto;
}
.porto-posts-grid .posts-container[data-plugin-masonry] {
  transition: height 0.3s ease-in-out;
}
.porto-posts-grid .nothing-found-message {
  width: 100%;
}
.porto-posts-grid .filter-check li a:before {
  content: "\f87a";
  font-family: "porto";
}
html:not(.rtl) .porto-posts-grid .filter-check li a:before {
  margin-right: 6px;
}
.rtl .porto-posts-grid .filter-check li a:before {
  margin-left: 6px;
}
.porto-posts-grid .filter-check li.active a:before {
  content: "\f87b";
}
.image-hover-overlay {
  position: relative;
}
.image-hover-overlay .posts-wrap {
  position: relative;
  z-index: 2;
}
.image-hover-overlay .posts-wrap .img-thumbnail {
  transition: opacity 0.8s;
}
.image-hover-overlay.active .img-thumbnail {
  opacity: 0;
}
.image-hover-overlay .thumb-info-full {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s;
  background-size: cover;
}
.image-hover-overlay .thumb-info-full.active {
  opacity: 1;
}
.porto-tb-item:hover .viewcart.added {
  display: block;
  opacity: 1;
  cursor: pointer;
}
.porto-tb-item.product-col .filter-color {
  margin: 3px 6px 3px 0;
}
.rtl .porto-tb-item.product-col .filter-color {
  margin-right: 0;
  margin-left: 6px;
}
.product-type-countdown2 .sw-dailydeal {
  background: none;
  font-family: inherit;
  color: inherit;
  padding: 0;
  text-align: inherit;
}
.product-type-countdown2 .sw-dailydeal p {
  line-height: 1;
}
.product-type-countdown2 .countdowncontainer {
  text-align: inherit;
  margin-bottom: 0;
}
.product-type-countdown2 .countdowncontainer .number-wrapper {
  padding: 11px 0;
  background: #f3f3f3;
  margin: 0 2.5px 10px;
  width: 50px;
  text-align: center;
}
.product-type-countdown2 .countdowncontainer .number-wrapper:first-child {
  margin-left: 0;
}
.product-type-countdown2 .countdowncontainer .number-wrapper .number {
  font-weight: 600;
  color: #222529;
  font-size: 1rem;
  line-height: 1;
}
.product-type-countdown2 .countdowncontainer .number-wrapper .caption {
  text-transform: uppercase;
  margin-top: 2px;
  font-size: .625rem;
  font-weight: 500;
  margin-top: 7px;
  width: 100%;
  display: block;
  line-height: 1;
}
.product-type-countdown2 .countdowncontainer .number-wrapper .caption p {
  line-height: 1;
}
.product-type-advanced .porto-tb-featured-image {
  overflow: hidden;
}
.product-type-advanced .product-item-actions .actions-secondary.action {
  width: 40px;
  height: 40px;
  line-height: 38px;
  background-color: #ffffff !important;
  border: 1px solid #e7e7e7;
  border-radius: 50% 50% 50% 50%;
  color: #222529;
  line-height: 1.8;
  visibility: visible !important;
  opacity: 1 !important;
  order: 1;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s;
}
.product-type-advanced .product-item-actions .actions-secondary.action::before {
  font-size: 24px;
  -webkit-font-smoothing: inherit;
}
.product-type-advanced .product-item-actions .actions-secondary.action:hover {
  background-color: #212529 !important;
  color: #fff;
  border-color: #212529;
}
.product-type-advanced .product-item-actions .actions-secondary.action.tocompare {
  order: 3;
  left: 0;
}
.product-type-advanced .product-item-actions .actions-secondary.action.tocompare::before {
  font-size: 20px;
}
.product-type-advanced .product-item-actions .actions-secondary.action.towishlist {
  right: 0;
}
.product-type-advanced .product-item-actions > .actions-primary {
  order: 2;
  margin: 0 5px;
}
.product-item .product-type-advanced .tocart:before {
  font-weight: 300;
  font-size: 22px;
  margin-right: 0.25rem !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.product-type-advanced .product-item-name a {
  font-weight: 500;
  letter-spacing: -.025em;
}
.product-type-advanced .product-reviews-summary {
  height: auto;
  display: inline-block;
}
.product-type-advanced.effect-ovdefault {
  color: #fff;
}
.product-type-advanced.effect-ovdefault .product-item-photo {
  margin-bottom: 0;
}
.product-type-advanced.effect-ovdefault .product-content {
  padding-top: 0px;
  padding-bottom: 0px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  left: 15px;
  opacity: 0;
  transform: scale(0.9) translateZ(0) translateY(-50%);
  transition: opacity .25s, transform .25s, bottom .25s;
}
.product-type-advanced.effect-ovdefault:hover .product-content {
  opacity: 1;
  transform: scale(1) translateZ(0) translateY(-50%);
}
.product-type-advanced.effect-ovdefault .product-item-name a {
  color: inherit;
}
.product-item .product-type-advanced.effect-ovdefault .rating-summary .rating-result:before {
  color: inherit;
}
.product-item .product-type-advanced.effect-ovdefault .rating-summary .rating-result > span:before {
  color: #ffc600;
}
.product-item .product-type-advanced.effect-ovdefault .price-box .price {
  color: #fff;
}
.product-item .product-type-advanced.effect-ovdefault .old-price .price {
  color: #fff;
}
.product-type-advanced.effect-ovdefault .content-top {
  position: absolute;
  top: 15px;
  right: 20px;
  left: 20px;
}
.product-type-advanced.effect-ovdefault .content-bottom {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
}
.product-type-advanced.effect-hddf .product-content {
  background-color: #ffffff;
  padding: 20px 15px 0px 15px;
  position: absolute;
  right: 0px;
  bottom: -5px;
  left: 0px;
  opacity: 0;
  transition: bottom .25s, opacity .25s;
}
.product-type-advanced.effect-hddf:hover .product-content {
  bottom: 0;
  opacity: 1;
}
.product-type-advanced.effect-hddf.box-center .product-content {
  top: 50%;
  right: 20px;
  left: 20px;
  bottom: auto;
  transform: translateY(calc(-30%));
  transition: transform .25s, opacity .25s;
}
.product-type-advanced.effect-hddf.box-center:hover .product-content {
  transform: translateY(-50%);
  bottom: auto;
}
.product-type-advanced.effect-hddf.box-full .product-content {
  top: 0px;
  right: 0px;
  bottom: -5px;
  left: 0px;
  transition: bottom .25s, opacity .25s;
}
.product-type-advanced.effect-hddf.box-full:hover .product-content {
  bottom: 0;
}
.product-type-advanced.effect-hddf.box-full .product-item-inner .actions-primary {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  flex-grow: inherit;
}
.product-type-advanced.effect-detailimg {
  text-align: left;
}
.product-type-advanced.effect-detailimg .product-item-photo {
  margin-bottom: 0;
}
.product-type-advanced.effect-detailimg .product-item-photo .product-item-inner.icon-absolute .product-item-actions .actions-secondary.action {
  position: relative;
  top: 0 !important;
  right: 0;
}
.product-type-advanced.effect-detailimg .product-item-photo .product-item-inner.icon-absolute .product-item-actions .weltpixel-quickview.weltpixel_quickview_button_v2 {
  top: 0;
  padding: 0;
  position: relative;
  left: 0;
  order: 3;
}
.product-type-advanced.effect-detailimg .product-item-photo .product-item-inner .product-item-actions {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-type-advanced.effect-detailimg .product-item-photo .product-item-inner .product-item-actions .actions-secondary.action {
  position: relative;
  top: 0;
  right: 0;
}
.product-type-advanced.effect-detailimg .product-item-photo .product-item-inner .product-item-actions > * {
  margin-bottom: 10px;
}
.product-type-advanced.effect-detailimg .product-item-photo .product-item-inner .product-item-actions > *:last-child {
  margin-bottom: 0;
}
.product-type-advanced.effect-detailimg .product-item-photo .product-item-inner.show-cart-icon .product-item-actions > .actions-primary {
  margin: 0 0 10px;
  order: 1;
}
.product-type-advanced.effect-detailimg .content-top {
  top: 0.625rem;
  right: 3.75rem;
  left: 1.25rem;
  position: absolute;
}
.product-type-advanced.effect-detailimg .product-labels + .product-item-inner .content-top {
  top: 2.5rem;
}
.product-type-advanced.effect-detailimg .product-item-details {
  position: absolute;
  bottom: 16px;
  left: 20px;
  width: auto;
}
.product-type-advanced.effect-detailimg.actions-center {
  text-align: center;
}
.product-type-advanced.effect-detailimg.actions-center .product-item-photo .product-item-inner .product-item-actions {
  top: 50%;
  transform: translateY(-50%);
}
.product-type-advanced.effect-detailimg.actions-center .content-top {
  right: 1.25rem;
}
.product-type-advanced.effect-detailimg.actions-center .product-item-details {
  right: 20px;
}
.product-type-advanced.effect-detailimg.actions-bottom {
  text-align: left;
}
.product-type-advanced.effect-detailimg.actions-bottom .product-item-photo .product-item-inner .product-item-actions {
  top: auto;
  bottom: 0.625rem;
}
.product-type-advanced.effect-detailimg.actions-bottom .product-item-details {
  top: 16px;
  right: 55px;
  bottom: auto;
}
.product-type-advanced.effect-detailimg.actions-bottom .product-labels + .product-item-inner .product-item-details {
  top: 35px;
}
.product-type-advanced.effect-cartlink .product-item-photo .product-item-inner .product-item-actions {
  position: static;
}
.product-items:not(.owl-carousel) .product-type-advanced.effect-bheshadow {
  transition: transform 0.5s;
  position: relative;
}
.product-items:not(.owl-carousel) .product-type-advanced.effect-bheshadow:before {
  position: absolute;
  content: '';
  left: -16px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: box-shadow 0.3s, opacity 0.3s, visibility 0.3s;
}
.product-items:not(.owl-carousel) .product-type-advanced.effect-bheshadow:hover {
  transform: translateY(-10px);
  z-index: 2;
}
.product-items:not(.owl-carousel) .product-type-advanced.effect-bheshadow:hover:before {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.07000000000000001);
}
.product-items:not(.owl-carousel) .product-type-advanced.effect-bhebrspace:hover:before {
  left: -16px;
  top: -16px;
  right: -16px;
  bottom: -16px;
}
.product-items:not(.owl-carousel) .product-type-advanced.effect-bhesfd {
  transition: transform 0.3s;
  z-index: 2;
}
.product-items:not(.owl-carousel) .product-type-advanced.effect-bhesfd .content-shadow {
  content: '';
  opacity: 0;
  visibility: hidden;
  transition: box-shadow 0.3s, opacity 0.3s, visibility 0.3s;
}
.product-items:not(.owl-carousel) .product-type-advanced.effect-bhesfd:hover .content-shadow {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.07000000000000001);
}
.product-items:not(.owl-carousel) .product-type-advanced.effect-bhesfd:hover {
  transform: translateY(-10px);
  z-index: 9;
}
.product-items:not(.owl-carousel) .product-type-advanced.effect-bhesfd:hover .product-item-details .product-item-inner {
  opacity: 1;
  visibility: visible;
}
.product-type-advanced.effect-bheborder {
  border: 1px solid transparent;
}
.product-type-advanced.effect-bheborder:hover {
  z-index: 2;
  border-color: #e7e7e7;
}
.product-type-advanced.effect-bhebrspace {
  position: relative;
}
.product-type-advanced.effect-bhebrspace:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  border: 1px solid transparent;
  transition: opacity 0.3s, visibility 0.3s, left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
}
.product-type-advanced.effect-bhebrspace:hover:before {
  opacity: 1;
  visibility: visible;
  border-color: #e7e7e7;
}
.product-type-advanced.effect-bhesfd {
  position: relative;
}
.product-type-advanced.effect-bhesfd .product-item-photo .weltpixel-quickview.weltpixel_quickview_button_v2 {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  left: auto;
  padding: 0;
}
.product-type-advanced.effect-bhesfd .product-item-photo .weltpixel-quickview.weltpixel_quickview_button_v2 span {
  display: none;
}
.product-type-advanced.effect-bhesfd .product-item-photo .weltpixel-quickview.weltpixel_quickview_button_v2 {
  width: 40px;
  height: 40px;
  background-color: #ffffff !important;
  border: 1px solid #e7e7e7;
  border-radius: 50% 50% 50% 50%;
  color: #222529;
  line-height: 1.8;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s;
}
.product-type-advanced.effect-bhesfd .product-item-photo .weltpixel-quickview.weltpixel_quickview_button_v2::before {
  content: '\E884';
  font-family: 'porto-icons';
  display: block;
  font-size: 22px;
  -webkit-font-smoothing: inherit;
}
.product-type-advanced.effect-bhesfd .product-item-photo .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
  background-color: #212529 !important;
  color: #fff;
  border-color: #212529;
}
.product-type-advanced.effect-bhesfd .content-shadow {
  padding-top: 0px;
  padding-bottom: 0px;
  position: absolute;
  top: -16px;
  right: -16px;
  left: -16px;
  background-color: #ffffff;
}
.product-type-advanced.effect-bhesfd [class^='swatch-opt-'] {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
  padding-top: 15px;
}
.product-type-advanced.effect-bhesfd .product-item-details .price-box {
  margin-bottom: 0;
}
.product-type-advanced.effect-bhesfd .product-item-details .product-item-inner {
  padding-top: 0px;
  padding-bottom: 0px;
  position: absolute;
  top: 100%;
  right: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.product-type-advanced.effect-bhesfd .product-item-details .product-item-inner .product-item-description {
  margin-top: 13px;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.005em;
}
.product-type-advanced.effect-bhesfd .product-item-details .product-item-inner .product-item-actions {
  margin-top: 20px;
  margin-bottom: 0;
}
.product-type-advanced.effect-bhesfd:hover [class^='swatch-opt-'] {
  transform: translateY(-100%);
  opacity: 1;
  visibility: visible;
}
.button-pos-center .product-item-actions {
  position: absolute;
  top: 50%;
  right: 1rem;
  left: 1rem;
  transform: translateY(-50%);
}
.button-pos-top .product-item-actions {
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: 1rem;
}
.button-pos-bottom .product-item-actions {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}
.has-quickview .button-pos-bottom .product-item-actions {
  bottom: 4rem;
}
.text-center .swatch-attribute-options {
  justify-content: center;
}
.button-pos-outside .product-item-actions .actions-secondary.action {
  border-radius: 0;
}
.button-pos-outside .product-item-actions .actions-secondary.action.towishlist {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.button-pos-outside .product-item-actions .actions-secondary.action.tocompare {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.button-pos-outside .product-item-actions > .actions-primary .tocart {
  border-radius: 0 !important;
}
.product-item-info .product-type-advanced .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary {
  flex-grow: 1;
}
.product-item-info .product-type-advanced .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: -.05em;
  text-align: center;
  color: #ffffff;
  background: none;
  height: 40px;
  display: block;
  padding: 0;
  background-color: #212529;
  border: none;
  order: 2;
  margin: 0;
  flex-grow: 1;
  width: auto;
}
.product-item-info .product-type-advanced .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart span {
  display: inline-block;
  vertical-align: middle;
}
.product-item-info .product-type-advanced .product-item-inner.css-bottom-iconcart .product-item-actions > .actions-primary {
  display: block;
  width: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0;
}
.product-item-info .product-type-advanced .product-item-inner.css-bottom-iconcart .product-item-actions.actions-center > .actions-primary {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  width: max-content;
}
.product-item-info .product-type-advanced .product-item-inner.css-bottom-iconcart .product-item-actions.actions-center .flex-sm-row {
  flex-direction: column !important;
}
.product-item-info .product-type-advanced .product-item-inner.show-cart-icon .product-item-actions > .actions-primary {
  width: auto;
  background: none;
  border: none;
  order: 2;
  margin: 0 10px;
}
.product-item-info .product-type-advanced .product-item-inner.show-cart-icon .product-item-actions > .actions-primary .tocart {
  width: 40px;
  height: 40px;
  background-color: #ffffff !important;
  border: 1px solid #e7e7e7;
  border-radius: 50% 50% 50% 50%;
  color: #222529;
  line-height: 1.8;
  padding: 0;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s;
}
.product-item-info .product-type-advanced .product-item-inner.show-cart-icon .product-item-actions > .actions-primary .tocart::before {
  margin-right: 0 !important;
  display: block;
  -webkit-font-smoothing: auto;
}
.product-item-info .product-type-advanced .product-item-inner.show-cart-icon .product-item-actions > .actions-primary .tocart:hover {
  background-color: #212529 !important;
  color: #fff;
  border-color: #212529;
}
.product-item-info .product-type-advanced .product-item-inner.show-cart-icon .product-item-actions > .actions-primary .tocart span {
  display: none;
}
.product-item-info .product-type-advanced .product-item-inner.icon-absolute .product-item-actions .actions-secondary.action,
.product-item-info .product-type-advanced .product-item-inner.icon-absolute .product-item-actions .weltpixel-quickview.weltpixel_quickview_button_v2 {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  left: auto;
}
.product-item-info .product-type-advanced .product-item-inner.icon-absolute .product-item-actions .actions-secondary.action.tocompare {
  top: 60px;
}
.product-item-info .product-type-advanced .product-item-inner.icon-absolute .product-item-actions .weltpixel-quickview.weltpixel_quickview_button_v2 {
  width: 40px;
  height: 40px;
  background-color: #ffffff !important;
  border: 1px solid #e7e7e7;
  border-radius: 50% 50% 50% 50%;
  color: #222529;
  line-height: 1.8;
  visibility: visible;
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s;
}
.product-item-info .product-type-advanced .product-item-inner.icon-absolute .product-item-actions .weltpixel-quickview.weltpixel_quickview_button_v2::before {
  content: '\E884';
  font-family: 'porto-icons';
  display: block;
  font-size: 22px;
  -webkit-font-smoothing: inherit;
}
.product-item-info .product-type-advanced .product-item-inner.icon-absolute .product-item-actions .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
  background-color: #212529 !important;
  color: #fff;
  border-color: #212529;
}
.product-item-info .product-type-advanced .product-item-inner.icon-absolute .product-item-actions .weltpixel-quickview.weltpixel_quickview_button_v2 {
  left: auto;
  top: 110px;
  padding: 0;
}
.product-item-info .product-type-advanced .product-item-inner.icon-absolute .product-item-actions .weltpixel-quickview.weltpixel_quickview_button_v2 span {
  display: none;
}
.product-item-info .product-type-advanced.effect-cartlink .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary {
  margin: 0;
  right: auto;
  width: auto;
}
.product-item-info .product-type-advanced.effect-cartlink .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart {
  background: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: -.05em;
  color: #222529;
  text-decoration: underline;
  height: auto;
}
.product-item-info .product-type-advanced.effect-cartlink .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart span {
  display: block;
}
.product-item-info .product-type-advanced.effect-cartlink .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart::before {
  display: none;
}
.product-item-info .product-type-advanced.effect-cartlink .product-item-photo .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart {
  margin-bottom: 0.625rem;
  margin-left: 1rem;
}
.product-item-info .product-type-advanced.effect-cartlink .show-cartlink-top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  text-align: left;
}
.product-item-info .product-type-advanced.effect-cartlink .show-cartlink-top > * {
  order: 2;
  text-align: left;
  margin-left: 0;
  flex: 0 0 100%;
}
.product-item-info .product-type-advanced.effect-cartlink .show-cartlink-top .product-item-actions {
  margin-bottom: 8px;
}
.product-item-info .product-type-advanced.effect-cartlink .show-cartlink-top .product-item-inner {
  order: 1;
}
.product-item-info .product-type-advanced.effect-cartlink .show-cartlink-top .price-box {
  margin-bottom: 0;
}
.product-item-info .product-type-advanced.effect-cartlink .show-cartlink-top .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart {
  font-size: 1rem;
  font-weight: 600;
}
.product-item-info.type13 .product-item-inner:not(.button-pos-center) .product-item-actions {
  display: block;
  position: static;
}
.product-item-info.type13 .sw-dailydeal-wrapper {
  padding: 0 0 10px;
  position: relative;
}
.product-item-info.type14 .sw-dailydeal-wrapper {
  padding: 0 0 10px;
  position: relative;
}
.product-item-info.type15.porto-tb-item:hover .tb-hover-content {
  background-color: rgba(33, 37, 41, 0.7);
}
.product-item-info.type15 .product-item-inner:not(.button-pos-center) .product-item-actions {
  display: block;
  position: static;
}
.product-item-info.type15 .button-pos-center .weltpixel-quickview.weltpixel_quickview_button_v2 {
  width: 40px;
  height: 40px;
  background-color: #ffffff !important;
  border: 1px solid #e7e7e7;
  border-radius: 50% 50% 50% 50%;
  color: #222529;
  line-height: 1.8;
  visibility: visible;
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s;
}
.product-item-info.type15 .button-pos-center .weltpixel-quickview.weltpixel_quickview_button_v2::before {
  content: '\E884';
  font-family: 'porto-icons';
  display: block;
  font-size: 22px;
  -webkit-font-smoothing: inherit;
}
.product-item-info.type15 .button-pos-center .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
  background-color: #212529 !important;
  color: #fff;
  border-color: #212529;
}
.product-item-info.type15 .button-pos-center .weltpixel-quickview.weltpixel_quickview_button_v2 {
  left: auto;
  right: -4px;
  bottom: 0;
  padding: 0;
}
.product-item-info.type15 .button-pos-center .weltpixel-quickview.weltpixel_quickview_button_v2 span {
  display: none;
}
.product-item-info.type15.hide-actions .weltpixel-quickview,
.product-item-info.type15.hide-actions .product-item-actions {
  display: none !important;
}
.product-item-info.type16.porto-tb-item .tb-hover-content {
  justify-content: flex-end;
  background-color: rgba(0, 113, 161, 0);
}
.product-item-info.type16 .product-item-photo {
  margin-bottom: 0;
}
.product-item-info.type16 .product-item-inner .product-item-actions {
  display: block;
  position: static;
}
.product-item-info.type16 .product-item-inner .actions-primary {
  display: block;
  padding: 0;
  background-color: #212529;
  border: none;
  order: 2;
  margin: 0 -15px;
  flex-grow: 1;
  margin-top: 20px;
}
.product-item-info.type16 .product-item-inner .actions-primary .tocart {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: -.05em;
  text-align: center;
  color: #ffffff;
  background: none;
  border: none;
  width: 100%;
  height: 40px;
  padding: 0;
}
.product-item-info.type16.text-left .product-type-advanced .product-reviews-summary {
  margin-left: 0;
}
.product-item-info.type17 .product-item-inner:not(.button-pos-center) .product-item-actions {
  display: block;
  position: static;
}
.product-item-info.type17 .sw-dailydeal-wrapper {
  padding: 0 0 10px;
  position: relative;
}
.product-item-info.type17 .product-item-details .product-item-actions .actions-primary {
  display: block;
}
.product-item-info.type17 .qty-box {
  display: inline-flex;
  position: relative;
  text-align: left;
  vertical-align: middle;
  margin-right: 7px;
}
.product-item-info.type17 .qty-box .qty {
  -moz-appearance: textfield;
  text-align: center;
  width: 2.5em;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  border-radius: 0;
  font-family: Poppins,sans-serif;
  color: #222529;
  line-height: 1.42857;
  padding: 8px 0;
  font-size: .85rem;
  font-weight: 600;
  border-color: #e7e7e7;
}
.product-item-info.type17 .qty-box .qtyminus,
.product-item-info.type17 .qty-box .qtyplus {
  position: relative;
  width: 2em;
  height: 40px;
  line-height: 1;
  border: 1px solid;
  padding: 0;
  outline: none;
  text-indent: -9999px;
}
.product-item-info.type17 .qty-box .qtyminus:before,
.product-item-info.type17 .qty-box .qtyplus:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  border-top: 1px solid;
  margin-top: -.5px;
  margin-left: -4.5px;
}
.product-item-info.type17 .qty-box .qtyminus,
.product-item-info.type17 .qty-box .qtyplus {
  background: #fff;
  border-color: #e7e7e7;
}
.product-item-info.type17 .qty-box .qtyminus:not(:hover),
.product-item-info.type17 .qty-box .qtyplus:not(:hover) {
  color: #222529;
}
.product-item-info.type17 .qty-box .qtyminus {
  left: 1px;
}
.product-item-info.type17 .qty-box .qtyplus {
  left: -2px;
}
.product-item-info.type17 .qty-box .qtyplus:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 9px;
  border-left: 1px solid;
  margin-top: -4.5px;
  margin-left: -.5px;
}
.product-item-info.type17 .actions-center .qty-box {
  align-self: center;
  margin-bottom: 10px;
  margin-right: 0;
}
.product-item-info.type17 .product-type-advanced .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart {
  margin: 0;
  width: auto;
}
.product-item-info.type17 .product-type-advanced .product-item-inner:not(.show-cart-icon) .product-item-actions.actions-center > .actions-primary .tocart {
  padding-right: 32px;
  padding-left: 32px;
}
.product-item-info.type17 .swatch-attribute:last-child {
  padding-bottom: 15px;
}
.product-item-info.type17 .swatch-attribute-options {
  justify-content: center;
}
.product-item-info.type17 .product-item-details.qty-above > * {
  order: 2;
}
.product-item-info.type17 .product-item-details.qty-above .product-item-inner {
  order: 1;
  width: 100%;
}
.product-item-info.type20 .product-item-inner:not(.button-pos-center) .product-item-actions {
  display: block;
  position: static;
}
.product-item-info.type20 .sw-dailydeal-wrapper {
  padding: 0 0 10px;
  position: relative;
}
@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;
  }
}
.page-products .columns {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.toolbar {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-right: -10px;
  font-size: 13px;
  text-align: center;
}
.toolbar > * {
  margin: 0 10px 10px 0;
}
.toolbar select {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1em;
  padding: 0 25px 0 8px;
  box-shadow: none;
  border: 1px solid #e4e4e4;
  height: 34px;
  border-radius: 0;
}
.toolbar-amount {
  position: static;
  display: block;
  float: left;
  line-height: 14px;
  padding: 6px 0;
  margin: 0;
  vertical-align: middle;
  text-align: left;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar {
  text-align: center;
  border-top: 1px solid #e7e7e7;
  padding-top: 25px;
  margin: 0;
  border-bottom: none;
}
.products.wrapper ~ .toolbar .pages {
  display: block;
  margin-right: 0;
  order: 2;
  margin-left: auto;
  margin-bottom: 15px;
}
.products.wrapper ~ .toolbar .limiter {
  margin-bottom: 15px;
}
.products.wrapper ~ .toolbar .sorter,
.products.wrapper ~ .toolbar .modes {
  display: none;
}
.products.wrapper ~ .toolbar a.porto-product-filters-toggle {
  display: none !important;
}
.toolbar a.porto-product-filters-toggle {
  -webkit-align-items: center;
  align-items: center;
  height: 36px;
  background: #fff;
  padding: 0 10px 0 3px;
  text-transform: uppercase;
  color: inherit;
  border: 1px solid #e7e7e7;
}
.toolbar a.porto-product-filters-toggle svg {
  fill: #fff;
  stroke: #222529;
  width: 28px;
}
.page-layout-1column .toolbar a.porto-product-filters-toggle {
  display: none !important;
}
.toolbar.sticky {
  position: fixed !important;
  z-index: 8;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 10px;
  border-bottom: 1px solid #e7e7e7;
  transition: left 0.3s;
}
.sidebar-opened .toolbar.sticky {
  left: 260px;
}
.onepage-category .toolbar.sticky {
  left: 80px;
  width: calc(100% - (80px));
}
.sorter {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.page-products .sorter {
  position: static;
}
.sorter-label {
  margin-bottom: 0;
  line-height: 26px;
  font-weight: 400;
  margin: 0 7px 0 0;
  vertical-align: middle;
}
.sorter-label::after {
  content: ':';
}
.sorter-options {
  margin: 0 7px 0 0;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #0088cc;
  content: '\f840';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #0088cc;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  vertical-align: top;
  color: #000;
}
.sorter-action.sort-desc:before {
  content: '\f842';
}
.modes {
  display: flex;
  align-items: center;
}
.modes > a {
  text-decoration: none;
}
.modes-mode {
  font-size: 1rem;
  width: 1.2em;
  height: 1.2em;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  transition: .25s;
  margin-right: .25rem;
  margin-top: 2px;
  display: inline-block;
  text-decoration: none;
}
.modes-mode:last-child {
  margin-right: 0;
}
.modes-mode.active,
.modes-mode:hover {
  color: #0088cc;
}
.modes-mode:not(.active) {
  color: #000;
}
.modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes-mode:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\f839';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modes-mode:before {
  display: block;
  overflow: visible;
}
.mode-list:before {
  content: '\f83a';
}
.limiter {
  display: flex;
  align-items: center;
}
.limiter-options {
  width: auto;
  margin: 0;
}
.limiter .label {
  margin: 0 7px 0 0;
  vertical-align: middle;
}
.limiter .label span {
  display: block;
}
.limiter .label span::after {
  content: ':';
}
.limiter .control {
  display: inline-block;
}
.limiter .limiter-text {
  display: none;
}
@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;
  }
}
.action.tocompare:before {
  content: '\f83b';
}
.catalog-category-view .page-title-wrapper {
  display: none;
}
.price-box .price {
  font-weight: 600;
}
.old-price,
.old.price {
  color: #a7a7a7;
}
.old-price {
  display: inline-block;
  vertical-align: baseline;
  margin-right: .2143em;
}
.old-price .price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}
.old-price .price-label {
  display: none;
}
.special-price {
  display: inline-block;
  vertical-align: baseline;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ":";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ":";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 1em;
  word-wrap: break-word;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 0;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  height: auto;
  width: 100%;
}
.product-image-photo.default_image {
  position: static;
}
.product-image-photo.hover_image {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 0;
}
.product-item-photo:hover .product-image-photo.hover_image {
  visibility: visible;
  opacity: 1;
}
.catalog-product-view .page-main {
  padding-bottom: 0;
}
.product.media {
  margin-top: 0;
  margin-bottom: 2rem;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 0.5em 0;
  color: #c1c1c1;
  font-size: 1em;
}
.product.media .product.thumbs {
  margin: 0.5em 0 1.25em;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 0.25em 0.5em 0.25em;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 1.5em 0.5em 0;
}
.fieldset > .field.qty,
.nested.options-list > .field.qty {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 15px;
}
.fieldset > .field.qty > .label,
.nested.options-list > .field.qty > .label {
  display: none;
}
.fieldset > .actions {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.input-text.qty {
  border-radius: 3px;
}
.product-info-main {
  margin-bottom: 2rem;
}
.product-info-main .page-title-wrapper {
  max-width: calc(100% - (52px));
}
.product-info-main .page-title-wrapper h1 {
  font-size: 1.875rem;
  line-height: 1.2;
  color: #222529;
  letter-spacing: -.01em;
  font-weight: 700;
  margin-bottom: .2em;
}
.product-info-main .product-reviews-summary {
  color: #999;
  margin-bottom: 1.4286em;
  margin-top: 0;
  font-size: .9286em;
}
.product-info-main .product-reviews-summary:after {
  content: '';
  display: block;
  width: 40px;
  border-top: 2px solid #e7e7e7;
  margin: 1rem 0 1.25rem;
}
.product-info-main .product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
  margin-right: .7143em;
  font-size: 13px;
  top: -2px;
  position: relative;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result {
  width: 78px;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result:before,
.product-info-main .product-reviews-summary .rating-summary .rating-result > span:before {
  font-size: 15px;
  line-height: 15px;
  height: 15px;
  color: #ff5b5b;
}
.product-info-main .product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: middle;
}
.product-info-main .product-reviews-summary .reviews-actions a {
  color: inherit;
  padding: 0 .7143em;
  position: relative;
}
.product-info-main .product-reviews-summary .reviews-actions a:first-child {
  padding-left: 0;
}
.product-info-main .product-reviews-summary .reviews-actions a:not(:last-child)::after {
  content: '';
  border-left: 2px solid #ccc;
  width: 1px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 2px;
}
.product-info-main .product-reviews-summary.empty .reviews-actions:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: inline-block;
  vertical-align: middle;
  font-family: porto-icons;
  color: #c3c5c9;
  letter-spacing: .2em;
  font-size: 14px;
  line-height: 13px;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ": ";
}
.product-info-main .product-info-stock-sku {
  clear: both;
  font-size: .8571em;
  text-transform: uppercase;
  margin: 1.2143em 0;
}
.product-info-main .product-info-stock-sku > * {
  display: block;
  margin-bottom: .25rem;
}
.product-info-main .stock span + span {
  color: #222529;
  font-weight: 700;
}
.product-info-main .product.sku {
  word-wrap: break-word;
}
.product-info-main .product-add-form {
  clear: both;
}
.product-info-main .product.sku .type {
  font-weight: inherit;
}
.product-info-main .product.sku .type::after {
  content: ':';
}
.product-info-main .product.sku .value {
  display: inline-block;
  color: #222529;
  font-weight: 700;
}
.product-info-main .product.overview {
  font-size: 1.1428em;
  line-height: 1.6875;
  letter-spacing: -.015em;
}
.product-info-main .product.alert {
  margin: 0.5em 0;
}
.product-info-main .product.detailed {
  margin-top: 15px;
}
.product-add-form .box-tocart {
  padding: 1.25rem 0 1rem;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1em;
  margin: 0;
}
.product-social-links .share-links a {
  font-size: 13px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin: .2857em .1em .2857em 0;
}
.product-social-links .share-links a:not(:hover) {
  background: none;
  color: #222529;
  border: 2px solid #e7e7e7;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 1.4rem;
  float: none;
  padding: 0;
  margin: 0 0 8px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1em;
  margin: 0 0 0 0.25em;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 0.25em;
}
.product-options-wrapper .swatch-attribute-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  min-width: 72px;
  font-size: .8571em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 32px;
  white-space: nowrap;
  padding: 2px 0 8px;
  margin: 0;
}
.product-options-wrapper .swatch-attribute-label::after {
  content: ':';
}
.product-options-wrapper .swatch-attribute-selected-option {
  display: none;
}
.product-options-wrapper .swatch-attribute-options {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 8px 8px;
}
.product-options-wrapper .swatch-opt {
  margin: 0;
}
.product-options-bottom,
.product-info-price {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.02em;
  color: #222529;
  margin-bottom: 1.25rem;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
}
.product-options-bottom .price-box .price-label,
.product-info-price .price-box .price-label {
  display: none;
}
.product-options-bottom .price-box .price,
.product-info-price .price-box .price {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  color: #a7a7a7;
  font-size: .8em;
  margin-right: .2143em;
  letter-spacing: 0;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .old-price .price-container > span.price-label,
.product-info-price .price-box .old-price .price-container > span.price-label {
  display: none;
}
.product-options-bottom .price-box .old-price .price,
.product-info-price .price-box .old-price .price {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.product-options-bottom .price-box p,
.product-info-price .price-box p {
  margin: 0;
}
.product-options-bottom .box-tocart,
.product-info-price .box-tocart {
  margin: 0;
}
.product-options-bottom {
  font-size: 1em;
}
.product-options-bottom .product-addto-links {
  display: flex;
}
.page-product-bundle .product-options-bottom,
.page-product-downloadable .product-options-bottom {
  border: none;
  margin: 0;
  padding: 0;
}
.box-tocart .field.qty {
  margin-right: .5rem;
  margin-bottom: 5px;
  position: relative;
}
.box-tocart .actions {
  margin: 0 4px 5px 0;
}
.box-tocart .action.tocart {
  height: 3rem;
  padding: 0 2em;
  margin-bottom: 0;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: -.015em;
  font-weight: 700;
  line-height: 3rem;
  border: none;
  background: #222529;
}
.box-tocart .action.tocart:before {
  display: inline-block;
  content: "\e8ba";
  font-family: "porto-icons";
  margin-right: .5rem;
  font-size: 1.125rem;
}
.product-social-links {
  margin: 15px 0 0;
  text-align: left;
}
.product-social-links > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}
.product-social-links .product-addto-links .action {
  border-radius: 40px;
  border: 2px solid #e7e7e7;
  color: #222529;
  margin: .2857em .1em .2857em 0;
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 29px;
  letter-spacing: normal;
}
.product-social-links .product-addto-links .action::before {
  font-size: 15px;
}
.moved-add-to-links {
  display: inline-block;
  vertical-align: top;
}
.product-addto-links .action span,
.moved-add-to-links .action span,
.product-social-links .action span {
  display: none;
}
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before {
  content: '\f83b';
}
.product-addto-links .action.mailto.friend,
.moved-add-to-links .action.mailto.friend,
.product-social-links .action.mailto.friend {
  color: #222529;
  border-color: #e7e7e7;
}
.product-addto-links a.action:before,
.moved-add-to-links a.action:before,
.product-social-links a.action:before {
  line-height: 30px;
}
.product-addto-links .action {
  margin-left: 5px;
  border-radius: 0;
}
.prices-tier {
  margin-bottom: 0.75em;
}
.prices-tier .item {
  margin-bottom: 0.5em;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
  display: block;
}
.ui-dialog-titlebar-close {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #0088cc;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #0088cc;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #0088cc;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.qty.field .control,
.col.qty .control {
  position: relative;
  width: 104px;
  display: flex;
  justify-content: center;
}
.qty.field .input-text.qty,
.col.qty .input-text.qty {
  width: 44px;
  height: 3rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 14px;
  border-radius: 0;
  border-width: 1px 0 1px 0;
  border-color: #e7e7e7;
  padding: 0 5px;
  color: #222529;
}
.qty.field .qty-changer > a,
.col.qty .qty-changer > a {
  display: block;
  border-radius: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  line-height: 3rem;
  width: 30px;
  border: solid 1px #e7e7e7;
  color: #222529;
}
.qty.field .qty-changer > a:first-child,
.col.qty .qty-changer > a:first-child {
  right: 0;
  left: auto;
}
.qty.field .qty-changer > a:hover,
.col.qty .qty-changer > a:hover {
  color: #0088cc;
}
.qty.field .qty-changer > a i,
.col.qty .qty-changer > a i {
  display: none;
}
.qty.field .qty-changer > a::before,
.col.qty .qty-changer > a::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  border-top: 1px solid;
  margin-top: -.5px;
  margin-left: -4.5px;
}
.qty.field .qty-changer > a.qty-inc:after,
.col.qty .qty-changer > a.qty-inc:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 9px;
  border-left: 1px solid;
  margin-top: -4.5px;
  margin-left: -.5px;
}
.fotorama__nav .fotorama__thumb-border {
  border-color: #222529;
}
.block.upsell {
  padding-top: 40px;
}
.owl-carousel.product-image-carousel {
  margin-bottom: 0;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main,
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product.media {
  width: 100% !important;
  padding: 0;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product.media {
  margin-bottom: 2em;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product.media .product-image-slider.owl-carousel {
  margin-bottom: 0;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper {
  display: inline-block;
  width: auto;
  margin: 0;
  vertical-align: middle;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper h1 {
  margin: 0;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .prev-next-products {
  position: relative;
  float: right;
  margin: 5.7px 10px 0;
  right: 0;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-reviews-summary {
  margin-top: 15px;
  margin-bottom: 20px;
  height: 42px;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-reviews-summary .rating-summary {
  top: -1px;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-info-price {
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 40px;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product.overview {
  clear: both;
  padding-top: 25px;
  border-top: 1px solid #e7e7e7;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-info-stock-sku {
  margin-bottom: 20px;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-add-form {
  position: relative;
  border-top: 1px solid #e7e7e7;
  padding-top: 1.25rem;
  text-align: left;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart {
  padding: 0;
  border: none;
  margin: 0;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart .field.qty {
  display: inline-flex;
  text-align: left;
  margin-right: 20px;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart .field.qty label {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #222529;
  line-height: 23px;
  margin: 0;
  text-transform: uppercase;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart .field.qty .qty-changer > a {
  height: 24px;
  border: none;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart .field.qty .input-text.qty {
  width: 36px;
  border-width: 1px 1px 1px 1px;
  font-size: 13px;
  background: #f4f4f4;
  height: 24px;
  font-family: inherit;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-wrapper {
  display: inline-block;
  vertical-align: middle;
  min-width: 45%;
  text-align: left;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-wrapper .swatch-attribute {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-wrapper .swatch-attribute-label {
  min-width: auto;
  padding-right: 1em;
  text-align: left;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-social-links {
  display: inline-block;
  margin: 0;
  width: auto;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-social-links > *:last-child {
  margin-right: 0;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .page-main {
  max-width: 100% !important;
  width: 100%;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper h1 {
  font-size: 30px;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background: none;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .fotorama__stage {
  left: 0 !important;
  max-width: 100%;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .fotorama__thumb {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: calc(98%);
  height: calc(98%);
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  padding: 20px;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .fotorama__stage__shaft.fotorama__grab {
  max-width: 100% !important;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-social-links {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  margin: 0;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-social-links .product-share {
  margin: 0;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-social-links .share-links a {
  display: block;
  margin: 0 auto 2px;
  border-radius: 0;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .prev-next-products {
  margin-right: 40px;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-info-price {
  font-size: 25px;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-options-bottom {
  margin-bottom: 40px;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .block.upsell {
  padding-top: 0;
  margin-top: 2.5rem;
  margin-bottom: 0;
}
.product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .short-custom-block {
  margin-bottom: 2em;
}
.product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product-social-links {
  margin-bottom: 40px;
  margin-top: 0;
}
.product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed {
  clear: both;
  background: #f4f4f4;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
.product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed:before,
.product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed:after {
  content: '';
  position: absolute;
  width: 30vw;
  height: 100%;
  top: 0;
  background: inherit;
}
.product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed::before {
  right: 100%;
}
.product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed::after {
  left: 100%;
}
.sidebar .product-items-images {
  margin-left: -0.25em;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 0.25em;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 0.5em;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
  vertical-align: middle;
}
.sidebar .product-items-names .product-item-name > a {
  margin-bottom: 0;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  overflow-x: auto;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th.info,
.table-wrapper.comparison .table-comparison > tbody > tr > td.info {
  background-color: transparent;
}
.table-wrapper.comparison .table-comparison > thead > tr > th {
  border-bottom: 0;
}
.table-wrapper.comparison .product-image-container {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: none;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #e7e7e7;
}
.table-comparison .cell {
  width: 180px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #e7e7e7;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1em;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 0.25em 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.table-comparison .actions-primary,
.table-comparison .actions-secondary {
  display: inline-block;
}
.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  background: #ffffff;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.sticky-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  padding: 55px 0 15px 0;
}
.sticky-product.no-sticky-header {
  padding: 15px 0;
}
.sticky-product > .container {
  position: relative;
  display: flex;
  align-items: center;
}
.sticky-product .sticky-image,
.sticky-product .sticky-detail {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.sticky-product .sticky-detail .product-name-area {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-right: 15px;
}
.sticky-product .sticky-detail .product-name-area .product-name {
  line-height: 25px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.sticky-product .sticky-detail .availability span {
  font-size: 14px;
  font-weight: 400;
}
.sticky-product .product-info-price {
  margin-bottom: 6px;
}
.sticky-product .product-info-price .price-box .old-price .price-container .price {
  color: #999;
  font-size: 18px;
}
.sticky-product .product-info-stock-sku {
  min-width: 150px;
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 10%;
  color: #777;
}
.sticky-product .stock {
  margin: 0;
}
.sticky-product .stock.available,
.sticky-product .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.sticky-product .product.attibute.sku {
  word-wrap: break-word;
}
.sticky-product .product.attibute.sku .type {
  font-weight: normal;
  margin-right: 4.5px;
}
.sticky-product .product.attibute.sku .type:after {
  content: '#:';
}
.sticky-product .product.attibute.sku .value {
  display: inline-block;
}
.sticky-product .actions {
  margin: 0;
  margin-left: auto;
}
.sticky-product .actions .action.primary {
  min-width: 150px;
}
.layout-fullwidth .sticky-product > .container {
  max-width: 100%;
}
.prev-next-products {
  float: right;
  display: flex;
  align-items: center;
  margin-top: calc(1.125rem - 14px);
  position: relative;
}
.prev-next-products a {
  font-size: 16px;
  width: 28px;
  height: 28px;
  line-height: 23px;
  border: 2px solid #e7e7e7;
  border-radius: 14px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #222529;
}
.prev-next-products a:hover {
  color: inherit;
}
.prev-next-products .product-nav {
  margin-left: .125rem;
}
.prev-next-products .product-nav em:before {
  -webkit-font-smoothing: inherit;
}
.prev-next-products .product-nav .product-pop {
  border-top: 3px solid #222529;
  position: absolute;
  right: 0;
  top: 31px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  text-align: center;
  width: 110px;
  min-height: 100px;
  font-size: .9286em;
}
.prev-next-products .product-nav .product-pop:before {
  content: "";
  width: 5px;
  height: 2px;
  border: 5px solid transparent;
  border-bottom-color: #222529;
  display: block;
  position: absolute;
  top: -12px;
  right: 9px;
}
.prev-next-products .product-nav .product-pop .product-image {
  width: 90px;
  display: block;
}
.prev-next-products .product-nav .product-pop .product-name {
  display: block;
  margin: 0;
  padding-top: 5px;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #797876;
}
.prev-next-products .product-nav:hover .product-pop {
  opacity: 1;
  visibility: visible;
}
.prev-next-products .product-nav.product-prev .product-pop:before {
  right: 38px;
}
.prev-next-products .product-nav:last-child .product-pop:before {
  right: 9px;
}
.block.related .block-actions {
  margin-bottom: 10px;
}
.block.related .action.select {
  font-size: 1em;
  border: none;
  background: none;
  padding: 0;
}
.block.related .field.choice {
  position: absolute;
  top: 9px;
  left: 6px;
  z-index: 2;
}
.block.related .field.choice label {
  display: none;
}
.products-related.small-list .product-items .product-item {
  padding: 0 !important;
}
.products-related.small-list .product-items .product-item-info {
  align-items: flex-start !important;
  padding: .5rem 0;
}
.products-related.small-list .product-items .product-item-details {
  position: static !important;
}
.products-related.small-list .product-items .product-item-details .product-item-actions {
  margin: 0;
  margin-top: 10px;
  display: none;
}
.products-related.small-list .product-items .product-item-details .product-item-actions .actions-secondary > a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.products-related .owl-carousel.show-nav-title .owl-nav {
  margin-top: -58px;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #0088cc;
  content: '\f818';
  font-family: 'porto-icons';
  margin: 0 0.5em 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #0088cc;
}
.block-search .label:active:before {
  color: #0088cc;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  position: absolute;
  margin: 15px 0;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 0.25em 2em 0.25em 0.5em;
  margin: 0;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
  color: #777;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 0.25em;
}
.form.search.advanced {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #0088cc;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 0;
  top: 6px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  left: 0;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 0.5em;
}
.checkout-cart-index .page-title-wrapper {
  padding: 2rem 0;
}
.checkout-cart-index .page-title-wrapper .page-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -.03em;
  margin-bottom: 0;
}
.cart-summary {
  background: #f5f5f5;
  background: #fff;
  border-radius: 0;
  padding: 24px 30px;
  border: 2px solid #e7e7e7;
  margin-bottom: 15px;
}
.cart-summary > .title {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-bottom: 20px;
  padding-bottom: 0.25rem;
  line-height: 19px;
  color: #222529;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 10px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 10px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title {
  border-color: #e7e7e7;
  padding-left: 10px;
}
.cart-summary .block .title:after {
  right: 13px;
}
.cart-summary .block .title strong {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 9px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-right: 8px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.2;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 1em 0 0;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
  font-size: 15px;
  letter-spacing: -.015em;
  color: #fff;
  background-color: #222529;
  border: none;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background-color: #31373d;
}
.cart-summary .checkout-methods-items .action.primary.checkout::after {
  content: '\e8c4';
  font-family: 'porto-icons';
  padding-left: 1rem;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 1.25em;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 1em;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals {
  font-size: 13px;
  padding: 0;
  border-color: #e7e7e7;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.cart-totals tbody .amount,
.cart-totals tfoot .amount {
  padding: 5px 10px;
}
.cart-totals tbody .grand.totals .amount,
.cart-totals tfoot .grand.totals .amount,
.cart-totals tbody .grand.totals .mark,
.cart-totals tfoot .grand.totals .mark {
  border-color: #e7e7e7;
}
.cart-totals tbody .grand.totals .mark,
.cart-totals tfoot .grand.totals .mark {
  text-align: left;
  padding: 18px 12px;
  font-size: 1rem;
  letter-spacing: -.01em;
  font-weight: 600;
  color: #222529;
  line-height: 19px;
}
.cart-totals tbody .grand.totals .amount,
.cart-totals tfoot .grand.totals .amount {
  color: #222529;
  text-align: right;
  font-weight: 700;
  font-size: 22px;
  padding: 10px;
  line-height: 1.4;
}
.cart-totals tbody .grand.totals strong,
.cart-totals tfoot .grand.totals strong {
  margin: 0;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
}
.cart.table-wrapper .product-item-name > a {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  white-space: normal;
}
.cart.table-wrapper .product-item-name > a,
.cart.table-wrapper .product-item-name > a:hover {
  color: #222529;
}
.cart.table-wrapper .product-image-container {
  background: none;
  display: block;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #212529;
  text-transform: uppercase;
  text-align: left;
}
.cart.table-wrapper .cart thead tr th.col.subtotal {
  text-align: right;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
.cart.table-wrapper .col {
  vertical-align: middle;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  font-size: 14px;
  text-align: left;
}
.cart.table-wrapper .col.price .price,
.cart.table-wrapper .col.subtotal .price,
.cart.table-wrapper .col.msrp .price {
  font-size: 14px;
  font-weight: inherit;
}
.cart.table-wrapper .col.subtotal {
  text-align: right;
}
.cart.table-wrapper .col.subtotal .price {
  color: #222529 !important;
  font-size: 16px;
  font-weight: 600 !important;
}
.cart.table-wrapper .col.qty {
  text-align: left;
}
.cart.table-wrapper .col.qty .field.qty {
  position: relative;
  display: inline-block;
}
.cart.table-wrapper .col > .price {
  font-size: 1rem;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 20px 10px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 30px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #222529;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #777777;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #0088cc;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\f81a';
}
.cart.table-wrapper .action {
  margin-right: 15px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 80px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
  border: 0;
  border-radius: 0;
}
.cart.table-wrapper .product-item-photo:hover {
  box-shadow: none;
}
.cart.table-wrapper .product-item-name {
  font-size: 1rem;
  display: block;
  margin: 0;
  margin-top: 0;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 8px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0.5em 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 1em;
}
.cart-discount {
  border-bottom: 1px solid #e7e7e7;
  clear: left;
  margin-top: 0;
}
.cart-discount .block > .title {
  display: none;
}
.cart-empty {
  padding-left: 10px;
  padding-right: 10px;
}
.cart-tax-info + .cart-tax-total {
  display: block;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: right;
}
.block-minicart .items-total .count {
  font-weight: 700;
  color: #000;
}
.block-minicart .subtotal {
  text-align: left;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  padding: 18px 0;
  text-align: center;
  font-size: inherit;
  font-weight: 400;
}
.minicart-offcanvas .block-minicart .subtitle.empty {
  padding: 18px 20px;
  text-align: left;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart {
  display: block;
  width: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 33px;
  color: #0088cc;
  content: '\e8ba';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #0088cc;
}
.minicart-wrapper .action.showcart:active:before {
  color: #0088cc;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 33px;
  color: #0088cc;
  content: '\e8ba';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #0088cc;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #0088cc;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 7px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  left: 10px;
  top: -21px;
}
.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -23px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 15px 1em;
  width: 300px;
  color: #222529;
  top: 100%;
  margin-top: 13px;
  right: 0;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart::after {
  display: none;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-offcanvas.minicart-wrapper .product .actions > .secondary {
  right: 10px;
}
.minicart-wrapper .action.close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  position: absolute;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #777777;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
}
.minicart-wrapper .action.showcart.active {
  display: flex;
  align-items: center;
}
.minicart-wrapper .action.showcart.active .minicart-icon::after {
  content: "";
  border-width: 1px 1px 0 0;
  border-color: #f4f4f4;
  border-style: solid;
  background: #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(100%);
  left: 50%;
  margin-top: 8px;
  margin-left: -7px;
  transform: rotate(-45deg);
  z-index: 9;
  animation: arrowFadeInDown 0.2s ease-out;
}
.minicart-wrapper .action.showcart .minicart-icon {
  font-size: 26px;
  position: relative;
}
.minicart-wrapper .action.showcart .minicart-icon::before {
  margin: 0;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: #ffffff;
  position: absolute;
  right: 18px;
  top: -5px;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  background-color: #ff5b5b;
  padding: 0;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  color: #0088cc;
  line-height: 40px;
  margin: 0;
  display: none;
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:active:before,
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart.active:hover:before {
  color: #0088cc;
}
.minicart-wrapper .action.showcart::after {
  content: "\e81c";
  font-family: 'porto-icons';
  font-size: 17px;
  margin-left: 15px;
  display: block;
}
.minicart-wrapper .minicart-widgets {
  padding: 0 10px 0;
}
.minicart-wrapper.minicart-offcanvas .action.showcart.active .minicart-icon::after {
  display: none;
}
.minicart-wrapper.minicart-offcanvas.active .minicart-overlay {
  display: block;
}
.minicart-wrapper.minicart-offcanvas.active .block-minicart {
  transform: translateX(0);
}
.minicart-wrapper.minicart-offcanvas > .mage-dropdown-dialog {
  display: block !important;
}
.minicart-wrapper.minicart-offcanvas .block-minicart {
  transform: translateX(105%);
  z-index: 1025;
  transition: transform 0.35s;
  position: fixed;
  top: 0;
  height: 100%;
  right: 0 !important;
  left: auto !important;
  width: 320px;
  min-width: auto;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.minicart-wrapper.minicart-offcanvas .block-minicart > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.minicart-wrapper.minicart-offcanvas .block-minicart .block-title {
  display: block;
  padding: 10px 20px;
  margin: 0;
  flex: 0 0 auto;
}
.minicart-wrapper.minicart-offcanvas .block-minicart .block-title .qty {
  display: none;
}
.minicart-wrapper.minicart-offcanvas .block-minicart .total-count,
.minicart-wrapper.minicart-offcanvas .block-minicart li,
.minicart-wrapper.minicart-offcanvas .block-minicart .subtotal,
.minicart-wrapper.minicart-offcanvas .block-minicart .block-content > .actions,
.minicart-wrapper.minicart-offcanvas .block-minicart .minicart-widgets {
  padding-left: 20px;
  padding-right: 20px;
}
.minicart-wrapper.minicart-offcanvas .minicart-overlay {
  position: fixed;
  z-index: 1023;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.minicart-wrapper.minicart-offcanvas .minicart-overlay svg {
  position: absolute;
  top: 10px;
  right: 330px;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.minicart-wrapper.minicart-offcanvas .block-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1 1 100%;
}
.minicart-wrapper.minicart-offcanvas .block-content .minicart-items-wrapper {
  max-height: inherit;
  flex: 1 1 100%;
  height: 100% !important;
  overflow: auto;
  position: relative;
}
.minicart-wrapper.minicart-offcanvas .block-content .minicart-items-wrapper .minicart-items {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  left: 0;
  max-height: 100%;
  list-style: none;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.minicart-wrapper.minicart-offcanvas .block-content .minicart-items-wrapper .minicart-items::-webkit-scrollbar {
  width: 5px;
}
.minicart-wrapper.minicart-offcanvas .block-content .minicart-items-wrapper .minicart-items::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
}
.minicart-wrapper.minicart-offcanvas .block-content .minicart-items-wrapper .minicart-items::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.12);
}
.minicart-wrapper.minicart-offcanvas .block-content .subtotal {
  flex: 0 0 auto;
}
.cart-design-2 .action.showcart .minicart-icon {
  width: 25px;
  height: 20px;
  border: 2px solid #222529;
  border-radius: 0 0 5px 5px;
  position: relative;
  opacity: 1;
  margin: 6px 3px 0;
  font-size: 32px;
}
.cart-design-2 .action.showcart .minicart-icon::before {
  content: '';
  position: absolute;
  border: 2px solid;
  border-color: inherit;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  left: 50%;
  top: -8px;
  margin-left: -7.5px;
  width: 15px;
  height: 11px;
}
.minicart-items-wrapper {
  overflow-x: auto;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 0.25em;
}
.minicart-items .product-item-details {
  text-align: left;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 0.25em 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 0.5em;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
  min-width: 0;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 2em 0.25em 0;
}
.minicart-items .product .toggle:after {
  position: static;
  margin: 0 0 0 0.25em;
  color: #8f8f8f;
}
.minicart-items .product .product.options > .toggle:after {
  font-family: 'porto-icons';
}
.minicart-items .product .product.options > .toggle:after {
  content: '\e81c';
}
.minicart-items .product .product.options.active > .toggle:after {
  content: '\e81b';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  width: 40px;
  text-align: center;
  margin-right: 0.5em;
  border-radius: 3px;
}
.minicart-items .update-cart-item {
  vertical-align: top;
  font-size: 1.1rem;
}
.minicart-items .subtitle {
  display: none;
}
.checkout-container {
  margin: 1.5rem 0 1em;
}
.checkout-success {
  padding: 30px 0;
}
.cart-empty i.cart-empty {
  font-size: 100px;
  color: #d3d3d4;
}
.cart-empty .btn-go-shop {
  min-width: 200px;
  padding: 16px 0;
  font-size: 15px;
  letter-spacing: -.015em;
  text-align: center;
  color: #fff;
  background-color: #222529;
  border: none;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.opc-wrapper {
  margin: 0 0 1em;
}
.opc-wrapper .step-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #222529;
  border-bottom: 1px solid #e7e7e7;
}
.opc-wrapper .step-content {
  margin: 0 0 2em;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 1rem;
  float: left;
  font-weight: 600;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 0.25em;
}
.opc-estimated-wrapper .estimated-block .estimated-price {
  color: #0088cc;
}
.opc-estimated-wrapper .minicart-wrapper {
  float: right;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  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;
  height: auto;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty {
  right: 9px;
  top: 3px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart::before {
  content: '\e8ba';
  font-family: 'porto-icons';
  font-size: 27px;
  display: inline-block;
  color: #222529;
  width: 40px;
  height: 40px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart::after {
  margin: 0;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  color: #777;
}
.opc-progress-bar {
  display: none;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 3px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip > .label {
  display: none;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #777777;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\f853';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #777777;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #777777;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #dddddd;
  border-radius: 1px;
  font-size: 1em;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #dddddd;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 1em;
  margin-top: 0.5em;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 1em;
  line-height: 30px;
  margin: 0 0 1em;
  padding: 1em 6.5em 1em 1em;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\f82b';
  font-family: 'porto-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 1em;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 0.25em;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 1em 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 1em 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 1em 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
  font-weight: 600;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #e7e7e7;
  padding-bottom: 1em;
  padding-top: 1em;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 0.5em;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #0088cc;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 1.5em;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 1em;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0.5em;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #0088cc;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #0088cc;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  display: block;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 1em;
}
.opc-block-summary {
  background: #ffffff;
  padding: 22px 1.5em;
  border: 2px solid #e7e7e7;
  border-radius: 0;
  margin-bottom: 30px;
}
.opc-block-summary > .title {
  text-transform: uppercase;
  font-weight: 600;
  color: #222529;
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #e7e7e7;
  padding: 0.5em 2em 0.5em 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 0.5em;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e81b';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding: 5px 0;
}
.opc-block-summary .product-item .product .product-image-container {
  background: none;
  padding-right: 10px;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 0.5em;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 0.25em;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px 18px;
}
.authentication-dropdown button.action-close {
  width: 40px;
  height: 40px;
  margin: 0;
}
.authentication-dropdown .modal-header {
  min-height: 0;
  padding: 0;
  border: 0;
}
.authentication-dropdown .modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  position: static;
  background: none;
  border: 0;
  border-radius: 0;
}
.authentication-wrapper {
  float: right;
  margin-top: -70px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.authentication-wrapper button.action-auth-toggle {
  border: 0;
  color: #0088cc;
  padding: 0;
  background: none;
}
.block-authentication .block-title {
  font-size: 2em;
  border-bottom: 0;
  margin-bottom: 1.25em;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 0.5em;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 2em;
  padding-top: 2em;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.block-authentication .actions-toolbar > .primary .action {
  padding-top: 15px;
  padding-bottom: 15px;
}
.checkout-payment-method .step-title {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-title {
  border-top: 1px solid #e7e7e7;
  padding: 1em 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 0.25em;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 0.25em;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 1em 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 1em;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 0.5em;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0 0 1em;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 1em;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 1em 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e81b';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #e7e7e7;
  padding: 1em 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #0088cc;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  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;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #777777;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #0088cc;
}
.checkout-payment-method .payment-option-title .action-toggle > span {
  display: inline-block;
  vertical-align: middle;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 1em 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 1em;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 0.25em 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
  filter: grayscale(100%);
  filter: gray;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 0.25em;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 1em;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 1em;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1em;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 1.5em;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 1em;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.block-balance .price {
  font-size: 3.2rem;
  line-height: 32px;
  display: inline-block;
  margin-top: -0.5em;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'porto-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 1.25em;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.page-product-downloadable .product-options-wrapper {
  border-bottom: 0;
}
.samples-item-title {
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
}
.samples-item {
  margin: 0 0 0.5em;
}
.field.downloads {
  margin-bottom: 0.5em;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: " + ";
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: " (" attr(data-label) ": ";
}
.field.downloads .price-excluding-tax:after {
  content: ")";
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.field.downloads .field.choice input {
  position: absolute;
  left: 0;
  top: 2px;
}
.field.downloads .field.downloads-all {
  padding-left: 0;
  border-bottom: 0;
}
.field.downloads .label {
  font-size: 1em;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #0088cc;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #0088cc;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #0088cc;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #0088cc;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  text-align: left;
  margin-bottom: 0;
  clear: both;
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 1em !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span {
  display: block;
  margin-bottom: 0.25em;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  clear: none;
  border: 0;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-top: 1em;
  margin-bottom: 1em;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  float: right;
  width: auto;
  display: block;
  white-space: nowrap;
  border: 0;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 1.5em;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 1em;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 1em;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 0.5em;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-options {
  margin: 1em 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 1em;
}
.gift-options-content .fieldset {
  margin: 0 0 1em;
}
.gift-summary {
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 1em;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #777777;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #0088cc;
}
.gift-summary .action-delete:before {
  content: '\f81a';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  display: none;
  clear: left;
  float: left;
  margin-right: -100%;
  padding: 1em 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e81b';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0.5em 2em 0.5em 15px;
  position: relative;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #858585;
  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;
}
.gift-item-block .title:hover:after {
  color: #777777;
}
.gift-item-block .content {
  padding: 0.5em 0 1em;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 0.5em 0;
}
.options-order-container,
.options-items-container {
  margin-bottom: 0.5em;
}
.gift-messages-order {
  margin-bottom: 1.25em;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 2em;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #0088cc;
}
.table-giftregistry-items .product-image {
  margin-right: 0.5em;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 0.25em;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 0.5em;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-edit .giftregistry-type {
  margin-bottom: 1.5em;
  margin-top: -1.25em;
}
.form-giftregistry-search {
  margin-bottom: 3em;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 1.25em;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #e7e7e7;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 0.5em 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 0.25em;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 2em;
  margin: 1em 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 1em 0 0.5em;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 0.5em 0.5em 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 0.5em 0;
}
.gift-wrapping-title .action-remove {
  margin: -0.25em 0 0 0.25em;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f81a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #777777;
}
.gift-wrapping-title .action-remove:active:before {
  color: #0088cc;
}
.gift-options-content .fieldset .field {
  margin: 0.5em 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 1em 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 0.5em 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": ";
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.table-wrapper.grouped {
  width: auto;
}
.page-product-grouped .box-tocart {
  padding: 1.25rem 0 1rem;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 1rem;
  margin-bottom: 0;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped thead {
  text-transform: uppercase;
}
.table.grouped .col.item {
  width: 90%;
  padding: 8px 0;
  font-weight: 400;
  border-color: #e7e7e7;
}
.table.grouped .col.qty {
  width: 10%;
  padding: 8px 0;
  font-weight: 400;
  border-color: #e7e7e7;
}
.table.grouped .product-item-name {
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}
.table.grouped .price-box {
  margin: 0;
  line-height: 1;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
  color: #222529;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
  color: #a7a7a7;
}
.table.grouped .stock.unavailable {
  margin: 0;
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
}
.page-product-grouped .product-info-price {
  float: right;
  display: none;
  width: auto;
  border: 0;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 1em;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  position: absolute;
  z-index: 2;
  line-height: 16px;
  border: 1px solid #e7e7e7;
  text-align: center;
  padding: 7px 10px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(231, 231, 231, 0.3);
  border-radius: 3px;
  font-weight: 400;
  top: 0;
  left: 0;
}
.filter-title strong[data-count]:after {
  content: attr(data-count);
  display: inline-block;
  border-radius: 2px;
  padding: 2px;
  font-size: .8em;
  margin: 0 5px;
  color: #ffffff;
  min-width: 1em;
  line-height: 1;
  background: #fc5e10;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  font-weight: 600;
  padding: 0.5em 0.5em 1em;
  font-size: 1em;
  line-height: 1em;
  border-bottom: 1px solid #e7e7e7;
  display: none;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px 20px 0;
}
.filter-current .items {
  padding: .7143em 0;
  border-width: 0;
  margin: 0;
  margin-top: -1px;
  font-size: .9286em;
}
.filter-current .items:last-child {
  padding-bottom: 0;
}
.filter-current .item {
  position: relative;
  padding: 4px 0;
  margin: 0;
}
.filter .filter-current-subtitle {
  padding: 0;
  font-weight: 600;
  font-size: 15px;
  color: #222529;
  line-height: 1.4;
  position: relative;
  text-transform: uppercase;
  display: block;
  border: none;
}
.filter-current .action.remove {
  position: absolute;
  right: 0;
  top: 3px;
}
.filter-actions {
  padding: 0 20px 20px;
  border-bottom: 1px solid #e7e7e7;
  font-size: .9286em;
}
.filter-actions a {
  display: inline-block;
  color: inherit !important;
  padding: 4px 0;
}
.filter-label {
  text-transform: uppercase;
}
.filter-label:after {
  content: ": ";
}
.filter-value {
  color: #858585;
}
.filter-options {
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px;
}
.filter-options-item.active .filter-options-content {
  display: block !important;
}
.filter-options-title {
  padding: 0;
  font-weight: 600;
  font-size: 15px;
  color: #222529;
  line-height: 1.4;
  position: relative;
  text-transform: uppercase;
}
.filter-options-title .toggle {
  display: inline-block;
  width: 1.8571em;
  height: 1.8571em;
  line-height: 1.7572em;
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -.9em;
  padding: 0;
  cursor: pointer;
  text-align: center;
  transition: .25s;
}
.filter-options-title .toggle::before,
.filter-options-title .toggle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #222529;
  cursor: pointer;
}
.filter-options-title .toggle::before {
  width: 2px;
  height: 10px;
  margin-left: -1px;
  margin-top: -5px;
  right: 4px;
  display: block;
}
.filter-options-title .toggle:after {
  width: 10px;
  height: 2px;
  margin-left: -5px;
  margin-top: -1px;
}
.active > .filter-options-title .toggle::before {
  display: none;
}
.filter-options-content {
  padding: .7143em 0;
  border-width: 0;
  margin: 0;
  font-size: .9286em;
}
.filter-options-content a {
  color: #777777 !important;
  padding: 4px 0;
}
.filter-options-content a:hover .count {
  text-decoration: none;
}
.filter-options-content .count {
  color: #858585;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: "(";
}
.filter-options-content .count:after {
  content: ")";
}
.filter-options-content:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.filter-options-content .items {
  margin-top: -1px;
}
.filter-options .item {
  margin: 0;
}
.map-popup-wrapper.popup .action.close {
  top: 0.5em;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 0.5em;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2em;
  margin-top: 0.125rem;
  margin-bottom: 0.1rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  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;
  right: 0.5em;
  top: 0.5em;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 1em;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 1em;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-popup .action.primary {
  margin-right: 0.5em;
}
.map-popup .map-msrp {
  margin-bottom: 0.5em;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 0.5em;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #777777;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #777777;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e889';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #777777;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #999999;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #0088cc;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #0088cc;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2em;
  margin-top: 0.125rem;
  margin-bottom: 0.1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  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;
  right: 0.5em;
  top: 0.5em;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #0088cc;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 0.5em;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 0.5em;
}
.block-wishlist-management .wishlist-notice {
  color: #c1c1c1;
  display: inline-block;
  margin-right: 1em;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #e7e7e7;
  content: '\e629';
  font-family: 'porto-icons';
  margin: 0 0.25em 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 1em;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 1em;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 3em;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 1em;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 1em;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 0.5em;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 0.5em 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #0088cc;
}
.block-wishlist-info-items .action.towishlist {
  padding: 0.5em 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout .title {
  margin-bottom: 1.5em;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .table > tbody > tr > td,
.multicheckout .table-wrapper .table > tbody > tr > th,
.multicheckout .table-wrapper .table > tfoot > tr > td,
.multicheckout .table-wrapper .table > tfoot > tr > th,
.multicheckout .table-wrapper .table > thead > tr > td,
.multicheckout .table-wrapper .table > thead > tr > th {
  vertical-align: middle;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 0.5em;
}
.multicheckout .table-wrapper .product-item-name > a,
.multicheckout .table-wrapper .product-item-name > a:hover {
  color: #0088cc;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 2em;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 0.5em;
}
.multicheckout .item-options {
  margin: 0.5em 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0.5em;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #eaeaea;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .box-items .box-content {
  border-top: 1px solid #ddd;
  border-radius: 8px;
}
.multicheckout.order-review .box-items .data.table {
  margin-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 2em;
}
.multicheckout .box-title span {
  margin-right: 0.5em;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0;
  color: #777777;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  line-height: 1.4;
}
.multicheckout .box-billing-method .methods-payment .item-title label {
  font-size: 14px;
  vertical-align: top;
  font-weight: 600;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2em;
  margin-bottom: 2em;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
  padding: 0;
  background: none;
}
[class^="multishipping-"] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.multishipping-checkout-login .login-container > .action.create {
  display: none;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #dddddd;
  content: '\f84c';
  font-family: 'porto-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.data.switch .counter {
  color: #c1c1c1;
}
.data.switch .counter:before {
  content: "(";
}
.data.switch .counter:after {
  content: ")";
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  display: block;
  width: 83px;
}
.product-item .rating-summary .rating-result {
  width: 66px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  position: absolute;
  z-index: 1;
}
.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;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.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;
}
.review-control-vote label:before {
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f844' '\f844' '\f844';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f844' '\f844';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f844';
}
.review-control-vote:before {
  content: '\f845' '\f845' '\f845' '\f845' '\f845';
}
.review-toolbar {
  padding: 0;
  border-top: 1px solid #e7e7e7;
  margin: 0 0 10px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  margin: 0;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  line-height: 1.3;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 10px;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  margin-bottom: 0.5em;
  font-weight: 600;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  line-height: 32px;
  height: 32px;
  letter-spacing: 10px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-top: 0.5em;
  margin-bottom: 2.4em;
}
.review-list {
  margin-bottom: 1.5em;
}
.review-list .block-title strong {
  font-size: .9em;
  text-transform: uppercase;
  color: #222529;
}
.review-item {
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 0.5em;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  color: #222529;
  font-weight: 600;
}
.review-content {
  margin-bottom: 0;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 1em;
}
.customer-review .product-reviews-summary {
  margin-bottom: 20px;
}
.customer-review .rating-summary {
  margin-right: 15px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 1em;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 0.25em;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 0.5em;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  float: left;
  margin-right: 3%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 1em;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 0.5em;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 2em;
  margin-top: 0.1rem;
  margin-bottom: 0.05rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 1em;
}
.customer-review .review-details .review-date {
  color: #eaeaea;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 1.25em;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 1.25em;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 0.5em;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 1em;
}
.order-links .item {
  line-height: 2em;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #c1c1c1;
  border: 1px solid #e7e7e7;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #e7e7e7;
  margin-bottom: 2em;
  padding: 0.5em;
}
.order-details-items.ordered .order-title {
  display: none;
}
.order-details-items .order-title {
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 0.5em;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar > .secondary .action.back {
  display: inline-block;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #e7e7e7;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #e7e7e7;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-top: 0;
  padding-bottom: 15px;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ": ";
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #777777;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e81b';
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .action.print {
  display: none;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #e7e7e7;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.form.send.friend {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #0088cc;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before {
  content: '\f84c';
}
.block-collapsible-nav .item:first-child {
  border-top: 1px solid #ddd;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  color: #777777;
  display: block;
  padding: 8px 18px 8px 15px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.block-collapsible-nav .item a:before,
.block-collapsible-nav .item > strong:before {
  font-family: 'porto-icons';
  content: '\f821';
  position: absolute;
  left: 0;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover,
.block-collapsible-nav .item a:active,
.block-collapsible-nav .item a:focus {
  color: #0088cc;
  background-color: transparent;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  color: #0088cc;
  font-weight: 400;
}
.heading.heading-border {
  margin-bottom: 1.5625rem;
}
.heading.heading-border h1,
.heading.heading-border h2,
.heading.heading-border h3,
.heading.heading-border h4,
.heading.heading-border h5,
.heading.heading-border h6 {
  padding: 0;
  margin: 0;
}
.heading.heading-middle-border .heading-tag {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.heading.heading-middle-border .heading-tag:before,
.heading.heading-middle-border .heading-tag:after {
  height: 0;
  border-top: 1px solid;
  border-top-color: inherit;
  -ms-flex: 1;
  flex: 1;
}
.heading.heading-middle-border .heading-tag:after {
  content: '';
}
.heading.heading-middle-border h1:before {
  margin-right: 20px;
}
.heading.heading-middle-border h1:after {
  margin-left: 20px;
}
.heading.heading-middle-border h2:before,
.heading.heading-middle-border h3:before {
  margin-right: 15px;
}
.heading.heading-middle-border h2:after,
.heading.heading-middle-border h3:after {
  margin-left: 15px;
}
.heading.heading-middle-border h4:before,
.heading.heading-middle-border h5:before,
.heading.heading-middle-border h6:before {
  margin-right: 8px;
}
.heading.heading-middle-border h4:after,
.heading.heading-middle-border h5:after,
.heading.heading-middle-border h6:after {
  margin-left: 8px;
}
.heading.heading-middle-border-reverse .heading-tag:before {
  content: '';
}
.heading.heading-middle-border-reverse .heading-tag:after {
  content: none;
}
.heading.heading-middle-border-center .heading-tag:before {
  content: '';
}
.heading.heading-border-xs .heading-tag {
  border-bottom-width: 1px;
}
.heading.heading-border-xs .heading-tag:before,
.heading.heading-border-xs .heading-tag:after {
  border-top-width: 1px;
}
.heading.heading-border-sm .heading-tag {
  border-bottom-width: 2px;
}
.heading.heading-border-sm .heading-tag:before,
.heading.heading-border-sm .heading-tag:after {
  border-top-width: 2px;
}
.heading.heading-border-lg .heading-tag {
  border-bottom-width: 3px;
}
.heading.heading-border-lg .heading-tag:before,
.heading.heading-border-lg .heading-tag:after {
  border-top-width: 3px;
}
.heading.heading-border-xl .heading-tag {
  border-bottom-width: 5px;
}
.heading.heading-border-xl .heading-tag:before,
.heading.heading-border-xl .heading-tag:after {
  border-top-width: 5px;
}
.heading.heading-bottom-border h1 {
  border-bottom: 5px solid;
  padding-bottom: 10px;
}
.heading.heading-bottom-border h2,
.heading.heading-bottom-border h3 {
  border-bottom: 2px solid;
  padding-bottom: 10px;
}
.heading.heading-bottom-border h4,
.heading.heading-bottom-border h5,
.heading.heading-bottom-border h6 {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.heading.heading-bottom-double-border .heading-tag {
  border-bottom: 3px double;
  padding-bottom: 10px;
}
.heading.heading-bottom-double-border h4,
.heading.heading-bottom-double-border h5,
.heading.heading-bottom-double-border h6 {
  padding-bottom: 5px;
}
.heading.heading-border .heading-tag {
  border-top-color: #dbdbdb;
  border-bottom-color: #dbdbdb;
}
.porto-icon {
  display: inline-block;
  font-size: 32px;
  height: 2em;
  width: 2em;
  text-align: center;
  line-height: 2em;
  box-sizing: content-box !important;
}
.porto-icon i {
  line-height: inherit;
}
.porto-icon.none {
  display: inline-block;
  font-size: 35px;
  height: 1em;
  width: auto;
  text-align: center;
  line-height: 1;
}
.porto-icon.circle {
  border-radius: 50%;
}
/* Info Box */
.porto-sicon-box .porto-icon,
.porto-sicon-box .img-icon {
  transition: transform .2s linear;
}
.porto-sicon-header .porto-sicon-title {
  margin: 3px 0;
}
.default-icon .porto-sicon-header .porto-sicon-title:not(:last-child) {
  margin: 0 0 3px;
}
.porto-sicon-header h3.porto-sicon-title {
  font-size: 16px;
  line-height: 1.2em;
}
.porto-sicon-header > p:last-child {
  margin-bottom: 0;
}
.porto-sicon-description {
  width: 100%;
  display: block;
  line-height: 24px;
  margin-top: 0;
}
.porto-sicon-header + .porto-sicon-description {
  margin-top: 16px;
}
.porto-sicon-read {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
a.porto-sicon-box-link {
  text-decoration: none;
  border: none;
  display: block;
}
.porto-sicon-box.default-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.porto-sicon-box.flex-wrap .porto-sicon-header {
  -ms-flex: 1;
  flex: 1;
  min-width: 50%;
}
.default-icon .porto-sicon-default .porto-icon,
.default-icon .porto-sicon-default .porto-sicon-img {
  margin-right: 15px;
}
.top-icon .porto-icon,
.top-icon .porto-sicon-img,
.top-icon .porto-sicon-header,
.top-icon .porto-sicon-description {
  display: block;
  margin: 0 auto;
}
.top-icon .porto-sicon-header {
  margin-bottom: 1rem;
}
.top-icon .porto-sicon-header p:last-child {
  margin-bottom: 0;
}
.top-icon .porto-sicon-description {
  margin-top: 15px;
}
.top-icon .porto-sicon-header + .porto-sicon-description {
  margin-top: 0;
}
.porto-sicon-box.left-icon,
.porto-sicon-box.right-icon {
  display: -ms-flexbox;
  display: flex;
}
.left-icon .porto-sicon-left .porto-icon,
.left-icon .porto-sicon-left .porto-sicon-img {
  margin-right: 20px;
}
.left-icon .porto-sicon-body,
.right-icon .porto-sicon-body {
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}
.porto-sicon-box.top-icon {
  text-align: center;
}
.porto-sicon-box .porto-just-icon-wrapper {
  line-height: 1em;
}
.right-icon .porto-sicon-right .porto-icon,
.right-icon .porto-sicon-right .porto-sicon-img {
  margin-left: 15px;
}
.right-icon .porto-sicon-body,
.right-icon .porto-sicon-body *,
.right-icon .porto-sicon-header .porto-sicon-title,
.right-icon .porto-sicon-description {
  text-align: right;
}
.heading-right-icon .porto-sicon-heading-right {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.porto-sicon-heading-right + .porto-sicon-description {
  margin-top: 10px;
}
.heading-right-icon .porto-sicon-heading-right .porto-icon,
.heading-right-icon .porto-sicon-heading-right .porto-sicon-img {
  margin-left: 15px;
}
.heading-right-icon .porto-sicon-header {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.heading-right-icon .porto-sicon-header h3.porto-sicon-title,
.heading-right-icon .porto-sicon-description,
.heading-right-icon .porto-sicon-description * {
  text-align: right;
}
html .top-icon .porto-just-icon-wrapper {
  margin-bottom: 15px;
}
html .top-icon .porto-sicon-header h3.porto-sicon-title {
  margin-top: 0;
}
html .top-icon .porto-sicon-header h2.porto-sicon-title {
  margin-top: 0;
}
html .porto-sicon-header h3.porto-sicon-title {
  font-size: 1.4em;
  font-weight: 400;
  text-transform: none;
}
html h3.porto-sicon-title small {
  font-size: 75%;
  display: block;
  margin: 2px 0 4px;
}
html .porto-sicon-read {
  margin-top: 10px;
}
.info-box-small .porto-sicon-box,
.info-box-small-wrap .porto-sicon-box {
  margin-bottom: 15px;
}
.info-box-small .porto-sicon-header + .porto-sicon-description,
.info-box-small-wrap .porto-sicon-header + .porto-sicon-description {
  margin-top: 7px;
}
.porto-sicon-box {
  margin-bottom: 20px;
  /*.fa {
        font-family: "FontAwesome" !important;
    }*/
}
.porto-sicon-box.top-icon.text-left .porto-just-icon-wrapper,
.porto-sicon-box.bottom-icon.text-left .porto-just-icon-wrapper,
.porto-sicon-box.top-icon.text-left .porto-sicon-header,
.porto-sicon-box.bottom-icon.text-left .porto-sicon-header,
.porto-sicon-box.top-icon.text-left .porto-sicon-img,
.porto-sicon-box.bottom-icon.text-left .porto-sicon-img,
.porto-sicon-box.top-icon.text-left .porto-sicon-description,
.porto-sicon-box.bottom-icon.text-left .porto-sicon-description {
  text-align: left !important;
}
.porto-sicon-box.top-icon.text-right .porto-just-icon-wrapper,
.porto-sicon-box.bottom-icon.text-right .porto-just-icon-wrapper,
.porto-sicon-box.top-icon.text-right .porto-sicon-header,
.porto-sicon-box.bottom-icon.text-right .porto-sicon-header,
.porto-sicon-box.top-icon.text-right .porto-sicon-img,
.porto-sicon-box.bottom-icon.text-right .porto-sicon-img,
.porto-sicon-box.top-icon.text-right .porto-sicon-description,
.porto-sicon-box.bottom-icon.text-right .porto-sicon-description {
  text-align: right !important;
}
/* effects */
.porto-sicon-box.style_2:hover .porto-icon,
.porto-sicon-box.style_2:hover .img-icon {
  transform: scale(1.15, 1.15);
}
.porto-sicon-box.style_3:hover .porto-icon,
.porto-sicon-box.style_3:hover .img-icon {
  transform: translateY(-4px);
}
.porto-sicon-box.featured-icon .porto-sicon-header h3.porto-sicon-title {
  font-weight: 600;
}
.porto-sicon-box.featured-icon .porto-icon {
  border-radius: 35px;
  color: #fff;
  margin-right: 10px;
  height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
  background: transparent;
  line-height: 32px;
}
.porto-sicon-box.featured-icon .porto-icon:after {
  border-radius: 50%;
  box-sizing: initial;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 1px;
  position: absolute;
  top: -4px;
  width: 100%;
}
.porto-sicon-box.featured-icon .porto-icon i {
  line-height: 35px;
}
.share-links {
  vertical-align: middle;
}
.share-links a {
  font-size: .8rem;
  color: #fff;
  text-indent: -9999em;
  text-align: center;
  width: 2.2857em;
  height: 2.2857em;
  display: inline-block;
  margin: .2857em .5714em .2857em 0;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  transition: .25s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.share-links a:before {
  font-family: 'Font Awesome 6 Brands';
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 23px;
  height: 22px;
  margin: auto;
  z-index: 2;
}
.share-links a:hover,
.share-links a:focus {
  opacity: 0.9;
  color: #fff;
}
.page-footer .share-links a:hover {
  color: #fff;
}
.share-links.disable-br a {
  border-radius: 0 !important;
}
.share-links .share-twitter {
  background: #1aa9e1;
}
.share-links .share-twitter:before {
  content: "\f099";
}
.share-links .share-x-twitter {
  background: #000;
}
.share-links .share-x-twitter:before {
  content: "\e61b";
}
.share-links .share-facebook {
  background: #3b5a9a;
}
.share-links .share-facebook:before {
  content: "\f39e";
}
.share-links .share-linkedin {
  background: #0073b2;
}
.share-links .share-linkedin:before {
  content: "\f0e1";
}
.share-links .share-rss {
  background: #ff8201;
}
.share-links .share-rss:before {
  content: "\f09e";
}
.share-links .share-googleplus {
  background: #dd4b39;
}
.share-links .share-googleplus:before {
  content: "\f0d5";
}
.share-links .share-pinterest {
  background: #cc2127;
}
.share-links .share-pinterest:before {
  content: "\f0d2";
}
.share-links .share-youtube {
  background: #c3191e;
}
.share-links .share-youtube:before {
  content: "\f167";
}
.share-links .share-instagram {
  background: #7c4a3a;
}
.share-links .share-instagram:before {
  content: "\f16d";
}
.share-links .share-skype {
  background: #00b0f6;
}
.share-links .share-skype:before {
  content: "\f17e";
}
.share-links .share-email {
  background: #dd4b39;
}
.share-links .share-email:before {
  font-family: porto-icons;
  content: "\e82e";
  font-weight: 400;
}
.share-links .share-vk {
  background: #6383a8;
}
.share-links .share-vk:before {
  content: "\f189";
}
.share-links .share-xing {
  background: #1a7576;
}
.share-links .share-xing:before {
  content: "\f168";
}
.share-links .share-tumblr {
  background: #304e6c;
}
.share-links .share-tumblr:before {
  content: "\f173";
}
.share-links .share-reddit {
  background: #ff4107;
}
.share-links .share-reddit:before {
  content: "\f1a1";
}
.share-links .share-vimeo {
  background: #52b8ea;
}
.share-links .share-vimeo:before {
  content: "\f27d";
}
.share-links .share-telegram {
  background: #0088cc;
}
.share-links .share-telegram:before {
  content: "\f3fe";
}
.share-links .share-yelp {
  background: #c41200;
}
.share-links .share-yelp:before {
  content: "\f1e9";
}
.share-links .share-flickr {
  background: #0063DC;
}
.share-links .share-flickr:before {
  content: "\f16e";
}
.share-links .share-whatsapp {
  background: #3c8a38;
}
.share-links .share-whatsapp:before {
  content: "\f232";
  font-size: 17px;
}
.share-links.default-skin a {
  color: #fff !important;
}
.share-links.default-skin a:hover {
  opacity: 0.8;
}
.share-links.default-skin .share-twitter {
  background: #1aa9e1 !important;
}
.share-links.default-skin .share-facebook {
  background: #3b5a9a !important;
}
.share-links.default-skin .share-linkedin {
  background: #0073b2 !important;
}
.share-links.default-skin .share-rss {
  background: #ff8201 !important;
}
.share-links.default-skin .share-googleplus {
  background: #dd4b39 !important;
}
.share-links.default-skin .share-pinterest {
  background: #cc2127 !important;
}
.share-links.default-skin .share-youtube {
  background: #c3191e !important;
}
.share-links.default-skin .share-instagram {
  background: #7c4a3a !important;
}
.share-links.default-skin .share-skype {
  background: #00b0f6 !important;
}
.share-links.default-skin .share-email {
  background: #dd4b39 !important;
}
.share-links.default-skin .share-vk {
  background: #6383a8 !important;
}
.share-links.default-skin .share-xing {
  background: #1a7576 !important;
}
.share-links.default-skin .share-tumblr {
  background: #304e6c !important;
}
.share-links.default-skin .share-reddit {
  background: #ff4107 !important;
}
.share-links.default-skin .share-vimeo {
  background: #52b8ea !important;
}
.share-links.default-skin .share-telegram {
  background: #0088cc !important;
}
.share-links.default-skin .share-telegram {
  background: #0088cc !important;
}
.share-links.default-skin .share-yelp {
  background: #c41200 !important;
}
.share-links.default-skin .share-flickr {
  background: #0063DC !important;
}
.share-links.default-skin .share-whatsapp {
  background: #3c8a38 !important;
}
.testimonial {
  margin-bottom: 20px;
}
.slick-slider .testimonial {
  margin-bottom: 0;
}
.testimonial blockquote {
  border: 0;
  color: #fff;
  margin: 0;
  padding: 2.5rem 4rem 2.5rem 4.5rem;
  position: relative;
  font-size: 1em;
  font-family: inherit;
  font-style: inherit;
  line-height: inherit;
}
.testimonial blockquote p {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 0;
  color: inherit;
}
.testimonial blockquote:before {
  left: 20px;
  top: 20px;
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  font-family: 'Playfair Display';
}
.testimonial .testimonial-arrow-down {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 8px solid #ccc;
  height: 0;
  margin: 0 0 0 40px;
  width: 0;
}
.testimonial .testimonial-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0 0 0;
}
.testimonial .testimonial-author .testimonial-author-thumbnail {
  width: auto;
}
.testimonial .testimonial-author img {
  max-width: 25px;
}
.testimonial .testimonial-author strong {
  display: block;
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 700;
}
.testimonial .testimonial-author span {
  color: #666;
  display: block;
  font-size: .8rem;
  font-weight: 600;
}
.testimonial .testimonial-author p {
  color: #999;
  margin-left: .75rem;
  text-align: left;
  line-height: 1.2;
}
.testimonial.testimonial-style-2 {
  text-align: center;
}
.testimonial.testimonial-style-2 blockquote {
  background: transparent !important;
  padding: 20px;
}
.testimonial.testimonial-style-2 blockquote:before {
  display: none;
}
.testimonial.testimonial-style-2 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-2 .testimonial-author {
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 6px 0 0;
}
.testimonial.testimonial-style-2 .testimonial-author img {
  margin: 0 auto 10px;
  max-width: 60px;
}
.testimonial.testimonial-style-2 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.testimonial.testimonial-style-3 blockquote {
  padding: 12px 30px;
}
.testimonial.testimonial-style-3 blockquote p {
  font-size: 1em;
  font-style: normal;
}
.testimonial.testimonial-style-3 blockquote:before {
  top: 5px;
  left: 9px;
  font-size: 35px;
}
.testimonial.testimonial-style-3 blockquote:after {
  font-size: 35px;
  bottom: -5px;
}
.testimonial.testimonial-style-3 .testimonial-author {
  margin-left: 8px;
}
.testimonial.testimonial-style-3 .testimonial-author img {
  max-width: 55px;
}
.testimonial.testimonial-style-3 .testimonial-arrow-down {
  margin-left: 20px;
}
.testimonial.testimonial-style-4 {
  padding: 7px;
  border: 1px solid;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.testimonial.testimonial-style-4 blockquote {
  background: transparent !important;
  padding: 12px 30px;
  color: #777;
}
.testimonial.testimonial-style-4 blockquote p {
  font-size: 1em;
  font-style: normal;
}
.testimonial.testimonial-style-4 blockquote:before {
  top: 5px;
  left: 9px;
  font-size: 35px;
}
.testimonial.testimonial-style-4 blockquote:after {
  font-size: 35px;
  bottom: -5px;
}
.testimonial.testimonial-style-4 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-4 .testimonial-author {
  margin-left: 30px;
  margin-bottom: 15px;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial.testimonial-style-4 .testimonial-author img {
  max-width: 55px;
}
.testimonial.testimonial-style-4 .testimonial-author p {
  margin-bottom: 0;
}
.testimonial.testimonial-style-5 {
  text-align: center;
}
.testimonial.testimonial-style-5 blockquote {
  background: transparent !important;
  padding: 6px 20px;
}
.testimonial.testimonial-style-5 blockquote p {
  font-size: 1.2em;
  font-style: normal;
}
.testimonial.testimonial-style-5 blockquote:before {
  display: none;
}
.testimonial.testimonial-style-5 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-5 .testimonial-author {
  display: block;
  padding: 15px 0 0;
  margin: 12px 0 0;
}
.testimonial.testimonial-style-5 .testimonial-author img {
  margin: 0 auto 10px;
}
.testimonial.testimonial-style-5 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.testimonial.testimonial-style-6 {
  text-align: center;
}
.testimonial.testimonial-style-6 blockquote {
  background: transparent !important;
  border: 0;
  padding: 0 10%;
}
.testimonial.testimonial-style-6 blockquote i.fa-quote-left {
  font-size: 34px;
  position: relative;
  left: -5px;
}
.testimonial.testimonial-style-6 blockquote p {
  font-size: 24px;
  line-height: 30px;
}
.testimonial.testimonial-style-6 blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  left: -5px;
}
.testimonial.testimonial-style-6 blockquote:before {
  display: none;
}
.testimonial.testimonial-style-6 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-6 .testimonial-author {
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 6px 0 0;
}
.testimonial.testimonial-style-6 .testimonial-author img {
  margin: 15px auto 10px;
}
.testimonial.testimonial-style-6 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.testimonial.testimonial-with-quotes {
  text-align: center;
}
.testimonial.testimonial-with-quotes blockquote {
  background: transparent !important;
}
.testimonial.testimonial-with-quotes blockquote p {
  padding: 0 40px;
}
.testimonial.testimonial-with-quotes blockquote:before,
.testimonial.testimonial-with-quotes blockquote:after {
  display: block !important;
  left: 10px;
  top: 0;
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.testimonial.testimonial-with-quotes blockquote:after {
  content: "\201D";
  left: auto;
  right: 10px;
  top: auto;
  bottom: -.5em;
}
.testimonial.testimonial-with-quotes img {
  margin: 15px auto 10px;
  width: 60px;
}
.testimonial.testimonial-with-quotes .testimonial-author p {
  margin: 0 auto;
  text-align: center;
}
.testimonial.testimonial-with-quotes.testimonial-light blockquote {
  color: #fff;
}
.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author span,
.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author strong {
  opacity: .6;
  color: #fff;
}
.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote {
  background: transparent !important;
}
.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote p {
  font-family: Georgia,serif !important;
  font-style: italic;
  font-size: 1.2em;
}
.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote:after {
  content: none;
}
.testimonial.testimonial-no-borders {
  border-width: 0;
  box-shadow: none;
}
.testimonial .testimonial-author strong {
  color: #111;
}
.testimonial.testimonial-style-3 blockquote {
  background: #f2f2f2;
}
.testimonial.testimonial-style-3 .testimonial-arrow-down {
  border-top: 10px solid #f2f2f2!important;
}
.testimonial.testimonial-style-4 {
  border-top-color: #dfdfdf;
  border-bottom-color: #dfdfdf;
  border-left-color: #ececec;
  border-right-color: #ececec;
}
.testimonial.testimonial-style-5 .testimonial-author {
  border-top: 1px solid #f2f2f2;
}
body {
  background-color: #ffffff;
}
.ie9 .page-wrapper {
  background-color: #ffffff;
  min-height: 0;
}
.columns .column.main {
  max-width: 100%;
  padding-bottom: 40px;
}
.page-header {
  background-color: #ffffff;
  border-top: 3px solid #0088cc;
  position: relative;
  z-index: 20;
}
.page-header .panel.wrapper {
  color: #777777;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  margin-left: auto;
  margin-right: 1em;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  text-transform: uppercase;
}
.header.panel > .header.links > li > a {
  color: inherit;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: inherit;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: inherit;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: inherit;
  text-decoration: underline;
}
.header.content {
  position: relative;
}
.logo {
  display: block;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  max-height: 50px;
  max-width: 100%;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 1.5em;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 0.5em;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.message.success {
  border-radius: 0;
  font-size: 1em;
}
.message.notice {
  font-size: 1em;
}
.message.info {
  font-size: 1em;
}
.message.error {
  font-size: 1em;
}
.message.warning {
  font-size: 1em;
}
.field-error {
  font-size: 1em;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 0.5em;
  padding: 12px 1em 12px 1.25em;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #777777;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #0088cc;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #0088cc;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #0088cc;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 0.5em;
}
.message.global.demo {
  margin: 0 0 0.5em;
  padding: 12px 1em 12px 1.25em;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #0088cc;
}
.message.global.demo a:hover {
  color: #0088cc;
}
.message.global.demo a:active {
  color: #0088cc;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 4px;
  min-width: 120px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  border-radius: 0;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc !important;
  padding: 4px 0 !important;
  left: 0;
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  border-radius: 0;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  color: #777777;
  padding: 0 7px;
  font-size: 1em;
  line-height: 25px;
  font-weight: 400;
}
.page-header .switcher .options ul.dropdown a > img,
.page-footer .switcher .options ul.dropdown a > img {
  margin-bottom: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  display: flex;
  align-items: center;
  padding: 0 5px;
  line-height: 26px;
  letter-spacing: 0.025em;
}
.page-header .switcher .options .action.toggle::after,
.page-footer .switcher .options .action.toggle::after {
  font-size: 1em;
  -webkit-font-smoothing: inherit;
  margin: 0 0 0 5px;
  line-height: 1;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: flex;
  align-items: center;
}
.page-header .switcher .options .action.toggle.active::after,
.page-footer .switcher .options .action.toggle.active::after {
  font-size: 1em;
  -webkit-font-smoothing: inherit;
  margin: 0 0 0 5px;
  line-height: 1;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: inherit;
}
.page-header .switcher strong > img,
.page-footer .switcher strong > img {
  margin-bottom: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
span.split {
  height: 14px;
  width: 1px;
  border-right: 1px solid #ccc;
  margin: 0 13px;
}
@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;
  }
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 2em;
}
.widget {
  clear: both;
}
.customer-welcome {
  display: inline-block;
  position: relative;
}
.customer-welcome:before,
.customer-welcome:after {
  content: '';
  display: table;
}
.customer-welcome:after {
  clear: both;
}
.customer-welcome .action.switch {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.customer-welcome .action.switch > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.customer-welcome .action.switch:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 15px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.customer-welcome .action.switch:hover:after {
  color: inherit;
}
.customer-welcome .action.switch:active:after {
  color: inherit;
}
.customer-welcome .action.switch.active {
  display: inline-block;
  text-decoration: none;
}
.customer-welcome .action.switch.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.customer-welcome .action.switch.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 15px;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.customer-welcome .action.switch.active:hover:after {
  color: inherit;
}
.customer-welcome .action.switch.active:active:after {
  color: inherit;
}
.customer-welcome ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 4px;
  min-width: 100%;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.customer-welcome ul li {
  margin: 0;
  padding: 0;
}
.customer-welcome ul li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.customer-welcome ul:before,
.customer-welcome ul:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.customer-welcome ul:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.customer-welcome ul:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.customer-welcome ul:before {
  left: 10px;
  top: -12px;
}
.customer-welcome ul:after {
  left: 9px;
  top: -14px;
}
.customer-welcome.active {
  overflow: visible;
}
.customer-welcome.active ul {
  display: block;
}
.customer-welcome li a {
  color: #333333;
  text-decoration: none;
  display: block;
  line-height: 1.2;
  padding: 5px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 12px;
}
.customer-welcome li a:visited {
  color: #333333;
  text-decoration: none;
}
.customer-welcome li a:hover {
  color: #333333;
  text-decoration: none;
}
.customer-welcome li a:active {
  color: #333333;
  text-decoration: none;
}
.customer-welcome .customer-menu {
  display: none;
}
.customer-welcome .action.switch {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  vertical-align: top;
}
.customer-welcome .action.switch:focus,
.customer-welcome .action.switch:active {
  background: none;
  border: none;
}
.customer-welcome .action.switch:hover {
  background: none;
  border: none;
}
.customer-welcome .action.switch.disabled,
.customer-welcome .action.switch[disabled],
fieldset[disabled] .customer-welcome .action.switch {
  pointer-events: none;
  opacity: 0.5;
}
.customer-welcome .header.links {
  min-width: 175px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  margin-top: 7px;
  left: auto;
  right: 0;
}
.customer-welcome .header.links:before {
  left: auto;
  right: 10px;
}
.customer-welcome .header.links:after {
  left: auto;
  right: 9px;
  border-bottom-color: #ccc;
}
.customer-welcome.active .action.switch:after {
  content: '\e81b';
}
.customer-welcome.active .customer-menu {
  display: block;
}
.customer-welcome .greet {
  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%;
  }
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  border: 1px solid #bbbbbb;
  background: #ffffff;
  padding: 10px;
}
[class^="porto-icon-"]:before,
[class*=" porto-icon-"]:before {
  font-family: 'porto-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.recent-posts .item .post-image {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 2px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  min-height: 120px;
}
.recent-posts .item .post-image img {
  border-radius: 4px;
  width: 100%;
}
.recent-posts .post-date {
  float: left;
  margin-right: 10px;
  text-align: center;
}
.recent-posts .post-date .day {
  background-color: #f7f7f7;
  color: #0088cc;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
}
.recent-posts .post-date .month {
  background-color: #0088cc;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07000000000000001) inset;
  color: #fff;
  font-size: 0.9em;
  padding: 2px 0;
  display: block;
  width: 45px;
}
.recent-posts .postTitle {
  min-height: 55px;
  border: 0;
}
.recent-posts .postTitle h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
}
.recent-posts .postTitle a:hover {
  text-decoration: none;
}
.recent-posts .postContent {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.recent-posts .postContent > p {
  margin: 0;
}
.recent-posts a.readmore {
  font-weight: 300;
  font-size: 16px;
}
.form-wishlist-items {
  padding-bottom: 30px;
}
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e889';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #e7e7e7;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #e7e7e7;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #e7e7e7;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 0.5em;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 0.5em 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 0.5em 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 0.5em;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #c1c1c1;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 1.25em;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 0.5em;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 0.5em 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .qty.field .control {
  width: 45px;
}
.filterproducts.products {
  margin: 0;
}
p.fullwidth-filter-description {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.section-title,
.slider-title,
.widget .widget-title,
.widget .widget-title a {
  color: #313131;
}
.slider-title,
.section-title {
  font-size: 1.1429em;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  position: relative;
}
.slider-title .line,
.section-title .line {
  display: block;
  height: 1px;
  position: relative;
  bottom: 0.65em;
  width: 0;
}
.porto-products.title-border-bottom > .section-title,
.related.products .slider-title {
  letter-spacing: -0.01em;
  line-height: 22px;
  padding-bottom: 10px;
  margin-bottom: 24px;
}
.porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots,
.related.products .products-slider.show-dots-title-right .owl-dots {
  top: -52px;
  height: 32px;
}
.porto-products.title-border-bottom .products-slider.show-nav-title .owl-nav,
.related.products .products-slider.show-nav-title .owl-nav {
  margin-top: -36px;
}
.porto-products.title-border-middle > .section-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 24px;
}
.porto-products.title-border-middle > .section-title .line-l {
  height: 1px;
  position: relative;
  flex: 1 1 auto;
  min-width: 10%;
  background: rgba(0, 0, 0, 0.08);
}
.porto-products.title-border-middle > .section-title .line-r {
  height: 1px;
  position: relative;
  flex: 1 1 auto;
  min-width: 10%;
  background: rgba(0, 0, 0, 0.08);
}
.porto-products.title-border-middle > .section-title .inline-title {
  padding: 0 12px;
}
.porto-products.title-border-middle > .section-title.text-left .line-l {
  display: none;
}
.porto-products.title-border-middle > .section-title.text-left .inline-title {
  padding-left: 0;
}
.porto-products.title-border-middle > .section-title.text-right .inline-title {
  padding-right: 0;
}
.porto-products.title-border-middle > .section-title.text-right .line-r {
  display: none;
}
.porto-products.title-border-middle .products-slider.show-dots-title-right .owl-dots {
  top: -40px;
  height: 32px;
}
.porto-products.title-border-middle .products-slider.show-nav-title .owl-nav {
  margin-top: -24px;
}
.porto-products.title-border-bottom > .section-title,
.related.products .slider-title,
.porto-products.title-border-middle > .section-title .inline-title:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.slider-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
.products-slider.owl-carousel,
.slider-wrapper .products {
  margin: 0 !important;
}
.porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots,
.related.products .products-slider.show-dots-title-right .owl-dots {
  top: -52px;
  height: 32px;
}
.porto-products.title-border-bottom.move-related .products-slider.show-dots-title-right .owl-dots {
  top: -86px;
}
.move-related .product-item-details {
  position: static;
}
.block.related.move-related .field.choice {
  top: 3px;
  left: 8px;
}
.products-slider.owl-carousel .product-item {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.products-slider.owl-carousel .owl-stage-outer {
  padding-top: 10px;
  margin-top: -10px;
}
.ajax-products {
  display: flex;
  flex-wrap: wrap;
}
.ajax-products > .category-list {
  border-right: 1px solid #dcdcdc;
  padding: 0 15px;
}
.ajax-products > .category-list > span {
  font-size: 1.125rem;
  letter-spacing: -.01em;
  margin-bottom: 15px;
  color: #111;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  line-height: 1.4;
}
.ajax-products > .category-list > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.ajax-products > .category-list > ul > li {
  padding: 0;
  margin: 0;
}
.ajax-products > .category-list > ul > li > a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 0 12px 24px;
  color: #111;
  display: block;
  position: relative;
}
.ajax-products > .category-list > ul > li > a:before {
  content: '' !important;
  margin-right: 10px;
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #d6d6d6;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.ajax-products > .category-list > ul > li > a.active:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  background: #111;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
}
.ajax-products > .category-list > ul > li > a > span {
  display: inline-block;
}
.ajax-products > .category-list > ul > li > a:hover {
  text-decoration: none;
}
.ajax-products > .category-detail {
  position: relative;
  padding-left: 4vw;
  padding-right: 0;
  margin-bottom: 50px;
  letter-spacing: -.025em;
  min-height: 70vh;
}
.ajax-products > .category-detail > h2 {
  text-align: center;
  margin: 30px 0;
  font-size: 26px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 10px;
}
.ajax-products > .category-detail > .ajax_products_loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.5);
}
.load-more-area {
  text-align: center;
  margin: 20px 0;
}
.load-more-area > a {
  margin: 12px 40px;
  border: 1px solid #000;
  width: auto;
  display: inline-block;
  letter-spacing: .075em;
  color: #000;
  padding: 18px 55px;
  font-size: 12px;
  line-height: 1.3333;
  text-transform: uppercase;
  font-weight: 700;
}
.theme-color {
  color: #0088cc !important;
}
.block .block-title {
  margin: 5px 0 10px;
  line-height: 1.2;
  font-size: 16px;
}
.porto-separator {
  margin: 0 0 22px;
}
.porto-separator.short {
  margin: -11px 0 11px;
}
.porto-separator.tall {
  margin: 22px 0 44px;
}
.porto-separator.taller {
  margin: 44px 0 66px;
}
.porto-separator .separator-line {
  margin: 0 auto;
}
.porto-separator .separator-line.align_left {
  margin: 0 auto 0 0;
}
.porto-separator .separator-line.align_center {
  margin: 0 auto;
}
.porto-separator .separator-line.align_right {
  margin: 0 0 0 auto;
}
.porto-ibanner {
  z-index: 1;
  overflow: hidden;
  margin: 0 0 35px;
  text-align: center;
}
.porto-ibanner,
.porto-ibanner > img {
  display: block;
  position: relative;
}
.porto-ibanner > img {
  width: 100%;
  transition: opacity 0.35s;
  border: none;
  padding: 0;
  margin: 0;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.5s,opacity 0.5s;
  -webkit-backface-visibility: hidden;
}
.porto-ibanner > img.porto-lazyload:not(.lazy-load-loaded) {
  visibility: hidden;
}
.porto-ibanner-layer {
  text-align: left;
  font-size: 1rem;
}
.porto-ibanner .porto-ibanner-desc {
  padding: 15px;
  color: #fff;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s;
}
.porto-ibanner .porto-ibanner-desc.no-padding {
  padding: 0;
}
.porto-ibanner .porto-ibanner-desc .porto-ibanner-container {
  position: relative;
  height: 100%;
}
.porto-ibanner .porto-ibanner-desc:before,
.porto-ibanner .porto-ibanner-desc:after {
  pointer-events: none;
}
.porto-ibanner .porto-ibanner-desc,
.porto-ibanner .porto-ibanner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.porto-ibanner .porto-ibanner-content {
  font-size: .8125em;
  line-height: 1.6;
}
.porto-ibanner .porto-ibanner-title,
.porto-ibanner p {
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  font-style: inherit;
  color: inherit;
}
.porto-ibanner a.porto-ibanner-link {
  display: block;
  z-index: 7;
  opacity: 0;
  background: 0 0;
}
ul.products .product-col {
  padding-left: 10px;
  padding-right: 10px;
}
ul.products li.product-category {
  text-align: center;
}
ul.products li.product-category a {
  text-decoration: none;
}
ul.products li.product-category .thumb-info {
  min-height: 90px;
  margin-bottom: 0;
  text-align: left;
}
ul.products li.product-category .thumb-info h3 {
  font-weight: 700;
  margin: 0 0 10px;
  color: inherit;
  letter-spacing: -.005em;
}
ul.products li.product-category .thumb-info-title {
  background: none;
  max-width: none;
  width: 100%;
  bottom: 0;
  padding: 1.2em 1.5em;
  margin: 0;
}
ul.products li.product-category .thumb-info-type {
  display: block;
  margin: -10px 0 0;
  padding: 0;
  font-weight: 400;
  background: none;
  float: none;
  opacity: .7;
  line-height: 1.8;
}
ul.products li.product-category mark {
  padding: 0;
  background: none;
  color: inherit;
}
ul.products li.product-category .thumb-info-wrapper:after {
  background: rgba(27, 27, 23, 0.15);
  z-index: 1;
  opacity: 1;
}
ul.products li.product-category:hover .thumb-info-wrapper:after {
  background: rgba(27, 27, 23, 0.3);
}
ul.products li.cat-has-icon .thumb-info {
  padding: 40px 0 25px;
  transition: box-shadow 0.2s;
  text-align: center;
}
ul.products li.cat-has-icon .thumb-info > i {
  font-size: 3em;
  display: inline-block;
  margin-bottom: 15px;
}
ul.products li.cat-has-icon .thumb-info-wrap {
  display: block;
}
ul.products li.cat-has-icon .thumb-info-title {
  display: block;
  position: static;
  padding: 0 0 10px;
}
ul.products.category-pos-middle li.product-category .thumb-info-title {
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
ul.products.category-pos-outside li.product-category .thumb-info-title {
  position: static;
  transform: none;
  display: block;
  padding-left: 0;
  padding-right: 0;
}
ul.products.category-text-center .thumb-info-title {
  text-align: center;
}
ul.products.category-text-right .thumb-info-title {
  text-align: right;
}
li.product-category .thumb-info-title a {
  color: inherit;
}
li.product-category .thumb-info-title a:hover {
  color: inherit;
  text-decoration: underline;
}
li.product-category .sub-categories {
  font-size: .875rem;
  font-weight: 400;
  opacity: .7;
}
ul.category-color-dark li.product-category .thumb-info-title {
  color: #1d2127;
}
.grid-creative.category-pos-outside li.product-category .thumb-info {
  height: calc(100% - (60px));
}
.porto-products.show-count-on-hover li.product-category .thumb-info-type {
  max-height: 10px;
  transition: .5s;
  transform: translateY(20%);
  opacity: 0;
}
.porto-products.show-count-on-hover li.product-category:hover .thumb-info-type {
  max-height: 30px;
  transform: translateY(0);
  opacity: .7;
}
.porto-products.hide-count li.product-category .thumb-info-type {
  display: none;
}
.porto-products.hide-count li.product-category .thumb-info h3 {
  margin-bottom: 0;
}
.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin: 0;
  overflow: hidden;
  display: block;
  position: relative;
}
.thumb-info .thumb-info-wrapper:after {
  content: "";
  transition: all 0.3s;
  bottom: 0;
  color: #FFF;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  opacity: 0;
  z-index: 1;
}
.thumb-info .thumb-info-title {
  transition: all 0.3s;
  background: rgba(33, 37, 41, 0.8);
  bottom: 13%;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  left: 0;
  letter-spacing: -.05em;
  padding: 13px 21px 2px;
  position: absolute;
  z-index: 2;
  max-width: 90%;
}
.thumb-info .thumb-info-inner {
  transition: all 0.3s;
  display: block;
  font: inherit;
  color: inherit;
  margin-bottom: 0;
}
.thumb-info .thumb-info-type {
  display: inline-block;
  float: left;
  font-size: .6em;
  font-weight: 600;
  letter-spacing: 0;
  margin: 8px -2px -15px 0;
  padding: 2px 12px;
  text-transform: uppercase;
  z-index: 2;
  line-height: 2.3;
}
.thumb-info img {
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
}
.single-subscribe .newsletter .control {
  display: flex;
  align-items: center;
}
.single-subscribe .newsletter .input-text {
  display: block;
  flex: 1;
}
.single-subscribe .newsletter input {
  height: 3rem;
  padding-left: 20px;
  padding-right: 25px;
  border-radius: 30px 0 0 30px;
  font-size: .75rem;
  color: #777;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
}
.single-subscribe .newsletter .action {
  height: 3rem;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0 30px 30px 0;
}
.porto-links-block {
  border: 1px solid;
}
.porto-links-block .links-title {
  border-bottom: 1px solid;
  font-size: 1em;
  font-weight: 700;
  line-height: 14px;
  padding: 15px 20px;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  letter-spacing: .12px;
  transition: 0.25s;
}
.porto-links-block .links-title i {
  margin-right: 5px;
}
.porto-links-block .links-content ul {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}
.porto-links-block li.porto-links-item {
  display: block;
  margin: 0;
}
.porto-links-block li.porto-links-item:first-child > a,
.porto-links-block li.porto-links-item:first-child > span {
  border-top-width: 0;
}
.porto-links-block li.porto-links-item a,
.porto-links-block li.porto-links-item span {
  display: block;
  font-size: 1em;
  line-height: 20px;
  color: #465157;
  letter-spacing: .1px;
  padding: 11px 6px 10px;
  margin: 0 10px -1px;
  text-decoration: none;
  border-top: 1px solid #ddd;
}
.porto-links-block li.porto-links-item a:hover {
  text-decoration: underline;
}
.porto-links-block li.porto-links-item i {
  margin-right: 12px;
  font-size: 20px;
  float: left;
}
.porto-links-block li.porto-links-item i.icon-image {
  display: inline-block;
  vertical-align: middle;
  float: none;
  max-width: 20px;
}
.divider {
  height: 1px;
}
.divider.divider-small {
  margin: 22px auto;
  background: transparent;
}
.divider.divider-small.divider-small-center {
  text-align: center;
}
.divider.divider-small.divider-small-center hr {
  margin-left: auto;
  margin-right: auto;
}
.divider.divider-small hr {
  width: 50px;
  height: 1px;
}
.category-sidebar {
  padding: .7143em 0;
  list-style: none;
  margin: 0;
  font-size: .9286em;
}
.category-sidebar li {
  position: relative;
  margin: 0;
  color: #777;
}
.category-sidebar li > a:not(.expand-icon) {
  display: block;
  font-size: .875rem;
  font-weight: 600;
  padding-top: .625rem;
  padding-bottom: .625rem;
  border-bottom: 1px solid #e7e7e7;
  color: inherit;
}
.category-sidebar li > .expand-icon {
  position: absolute;
  right: -6px;
  top: 9px;
  font-size: 18px;
  line-height: 24px;
  color: inherit;
  width: 24px;
  height: 24px;
}
.category-sidebar li > .expand-icon em.porto-icon-plus-squared::before {
  content: "\f807";
}
.category-sidebar li > .expand-icon em.porto-icon-minus-squared::before {
  content: "\f804";
}
.category-sidebar > li:last-child > a:not(.expand-icon) {
  border-bottom: 0;
}
.category-sidebar ul {
  display: none;
  list-style: none;
  padding-left: 1.0714em;
  margin: 0;
}
.onepage-category > .category-list {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 100%;
  width: 80px;
  text-align: left;
  background: #222529;
  padding: 32px 0 0;
  z-index: 20;
}
.onepage-category > .category-list > ul {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
  transition: all .3s;
  padding-top: 0;
  margin-bottom: 0;
}
.onepage-category > .category-list > ul > li {
  margin: 0;
  margin-bottom: 1rem;
}
.onepage-category > .category-list > ul > li > a {
  color: #fff;
  width: auto;
  line-height: 79px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  transition: all .3s;
}
.onepage-category > .category-list > ul > li > a > em {
  font-size: 1.6875rem;
  width: 80px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.onepage-category > .category-list > ul > li > a > em > img {
  vertical-align: middle;
}
.onepage-category > .category-list > ul > li > a > span {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all .3s;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.onepage-category > .category-list > ul > li > a:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  right: -15px;
  top: 50%;
  margin-top: -8px;
  border: 8px solid transparent;
  transition: all .3s;
}
.onepage-category > .category-list > ul > li > a.active,
.onepage-category > .category-list > ul > li > a:hover {
  background-color: #00d59d;
}
.onepage-category > .category-list > ul > li > a.active:after,
.onepage-category > .category-list > ul > li > a:hover:after {
  border-left-color: #00d59d;
}
.onepage-category > .category-list > ul > li > a:hover > span {
  opacity: 1;
  visibility: visible;
  width: auto;
  padding-right: 50px;
}
.onepage-category > .category-list > ul > li:last-child {
  margin-bottom: 0;
}
.onepage-category > .category-details {
  position: relative;
  float: right;
  width: 100%;
  min-height: 80vh;
}
.onepage-category .category-details {
  padding: 70px 0;
}
.onepage-category .category-details .title-menu {
  position: relative;
  margin-bottom: 25px;
}
.onepage-category .category-details .title-menu > a {
  font-family: 'Poppins';
  color: #222529;
  display: inline-block;
  margin-top: 0;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: .025em;
  line-height: 46px;
  text-transform: uppercase;
}
.onepage-category .category-details .title-menu > a > span {
  display: inline-block;
  vertical-align: middle;
}
.onepage-category .category-details .title-menu > a.parent:after {
  display: inline-block;
  content: "\f813";
  font-family: porto-icons;
  margin-left: 18px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 36px;
}
.onepage-category .category-details .title-menu > a.parent.opened:after {
  content: "\f810";
}
.onepage-category .category-details .title-menu > .menu-popup {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 5px;
  padding: 50px 0;
}
.onepage-category .category-details .title-menu > .menu-popup:before {
  content: "";
  border: 8px solid transparent;
  width: 16px;
  height: 16px;
  display: block;
  border-bottom-color: #bebebe;
  position: absolute;
  top: -16px;
  left: 90px;
}
.onepage-category .category-details .title-menu > .menu-popup:after {
  content: "";
  border: 7px solid transparent;
  width: 14px;
  height: 14px;
  display: block;
  border-bottom-color: #fff;
  position: absolute;
  top: -13px;
  left: 91px;
}
.onepage-category .category-details .menu-popup ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.onepage-category .category-details .menu-popup ul > li > a {
  color: #000;
  font-size: 16px;
  line-height: 2.5;
}
.onepage-category .category-details .menu-popup > ul {
  display: flex;
  flex-wrap: wrap;
}
.onepage-category .category-details .menu-popup > ul > li {
  float: left;
  border-left: 1px solid #bebebe;
  margin: 10px 0;
  padding: 30px 0;
}
.onepage-category .category-details .menu-popup > ul > li > a {
  font-weight: 700;
  text-transform: uppercase;
}
.onepage-category .category-details .menu-popup > ul.columns5 > li {
  width: 20%;
  padding-left: 4%;
  padding-right: 4%;
}
.onepage-category .category-details .menu-popup > ul.columns5 > li:nth-child(5n+1) {
  border-left: 0;
  clear: left;
}
.onepage-category .category-details .menu-popup li.menu-item {
  margin-bottom: 0;
}
.onepage-category .category-details .products-area .category-link {
  float: right;
  margin-top: -71px;
  margin-right: 0;
  position: relative;
  z-index: 2;
  font-size: .8125rem;
  padding: 1em 3em;
  letter-spacing: .01em;
  font-weight: 700;
  line-height: 1.42857;
  background: #222529;
  border: 1px solid transparent;
  color: #fff;
  text-transform: uppercase;
}
.onepage-category .additional-content {
  margin-bottom: 1.5vw;
}
.onepage-category .additional-content img {
  max-width: 100%;
}
.onepage-category .menu-popup a > span {
  position: relative;
}
.onepage-category .menu-popup a > span > span.cat-label {
  top: 3px;
  right: -35px;
  font: inherit;
  font-size: 9px;
  padding: 2px;
  z-index: 1;
  border-radius: 2px;
  line-height: 1;
  border: 1px solid #777;
  position: absolute;
}
.onepage-category .onepage-category {
  display: flex;
  flex-wrap: wrap;
}
.onepage-cat.category-list {
  position: fixed;
  width: 80px;
  left: 0;
  height: 100%;
  top: 0;
  bottom: 0;
}
body > .onepage-cat.category-list {
  display: none;
}
.pt_row.pt_row-no-padding .pt_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.pt_row-no-padding .pt_inner {
  margin-left: 0;
  margin-right: 0;
}
.pt_row.pt_row-o-full-height {
  min-height: 100vh;
}
.pt_row.pt_row-flex {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pt_row.pt_row-flex > .pt_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pt_row.pt_row-flex > .pt_column_container > .pt_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  max-width: 100%;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pt_row.pt_row-flex > .pt_column_container > .pt_column-inner {
    /* IE10+ specific styles */
  }
  .pt_row.pt_row-flex > .pt_column_container > .pt_column-inner > * {
    min-height: 1em;
  }
}
.pt_row.pt_row-flex::before,
.pt_row.pt_row-flex::after {
  display: none;
}
.pt_row.pt_row-o-columns-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.pt_row.pt_row-o-columns-top {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.pt_row.pt_row-o-columns-bottom {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.pt_row.pt_row-o-columns-middle {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.pt_row.pt_row-o-columns-top::after,
.pt_row.pt_row-o-columns-bottom::after,
.pt_row.pt_row-o-columns-middle::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.pt_row.pt_row-o-equal-height > .pt_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.pt_row.pt_row-o-content-top > .pt_column_container > .pt_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pt_row.pt_row-o-content-top:not(.pt_row-o-equal-height) > .pt_column_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.pt_row.pt_row-o-content-bottom > .pt_column_container > .pt_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pt_row.pt_row-o-content-bottom:not(.pt_row-o-equal-height) > .pt_column_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.pt_row.pt_row-o-content-middle > .pt_column_container > .pt_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pt_row.pt_row-o-content-middle:not(.pt_row-o-equal-height) > .pt_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pt_column-inner::before,
.pt_column-inner::after {
  content: " ";
  display: table;
}
.pt_column-inner::after {
  clear: both;
}
.porto-img-effect-1 .img-thumbnail:after,
.porto-img-effect-1 .img-thumbnail:before {
  content: "";
  position: absolute;
  opacity: 1;
  z-index: 1;
}
.porto-img-effect-1 .img-thumbnail:before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
}
.porto-img-effect-1 .img-thumbnail:after {
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
}
.porto-img-effect-1:hover .img-thumbnail:after,
.porto-img-effect-1:hover .img-thumbnail:before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s linear;
}
.porto-img-effect-2 .img-thumbnail:after,
.porto-img-effect-2 .img-thumbnail:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  left: 0;
  opacity: 0.4;
  top: 0;
  transition: 0.9s;
  width: 100%;
  z-index: 1;
}
.porto-img-effect-2 .img-thumbnail:before {
  transform: translate(105%, 0%);
}
.porto-img-effect-2 .img-thumbnail:after {
  transform: translate(-105%, 0%);
}
.porto-img-effect-2:hover .img-thumbnail:after,
.porto-img-effect-2:hover .img-thumbnail:before {
  opacity: 0;
  transform: none;
}
.porto-img-effect-3 .img-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  transition: 0.5s linear;
  backface-visibility: hidden;
  z-index: 1;
}
.porto-img-effect-3:hover .img-thumbnail:before {
  top: 100%;
  left: -100%;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
.porto-img-effect-4 .img-thumbnail:after,
.porto-img-effect-4 .img-thumbnail:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
  transition: 0.5s;
  z-index: 1;
}
.porto-img-effect-4 .img-thumbnail:before {
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
}
.porto-img-effect-4 .img-thumbnail:after {
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
}
.porto-img-effect-4:hover .img-thumbnail:after,
.porto-img-effect-4:hover .img-thumbnail:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
}
.porto-img-zoom img {
  transition: transform 1s,opacity 1s;
  opacity: 1;
}
.porto-img-zoom:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  opacity: 0.9;
}
.widget:first-child {
  margin-top: 0;
}
.widget .tagcloud {
  margin-top: -.3846em;
  margin-bottom: -.3846em;
}
.widget .tagcloud a {
  margin: .3846em .3846em .3846em 0;
  padding: .25rem .5rem;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  font-size: .75em !important;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 10px;
}
.widget.contact-info ul,
.widget.contact-info li {
  border-width: 0;
  margin: 0;
  padding: 0;
}
.widget.contact-info li a:hover {
  text-decoration: underline;
}
.widget.contact-info li:not(:last-child) {
  margin-bottom: 10px;
}
.widget.contact-info p {
  margin-bottom: 10px;
}
.widget.contact-info i {
  clear: both;
  float: left;
  text-align: center;
  width: 16px;
  top: -2px;
  margin: 4px 9px 10px 0;
  font-size: 1.3em;
  position: static !important;
}
.widget.contact-info .contact-details strong,
.widget.contact-info .contact-details span {
  display: block;
  padding-left: 25px;
}
.widget.follow-us .share-links a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin: 2px;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  font-size: 14px;
}
.widget.follow-us .share-links a:hover {
  color: #fff;
}
.footer,
.footer p {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: .065px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li {
  margin: 0;
}
.footer .widget {
  margin-bottom: 20px;
}
.footer .widget p {
  margin-top: -3px;
  margin-bottom: 13px;
  font-size: 1em;
}
.footer .widget + .widget {
  margin-top: 20px;
}
.footer .widget .tagcloud a {
  background: none;
  border-radius: 0;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: none;
  padding: .6em;
  border: 1px solid #313438;
}
.footer .widget .tagcloud a:hover {
  border-color: #fff;
  color: #fff;
}
.footer .follow-us .share-links a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #313438;
  box-shadow: none;
}
.footer .follow-us .share-links a:not(:hover) {
  background: none;
  color: #fff;
}
.footer .contact-info i {
  display: none;
}
.footer .contact-info .contact-details strong,
.footer .contact-info .contact-details span {
  padding-left: 0;
}
.footer .contact-info .contact-details strong {
  line-height: 1em;
  color: #fff;
  font-weight: 400;
}
.footer .newsletter {
  margin-bottom: 0;
}
.footer .newsletter label {
  display: none;
}
.footer .newsletter .field .control:before {
  display: none;
}
.footer .newsletter input {
  height: 48px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 30px 0 0 30px;
  font-size: .75rem;
  color: #777;
  border: none;
}
.footer .newsletter .action.subscribe {
  height: 48px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .75rem;
  border-radius: 0 30px 30px 0;
  border: none;
}
.footer-top .custom-block {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-top .custom-block:before,
.footer-top .custom-block::after {
  content: '';
  display: block;
  border-top: 1px solid #e7e7e7;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.footer-top .custom-block:before {
  margin-bottom: 40px;
}
.footer-top .custom-block:after {
  margin-top: 40px;
}
.footer-top .widget:last-child {
  margin-bottom: 0;
}
.footer-middle {
  background-color: #121214;
  color: #777777;
}
.footer-middle > .container {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 1.5rem;
}
.footer-middle > .container::after {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  border-bottom: 1px solid #313438;
}
.footer-middle .widget_media_image img {
  max-width: 111px;
  height: auto;
  display: block;
}
.footer-middle [class^="porto-icon-"],
.footer-middle [class*=" porto-icon-"] {
  color: #777777;
}
.footer-middle .block {
  text-align: left;
  line-height: 1.5;
  margin: 0;
  width: auto;
}
.footer-middle .block .block-title {
  margin-bottom: 20px;
}
.footer-middle .block .block-title strong {
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  text-transform: none;
}
.footer-middle a,
.footer-middle a:hover,
.footer-middle a:focus {
  color: #ffffff;
}
.footer-bottom {
  background-color: #0c0c0c;
  padding: 15px 0;
  font-size: .9em;
}
.footer-bottom > .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-bottom .widget {
  display: inline-block;
  margin: 0;
}
.footer-bottom .logo {
  margin: 0;
  margin-right: 45px;
  float: left;
}
.footer-bottom address {
  order: 1;
  padding: 10px 8px 10px 0;
  text-align: left;
  margin-right: auto;
  flex: auto;
}
.footer-bottom .custom-block.f-right {
  margin: 0;
  order: 2;
  padding: 10px 0 10px 8px;
  text-align: right;
  flex: auto;
}
.footer-bottom .switcher {
  line-height: 1 !important;
  display: block;
  height: auto;
  margin-top: 15px;
  float: left;
}
.footer-bottom .switcher label {
  display: none;
}
.footer-bottom .switcher select {
  display: inline-block;
  width: auto;
  line-height: 1;
}
.footer-ribbon {
  background-color: #0088cc;
  position: absolute;
  top: 0;
  margin: -16px 0 0;
  padding: 10px 20px 6px;
  color: #fff;
  font-size: 1.6em;
  z-index: 4;
}
.footer-ribbon span {
  color: #ffffff;
  font-family: "Shadows Into Light", cursive;
  line-height: 1;
}
.footer-ribbon:before {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  width: 7px;
  right: 100%;
  border-right: 10px solid #646464;
  border-top: 16px solid transparent;
}
/*** About US ***/
h2.word-rotator-title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px 0;
  color: #121214;
}
.word-rotate {
  visibility: hidden;
  width: 100px;
  height: 0;
  margin-bottom: -7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
h2 .word-rotate {
  margin-bottom: -7px;
}
.word-rotate.active {
  visibility: visible;
  width: auto;
}
.word-rotate .word-rotate-items {
  position: relative;
  top: 0;
  width: 100%;
}
.word-rotate .word-rotate-items span {
  display: block;
  white-space: nowrap;
}
p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
  color: #0088cc;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0088cc;
  border-color: #0088cc;
}
.btn-primary:hover {
  color: #fff;
  opacity: 0.85;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.btn:hover {
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.push-top {
  margin-top: 20px;
}
hr.tall {
  margin: 30px 0;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
}
.entry-content h3 {
  font-size: 1.7em;
  font-weight: normal;
  color: #0088cc;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 33px;
  text-transform: uppercase;
}
.entry-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.entry-content .lead {
  font-size: 21px;
  line-height: 1.4;
}
.history {
  margin: 25px 0;
  padding: 0;
  clear: both;
}
.history .thumb {
  background: transparent url(../../frontend/Orthofeet/child/en_US/images/history-thumb.png) no-repeat 0 0;
  width: 227px;
  height: 160px;
  margin: 0 0 30px;
  padding: 0;
  float: left;
}
.history .thumb img {
  border-radius: 50%;
  margin: 7px 8px;
  width: 145px;
  height: 145px;
}
.history h4 {
  float: left;
  margin: 15px 0;
  padding: 0;
  color: #0088cc;
  line-height: 27px;
}
.history p {
  margin: 0;
  margin-left: 55px;
  line-height: 24px;
}
.featured-box {
  background: #f5f5f5;
  background-color: transparent;
  background: linear-gradient(to bottom, #ffffff 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.featured-box .box-content {
  border-radius: 8px;
  border-top: 4px solid #0088cc;
  padding: 30px 20px;
}
.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.featured-box .block-flickr-photos {
  border: 0;
}
.featured-box .block-flickr-photos .block-title {
  display: none;
}
.featured-box .block-flickr-photos a.flickr-image {
  margin: 5px;
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 5px;
  border-radius: 5px;
}
.featured-box .block-flickr-photos a.flickr-image img {
  max-width: 100%;
  width: 75px;
}
.history .featured-box {
  text-align: left;
  margin-left: 225px;
  margin-bottom: 35px;
  min-height: 115px;
}
.history .featured-box .box-content {
  border-top-color: #0088cc;
}
#newsletter_popup {
  background: #ffffff url(../../frontend/Orthofeet/child/en_US/images/shop_newsletter_popup.jpg) no-repeat;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.12);
  background-position: center;
  background-size: cover;
  padding: 4rem 2.5rem;
  margin: 0;
  width: 740px;
  min-height: 300px;
  text-align: left;
  position: relative;
}
#newsletter_popup .text_left img {
  max-width: 111px;
  display: block;
}
#newsletter_popup form.subscribe {
  display: flex;
  align-items: center;
}
#newsletter_popup .field {
  flex: 1;
}
#newsletter_popup .field,
#newsletter_popup .actions {
  margin-bottom: 20px;
}
#newsletter_popup input[type="email"] {
  height: 3rem;
  border: none;
  border-radius: 1.5rem 0 0 1.5rem;
  background: #f4f4f4;
  box-shadow: none !important;
  padding-left: 1.375rem;
}
#newsletter_popup .action.primary {
  height: 3rem;
  padding-left: 1.5rem;
  padding-right: 2rem;
  border-radius: 0 1.5rem 1.5rem 0;
  box-shadow: none !important;
  margin-right: .5rem;
  font-weight: 700;
}
#newsletter_popup label.checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
}
#newsletter_popup .checkbox {
  font-size: .75rem;
}
#newsletter_popup .checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -.1rem;
  margin-left: 1px;
  margin-right: 5px;
  vertical-align: middle;
  outline: none;
  border-radius: 3px;
  color: #555;
  top: 0;
}
#newsletter_popup .checkbox input[type="checkbox"]:checked:before {
  content: "\e8c5";
  font-family: 'porto-icons';
  font-weight: 900;
  margin: 0;
  width: 1.15rem;
  height: 1.2rem;
  line-height: 1.2rem;
  float: left;
  font-size: 11px;
  text-align: center;
}
#newsletter_popup div.mage-error[generated] {
  position: absolute;
  margin-top: 40px;
  font-size: .87em;
}
@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("../../frontend/Orthofeet/child/en_US/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(../../frontend/Orthofeet/child/en_US/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(../../frontend/Orthofeet/child/en_US/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(../../frontend/Orthofeet/child/en_US/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(../../frontend/Orthofeet/child/en_US/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(../../frontend/Orthofeet/child/en_US/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("../../frontend/Orthofeet/child/en_US/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%;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .fieldset > .legend,
.contact-index-index .contact-info .contacts-title {
  color: #777777;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.contact-index-index .page-main .contact-info [class^="porto-icon-"],
.contact-index-index .page-main .contact-info [class*=" porto-icon-"] {
  float: left;
  width: 43px;
  height: 43px;
  background-color: #0088cc;
  color: #fff;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.contact-index-index .page-main .contact-info a {
  margin-left: 24px;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
}
@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("../../frontend/Orthofeet/child/en_US/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;
  }
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 1em;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 1em;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\f802';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\f801';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 0.5em;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 0.5em 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 1em;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 1em 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 1em;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 0.5em;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  top: 7px;
  right: 0;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 1em;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 1em 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 0.5em 0;
}
.sidebar .block-addbysku .action.remove {
  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;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
/**
 * 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.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 1em;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 0.5em;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 1.5em;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 0.5em 0.5em 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  padding: 1.25em;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  height: 40px;
  margin: 0.5em 0;
  padding: 0 1em;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em 0.5em;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 1em;
  max-width: 610px;
  overflow-y: auto;
  padding: 2em 1em;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  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;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 1em;
  top: 1em;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 1em;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 1em !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 1.5em 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #ffffff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #ffffff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  min-height: 40px;
  padding: 2px;
  transition: background-color 0.15s;
  width: 200px;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #ffffff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #ffffff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eeeeee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eeeeee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #ffffff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #ffffff;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000000;
  box-shadow: none;
  padding: 12px 24px 0.5em;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo.minicart .braintree-googlepay-button.long,
.googlepay-minicart-logo.cart .braintree-googlepay-button.long {
  width: 100%;
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 0.5em;
  position: absolute;
  z-index: 10;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 0.5em 0.5em 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='text']::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='number']::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 1em;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  right: 1.5em;
  top: 0.5em;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 1em 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 0 0.25em;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #e7e7e7;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  margin-top: 0.25em;
  padding-right: 0.25em;
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 29px;
  width: 234px;
}
.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("../../frontend/Orthofeet/child/en_US/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 only screen and (max-width: 768px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'porto-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0.5em 2em 0.5em 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .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;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 0.5em;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e81b';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages {
    float: none;
    margin-bottom: 1.25em;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -0.5em;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 0.5em;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #dddddd;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 1em;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .cart-order-comment {
    border-bottom: 1px solid #e7e7e7;
  }
  .cart-order-comment .block > .title {
    border: 0;
  }
  .popupbuilder-popup-modal .popupbuilder-popup-close {
    right: 10px !important;
    top: 10px !important;
  }
  .bfb-popup {
    margin: 0;
    height: 100%;
    top: 0 !important;
    width: 100% !important;
    left: 0 !important;
    max-height: 100% !important;
  }
  .bfb-popup .block.bfb {
    width: 100%;
    height: 100%;
    overflow: scroll;
  }
  .bfb-magnific .mfp-content {
    height: 100%;
  }
  .bfb-magnific .mfp-container {
    padding: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .block-cart-failed .block-title {
    margin: 0 1em 1em;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*="block-compare"] {
    display: none;
  }
  .sticky-product {
    padding: 5px 0;
  }
  .sticky-product .sticky-detail {
    display: none;
  }
  .mobile-sticky .sticky-product {
    padding: 70px 0 10px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #e7e7e7;
    margin-top: 0;
  }
  .cart.table-wrapper {
    border-top: 1px solid #e7e7e7;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.item,
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: none;
    white-space: nowrap;
    width: 100%;
    text-align: center;
  }
  .cart.table-wrapper .col.item:before,
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .product-item-photo {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 10px;
    min-height: auto;
  }
  .cart.table-wrapper .product-item-name + .item-options {
    margin-top: 0;
    text-align: center;
    display: inline-block;
  }
  .cart.table-wrapper .product-item-details {
    text-align: center;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .checkout-index-index .page-header .minicart-wrapper {
    display: none;
  }
  .page-header.type5 .block-search .label {
    margin-right: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 1em;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 1em;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel {
    margin-top: 0.5em;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 1em;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gift-message-summary {
    padding-right: 7rem;
  }
  .cart.table-wrapper .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\e62a';
    font-family: 'porto-icons';
    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 {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -0.25em 14px -1px -15px;
    padding: 4px 0.5em 9px 14px;
  }
  .cart.table-wrapper .action-gift._active:after {
    color: #777777;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .gift-options-cart-item + .action-towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\e62b';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #777777;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #0088cc;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #e7e7e7;
    background: #ffffff;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #777777;
    display: block;
    padding: 0.25em 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #0088cc;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 1.25em;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 2em;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #ffffff;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #e7e7e7;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .block-collapsible-nav .item {
    padding: 0 15px;
  }
  .products-grid.wishlist {
    margin-bottom: 1.5em;
    margin-right: -0.5em;
  }
  .products-grid.wishlist .product-item {
    padding: 1em 0.5em 1em 1em;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 1em;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 1em;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\e889';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #777777;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #0088cc;
  }
  .footer-bottom > .container > * {
    float: none !important;
    line-height: 35px !important;
  }
  .history .featured-box {
    margin-left: 0;
  }
  .history .thumb {
    display: none;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 1em;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 1em;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 0.5em;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages {
    margin-bottom: 1.25em;
  }
  .table-wrapper {
    border-top: 1px solid #e7e7e7;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 0.25em 0.5em;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 0.5em;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #555555;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 0.25em;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 1em;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 0.5em;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .mgz-newsletter-form-inline {
    display: block;
  }
  .mgz-newsletter-form-inline .mgz-newsletter-fields {
    display: block;
  }
  .bfb-element .bfb-element-label,
  .bfb-element .bfb-element-control {
    width: 100% !important;
    padding: 0 !important;
  }
  .bfb-element.mgz-element-bfb_starratings .review-control-vote label:before,
  .bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
    font-size: 28px;
    height: 28px;
    letter-spacing: 5px;
    line-height: 28px;
    width: 12px;
  }
  .bfb-element.bfb-element-label-align-right .bfb-element-label {
    text-align: left;
  }
  .bfb-element .bfb-element-control-inner {
    width: 100% !important;
  }
  .bfb-element.mgz-element-bfb_address .addressfield {
    margin: 0;
  }
  .bfb-element.mgz-element-bfb_address .subfield {
    width: 100%;
    padding-right: 0;
  }
  .bfb-element.mgz-element-bfb_choicematrix table thead {
    display: none;
  }
  .bfb-element.mgz-element-bfb_choicematrix table tbody > tr {
    display: block;
    margin-bottom: 10px;
  }
  .bfb-element.mgz-element-bfb_choicematrix table tbody > tr > td {
    display: block;
    text-align: left;
    background-color: #f5f5f5;
  }
  .bfb-element.mgz-element-bfb_choicematrix table tbody > tr > td.matrix-row-label-cell {
    font-weight: 600;
    background-color: #FFF;
  }
  .bfb-element.mgz-element-bfb_choicematrix table tbody label span {
    display: block;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    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;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #0088cc;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item-photo {
    width: 100%;
    padding: 0;
    display: block;
  }
  .products-list .product-item-details {
    display: block;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  /*.product-info-price {
      margin: 0 -@indent__s 0;
      width: ~"calc(100% + 2*@{indent__s})"!important;
      > *:first-child {
          padding-left: @indent__s;
      }
      > *:last-child {
          padding-right: @indent__s;
      }
  }*/
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart .field.qty {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 1rem;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    margin: 1em -15px 15px;
    padding: 1em 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #e7e7e7;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 6.5em 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 29.5px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 0.5em;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 1.5em;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\f826';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #777777;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #0088cc;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 1em;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 1rem;
    margin-bottom: 1em;
    padding-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 1.25em;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 0.25em;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px #c1c1c1 solid;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    width: auto;
    margin: 1.25em -0.5em;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 1em;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 0.5em;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table-wrapper.grouped {
    border: none;
  }
  .table.grouped > thead > tr > th {
    display: table-cell;
    border-bottom: 1px solid #e7e7e7;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #e7e7e7;
  }
  .table.grouped > tbody > tr > td {
    border: 0;
    display: table-cell;
    padding: 11px 0.5em;
  }
  .table.grouped > tbody > tr > td:last-child {
    border: 0 !important;
  }
  .table.grouped > tbody > tr > td.col.item,
  .table.grouped > tbody > tr > td.col.qty {
    padding: 8px 0 !important;
    width: 100%;
  }
  .table.grouped > tbody:last-child {
    border: none;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #0088cc;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 0.25em;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 2em;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 1.25em;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 1.25em;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 0.25em;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 0.25em;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 1em;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    float: none;
    display: block;
    margin: 0.5em 0 0;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 0.5em;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container:before,
  .order-details-items .item-options-container + .item-options-container:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .testimonial .testimonial-with-quotes blockquote p {
    padding: 0;
  }
  .testimonial .testimonial-with-quotes blockquote:before,
  .testimonial .testimonial-with-quotes blockquote:after {
    display: none !important;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .slider-title .line,
  .section-title .line {
    display: none !important;
  }
  .ajax-products {
    display: block;
  }
  .ajax-products > .category-list {
    border-right: 0;
    padding: 0;
  }
  .ajax-products > .category-list > ul > li {
    display: inline-block;
    margin-right: 20px;
  }
  .ajax-products > .category-detail {
    padding-top: 0;
    min-height: 70vh;
    padding: 0;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
    display: none;
  }
  .product-addto-links .action {
    margin-left: 0;
    margin-right: 5px;
    border-radius: 0;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #e7e7e7;
  }
  .table > tbody + tbody {
    border-top: 1px solid #e7e7e7;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .paypal-fastlane-divider span {
    background-color: #ffffff;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    color: #0088cc;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #0088cc;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #0088cc;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #0088cc;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #0088cc;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .page-products .columns {
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0.5em;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 1em 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 1.25em;
    padding-right: 1.25em;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 1.25em;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 2em;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    max-width: 278px;
    float: left;
    margin-bottom: 0;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 20px;
  }
  .review-toolbar .pages {
    padding: 20px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 20px;
  }
  .review-item {
    padding: 20px 0;
  }
  .review-title {
    margin: 0 0 20px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 50%;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item {
    position: relative;
  }
  .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span {
    padding: 18px;
    display: block;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    top: -66px;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #555;
    background: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
  }
  .weltpixel-quickview-catalog-product-view .product-info-main,
  .weltpixel_quickview-catalog_product-view .product-info-main,
  .weltpixel-quickview-catalog-product-view .product.media,
  .weltpixel_quickview-catalog_product-view .product.media {
    width: 48% !important;
    margin-bottom: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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/Orthofeet/child/en_US/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.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;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .12);
	   -moz-box-shadow: 0 0 50px rgba(0, 0, 0, .12);
	        box-shadow: 0 0 50px rgba(0, 0, 0, .12);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/Orthofeet/child/en_US/fancybox/css/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/Orthofeet/child/en_US/fancybox/css/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../frontend/Orthofeet/child/en_US/fancybox/css/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	opacity: .8;
	background: rgba(119,119,119,0.5);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../frontend/Orthofeet/child/en_US/fancybox/css/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../frontend/Orthofeet/child/en_US/fancybox/css/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.porto-icon-spin1:before { content: '\e800'; } /* '' */
.porto-icon-cancel:before { content: '\e801'; } /* '' */
.porto-icon-cancel-1:before { content: '\e802'; } /* '' */
.porto-icon-spin2:before { content: '\e803'; } /* '' */
.porto-icon-spin3:before { content: '\e804'; } /* '' */
.porto-icon-spin4:before { content: '\e805'; } /* '' */
.porto-icon-spin5:before { content: '\e806'; } /* '' */
.porto-icon-spin6:before { content: '\e807'; } /* '' */
.porto-icon-firefox:before { content: '\e808'; } /* '' */
.porto-icon-chrome:before { content: '\e809'; } /* '' */
.porto-icon-opera:before { content: '\e80a'; } /* '' */
.porto-icon-ie:before { content: '\e80b'; } /* '' */
.porto-icon-money:before { content: '\e80c'; } /* '' */
.porto-icon-cart-thick:before { content: '\e80d'; } /* '' */
.porto-icon-shipping:before { content: '\e80e'; } /* '' */
.porto-icon-support:before { content: '\e80f'; } /* '' */
.porto-icon-business-book:before { content: '\e810'; } /* '' */
.porto-icon-percent-shape:before { content: '\e811'; } /* '' */
.porto-icon-sale-label:before { content: '\e812'; } /* '' */
.porto-icon-wishlist:before { content: '\e813'; } /* '' */
.porto-icon-sale-discount:before { content: '\e814'; } /* '' */
.porto-icon-phone-call:before { content: '\e815'; } /* '' */
.porto-icon-help-circle:before { content: '\e816'; } /* '' */
.porto-icon-shipping-truck:before { content: '\e817'; } /* '' */
.porto-icon-map-location:before { content: '\e818'; } /* '' */
.porto-icon-angle-left:before { content: '\e819'; } /* '' */
.porto-icon-angle-right:before { content: '\e81a'; } /* '' */
.porto-icon-angle-up:before { content: '\e81b'; } /* '' */
.porto-icon-angle-down:before { content: '\e81c'; } /* '' */
.porto-icon-down-1:before { content: '\e81d'; } /* '' */
.porto-icon-left-1:before { content: '\e81e'; } /* '' */
.porto-icon-right-1:before { content: '\e81f'; } /* '' */
.porto-icon-up-1:before { content: '\e820'; } /* '' */
.porto-icon-angle-double-left:before { content: '\e821'; } /* '' */
.porto-icon-angle-double-right:before { content: '\e822'; } /* '' */
.porto-icon-angle-double-up:before { content: '\e823'; } /* '' */
.porto-icon-angle-double-down:before { content: '\e824'; } /* '' */
.porto-icon-pulley:before { content: '\e825'; } /* '' */
.porto-icon-check-circle-2:before { content: '\e826'; } /* '' */
.porto-icon-skype-1:before { content: '\e827'; } /* '' */
.porto-icon-wishlist-1:before { content: '\e828'; } /* '' */
.porto-icon-cart-thick-1:before { content: '\e829'; } /* '' */
.porto-icon-envelope:before { content: '\e82a'; } /* '' */
.porto-icon-user-3:before { content: '\e82b'; } /* '' */
.porto-icon-long-arrow-alt-1:before { content: '\e82c'; } /* '' */
.porto-icon-search-5:before { content: '\e82d'; } /* '' */
.porto-icon-mail-alt-1:before { content: '\e82e'; } /* '' */
.porto-icon-fax:before { content: '\e82f'; } /* '' */
.porto-icon-lock:before { content: '\e830'; } /* '' */
.porto-icon-company:before { content: '\e831'; } /* '' */
.porto-icon-city:before { content: '\e832'; } /* '' */
.porto-icon-post:before { content: '\e833'; } /* '' */
.porto-icon-country:before { content: '\e834'; } /* '' */
.porto-icon-rotate:before { content: '\e835'; } /* '' */
.porto-icon-mobile-1:before { content: '\e837'; } /* '' */
.porto-icon-forward:before { content: '\e83d'; } /* '' */
.porto-icon-cog:before { content: '\e83f'; } /* '' */
.porto-icon-cog-alt:before { content: '\e840'; } /* '' */
.porto-icon-wrench:before { content: '\e841'; } /* '' */
.porto-icon-quote-left:before { content: '\e842'; } /* '' */
.porto-icon-quote-right:before { content: '\e843'; } /* '' */
.porto-icon-gift-1:before { content: '\e844'; } /* '' */
.porto-icon-euro:before { content: '\e846'; } /* '' */
.porto-icon-pound:before { content: '\e847'; } /* '' */
.porto-icon-rupee:before { content: '\e848'; } /* '' */
.porto-icon-yen:before { content: '\e849'; } /* '' */
.porto-icon-rouble:before { content: '\e84a'; } /* '' */
.porto-icon-try:before { content: '\e84b'; } /* '' */
.porto-icon-won:before { content: '\e84c'; } /* '' */
.porto-icon-bitcoin:before { content: '\e84d'; } /* '' */
.porto-icon-ok-1:before { content: '\e84e'; } /* '' */
.porto-icon-users:before { content: '\e85b'; } /* '' */
.porto-icon-video:before { content: '\e85c'; } /* '' */
.porto-icon-desktop:before { content: '\e85e'; } /* '' */
.porto-icon-doc-inv:before { content: '\e85f'; } /* '' */
.porto-icon-circle:before { content: '\e860'; } /* '' */
.porto-icon-circle-thin:before { content: '\e862'; } /* '' */
.porto-icon-paper-plane-1:before { content: '\e864'; } /* '' */
.porto-icon-attention-alt:before { content: '\e865'; } /* '' */
.porto-icon-compare-link:before { content: '\e867'; } /* '' */
.porto-icon-cat-default:before { content: '\e868'; } /* '' */
.porto-icon-tag-line:before { content: '\e870'; } /* '' */
.porto-icon-bag:before { content: '\e871'; } /* '' */
.porto-icon-search-1:before { content: '\e872'; } /* '' */
.porto-icon-online-support:before { content: '\e877'; } /* '' */
.porto-icon-shopping-bag:before { content: '\e878'; } /* '' */
.porto-icon-us-dollar:before { content: '\e879'; } /* '' */
.porto-icon-shipped:before { content: '\e87a'; } /* '' */
.porto-icon-list:before { content: '\e87b'; } /* '' */
.porto-icon-bag-2:before { content: '\e87f'; } /* '' */
.porto-icon-grid:before { content: '\e880'; } /* '' */
.porto-icon-bag-3:before { content: '\e881'; } /* '' */
.porto-icon-direction:before { content: '\e882'; } /* '' */
.porto-icon-home:before { content: '\e883'; } /* '' */
.porto-icon-magnifier:before { content: '\e884'; } /* '' */
.porto-icon-magnifier-add:before { content: '\e885'; } /* '' */
.porto-icon-magnifier-remove:before { content: '\e886'; } /* '' */
.porto-icon-phone-1:before { content: '\e887'; } /* '' */
.porto-icon-clock-1:before { content: '\e888'; } /* '' */
.porto-icon-heart-1:before { content: '\e889'; } /* '' */
.porto-icon-earphones-alt:before { content: '\e88b'; } /* '' */
.porto-icon-credit-card:before { content: '\e88c'; } /* '' */
.porto-icon-action-undo:before { content: '\e88d'; } /* '' */
.porto-icon-envolope:before { content: '\e88e'; } /* '' */
.porto-icon-chart:before { content: '\e88f'; } /* '' */
.porto-icon-long-arrow-right:before { content: '\e897'; } /* '' */
.porto-icon-check-circle-1:before { content: '\e89c'; } /* '' */
.porto-icon-long-arrow-alt:before { content: '\e89e'; } /* '' */
.porto-icon-user-1:before { content: '\e8b9'; } /* '' */
.porto-icon-shopping-cart:before { content: '\e8ba'; } /* '' */
.porto-icon-phone-2:before { content: '\e8bb'; } /* '' */
.porto-icon-percent-circle:before { content: '\e8bf'; } /* '' */
.porto-icon-check-circle:before { content: '\e8c1'; } /* '' */
.porto-icon-password-lock:before { content: '\e8c2'; } /* '' */
.porto-icon-arrow-right-solid:before { content: '\e8c4'; } /* '' */
.porto-icon-check-solid:before { content: '\e8c5'; } /* '' */
.porto-icon-rotulo:before { content: '\e8c6'; } /* '' */
.porto-icon-comida-organica:before { content: '\e8c7'; } /* '' */
.porto-icon-estrela:before { content: '\e8c8'; } /* '' */
.porto-icon-fazer-compras:before { content: '\e8c9'; } /* '' */
.porto-icon-gluten:before { content: '\e8ca'; } /* '' */
.porto-icon-arrow-forward-right:before { content: '\e8cc'; } /* '' */
.porto-icon-category-home:before { content: '\e900'; } /* '' */
.porto-icon-category-motors:before { content: '\e901'; } /* '' */
.porto-icon-category-music:before { content: '\e902'; } /* '' */
.porto-icon-category-gifts:before { content: '\e903'; } /* '' */
.porto-icon-category-electronics:before { content: '\e904'; } /* '' */
.porto-icon-category-fashion:before { content: '\e905'; } /* '' */
.porto-icon-category-hot-deals:before { content: '\e906'; } /* '' */
.porto-icon-tag-percent:before { content: '\e907'; } /* '' */
.porto-icon-console:before { content: '\e908'; } /* '' */
.porto-icon-category-furniture:before { content: '\e909'; } /* '' */
.porto-icon-category-garden:before { content: '\e90a'; } /* '' */
.porto-icon-category-lanterns-lighting:before { content: '\e90b'; } /* '' */
.porto-icon-category-mechanics:before { content: '\e90c'; } /* '' */
.porto-icon-category-motorcycles:before { content: '\e90d'; } /* '' */
.porto-icon-category-sound-video:before { content: '\e90e'; } /* '' */
.porto-icon-category-steering:before { content: '\e90f'; } /* '' */
.porto-icon-category-external-accessories:before { content: '\e910'; } /* '' */
.porto-icon-category-fluids:before { content: '\e911'; } /* '' */
.porto-icon-category-internal-accessories:before { content: '\e912'; } /* '' */
.porto-icon-category-chains:before { content: '\e913'; } /* '' */
.porto-icon-category-frames:before { content: '\e914'; } /* '' */
.porto-icon-category-pedals:before { content: '\e915'; } /* '' */
.porto-icon-category-saddle:before { content: '\e916'; } /* '' */
.porto-icon-category-tools:before { content: '\e917'; } /* '' */
.porto-icon-search-4:before { content: '\e918'; } /* '' */
.porto-icon-secure-payment:before { content: '\e919'; } /* '' */
.porto-icon-user-2:before { content: '\e91a'; } /* '' */
.porto-icon-wishlist-2:before { content: '\e91b'; } /* '' */
.porto-icon-gift2:before { content: '\e91c'; } /* '' */
.porto-icon-edit:before { content: '\e91d'; } /* '' */
.porto-icon-chef:before { content: '\e91e'; } /* '' */
.porto-icon-smiling-girl:before { content: '\e91f'; } /* '' */
.porto-icon-tshirt:before { content: '\e920'; } /* '' */
.porto-icon-boy-broad-smile:before { content: '\e921'; } /* '' */
.porto-icon-smiling-baby:before { content: '\e922'; } /* '' */
.porto-icon-menu-button-of-three-lines-outline:before { content: '\e923'; } /* '' */
.porto-icon-callin:before { content: '\e924'; } /* '' */
.porto-icon-spinner:before { content: '\f110'; } /* '' */
.porto-icon-sliders:before { content: '\f1de'; } /* '' */
.porto-icon-shopping-basket:before { content: '\f291'; } /* '' */
.porto-icon-long-arrow-alt-down:before { content: '\f309'; } /* '' */
.porto-icon-long-arrow-alt-left:before { content: '\f30a'; } /* '' */
.porto-icon-long-arrow-alt-right:before { content: '\f30b'; } /* '' */
.porto-icon-long-arrow-alt-up:before { content: '\f30c'; } /* '' */
.porto-icon-up-open:before { content: '\f800'; } /* '' */
.porto-icon-right-open:before { content: '\f801'; } /* '' */
.porto-icon-left-open:before { content: '\f802'; } /* '' */
.porto-icon-down-open:before { content: '\f803'; } /* '' */
.porto-icon-up-open-mini:before { content: '\f804'; } /* '' */
.porto-icon-right-open-mini:before { content: '\f805'; } /* '' */
.porto-icon-left-open-mini:before { content: '\f806'; } /* '' */
.porto-icon-down-open-mini:before { content: '\f807'; } /* '' */
.porto-icon-up-open-big:before { content: '\f808'; } /* '' */
.porto-icon-right-open-big:before { content: '\f809'; } /* '' */
.porto-icon-left-open-big:before { content: '\f80a'; } /* '' */
.porto-icon-down-open-big:before { content: '\f80b'; } /* '' */
.porto-icon-up-open-huge:before { content: '\f80c'; } /* '' */
.porto-icon-right-open-huge:before { content: '\f80d'; } /* '' */
.porto-icon-left-open-huge:before { content: '\f80e'; } /* '' */
.porto-icon-down-open-huge:before { content: '\f80f'; } /* '' */
.porto-icon-basket:before { content: '\f814'; } /* '' */
.porto-icon-mini-cart:before { content: '\f815'; } /* '' */
.porto-icon-heart:before { content: '\f816'; } /* '' */
.porto-icon-search:before { content: '\f818'; } /* '' */
.porto-icon-cancel-2:before { content: '\f819'; } /* '' */
.porto-icon-cancel-mini:before { content: '\f81a'; } /* '' */
.porto-icon-up-dir:before { content: '\f820'; } /* '' */
.porto-icon-right-dir:before { content: '\f821'; } /* '' */
.porto-icon-left-dir:before { content: '\f822'; } /* '' */
.porto-icon-down-dir:before { content: '\f823'; } /* '' */
.porto-icon-phone:before { content: '\f824'; } /* '' */
.porto-icon-pencil:before { content: '\f825'; } /* '' */
.porto-icon-pencil-mini:before { content: '\f826'; } /* '' */
.porto-icon-menu:before { content: '\f827'; } /* '' */
.porto-icon-location:before { content: '\f828'; } /* '' */
.porto-icon-mail:before { content: '\f829'; } /* '' */
.porto-icon-clock:before { content: '\f82a'; } /* '' */
.porto-icon-ok:before { content: '\f82b'; } /* '' */
.porto-icon-plus-squared-alt:before { content: '\f82c'; } /* '' */
.porto-icon-minus-squared-alt:before { content: '\f82d'; } /* '' */
.porto-icon-plus-squared:before { content: '\f82e'; } /* '' */
.porto-icon-minus-squared:before { content: '\f82f'; } /* '' */
.porto-icon-truck:before { content: '\f830'; } /* '' */
.porto-icon-dollar:before { content: '\f831'; } /* '' */
.porto-icon-lifebuoy:before { content: '\f832'; } /* '' */
.porto-icon-facebook:before { content: '\f833'; } /* '' */
.porto-icon-twitter:before { content: '\f834'; } /* '' */
.porto-icon-linkedin-squared:before { content: '\f835'; } /* '' */
.porto-icon-pinterest:before { content: '\f836'; } /* '' */
.porto-icon-gplus:before { content: '\f837'; } /* '' */
.porto-icon-youtube:before { content: '\f838'; } /* '' */
.porto-icon-th:before { content: '\f839'; } /* '' */
.porto-icon-th-list:before { content: '\f83a'; } /* '' */
.porto-icon-chart-bar:before { content: '\f83b'; } /* '' */
.porto-icon-heart-empty:before { content: '\f83c'; } /* '' */
.porto-icon-instagram:before { content: '\f83d'; } /* '' */
.porto-icon-up:before { content: '\f840'; } /* '' */
.porto-icon-right:before { content: '\f841'; } /* '' */
.porto-icon-down:before { content: '\f842'; } /* '' */
.porto-icon-left:before { content: '\f843'; } /* '' */
.porto-icon-star:before { content: '\f844'; } /* '' */
.porto-icon-star-empty:before { content: '\f845'; } /* '' */
.porto-icon-ok-circled:before { content: '\f846'; } /* '' */
.porto-icon-cancel-circled:before { content: '\f847'; } /* '' */
.porto-icon-help-circled:before { content: '\f848'; } /* '' */
.porto-icon-info-circled:before { content: '\f849'; } /* '' */
.porto-icon-attention:before { content: '\f84a'; } /* '' */
.porto-icon-mobile:before { content: '\f84b'; } /* '' */
.porto-icon-mail-alt:before { content: '\f84c'; } /* '' */
.porto-icon-skype:before { content: '\f84d'; } /* '' */
.porto-icon-doc:before { content: '\f84e'; } /* '' */
.porto-icon-user:before { content: '\f850'; } /* '' */
.porto-icon-help:before { content: '\f851'; } /* '' */
.porto-icon-info:before { content: '\f852'; } /* '' */
.porto-icon-help-circled-alt:before { content: '\f853'; } /* '' */
.porto-icon-info-circled-alt:before { content: '\f854'; } /* '' */
.porto-icon-chevron-left:before { content: '\f855'; } /* '' */
.porto-icon-chevron-right:before { content: '\f856'; } /* '' */
.porto-icon-reply:before { content: '\f857'; } /* '' */
.porto-icon-paper-plane:before { content: '\f858'; } /* '' */
.porto-icon-magnify:before { content: '\f859'; } /* '' */
.porto-icon-zoom-in:before { content: '\f85a'; } /* '' */
.porto-icon-zoom-out:before { content: '\f85b'; } /* '' */
.porto-icon-chat:before { content: '\f860'; } /* '' */
.porto-icon-folder:before { content: '\f861'; } /* '' */
.porto-icon-folder-open:before { content: '\f862'; } /* '' */
.porto-icon-tag:before { content: '\f863'; } /* '' */
.porto-icon-tags:before { content: '\f864'; } /* '' */
.porto-icon-calendar:before { content: '\f865'; } /* '' */
.porto-icon-circle-empty:before { content: '\f870'; } /* '' */
.porto-icon-shirt:before { content: '\f871'; } /* '' */
.porto-icon-computer:before { content: '\f872'; } /* '' */
.porto-icon-toys:before { content: '\f873'; } /* '' */
.porto-icon-garden:before { content: '\f874'; } /* '' */
.porto-icon-couch:before { content: '\f875'; } /* '' */
.porto-icon-sports:before { content: '\f876'; } /* '' */
.porto-icon-gift:before { content: '\f877'; } /* '' */
.porto-icon-eye:before { content: '\f878'; } /* '' */
.porto-icon-export:before { content: '\f879'; } /* '' */
.porto-icon-bag-4:before { content: '\f87a'; } /* '' */
.porto-icon-search-3:before { content: '\f87b'; } /* '' */
.porto-icon-check:before { content: '\f87c'; } /* '' */
.porto-icon-check-empty:before { content: '\f87d'; } /* '' */
.porto-icon-search-2:before { content: '\f880'; } /* '' */
.porto-icon-bag-1:before { content: '\f881'; } /* '' */
.porto-icon-plus:before { content: '\f882'; } /* '' */
.porto-icon-minus:before { content: '\f883'; } /* '' */
@font-face {
  font-family: 'simple-line-icons';
  src: url('../../frontend/Orthofeet/child/en_US/simple-line-icons/fonts/Simple-Line-Icons.eot?v=2.4.0');
  src: url('../../frontend/Orthofeet/child/en_US/simple-line-icons/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../../frontend/Orthofeet/child/en_US/simple-line-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../../frontend/Orthofeet/child/en_US/simple-line-icons/fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../../frontend/Orthofeet/child/en_US/simple-line-icons/fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../../frontend/Orthofeet/child/en_US/simple-line-icons/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="Simple-Line-Icons-"], [class*=" Simple-Line-Icons-"] {
    font-family: 'Simple-Line-Icons'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}  

.Simple-Line-Icons-user:before {
  content: "\e005";
}
.Simple-Line-Icons-people:before {
  content: "\e001";
}
.Simple-Line-Icons-user-female:before {
  content: "\e000";
}
.Simple-Line-Icons-user-follow:before {
  content: "\e002";
}
.Simple-Line-Icons-user-following:before {
  content: "\e003";
}
.Simple-Line-Icons-user-unfollow:before {
  content: "\e004";
}
.Simple-Line-Icons-login:before {
  content: "\e066";
}
.Simple-Line-Icons-logout:before {
  content: "\e065";
}
.Simple-Line-Icons-emotsmile:before {
  content: "\e021";
}
.Simple-Line-Icons-phone:before {
  content: "\e600";
}
.Simple-Line-Icons-call-end:before {
  content: "\e048";
}
.Simple-Line-Icons-call-in:before {
  content: "\e047";
}
.Simple-Line-Icons-call-out:before {
  content: "\e046";
}
.Simple-Line-Icons-map:before {
  content: "\e033";
}
.Simple-Line-Icons-location-pin:before {
  content: "\e096";
}
.Simple-Line-Icons-direction:before {
  content: "\e042";
}
.Simple-Line-Icons-directions:before {
  content: "\e041";
}
.Simple-Line-Icons-compass:before {
  content: "\e045";
}
.Simple-Line-Icons-layers:before {
  content: "\e034";
}
.Simple-Line-Icons-menu:before {
  content: "\e601";
}
.Simple-Line-Icons-list:before {
  content: "\e067";
}
.Simple-Line-Icons-options-vertical:before {
  content: "\e602";
}
.Simple-Line-Icons-options:before {
  content: "\e603";
}
.Simple-Line-Icons-arrow-down:before {
  content: "\e604";
}
.Simple-Line-Icons-arrow-left:before {
  content: "\e605";
}
.Simple-Line-Icons-arrow-right:before {
  content: "\e606";
}
.Simple-Line-Icons-arrow-up:before {
  content: "\e607";
}
.Simple-Line-Icons-arrow-up-circle:before {
  content: "\e078";
}
.Simple-Line-Icons-arrow-left-circle:before {
  content: "\e07a";
}
.Simple-Line-Icons-arrow-right-circle:before {
  content: "\e079";
}
.Simple-Line-Icons-arrow-down-circle:before {
  content: "\e07b";
}
.Simple-Line-Icons-check:before {
  content: "\e080";
}
.Simple-Line-Icons-clock:before {
  content: "\e081";
}
.Simple-Line-Icons-plus:before {
  content: "\e095";
}
.Simple-Line-Icons-minus:before {
  content: "\e615";
}
.Simple-Line-Icons-close:before {
  content: "\e082";
}
.Simple-Line-Icons-event:before {
  content: "\e619";
}
.Simple-Line-Icons-exclamation:before {
  content: "\e617";
}
.Simple-Line-Icons-organization:before {
  content: "\e616";
}
.Simple-Line-Icons-trophy:before {
  content: "\e006";
}
.Simple-Line-Icons-screen-smartphone:before {
  content: "\e010";
}
.Simple-Line-Icons-screen-desktop:before {
  content: "\e011";
}
.Simple-Line-Icons-plane:before {
  content: "\e012";
}
.Simple-Line-Icons-notebook:before {
  content: "\e013";
}
.Simple-Line-Icons-mustache:before {
  content: "\e014";
}
.Simple-Line-Icons-mouse:before {
  content: "\e015";
}
.Simple-Line-Icons-magnet:before {
  content: "\e016";
}
.Simple-Line-Icons-energy:before {
  content: "\e020";
}
.Simple-Line-Icons-disc:before {
  content: "\e022";
}
.Simple-Line-Icons-cursor:before {
  content: "\e06e";
}
.Simple-Line-Icons-cursor-move:before {
  content: "\e023";
}
.Simple-Line-Icons-crop:before {
  content: "\e024";
}
.Simple-Line-Icons-chemistry:before {
  content: "\e026";
}
.Simple-Line-Icons-speedometer:before {
  content: "\e007";
}
.Simple-Line-Icons-shield:before {
  content: "\e00e";
}
.Simple-Line-Icons-screen-tablet:before {
  content: "\e00f";
}
.Simple-Line-Icons-magic-wand:before {
  content: "\e017";
}
.Simple-Line-Icons-hourglass:before {
  content: "\e018";
}
.Simple-Line-Icons-graduation:before {
  content: "\e019";
}
.Simple-Line-Icons-ghost:before {
  content: "\e01a";
}
.Simple-Line-Icons-game-controller:before {
  content: "\e01b";
}
.Simple-Line-Icons-fire:before {
  content: "\e01c";
}
.Simple-Line-Icons-eyeglass:before {
  content: "\e01d";
}
.Simple-Line-Icons-envelope-open:before {
  content: "\e01e";
}
.Simple-Line-Icons-envelope-letter:before {
  content: "\e01f";
}
.Simple-Line-Icons-bell:before {
  content: "\e027";
}
.Simple-Line-Icons-badge:before {
  content: "\e028";
}
.Simple-Line-Icons-anchor:before {
  content: "\e029";
}
.Simple-Line-Icons-wallet:before {
  content: "\e02a";
}
.Simple-Line-Icons-vector:before {
  content: "\e02b";
}
.Simple-Line-Icons-speech:before {
  content: "\e02c";
}
.Simple-Line-Icons-puzzle:before {
  content: "\e02d";
}
.Simple-Line-Icons-printer:before {
  content: "\e02e";
}
.Simple-Line-Icons-present:before {
  content: "\e02f";
}
.Simple-Line-Icons-playlist:before {
  content: "\e030";
}
.Simple-Line-Icons-pin:before {
  content: "\e031";
}
.Simple-Line-Icons-picture:before {
  content: "\e032";
}
.Simple-Line-Icons-handbag:before {
  content: "\e035";
}
.Simple-Line-Icons-globe-alt:before {
  content: "\e036";
}
.Simple-Line-Icons-globe:before {
  content: "\e037";
}
.Simple-Line-Icons-folder-alt:before {
  content: "\e039";
}
.Simple-Line-Icons-folder:before {
  content: "\e089";
}
.Simple-Line-Icons-film:before {
  content: "\e03a";
}
.Simple-Line-Icons-feed:before {
  content: "\e03b";
}
.Simple-Line-Icons-drop:before {
  content: "\e03e";
}
.Simple-Line-Icons-drawer:before {
  content: "\e03f";
}
.Simple-Line-Icons-docs:before {
  content: "\e040";
}
.Simple-Line-Icons-doc:before {
  content: "\e085";
}
.Simple-Line-Icons-diamond:before {
  content: "\e043";
}
.Simple-Line-Icons-cup:before {
  content: "\e044";
}
.Simple-Line-Icons-calculator:before {
  content: "\e049";
}
.Simple-Line-Icons-bubbles:before {
  content: "\e04a";
}
.Simple-Line-Icons-briefcase:before {
  content: "\e04b";
}
.Simple-Line-Icons-book-open:before {
  content: "\e04c";
}
.Simple-Line-Icons-basket-loaded:before {
  content: "\e04d";
}
.Simple-Line-Icons-basket:before {
  content: "\e04e";
}
.Simple-Line-Icons-bag:before {
  content: "\e04f";
}
.Simple-Line-Icons-action-undo:before {
  content: "\e050";
}
.Simple-Line-Icons-action-redo:before {
  content: "\e051";
}
.Simple-Line-Icons-wrench:before {
  content: "\e052";
}
.Simple-Line-Icons-umbrella:before {
  content: "\e053";
}
.Simple-Line-Icons-trash:before {
  content: "\e054";
}
.Simple-Line-Icons-tag:before {
  content: "\e055";
}
.Simple-Line-Icons-support:before {
  content: "\e056";
}
.Simple-Line-Icons-frame:before {
  content: "\e038";
}
.Simple-Line-Icons-size-fullscreen:before {
  content: "\e057";
}
.Simple-Line-Icons-size-actual:before {
  content: "\e058";
}
.Simple-Line-Icons-shuffle:before {
  content: "\e059";
}
.Simple-Line-Icons-share-alt:before {
  content: "\e05a";
}
.Simple-Line-Icons-share:before {
  content: "\e05b";
}
.Simple-Line-Icons-rocket:before {
  content: "\e05c";
}
.Simple-Line-Icons-question:before {
  content: "\e05d";
}
.Simple-Line-Icons-pie-chart:before {
  content: "\e05e";
}
.Simple-Line-Icons-pencil:before {
  content: "\e05f";
}
.Simple-Line-Icons-note:before {
  content: "\e060";
}
.Simple-Line-Icons-loop:before {
  content: "\e064";
}
.Simple-Line-Icons-home:before {
  content: "\e069";
}
.Simple-Line-Icons-grid:before {
  content: "\e06a";
}
.Simple-Line-Icons-graph:before {
  content: "\e06b";
}
.Simple-Line-Icons-microphone:before {
  content: "\e063";
}
.Simple-Line-Icons-music-tone-alt:before {
  content: "\e061";
}
.Simple-Line-Icons-music-tone:before {
  content: "\e062";
}
.Simple-Line-Icons-earphones-alt:before {
  content: "\e03c";
}
.Simple-Line-Icons-earphones:before {
  content: "\e03d";
}
.Simple-Line-Icons-equalizer:before {
  content: "\e06c";
}
.Simple-Line-Icons-like:before {
  content: "\e068";
}
.Simple-Line-Icons-dislike:before {
  content: "\e06d";
}
.Simple-Line-Icons-control-start:before {
  content: "\e06f";
}
.Simple-Line-Icons-control-rewind:before {
  content: "\e070";
}
.Simple-Line-Icons-control-play:before {
  content: "\e071";
}
.Simple-Line-Icons-control-pause:before {
  content: "\e072";
}
.Simple-Line-Icons-control-forward:before {
  content: "\e073";
}
.Simple-Line-Icons-control-end:before {
  content: "\e074";
}
.Simple-Line-Icons-volume-1:before {
  content: "\e09f";
}
.Simple-Line-Icons-volume-2:before {
  content: "\e0a0";
}
.Simple-Line-Icons-volume-off:before {
  content: "\e0a1";
}
.Simple-Line-Icons-calendar:before {
  content: "\e075";
}
.Simple-Line-Icons-bulb:before {
  content: "\e076";
}
.Simple-Line-Icons-chart:before {
  content: "\e077";
}
.Simple-Line-Icons-ban:before {
  content: "\e07c";
}
.Simple-Line-Icons-bubble:before {
  content: "\e07d";
}
.Simple-Line-Icons-camrecorder:before {
  content: "\e07e";
}
.Simple-Line-Icons-camera:before {
  content: "\e07f";
}
.Simple-Line-Icons-cloud-download:before {
  content: "\e083";
}
.Simple-Line-Icons-cloud-upload:before {
  content: "\e084";
}
.Simple-Line-Icons-envelope:before {
  content: "\e086";
}
.Simple-Line-Icons-eye:before {
  content: "\e087";
}
.Simple-Line-Icons-flag:before {
  content: "\e088";
}
.Simple-Line-Icons-heart:before {
  content: "\e08a";
}
.Simple-Line-Icons-info:before {
  content: "\e08b";
}
.Simple-Line-Icons-key:before {
  content: "\e08c";
}
.Simple-Line-Icons-link:before {
  content: "\e08d";
}
.Simple-Line-Icons-lock:before {
  content: "\e08e";
}
.Simple-Line-Icons-lock-open:before {
  content: "\e08f";
}
.Simple-Line-Icons-magnifier:before {
  content: "\e090";
}
.Simple-Line-Icons-magnifier-add:before {
  content: "\e091";
}
.Simple-Line-Icons-magnifier-remove:before {
  content: "\e092";
}
.Simple-Line-Icons-paper-clip:before {
  content: "\e093";
}
.Simple-Line-Icons-paper-plane:before {
  content: "\e094";
}
.Simple-Line-Icons-power:before {
  content: "\e097";
}
.Simple-Line-Icons-refresh:before {
  content: "\e098";
}
.Simple-Line-Icons-reload:before {
  content: "\e099";
}
.Simple-Line-Icons-settings:before {
  content: "\e09a";
}
.Simple-Line-Icons-star:before {
  content: "\e09b";
}
.Simple-Line-Icons-symbol-female:before {
  content: "\e09c";
}
.Simple-Line-Icons-symbol-male:before {
  content: "\e09d";
}
.Simple-Line-Icons-target:before {
  content: "\e09e";
}
.Simple-Line-Icons-credit-card:before {
  content: "\e025";
}
.Simple-Line-Icons-paypal:before {
  content: "\e608";
}
.Simple-Line-Icons-social-tumblr:before {
  content: "\e00a";
}
.Simple-Line-Icons-social-twitter:before {
  content: "\e009";
}
.Simple-Line-Icons-social-facebook:before {
  content: "\e00b";
}
.Simple-Line-Icons-social-instagram:before {
  content: "\e609";
}
.Simple-Line-Icons-social-linkedin:before {
  content: "\e60a";
}
.Simple-Line-Icons-social-pinterest:before {
  content: "\e60b";
}
.Simple-Line-Icons-social-github:before {
  content: "\e60c";
}
.Simple-Line-Icons-social-google:before {
  content: "\e60d";
}
.Simple-Line-Icons-social-reddit:before {
  content: "\e60e";
}
.Simple-Line-Icons-social-skype:before {
  content: "\e60f";
}
.Simple-Line-Icons-social-dribbble:before {
  content: "\e00d";
}
.Simple-Line-Icons-social-behance:before {
  content: "\e610";
}
.Simple-Line-Icons-social-foursqare:before {
  content: "\e611";
}
.Simple-Line-Icons-social-soundcloud:before {
  content: "\e612";
}
.Simple-Line-Icons-social-spotify:before {
  content: "\e613";
}
.Simple-Line-Icons-social-stumbleupon:before {
  content: "\e614";
}
.Simple-Line-Icons-social-youtube:before {
  content: "\e008";
}
.Simple-Line-Icons-social-dropbox:before {
  content: "\e00c";
}
.Simple-Line-Icons-social-vkontakte:before {
  content: "\e618";
}
.Simple-Line-Icons-social-steam:before {
  content: "\e620";
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@font-face{font-family:'Font Awesome 6 Brands';font-style:normal;font-weight:normal;font-display:auto;src:url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-brands-400.eot");src:url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-brands-400.woff2") format("woff2"),url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-brands-400.woff") format("woff"),url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-brands-400.ttf") format("truetype"),url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 6 Brands'}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:auto;src:url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-regular-400.eot");src:url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-regular-400.woff2") format("woff2"),url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-regular-400.woff") format("woff"),url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-regular-400.ttf") format("truetype"),url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-solid-900.eot");src:url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-solid-900.woff2") format("woff2"),url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-solid-900.woff") format("woff"),url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-solid-900.ttf") format("truetype"),url("../../frontend/Orthofeet/child/en_US/font-awesome/fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}
.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-search:before{content:"\f002"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th:before{content:"\f00a"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-cog:before{content:"\f013"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-adjust:before{content:"\f042"}.fa-play:before{content:"\f04b"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-check-circle:before{content:"\f058"}.fa-info-circle:before{content:"\f05a"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-share:before{content:"\f064"}.fa-plus:before{content:"\f067"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-comment:before{content:"\f075"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder-open:before{content:"\f07c"}.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-trophy:before{content:"\f091"}.fa-phone:before{content:"\f095"}.fa-rss:before{content:"\f09e"}.fa-globe:before{content:"\f0ac"}.fa-users:before{content:"\f0c0"}.fa-link:before{content:"\f0c1"}.fa-bars:before{content:"\f0c9"}.fa-truck:before{content:"\f0d1"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-envelope:before{content:"\f0e0"}.fa-bolt:before{content:"\f0e7"}.fa-coffee:before{content:"\f0f4"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.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-spinner:before{content:"\f110"}.fa-code:before{content:"\f121"}.fa-location-arrow:before{content:"\f124"}.fa-exclamation:before{content:"\f12a"}.fa-puzzle-piece:before{content:"\f12e"}.fa-rocket:before{content:"\f135"}.fa-bullseye:before{content:"\f140"}.fa-dollar-sign:before{content:"\f155"}.fa-file:before{content:"\f15b"}.fa-thumbs-up:before{content:"\f164"}.fa-paper-plane:before{content:"\f1d8"}.fa-share-alt:before{content:"\f1e0"}.fa-paint-brush:before{content:"\f1fc"}.fa-user-plus:before{content:"\f234"}.fa-sync-alt:before{content:"\f2f1"}.fa-pencil-alt:before{content:"\f303"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-external-link-alt:before{content:"\f35d"}.fa-cloud-download-alt:before{content:"\f381"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-mobile-alt:before{content:"\f3cd"}.fa-reply:before{content:"\f3e5"}.fa-tablet-alt:before{content:"\f3fa"}.fa-filter:before{content:"\f0b0"}.fa-music:before{content:"\f001"}.fa-quote-left:before{content:"\f10d"}.fa-camera-retro:before{content:"\f083"}.fa-file-alt:before{content:"\f15c"}.fa-times-circle:before{content:"\f057"}.fa-plus-square:before{content:"\f0fe"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-down:before{content:"\f0d7"}.fa-minus:before{content:"\f068"}.fa-sliders-h:before{content:"\f1de"}.fa-clock:before{content:"\f017"}.fa-image:before{content:"\f03e"}.fa-edit:before{content:"\f044"}.fa-calendar-alt:before{content:"\f073"}.fa-folder:before{content:"\f07b"}.fa-chart-bar:before{content:"\f080"}.fa-bell:before{content:"\f0f3"}.fa-circle:before{content:"\f111"}.fa-calendar:before{content:"\f133"}.fa-dot-circle:before{content:"\f192"}.fa-life-ring:before{content:"\f1cd"}.fa-object-group:before{content:"\f247"}.fa-check-square:before{content:"\f14a"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-linkedin:before{content:"\f08c"}.fa-twitter:before{content:"\f099"}.fa-x-twitter:before{content:"\e61b"}.fa-pinterest:before{content:"\f0d2"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus-g:before{content:"\f0d5"}.fa-linkedin-in:before{content:"\f0e1"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-tumblr:before{content:"\f173"}.fa-skype:before{content:"\f17e"}.fa-vk:before{content:"\f189"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-yelp:before{content:"\f1e9"}.fa-whatsapp:before{content:"\f232"}.fa-vimeo-v:before{content:"\f27d"}.fa-facebook-f:before{content:"\f39e"}.fa-telegram-plane:before{content:"\f3fe"}.fa-youtube-square:before{content:"\f431"}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
@font-face {
  font-family: 'Magento-Icons';
  src: url('../../frontend/Orthofeet/child/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot');
  src: url('../../frontend/Orthofeet/child/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Orthofeet/child/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff2') format('woff2'), url('../../frontend/Orthofeet/child/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff') format('woff'), url('../../frontend/Orthofeet/child/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.ttf') format('truetype'), url('../../frontend/Orthofeet/child/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.svg#Magento-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin-right: 1.5rem;
  position: relative;
  width: 1em;
}
.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: .72s;
  -moz-animation-duration: .72s;
  -ms-animation-duration: .72s;
  animation-duration: .72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
  background-color: #fff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: .5em;
  position: absolute;
  width: 1em;
}
.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);
}
.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);
}
.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);
}
.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);
}
.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);
}
.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);
}
.spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.81s;
  -moz-animation-delay: 0.81s;
  -ms-animation-delay: 0.81s;
  animation-delay: 0.81s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.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: #fff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
form.loading .mgz__spinner {
  display: block;
}
.mgz__spinner {
  display: none;
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: 45%;
  top: 15px;
}
.mgz__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  -o-animation-duration: 0.645s;
  -ms-animation-duration: 0.645s;
  -webkit-animation-duration: 0.645s;
  -moz-animation-duration: 0.645s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.mgz__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}
.mgz__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}
.mgz__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}
.mgz__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}
.mgz__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}
.mgz__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}
.mgz__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}
.mgz__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
  -o-animation-delay: 0.7115s;
  -ms-animation-delay: 0.7115s;
  -webkit-animation-delay: 0.7115s;
  -moz-animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.mgz__page-actions.page-main-actions {
  margin: 0 0 3rem;
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 1.5rem;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
  float: right;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
  background-color: transparent;
  text-shadow: none;
  color: #41362f;
  font-size: 1.6rem;
  letter-spacing: .025em;
  padding-bottom: .8875em;
  padding-top: .8875em;
  border-color: transparent;
  box-shadow: none;
  margin-left: 1.3rem;
  font-weight: 600;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  background-color: #eb5202;
  border-color: #eb5202;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary:hover {
  background-color: #ba4000;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #007bdb;
  color: #fff;
  text-decoration: none;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #fff;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary:hover {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons > button.back {
  float: left;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  margin-left: 1.3rem;
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    display: block;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.back {
    margin: 0;
  }
}
.mgz__page-actions.page-main-actions .page-actions:before,
.mgz__page-actions.page-main-actions .page-actions:after {
  content: '';
  display: table;
  clear: both;
}
.mgz__page-actions.page-main-actions .page-actions #back:before {
  content: '\e626';
  margin-right: .5em;
  position: relative;
  top: 1px;
  font-family: 'Magento-Icons';
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    text-align: center;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
    margin-left: 0;
  }
}
.sidebar {
  max-width: 100%;
}
.product-info-main .product-info-stock-sku {
    display: none;
}/**
 * 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
 */

/* SearchBox */
.ais-SearchBox-submit, .ais-SearchBox-reset {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
}

.ais-SearchBox-submit:hover, .ais-SearchBox-submit:focus {
    background: transparent;
    border: none;
}

.ais-SearchBox-form {
    position: relative;
}


button.ais-SearchBox-reset:focus,
button.ais-SearchBox-reset:active,
button.ais-SearchBox-reset:hover {
    border: 0;
    background: transparent;
}

input.ais-SearchBox-input {
    padding-right: 2em;
}

.mpsearch-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mpsearch-list-item {
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.mpsearch-list-item:last-child {
    border-bottom: none;
}

.mpsearch-list-item:hover {
    background-color: #eef3d6;
}

.mpsearch-list-item .result-wrapper a {
    text-decoration: none;
}


.result-wrapper .result-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    margin: 0.5rem;
}

.result-wrapper .before_special {
    color: #aaaaaa;
    text-decoration: line-through;
    font-size: 12px;
}

.result-wrapper .text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.no-results {
    padding: 1em 0;
    text-align: center;
}


.autocomplete-suggestions {
    position: absolute;
    width: 100%;
    z-index: 999;
}

@media all and (min-width: 769px), print {
    .autocomplete-suggestions {
        position: absolute;
        width: 99.5%;
        z-index: 999;
    }
}

@media all and (max-width: 600px), print {
    .minisearch .search-category {
        top: 66% !important;
        right: 0 !important;
    }
}

@media all and (min-width: 600px), print {
    .algolia-search-block {
        position: relative;
        float: right;
    }

    .algolia-search-block {
        width: 374px;
    }

}

.algolia-search-block {
    position: relative;
    /*float: right;*/
}


.autocomplete-suggestions .result-content {
    display: flex;
}

.autocomplete-suggestions .result-content .result-sub-content {
    display: grid;
    align-items: center;
    justify-content: center;
}

.autocomplete-suggestions .result-content .result-sub-content .name {
    font-size: 1.2em;
}

.autocomplete-suggestions .result-content .result-sub-content .name mark {
    font-weight: bold;
    background: none;
}

.autocomplete-suggestions .result-content .result-sub-content .product-line.product-price {
    text-align: left;
    color: black;
}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit;box-shadow: none;}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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/Orthofeet/child/en_US/Magezon_Core/css/owlcarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-carousel .owl-dots,.owl-carousel .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-carousel .owl-nav{margin-top:10px}.owl-carousel .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-carousel .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-carousel .owl-nav .disabled{opacity:.5;cursor:default}.owl-carousel .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-carousel .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-carousel .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span{background:#869791}@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.mgz-fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.mgz-fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.mgz-fa-xs {
  font-size: 0.75em;
}
.mgz-fa-sm {
  font-size: 0.875em;
}
.mgz-fa-1x {
  font-size: 1em;
}
.mgz-fa-2x {
  font-size: 2em;
}
.mgz-fa-3x {
  font-size: 3em;
}
.mgz-fa-4x {
  font-size: 4em;
}
.mgz-fa-5x {
  font-size: 5em;
}
.mgz-fa-6x {
  font-size: 6em;
}
.mgz-fa-7x {
  font-size: 7em;
}
.mgz-fa-8x {
  font-size: 8em;
}
.mgz-fa-9x {
  font-size: 9em;
}
.mgz-fa-10x {
  font-size: 10em;
}
.mgz-fa-fw {
  text-align: center;
  width: 1.25em;
}
.mgz-fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.mgz-fa-ul > li {
  position: relative;
}
.mgz-fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.mgz-fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.mgz-fa-pull-left {
  float: left;
}
.mgz-fa-pull-right {
  float: right;
}
.mgz-fa.mgz-fa-pull-left,
.fas.mgz-fa-pull-left,
.far.mgz-fa-pull-left,
.fal.mgz-fa-pull-left,
.fab.mgz-fa-pull-left {
  margin-right: 0.3em;
}
.mgz-fa.mgz-fa-pull-right,
.fas.mgz-fa-pull-right,
.far.mgz-fa-pull-right,
.fal.mgz-fa-pull-right,
.fab.mgz-fa-pull-right {
  margin-left: 0.3em;
}
.mgz-fa-spin {
  animation: fa-spin 2s infinite linear;
}
.mgz-fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mgz-fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.mgz-fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.mgz-fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.mgz-fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.mgz-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.mgz-fa-flip-both,
.mgz-fa-flip-horizontal.mgz-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .mgz-fa-rotate-90,
:root .mgz-fa-rotate-180,
:root .mgz-fa-rotate-270,
:root .mgz-fa-flip-horizontal,
:root .mgz-fa-flip-vertical,
:root .mgz-fa-flip-both {
  filter: none;
}
.mgz-fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.mgz-fa-stack-1x,
.mgz-fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.mgz-fa-stack-1x {
  line-height: inherit;
}
.mgz-fa-stack-2x {
  font-size: 2em;
}
.mgz-fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.mgz-fa-500px:before {
  content: "\f26e";
}
.mgz-fa-accessible-icon:before {
  content: "\f368";
}
.mgz-fa-accusoft:before {
  content: "\f369";
}
.mgz-fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.mgz-fa-ad:before {
  content: "\f641";
}
.mgz-fa-address-book:before {
  content: "\f2b9";
}
.mgz-fa-address-card:before {
  content: "\f2bb";
}
.mgz-fa-adjust:before {
  content: "\f042";
}
.mgz-fa-adn:before {
  content: "\f170";
}
.mgz-fa-adobe:before {
  content: "\f778";
}
.mgz-fa-adversal:before {
  content: "\f36a";
}
.mgz-fa-affiliatetheme:before {
  content: "\f36b";
}
.mgz-fa-air-freshener:before {
  content: "\f5d0";
}
.mgz-fa-airbnb:before {
  content: "\f834";
}
.mgz-fa-algolia:before {
  content: "\f36c";
}
.mgz-fa-align-center:before {
  content: "\f037";
}
.mgz-fa-align-justify:before {
  content: "\f039";
}
.mgz-fa-align-left:before {
  content: "\f036";
}
.mgz-fa-align-right:before {
  content: "\f038";
}
.mgz-fa-alipay:before {
  content: "\f642";
}
.mgz-fa-allergies:before {
  content: "\f461";
}
.mgz-fa-amazon:before {
  content: "\f270";
}
.mgz-fa-amazon-pay:before {
  content: "\f42c";
}
.mgz-fa-ambulance:before {
  content: "\f0f9";
}
.mgz-fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.mgz-fa-amilia:before {
  content: "\f36d";
}
.mgz-fa-anchor:before {
  content: "\f13d";
}
.mgz-fa-android:before {
  content: "\f17b";
}
.mgz-fa-angellist:before {
  content: "\f209";
}
.mgz-fa-angle-double-down:before {
  content: "\f103";
}
.mgz-fa-angle-double-left:before {
  content: "\f100";
}
.mgz-fa-angle-double-right:before {
  content: "\f101";
}
.mgz-fa-angle-double-up:before {
  content: "\f102";
}
.mgz-fa-angle-down:before {
  content: "\f107";
}
.mgz-fa-angle-left:before {
  content: "\f104";
}
.mgz-fa-angle-right:before {
  content: "\f105";
}
.mgz-fa-angle-up:before {
  content: "\f106";
}
.mgz-fa-angry:before {
  content: "\f556";
}
.mgz-fa-angrycreative:before {
  content: "\f36e";
}
.mgz-fa-angular:before {
  content: "\f420";
}
.mgz-fa-ankh:before {
  content: "\f644";
}
.mgz-fa-app-store:before {
  content: "\f36f";
}
.mgz-fa-app-store-ios:before {
  content: "\f370";
}
.mgz-fa-apper:before {
  content: "\f371";
}
.mgz-fa-apple:before {
  content: "\f179";
}
.mgz-fa-apple-alt:before {
  content: "\f5d1";
}
.mgz-fa-apple-pay:before {
  content: "\f415";
}
.mgz-fa-archive:before {
  content: "\f187";
}
.mgz-fa-archway:before {
  content: "\f557";
}
.mgz-fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.mgz-fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.mgz-fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.mgz-fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.mgz-fa-arrow-circle-down:before {
  content: "\f0ab";
}
.mgz-fa-arrow-circle-left:before {
  content: "\f0a8";
}
.mgz-fa-arrow-circle-right:before {
  content: "\f0a9";
}
.mgz-fa-arrow-circle-up:before {
  content: "\f0aa";
}
.mgz-fa-arrow-down:before {
  content: "\f063";
}
.mgz-fa-arrow-left:before {
  content: "\f060";
}
.mgz-fa-arrow-right:before {
  content: "\f061";
}
.mgz-fa-arrow-up:before {
  content: "\f062";
}
.mgz-fa-arrows-alt:before {
  content: "\f0b2";
}
.mgz-fa-arrows-alt-h:before {
  content: "\f337";
}
.mgz-fa-arrows-alt-v:before {
  content: "\f338";
}
.mgz-fa-artstation:before {
  content: "\f77a";
}
.mgz-fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.mgz-fa-asterisk:before {
  content: "\f069";
}
.mgz-fa-asymmetrik:before {
  content: "\f372";
}
.mgz-fa-at:before {
  content: "\f1fa";
}
.mgz-fa-atlas:before {
  content: "\f558";
}
.mgz-fa-atlassian:before {
  content: "\f77b";
}
.mgz-fa-atom:before {
  content: "\f5d2";
}
.mgz-fa-audible:before {
  content: "\f373";
}
.mgz-fa-audio-description:before {
  content: "\f29e";
}
.mgz-fa-autoprefixer:before {
  content: "\f41c";
}
.mgz-fa-avianex:before {
  content: "\f374";
}
.mgz-fa-aviato:before {
  content: "\f421";
}
.mgz-fa-award:before {
  content: "\f559";
}
.mgz-fa-aws:before {
  content: "\f375";
}
.mgz-fa-baby:before {
  content: "\f77c";
}
.mgz-fa-baby-carriage:before {
  content: "\f77d";
}
.mgz-fa-backspace:before {
  content: "\f55a";
}
.mgz-fa-backward:before {
  content: "\f04a";
}
.mgz-fa-bacon:before {
  content: "\f7e5";
}
.mgz-fa-balance-scale:before {
  content: "\f24e";
}
.mgz-fa-ban:before {
  content: "\f05e";
}
.mgz-fa-band-aid:before {
  content: "\f462";
}
.mgz-fa-bandcamp:before {
  content: "\f2d5";
}
.mgz-fa-barcode:before {
  content: "\f02a";
}
.mgz-fa-bars:before {
  content: "\f0c9";
}
.mgz-fa-baseball-ball:before {
  content: "\f433";
}
.mgz-fa-basketball-ball:before {
  content: "\f434";
}
.mgz-fa-bath:before {
  content: "\f2cd";
}
.mgz-fa-battery-empty:before {
  content: "\f244";
}
.mgz-fa-battery-full:before {
  content: "\f240";
}
.mgz-fa-battery-half:before {
  content: "\f242";
}
.mgz-fa-battery-quarter:before {
  content: "\f243";
}
.mgz-fa-battery-three-quarters:before {
  content: "\f241";
}
.mgz-fa-battle-net:before {
  content: "\f835";
}
.mgz-fa-bed:before {
  content: "\f236";
}
.mgz-fa-beer:before {
  content: "\f0fc";
}
.mgz-fa-behance:before {
  content: "\f1b4";
}
.mgz-fa-behance-square:before {
  content: "\f1b5";
}
.mgz-fa-whatsapp:before {
  content: "\f232";
}
.mgz-fa-bell:before {
  content: "\f0f3";
}
.mgz-fa-bell-slash:before {
  content: "\f1f6";
}
.mgz-fa-bezier-curve:before {
  content: "\f55b";
}
.mgz-fa-bible:before {
  content: "\f647";
}
.mgz-fa-bicycle:before {
  content: "\f206";
}
.mgz-fa-bimobject:before {
  content: "\f378";
}
.mgz-fa-binoculars:before {
  content: "\f1e5";
}
.mgz-fa-biohazard:before {
  content: "\f780";
}
.mgz-fa-birthday-cake:before {
  content: "\f1fd";
}
.mgz-fa-bitbucket:before {
  content: "\f171";
}
.mgz-fa-bitcoin:before {
  content: "\f379";
}
.mgz-fa-bity:before {
  content: "\f37a";
}
.mgz-fa-black-tie:before {
  content: "\f27e";
}
.mgz-fa-blackberry:before {
  content: "\f37b";
}
.mgz-fa-blender:before {
  content: "\f517";
}
.mgz-fa-blender-phone:before {
  content: "\f6b6";
}
.mgz-fa-blind:before {
  content: "\f29d";
}
.mgz-fa-blog:before {
  content: "\f781";
}
.mgz-fa-blogger:before {
  content: "\f37c";
}
.mgz-fa-blogger-b:before {
  content: "\f37d";
}
.mgz-fa-bluetooth:before {
  content: "\f293";
}
.mgz-fa-bluetooth-b:before {
  content: "\f294";
}
.mgz-fa-bold:before {
  content: "\f032";
}
.mgz-fa-bolt:before {
  content: "\f0e7";
}
.mgz-fa-bomb:before {
  content: "\f1e2";
}
.mgz-fa-bone:before {
  content: "\f5d7";
}
.mgz-fa-bong:before {
  content: "\f55c";
}
.mgz-fa-book:before {
  content: "\f02d";
}
.mgz-fa-book-dead:before {
  content: "\f6b7";
}
.mgz-fa-book-medical:before {
  content: "\f7e6";
}
.mgz-fa-book-open:before {
  content: "\f518";
}
.mgz-fa-book-reader:before {
  content: "\f5da";
}
.mgz-fa-bookmark:before {
  content: "\f02e";
}
.mgz-fa-bootstrap:before {
  content: "\f836";
}
.mgz-fa-bowling-ball:before {
  content: "\f436";
}
.mgz-fa-box:before {
  content: "\f466";
}
.mgz-fa-box-open:before {
  content: "\f49e";
}
.mgz-fa-boxes:before {
  content: "\f468";
}
.mgz-fa-braille:before {
  content: "\f2a1";
}
.mgz-fa-brain:before {
  content: "\f5dc";
}
.mgz-fa-bread-slice:before {
  content: "\f7ec";
}
.mgz-fa-briefcase:before {
  content: "\f0b1";
}
.mgz-fa-briefcase-medical:before {
  content: "\f469";
}
.mgz-fa-broadcast-tower:before {
  content: "\f519";
}
.mgz-fa-broom:before {
  content: "\f51a";
}
.mgz-fa-brush:before {
  content: "\f55d";
}
.mgz-fa-btc:before {
  content: "\f15a";
}
.mgz-fa-buffer:before {
  content: "\f837";
}
.mgz-fa-bug:before {
  content: "\f188";
}
.mgz-fa-building:before {
  content: "\f1ad";
}
.mgz-fa-bullhorn:before {
  content: "\f0a1";
}
.mgz-fa-bullseye:before {
  content: "\f140";
}
.mgz-fa-burn:before {
  content: "\f46a";
}
.mgz-fa-buromobelexperte:before {
  content: "\f37f";
}
.mgz-fa-bus:before {
  content: "\f207";
}
.mgz-fa-bus-alt:before {
  content: "\f55e";
}
.mgz-fa-business-time:before {
  content: "\f64a";
}
.mgz-fa-buysellads:before {
  content: "\f20d";
}
.mgz-fa-calculator:before {
  content: "\f1ec";
}
.mgz-fa-calendar:before {
  content: "\f133";
}
.mgz-fa-calendar-alt:before {
  content: "\f073";
}
.mgz-fa-calendar-check:before {
  content: "\f274";
}
.mgz-fa-calendar-day:before {
  content: "\f783";
}
.mgz-fa-calendar-minus:before {
  content: "\f272";
}
.mgz-fa-calendar-plus:before {
  content: "\f271";
}
.mgz-fa-calendar-times:before {
  content: "\f273";
}
.mgz-fa-calendar-week:before {
  content: "\f784";
}
.mgz-fa-camera:before {
  content: "\f030";
}
.mgz-fa-camera-retro:before {
  content: "\f083";
}
.mgz-fa-campground:before {
  content: "\f6bb";
}
.mgz-fa-canadian-maple-leaf:before {
  content: "\f785";
}
.mgz-fa-candy-cane:before {
  content: "\f786";
}
.mgz-fa-cannabis:before {
  content: "\f55f";
}
.mgz-fa-capsules:before {
  content: "\f46b";
}
.mgz-fa-car:before {
  content: "\f1b9";
}
.mgz-fa-car-alt:before {
  content: "\f5de";
}
.mgz-fa-car-battery:before {
  content: "\f5df";
}
.mgz-fa-car-crash:before {
  content: "\f5e1";
}
.mgz-fa-car-side:before {
  content: "\f5e4";
}
.mgz-fa-caret-down:before {
  content: "\f0d7";
}
.mgz-fa-caret-left:before {
  content: "\f0d9";
}
.mgz-fa-caret-right:before {
  content: "\f0da";
}
.mgz-fa-caret-square-down:before {
  content: "\f150";
}
.mgz-fa-caret-square-left:before {
  content: "\f191";
}
.mgz-fa-caret-square-right:before {
  content: "\f152";
}
.mgz-fa-caret-square-up:before {
  content: "\f151";
}
.mgz-fa-caret-up:before {
  content: "\f0d8";
}
.mgz-fa-carrot:before {
  content: "\f787";
}
.mgz-fa-cart-arrow-down:before {
  content: "\f218";
}
.mgz-fa-cart-plus:before {
  content: "\f217";
}
.mgz-fa-cash-register:before {
  content: "\f788";
}
.mgz-fa-cat:before {
  content: "\f6be";
}
.mgz-fa-cc-amazon-pay:before {
  content: "\f42d";
}
.mgz-fa-cc-amex:before {
  content: "\f1f3";
}
.mgz-fa-cc-apple-pay:before {
  content: "\f416";
}
.mgz-fa-cc-diners-club:before {
  content: "\f24c";
}
.mgz-fa-cc-discover:before {
  content: "\f1f2";
}
.mgz-fa-cc-jcb:before {
  content: "\f24b";
}
.mgz-fa-cc-mastercard:before {
  content: "\f1f1";
}
.mgz-fa-cc-paypal:before {
  content: "\f1f4";
}
.mgz-fa-cc-stripe:before {
  content: "\f1f5";
}
.mgz-fa-cc-visa:before {
  content: "\f1f0";
}
.mgz-fa-centercode:before {
  content: "\f380";
}
.mgz-fa-centos:before {
  content: "\f789";
}
.mgz-fa-certificate:before {
  content: "\f0a3";
}
.mgz-fa-chair:before {
  content: "\f6c0";
}
.mgz-fa-chalkboard:before {
  content: "\f51b";
}
.mgz-fa-chalkboard-teacher:before {
  content: "\f51c";
}
.mgz-fa-charging-station:before {
  content: "\f5e7";
}
.mgz-fa-chart-area:before {
  content: "\f1fe";
}
.mgz-fa-chart-bar:before {
  content: "\f080";
}
.mgz-fa-chart-line:before {
  content: "\f201";
}
.mgz-fa-chart-pie:before {
  content: "\f200";
}
.mgz-fa-check:before {
  content: "\f00c";
}
.mgz-fa-check-circle:before {
  content: "\f058";
}
.mgz-fa-check-double:before {
  content: "\f560";
}
.mgz-fa-check-square:before {
  content: "\f14a";
}
.mgz-fa-cheese:before {
  content: "\f7ef";
}
.mgz-fa-chess:before {
  content: "\f439";
}
.mgz-fa-chess-bishop:before {
  content: "\f43a";
}
.mgz-fa-chess-board:before {
  content: "\f43c";
}
.mgz-fa-chess-king:before {
  content: "\f43f";
}
.mgz-fa-chess-knight:before {
  content: "\f441";
}
.mgz-fa-chess-pawn:before {
  content: "\f443";
}
.mgz-fa-chess-queen:before {
  content: "\f445";
}
.mgz-fa-chess-rook:before {
  content: "\f447";
}
.mgz-fa-chevron-circle-down:before {
  content: "\f13a";
}
.mgz-fa-chevron-circle-left:before {
  content: "\f137";
}
.mgz-fa-chevron-circle-right:before {
  content: "\f138";
}
.mgz-fa-chevron-circle-up:before {
  content: "\f139";
}
.mgz-fa-chevron-down:before {
  content: "\f078";
}
.mgz-fa-chevron-left:before {
  content: "\f053";
}
.mgz-fa-chevron-right:before {
  content: "\f054";
}
.mgz-fa-chevron-up:before {
  content: "\f077";
}
.mgz-fa-child:before {
  content: "\f1ae";
}
.mgz-fa-chrome:before {
  content: "\f268";
}
.mgz-fa-chromecast:before {
  content: "\f838";
}
.mgz-fa-church:before {
  content: "\f51d";
}
.mgz-fa-circle:before {
  content: "\f111";
}
.mgz-fa-circle-notch:before {
  content: "\f1ce";
}
.mgz-fa-city:before {
  content: "\f64f";
}
.mgz-fa-clinic-medical:before {
  content: "\f7f2";
}
.mgz-fa-clipboard:before {
  content: "\f328";
}
.mgz-fa-clipboard-check:before {
  content: "\f46c";
}
.mgz-fa-clipboard-list:before {
  content: "\f46d";
}
.mgz-fa-clock:before {
  content: "\f017";
}
.mgz-fa-clone:before {
  content: "\f24d";
}
.mgz-fa-closed-captioning:before {
  content: "\f20a";
}
.mgz-fa-cloud:before {
  content: "\f0c2";
}
.mgz-fa-cloud-download-alt:before {
  content: "\f381";
}
.mgz-fa-cloud-meatball:before {
  content: "\f73b";
}
.mgz-fa-cloud-moon:before {
  content: "\f6c3";
}
.mgz-fa-cloud-moon-rain:before {
  content: "\f73c";
}
.mgz-fa-cloud-rain:before {
  content: "\f73d";
}
.mgz-fa-cloud-showers-heavy:before {
  content: "\f740";
}
.mgz-fa-cloud-sun:before {
  content: "\f6c4";
}
.mgz-fa-cloud-sun-rain:before {
  content: "\f743";
}
.mgz-fa-cloud-upload-alt:before {
  content: "\f382";
}
.mgz-fa-cloudscale:before {
  content: "\f383";
}
.mgz-fa-cloudsmith:before {
  content: "\f384";
}
.mgz-fa-cloudversify:before {
  content: "\f385";
}
.mgz-fa-cocktail:before {
  content: "\f561";
}
.mgz-fa-code:before {
  content: "\f121";
}
.mgz-fa-code-branch:before {
  content: "\f126";
}
.mgz-fa-codepen:before {
  content: "\f1cb";
}
.mgz-fa-codiepie:before {
  content: "\f284";
}
.mgz-fa-coffee:before {
  content: "\f0f4";
}
.mgz-fa-cog:before {
  content: "\f013";
}
.mgz-fa-cogs:before {
  content: "\f085";
}
.mgz-fa-coins:before {
  content: "\f51e";
}
.mgz-fa-columns:before {
  content: "\f0db";
}
.mgz-fa-comment:before {
  content: "\f075";
}
.mgz-fa-comment-alt:before {
  content: "\f27a";
}
.mgz-fa-comment-dollar:before {
  content: "\f651";
}
.mgz-fa-comment-dots:before {
  content: "\f4ad";
}
.mgz-fa-comment-medical:before {
  content: "\f7f5";
}
.mgz-fa-comment-slash:before {
  content: "\f4b3";
}
.mgz-fa-comments:before {
  content: "\f086";
}
.mgz-fa-comments-dollar:before {
  content: "\f653";
}
.mgz-fa-compact-disc:before {
  content: "\f51f";
}
.mgz-fa-compass:before {
  content: "\f14e";
}
.mgz-fa-compress:before {
  content: "\f066";
}
.mgz-fa-compress-arrows-alt:before {
  content: "\f78c";
}
.mgz-fa-concierge-bell:before {
  content: "\f562";
}
.mgz-fa-confluence:before {
  content: "\f78d";
}
.mgz-fa-connectdevelop:before {
  content: "\f20e";
}
.mgz-fa-contao:before {
  content: "\f26d";
}
.mgz-fa-cookie:before {
  content: "\f563";
}
.mgz-fa-cookie-bite:before {
  content: "\f564";
}
.mgz-fa-copy:before {
  content: "\f0c5";
}
.mgz-fa-copyright:before {
  content: "\f1f9";
}
.mgz-fa-couch:before {
  content: "\f4b8";
}
.mgz-fa-cpanel:before {
  content: "\f388";
}
.mgz-fa-creative-commons:before {
  content: "\f25e";
}
.mgz-fa-creative-commons-by:before {
  content: "\f4e7";
}
.mgz-fa-creative-commons-nc:before {
  content: "\f4e8";
}
.mgz-fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.mgz-fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.mgz-fa-creative-commons-nd:before {
  content: "\f4eb";
}
.mgz-fa-creative-commons-pd:before {
  content: "\f4ec";
}
.mgz-fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.mgz-fa-creative-commons-remix:before {
  content: "\f4ee";
}
.mgz-fa-creative-commons-sa:before {
  content: "\f4ef";
}
.mgz-fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.mgz-fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.mgz-fa-creative-commons-share:before {
  content: "\f4f2";
}
.mgz-fa-creative-commons-zero:before {
  content: "\f4f3";
}
.mgz-fa-credit-card:before {
  content: "\f09d";
}
.mgz-fa-critical-role:before {
  content: "\f6c9";
}
.mgz-fa-crop:before {
  content: "\f125";
}
.mgz-fa-crop-alt:before {
  content: "\f565";
}
.mgz-fa-cross:before {
  content: "\f654";
}
.mgz-fa-crosshairs:before {
  content: "\f05b";
}
.mgz-fa-crow:before {
  content: "\f520";
}
.mgz-fa-crown:before {
  content: "\f521";
}
.mgz-fa-crutch:before {
  content: "\f7f7";
}
.mgz-fa-css3:before {
  content: "\f13c";
}
.mgz-fa-css3-alt:before {
  content: "\f38b";
}
.mgz-fa-cube:before {
  content: "\f1b2";
}
.mgz-fa-cubes:before {
  content: "\f1b3";
}
.mgz-fa-cut:before {
  content: "\f0c4";
}
.mgz-fa-cuttlefish:before {
  content: "\f38c";
}
.mgz-fa-d-and-d:before {
  content: "\f38d";
}
.mgz-fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.mgz-fa-dashcube:before {
  content: "\f210";
}
.mgz-fa-database:before {
  content: "\f1c0";
}
.mgz-fa-deaf:before {
  content: "\f2a4";
}
.mgz-fa-delicious:before {
  content: "\f1a5";
}
.mgz-fa-democrat:before {
  content: "\f747";
}
.mgz-fa-deploydog:before {
  content: "\f38e";
}
.mgz-fa-deskpro:before {
  content: "\f38f";
}
.mgz-fa-desktop:before {
  content: "\f108";
}
.mgz-fa-dev:before {
  content: "\f6cc";
}
.mgz-fa-deviantart:before {
  content: "\f1bd";
}
.mgz-fa-dharmachakra:before {
  content: "\f655";
}
.mgz-fa-dhl:before {
  content: "\f790";
}
.mgz-fa-diagnoses:before {
  content: "\f470";
}
.mgz-fa-diaspora:before {
  content: "\f791";
}
.mgz-fa-dice:before {
  content: "\f522";
}
.mgz-fa-dice-d20:before {
  content: "\f6cf";
}
.mgz-fa-dice-d6:before {
  content: "\f6d1";
}
.mgz-fa-dice-five:before {
  content: "\f523";
}
.mgz-fa-dice-four:before {
  content: "\f524";
}
.mgz-fa-dice-one:before {
  content: "\f525";
}
.mgz-fa-dice-six:before {
  content: "\f526";
}
.mgz-fa-dice-three:before {
  content: "\f527";
}
.mgz-fa-dice-two:before {
  content: "\f528";
}
.mgz-fa-digg:before {
  content: "\f1a6";
}
.mgz-fa-digital-ocean:before {
  content: "\f391";
}
.mgz-fa-digital-tachograph:before {
  content: "\f566";
}
.mgz-fa-directions:before {
  content: "\f5eb";
}
.mgz-fa-discord:before {
  content: "\f392";
}
.mgz-fa-discourse:before {
  content: "\f393";
}
.mgz-fa-divide:before {
  content: "\f529";
}
.mgz-fa-dizzy:before {
  content: "\f567";
}
.mgz-fa-dna:before {
  content: "\f471";
}
.mgz-fa-dochub:before {
  content: "\f394";
}
.mgz-fa-docker:before {
  content: "\f395";
}
.mgz-fa-dog:before {
  content: "\f6d3";
}
.mgz-fa-dollar-sign:before {
  content: "\f155";
}
.mgz-fa-dolly:before {
  content: "\f472";
}
.mgz-fa-dolly-flatbed:before {
  content: "\f474";
}
.mgz-fa-donate:before {
  content: "\f4b9";
}
.mgz-fa-door-closed:before {
  content: "\f52a";
}
.mgz-fa-door-open:before {
  content: "\f52b";
}
.mgz-fa-dot-circle:before {
  content: "\f192";
}
.mgz-fa-dove:before {
  content: "\f4ba";
}
.mgz-fa-download:before {
  content: "\f019";
}
.mgz-fa-draft2digital:before {
  content: "\f396";
}
.mgz-fa-drafting-compass:before {
  content: "\f568";
}
.mgz-fa-dragon:before {
  content: "\f6d5";
}
.mgz-fa-draw-polygon:before {
  content: "\f5ee";
}
.mgz-fa-dribbble:before {
  content: "\f17d";
}
.mgz-fa-dribbble-square:before {
  content: "\f397";
}
.mgz-fa-dropbox:before {
  content: "\f16b";
}
.mgz-fa-drum:before {
  content: "\f569";
}
.mgz-fa-drum-steelpan:before {
  content: "\f56a";
}
.mgz-fa-drumstick-bite:before {
  content: "\f6d7";
}
.mgz-fa-drupal:before {
  content: "\f1a9";
}
.mgz-fa-dumbbell:before {
  content: "\f44b";
}
.mgz-fa-dumpster:before {
  content: "\f793";
}
.mgz-fa-dumpster-fire:before {
  content: "\f794";
}
.mgz-fa-dungeon:before {
  content: "\f6d9";
}
.mgz-fa-dyalog:before {
  content: "\f399";
}
.mgz-fa-earlybirds:before {
  content: "\f39a";
}
.mgz-fa-ebay:before {
  content: "\f4f4";
}
.mgz-fa-edge:before {
  content: "\f282";
}
.mgz-fa-edit:before {
  content: "\f044";
}
.mgz-fa-egg:before {
  content: "\f7fb";
}
.mgz-fa-eject:before {
  content: "\f052";
}
.mgz-fa-elementor:before {
  content: "\f430";
}
.mgz-fa-ellipsis-h:before {
  content: "\f141";
}
.mgz-fa-ellipsis-v:before {
  content: "\f142";
}
.mgz-fa-ello:before {
  content: "\f5f1";
}
.mgz-fa-ember:before {
  content: "\f423";
}
.mgz-fa-empire:before {
  content: "\f1d1";
}
.mgz-fa-envelope:before {
  content: "\f0e0";
}
.mgz-fa-envelope-open:before {
  content: "\f2b6";
}
.mgz-fa-envelope-open-text:before {
  content: "\f658";
}
.mgz-fa-envelope-square:before {
  content: "\f199";
}
.mgz-fa-envira:before {
  content: "\f299";
}
.mgz-fa-equals:before {
  content: "\f52c";
}
.mgz-fa-eraser:before {
  content: "\f12d";
}
.mgz-fa-erlang:before {
  content: "\f39d";
}
.mgz-fa-ethereum:before {
  content: "\f42e";
}
.mgz-fa-ethernet:before {
  content: "\f796";
}
.mgz-fa-etsy:before {
  content: "\f2d7";
}
.mgz-fa-euro-sign:before {
  content: "\f153";
}
.mgz-fa-evernote:before {
  content: "\f839";
}
.mgz-fa-exchange-alt:before {
  content: "\f362";
}
.mgz-fa-exclamation:before {
  content: "\f12a";
}
.mgz-fa-exclamation-circle:before {
  content: "\f06a";
}
.mgz-fa-exclamation-triangle:before {
  content: "\f071";
}
.mgz-fa-expand:before {
  content: "\f065";
}
.mgz-fa-expand-arrows-alt:before {
  content: "\f31e";
}
.mgz-fa-expeditedssl:before {
  content: "\f23e";
}
.mgz-fa-external-link-alt:before {
  content: "\f35d";
}
.mgz-fa-external-link-square-alt:before {
  content: "\f360";
}
.mgz-fa-eye:before {
  content: "\f06e";
}
.mgz-fa-eye-dropper:before {
  content: "\f1fb";
}
.mgz-fa-eye-slash:before {
  content: "\f070";
}
.mgz-fa-facebook:before {
  content: "\f09a";
}
.mgz-fa-facebook-f:before {
  content: "\f39e";
}
.mgz-fa-facebook-messenger:before {
  content: "\f39f";
}
.mgz-fa-facebook-square:before {
  content: "\f082";
}
.mgz-fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.mgz-fa-fast-backward:before {
  content: "\f049";
}
.mgz-fa-fast-forward:before {
  content: "\f050";
}
.mgz-fa-fax:before {
  content: "\f1ac";
}
.mgz-fa-feather:before {
  content: "\f52d";
}
.mgz-fa-feather-alt:before {
  content: "\f56b";
}
.mgz-fa-fedex:before {
  content: "\f797";
}
.mgz-fa-fedora:before {
  content: "\f798";
}
.mgz-fa-female:before {
  content: "\f182";
}
.mgz-fa-fighter-jet:before {
  content: "\f0fb";
}
.mgz-fa-figma:before {
  content: "\f799";
}
.mgz-fa-file:before {
  content: "\f15b";
}
.mgz-fa-file-alt:before {
  content: "\f15c";
}
.mgz-fa-file-archive:before {
  content: "\f1c6";
}
.mgz-fa-file-audio:before {
  content: "\f1c7";
}
.mgz-fa-file-code:before {
  content: "\f1c9";
}
.mgz-fa-file-contract:before {
  content: "\f56c";
}
.mgz-fa-file-csv:before {
  content: "\f6dd";
}
.mgz-fa-file-download:before {
  content: "\f56d";
}
.mgz-fa-file-excel:before {
  content: "\f1c3";
}
.mgz-fa-file-export:before {
  content: "\f56e";
}
.mgz-fa-file-image:before {
  content: "\f1c5";
}
.mgz-fa-file-import:before {
  content: "\f56f";
}
.mgz-fa-file-invoice:before {
  content: "\f570";
}
.mgz-fa-file-invoice-dollar:before {
  content: "\f571";
}
.mgz-fa-file-medical:before {
  content: "\f477";
}
.mgz-fa-file-medical-alt:before {
  content: "\f478";
}
.mgz-fa-file-pdf:before {
  content: "\f1c1";
}
.mgz-fa-file-powerpoint:before {
  content: "\f1c4";
}
.mgz-fa-file-prescription:before {
  content: "\f572";
}
.mgz-fa-file-signature:before {
  content: "\f573";
}
.mgz-fa-file-upload:before {
  content: "\f574";
}
.mgz-fa-file-video:before {
  content: "\f1c8";
}
.mgz-fa-file-word:before {
  content: "\f1c2";
}
.mgz-fa-fill:before {
  content: "\f575";
}
.mgz-fa-fill-drip:before {
  content: "\f576";
}
.mgz-fa-film:before {
  content: "\f008";
}
.mgz-fa-filter:before {
  content: "\f0b0";
}
.mgz-fa-fingerprint:before {
  content: "\f577";
}
.mgz-fa-fire:before {
  content: "\f06d";
}
.mgz-fa-fire-alt:before {
  content: "\f7e4";
}
.mgz-fa-fire-extinguisher:before {
  content: "\f134";
}
.mgz-fa-firefox:before {
  content: "\f269";
}
.mgz-fa-first-aid:before {
  content: "\f479";
}
.mgz-fa-first-order:before {
  content: "\f2b0";
}
.mgz-fa-first-order-alt:before {
  content: "\f50a";
}
.mgz-fa-firstdraft:before {
  content: "\f3a1";
}
.mgz-fa-fish:before {
  content: "\f578";
}
.mgz-fa-fist-raised:before {
  content: "\f6de";
}
.mgz-fa-flag:before {
  content: "\f024";
}
.mgz-fa-flag-checkered:before {
  content: "\f11e";
}
.mgz-fa-flag-usa:before {
  content: "\f74d";
}
.mgz-fa-flask:before {
  content: "\f0c3";
}
.mgz-fa-flickr:before {
  content: "\f16e";
}
.mgz-fa-flipboard:before {
  content: "\f44d";
}
.mgz-fa-flushed:before {
  content: "\f579";
}
.mgz-fa-fly:before {
  content: "\f417";
}
.mgz-fa-folder:before {
  content: "\f07b";
}
.mgz-fa-folder-minus:before {
  content: "\f65d";
}
.mgz-fa-folder-open:before {
  content: "\f07c";
}
.mgz-fa-folder-plus:before {
  content: "\f65e";
}
.mgz-fa-font:before {
  content: "\f031";
}
.mgz-fa-font-awesome:before {
  content: "\f2b4";
}
.mgz-fa-font-awesome-alt:before {
  content: "\f35c";
}
.mgz-fa-font-awesome-flag:before {
  content: "\f425";
}
.mgz-fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.mgz-fa-fonticons:before {
  content: "\f280";
}
.mgz-fa-fonticons-fi:before {
  content: "\f3a2";
}
.mgz-fa-football-ball:before {
  content: "\f44e";
}
.mgz-fa-fort-awesome:before {
  content: "\f286";
}
.mgz-fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.mgz-fa-forumbee:before {
  content: "\f211";
}
.mgz-fa-forward:before {
  content: "\f04e";
}
.mgz-fa-foursquare:before {
  content: "\f180";
}
.mgz-fa-free-code-camp:before {
  content: "\f2c5";
}
.mgz-fa-freebsd:before {
  content: "\f3a4";
}
.mgz-fa-frog:before {
  content: "\f52e";
}
.mgz-fa-frown:before {
  content: "\f119";
}
.mgz-fa-frown-open:before {
  content: "\f57a";
}
.mgz-fa-fulcrum:before {
  content: "\f50b";
}
.mgz-fa-funnel-dollar:before {
  content: "\f662";
}
.mgz-fa-futbol:before {
  content: "\f1e3";
}
.mgz-fa-galactic-republic:before {
  content: "\f50c";
}
.mgz-fa-galactic-senate:before {
  content: "\f50d";
}
.mgz-fa-gamepad:before {
  content: "\f11b";
}
.mgz-fa-gas-pump:before {
  content: "\f52f";
}
.mgz-fa-gavel:before {
  content: "\f0e3";
}
.mgz-fa-gem:before {
  content: "\f3a5";
}
.mgz-fa-genderless:before {
  content: "\f22d";
}
.mgz-fa-get-pocket:before {
  content: "\f265";
}
.mgz-fa-gg:before {
  content: "\f260";
}
.mgz-fa-gg-circle:before {
  content: "\f261";
}
.mgz-fa-ghost:before {
  content: "\f6e2";
}
.mgz-fa-gift:before {
  content: "\f06b";
}
.mgz-fa-gifts:before {
  content: "\f79c";
}
.mgz-fa-git:before {
  content: "\f1d3";
}
.mgz-fa-git-square:before {
  content: "\f1d2";
}
.mgz-fa-github:before {
  content: "\f09b";
}
.mgz-fa-github-alt:before {
  content: "\f113";
}
.mgz-fa-github-square:before {
  content: "\f092";
}
.mgz-fa-gitkraken:before {
  content: "\f3a6";
}
.mgz-fa-gitlab:before {
  content: "\f296";
}
.mgz-fa-gitter:before {
  content: "\f426";
}
.mgz-fa-glass-cheers:before {
  content: "\f79f";
}
.mgz-fa-glass-martini:before {
  content: "\f000";
}
.mgz-fa-glass-martini-alt:before {
  content: "\f57b";
}
.mgz-fa-glass-whiskey:before {
  content: "\f7a0";
}
.mgz-fa-glasses:before {
  content: "\f530";
}
.mgz-fa-glide:before {
  content: "\f2a5";
}
.mgz-fa-glide-g:before {
  content: "\f2a6";
}
.mgz-fa-globe:before {
  content: "\f0ac";
}
.mgz-fa-globe-africa:before {
  content: "\f57c";
}
.mgz-fa-globe-americas:before {
  content: "\f57d";
}
.mgz-fa-globe-asia:before {
  content: "\f57e";
}
.mgz-fa-globe-europe:before {
  content: "\f7a2";
}
.mgz-fa-gofore:before {
  content: "\f3a7";
}
.mgz-fa-golf-ball:before {
  content: "\f450";
}
.mgz-fa-goodreads:before {
  content: "\f3a8";
}
.mgz-fa-goodreads-g:before {
  content: "\f3a9";
}
.mgz-fa-google:before {
  content: "\f1a0";
}
.mgz-fa-google-drive:before {
  content: "\f3aa";
}
.mgz-fa-google-play:before {
  content: "\f3ab";
}
.mgz-fa-google-plus:before {
  content: "\f2b3";
}
.mgz-fa-google-plus-g:before {
  content: "\f0d5";
}
.mgz-fa-google-plus-square:before {
  content: "\f0d4";
}
.mgz-fa-google-wallet:before {
  content: "\f1ee";
}
.mgz-fa-gopuram:before {
  content: "\f664";
}
.mgz-fa-graduation-cap:before {
  content: "\f19d";
}
.mgz-fa-gratipay:before {
  content: "\f184";
}
.mgz-fa-grav:before {
  content: "\f2d6";
}
.mgz-fa-greater-than:before {
  content: "\f531";
}
.mgz-fa-greater-than-equal:before {
  content: "\f532";
}
.mgz-fa-grimace:before {
  content: "\f57f";
}
.mgz-fa-grin:before {
  content: "\f580";
}
.mgz-fa-grin-alt:before {
  content: "\f581";
}
.mgz-fa-grin-beam:before {
  content: "\f582";
}
.mgz-fa-grin-beam-sweat:before {
  content: "\f583";
}
.mgz-fa-grin-hearts:before {
  content: "\f584";
}
.mgz-fa-grin-squint:before {
  content: "\f585";
}
.mgz-fa-grin-squint-tears:before {
  content: "\f586";
}
.mgz-fa-grin-stars:before {
  content: "\f587";
}
.mgz-fa-grin-tears:before {
  content: "\f588";
}
.mgz-fa-grin-tongue:before {
  content: "\f589";
}
.mgz-fa-grin-tongue-squint:before {
  content: "\f58a";
}
.mgz-fa-grin-tongue-wink:before {
  content: "\f58b";
}
.mgz-fa-grin-wink:before {
  content: "\f58c";
}
.mgz-fa-grip-horizontal:before {
  content: "\f58d";
}
.mgz-fa-grip-lines:before {
  content: "\f7a4";
}
.mgz-fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.mgz-fa-grip-vertical:before {
  content: "\f58e";
}
.mgz-fa-gripfire:before {
  content: "\f3ac";
}
.mgz-fa-grunt:before {
  content: "\f3ad";
}
.mgz-fa-guitar:before {
  content: "\f7a6";
}
.mgz-fa-gulp:before {
  content: "\f3ae";
}
.mgz-fa-h-square:before {
  content: "\f0fd";
}
.mgz-fa-hacker-news:before {
  content: "\f1d4";
}
.mgz-fa-hacker-news-square:before {
  content: "\f3af";
}
.mgz-fa-hackerrank:before {
  content: "\f5f7";
}
.mgz-fa-hamburger:before {
  content: "\f805";
}
.mgz-fa-hammer:before {
  content: "\f6e3";
}
.mgz-fa-hamsa:before {
  content: "\f665";
}
.mgz-fa-hand-holding:before {
  content: "\f4bd";
}
.mgz-fa-hand-holding-heart:before {
  content: "\f4be";
}
.mgz-fa-hand-holding-usd:before {
  content: "\f4c0";
}
.mgz-fa-hand-lizard:before {
  content: "\f258";
}
.mgz-fa-hand-middle-finger:before {
  content: "\f806";
}
.mgz-fa-hand-paper:before {
  content: "\f256";
}
.mgz-fa-hand-peace:before {
  content: "\f25b";
}
.mgz-fa-hand-point-down:before {
  content: "\f0a7";
}
.mgz-fa-hand-point-left:before {
  content: "\f0a5";
}
.mgz-fa-hand-point-right:before {
  content: "\f0a4";
}
.mgz-fa-hand-point-up:before {
  content: "\f0a6";
}
.mgz-fa-hand-pointer:before {
  content: "\f25a";
}
.mgz-fa-hand-rock:before {
  content: "\f255";
}
.mgz-fa-hand-scissors:before {
  content: "\f257";
}
.mgz-fa-hand-spock:before {
  content: "\f259";
}
.mgz-fa-hands:before {
  content: "\f4c2";
}
.mgz-fa-hands-helping:before {
  content: "\f4c4";
}
.mgz-fa-handshake:before {
  content: "\f2b5";
}
.mgz-fa-hanukiah:before {
  content: "\f6e6";
}
.mgz-fa-hard-hat:before {
  content: "\f807";
}
.mgz-fa-hashtag:before {
  content: "\f292";
}
.mgz-fa-hat-wizard:before {
  content: "\f6e8";
}
.mgz-fa-haykal:before {
  content: "\f666";
}
.mgz-fa-hdd:before {
  content: "\f0a0";
}
.mgz-fa-heading:before {
  content: "\f1dc";
}
.mgz-fa-headphones:before {
  content: "\f025";
}
.mgz-fa-headphones-alt:before {
  content: "\f58f";
}
.mgz-fa-headset:before {
  content: "\f590";
}
.mgz-fa-heart:before {
  content: "\f004";
}
.mgz-fa-heart-broken:before {
  content: "\f7a9";
}
.mgz-fa-heartbeat:before {
  content: "\f21e";
}
.mgz-fa-helicopter:before {
  content: "\f533";
}
.mgz-fa-highlighter:before {
  content: "\f591";
}
.mgz-fa-hiking:before {
  content: "\f6ec";
}
.mgz-fa-hippo:before {
  content: "\f6ed";
}
.mgz-fa-hips:before {
  content: "\f452";
}
.mgz-fa-hire-a-helper:before {
  content: "\f3b0";
}
.mgz-fa-history:before {
  content: "\f1da";
}
.mgz-fa-hockey-puck:before {
  content: "\f453";
}
.mgz-fa-holly-berry:before {
  content: "\f7aa";
}
.mgz-fa-home:before {
  content: "\f015";
}
.mgz-fa-hooli:before {
  content: "\f427";
}
.mgz-fa-hornbill:before {
  content: "\f592";
}
.mgz-fa-horse:before {
  content: "\f6f0";
}
.mgz-fa-horse-head:before {
  content: "\f7ab";
}
.mgz-fa-hospital:before {
  content: "\f0f8";
}
.mgz-fa-hospital-alt:before {
  content: "\f47d";
}
.mgz-fa-hospital-symbol:before {
  content: "\f47e";
}
.mgz-fa-hot-tub:before {
  content: "\f593";
}
.mgz-fa-hotdog:before {
  content: "\f80f";
}
.mgz-fa-hotel:before {
  content: "\f594";
}
.mgz-fa-hotjar:before {
  content: "\f3b1";
}
.mgz-fa-hourglass:before {
  content: "\f254";
}
.mgz-fa-hourglass-end:before {
  content: "\f253";
}
.mgz-fa-hourglass-half:before {
  content: "\f252";
}
.mgz-fa-hourglass-start:before {
  content: "\f251";
}
.mgz-fa-house-damage:before {
  content: "\f6f1";
}
.mgz-fa-houzz:before {
  content: "\f27c";
}
.mgz-fa-hryvnia:before {
  content: "\f6f2";
}
.mgz-fa-html5:before {
  content: "\f13b";
}
.mgz-fa-hubspot:before {
  content: "\f3b2";
}
.mgz-fa-i-cursor:before {
  content: "\f246";
}
.mgz-fa-ice-cream:before {
  content: "\f810";
}
.mgz-fa-icicles:before {
  content: "\f7ad";
}
.mgz-fa-id-badge:before {
  content: "\f2c1";
}
.mgz-fa-id-card:before {
  content: "\f2c2";
}
.mgz-fa-id-card-alt:before {
  content: "\f47f";
}
.mgz-fa-igloo:before {
  content: "\f7ae";
}
.mgz-fa-image:before {
  content: "\f03e";
}
.mgz-fa-images:before {
  content: "\f302";
}
.mgz-fa-imdb:before {
  content: "\f2d8";
}
.mgz-fa-inbox:before {
  content: "\f01c";
}
.mgz-fa-indent:before {
  content: "\f03c";
}
.mgz-fa-industry:before {
  content: "\f275";
}
.mgz-fa-infinity:before {
  content: "\f534";
}
.mgz-fa-info:before {
  content: "\f129";
}
.mgz-fa-info-circle:before {
  content: "\f05a";
}
.mgz-fa-instagram:before {
  content: "\f16d";
}
.mgz-fa-intercom:before {
  content: "\f7af";
}
.mgz-fa-internet-explorer:before {
  content: "\f26b";
}
.mgz-fa-invision:before {
  content: "\f7b0";
}
.mgz-fa-ioxhost:before {
  content: "\f208";
}
.mgz-fa-italic:before {
  content: "\f033";
}
.mgz-fa-itch-io:before {
  content: "\f83a";
}
.mgz-fa-itunes:before {
  content: "\f3b4";
}
.mgz-fa-itunes-note:before {
  content: "\f3b5";
}
.mgz-fa-java:before {
  content: "\f4e4";
}
.mgz-fa-jedi:before {
  content: "\f669";
}
.mgz-fa-jedi-order:before {
  content: "\f50e";
}
.mgz-fa-jenkins:before {
  content: "\f3b6";
}
.mgz-fa-jira:before {
  content: "\f7b1";
}
.mgz-fa-joget:before {
  content: "\f3b7";
}
.mgz-fa-joint:before {
  content: "\f595";
}
.mgz-fa-joomla:before {
  content: "\f1aa";
}
.mgz-fa-journal-whills:before {
  content: "\f66a";
}
.mgz-fa-js:before {
  content: "\f3b8";
}
.mgz-fa-js-square:before {
  content: "\f3b9";
}
.mgz-fa-jsfiddle:before {
  content: "\f1cc";
}
.mgz-fa-kaaba:before {
  content: "\f66b";
}
.mgz-fa-kaggle:before {
  content: "\f5fa";
}
.mgz-fa-key:before {
  content: "\f084";
}
.mgz-fa-keybase:before {
  content: "\f4f5";
}
.mgz-fa-keyboard:before {
  content: "\f11c";
}
.mgz-fa-keycdn:before {
  content: "\f3ba";
}
.mgz-fa-khanda:before {
  content: "\f66d";
}
.mgz-fa-kickstarter:before {
  content: "\f3bb";
}
.mgz-fa-kickstarter-k:before {
  content: "\f3bc";
}
.mgz-fa-kiss:before {
  content: "\f596";
}
.mgz-fa-kiss-beam:before {
  content: "\f597";
}
.mgz-fa-kiss-wink-heart:before {
  content: "\f598";
}
.mgz-fa-kiwi-bird:before {
  content: "\f535";
}
.mgz-fa-korvue:before {
  content: "\f42f";
}
.mgz-fa-landmark:before {
  content: "\f66f";
}
.mgz-fa-language:before {
  content: "\f1ab";
}
.mgz-fa-laptop:before {
  content: "\f109";
}
.mgz-fa-laptop-code:before {
  content: "\f5fc";
}
.mgz-fa-laptop-medical:before {
  content: "\f812";
}
.mgz-fa-laravel:before {
  content: "\f3bd";
}
.mgz-fa-lastfm:before {
  content: "\f202";
}
.mgz-fa-lastfm-square:before {
  content: "\f203";
}
.mgz-fa-laugh:before {
  content: "\f599";
}
.mgz-fa-laugh-beam:before {
  content: "\f59a";
}
.mgz-fa-laugh-squint:before {
  content: "\f59b";
}
.mgz-fa-laugh-wink:before {
  content: "\f59c";
}
.mgz-fa-layer-group:before {
  content: "\f5fd";
}
.mgz-fa-leaf:before {
  content: "\f06c";
}
.mgz-fa-leanpub:before {
  content: "\f212";
}
.mgz-fa-lemon:before {
  content: "\f094";
}
.mgz-fa-less:before {
  content: "\f41d";
}
.mgz-fa-less-than:before {
  content: "\f536";
}
.mgz-fa-less-than-equal:before {
  content: "\f537";
}
.mgz-fa-level-down-alt:before {
  content: "\f3be";
}
.mgz-fa-level-up-alt:before {
  content: "\f3bf";
}
.mgz-fa-life-ring:before {
  content: "\f1cd";
}
.mgz-fa-lightbulb:before {
  content: "\f0eb";
}
.mgz-fa-line:before {
  content: "\f3c0";
}
.mgz-fa-link:before {
  content: "\f0c1";
}
.mgz-fa-linkedin:before {
  content: "\f08c";
}
.mgz-fa-linkedin-in:before {
  content: "\f0e1";
}
.mgz-fa-linode:before {
  content: "\f2b8";
}
.mgz-fa-linux:before {
  content: "\f17c";
}
.mgz-fa-lira-sign:before {
  content: "\f195";
}
.mgz-fa-list:before {
  content: "\f03a";
}
.mgz-fa-list-alt:before {
  content: "\f022";
}
.mgz-fa-list-ol:before {
  content: "\f0cb";
}
.mgz-fa-list-ul:before {
  content: "\f0ca";
}
.mgz-fa-location-arrow:before {
  content: "\f124";
}
.mgz-fa-lock:before {
  content: "\f023";
}
.mgz-fa-lock-open:before {
  content: "\f3c1";
}
.mgz-fa-long-arrow-alt-down:before {
  content: "\f309";
}
.mgz-fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.mgz-fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.mgz-fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.mgz-fa-low-vision:before {
  content: "\f2a8";
}
.mgz-fa-luggage-cart:before {
  content: "\f59d";
}
.mgz-fa-lyft:before {
  content: "\f3c3";
}
.mgz-fa-magento:before {
  content: "\f3c4";
}
.mgz-fa-magic:before {
  content: "\f0d0";
}
.mgz-fa-magnet:before {
  content: "\f076";
}
.mgz-fa-mail-bulk:before {
  content: "\f674";
}
.mgz-fa-mailchimp:before {
  content: "\f59e";
}
.mgz-fa-male:before {
  content: "\f183";
}
.mgz-fa-mandalorian:before {
  content: "\f50f";
}
.mgz-fa-map:before {
  content: "\f279";
}
.mgz-fa-map-marked:before {
  content: "\f59f";
}
.mgz-fa-map-marked-alt:before {
  content: "\f5a0";
}
.mgz-fa-map-marker:before {
  content: "\f041";
}
.mgz-fa-map-marker-alt:before {
  content: "\f3c5";
}
.mgz-fa-map-pin:before {
  content: "\f276";
}
.mgz-fa-map-signs:before {
  content: "\f277";
}
.mgz-fa-markdown:before {
  content: "\f60f";
}
.mgz-fa-marker:before {
  content: "\f5a1";
}
.mgz-fa-mars:before {
  content: "\f222";
}
.mgz-fa-mars-double:before {
  content: "\f227";
}
.mgz-fa-mars-stroke:before {
  content: "\f229";
}
.mgz-fa-mars-stroke-h:before {
  content: "\f22b";
}
.mgz-fa-mars-stroke-v:before {
  content: "\f22a";
}
.mgz-fa-mask:before {
  content: "\f6fa";
}
.mgz-fa-mastodon:before {
  content: "\f4f6";
}
.mgz-fa-maxcdn:before {
  content: "\f136";
}
.mgz-fa-medal:before {
  content: "\f5a2";
}
.mgz-fa-medapps:before {
  content: "\f3c6";
}
.mgz-fa-medium:before {
  content: "\f23a";
}
.mgz-fa-medium-m:before {
  content: "\f3c7";
}
.mgz-fa-medkit:before {
  content: "\f0fa";
}
.mgz-fa-medrt:before {
  content: "\f3c8";
}
.mgz-fa-meetup:before {
  content: "\f2e0";
}
.mgz-fa-megaport:before {
  content: "\f5a3";
}
.mgz-fa-meh:before {
  content: "\f11a";
}
.mgz-fa-meh-blank:before {
  content: "\f5a4";
}
.mgz-fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.mgz-fa-memory:before {
  content: "\f538";
}
.mgz-fa-mendeley:before {
  content: "\f7b3";
}
.mgz-fa-menorah:before {
  content: "\f676";
}
.mgz-fa-mercury:before {
  content: "\f223";
}
.mgz-fa-meteor:before {
  content: "\f753";
}
.mgz-fa-microchip:before {
  content: "\f2db";
}
.mgz-fa-microphone:before {
  content: "\f130";
}
.mgz-fa-microphone-alt:before {
  content: "\f3c9";
}
.mgz-fa-microphone-alt-slash:before {
  content: "\f539";
}
.mgz-fa-microphone-slash:before {
  content: "\f131";
}
.mgz-fa-microscope:before {
  content: "\f610";
}
.mgz-fa-microsoft:before {
  content: "\f3ca";
}
.mgz-fa-minus:before {
  content: "\f068";
}
.mgz-fa-minus-circle:before {
  content: "\f056";
}
.mgz-fa-minus-square:before {
  content: "\f146";
}
.mgz-fa-mitten:before {
  content: "\f7b5";
}
.mgz-fa-mix:before {
  content: "\f3cb";
}
.mgz-fa-mixcloud:before {
  content: "\f289";
}
.mgz-fa-mizuni:before {
  content: "\f3cc";
}
.mgz-fa-mobile:before {
  content: "\f10b";
}
.mgz-fa-mobile-alt:before {
  content: "\f3cd";
}
.mgz-fa-modx:before {
  content: "\f285";
}
.mgz-fa-monero:before {
  content: "\f3d0";
}
.mgz-fa-money-bill:before {
  content: "\f0d6";
}
.mgz-fa-money-bill-alt:before {
  content: "\f3d1";
}
.mgz-fa-money-bill-wave:before {
  content: "\f53a";
}
.mgz-fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.mgz-fa-money-check:before {
  content: "\f53c";
}
.mgz-fa-money-check-alt:before {
  content: "\f53d";
}
.mgz-fa-monument:before {
  content: "\f5a6";
}
.mgz-fa-moon:before {
  content: "\f186";
}
.mgz-fa-mortar-pestle:before {
  content: "\f5a7";
}
.mgz-fa-mosque:before {
  content: "\f678";
}
.mgz-fa-motorcycle:before {
  content: "\f21c";
}
.mgz-fa-mountain:before {
  content: "\f6fc";
}
.mgz-fa-mouse-pointer:before {
  content: "\f245";
}
.mgz-fa-mug-hot:before {
  content: "\f7b6";
}
.mgz-fa-music:before {
  content: "\f001";
}
.mgz-fa-napster:before {
  content: "\f3d2";
}
.mgz-fa-neos:before {
  content: "\f612";
}
.mgz-fa-network-wired:before {
  content: "\f6ff";
}
.mgz-fa-neuter:before {
  content: "\f22c";
}
.mgz-fa-newspaper:before {
  content: "\f1ea";
}
.mgz-fa-nimblr:before {
  content: "\f5a8";
}
.mgz-fa-nintendo-switch:before {
  content: "\f418";
}
.mgz-fa-node:before {
  content: "\f419";
}
.mgz-fa-node-js:before {
  content: "\f3d3";
}
.mgz-fa-not-equal:before {
  content: "\f53e";
}
.mgz-fa-notes-medical:before {
  content: "\f481";
}
.mgz-fa-npm:before {
  content: "\f3d4";
}
.mgz-fa-ns8:before {
  content: "\f3d5";
}
.mgz-fa-nutritionix:before {
  content: "\f3d6";
}
.mgz-fa-object-group:before {
  content: "\f247";
}
.mgz-fa-object-ungroup:before {
  content: "\f248";
}
.mgz-fa-odnoklassniki:before {
  content: "\f263";
}
.mgz-fa-odnoklassniki-square:before {
  content: "\f264";
}
.mgz-fa-oil-can:before {
  content: "\f613";
}
.mgz-fa-old-republic:before {
  content: "\f510";
}
.mgz-fa-om:before {
  content: "\f679";
}
.mgz-fa-opencart:before {
  content: "\f23d";
}
.mgz-fa-openid:before {
  content: "\f19b";
}
.mgz-fa-opera:before {
  content: "\f26a";
}
.mgz-fa-optin-monster:before {
  content: "\f23c";
}
.mgz-fa-osi:before {
  content: "\f41a";
}
.mgz-fa-otter:before {
  content: "\f700";
}
.mgz-fa-outdent:before {
  content: "\f03b";
}
.mgz-fa-page4:before {
  content: "\f3d7";
}
.mgz-fa-pagelines:before {
  content: "\f18c";
}
.mgz-fa-pager:before {
  content: "\f815";
}
.mgz-fa-paint-brush:before {
  content: "\f1fc";
}
.mgz-fa-paint-roller:before {
  content: "\f5aa";
}
.mgz-fa-palette:before {
  content: "\f53f";
}
.mgz-fa-palfed:before {
  content: "\f3d8";
}
.mgz-fa-pallet:before {
  content: "\f482";
}
.mgz-fa-paper-plane:before {
  content: "\f1d8";
}
.mgz-fa-paperclip:before {
  content: "\f0c6";
}
.mgz-fa-parachute-box:before {
  content: "\f4cd";
}
.mgz-fa-paragraph:before {
  content: "\f1dd";
}
.mgz-fa-parking:before {
  content: "\f540";
}
.mgz-fa-passport:before {
  content: "\f5ab";
}
.mgz-fa-pastafarianism:before {
  content: "\f67b";
}
.mgz-fa-paste:before {
  content: "\f0ea";
}
.mgz-fa-patreon:before {
  content: "\f3d9";
}
.mgz-fa-pause:before {
  content: "\f04c";
}
.mgz-fa-pause-circle:before {
  content: "\f28b";
}
.mgz-fa-paw:before {
  content: "\f1b0";
}
.mgz-fa-paypal:before {
  content: "\f1ed";
}
.mgz-fa-peace:before {
  content: "\f67c";
}
.mgz-fa-pen:before {
  content: "\f304";
}
.mgz-fa-pen-alt:before {
  content: "\f305";
}
.mgz-fa-pen-fancy:before {
  content: "\f5ac";
}
.mgz-fa-pen-nib:before {
  content: "\f5ad";
}
.mgz-fa-pen-square:before {
  content: "\f14b";
}
.mgz-fa-pencil-alt:before {
  content: "\f303";
}
.mgz-fa-pencil-ruler:before {
  content: "\f5ae";
}
.mgz-fa-penny-arcade:before {
  content: "\f704";
}
.mgz-fa-people-carry:before {
  content: "\f4ce";
}
.mgz-fa-pepper-hot:before {
  content: "\f816";
}
.mgz-fa-percent:before {
  content: "\f295";
}
.mgz-fa-percentage:before {
  content: "\f541";
}
.mgz-fa-periscope:before {
  content: "\f3da";
}
.mgz-fa-person-booth:before {
  content: "\f756";
}
.mgz-fa-phabricator:before {
  content: "\f3db";
}
.mgz-fa-phoenix-framework:before {
  content: "\f3dc";
}
.mgz-fa-phoenix-squadron:before {
  content: "\f511";
}
.mgz-fa-phone:before {
  content: "\f095";
}
.mgz-fa-phone-slash:before {
  content: "\f3dd";
}
.mgz-fa-phone-square:before {
  content: "\f098";
}
.mgz-fa-phone-volume:before {
  content: "\f2a0";
}
.mgz-fa-php:before {
  content: "\f457";
}
.mgz-fa-pied-piper:before {
  content: "\f2ae";
}
.mgz-fa-pied-piper-alt:before {
  content: "\f1a8";
}
.mgz-fa-pied-piper-hat:before {
  content: "\f4e5";
}
.mgz-fa-pied-piper-pp:before {
  content: "\f1a7";
}
.mgz-fa-piggy-bank:before {
  content: "\f4d3";
}
.mgz-fa-pills:before {
  content: "\f484";
}
.mgz-fa-pinterest:before {
  content: "\f0d2";
}
.mgz-fa-pinterest-p:before {
  content: "\f231";
}
.mgz-fa-pinterest-square:before {
  content: "\f0d3";
}
.mgz-fa-pizza-slice:before {
  content: "\f818";
}
.mgz-fa-place-of-worship:before {
  content: "\f67f";
}
.mgz-fa-plane:before {
  content: "\f072";
}
.mgz-fa-plane-arrival:before {
  content: "\f5af";
}
.mgz-fa-plane-departure:before {
  content: "\f5b0";
}
.mgz-fa-play:before {
  content: "\f04b";
}
.mgz-fa-play-circle:before {
  content: "\f144";
}
.mgz-fa-playstation:before {
  content: "\f3df";
}
.mgz-fa-plug:before {
  content: "\f1e6";
}
.mgz-fa-plus:before {
  content: "\f067";
}
.mgz-fa-plus-circle:before {
  content: "\f055";
}
.mgz-fa-plus-square:before {
  content: "\f0fe";
}
.mgz-fa-podcast:before {
  content: "\f2ce";
}
.mgz-fa-poll:before {
  content: "\f681";
}
.mgz-fa-poll-h:before {
  content: "\f682";
}
.mgz-fa-poo:before {
  content: "\f2fe";
}
.mgz-fa-poo-storm:before {
  content: "\f75a";
}
.mgz-fa-poop:before {
  content: "\f619";
}
.mgz-fa-portrait:before {
  content: "\f3e0";
}
.mgz-fa-pound-sign:before {
  content: "\f154";
}
.mgz-fa-power-off:before {
  content: "\f011";
}
.mgz-fa-pray:before {
  content: "\f683";
}
.mgz-fa-praying-hands:before {
  content: "\f684";
}
.mgz-fa-prescription:before {
  content: "\f5b1";
}
.mgz-fa-prescription-bottle:before {
  content: "\f485";
}
.mgz-fa-prescription-bottle-alt:before {
  content: "\f486";
}
.mgz-fa-print:before {
  content: "\f02f";
}
.mgz-fa-procedures:before {
  content: "\f487";
}
.mgz-fa-product-hunt:before {
  content: "\f288";
}
.mgz-fa-project-diagram:before {
  content: "\f542";
}
.mgz-fa-pushed:before {
  content: "\f3e1";
}
.mgz-fa-puzzle-piece:before {
  content: "\f12e";
}
.mgz-fa-python:before {
  content: "\f3e2";
}
.mgz-fa-qq:before {
  content: "\f1d6";
}
.mgz-fa-qrcode:before {
  content: "\f029";
}
.mgz-fa-question:before {
  content: "\f128";
}
.mgz-fa-question-circle:before {
  content: "\f059";
}
.mgz-fa-quidditch:before {
  content: "\f458";
}
.mgz-fa-quinscape:before {
  content: "\f459";
}
.mgz-fa-quora:before {
  content: "\f2c4";
}
.mgz-fa-quote-left:before {
  content: "\f10d";
}
.mgz-fa-quote-right:before {
  content: "\f10e";
}
.mgz-fa-quran:before {
  content: "\f687";
}
.mgz-fa-r-project:before {
  content: "\f4f7";
}
.mgz-fa-radiation:before {
  content: "\f7b9";
}
.mgz-fa-radiation-alt:before {
  content: "\f7ba";
}
.mgz-fa-rainbow:before {
  content: "\f75b";
}
.mgz-fa-random:before {
  content: "\f074";
}
.mgz-fa-raspberry-pi:before {
  content: "\f7bb";
}
.mgz-fa-ravelry:before {
  content: "\f2d9";
}
.mgz-fa-react:before {
  content: "\f41b";
}
.mgz-fa-reacteurope:before {
  content: "\f75d";
}
.mgz-fa-readme:before {
  content: "\f4d5";
}
.mgz-fa-rebel:before {
  content: "\f1d0";
}
.mgz-fa-receipt:before {
  content: "\f543";
}
.mgz-fa-recycle:before {
  content: "\f1b8";
}
.mgz-fa-red-river:before {
  content: "\f3e3";
}
.mgz-fa-reddit:before {
  content: "\f1a1";
}
.mgz-fa-reddit-alien:before {
  content: "\f281";
}
.mgz-fa-reddit-square:before {
  content: "\f1a2";
}
.mgz-fa-redhat:before {
  content: "\f7bc";
}
.mgz-fa-redo:before {
  content: "\f01e";
}
.mgz-fa-redo-alt:before {
  content: "\f2f9";
}
.mgz-fa-registered:before {
  content: "\f25d";
}
.mgz-fa-renren:before {
  content: "\f18b";
}
.mgz-fa-reply:before {
  content: "\f3e5";
}
.mgz-fa-reply-all:before {
  content: "\f122";
}
.mgz-fa-replyd:before {
  content: "\f3e6";
}
.mgz-fa-republican:before {
  content: "\f75e";
}
.mgz-fa-researchgate:before {
  content: "\f4f8";
}
.mgz-fa-resolving:before {
  content: "\f3e7";
}
.mgz-fa-restroom:before {
  content: "\f7bd";
}
.mgz-fa-retweet:before {
  content: "\f079";
}
.mgz-fa-rev:before {
  content: "\f5b2";
}
.mgz-fa-ribbon:before {
  content: "\f4d6";
}
.mgz-fa-ring:before {
  content: "\f70b";
}
.mgz-fa-road:before {
  content: "\f018";
}
.mgz-fa-robot:before {
  content: "\f544";
}
.mgz-fa-rocket:before {
  content: "\f135";
}
.mgz-fa-rocketchat:before {
  content: "\f3e8";
}
.mgz-fa-rockrms:before {
  content: "\f3e9";
}
.mgz-fa-route:before {
  content: "\f4d7";
}
.mgz-fa-rss:before {
  content: "\f09e";
}
.mgz-fa-rss-square:before {
  content: "\f143";
}
.mgz-fa-ruble-sign:before {
  content: "\f158";
}
.mgz-fa-ruler:before {
  content: "\f545";
}
.mgz-fa-ruler-combined:before {
  content: "\f546";
}
.mgz-fa-ruler-horizontal:before {
  content: "\f547";
}
.mgz-fa-ruler-vertical:before {
  content: "\f548";
}
.mgz-fa-running:before {
  content: "\f70c";
}
.mgz-fa-rupee-sign:before {
  content: "\f156";
}
.mgz-fa-sad-cry:before {
  content: "\f5b3";
}
.mgz-fa-sad-tear:before {
  content: "\f5b4";
}
.mgz-fa-safari:before {
  content: "\f267";
}
.mgz-fa-salesforce:before {
  content: "\f83b";
}
.mgz-fa-sass:before {
  content: "\f41e";
}
.mgz-fa-satellite:before {
  content: "\f7bf";
}
.mgz-fa-satellite-dish:before {
  content: "\f7c0";
}
.mgz-fa-save:before {
  content: "\f0c7";
}
.mgz-fa-schlix:before {
  content: "\f3ea";
}
.mgz-fa-school:before {
  content: "\f549";
}
.mgz-fa-screwdriver:before {
  content: "\f54a";
}
.mgz-fa-scribd:before {
  content: "\f28a";
}
.mgz-fa-scroll:before {
  content: "\f70e";
}
.mgz-fa-sd-card:before {
  content: "\f7c2";
}
.mgz-fa-search:before {
  content: "\f002";
}
.mgz-fa-search-dollar:before {
  content: "\f688";
}
.mgz-fa-search-location:before {
  content: "\f689";
}
.mgz-fa-search-minus:before {
  content: "\f010";
}
.mgz-fa-search-plus:before {
  content: "\f00e";
}
.mgz-fa-searchengin:before {
  content: "\f3eb";
}
.mgz-fa-seedling:before {
  content: "\f4d8";
}
.mgz-fa-sellcast:before {
  content: "\f2da";
}
.mgz-fa-sellsy:before {
  content: "\f213";
}
.mgz-fa-server:before {
  content: "\f233";
}
.mgz-fa-servicestack:before {
  content: "\f3ec";
}
.mgz-fa-shapes:before {
  content: "\f61f";
}
.mgz-fa-share:before {
  content: "\f064";
}
.mgz-fa-share-alt:before {
  content: "\f1e0";
}
.mgz-fa-share-alt-square:before {
  content: "\f1e1";
}
.mgz-fa-share-square:before {
  content: "\f14d";
}
.mgz-fa-shekel-sign:before {
  content: "\f20b";
}
.mgz-fa-shield-alt:before {
  content: "\f3ed";
}
.mgz-fa-ship:before {
  content: "\f21a";
}
.mgz-fa-shipping-fast:before {
  content: "\f48b";
}
.mgz-fa-shirtsinbulk:before {
  content: "\f214";
}
.mgz-fa-shoe-prints:before {
  content: "\f54b";
}
.mgz-fa-shopping-bag:before {
  content: "\f290";
}
.mgz-fa-shopping-basket:before {
  content: "\f291";
}
.mgz-fa-shopping-cart:before {
  content: "\f07a";
}
.mgz-fa-shopware:before {
  content: "\f5b5";
}
.mgz-fa-shower:before {
  content: "\f2cc";
}
.mgz-fa-shuttle-van:before {
  content: "\f5b6";
}
.mgz-fa-sign:before {
  content: "\f4d9";
}
.mgz-fa-sign-in-alt:before {
  content: "\f2f6";
}
.mgz-fa-sign-language:before {
  content: "\f2a7";
}
.mgz-fa-sign-out-alt:before {
  content: "\f2f5";
}
.mgz-fa-signal:before {
  content: "\f012";
}
.mgz-fa-signature:before {
  content: "\f5b7";
}
.mgz-fa-sim-card:before {
  content: "\f7c4";
}
.mgz-fa-simplybuilt:before {
  content: "\f215";
}
.mgz-fa-sistrix:before {
  content: "\f3ee";
}
.mgz-fa-sitemap:before {
  content: "\f0e8";
}
.mgz-fa-sith:before {
  content: "\f512";
}
.mgz-fa-skating:before {
  content: "\f7c5";
}
.mgz-fa-sketch:before {
  content: "\f7c6";
}
.mgz-fa-skiing:before {
  content: "\f7c9";
}
.mgz-fa-skiing-nordic:before {
  content: "\f7ca";
}
.mgz-fa-skull:before {
  content: "\f54c";
}
.mgz-fa-skull-crossbones:before {
  content: "\f714";
}
.mgz-fa-skyatlas:before {
  content: "\f216";
}
.mgz-fa-skype:before {
  content: "\f17e";
}
.mgz-fa-slack:before {
  content: "\f198";
}
.mgz-fa-slack-hash:before {
  content: "\f3ef";
}
.mgz-fa-slash:before {
  content: "\f715";
}
.mgz-fa-sleigh:before {
  content: "\f7cc";
}
.mgz-fa-sliders-h:before {
  content: "\f1de";
}
.mgz-fa-slideshare:before {
  content: "\f1e7";
}
.mgz-fa-smile:before {
  content: "\f118";
}
.mgz-fa-smile-beam:before {
  content: "\f5b8";
}
.mgz-fa-smile-wink:before {
  content: "\f4da";
}
.mgz-fa-smog:before {
  content: "\f75f";
}
.mgz-fa-smoking:before {
  content: "\f48d";
}
.mgz-fa-smoking-ban:before {
  content: "\f54d";
}
.mgz-fa-sms:before {
  content: "\f7cd";
}
.mgz-fa-snapchat:before {
  content: "\f2ab";
}
.mgz-fa-snapchat-ghost:before {
  content: "\f2ac";
}
.mgz-fa-snapchat-square:before {
  content: "\f2ad";
}
.mgz-fa-snowboarding:before {
  content: "\f7ce";
}
.mgz-fa-snowflake:before {
  content: "\f2dc";
}
.mgz-fa-snowman:before {
  content: "\f7d0";
}
.mgz-fa-snowplow:before {
  content: "\f7d2";
}
.mgz-fa-socks:before {
  content: "\f696";
}
.mgz-fa-solar-panel:before {
  content: "\f5ba";
}
.mgz-fa-sort:before {
  content: "\f0dc";
}
.mgz-fa-sort-alpha-down:before {
  content: "\f15d";
}
.mgz-fa-sort-alpha-up:before {
  content: "\f15e";
}
.mgz-fa-sort-amount-down:before {
  content: "\f160";
}
.mgz-fa-sort-amount-up:before {
  content: "\f161";
}
.mgz-fa-sort-down:before {
  content: "\f0dd";
}
.mgz-fa-sort-numeric-down:before {
  content: "\f162";
}
.mgz-fa-sort-numeric-up:before {
  content: "\f163";
}
.mgz-fa-sort-up:before {
  content: "\f0de";
}
.mgz-fa-soundcloud:before {
  content: "\f1be";
}
.mgz-fa-sourcetree:before {
  content: "\f7d3";
}
.mgz-fa-spa:before {
  content: "\f5bb";
}
.mgz-fa-space-shuttle:before {
  content: "\f197";
}
.mgz-fa-speakap:before {
  content: "\f3f3";
}
.mgz-fa-speaker-deck:before {
  content: "\f83c";
}
.mgz-fa-spider:before {
  content: "\f717";
}
.mgz-fa-spinner:before {
  content: "\f110";
}
.mgz-fa-splotch:before {
  content: "\f5bc";
}
.mgz-fa-spotify:before {
  content: "\f1bc";
}
.mgz-fa-spray-can:before {
  content: "\f5bd";
}
.mgz-fa-square:before {
  content: "\f0c8";
}
.mgz-fa-square-full:before {
  content: "\f45c";
}
.mgz-fa-square-root-alt:before {
  content: "\f698";
}
.mgz-fa-squarespace:before {
  content: "\f5be";
}
.mgz-fa-stack-exchange:before {
  content: "\f18d";
}
.mgz-fa-stack-overflow:before {
  content: "\f16c";
}
.mgz-fa-stamp:before {
  content: "\f5bf";
}
.mgz-fa-star:before {
  content: "\f005";
}
.mgz-fa-star-and-crescent:before {
  content: "\f699";
}
.mgz-fa-star-half:before {
  content: "\f089";
}
.mgz-fa-star-half-alt:before {
  content: "\f5c0";
}
.mgz-fa-star-of-david:before {
  content: "\f69a";
}
.mgz-fa-star-of-life:before {
  content: "\f621";
}
.mgz-fa-staylinked:before {
  content: "\f3f5";
}
.mgz-fa-steam:before {
  content: "\f1b6";
}
.mgz-fa-steam-square:before {
  content: "\f1b7";
}
.mgz-fa-steam-symbol:before {
  content: "\f3f6";
}
.mgz-fa-step-backward:before {
  content: "\f048";
}
.mgz-fa-step-forward:before {
  content: "\f051";
}
.mgz-fa-stethoscope:before {
  content: "\f0f1";
}
.mgz-fa-sticker-mule:before {
  content: "\f3f7";
}
.mgz-fa-sticky-note:before {
  content: "\f249";
}
.mgz-fa-stop:before {
  content: "\f04d";
}
.mgz-fa-stop-circle:before {
  content: "\f28d";
}
.mgz-fa-stopwatch:before {
  content: "\f2f2";
}
.mgz-fa-store:before {
  content: "\f54e";
}
.mgz-fa-store-alt:before {
  content: "\f54f";
}
.mgz-fa-strava:before {
  content: "\f428";
}
.mgz-fa-stream:before {
  content: "\f550";
}
.mgz-fa-street-view:before {
  content: "\f21d";
}
.mgz-fa-strikethrough:before {
  content: "\f0cc";
}
.mgz-fa-stripe:before {
  content: "\f429";
}
.mgz-fa-stripe-s:before {
  content: "\f42a";
}
.mgz-fa-stroopwafel:before {
  content: "\f551";
}
.mgz-fa-studiovinari:before {
  content: "\f3f8";
}
.mgz-fa-stumbleupon:before {
  content: "\f1a4";
}
.mgz-fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.mgz-fa-subscript:before {
  content: "\f12c";
}
.mgz-fa-subway:before {
  content: "\f239";
}
.mgz-fa-suitcase:before {
  content: "\f0f2";
}
.mgz-fa-suitcase-rolling:before {
  content: "\f5c1";
}
.mgz-fa-sun:before {
  content: "\f185";
}
.mgz-fa-superpowers:before {
  content: "\f2dd";
}
.mgz-fa-superscript:before {
  content: "\f12b";
}
.mgz-fa-supple:before {
  content: "\f3f9";
}
.mgz-fa-surprise:before {
  content: "\f5c2";
}
.mgz-fa-suse:before {
  content: "\f7d6";
}
.mgz-fa-swatchbook:before {
  content: "\f5c3";
}
.mgz-fa-swimmer:before {
  content: "\f5c4";
}
.mgz-fa-swimming-pool:before {
  content: "\f5c5";
}
.mgz-fa-symfony:before {
  content: "\f83d";
}
.mgz-fa-synagogue:before {
  content: "\f69b";
}
.mgz-fa-sync:before {
  content: "\f021";
}
.mgz-fa-sync-alt:before {
  content: "\f2f1";
}
.mgz-fa-syringe:before {
  content: "\f48e";
}
.mgz-fa-table:before {
  content: "\f0ce";
}
.mgz-fa-table-tennis:before {
  content: "\f45d";
}
.mgz-fa-tablet:before {
  content: "\f10a";
}
.mgz-fa-tablet-alt:before {
  content: "\f3fa";
}
.mgz-fa-tablets:before {
  content: "\f490";
}
.mgz-fa-tachometer-alt:before {
  content: "\f3fd";
}
.mgz-fa-tag:before {
  content: "\f02b";
}
.mgz-fa-tags:before {
  content: "\f02c";
}
.mgz-fa-tape:before {
  content: "\f4db";
}
.mgz-fa-tasks:before {
  content: "\f0ae";
}
.mgz-fa-taxi:before {
  content: "\f1ba";
}
.mgz-fa-teamspeak:before {
  content: "\f4f9";
}
.mgz-fa-teeth:before {
  content: "\f62e";
}
.mgz-fa-teeth-open:before {
  content: "\f62f";
}
.mgz-fa-telegram:before {
  content: "\f2c6";
}
.mgz-fa-telegram-plane:before {
  content: "\f3fe";
}
.mgz-fa-temperature-high:before {
  content: "\f769";
}
.mgz-fa-temperature-low:before {
  content: "\f76b";
}
.mgz-fa-tencent-weibo:before {
  content: "\f1d5";
}
.mgz-fa-tenge:before {
  content: "\f7d7";
}
.mgz-fa-terminal:before {
  content: "\f120";
}
.mgz-fa-text-height:before {
  content: "\f034";
}
.mgz-fa-text-width:before {
  content: "\f035";
}
.mgz-fa-th:before {
  content: "\f00a";
}
.mgz-fa-th-large:before {
  content: "\f009";
}
.mgz-fa-th-list:before {
  content: "\f00b";
}
.mgz-fa-the-red-yeti:before {
  content: "\f69d";
}
.mgz-fa-theater-masks:before {
  content: "\f630";
}
.mgz-fa-themeco:before {
  content: "\f5c6";
}
.mgz-fa-themeisle:before {
  content: "\f2b2";
}
.mgz-fa-thermometer:before {
  content: "\f491";
}
.mgz-fa-thermometer-empty:before {
  content: "\f2cb";
}
.mgz-fa-thermometer-full:before {
  content: "\f2c7";
}
.mgz-fa-thermometer-half:before {
  content: "\f2c9";
}
.mgz-fa-thermometer-quarter:before {
  content: "\f2ca";
}
.mgz-fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.mgz-fa-think-peaks:before {
  content: "\f731";
}
.mgz-fa-thumbs-down:before {
  content: "\f165";
}
.mgz-fa-thumbs-up:before {
  content: "\f164";
}
.mgz-fa-thumbtack:before {
  content: "\f08d";
}
.mgz-fa-ticket-alt:before {
  content: "\f3ff";
}
.mgz-fa-times:before {
  content: "\f00d";
}
.mgz-fa-times-circle:before {
  content: "\f057";
}
.mgz-fa-tint:before {
  content: "\f043";
}
.mgz-fa-tint-slash:before {
  content: "\f5c7";
}
.mgz-fa-tired:before {
  content: "\f5c8";
}
.mgz-fa-toggle-off:before {
  content: "\f204";
}
.mgz-fa-toggle-on:before {
  content: "\f205";
}
.mgz-fa-toilet:before {
  content: "\f7d8";
}
.mgz-fa-toilet-paper:before {
  content: "\f71e";
}
.mgz-fa-toolbox:before {
  content: "\f552";
}
.mgz-fa-tools:before {
  content: "\f7d9";
}
.mgz-fa-tooth:before {
  content: "\f5c9";
}
.mgz-fa-torah:before {
  content: "\f6a0";
}
.mgz-fa-torii-gate:before {
  content: "\f6a1";
}
.mgz-fa-tractor:before {
  content: "\f722";
}
.mgz-fa-trade-federation:before {
  content: "\f513";
}
.mgz-fa-trademark:before {
  content: "\f25c";
}
.mgz-fa-traffic-light:before {
  content: "\f637";
}
.mgz-fa-train:before {
  content: "\f238";
}
.mgz-fa-tram:before {
  content: "\f7da";
}
.mgz-fa-transgender:before {
  content: "\f224";
}
.mgz-fa-transgender-alt:before {
  content: "\f225";
}
.mgz-fa-trash:before {
  content: "\f1f8";
}
.mgz-fa-trash-alt:before {
  content: "\f2ed";
}
.mgz-fa-trash-restore:before {
  content: "\f829";
}
.mgz-fa-trash-restore-alt:before {
  content: "\f82a";
}
.mgz-fa-tree:before {
  content: "\f1bb";
}
.mgz-fa-trello:before {
  content: "\f181";
}
.mgz-fa-tripadvisor:before {
  content: "\f262";
}
.mgz-fa-trophy:before {
  content: "\f091";
}
.mgz-fa-truck:before {
  content: "\f0d1";
}
.mgz-fa-truck-loading:before {
  content: "\f4de";
}
.mgz-fa-truck-monster:before {
  content: "\f63b";
}
.mgz-fa-truck-moving:before {
  content: "\f4df";
}
.mgz-fa-truck-pickup:before {
  content: "\f63c";
}
.mgz-fa-tshirt:before {
  content: "\f553";
}
.mgz-fa-tty:before {
  content: "\f1e4";
}
.mgz-fa-tumblr:before {
  content: "\f173";
}
.mgz-fa-tumblr-square:before {
  content: "\f174";
}
.mgz-fa-tv:before {
  content: "\f26c";
}
.mgz-fa-twitch:before {
  content: "\f1e8";
}
.mgz-fa-x-twitter:before {
  content: "\e61b";
}
.mgz-fa-x-twitter-square:before {
  content: "\e61a";
}
.mgz-fa-tiktok:before {
  content: "\e07b";
}
.mgz-fa-bluesky:before {
  content: "\e671";
}
.mgz-fa-typo3:before {
  content: "\f42b";
}
.mgz-fa-uber:before {
  content: "\f402";
}
.mgz-fa-ubuntu:before {
  content: "\f7df";
}
.mgz-fa-uikit:before {
  content: "\f403";
}
.mgz-fa-umbrella:before {
  content: "\f0e9";
}
.mgz-fa-umbrella-beach:before {
  content: "\f5ca";
}
.mgz-fa-underline:before {
  content: "\f0cd";
}
.mgz-fa-undo:before {
  content: "\f0e2";
}
.mgz-fa-undo-alt:before {
  content: "\f2ea";
}
.mgz-fa-uniregistry:before {
  content: "\f404";
}
.mgz-fa-universal-access:before {
  content: "\f29a";
}
.mgz-fa-university:before {
  content: "\f19c";
}
.mgz-fa-unlink:before {
  content: "\f127";
}
.mgz-fa-unlock:before {
  content: "\f09c";
}
.mgz-fa-unlock-alt:before {
  content: "\f13e";
}
.mgz-fa-untappd:before {
  content: "\f405";
}
.mgz-fa-upload:before {
  content: "\f093";
}
.mgz-fa-ups:before {
  content: "\f7e0";
}
.mgz-fa-usb:before {
  content: "\f287";
}
.mgz-fa-user:before {
  content: "\f007";
}
.mgz-fa-user-alt:before {
  content: "\f406";
}
.mgz-fa-user-alt-slash:before {
  content: "\f4fa";
}
.mgz-fa-user-astronaut:before {
  content: "\f4fb";
}
.mgz-fa-user-check:before {
  content: "\f4fc";
}
.mgz-fa-user-circle:before {
  content: "\f2bd";
}
.mgz-fa-user-clock:before {
  content: "\f4fd";
}
.mgz-fa-user-cog:before {
  content: "\f4fe";
}
.mgz-fa-user-edit:before {
  content: "\f4ff";
}
.mgz-fa-user-friends:before {
  content: "\f500";
}
.mgz-fa-user-graduate:before {
  content: "\f501";
}
.mgz-fa-user-injured:before {
  content: "\f728";
}
.mgz-fa-user-lock:before {
  content: "\f502";
}
.mgz-fa-user-md:before {
  content: "\f0f0";
}
.mgz-fa-user-minus:before {
  content: "\f503";
}
.mgz-fa-user-ninja:before {
  content: "\f504";
}
.mgz-fa-user-nurse:before {
  content: "\f82f";
}
.mgz-fa-user-plus:before {
  content: "\f234";
}
.mgz-fa-user-secret:before {
  content: "\f21b";
}
.mgz-fa-user-shield:before {
  content: "\f505";
}
.mgz-fa-user-slash:before {
  content: "\f506";
}
.mgz-fa-user-tag:before {
  content: "\f507";
}
.mgz-fa-user-tie:before {
  content: "\f508";
}
.mgz-fa-user-times:before {
  content: "\f235";
}
.mgz-fa-users:before {
  content: "\f0c0";
}
.mgz-fa-users-cog:before {
  content: "\f509";
}
.mgz-fa-usps:before {
  content: "\f7e1";
}
.mgz-fa-ussunnah:before {
  content: "\f407";
}
.mgz-fa-utensil-spoon:before {
  content: "\f2e5";
}
.mgz-fa-utensils:before {
  content: "\f2e7";
}
.mgz-fa-vaadin:before {
  content: "\f408";
}
.mgz-fa-vector-square:before {
  content: "\f5cb";
}
.mgz-fa-venus:before {
  content: "\f221";
}
.mgz-fa-venus-double:before {
  content: "\f226";
}
.mgz-fa-venus-mars:before {
  content: "\f228";
}
.mgz-fa-viacoin:before {
  content: "\f237";
}
.mgz-fa-viadeo:before {
  content: "\f2a9";
}
.mgz-fa-viadeo-square:before {
  content: "\f2aa";
}
.mgz-fa-vial:before {
  content: "\f492";
}
.mgz-fa-vials:before {
  content: "\f493";
}
.mgz-fa-viber:before {
  content: "\f409";
}
.mgz-fa-video:before {
  content: "\f03d";
}
.mgz-fa-video-slash:before {
  content: "\f4e2";
}
.mgz-fa-vihara:before {
  content: "\f6a7";
}
.mgz-fa-vimeo:before {
  content: "\f40a";
}
.mgz-fa-vimeo-square:before {
  content: "\f194";
}
.mgz-fa-vimeo-v:before {
  content: "\f27d";
}
.mgz-fa-vine:before {
  content: "\f1ca";
}
.mgz-fa-vk:before {
  content: "\f189";
}
.mgz-fa-vnv:before {
  content: "\f40b";
}
.mgz-fa-volleyball-ball:before {
  content: "\f45f";
}
.mgz-fa-volume-down:before {
  content: "\f027";
}
.mgz-fa-volume-mute:before {
  content: "\f6a9";
}
.mgz-fa-volume-off:before {
  content: "\f026";
}
.mgz-fa-volume-up:before {
  content: "\f028";
}
.mgz-fa-vote-yea:before {
  content: "\f772";
}
.mgz-fa-vr-cardboard:before {
  content: "\f729";
}
.mgz-fa-vuejs:before {
  content: "\f41f";
}
.mgz-fa-walking:before {
  content: "\f554";
}
.mgz-fa-wallet:before {
  content: "\f555";
}
.mgz-fa-warehouse:before {
  content: "\f494";
}
.mgz-fa-water:before {
  content: "\f773";
}
.mgz-fa-wave-square:before {
  content: "\f83e";
}
.mgz-fa-waze:before {
  content: "\f83f";
}
.mgz-fa-weebly:before {
  content: "\f5cc";
}
.mgz-fa-weibo:before {
  content: "\f18a";
}
.mgz-fa-weight:before {
  content: "\f496";
}
.mgz-fa-weight-hanging:before {
  content: "\f5cd";
}
.mgz-fa-weixin:before {
  content: "\f1d7";
}
.mgz-fa-whatsapp:before {
  content: "\f232";
}
.mgz-fa-whatsapp-square:before {
  content: "\f40c";
}
.mgz-fa-wheelchair:before {
  content: "\f193";
}
.mgz-fa-whmcs:before {
  content: "\f40d";
}
.mgz-fa-wifi:before {
  content: "\f1eb";
}
.mgz-fa-wikipedia-w:before {
  content: "\f266";
}
.mgz-fa-wind:before {
  content: "\f72e";
}
.mgz-fa-window-close:before {
  content: "\f410";
}
.mgz-fa-window-maximize:before {
  content: "\f2d0";
}
.mgz-fa-window-minimize:before {
  content: "\f2d1";
}
.mgz-fa-window-restore:before {
  content: "\f2d2";
}
.mgz-fa-windows:before {
  content: "\f17a";
}
.mgz-fa-wine-bottle:before {
  content: "\f72f";
}
.mgz-fa-wine-glass:before {
  content: "\f4e3";
}
.mgz-fa-wine-glass-alt:before {
  content: "\f5ce";
}
.mgz-fa-wix:before {
  content: "\f5cf";
}
.mgz-fa-wizards-of-the-coast:before {
  content: "\f730";
}
.mgz-fa-wolf-pack-battalion:before {
  content: "\f514";
}
.mgz-fa-won-sign:before {
  content: "\f159";
}
.mgz-fa-wordpress:before {
  content: "\f19a";
}
.mgz-fa-wordpress-simple:before {
  content: "\f411";
}
.mgz-fa-wpbeginner:before {
  content: "\f297";
}
.mgz-fa-wpexplorer:before {
  content: "\f2de";
}
.mgz-fa-wpforms:before {
  content: "\f298";
}
.mgz-fa-wpressr:before {
  content: "\f3e4";
}
.mgz-fa-wrench:before {
  content: "\f0ad";
}
.mgz-fa-x-ray:before {
  content: "\f497";
}
.mgz-fa-xbox:before {
  content: "\f412";
}
.mgz-fa-xing:before {
  content: "\f168";
}
.mgz-fa-xing-square:before {
  content: "\f169";
}
.mgz-fa-y-combinator:before {
  content: "\f23b";
}
.mgz-fa-yahoo:before {
  content: "\f19e";
}
.mgz-fa-yammer:before {
  content: "\f840";
}
.mgz-fa-yandex:before {
  content: "\f413";
}
.mgz-fa-yandex-international:before {
  content: "\f414";
}
.mgz-fa-yarn:before {
  content: "\f7e3";
}
.mgz-fa-yelp:before {
  content: "\f1e9";
}
.mgz-fa-yen-sign:before {
  content: "\f157";
}
.mgz-fa-yin-yang:before {
  content: "\f6ad";
}
.mgz-fa-yoast:before {
  content: "\f2b1";
}
.mgz-fa-youtube:before {
  content: "\f167";
}
.mgz-fa-youtube-square:before {
  content: "\f431";
}
.mgz-fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-solid-900.eot');
  src: url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-solid-900.woff2') format('woff2'), url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-solid-900.woff') format('woff'), url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-solid-900.ttf') format('truetype'), url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-regular-400.eot');
  src: url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-regular-400.woff2') format('woff2'), url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-regular-400.woff') format('woff'), url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-regular-400.ttf') format('truetype'), url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-brands-400.eot');
  src: url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-brands-400.woff2') format('woff2'), url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-brands-400.woff') format('woff'), url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-brands-400.ttf') format('truetype'), url('../../frontend/Orthofeet/child/en_US/Magezon_Core/webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Magezon-Icons';
  src:  url('../../frontend/Orthofeet/child/en_US/Magezon_Core/fonts/mgz_icons.eot?lbpphw');
  src:  url('../../frontend/Orthofeet/child/en_US/Magezon_Core/css/fonts/mgz_icons.eot?lbpphw#iefix') format('embedded-opentype'),
  url('../../frontend/Orthofeet/child/en_US/Magezon_Core/fonts/mgz_icons.ttf?lbpphw') format('truetype'),
  url('../../frontend/Orthofeet/child/en_US/Magezon_Core/fonts/mgz_icons.woff?lbpphw') format('woff'),
  url('../../frontend/Orthofeet/child/en_US/Magezon_Core/fonts/mgz_icons.svg?lbpphw#mgz_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.mgz-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;
}

.mgz-icon:before {
    font-family: inherit;
}

.mgz-icon-search:before {
  content: "\e8b6";
}
.mgz-icon-close:before {
  content: "\e62f";
}
.mgz-icon-add:before {
  content: "\e90d";
}
.mgz-icon-fullscreen:before {
  content: "\e915";
}
.mgz-icon-dragndrop:before {
  content: "\e913";
}
.mgz-icon-edit:before {
  content: "\e91d";
}
.mgz-icon-delete:before {
  content: "\e912";
}
.mgz-icon-clone:before {
  content: "\e911";
}
.mgz-icon-arrow_drop_right:before {
  content: "\e916";
}
.mgz-icon-arrow_drop_down:before {
  content: "\e5c5";
}
.mgz-icon-arrow_drop_up:before {
  content: "\e5c7";
}
.mgz-icon-1-1:before {
  content: "\e900";
}
.mgz-icon-1-2_1-2:before {
  content: "\e901";
}
.mgz-icon-1-3_1-3_1-3:before {
  content: "\e902";
}
.mgz-icon-1-4_1-2_1-4:before {
  content: "\e904";
}
.mgz-icon-1-4_1-4_1-4_1-4:before {
  content: "\e905";
}
.mgz-icon-1-4_3-4:before {
  content: "\e906";
}
.mgz-icon-1-6_1-6_1-6_1-2:before {
  content: "\e907";
}
.mgz-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
  content: "\e908";
}
.mgz-icon-l_15_15_15_15_15:before {
  content: "\e909";
}
.mgz-icon-1-6_2-3_1-6:before {
  content: "\e90a";
}
.mgz-icon-2-3_1-3:before {
  content: "\e90b";
}
.mgz-icon-5-6_1-6:before {
  content: "\e90c";
}
.mgz-icon-1-6_4-6_1-6:before {
  content: "\e90e";
}
.mgz-icon-row:before {
  content: "\e91e";
}
.mgz-icon-fullscreen:before {
  content: "\e915";
}
.mgz-icon-fullscreen_exit:before {
  content: "\e914";
}
.mgz-icon-check-mage:before {
  content: "\e62d";
}
.mgz-icon-plus:before {
  content: "\e61c";
}
.mgz-icon-minus:before {
  content: "\e60f";
}
.mgz-icon-remove:before {
  content: "\e604";
}
.mgz-icon-up:before {
  content: "\e621";
}
.mgz-icon-down:before {
  content: "\e622";
}
.mgz-icon-product:before {
  content: "\e608";
}
.mgz-icon-tabs:before {
  content: "\e879";
}
.mgz-icon-divider:before {
  content: "\e822";
  font-weight: bold;
}
.mgz-icon-spacer:before {
  content: "\e877";
  font-weight: bold;
}
.mgz-settings-icon:before{
  content: "\e910";
}
.mgz-icon-play:before {
  content: "\e939";
}
.mgz-icon-cms:before {
  content: "\e602";
}
.mgz-icon-testimonial:before {
  content: "\e920";
}
.mgz-icon-social-icons:before {
  content: "\e876";
}
.mgz-icon-pricing-table:before {
  content: "\e859";
}
.mgz-icon-accordion:before {
  content: "\e806";
}
.mgz-icon-number-counter:before {
  content: "\e921";
}
.mgz-icon-favorite:before {
  content: "\e895";
}
.mgz-icon-toggle:before {
  content: "\e887";
}
.mgz-icon-slideshow:before {
  content: "\e875";
}
.mgz-icon-icon-list:before {
  content: "\e893";
}
.mgz-icon-flip-box:before {
  content: "\e903";
}
.mgz-icon-code:before {
  content: "\e894";
}
.mgz-icon-countdown:before {
  content: "\e818";
}
.mgz-icon-magezon-pagebuilder:before {
  content: "\e922";
}
.mgz-icon-checkbox:before {
  content: "\e816";
}
.mgz-icon-number-field:before {
  content: "\e846";
}
.mgz-icon-menu-toggle:before {
  content: "\e943";
}
.mgz-icon-button:before {
  content: "\e812";
}
.mgz-icon-text-field:before {
  content: "\e882";
}
.mgz-icon-delete2:before {
  content: "\e630";
}
.mgz-icon-check:before {
  content: "\e5ca";
}
.mgz-icon-tablet-landscape:before {
  content: "\1f4bb";
}
.mgz-icon-mobile-portrait:before {
  content: "\1f4f1";
}
.mgz-icon-mobile-landscape:before {
  content: "\1f4f2";
}
.mgz-icon-desktop:before {
  content: "\1f4fa";
}
.mgz-icon-tablet-portrait:before {
  content: "\1f5b3";
}
.mgz-icon-arrow_downward:before {
  content: "\e5dc";
}
.mgz-icon-stores:before {
  content: "\e60e";
}
.mgz-icon-sales:before {
  content: "\e60b";
}
.mgz-icon-layers:before {
  content: "\1f5d7";
}
.mgz-icon-column:before {
  content: "\23f8";
}
.mgz-icon-minimize:before {
  content: "\e91c";
}[class*='mgz-col-'] {
  width: 100%;
  float: left;
}
.mgz-col-xs-1, .mgz-col-sm-1, .mgz-col-md-1, .mgz-col-lg-1, .mgz-col-xs-2, .mgz-col-sm-2, .mgz-col-md-2, .mgz-col-lg-2, .mgz-col-xs-3, .mgz-col-sm-3, .mgz-col-md-3, .mgz-col-lg-3, .mgz-col-xs-4, .mgz-col-sm-4, .mgz-col-md-4, .mgz-col-lg-4, .mgz-col-xs-5, .mgz-col-sm-5, .mgz-col-md-5, .mgz-col-lg-5, .mgz-col-xs-6, .mgz-col-sm-6, .mgz-col-md-6, .mgz-col-lg-6, .mgz-col-xs-7, .mgz-col-sm-7, .mgz-col-md-7, .mgz-col-lg-7, .mgz-col-xs-8, .mgz-col-sm-8, .mgz-col-md-8, .mgz-col-lg-8, .mgz-col-xs-9, .mgz-col-sm-9, .mgz-col-md-9, .mgz-col-lg-9, .mgz-col-xs-10, .mgz-col-sm-10, .mgz-col-md-10, .mgz-col-lg-10, .mgz-col-xs-11, .mgz-col-sm-11, .mgz-col-md-11, .mgz-col-lg-11, .mgz-col-xs-12, .mgz-col-sm-12, .mgz-col-md-12, .mgz-col-lg-12, .mgz-col-xs-15, .mgz-col-sm-15, .mgz-col-md-15, .mgz-col-lg-15, .mgz-col-xs-25, .mgz-col-sm-25, .mgz-col-md-25, .mgz-col-lg-25, .mgz-col-xs-35, .mgz-col-sm-35, .mgz-col-md-35, .mgz-col-lg-35, .mgz-col-xs-45, .mgz-col-sm-45, .mgz-col-md-45, .mgz-col-lg-45 {
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mgz-col-xs-1, .mgz-col-xs-2, .mgz-col-xs-3, .mgz-col-xs-4, .mgz-col-xs-5, .mgz-col-xs-6, .mgz-col-xs-7, .mgz-col-xs-8, .mgz-col-xs-9, .mgz-col-xs-10, .mgz-col-xs-11, .mgz-col-xs-12, .mgz-col-xs-15, .mgz-col-xs-25, .mgz-col-xs-35, .mgz-col-xs-45 {
  float: left;
}
.mgz-col-xs-12 {
  width: 100%;
}
.mgz-col-xs-11 {
  width: 91.66666667%;
}
.mgz-col-xs-10 {
  width: 83.33333333%;
}
.mgz-col-xs-9 {
  width: 75%;
}
.mgz-col-xs-8 {
  width: 66.66666667%;
}
.mgz-col-xs-7 {
  width: 58.33333333%;
}
.mgz-col-xs-6 {
  width: 50%;
}
.mgz-col-xs-5 {
  width: 41.66666667%;
}
.mgz-col-xs-4 {
  width: 33.33333333%;
}
.mgz-col-xs-3 {
  width: 25%;
}
.mgz-col-xs-15 {
  width: 20%;
}
.mgz-col-xs-25 {
  width: 40%;
}
.mgz-col-xs-35 {
  width: 60%;
}
.mgz-col-xs-45 {
  width: 80%;
}
.mgz-col-xs-2 {
  width: 16.66666667%;
}
.mgz-col-xs-1 {
  width: 8.33333333%;
}
.mgz-col-xs-pull-12 {
  right: 100%;
}
.mgz-col-xs-pull-11 {
  right: 91.66666667%;
}
.mgz-col-xs-pull-10 {
  right: 83.33333333%;
}
.mgz-col-xs-pull-9 {
  right: 75%;
}
.mgz-col-xs-pull-8 {
  right: 66.66666667%;
}
.mgz-col-xs-pull-7 {
  right: 58.33333333%;
}
.mgz-col-xs-pull-6 {
  right: 50%;
}
.mgz-col-xs-pull-5 {
  right: 41.66666667%;
}
.mgz-col-xs-pull-4 {
  right: 33.33333333%;
}
.mgz-col-xs-pull-3 {
  right: 25%;
}
.mgz-col-xs-pull-15 {
  right: 20%;
}
.mgz-col-xs-pull-25 {
  right: 40%;
}
.mgz-col-xs-pull-35 {
  right: 60%;
}
.mgz-col-xs-pull-45 {
  right: 80%;
}
.mgz-col-xs-pull-2 {
  right: 16.66666667%;
}
.mgz-col-xs-pull-1 {
  right: 8.33333333%;
}
.mgz-col-xs-pull-0 {
  right: auto;
}
.mgz-col-xs-push-12 {
  left: 100%;
}
.mgz-col-xs-push-11 {
  left: 91.66666667%;
}
.mgz-col-xs-push-10 {
  left: 83.33333333%;
}
.mgz-col-xs-push-9 {
  left: 75%;
}
.mgz-col-xs-push-8 {
  left: 66.66666667%;
}
.mgz-col-xs-push-7 {
  left: 58.33333333%;
}
.mgz-col-xs-push-6 {
  left: 50%;
}
.mgz-col-xs-push-5 {
  left: 41.66666667%;
}
.mgz-col-xs-push-4 {
  left: 33.33333333%;
}
.mgz-col-xs-push-3 {
  left: 25%;
}
.mgz-col-xs-push-15 {
  left: 20%;
}
.mgz-col-xs-push-25 {
  left: 40%;
}
.mgz-col-xs-push-35 {
  left: 60%;
}
.mgz-col-xs-push-45 {
  left: 80%;
}
.mgz-col-xs-push-2 {
  left: 16.66666667%;
}
.mgz-col-xs-push-1 {
  left: 8.33333333%;
}
.mgz-col-xs-push-0 {
  left: auto;
}
.mgz-col-xs-offset-12 {
  margin-left: 100%;
}
.mgz-col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.mgz-col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.mgz-col-xs-offset-9 {
  margin-left: 75%;
}
.mgz-col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.mgz-col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.mgz-col-xs-offset-6 {
  margin-left: 50%;
}
.mgz-col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.mgz-col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.mgz-col-xs-offset-3 {
  margin-left: 25%;
}
.mgz-col-xs-offset-15 {
  margin-left: 20%;
}
.mgz-col-xs-offset-25 {
  margin-left: 40%;
}
.mgz-col-xs-offset-35 {
  margin-left: 60%;
}
.mgz-col-xs-offset-45 {
  margin-left: 80%;
}
.mgz-col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.mgz-col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.mgz-col-xs-offset-0 {
  margin-left: 0%;
}

.mgz-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.mgz-row:before,
.mgz-row:after {
  content: " ";
  display: table;
}
.mgz-row:after {
  clear: both;
}

.mgz-text-left {
  text-align: left
}

.mgz-text-right {
  text-align: right
}

.mgz-text-center {
  text-align: center
}

.mgz-text-justify {
  text-align: justify
}

.f-right {
  float: right;
  width: auto;
}

.f-left {
  float: left;
  width: auto;
}

.f-none {
  float: none;
  width: auto;
}
@media (min-width: 576px) {
  .mgz-col-sm-1, .mgz-col-sm-2, .mgz-col-sm-3, .mgz-col-sm-4, .mgz-col-sm-5, .mgz-col-sm-6, .mgz-col-sm-7, .mgz-col-sm-8, .mgz-col-sm-9, .mgz-col-sm-10, .mgz-col-sm-11, .mgz-col-sm-12, .mgz-col-sm-15, .mgz-col-sm-25, .mgz-col-sm-35, .mgz-col-sm-45 {
    float: left;
  }
  .mgz-col-sm-12 {
    width: 100%;
  }
  .mgz-col-sm-11 {
    width: 91.66666667%;
  }
  .mgz-col-sm-10 {
    width: 83.33333333%;
  }
  .mgz-col-sm-9 {
    width: 75%;
  }
  .mgz-col-sm-8 {
    width: 66.66666667%;
  }
  .mgz-col-sm-7 {
    width: 58.33333333%;
  }
  .mgz-col-sm-6 {
    width: 50%;
  }
  .mgz-col-sm-5 {
    width: 41.66666667%;
  }
  .mgz-col-sm-4 {
    width: 33.33333333%;
  }
  .mgz-col-sm-3 {
    width: 25%;
  }
  .mgz-col-sm-15 {
    width: 20%;
  }
  .mgz-col-sm-25 {
    width: 40%;
  }
  .mgz-col-sm-35 {
    width: 60%;
  }
  .mgz-col-sm-45 {
    width: 80%;
  }
  .mgz-col-sm-2 {
    width: 16.66666667%;
  }
  .mgz-col-sm-1 {
    width: 8.33333333%;
  }
  .mgz-col-sm-pull-12 {
    right: 100%;
  }
  .mgz-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-sm-pull-9 {
    right: 75%;
  }
  .mgz-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-sm-pull-6 {
    right: 50%;
  }
  .mgz-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-sm-pull-3 {
    right: 25%;
  }
  .mgz-col-sm-pull-15 {
    right: 20%;
  }
  .mgz-col-sm-pull-25 {
    right: 40%;
  }
  .mgz-col-sm-pull-35 {
    right: 60%;
  }
  .mgz-col-sm-pull-45 {
    right: 80%;
  }
  .mgz-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-sm-pull-0 {
    right: auto;
  }
  .mgz-col-sm-push-12 {
    left: 100%;
  }
  .mgz-col-sm-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-sm-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-sm-push-9 {
    left: 75%;
  }
  .mgz-col-sm-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-sm-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-sm-push-6 {
    left: 50%;
  }
  .mgz-col-sm-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-sm-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-sm-push-3 {
    left: 25%;
  }
  .mgz-col-sm-push-15 {
    left: 20%;
  }
  .mgz-col-sm-push-25 {
    left: 40%;
  }
  .mgz-col-sm-push-35 {
    left: 60%;
  }
  .mgz-col-sm-push-45 {
    left: 80%;
  }
  .mgz-col-sm-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-sm-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-sm-push-0 {
    left: auto;
  }
  .mgz-col-sm-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-sm-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-sm-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-sm-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-sm-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-sm-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-sm-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-sm-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .mgz-col-md-1, .mgz-col-md-2, .mgz-col-md-3, .mgz-col-md-4, .mgz-col-md-5, .mgz-col-md-6, .mgz-col-md-7, .mgz-col-md-8, .mgz-col-md-9, .mgz-col-md-10, .mgz-col-md-11, .mgz-col-md-12, .mgz-col-md-15, .mgz-col-md-25, .mgz-col-md-35, .mgz-col-md-45 {
    float: left;
  }
  .mgz-col-md-12 {
    width: 100%;
  }
  .mgz-col-md-11 {
    width: 91.66666667%;
  }
  .mgz-col-md-10 {
    width: 83.33333333%;
  }
  .mgz-col-md-9 {
    width: 75%;
  }
  .mgz-col-md-8 {
    width: 66.66666667%;
  }
  .mgz-col-md-7 {
    width: 58.33333333%;
  }
  .mgz-col-md-6 {
    width: 50%;
  }
  .mgz-col-md-5 {
    width: 41.66666667%;
  }
  .mgz-col-md-4 {
    width: 33.33333333%;
  }
  .mgz-col-md-3 {
    width: 25%;
  }
  .mgz-col-md-15 {
    width: 20%;
  }
  .mgz-col-md-25 {
    width: 40%;
  }
  .mgz-col-md-35 {
    width: 60%;
  }
  .mgz-col-md-45 {
    width: 80%;
  }
  .mgz-col-md-2 {
    width: 16.66666667%;
  }
  .mgz-col-md-1 {
    width: 8.33333333%;
  }
  .mgz-col-md-pull-12 {
    right: 100%;
  }
  .mgz-col-md-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-md-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-md-pull-9 {
    right: 75%;
  }
  .mgz-col-md-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-md-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-md-pull-6 {
    right: 50%;
  }
  .mgz-col-md-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-md-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-md-pull-3 {
    right: 25%;
  }
  .mgz-col-md-pull-15 {
    right: 20%;
  }
  .mgz-col-md-pull-25 {
    right: 40%;
  }
  .mgz-col-md-pull-35 {
    right: 60%;
  }
  .mgz-col-md-pull-45 {
    right: 80%;
  }
  .mgz-col-md-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-md-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-md-pull-0 {
    right: auto;
  }
  .mgz-col-md-push-12 {
    left: 100%;
  }
  .mgz-col-md-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-md-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-md-push-9 {
    left: 75%;
  }
  .mgz-col-md-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-md-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-md-push-6 {
    left: 50%;
  }
  .mgz-col-md-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-md-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-md-push-3 {
    left: 25%;
  }
  .mgz-col-md-push-15 {
    left: 20%;
  }
  .mgz-col-md-push-25 {
    left: 40%;
  }
  .mgz-col-md-push-35 {
    left: 60%;
  }
  .mgz-col-md-push-45 {
    left: 80%;
  }
  .mgz-col-md-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-md-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-md-push-0 {
    left: auto;
  }
  .mgz-col-md-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-md-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-md-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-md-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-md-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-md-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-md-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-md-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .mgz-col-lg-1, .mgz-col-lg-2, .mgz-col-lg-3, .mgz-col-lg-4, .mgz-col-lg-5, .mgz-col-lg-6, .mgz-col-lg-7, .mgz-col-lg-8, .mgz-col-lg-9, .mgz-col-lg-10, .mgz-col-lg-11, .mgz-col-lg-12, .mgz-col-lg-15, .mgz-col-lg-25, .mgz-col-lg-35, .mgz-col-lg-45 {
    float: left;
  }
  .mgz-col-lg-12 {
    width: 100%;
  }
  .mgz-col-lg-11 {
    width: 91.66666667%;
  }
  .mgz-col-lg-10 {
    width: 83.33333333%;
  }
  .mgz-col-lg-9 {
    width: 75%;
  }
  .mgz-col-lg-8 {
    width: 66.66666667%;
  }
  .mgz-col-lg-7 {
    width: 58.33333333%;
  }
  .mgz-col-lg-6 {
    width: 50%;
  }
  .mgz-col-lg-5 {
    width: 41.66666667%;
  }
  .mgz-col-lg-4 {
    width: 33.33333333%;
  }
  .mgz-col-lg-3 {
    width: 25%;
  }
  .mgz-col-lg-15 {
    width: 20%;
  }
  .mgz-col-lg-25 {
    width: 40%;
  }
  .mgz-col-lg-35 {
    width: 60%;
  }
  .mgz-col-lg-45 {
    width: 80%;
  }
  .mgz-col-lg-2 {
    width: 16.66666667%;
  }
  .mgz-col-lg-1 {
    width: 8.33333333%;
  }
  .mgz-col-lg-pull-12 {
    right: 100%;
  }
  .mgz-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-lg-pull-9 {
    right: 75%;
  }
  .mgz-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-lg-pull-6 {
    right: 50%;
  }
  .mgz-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-lg-pull-3 {
    right: 25%;
  }
  .mgz-col-lg-pull-15 {
    right: 20%;
  }
  .mgz-col-lg-pull-25 {
    right: 40%;
  }
  .mgz-col-lg-pull-35 {
    right: 60%;
  }
  .mgz-col-lg-pull-45 {
    right: 80%;
  }
  .mgz-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-lg-pull-0 {
    right: auto;
  }
  .mgz-col-lg-push-12 {
    left: 100%;
  }
  .mgz-col-lg-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-lg-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-lg-push-9 {
    left: 75%;
  }
  .mgz-col-lg-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-lg-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-lg-push-6 {
    left: 50%;
  }
  .mgz-col-lg-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-lg-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-lg-push-3 {
    left: 25%;
  }
  .mgz-col-lg-push-15 {
    left: 20%;
  }
  .mgz-col-lg-push-25 {
    left: 40%;
  }
  .mgz-col-lg-push-35 {
    left: 60%;
  }
  .mgz-col-lg-push-45 {
    left: 80%;
  }
  .mgz-col-lg-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-lg-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-lg-push-0 {
    left: auto;
  }
  .mgz-col-lg-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-lg-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-lg-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-lg-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-lg-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-lg-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-lg-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-lg-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .mgz-col-xl-1, .mgz-col-xl-2, .mgz-col-xl-3, .mgz-col-xl-4, .mgz-col-xl-5, .mgz-col-xl-6, .mgz-col-xl-7, .mgz-col-xl-8, .mgz-col-xl-9, .mgz-col-xl-10, .mgz-col-xl-11, .mgz-col-xl-12, .mgz-col-xl-15, .mgz-col-xl-25, .mgz-col-xl-35, .mgz-col-xl-45 {
    float: left;
  }
  .mgz-col-xl-12 {
    width: 100%;
  }
  .mgz-col-xl-11 {
    width: 91.66666667%;
  }
  .mgz-col-xl-10 {
    width: 83.33333333%;
  }
  .mgz-col-xl-9 {
    width: 75%;
  }
  .mgz-col-xl-8 {
    width: 66.66666667%;
  }
  .mgz-col-xl-7 {
    width: 58.33333333%;
  }
  .mgz-col-xl-6 {
    width: 50%;
  }
  .mgz-col-xl-5 {
    width: 41.66666667%;
  }
  .mgz-col-xl-4 {
    width: 33.33333333%;
  }
  .mgz-col-xl-3 {
    width: 25%;
  }
  .mgz-col-xl-15 {
    width: 20%;
  }
  .mgz-col-xl-25 {
    width: 40%;
  }
  .mgz-col-xl-35 {
    width: 60%;
  }
  .mgz-col-xl-45 {
    width: 80%;
  }
  .mgz-col-xl-2 {
    width: 16.66666667%;
  }
  .mgz-col-xl-1 {
    width: 8.33333333%;
  }
  .mgz-col-xl-pull-12 {
    right: 100%;
  }
  .mgz-col-xl-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-xl-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-xl-pull-9 {
    right: 75%;
  }
  .mgz-col-xl-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-xl-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-xl-pull-6 {
    right: 50%;
  }
  .mgz-col-xl-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-xl-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-xl-pull-3 {
    right: 25%;
  }
  .mgz-col-xl-pull-15 {
    right: 20%;
  }
  .mgz-col-xl-pull-25 {
    right: 40%;
  }
  .mgz-col-xl-pull-35 {
    right: 60%;
  }
  .mgz-col-xl-pull-45 {
    right: 80%;
  }
  .mgz-col-xl-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-xl-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-xl-pull-0 {
    right: auto;
  }
  .mgz-col-xl-push-12 {
    left: 100%;
  }
  .mgz-col-xl-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-xl-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-xl-push-9 {
    left: 75%;
  }
  .mgz-col-xl-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-xl-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-xl-push-6 {
    left: 50%;
  }
  .mgz-col-xl-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-xl-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-xl-push-3 {
    left: 25%;
  }
  .mgz-col-xl-push-15 {
    left: 20%;
  }
  .mgz-col-xl-push-25 {
    left: 40%;
  }
  .mgz-col-xl-push-35 {
    left: 60%;
  }
  .mgz-col-xl-push-45 {
    left: 80%;
  }
  .mgz-col-xl-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-xl-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-xl-push-0 {
    left: auto;
  }
  .mgz-col-xl-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-xl-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-xl-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-xl-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-xl-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-xl-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-xl-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-xl-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-xl-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 575px) {
  .mgz-grid-col-xs-6 > div:nth-child(6n+1),
  .mgz-grid-col-xs-3 > div:nth-child(3n+1),
  .mgz-grid-col-xs-4 > div:nth-child(4n+1),
  .mgz-grid-col-xs-15 > div:nth-child(5n+1),
  .mgz-grid-col-xs-2 > div:nth-child(2n+1) {
    clear: left;
  }
  .mgz-grid-col-xs-6> div,
  .mgz-grid-col-xs-3 > div,
  .mgz-grid-col-xs-4 > div,
  .mgz-grid-col-xs-15 > div,
  .mgz-grid-col-xs-2 > div {
    float: left;
  }
  .mgz-grid-col-xs-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xs-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xs-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xs-15 > div {
    width: 20%;
  }
  .mgz-grid-col-xs-2 > div {
    width: 50%;
  }
  .mgz-hidden-xs {
    display: none !important;
  }
  .xs_left {
    text-align: left;
  }
  .xs_center {
    text-align: center;
  }
  .xs_right {
    text-align: right;
  }
  .xs_f-right {
    float: right;
  }
  .xs_f-left {
    float: left;
  }
  .xs_f-none {
    float: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mgz-grid-col-xs-12 > div:nth-child(12n+1),
  .mgz-grid-col-xs-6 > div:nth-child(6n+1),
  .mgz-grid-col-xs-5 > div:nth-child(5n+1),
  .mgz-grid-col-xs-4 > div:nth-child(4n+1),
  .mgz-grid-col-xs-3 > div:nth-child(3n+1),
  .mgz-grid-col-xs-2 > div:nth-child(2n+1),
  .mgz-grid-col-xs-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-xs-12 > div,
  .mgz-grid-col-xs-6 > div,
  .mgz-grid-col-xs-5 > div,
  .mgz-grid-col-xs-4 > div,
  .mgz-grid-col-xs-3 > div,
  .mgz-grid-col-xs-2 > div,
  .mgz-grid-col-xs-1 > div {
    float: left;
  }
  .mgz-grid-col-xs-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-xs-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xs-5 > div {
    width: 20%;
  }
  .mgz-grid-col-xs-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xs-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xs-2 > div {
    width: 50%;
  }
  .mgz-grid-col-xs-1 > div {
    width: 100%;
  }
  .mgz-hidden-sm {
    display: none !important;
  }
  .sm_left {
    text-align: left;
  }
  .sm_center {
    text-align: center;
  }
  .sm_right {
    text-align: right;
  }
  .sm_f-right {
    float: right;
  }
  .sm_f-left {
    float: left;
  }
  .sm_f-none {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mgz-grid-col-md-12 > div:nth-child(12n+1),
  .mgz-grid-col-md-6 > div:nth-child(6n+1),
  .mgz-grid-col-md-5 > div:nth-child(5n+1),
  .mgz-grid-col-md-4 > div:nth-child(4n+1),
  .mgz-grid-col-md-3 > div:nth-child(3n+1),
  .mgz-grid-col-md-2 > div:nth-child(2n+1),
  .mgz-grid-col-md-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-md-12 > div,
  .mgz-grid-col-md-6 > div,
  .mgz-grid-col-md-5 > div,
  .mgz-grid-col-md-4 > div,
  .mgz-grid-col-md-3 > div,
  .mgz-grid-col-md-2 > div,
  .mgz-grid-col-md-1 > div {
    float: left;
  }
  .mgz-grid-col-md-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-md-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-md-5 > div {
    width: 20%;
  }
  .mgz-grid-col-md-4 > div {
    width: 25%;
  }
  .mgz-grid-col-md-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-md-2 > div {
    width: 50%;
  }
  .mgz-grid-col-md-1 > div {
    width: 100%;
  }
  .mgz-hidden-md {
    display: none !important;
  }
  .md_left {
    text-align: left;
  }
  .md_center {
    text-align: center;
  }
  .md_right {
    text-align: right;
  }
  .md_f-right {
    float: right;
  }
  .md_f-left {
    float: left;
  }
  .md_f-none {
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mgz-grid-col-lg-12 > div:nth-child(12n+1),
  .mgz-grid-col-lg-6 > div:nth-child(6n+1),
  .mgz-grid-col-lg-5 > div:nth-child(5n+1),
  .mgz-grid-col-lg-4 > div:nth-child(4n+1),
  .mgz-grid-col-lg-3 > div:nth-child(3n+1),
  .mgz-grid-col-lg-2 > div:nth-child(2n+1),
  .mgz-grid-col-lg-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-lg-12 > div,
  .mgz-grid-col-lg-6 > div,
  .mgz-grid-col-lg-5 > div,
  .mgz-grid-col-lg-4 > div,
  .mgz-grid-col-lg-3 > div,
  .mgz-grid-col-lg-2 > div,
  .mgz-grid-col-lg-1 > div {
    float: left;
  }
  .mgz-grid-col-lg-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-lg-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-lg-5 > div {
    width: 20%;
  }
  .mgz-grid-col-lg-4 > div {
    width: 25%;
  }
  .mgz-grid-col-lg-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-lg-2 > div {
    width: 50%;
  }
  .mgz-grid-col-lg-1 > div {
    width: 100%;
  }
  .mgz-hidden-lg {
    display: none !important;
  }
  .lg_left {
    text-align: left;
  }
  .lg_center {
    text-align: center;
  }
  .lg_right {
    text-align: right;
  }
  .lg_f-right {
    float: right;
  }
  .lg_f-left {
    float: left;
  }
  .lg_f-none {
    float: none;
  }
}
@media (min-width: 1200px) {
  .mgz-grid-col-xl-12 > div:nth-child(12n+1),
  .mgz-grid-col-xl-6 > div:nth-child(6n+1),
  .mgz-grid-col-xl-5 > div:nth-child(5n+1),
  .mgz-grid-col-xl-4 > div:nth-child(4n+1),
  .mgz-grid-col-xl-3 > div:nth-child(3n+1),
  .mgz-grid-col-xl-2 > div:nth-child(2n+1),
  .mgz-grid-col-xl-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-xl-12 > div,
  .mgz-grid-col-xl-6 > div,
  .mgz-grid-col-xl-5 > div,
  .mgz-grid-col-xl-4 > div,
  .mgz-grid-col-xl-3 > div,
  .mgz-grid-col-xl-2 > div,
  .mgz-grid-col-xl-1 > div {
    float: left;
  }
  .mgz-grid-col-xl-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-xl-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xl-5 > div {
    width: 20%;
  }
  .mgz-grid-col-xl-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xl-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xl-2 > div {
    width: 50%;
  }
  .mgz-grid-col-xl-1 > div {
    width: 100%;
  }
  .mgz-hidden-xl {
    display: none !important;
  }
  .xl_left {
    text-align: left;
  }
  .xl_center {
    text-align: center;
  }
  .xl_right {
    text-align: right;
  }
  .xl_f-right {
    float: right;
  }
  .xl_f-left {
    float: left;
  }
  .xl_f-none {
    float: none;
  }
}
.mgz-pull-right {
  float: right !important;
}
.mgz-pull-left {
  float: left !important;
}@font-face{font-family:mgz_openiconic;src:url(../../frontend/Orthofeet/child/en_US/Magezon_Builder/fonts/mgz_openiconic.eot?54101537);src:url(../../frontend/Orthofeet/child/en_US/Magezon_Builder/fonts/mgz_openiconic.eot?54101537#iefix) format('embedded-opentype'),url(../../frontend/Orthofeet/child/en_US/Magezon_Builder/fonts/mgz_openiconic.woff?54101537) format('woff'),url(../../frontend/Orthofeet/child/en_US/Magezon_Builder/fonts/mgz_openiconic.ttf?54101537) format('truetype'),url(../../frontend/Orthofeet/child/en_US/Magezon_Builder/fonts/mgz_openiconic.svg?54101537#mgz_openiconic) format('svg');font-weight:400;font-style:normal}[class*=" mgz-oi-"]:before,[class^=mgz-oi-]:before{font-family:mgz_openiconic;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}.mgz-oi-dial:before{content:'\e800'}.mgz-oi-pilcrow:before{content:'\e801'}.mgz-oi-at:before{content:'\e802'}.mgz-oi-hash:before{content:'\e803'}.mgz-oi-key-inv:before{content:'\e804'}.mgz-oi-key:before{content:'\e805'}.mgz-oi-chart-pie-alt:before{content:'\e806'}.mgz-oi-chart-pie:before{content:'\e807'}.mgz-oi-chart-bar:before{content:'\e808'}.mgz-oi-umbrella:before{content:'\e809'}.mgz-oi-moon-inv:before{content:'\e80a'}.mgz-oi-mobile:before{content:'\e80b'}.mgz-oi-cd:before{content:'\e80c'}.mgz-oi-split:before{content:'\e80d'}.mgz-oi-exchange:before{content:'\e80e'}.mgz-oi-block:before{content:'\e80f'}.mgz-oi-resize-full:before{content:'\e810'}.mgz-oi-article-alt:before{content:'\e811'}.mgz-oi-article:before{content:'\e812'}.mgz-oi-pencil-alt:before{content:'\e813'}.mgz-oi-undo:before{content:'\e814'}.mgz-oi-attach:before{content:'\e815'}.mgz-oi-link:before{content:'\e816'}.mgz-oi-search:before{content:'\e817'}.mgz-oi-mail:before{content:'\e818'}.mgz-oi-heart:before{content:'\e819'}.mgz-oi-comment:before{content:'\e81a'}.mgz-oi-resize-full-alt:before{content:'\e81b'}.mgz-oi-lock:before{content:'\e81c'}.mgz-oi-book-open:before{content:'\e81d'}.mgz-oi-arrow-curved:before{content:'\e81e'}.mgz-oi-equalizer:before{content:'\e81f'}.mgz-oi-heart-empty:before{content:'\e820'}.mgz-oi-lock-empty:before{content:'\e821'}.mgz-oi-comment-inv:before{content:'\e822'}.mgz-oi-folder:before{content:'\e823'}.mgz-oi-resize-small:before{content:'\e824'}.mgz-oi-play:before{content:'\e825'}.mgz-oi-cursor:before{content:'\e826'}.mgz-oi-aperture:before{content:'\e827'}.mgz-oi-play-circle2:before{content:'\e828'}.mgz-oi-resize-small-alt:before{content:'\e829'}.mgz-oi-folder-empty:before{content:'\e82a'}.mgz-oi-comment-alt:before{content:'\e82b'}.mgz-oi-lock-open:before{content:'\e82c'}.mgz-oi-star:before{content:'\e82d'}.mgz-oi-user:before{content:'\e82e'}.mgz-oi-lock-open-empty:before{content:'\e82f'}.mgz-oi-box:before{content:'\e830'}.mgz-oi-resize-vertical:before{content:'\e831'}.mgz-oi-stop:before{content:'\e832'}.mgz-oi-aperture-alt:before{content:'\e833'}.mgz-oi-book:before{content:'\e834'}.mgz-oi-steering-wheel:before{content:'\e835'}.mgz-oi-pause:before{content:'\e836'}.mgz-oi-to-start:before{content:'\e837'}.mgz-oi-move:before{content:'\e838'}.mgz-oi-resize-horizontal:before{content:'\e839'}.mgz-oi-rss-alt:before{content:'\e83a'}.mgz-oi-comment-alt2:before{content:'\e83b'}.mgz-oi-rss:before{content:'\e83c'}.mgz-oi-comment-inv-alt:before{content:'\e83d'}.mgz-oi-comment-inv-alt2:before{content:'\e83e'}.mgz-oi-eye:before{content:'\e83f'}.mgz-oi-pin:before{content:'\e840'}.mgz-oi-video:before{content:'\e841'}.mgz-oi-picture:before{content:'\e842'}.mgz-oi-camera:before{content:'\e843'}.mgz-oi-tag:before{content:'\e844'}.mgz-oi-chat:before{content:'\e845'}.mgz-oi-cog:before{content:'\e846'}.mgz-oi-popup:before{content:'\e847'}.mgz-oi-to-end:before{content:'\e848'}.mgz-oi-book-alt:before{content:'\e849'}.mgz-oi-brush:before{content:'\e84a'}.mgz-oi-eject:before{content:'\e84b'}.mgz-oi-down:before{content:'\e84c'}.mgz-oi-wrench:before{content:'\e84d'}.mgz-oi-chat-inv:before{content:'\e84e'}.mgz-oi-tag-empty:before{content:'\e84f'}.mgz-oi-ok:before{content:'\e850'}.mgz-oi-ok-circle:before{content:'\e851'}.mgz-oi-download:before{content:'\e852'}.mgz-oi-location:before{content:'\e853'}.mgz-oi-share:before{content:'\e854'}.mgz-oi-left:before{content:'\e855'}.mgz-oi-target:before{content:'\e856'}.mgz-oi-brush-alt:before{content:'\e857'}.mgz-oi-cancel:before{content:'\e858'}.mgz-oi-upload:before{content:'\e859'}.mgz-oi-location-inv:before{content:'\e85a'}.mgz-oi-calendar:before{content:'\e85b'}.mgz-oi-right:before{content:'\e85c'}.mgz-oi-signal:before{content:'\e85d'}.mgz-oi-eyedropper:before{content:'\e85e'}.mgz-oi-layers:before{content:'\e85f'}.mgz-oi-award:before{content:'\e860'}.mgz-oi-up:before{content:'\e861'}.mgz-oi-calendar-inv:before{content:'\e862'}.mgz-oi-location-alt:before{content:'\e863'}.mgz-oi-download-cloud:before{content:'\e864'}.mgz-oi-cancel-circle:before{content:'\e865'}.mgz-oi-plus:before{content:'\e866'}.mgz-oi-upload-cloud:before{content:'\e867'}.mgz-oi-compass:before{content:'\e868'}.mgz-oi-calendar-alt:before{content:'\e869'}.mgz-oi-down-circle:before{content:'\e86a'}.mgz-oi-award-empty:before{content:'\e86b'}.mgz-oi-layers-alt:before{content:'\e86c'}.mgz-oi-sun:before{content:'\e86d'}.mgz-oi-list:before{content:'\e86e'}.mgz-oi-left-circle:before{content:'\e86f'}.mgz-oi-mic:before{content:'\e870'}.mgz-oi-trash:before{content:'\e871'}.mgz-oi-quote-left:before{content:'\e872'}.mgz-oi-plus-circle:before{content:'\e873'}.mgz-oi-minus:before{content:'\e874'}.mgz-oi-quote-right:before{content:'\e875'}.mgz-oi-trash-empty:before{content:'\e876'}.mgz-oi-volume-off:before{content:'\e877'}.mgz-oi-right-circle:before{content:'\e878'}.mgz-oi-list-nested:before{content:'\e879'}.mgz-oi-sun-inv:before{content:'\e87a'}.mgz-oi-bat-empty:before{content:'\e87b'}.mgz-oi-up-circle:before{content:'\e87c'}.mgz-oi-volume-up:before{content:'\e87d'}.mgz-oi-doc:before{content:'\e87e'}.mgz-oi-quote-left-alt:before{content:'\e87f'}.mgz-oi-minus-circle:before{content:'\e880'}.mgz-oi-cloud:before{content:'\e881'}.mgz-oi-rain:before{content:'\e882'}.mgz-oi-bat-half:before{content:'\e883'}.mgz-oi-cw:before{content:'\e884'}.mgz-oi-headphones:before{content:'\e885'}.mgz-oi-doc-inv:before{content:'\e886'}.mgz-oi-quote-right-alt:before{content:'\e887'}.mgz-oi-help:before{content:'\e888'}.mgz-oi-info:before{content:'\e889'}.mgz-oi-pencil:before{content:'\e88a'}.mgz-oi-doc-alt:before{content:'\e88b'}.mgz-oi-clock:before{content:'\e88c'}.mgz-oi-loop:before{content:'\e88d'}.mgz-oi-bat-full:before{content:'\e88e'}.mgz-oi-flash:before{content:'\e88f'}.mgz-oi-moon:before{content:'\e890'}.mgz-oi-bat-charge:before{content:'\e891'}.mgz-oi-loop-alt:before{content:'\e892'}.mgz-oi-lamp:before{content:'\e893'}.mgz-oi-doc-inv-alt:before{content:'\e894'}.mgz-oi-pencil-neg:before{content:'\e895'}.mgz-oi-home:before{content:'\e896'}@charset "UTF-8";
.mgz-flex,
.mgz-flex-position-top-left,
.mgz-flex-position-top-center,
.mgz-flex-position-top-right,
.mgz-flex-position-middle-left,
.mgz-flex-position-center-left,
.mgz-flex-position-middle-center,
.mgz-flex-position-center-center,
.mgz-flex-position-middle-right,
.mgz-flex-position-center-right,
.mgz-flex-position-bottom-left,
.mgz-flex-position-bottom-center,
.mgz-flex-position-bottom-right,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content
    > .mgz-element,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content
    > .mgz-element,
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner,
.mgz-socialicons li,
.mgz-countdown {
    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;
}
a.mgz-btn {
    color: #333;
}
.mgz-btn:not(.primary) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button.mgz-btn {
    border: 0;
}
.mgz-btn {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    word-wrap: break-word;
    text-decoration: none;
    position: relative;
    line-height: normal;
    padding: 10px 20px;
    color: #333;
    background-color: #e3e3e3;
    font-size: 1.4rem;
    max-width: 100%;
    height: auto;
}
.mgz-btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #5e5e5e;
    background-color: #dcdcdc;
    text-decoration: none;
}
.mgz-btn:focus {
    outline: none;
}
.mgz-btn.mgz-btn-save,
.mgz-btn.mgz-btn-cancel,
.mgz-btn.mgz-btn-replace {
    padding: 15px 20px;
    font-size: 1.6rem;
    font-weight: 500;
    min-width: 140px;
}
.mgz-btn.mgz-btn-save {
    background: #007dbd;
    color: #fff;
}
.mgz-btn.mgz-btn-save:hover {
    background: #0073ae;
}
.mgz-btn.mgz-btn-cancel {
    color: #fff;
    background-color: #afafaf;
}
.mgz-btn.mgz-btn-cancel:hover {
    background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-replace {
    float: left;
    color: #fff;
    background-color: #afafaf;
}
.mgz-btn.mgz-btn-replace:hover {
    background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-delete {
    color: #fff;
    background-color: #e22626;
}
.mgz-btn.mgz-btn-delete:hover {
    background-color: #ca1c1c;
}
.parallax-wrapper {
    position: relative !important;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.mgz-icon,
.tabs-opener:before {
    font-family: "Magezon-Icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mgz-fa {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.mgz-fa-s {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.mgz-fa-r {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.mgz-liststyle {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*!
 * ImageHover.css - http://www.imagehover.io
 * Version 1.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */
.mgz-hover {
    position: relative;
    overflow: hidden;
    display: block;
}
.mgz-hover-description {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transform: translateZ(0);
}
.mgz-hover-main {
    overflow: hidden;
}
[class^="mgz-hover-"] > img,
[class*=" mgz-hover-"] > img {
    vertical-align: top;
    max-width: 100%;
}
[class^="mgz-hover-"] .mgz-hover-description,
[class*=" mgz-hover-"] .mgz-hover-description {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
[class^="mgz-hover-"],
[class*=" mgz-hover-"],
[class^="mgz-hover-"]:before,
[class^="mgz-hover-"]:after,
[class*=" mgz-hover-"]:before,
[class*=" mgz-hover-"]:after,
[class^="mgz-hover-"] *,
[class*=" mgz-hover-"] *,
[class^="mgz-hover-"] *:before,
[class^="mgz-hover-"] *:after,
[class*=" mgz-hover-"] *:before,
[class*=" mgz-hover-"] *:after {
    box-sizing: border-box;
    transition: all 0.35s ease;
}
/* mgz-hover-fade-*
----------------------------- */
[class^="mgz-hover-fade"] .mgz-hover-description,
[class*=" mgz-hover-fade"] .mgz-hover-description {
    opacity: 0;
}
[class^="mgz-hover-fade"]:hover > .mgz-hover-main,
[class*=" mgz-hover-fade"]:hover > .mgz-hover-main {
    opacity: 0;
}
[class^="mgz-hover-fade"]:hover .mgz-hover-description,
[class*=" mgz-hover-fade"]:hover .mgz-hover-description {
    opacity: 1;
}
[class^="mgz-hover-fade"]:hover > .mgz-hover-main,
[class^="mgz-hover-fade"]:hover .mgz-hover-description,
[class*=" mgz-hover-fade"]:hover > .mgz-hover-main,
[class*=" mgz-hover-fade"]:hover .mgz-hover-description {
    transform: translate(0, 0);
}
/* mgz-hover-fade
----------------------------- */
/* mgz-hover-fade-in-up
----------------------------- */
.mgz-hover-fade-in-up .mgz-hover-description {
    transform: translate(0, 15%);
}
/* mgz-hover-fade-in-down
----------------------------- */
.mgz-hover-fade-in-down .mgz-hover-description {
    transform: translate(0, -15%);
}
/* mgz-hover-fade-in-left
----------------------------- */
.mgz-hover-fade-in-left .mgz-hover-description {
    transform: translate(-15%, 0);
}
/* mgz-hover-fade-in-right
----------------------------- */
.mgz-hover-fade-in-right .mgz-hover-description {
    transform: translate(15%, 0);
}
/* mgz-hover-push-*
----------------------------- */
[class^="mgz-hover-push-"]:hover .mgz-hover-description,
[class*=" mgz-hover-push-"]:hover .mgz-hover-description {
    transform: translate(0, 0);
}
/* mgz-hover-push-up
----------------------------- */
.mgz-hover-push-up .mgz-hover-description {
    transform: translateY(100%);
}
.mgz-hover-push-up:hover > .mgz-hover-main {
    transform: translateY(-100%);
}
/* mgz-hover-push-down
----------------------------- */
.mgz-hover-push-down .mgz-hover-description {
    transform: translateY(-100%);
}
.mgz-hover-push-down:hover > .mgz-hover-main {
    transform: translateY(100%);
}
/* mgz-hover-push-left
----------------------------- */
.mgz-hover-push-left .mgz-hover-description {
    transform: translateX(100%);
}
.mgz-hover-push-left:hover > .mgz-hover-main {
    transform: translateX(-100%);
}
/* mgz-hover-push--right
----------------------------- */
.mgz-hover-push-right .mgz-hover-description {
    transform: translateX(-100%);
}
.mgz-hover-push-right:hover > .mgz-hover-main {
    transform: translateX(100%);
}
/* mgz-hover-slide-*
----------------------------- */
[class^="mgz-hover-slide-"]:hover .mgz-hover-description,
[class*=" mgz-hover-slide-"]:hover .mgz-hover-description {
    transform: translate(0, 0);
}
/* mgz-hover-slide-up
----------------------------- */
.mgz-hover-slide-up .mgz-hover-description {
    transform: translateY(100%);
}
/* mgz-hover-slide-down
----------------------------- */
.mgz-hover-slide-down .mgz-hover-description {
    transform: translateY(-100%);
}
/* mgz-hover-slide-left
----------------------------- */
.mgz-hover-slide-left .mgz-hover-description {
    transform: translateX(100%);
}
/* mgz-hover-slide-right
----------------------------- */
.mgz-hover-slide-right .mgz-hover-description {
    transform: translateX(-100%);
}
/* mgz-hover-slide-top-left
----------------------------- */
.mgz-hover-slide-top-left .mgz-hover-description {
    transform: translate(-100%, -100%);
}
/* mgz-hover-slide-top-right
----------------------------- */
.mgz-hover-slide-top-right .mgz-hover-description {
    transform: translate(100%, -100%);
}
/* mgz-hover-slide-bottom-left
----------------------------- */
.mgz-hover-slide-bottom-left .mgz-hover-description {
    transform: translate(-100%, 100%);
}
/* mgz-hover-slide-bottom-right
----------------------------- */
.mgz-hover-slide-bottom-right .mgz-hover-description {
    transform: translate(100%, 100%);
}
/* mgz-hover-reveal-*
----------------------------- */
[class^="mgz-hover-reveal-"]:before,
[class*=" mgz-hover-reveal-"]:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #007dbd;
}
[class^="mgz-hover-reveal-"] .mgz-hover-description,
[class*=" mgz-hover-reveal-"] .mgz-hover-description {
    opacity: 0;
}
[class^="mgz-hover-reveal-"]:hover:before,
[class*=" mgz-hover-reveal-"]:hover:before {
    transform: translate(0, 0);
}
[class^="mgz-hover-reveal-"]:hover .mgz-hover-description,
[class*=" mgz-hover-reveal-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-reveal-up
----------------------------- */
.mgz-hover-reveal-up:before {
    transform: translateY(100%);
}
/* mgz-hover-reveal-down
----------------------------- */
.mgz-hover-reveal-down:before {
    transform: translateY(-100%);
}
/* mgz-hover-reveal-left
----------------------------- */
.mgz-hover-reveal-left:before {
    transform: translateX(100%);
}
/* mgz-hover-reveal-right
----------------------------- */
.mgz-hover-reveal-right:before {
    transform: translateX(-100%);
}
/* mgz-hover-reveal-top-left
----------------------------- */
.mgz-hover-reveal-top-left:before {
    transform: translate(-100%, -100%);
}
/* mgz-hover-reveal-top-right
----------------------------- */
.mgz-hover-reveal-top-right:before {
    transform: translate(100%, -100%);
}
/* mgz-hover-reveal-bottom-left
----------------------------- */
.mgz-hover-reveal-bottom-left:before {
    transform: translate(-100%, 100%);
}
/* mgz-hover-reveal-bottom-right
----------------------------- */
.mgz-hover-reveal-bottom-right:before {
    transform: translate(100%, 100%);
}
/* mgz-hover-hinge-*
----------------------------- */
[class^="mgz-hover-hinge-"],
[class*=" mgz-hover-hinge-"] {
    perspective: 50em;
}
[class^="mgz-hover-hinge-"] .mgz-hover-description,
[class*=" mgz-hover-hinge-"] .mgz-hover-description {
    opacity: 0;
    z-index: 1;
}
[class^="mgz-hover-hinge-"]:hover img,
[class*=" mgz-hover-hinge-"]:hover img {
    opacity: 0;
}
[class^="mgz-hover-hinge-"]:hover .mgz-hover-description,
[class*=" mgz-hover-hinge-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-hinge-up
----------------------------- */
.mgz-hover-hinge-up img {
    transform-origin: 50% 0%;
}
.mgz-hover-hinge-up .mgz-hover-description {
    transform: rotateX(90deg);
    transform-origin: 50% 100%;
}
.mgz-hover-hinge-up:hover > .mgz-hover-main {
    transform: rotateX(-90deg);
}
.mgz-hover-hinge-up:hover .mgz-hover-description {
    transform: rotateX(0);
}
/* mgz-hover-hinge-down
----------------------------- */
.mgz-hover-hinge-down img {
    transform-origin: 50% 100%;
}
.mgz-hover-hinge-down .mgz-hover-description {
    transform: rotateX(-90deg);
    transform-origin: 50% -50%;
}
.mgz-hover-hinge-down:hover > .mgz-hover-main {
    transform: rotateX(90deg);
    opacity: 0;
}
.mgz-hover-hinge-down:hover .mgz-hover-description {
    transform: rotateX(0);
}
/* mgz-hover-hinge-left
----------------------------- */
.mgz-hover-hinge-left img {
    transform-origin: 0% 50%;
}
.mgz-hover-hinge-left .mgz-hover-description {
    transform: rotateY(-90deg);
    transform-origin: 100% 50%;
}
.mgz-hover-hinge-left:hover > .mgz-hover-main {
    transform: rotateY(90deg);
}
.mgz-hover-hinge-left:hover .mgz-hover-description {
    transform: rotateY(0);
}
/* mgz-hover-hinge-right
----------------------------- */
.mgz-hover-hinge-right img {
    transform-origin: 100% 50%;
}
.mgz-hover-hinge-right .mgz-hover-description {
    transform: rotateY(90deg);
    transform-origin: 0 50%;
}
.mgz-hover-hinge-right:hover > .mgz-hover-main {
    transform: rotateY(-90deg);
}
.mgz-hover-hinge-right:hover .mgz-hover-description {
    transform: rotateY(0);
}
/* mgz-hover-flip-*
----------------------------- */
[class^="mgz-hover-flip-"],
[class*=" mgz-hover-flip-"] {
    perspective: 50em;
}
[class^="mgz-hover-flip-"] img,
[class*=" mgz-hover-flip-"] img {
    backface-visibility: hidden;
}
[class^="mgz-hover-flip-"] .mgz-hover-description,
[class*=" mgz-hover-flip-"] .mgz-hover-description {
    opacity: 0;
}
[class^="mgz-hover-flip-"]:hover > .mgz-hover-main,
[class*=" mgz-hover-flip-"]:hover > .mgz-hover-main {
    opacity: 0;
}
[class^="mgz-hover-flip-"]:hover .mgz-hover-description,
[class*=" mgz-hover-flip-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.14s;
}
/* mgz-hover-flip-horiz
----------------------------- */
.mgz-hover-flip-horiz .mgz-hover-description {
    transform: rotateX(90deg);
    transform-origin: 0% 50%;
}
.mgz-hover-flip-horiz:hover img {
    transform: rotateX(-180deg);
}
.mgz-hover-flip-horiz:hover .mgz-hover-description {
    transform: rotateX(0deg);
}
/* mgz-hover-flip-vert
----------------------------- */
.mgz-hover-flip-vert .mgz-hover-description {
    transform: rotateY(90deg);
    transform-origin: 50% 0%;
}
.mgz-hover-flip-vert:hover > .mgz-hover-main {
    transform: rotateY(-180deg);
}
.mgz-hover-flip-vert:hover .mgz-hover-description {
    transform: rotateY(0deg);
}
/* mgz-hover-flip-diag-1
----------------------------- */
.mgz-hover-flip-diag-1 .mgz-hover-description {
    transform: rotate3d(1, -1, 0, 100deg);
}
.mgz-hover-flip-diag-1:hover > .mgz-hover-main {
    transform: rotate3d(-1, 1, 0, 100deg);
}
.mgz-hover-flip-diag-1:hover .mgz-hover-description {
    transform: rotate3d(0, 0, 0, 0deg);
}
/* mgz-hover-flip-diag-2
----------------------------- */
.mgz-hover-flip-diag-2 .mgz-hover-description {
    transform: rotate3d(1, 1, 0, 100deg);
}
.mgz-hover-flip-diag-2:hover > .mgz-hover-main {
    transform: rotate3d(-1, -1, 0, 100deg);
}
.mgz-hover-flip-diag-2:hover .mgz-hover-description {
    transform: rotate3d(0, 0, 0, 0deg);
}
/* mgz-hover-shutter-out-*
----------------------------- */
[class^="mgz-hover-shutter-out-"]:before,
[class*=" mgz-hover-shutter-out-"]:before {
    background: #007dbd;
    position: absolute;
    content: "";
    transition-delay: 0.105s;
}
[class^="mgz-hover-shutter-out-"] .mgz-hover-description,
[class*=" mgz-hover-shutter-out-"] .mgz-hover-description {
    opacity: 0;
    transition-delay: 0s;
}
[class^="mgz-hover-shutter-out-"]:hover:before,
[class*=" mgz-hover-shutter-out-"]:hover:before {
    transition-delay: 0s;
}
[class^="mgz-hover-shutter-out-"]:hover .mgz-hover-description,
[class*=" mgz-hover-shutter-out-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.105s;
}
/* mgz-hover-shutter-out-horiz
----------------------------- */
.mgz-hover-shutter-out-horiz:before {
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
}
.mgz-hover-shutter-out-horiz:hover:before {
    left: 0;
    right: 0;
}
/* mgz-hover-shutter-out-vert
----------------------------- */
.mgz-hover-shutter-out-vert:before {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
}
.mgz-hover-shutter-out-vert:hover:before {
    top: 0;
    bottom: 0;
}
/* mgz-hover-shutter-out-diag-1
----------------------------- */
.mgz-hover-shutter-out-diag-1:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    transform: rotate(45deg);
}
.mgz-hover-shutter-out-diag-1:hover:before {
    top: -35%;
    bottom: -35%;
}
/* mgz-hover-shutter-out-diag-2
----------------------------- */
.mgz-hover-shutter-out-diag-2:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    transform: rotate(-45deg);
}
.mgz-hover-shutter-out-diag-2:hover:before {
    top: -35%;
    bottom: -35%;
}
/* mgz-hover-shutter-in-*
----------------------------- */
[class^="mgz-hover-shutter-in-"]:after,
[class^="mgz-hover-shutter-in-"]:before,
[class*=" mgz-hover-shutter-in-"]:after,
[class*=" mgz-hover-shutter-in-"]:before {
    background: #007dbd;
    position: absolute;
    content: "";
}
[class^="mgz-hover-shutter-in-"]:after,
[class*=" mgz-hover-shutter-in-"]:after {
    top: 0;
    left: 0;
}
[class^="mgz-hover-shutter-in-"]:before,
[class*=" mgz-hover-shutter-in-"]:before {
    right: 0;
    bottom: 0;
}
[class^="mgz-hover-shutter-in-"] .mgz-hover-description,
[class*=" mgz-hover-shutter-in-"] .mgz-hover-description {
    opacity: 0;
    z-index: 1;
}
[class^="mgz-hover-shutter-in-"]:hover .mgz-hover-description,
[class*=" mgz-hover-shutter-in-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-shutter-in-horiz
----------------------------- */
.mgz-hover-shutter-in-horiz:after,
.mgz-hover-shutter-in-horiz:before {
    width: 0;
    height: 100%;
}
.mgz-hover-shutter-in-horiz:hover:after,
.mgz-hover-shutter-in-horiz:hover:before {
    width: 50%;
}
/* mgz-hover-shutter-in-vert
----------------------------- */
.mgz-hover-shutter-in-vert:after,
.mgz-hover-shutter-in-vert:before {
    height: 0;
    width: 100%;
}
.mgz-hover-shutter-in-vert:hover:after,
.mgz-hover-shutter-in-vert:hover:before {
    height: 50%;
}
/* mgz-hover-shutter-in-out-horiz
----------------------------- */
.mgz-hover-shutter-in-out-horiz:after,
.mgz-hover-shutter-in-out-horiz:before {
    width: 0;
    height: 100%;
    opacity: 0.75;
}
.mgz-hover-shutter-in-out-horiz:hover:after,
.mgz-hover-shutter-in-out-horiz:hover:before {
    width: 100%;
}
/* mgz-hover-shutter-in-out-vert
----------------------------- */
.mgz-hover-shutter-in-out-vert:after,
.mgz-hover-shutter-in-out-vert:before {
    height: 0;
    width: 100%;
    opacity: 0.75;
}
.mgz-hover-shutter-in-out-vert:hover:after,
.mgz-hover-shutter-in-out-vert:hover:before {
    height: 100%;
}
/* mgz-hover-shutter-in-out-diag-1
----------------------------- */
.mgz-hover-shutter-in-out-diag-1:after,
.mgz-hover-shutter-in-out-diag-1:before {
    width: 200%;
    height: 200%;
    transition: all 0.6s ease;
    opacity: 0.75;
}
.mgz-hover-shutter-in-out-diag-1:after {
    transform: skew(-45deg) translateX(-150%);
}
.mgz-hover-shutter-in-out-diag-1:before {
    transform: skew(-45deg) translateX(150%);
}
.mgz-hover-shutter-in-out-diag-1:hover:after {
    transform: skew(-45deg) translateX(-50%);
}
.mgz-hover-shutter-in-out-diag-1:hover:before {
    transform: skew(-45deg) translateX(50%);
}
/* mgz-hover-shutter-in-out-diag-2
----------------------------- */
.mgz-hover-shutter-in-out-diag-2:after,
.mgz-hover-shutter-in-out-diag-2:before {
    width: 200%;
    height: 200%;
    transition: all 0.6s ease;
    opacity: 0.75;
}
.mgz-hover-shutter-in-out-diag-2:after {
    transform: skew(45deg) translateX(-100%);
}
.mgz-hover-shutter-in-out-diag-2:before {
    transform: skew(45deg) translateX(100%);
}
.mgz-hover-shutter-in-out-diag-2:hover:after {
    transform: skew(45deg) translateX(0%);
}
.mgz-hover-shutter-in-out-diag-2:hover:before {
    transform: skew(45deg) translateX(0%);
}
/* mgz-hover-fold*
----------------------------- */
[class^="mgz-hover-fold"],
[class*=" mgz-hover-fold"] {
    perspective: 50em;
}
[class^="mgz-hover-fold"] img,
[class*=" mgz-hover-fold"] img {
    transform-origin: 50% 0%;
}
[class^="mgz-hover-fold"] .mgz-hover-description,
[class*=" mgz-hover-fold"] .mgz-hover-description {
    z-index: 1;
    opacity: 0;
}
[class^="mgz-hover-fold"]:hover > .mgz-hover-main,
[class*=" mgz-hover-fold"]:hover > .mgz-hover-main {
    opacity: 0;
    transition-delay: 0;
}
[class^="mgz-hover-fold"]:hover .mgz-hover-description,
[class*=" mgz-hover-fold"]:hover .mgz-hover-description {
    transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-fold-up
----------------------------- */
.mgz-hover-fold-up > img {
    transform-origin: 50% 0%;
}
.mgz-hover-fold-up .mgz-hover-description {
    transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    transform-origin: 50% 100%;
}
.mgz-hover-fold-up:hover > .mgz-hover-main {
    transform: rotateX(90deg) scale(0.6) translateY(50%);
}
/* mgz-hover-fold-down
----------------------------- */
.mgz-hover-fold-down > img {
    transform-origin: 50% 100%;
}
.mgz-hover-fold-down .mgz-hover-description {
    transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
    transform-origin: 50% 0%;
}
.mgz-hover-fold-down:hover > .mgz-hover-main {
    transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}
/* mgz-hover-fold-left
----------------------------- */
.mgz-hover-fold-left > img {
    transform-origin: 0% 50%;
}
.mgz-hover-fold-left .mgz-hover-description {
    transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
    transform-origin: 100% 50%;
}
.mgz-hover-fold-left:hover > .mgz-hover-main {
    transform: rotateY(-90deg) scale(0.6) translateX(50%);
}
/* mgz-hover-fold-right
----------------------------- */
.mgz-hover-fold-right > img {
    transform-origin: 100% 50%;
}
.mgz-hover-fold-right .mgz-hover-description {
    transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
    transform-origin: 0 50%;
}
.mgz-hover-fold-right:hover > .mgz-hover-main {
    transform: rotateY(90deg) scale(0.6) translateX(-50%);
}
/* mgz-hover-zoom-in
----------------------------- */
.mgz-hover-zoom-in .mgz-hover-description {
    opacity: 0;
    transform: scale(0.5);
}
.mgz-hover-zoom-in:hover .mgz-hover-description {
    transform: scale(1);
    opacity: 1;
}
/* mgz-hover-zoom-out*
----------------------------- */
[class^="mgz-hover-zoom-out"] .mgz-hover-description,
[class*=" mgz-hover-zoom-out"] .mgz-hover-description {
    transform: scale(0.5);
    transform-origin: 50% 50%;
    opacity: 0;
}
[class^="mgz-hover-zoom-out"]:hover .mgz-hover-description,
[class^="mgz-hover-zoom-out"].hover .mgz-hover-description,
[class*=" mgz-hover-zoom-out"]:hover .mgz-hover-description,
[class*=" mgz-hover-zoom-out"].hover .mgz-hover-description {
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-zoom-out
----------------------------- */
.mgz-hover-zoom-out:hover > .mgz-hover-main {
    transform: scale(0.5);
    opacity: 0;
}
/* mgz-hover-zoom-out-up
----------------------------- */
.mgz-hover-zoom-out-up:hover > .mgz-hover-main,
.mgz-hover-zoom-out-up.hover > img {
    animation: mgz-hover-zoom-out-up 0.4025s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-up {
    50% {
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-up {
    50% {
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-down
----------------------------- */
.mgz-hover-zoom-out-down:hover > .mgz-hover-main,
.mgz-hover-zoom-out-down.hover > img {
    animation: mgz-hover-zoom-out-down 0.4025s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-down {
    50% {
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-down {
    50% {
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-left
----------------------------- */
.mgz-hover-zoom-out-left:hover > .mgz-hover-main,
.mgz-hover-zoom-out-left.hover > img {
    animation: mgz-hover-zoom-out-left 0.4025s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-left {
    50% {
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-left {
    50% {
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-right
----------------------------- */
.mgz-hover-zoom-out-right:hover > .mgz-hover-main,
.mgz-hover-zoom-out-right.hover > img {
    animation: mgz-hover-zoom-out-right 0.4025s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-right {
    50% {
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-right {
    50% {
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-flip-horiz
----------------------------- */
.mgz-hover-zoom-out-flip-horiz {
    perspective: 50em;
}
.mgz-hover-zoom-out-flip-horiz .mgz-hover-description {
    opacity: 0;
    transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.mgz-hover-zoom-out-flip-horiz:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-horiz.hover > img {
    transform: rotateX(-100deg) translateY(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}
.mgz-hover-zoom-out-flip-horiz:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-horiz.hover .mgz-hover-description {
    transform: rotateX(0) translateY(0%) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-zoom-out-flip-vert
----------------------------- */
.mgz-hover-zoom-out-flip-vert {
    perspective: 50em;
}
.mgz-hover-zoom-out-flip-vert .mgz-hover-description {
    opacity: 0;
    transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.mgz-hover-zoom-out-flip-vert:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-vert.hover > img {
    transform: rotateY(-100deg) translateX(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}
.mgz-hover-zoom-out-flip-vert:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-vert.hover .mgz-hover-description {
    transform: rotateY(0) translate(0, 0) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-blur
----------------------------- */
.mgz-hover-blur .mgz-hover-description {
    opacity: 0;
}
.mgz-hover-blur:hover > .mgz-hover-main {
    filter: blur(30px);
    transform: scale(1.2);
    opacity: 0;
}
.mgz-hover-blur:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-zoom-in
----------------------------- */
.mgz-hover-zoom-in .mgz-hover-description {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.mgz-hover-zoom-in:hover .mgz-hover-description {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/* mgz-hover-zoom-out*
----------------------------- */
[class^="mgz-hover-zoom-out"] .mgz-hover-description,
[class*=" mgz-hover-zoom-out"] .mgz-hover-description {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
}
[class^="mgz-hover-zoom-out"]:hover .mgz-hover-description,
[class^="mgz-hover-zoom-out"].hover .mgz-hover-description,
[class*=" mgz-hover-zoom-out"]:hover .mgz-hover-description,
[class*=" mgz-hover-zoom-out"].hover .mgz-hover-description {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-zoom-out
----------------------------- */
.mgz-hover-zoom-out:hover > .mgz-hover-main {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
/* mgz-hover-zoom-out-up
----------------------------- */
.mgz-hover-zoom-out-up:hover > .mgz-hover-main,
.mgz-hover-zoom-out-up.hover > img {
    -webkit-animation: mgz-hover-zoom-out-up 0.4025s linear;
    animation: mgz-hover-zoom-out-up 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-down
----------------------------- */
.mgz-hover-zoom-out-down:hover > .mgz-hover-main,
.mgz-hover-zoom-out-down.hover > img {
    -webkit-animation: mgz-hover-zoom-out-down 0.4025s linear;
    animation: mgz-hover-zoom-out-down 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(150%);
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(150%);
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-left
----------------------------- */
.mgz-hover-zoom-out-left:hover > .mgz-hover-main,
.mgz-hover-zoom-out-left.hover > img {
    -webkit-animation: mgz-hover-zoom-out-left 0.4025s linear;
    animation: mgz-hover-zoom-out-left 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-right
----------------------------- */
.mgz-hover-zoom-out-right:hover > .mgz-hover-main,
.mgz-hover-zoom-out-right.hover > img {
    -webkit-animation: mgz-hover-zoom-out-right 0.4025s linear;
    animation: mgz-hover-zoom-out-right 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(150%);
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(150%);
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-flip-horiz
----------------------------- */
.mgz-hover-zoom-out-flip-horiz {
    -webkit-perspective: 50em;
    perspective: 50em;
}
.mgz-hover-zoom-out-flip-horiz .mgz-hover-description {
    opacity: 0;
    -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
    transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.mgz-hover-zoom-out-flip-horiz:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-horiz.hover > img {
    -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
    transform: rotateX(-100deg) translateY(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}
.mgz-hover-zoom-out-flip-horiz:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-horiz.hover .mgz-hover-description {
    -webkit-transform: rotateX(0) translateY(0%) scale(1);
    transform: rotateX(0) translateY(0%) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-zoom-out-flip-vert
----------------------------- */
.mgz-hover-zoom-out-flip-vert {
    -webkit-perspective: 50em;
    perspective: 50em;
}
.mgz-hover-zoom-out-flip-vert .mgz-hover-description {
    opacity: 0;
    -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.mgz-hover-zoom-out-flip-vert:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-vert.hover > img {
    -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
    transform: rotateY(-100deg) translateX(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}
.mgz-hover-zoom-out-flip-vert:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-vert.hover .mgz-hover-description {
    -webkit-transform: rotateY(0) translate(0, 0) scale(1);
    transform: rotateY(0) translate(0, 0) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-blur
----------------------------- */
.mgz-hover-blur .mgz-hover-description {
    opacity: 0;
}
.mgz-hover-blur:hover > .mgz-hover-main {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}
.mgz-hover-blur:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-scale
----------------------------- */
.mgz-hover-zoom .mgz-hover-description {
    opacity: 0;
}
.mgz-hover-zoom:hover > img,
.mgz-hover-zoom:hover > .mgz-hover-main {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.mgz-hover-zoom:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
.mgz-image-hovers.owl-carousel .owl-item {
    overflow: hidden;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-zoomin {
    opacity: 1;
    -webkit-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    -ms-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-zoomout {
    opacity: 1;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: opacity 1s, -webkit-transform 1s !important;
    transition: opacity 1s, -webkit-transform 1s !important;
    -o-transition: opacity 1s, transform 1s !important;
    transition: opacity 1s, transform 1s !important;
    transition: opacity 1s, transform 1s, -webkit-transform 1s !important;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-liftup {
    -webkit-transform: perspective(1000px) scale(1);
    transform: perspective(1000px) scale(1);
    -webkit-transition: -webkit-transform 0.35s !important;
    transition: -webkit-transform 0.35s !important;
    -o-transition: transform 0.35s !important;
    transition: transform 0.35s !important;
    transition: transform 0.35s, -webkit-transform 0.35s !important;
    position: relative;
    z-index: 1;
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-zoomin {
    opacity: 0.9;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-zoomout {
    opacity: 0.9;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-liftup {
    -webkit-transform: perspective(1000px) scale(1.03);
    transform: perspective(1000px) scale(1.03);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-liftup:before {
    opacity: 1;
}
.mgz-image-hovers .hover-type-zoomin {
    overflow: hidden;
}
.mgz-image-hovers .hover-type-zoomin img {
    opacity: 1;
    -webkit-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    -ms-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
}
.mgz-image-hovers .hover-type-zoomin:hover img {
    opacity: 0.9;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.mgz-image-hovers .hover-type-zoomout {
    overflow: hidden;
}
.mgz-image-hovers .hover-type-zoomout img {
    opacity: 1;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: opacity 1s, -webkit-transform 1s !important;
    transition: opacity 1s, -webkit-transform 1s !important;
    -o-transition: opacity 1s, transform 1s !important;
    transition: opacity 1s, transform 1s !important;
    transition: opacity 1s, transform 1s, -webkit-transform 1s !important;
}
.mgz-image-hovers .hover-type-zoomout:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mgz-image-hovers .hover-type-liftup {
    position: relative;
}
.mgz-image-hovers .hover-type-liftup img {
    -webkit-transform: perspective(1000px) scale(1);
    transform: perspective(1000px) scale(1);
    -webkit-transition: -webkit-transform 0.35s !important;
    transition: -webkit-transform 0.35s !important;
    -o-transition: transform 0.35s !important;
    transition: transform 0.35s !important;
    transition: transform 0.35s, -webkit-transform 0.35s !important;
    position: relative;
    z-index: 1;
}
.mgz-image-hovers .hover-type-liftup:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: opacity 0.35s !important;
    -o-transition: opacity 0.35s !important;
    transition: opacity 0.35s !important;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    opacity: 0;
}
.mgz-image-hovers .hover-type-liftup:hover img {
    -webkit-transform: perspective(1000px) scale(1.03);
    transform: perspective(1000px) scale(1.03);
}
.mgz-image-hovers .hover-type-liftup:hover:before {
    opacity: 1;
}
.mgz-hover-image {
    float: right;
}
.mgz-hover.zoom .mgz-hover-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.mgz-hover.zoom:hover .mgz-hover-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.mgz-hover.border:before {
    border: 2px solid #fff;
    top: -2px;
    bottom: -2px;
    right: -2px;
    left: -2px;
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
.mgz-hover.border:hover:before {
    top: 15px;
    bottom: 15px;
    right: 15px;
    left: 15px;
    z-index: 1;
}
.mgz-hover.flashed:after {
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -300%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -300%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -300%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -300%, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 200px;
    background: rgba(255, 255, 255, 0.5);
    content: "";
}
.mgz-hover.flashed:hover:after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 300%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 300%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 300%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 300%, 0);
}
.mgz-hover.shadow {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.mgz-hover.shadow:hover {
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
.mgz-position-top-left {
    position: absolute;
    top: 0;
    left: 0;
}
.mgz-position-top-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.mgz-position-top-right {
    position: absolute;
    top: 0;
    right: 0;
}
.mgz-position-middle-left,
.mgz-position-center-left {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.mgz-position-middle-center,
.mgz-position-center-center {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.mgz-position-middle-right,
.mgz-position-center-right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.mgz-position-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}
.mgz-position-bottom-center {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.mgz-position-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}
.mgz-flex-position-top-left {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.mgz-flex-position-top-center {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.mgz-flex-position-top-right {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.mgz-flex-position-middle-left,
.mgz-flex-position-center-left {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.mgz-flex-position-middle-center,
.mgz-flex-position-center-center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.mgz-flex-position-middle-right,
.mgz-flex-position-center-right {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.mgz-flex-position-bottom-left {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.mgz-flex-position-bottom-center {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.mgz-flex-position-bottom-right {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.mgz-bg-transform-wrapper {
    overflow: hidden;
}
.mgz-bg-transform-zoom-in:hover .mgz-bg,
.mgz-bg-transform-zoom-out .mgz-bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.mgz-bg-transform-zoom-out:hover .mgz-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mgz-bg-transform-move-left .mgz-bg {
    -webkit-transform: scale(1.2) translateX(8%);
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%);
}
.mgz-bg-transform-move-left:hover .mgz-bg,
.mgz-bg-transform-move-right .mgz-bg {
    -webkit-transform: scale(1.2) translateX(-8%);
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%);
}
.mgz-bg-transform-move-right:hover .mgz-bg {
    -webkit-transform: scale(1.2) translateX(8%);
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%);
}
.mgz-bg-transform-move-up .mgz-bg {
    -webkit-transform: scale(1.2) translateY(8%);
    -ms-transform: scale(1.2) translateY(8%);
    transform: scale(1.2) translateY(8%);
}
.mgz-bg-transform-move-down .mgz-bg,
.mgz-bg-transform-move-up:hover .mgz-bg {
    -webkit-transform: scale(1.2) translateY(-8%);
    -ms-transform: scale(1.2) translateY(-8%);
    transform: scale(1.2) translateY(-8%);
}
.mgz-bg-transform-move-down:hover .mgz-bg {
    -webkit-transform: scale(1.2) translateY(8%);
    -ms-transform: scale(1.2) translateY(8%);
    transform: scale(1.2) translateY(8%);
}
*[class*="mgz-animated-item--"] {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    width: 100%;
}
.mgz-animated-content:hover .mgz-animated-item--grow {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.mgz-animated-content:hover .mgz-animated-item--shrink {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
.mgz-animated-content:hover .mgz-animated-item--enter-zoom-in,
.mgz-animated-content:hover .mgz-animated-item--enter-zoom-out,
.mgz-animated-content:hover .mgz-animated-item--fade-in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-in,
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-out,
.mgz-animated-content:hover .mgz-animated-item--fade-out {
    opacity: 0;
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-out {
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-in {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.mgz-animated-content:hover .mgz-animated-item--enter-from-bottom,
.mgz-animated-content:hover .mgz-animated-item--enter-from-left,
.mgz-animated-content:hover .mgz-animated-item--enter-from-right,
.mgz-animated-content:hover .mgz-animated-item--enter-from-top {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-right {
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-left {
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-top {
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    transform: translateY(-600px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-bottom {
    -webkit-transform: translateY(600px);
    -ms-transform: translateY(600px);
    transform: translateY(600px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-bottom,
.mgz-animated-content:hover .mgz-animated-item--exit-to-left,
.mgz-animated-content:hover .mgz-animated-item--exit-to-right,
.mgz-animated-content:hover .mgz-animated-item--exit-to-top {
    opacity: 0;
}
.mgz-animated-content:hover .mgz-animated-item--move-right {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-left {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-up {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-down {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.mgz-animated-content [class^="elementor-animated-item"] {
    will-change: transform, opacity;
}
.mgz-animated-content .mgz-animated-item--enter-zoom-in {
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}
.mgz-animated-content .mgz-animated-item--enter-zoom-out {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.mgz-animated-content .mgz-animated-item--enter-zoom-in,
.mgz-animated-content .mgz-animated-item--enter-zoom-out,
.mgz-animated-content .mgz-animated-item--fade-in {
    opacity: 0;
}
.mgz-animated-content .mgz-animated-item--exit-zoom-in,
.mgz-animated-content .mgz-animated-item--exit-zoom-out,
.mgz-animated-content .mgz-animated-item--fade-out {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mgz-animated-content .mgz-animated-item--enter-from-right {
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
}
.mgz-animated-content .mgz-animated-item--enter-from-left {
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
}
.mgz-animated-content .mgz-animated-item--enter-from-top {
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    transform: translateY(-600px);
}
.mgz-animated-content .mgz-animated-item--enter-from-bottom {
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
}
.mgz-animated-content .mgz-animated-item--enter-from-bottom,
.mgz-animated-content .mgz-animated-item--enter-from-left,
.mgz-animated-content .mgz-animated-item--enter-from-right,
.mgz-animated-content .mgz-animated-item--enter-from-top {
    opacity: 0;
}
.mgz-animated-content .mgz-animated-item--exit-to-bottom,
.mgz-animated-content .mgz-animated-item--exit-to-left,
.mgz-animated-content .mgz-animated-item--exit-to-right,
.mgz-animated-content .mgz-animated-item--exit-to-top {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}
@-moz-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}
@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
}
@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}
@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}
@keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}
@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}
@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}
@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}
@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}
@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}
@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}
@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade 0.7s ease both;
    -moz-animation: scaleToFade 0.7s ease both;
    animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown 0.6s ease both;
    -moz-animation: goDown 0.6s ease both;
    animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 0.5s ease both;
    -moz-animation: scaleUpFrom 0.5s ease both;
    animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 0.5s ease both;
    -moz-animation: scaleUpTo 0.5s ease both;
    animation: scaleUpTo 0.5s ease both;
}
.mgz-element-inner {
    height: 100%;
    position: relative;
}
.mgz-element-inner:before,
.mgz-element-inner:after {
    content: " ";
    display: table;
    clear: both;
}
.inner-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.inner-content:before,
.inner-content:after {
    content: " ";
    display: table;
    clear: both;
}
.magezon-builder-preload .mgz-element {
    z-index: 0;
}
.mgz-child:not(:last-child) > .mgz-element-inner {
    margin-bottom: 15px;
}
.mgz-element {
    position: relative;
    text-align: left;
}
.mgz-element:before,
.mgz-element:after {
    content: " ";
    display: table;
    clear: both;
}
.mgz-element p:last-child {
    margin-bottom: 0;
}
.mgz-element .title {
    font-weight: 400;
}
.mgz-element-title-align-left .inner-content {
    margin-left: 0 !important;
}
.mgz-element-title-align-right .inner-content {
    margin-right: 0 !important;
}
.mgz-parallax,
.mgz-parallax-inner,
.mgz-parallax-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mgz-parallax {
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}
.mgz-parallax.mgz-parallax-mouse-parallax {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mgz-parallax .mgz-parallax-inner {
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.mgz-parallax .mgz-parallax-inner * {
    background-position: inherit !important;
    background-size: inherit !important;
    background-repeat: inherit !important;
}
.mgz-mfp .mfp-title {
    position: absolute;
    margin-top: 10px;
}
.mgz-mfp .mfp-counter {
    top: auto;
    bottom: -25px;
}
.mgz-animated {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.mgz-animated:not(.mgz_start_animation) {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.mgz_start_animation {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.mgz-animated-infinite {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes mgz_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mgz_ttb {
    0% {
        -moz-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mgz_ttb {
    0% {
        -o-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mgz_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        -o-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes mgz_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mgz_btt {
    0% {
        -moz-transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mgz_btt {
    0% {
        -o-transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mgz_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        -o-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes mgz_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mgz_ltr {
    0% {
        -moz-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mgz_ltr {
    0% {
        -o-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mgz_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        -ms-transform: translate(-10%, 0);
        -o-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes mgz_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mgz_rtl {
    0% {
        -moz-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mgz_rtl {
    0% {
        -o-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mgz_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        -ms-transform: translate(10%, 0);
        -o-transform: translate(10%, 0);
        transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes mgz_appear {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes mgz_appear {
    0% {
        -moz-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes mgz_appear {
    0% {
        -o-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}
@keyframes mgz_appear {
    0% {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.mgz_top-to-bottom {
    -webkit-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_bottom-to-top {
    -webkit-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_left-to-right {
    -webkit-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_right-to-left {
    -webkit-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_appear {
    -webkit-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.mgz-row-full-height {
    min-height: 500px;
}
.mgz-row-full-height > .mgz-element-inner {
    min-height: 500px;
}
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content:before,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content:before,
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content:after,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content:after {
    display: none;
}
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content
    > .mgz-element,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content
    > .mgz-element {
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.mgz-element-row.content-top
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner {
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.mgz-element-row.content-middle
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner {
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.mgz-element-row.content-bottom
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner {
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.mgz-element-row.mgz-container {
    float: none;
    margin: 0 auto;
}
.page-layout-1column-fullwidth
    .column
    > .magezon-builder
    > .full_width_row
    > .mgz-element-inner,
.page-layout-1column-fullwidth
    .column
    > .magezon-builder
    > .full_width_row_content
    > .mgz-element-inner {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 767px) {
    .mgz-row-wrap-reverse > .mgz-element-inner > .inner-content {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.mgz-element-column > .mgz-element-inner {
    padding: 10px;
}
.mgz-element-column.mgz-element-column-empty > .mgz-element-inner {
    padding: 0;
    margin: 0;
}
.mgz-row-gap-margin > .mgz-element-inner {
    margin: 10px;
    padding: 0;
}
.mgz-element-separator {
    position: relative;
}
.mgz-element-separator .title {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 8px;
    display: inline-block;
    margin: 0;
}
.mgz-element-separator .title i + span,
.mgz-element-separator .title span + i {
    padding-left: 5px;
}
.mgz-element-separator .mgz-element-separator-line {
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    border-top: 1px solid transparent;
    margin: 0 auto;
}
.mgz-element-separator .mgz-text-left .title {
    padding-left: 0;
}
.mgz-element-separator .mgz-text-left .mgz-element-separator-line {
    left: 0;
}
.mgz-element-separator .mgz-text-right .title {
    padding-right: 0;
}
.mgz-element-separator-wrapper {
    position: relative;
}
.mgz-element-heading-text {
    margin: 0;
    color: inherit;
}
.mgz-element-heading-text > a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 1;
    font-weight: inherit;
}
.mgz-element-heading-text > a,
.mgz-element-heading-text > a:focus,
.mgz-element-heading-text > a:hover,
.mgz-element-heading-text > a:visited {
    border: none;
    text-decoration: inherit;
    color: inherit;
    font-weight: inherit;
}
.mgz-element-heading-text > a:hover {
    opacity: 0.85;
}
.mgz-tabs:before,
.mgz-tabs-nav:before,
.mgz-tabs-content:before,
.mgz-tabs:after,
.mgz-tabs-nav:after,
.mgz-tabs-content:after {
    content: " ";
    display: table;
    clear: both;
}
.mgz-tabs-nav > .mgz-tabs-tab-title > a,
.mgz-tabs-content > .mgz-tabs-tab-title > a {
    color: #666666;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a,
.mgz-tabs-content > .mgz-tabs-tab-title:not(.mgz-active) > a {
    background: #ebebeb;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a:hover,
.mgz-tabs-content > .mgz-tabs-tab-title:not(.mgz-active) > a:hover {
    background: #dcdcdc;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:first-child > a,
.mgz-tabs-content > .mgz-tabs-tab-title:first-child > a {
    margin-top: 0 !important;
}
.mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a,
.mgz-tabs-content > .mgz-tabs-tab-title.mgz-active > a {
    background: #f8f8f8;
}
.mgz-tabs {
    color: #333;
}
.mgz-tabs .mgz-tabs-tab-title > a {
    -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 14px 20px;
    display: block;
    position: relative;
    z-index: 1;
    border: 1px solid #e3e3e3;
}
.mgz-tabs .mgz-tabs-tab-title > a:hover {
    text-decoration: none;
}
.mgz-tabs .mgz-tabs-tab-content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}
.mgz-tabs .mgz-tabs-tab-content.mgz-active {
    display: block;
}
.mgz-tabs .mgz-tabs-tab-content > .mgz-element > .mgz-element-inner {
    margin-bottom: 0;
}
.mgz-tabs:not(.mgz-tabs-no-fill-content) .mgz-tabs-tab-content {
    border: 1px solid #e3e3e3;
    background: #f8f8f8;
    margin-top: -1px;
}
.mgz-element-tab-position-top.mgz-tabs,
.mgz-element-tab-position-bottom.mgz-tabs {
    flex-direction: column;
}
.mgz-element-tab-position-top.mgz-tabs
    > .mgz-tabs-nav
    > .mgz-tabs-tab-title
    > a,
.mgz-element-tab-position-bottom.mgz-tabs
    > .mgz-tabs-nav
    > .mgz-tabs-tab-title
    > a {
    margin-right: 5px;
}
.mgz-element-tab-position-top.mgz-tabs
    > .mgz-tabs-nav
    > .mgz-tabs-tab-title:last-child,
.mgz-element-tab-position-bottom.mgz-tabs
    > .mgz-tabs-nav
    > .mgz-tabs-tab-title:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
    .mgz-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .mgz-tabs .mgz-tabs-tab-title {
        text-align: left;
        display: inline-block;
    }
    .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title {
        display: none;
    }
    .mgz-element-tab-align-right.mgz-tabs > .mgz-tabs-nav {
        text-align: right;
    }
    .mgz-element-tab-align-center.mgz-tabs > .mgz-tabs-nav {
        text-align: center;
    }
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a,
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title
        > a {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title:last-child
        > a,
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title:last-child
        > a {
        margin-right: 0;
    }
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title.mgz-active
        > a,
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-bottom-color: transparent;
    }
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-top-left-radius: 0;
    }
    .mgz-element-tab-position-top.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        margin-top: 0 !important;
    }
    .mgz-element-tab-position-top.mgz-element-tab-align-right.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-top-left-radius: 5px;
        border-top-right-radius: 0;
    }
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a,
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title
        > a {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title:last-child
        > a,
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title:last-child
        > a {
        margin-right: 0;
    }
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title.mgz-active
        > a,
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-top-color: transparent;
    }
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-bottom-left-radius: 0;
        margin-bottom: -1px;
    }
    .mgz-element-tab-position-bottom.mgz-tabs > .mgz-tabs-nav {
        order: 1;
    }
    .mgz-element-tab-position-bottom.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        margin-top: 0 !important;
    }
    .mgz-element-tab-position-bottom.mgz-tabs
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        margin-top: 0 !important;
    }
    .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-nav,
    .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mgz-element-tab-position-left.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title,
    .mgz-element-tab-position-right.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title {
        margin-right: 0;
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .mgz-element-tab-position-left.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a,
    .mgz-element-tab-position-right.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        margin-right: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title:first-child
        > a,
    .mgz-element-tab-position-right.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title:first-child
        > a {
        margin-top: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-content,
    .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs
        > .mgz-tabs-content
        > .mgz-tabs-tab-content,
    .mgz-element-tab-position-right.mgz-tabs
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        margin-top: 0;
        height: 100%;
    }
    .mgz-element-tab-position-left .mgz-tabs-tab-content,
    .mgz-element-tab-position-right .mgz-tabs-tab-content {
        margin-top: 0 !important;
    }
    .mgz-element-tab-position-left.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-right-width: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-top-left-radius: 0;
        margin-left: -1px;
    }
    .mgz-element-tab-position-right.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mgz-element-tab-position-right.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-left-width: 0;
    }
    .mgz-element-tab-position-right.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-top-right-radius: 0;
        margin-right: -1px;
    }
    .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav {
        order: 1;
    }
}
.tabs-opener {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    display: none;
}
.tabs-opener:before {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\e624";
}
.tabs-opener:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
    .mgz-tabs-content .mgz-tabs-tab-title {
        display: none;
    }
    .mgz-tabs-nav .mgz-tabs-tab-title {
        display: inline-block;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content.mgz-active {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title {
        margin-top: 5px;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title:first-child {
        margin-top: 0;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-bottom-color: transparent;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content.mgz-active {
        border-top-color: transparent;
    }
    .mgz-tabs.tabs-mobile-accordion .mgz-tabs-nav {
        display: none;
    }
    .mgz-tabs.tabs-mobile-accordion .mgz-tabs-content .mgz-tabs-tab-title {
        display: block;
        position: relative;
    }
    .mgz-tabs.tabs-mobile-accordion
        .mgz-tabs-content
        .mgz-tabs-tab-title
        .tabs-opener {
        display: block;
    }
    .mgz-tabs.tabs-mobile-accordion
        .mgz-tabs-content
        .mgz-tabs-tab-title.mgz-active
        .tabs-opener:before {
        content: "\e623";
    }
    .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title:first-child {
        margin-top: 0 !important;
    }
    .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title > a {
        margin-right: 0 !important;
    }
    .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
.mgz-element-text p:first-child {
    margin-top: 0;
}
.mgz-element-text p:last-child {
    margin-bottom: 0;
}
.mgz-btn-style-modern .mgz-btn {
    background-image: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0.2) 0,
        rgba(255, 255, 255, 0.01) 100%
    );
    background-image: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0.2) 0,
        rgba(255, 255, 255, 0.01) 100%
    );
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.2) 0,
        rgba(255, 255, 255, 0.01) 100%
    );
    background-repeat: repeat-x;
}
.mgz-btn-style-gradient .mgz-btn {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background-size: 200% 100%;
}
.mgz-btn-style-gradient .mgz-btn:hover {
    background-position: 100% 0;
}
.mgz-btn-style-3d .mgz-btn:hover {
    top: 2px;
}
.mgz-btn-size-xs .mgz-btn {
    font-size: 11px;
    padding: 8px 12px;
}
.mgz-btn-size-sm .mgz-btn {
    font-size: 12px;
    padding: 11px 16px;
}
.mgz-btn-size-md .mgz-btn {
    font-size: 14px;
    padding: 14px 20px;
}
.mgz-btn-size-lg .mgz-btn {
    font-size: 18px;
    padding: 18px 30px;
}
.mgz-btn-size-xl .mgz-btn {
    font-size: 22px;
    padding: 22px 35px;
}
.mgz-element .swatch-option {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.mgz-element-single_image .mgz-element-inner {
    font-size: 0;
}
.mgz-single-image-wrapper {
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    font-size: 1.4rem;
    position: relative;
}
.mgz-single-image-wrapper a {
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    display: block;
}
.mgz-single-image-wrapper img {
    border-color: #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-shadow-3d:before,
.mgz-single-image-wrapper.mgz-box-shadow-3d:after {
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-6deg);
    -moz-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    content: "";
    position: absolute;
    left: 5px;
    right: 50%;
    bottom: 8px;
    height: 30%;
    z-index: -1;
}
.mgz-single-image-wrapper.mgz-box-shadow-3d:after {
    left: 50%;
    right: 5px;
    -webkit-transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.mgz-single-image-wrapper.mgz-box-outline {
    padding: 5px;
    border: 1px solid #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-outline img {
    border: 1px solid #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-shadow {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.mgz-single-image-wrapper.mgz-box-shadow img {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.mgz-single-image-wrapper.mgz-box-shadow2 {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.mgz-single-image-wrapper.mgz-box-shadow2 img {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.mgz-single-image-wrapper .image-title + .image-description {
    margin-top: 10px;
}
.mgz-single-image-wrapper .image-content {
    padding: 10px 20px;
    text-align: left;
    line-height: initial;
    clear: both;
    z-index: 1;
    position: absolute;
}
.mgz-single-image-wrapper .mgz-flex-position-below .image-content {
    padding: 10px 0;
    position: static;
}
.mgz-single-image-wrapper.item-content-hover .image-content {
    display: none;
}
.mgz-single-image-wrapper.item-content-hover:hover .image-content {
    display: block;
}
.mgz-single-image-wrapper .mgz-image-link {
    cursor: pointer;
}
.mgz-element-gmaps .gm-style-iw-d {
    overflow: visible !important;
    max-height: none !important;
    font-size: 13px;
}
.mgz-element-gmaps .gm-style-iw-c {
    max-height: none !important;
    padding: 10px !important;
}
.mgz-socialicons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.mgz-socialicons:before,
.mgz-socialicons:after {
    content: " ";
    display: table;
    clear: both;
}
.mgz-socialicons li {
    position: relative;
    margin-bottom: 8px;
    float: left;
}
.mgz-socialicons li a {
    float: left;
    margin-right: 8px;
}
.mgz-socialicons li i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    line-height: 32px;
    color: #fff;
}
.mgz-socialicons li i.mgz-fa-facebook-f {
    background: #3b5998;
}
.mgz-socialicons li i.mgz-fa-whatsapp {
    background: #24CC63;
}
.mgz-socialicons li i.mgz-fa-x-twitter {
    background: #183153;
}
.mgz-socialicons li i.mgz-fa-tiktok {
    background: #000000;
}
.mgz-socialicons li i.mgz-fa-bluesky {
    background: #0c7dff;
}
.mgz-socialicons li i.mgz-fa-pinterest-p {
    background: #cb2027;
}
.mgz-socialicons li i.mgz-fa-linkedin-in {
    background: #007bb6;
}
.mgz-socialicons li i.mgz-fa-tumblr {
    background: #32506d;
}
.mgz-socialicons li i.mgz-fa-instagram {
    background: #517fa4;
}
.mgz-socialicons li i.mgz-fa-skype {
    background: #12a5f4;
}
.mgz-socialicons li i.mgz-fa-dribbble {
    background: #ea4c8d;
}
.mgz-socialicons li i.mgz-fa-flickr {
    background: #ff0084;
}
.mgz-socialicons li i.mgz-fa-youtube {
    background: #a82400;
}
.mgz-socialicons li i.mgz-fa-vimeo-v {
    background: #45bbff;
}
.mgz-socialicons li i.mgz-fa-rss {
    background: #ff8a3c;
}
.mgz-socialicons li i.mgz-fa-behance {
    background: #191919;
}
.mgz-socialicons li .mgz-socialicons-follow-button {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    margin-right: 25px;
    padding: 0 12px;
    color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 1.6em;
}
.mgz-socialicons li .mgz-socialicons-follow-button:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.2);
}
.mgz-socialicons .mgz-socialicons_network_name {
    display: none;
}
.mgz-element-newsletter_form .block.newsletter {
    display: inline-block;
    float: none;
    width: auto;
}
.mgz-element-newsletter_form .action.sr-only {
    position: static;
    width: auto;
    height: 100%;
    margin: 0;
    clip: unset;
    overflow: visible;
}
.mgz-element-newsletter_form .newsletter-title {
    margin: 0 0 20px;
    font-weight: 500;
}
.mgz-element-newsletter_form .newsletter-description {
    margin-bottom: 10px;
}
.magezon-builder .block-search {
    margin: 0;
    padding: 0;
    max-width: 100%;
    float: none;
    display: inline-block;
}
.mgz-element-search_form .block-search {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .mgz-element-search_form-wrapper {
        position: static;
    }
    .mgz-element-search_form-wrapper > .mgz-element-inner {
        position: static;
    }
    .mgz-element-search_form {
        position: static;
    }
    .mgz-element-search_form > .mgz-element-inner {
        position: static;
    }
    .mgz-element-search_form .minisearch.active .control {
        display: block;
    }
    .mgz-element-search_form .block-search .control {
        border: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0;
        bottom: -15px;
        position: absolute;
        background: #fff;
    }
    .mgz-element-search_form .block-search .form.active .control input {
        position: static;
    }
}
.mgz-carousel-hidden {
    background: url("../../frontend/Orthofeet/child/en_US/Magezon_Builder/images/loader.gif") no-repeat center 25%;
}
.mgz-carousel:before,
.mgz-carousel:after {
    content: " ";
    display: table;
    clear: both;
}
.mgz-carousel.owl-carousel.owl-loaded .owl-stage-outer,
.mgz-carousel.owl-carousel.owl-loaded .owl-nav,
.mgz-carousel.owl-carousel.owl-loaded .owl-dots {
    opacity: 1;
}
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-stage-outer,
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-nav,
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-dots {
    opacity: 0;
}
.mgz-carousel .owl-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
}
.mgz-carousel .owl-item img {
    max-width: 100%;
}
.mgz-carousel .mgz-carousel-item-inner {
    position: relative;
}
.mgz-carousel a + .item-content {
    cursor: pointer;
}
.mgz-carousel .item-content {
    position: absolute;
    text-align: center;
    color: #333;
    z-index: 1;
    font-size: 14px;
}
.mgz-carousel .item-title {
    font-size: 16px;
}
.mgz-carousel .owl-nav {
    margin: 0;
}
.mgz-carousel .owl-nav [class*="owl-"] {
    -webkit-transition: opacity 300ms ease-in-out,
        background-color 300ms ease-in-out, color 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out,
        background-color 300ms ease-in-out, color 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out,
        background-color 300ms ease-in-out, color 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out,
        color 300ms ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: inline-block;
}
.mgz-carousel .owl-nav [class*="owl-"]:hover {
    background: rgba(0, 0, 0, 0.8);
}
.mgz-carousel .owl-nav .owl-next {
    margin-left: 5px;
}
.mgz-carousel .owl-dots {
    margin-top: 10px;
    width: 100%;
    pointer-events: none;
}
.mgz-carousel .owl-dots .owl-dot {
    pointer-events: all;
}
.mgz-carousel .owl-dots .owl-dot span {
    -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out,
        margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out, height 300ms ease-in-out,
        margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out, height 300ms ease-in-out,
        margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out, height 300ms ease-in-out,
        margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 8px;
    background: rgba(0, 0, 0, 0.6);
}
.mgz-carousel .owl-dots .owl-dot:hover span,
.mgz-carousel .owl-dots .owl-dot.active span {
    background: rgba(0, 0, 0, 0.8);
}
.mgz-carousel .mgz-carousel-magnific {
    cursor: pointer;
}
.mgz-carousel .mgz-carousel-multirow .product-item-info {
    margin-bottom: 15px;
}
.mgz-carousel .mgz-carousel-multirow .product-item-info:last-child {
    margin-bottom: 0;
}
.mgz-carousel .product-item {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.mgz-carousel .product-item .product-item-info {
    width: 100%;
}
.mgz-carousel.mgz-carousel-equal-height .owl-stage {
    display: flex;
}
.mgz-carousel.mgz-carousel-equal-height .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.mgz-carousel-dot-inside .owl-dots {
    position: absolute;
    bottom: 15px;
    margin: 0;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot {
    bottom: 15px;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot span {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background: #fff;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot:hover span,
.mgz-carousel-dot-inside .owl-dots .owl-dot.active span {
    background: #fff;
    width: 16px;
    height: 16px;
    margin: 5px;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot:hover:not(.active) span {
    background: #fff;
}
.mgz-carousel-nav-position-top_left .owl-nav,
.mgz-carousel-nav-position-top_right .owl-nav {
    position: absolute;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-mini .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-mini .owl-nav {
    top: -40px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-small .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-small .owl-nav {
    top: -50px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-normal .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-normal .owl-nav {
    top: -60px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-large .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-large .owl-nav {
    top: -70px;
}
.mgz-carousel-nav-position-top_left .owl-nav {
    left: 0;
}
.mgz-carousel-nav-position-top_right .owl-nav {
    right: 0;
}
.mgz-carousel-nav-position-bottom_left .owl-nav {
    text-align: left;
    margin-top: 10px;
}
.mgz-carousel-nav-position-bottom_right .owl-nav {
    text-align: right;
    margin-top: 10px;
}
.mgz-carousel-nav-position-bottom_center .owl-nav {
    margin-top: 10px;
    text-align: center;
}
.mgz-carousel-nav-position-bottom_center .owl-nav .owl-prev {
    margin-right: 5px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-mini .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-mini .owl-next {
    top: -40px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-small .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-small .owl-next {
    top: -50px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-normal .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-normal .owl-next {
    top: -60px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-large .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-large .owl-next {
    top: -70px;
}
.mgz-carousel-nav-position-top_split .owl-nav [class*="owl-"] {
    position: absolute;
}
.mgz-carousel-nav-position-top_split .owl-nav .owl-prev {
    left: 0;
}
.mgz-carousel-nav-position-top_split .owl-nav .owl-next {
    right: 0;
}
.mgz-carousel-nav-position-top_split.owl-rtl .owl-nav .owl-prev {
    right: 0;
    left: auto;
}
.mgz-carousel-nav-position-top_split.owl-rtl .owl-nav .owl-next {
    left: 0;
    right: auto;
}
.mgz-carousel-nav-position-center_split .owl-nav [class*="owl-"] {
    position: absolute;
    opacity: 0;
}
.mgz-carousel-nav-position-center_split .owl-nav .owl-prev {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}
.mgz-carousel-nav-position-center_split.owl-rtl .owl-nav .owl-prev {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    left:auto;
}
.mgz-carousel-nav-position-center_split .owl-nav .owl-next {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
}
.mgz-carousel-nav-position-center_split.owl-rtl .owl-nav .owl-next {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right:auto;
}
.mgz-carousel-nav-position-center_split:hover .owl-nav [class*="owl-"] {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-mini .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-mini .owl-next {
    bottom: -40px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-small .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-small .owl-next {
    bottom: -50px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-normal .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-normal .owl-next {
    bottom: -60px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-large .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-large .owl-next {
    bottom: -70px;
}
.mgz-carousel-nav-position-bottom_split .owl-nav [class*="owl-"] {
    position: absolute;
}
.mgz-carousel-nav-position-bottom_split .owl-nav .owl-prev {
    left: 0;
}
.mgz-carousel-nav-position-bottom_split .owl-nav .owl-next {
    right: 0;
}
.mgz-carousel-nav-size-mini .owl-nav [class*="owl-"] {
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.mgz-carousel-nav-size-small .owl-nav [class*="owl-"] {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.mgz-carousel-nav-size-normal .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.mgz-carousel-nav-size-large .owl-nav [class*="owl-"] {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.mgz-product-listing .product-image-wrapper {
    height: auto;
    padding: 0 !important;
}
.mgz-product-listing .product-image-wrapper .product-image-photo {
    position: static;
}
.magezon-builder .mgz-element-sidebar .sidebar-main,
.magezon-builder .mgz-element-sidebar .sidebar-additional {
    width: 100%;
    padding: 0;
}
.magezon-builder .mgz-element-sidebar .filter-options-item {
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
.magezon-builder .mgz-element-sidebar .filter-options-title {
    padding: 10px 40px 0 10px;
}
@media (min-width: 768px) {
    .magezon-builder .mgz-element-sidebar .filter-options-item:before,
    .magezon-builder .mgz-element-sidebar .filter-options-item:after {
        display: none !important;
        border: 0 !important;
    }
    .magezon-builder .mgz-element-sidebar .filter-options-content {
        position: static;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }
}
.mgz-countdown {
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 30px;
}
.mgz-countdown .mgz-countdown-heading-wrapper {
    text-align: left;
}
.mgz-countdown .mgz-countdown-subheading {
    font-size: 1.4rem;
}
.mgz-countdown .mgz-countdown-heading {
    font-size: 18px;
    font-weight: 700;
}
.mgz-countdown .mgz-countdown-number {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    display: inline-block;
}
.mgz-countdown .mgz-countdown-counter-wrapper {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}
.mgz-countdown .mgz-countdown-unit {
    position: relative;
    padding: 10px;
}
.mgz-countdown .mgz-countdown-unit-number {
    font-size: 24px;
    line-height: 1;
}
.mgz-countdown .mgz-countdown-unit-label {
    font-size: 1.4rem;
}
.mgz-countdown .mgz-countdown-unit-label {
    min-width: 80px;
}
.mgz-countdown .svg-container {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
}
.mgz-countdown .svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mgz-countdown.mgz-countdown-text-inline .mgz-countdown-unit-label {
    min-width: auto;
    display: inline-block;
}
.mgz-countdown .mgz-countdown-link-wrapper {
    padding: 10px;
}
.mgz-countdown-separator-colon .mgz-countdown-number:after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    content: ":";
    font-size: 30px;
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 10;
    display: inline-block;
}
.mgz-countdown-separator-colon .mgz-countdown-number:last-child:after {
    display: none;
}
.mgz-countdown-separator-line .mgz-countdown-number:after {
    content: "";
    display: inline-block;
    top: 0px;
    bottom: 0px;
    z-index: 10;
    border-right: 1px solid #cccccc;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    left: auto;
}
.mgz-countdown-separator-line .mgz-countdown-number:last-child:after {
    display: none;
}
.mgz-countdown-circle .mgz-countdown-unit {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
}
@media (max-width: 767px) {
    .mgz-countdown {
        display: block;
        padding: 10px;
    }
    .mgz-countdown .mgz-countdown-counter-wrapper {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .mgz-countdown .mgz-countdown-heading-wrapper,
    .mgz-countdown .mgz-countdown-link-wrapper {
        text-align: center;
    }
    .mgz-countdown.mgz-countdown-text-inline .mgz-countdown-unit-label {
        min-width: 80px;
        display: block;
    }
    .mgz-countdown.mgz-countdown-separator-colon .mgz-countdown-number:after {
        display: none;
    }
    .mgz-countdown .mgz-countdown-unit {
        padding: 10px !important;
    }
}
.page-layout-1column-fullwidth #maincontent {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.page-layout-1column,
.page-layout-2columns-left,
.page-layout-2columns-right,
.page-layout-1column-fullwidth {
    overflow-x: hidden;
}
.magezon-builder {
    position: relative;
    z-index: 2;
}
.magezon-builder:before,
.magezon-builder:after {
    content: " ";
    display: table;
    clear: both;
}
.magezon-builder * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.magezon-builder iframe,
.magezon-builder video,
.magezon-builder img {
    max-width: 100%;
}
.magezon-builder p {
    margin-top: 0;
}
.mgz-block-heading {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.mgz-block-heading.mgz-block-heading-line:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #cecece;
    position: absolute;
    top: 40%;
    z-index: 0;
}
.mgz-block-heading.mgz-block-heading-line .title {
    display: inline-block;
    background: #fff;
    padding: 0;
    position: relative;
}
.mgz-block-heading.mgz-block-heading-line h2 {
    font-weight: 500;
}
.mgz-block-heading.mgz-block-heading-line-position-bottom:before {
    bottom: 0;
    top: auto;
}
.mgz-block-heading.mgz-block-heading-align-center {
    text-align: center;
}
.mgz-block-heading.mgz-block-heading-align-center .title {
    padding: 0 10px;
}
.mgz-block-heading.mgz-block-heading-align-left {
    text-align: left;
}
.mgz-block-heading.mgz-block-heading-align-left .title {
    padding-right: 10px;
}
.mgz-block-heading.mgz-block-heading-align-right {
    text-align: right;
}
.mgz-block-heading.mgz-block-heading-align-right .title {
    padding-left: 10px;
}
.mgz-block-heading .title {
    margin: 0;
    font-weight: 400;
}
.mgz-block-heading .info {
    margin: 0;
}
.mgz_fit {
    width: 1%;
}
.magezon-builder-btn {
    background: #007dbd;
    border-color: #007dbd;
    color: #fff;
    position: relative;
    text-align: left;
    font-weight: 500;
    line-height: 1.4;
    padding: 0.6rem 1em 0.6rem 35px;
    display: inline-block;
    margin-bottom: 10px;
}
.magezon-builder-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #0073ae;
}
.magezon-builder-btn i {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 25px;
    position: absolute;
    left: 15px;
}
table .magezon-builder .mgz-container {
    width: 100%;
}
.mgz-condition-html .rule-tree ul {
    padding-left: 16px;
}
.mgz-builder-single_image-icon {
    background-image: url("../../frontend/Orthofeet/child/en_US/Magezon_Builder/images/icons/element-icon-single-image.svg") !important;
}
.item.product .magezon-builder .mgz-container {
    width: 100%;
}
.mgz-builder-wrapper._disabled > .admin__field-control > button,
.mgz-builder-wrapper._disabled > .admin__field-control .mgz-builder {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}
.mgz-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.mgz-absolute-link {
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.admin__form-loading-mask[data-component="linkbuilder_form.linkbuilder_form"] {
    display: none;
}
.mgz-image-switch-after {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.mgz-image-switch:hover .mgz-image-switch-before {
    opacity: 0;
}
.mgz-image-switch:hover .mgz-image-switch-after {
    opacity: 1;
}
body._has-modal .mgz-modal {
    z-index: 799 !important;
}
/* Allow Usercentrics overlay to be clickable inside Magezon parallax */
.uc-embedding-container,
.uc-embedding-wrapper,
.uc-embedding-buttons,
.uc-embedding-accept {
    pointer-events: auto !important;
    z-index: 99999 !important;
    position: relative;
}

/* Keep parallax background non-interactive */
.mgz-parallax,
.mgz-parallax-inner,
[id^="jarallax-container"] {
    pointer-events: none !important;
}
@media all and (min-width: 768px) {
  html {
    height: auto !important;
  }
}@-moz-keyframes newsletterSpin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes newsletterSpin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-ms-keyframes newsletterSpin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.mgz-newsletter-form .mgz-newsletter-btn:before {
	-webkit-animation: newsletterSpin .6s linear infinite;
	animation: newsletterSpin .6s linear infinite;
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
       .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
      }
      .mfp-img-mobile img.mfp-img {
        padding: 0;
      }
      .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
      }
      .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
      }
      .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
      }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
      }
      .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
      }
      .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
      }
    }
    @media all and (max-width: 900px) {
      .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
      }
      .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
      }
      .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
      }
      .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
      }
    }
/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-radius: 5px 0 0 5px;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 1;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
}
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.bfb-ionslider-flat .irs-line-mid,
.bfb-ionslider-flat .irs-line-left,
.bfb-ionslider-flat .irs-line-right,
.bfb-ionslider-flat .irs-bar,
.bfb-ionslider-flat .irs-bar-edge {
  background: url('../../frontend/Orthofeet/child/en_US/Magezon_Core/images/sprite-skin-flat.png') repeat-x;
}
.bfb-ionslider-flat .irs {
  height: 40px;
}
.bfb-ionslider-flat .irs-with-grid {
  height: 60px;
}
.bfb-ionslider-flat .irs-line {
  height: 12px;
  top: 25px;
}
.bfb-ionslider-flat .irs-line-left {
  height: 12px;
  background-position: 0 -30px;
}
.bfb-ionslider-flat .irs-line-mid {
  height: 12px;
  background-position: 0 0;
}
.bfb-ionslider-flat .irs-line-right {
  height: 12px;
  background-position: 100% -30px;
}
.bfb-ionslider-flat .irs-bar {
  height: 12px;
  top: 25px;
  background-position: 0 -60px;
}
.bfb-ionslider-flat .irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px;
}
.bfb-ionslider-flat .irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25;
}
.bfb-ionslider-flat .lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}
.bfb-ionslider-flat .irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-position: 0 -120px;
  text-align: center;
}
.bfb-ionslider-flat .irs-slider.state_hover,
.bfb-ionslider-flat .irs-slider:hover {
  background-position: 0 -150px;
}
.bfb-ionslider-flat .irs-min,
.bfb-ionslider-flat .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bfb-ionslider-flat .irs-from,
.bfb-ionslider-flat .irs-to,
.bfb-ionslider-flat .irs-single {
  color: #fff !important;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ed5565;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bfb-ionslider-flat .irs-from:after,
.bfb-ionslider-flat .irs-to:after,
.bfb-ionslider-flat .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.bfb-ionslider-flat .irs-grid-pol {
  background: #e1e4e9;
}
.bfb-ionslider-flat .irs-grid-text {
  color: #999;
}
.bfb-ionslider-flat .irs-slider:before {
  content: '';
  position: absolute;
  left: auto;
  right: auto;
  width: 2px;
  background: #ed5565;
  height: 100%;
}
.bfb-ionslider-modern .irs-line-mid,
.bfb-ionslider-modern .irs-line-left,
.bfb-ionslider-modern .irs-line-right,
.bfb-ionslider-modern .irs-bar,
.bfb-ionslider-modern .irs-bar-edge,
.bfb-ionslider-modern .irs-slider {
  background: url('../../frontend/Orthofeet/child/en_US/Magezon_Core/images/sprite-skin-modern.png') repeat-x;
}
.bfb-ionslider-modern .irs {
  height: 50px;
}
.bfb-ionslider-modern .irs-with-grid {
  height: 70px;
}
.bfb-ionslider-modern .irs-line {
  height: 6px;
  top: 25px;
}
.bfb-ionslider-modern .irs-line-left {
  height: 6px;
  background-position: 0 -30px;
}
.bfb-ionslider-modern .irs-line-mid {
  height: 6px;
  background-position: 0 0;
}
.bfb-ionslider-modern .irs-line-right {
  height: 6px;
  background-position: 100% -30px;
}
.bfb-ionslider-modern .irs-bar {
  height: 6px;
  top: 25px;
  background-position: 0 -60px;
}
.bfb-ionslider-modern .irs-bar-edge {
  top: 25px;
  height: 6px;
  width: 6px;
  background-position: 0 -90px;
}
.bfb-ionslider-modern .irs-shadow {
  height: 5px;
  top: 25px;
  background: #000;
  opacity: 0.25;
}
.bfb-ionslider-modern .lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}
.bfb-ionslider-modern .irs-slider {
  width: 11px;
  height: 18px;
  top: 31px;
  background-position: 0 -120px;
}
.bfb-ionslider-modern .irs-slider.state_hover,
.bfb-ionslider-modern .irs-slider:hover {
  background-position: 0 -150px;
}
.bfb-ionslider-modern .irs-min,
.bfb-ionslider-modern .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bfb-ionslider-modern .irs-from,
.bfb-ionslider-modern .irs-to,
.bfb-ionslider-modern .irs-single {
  color: #fff !important;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #20b426;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bfb-ionslider-modern .irs-from:after,
.bfb-ionslider-modern .irs-to:after,
.bfb-ionslider-modern .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.bfb-ionslider-modern .irs-grid {
  height: 34px;
}
.bfb-ionslider-modern .irs-grid-pol {
  background: #c0c0c0;
}
.bfb-ionslider-modern .irs-grid-text {
  bottom: 12px;
  color: #c0c0c0;
}
.bfb-ionslider-html5 .irs {
  height: 55px;
}
.bfb-ionslider-html5 .irs-with-grid {
  height: 75px;
}
.bfb-ionslider-html5 .irs-line {
  height: 10px;
  top: 33px;
  background: #EEE;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  /* W3C */
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px;
}
.bfb-ionslider-html5 .irs-line-left {
  height: 8px;
}
.bfb-ionslider-html5 .irs-line-mid {
  height: 8px;
}
.bfb-ionslider-html5 .irs-line-right {
  height: 8px;
}
.bfb-ionslider-html5 .irs-bar {
  height: 10px;
  top: 33px;
  border-top: 1px solid #428bca;
  border-bottom: 1px solid #428bca;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */
}
.bfb-ionslider-html5 .irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}
.bfb-ionslider-html5 .irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.bfb-ionslider-html5 .lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}
.bfb-ionslider-html5 .irs-slider {
  top: 25px;
  width: 27px;
  height: 27px;
  border: 1px solid #AAA;
  background: #DDD;
  background: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 20%, #ffffff 100%);
  /* W3C */
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.bfb-ionslider-html5 .irs-slider.state_hover,
.bfb-ionslider-html5 .irs-slider:hover {
  background: #FFF;
}
.bfb-ionslider-html5 .irs-min,
.bfb-ionslider-html5 .irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.bfb-ionslider-html5 .lt-ie9 .irs-min,
.bfb-ionslider-html5 .lt-ie9 .irs-max {
  background: #ccc;
}
.bfb-ionslider-html5 .irs-from,
.bfb-ionslider-html5 .irs-to,
.bfb-ionslider-html5 .irs-single {
  color: #fff !important;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #428bca;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.bfb-ionslider-html5 .lt-ie9 .irs-from,
.bfb-ionslider-html5 .lt-ie9 .irs-to,
.bfb-ionslider-html5 .lt-ie9 .irs-single {
  background: #999;
}
.bfb-ionslider-html5 .irs-grid {
  height: 27px;
}
.bfb-ionslider-html5 .irs-grid-pol {
  opacity: 0.5;
  background: #428bca;
}
.bfb-ionslider-html5 .irs-grid-pol.small {
  background: #999;
}
.bfb-ionslider-html5 .irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}
.bfb-ionslider-nice .irs-line-mid,
.bfb-ionslider-nice .irs-line-left,
.bfb-ionslider-nice .irs-line-right,
.bfb-ionslider-nice .irs-bar,
.bfb-ionslider-nice .irs-bar-edge,
.bfb-ionslider-nice .irs-slider {
  background: url('../../frontend/Orthofeet/child/en_US/Magezon_Core/images/sprite-skin-nice.png') repeat-x;
}
.bfb-ionslider-nice .irs {
  height: 40px;
}
.bfb-ionslider-nice .irs-with-grid {
  height: 60px;
}
.bfb-ionslider-nice .irs-line {
  height: 8px;
  top: 25px;
}
.bfb-ionslider-nice .irs-line-left {
  height: 8px;
  background-position: 0 -30px;
}
.bfb-ionslider-nice .irs-line-mid {
  height: 8px;
  background-position: 0 0;
}
.bfb-ionslider-nice .irs-line-right {
  height: 8px;
  background-position: 100% -30px;
}
.bfb-ionslider-nice .irs-bar {
  height: 8px;
  top: 25px;
  background-position: 0 -60px;
}
.bfb-ionslider-nice .irs-bar-edge {
  top: 25px;
  height: 8px;
  width: 11px;
  background-position: 0 -90px;
}
.bfb-ionslider-nice .irs-shadow {
  height: 1px;
  top: 34px;
  background: #000;
  opacity: 0.15;
}
.bfb-ionslider-nice .lt-ie9 .irs-shadow {
  filter: alpha(opacity=15);
}
.bfb-ionslider-nice .irs-slider {
  width: 22px;
  height: 22px;
  top: 17px;
  background-position: 0 -120px;
}
.bfb-ionslider-nice .irs-slider.state_hover,
.bfb-ionslider-nice .irs-slider:hover {
  background-position: 0 -150px;
}
.bfb-ionslider-nice .irs-min,
.bfb-ionslider-nice .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bfb-ionslider-nice .lt-ie9 .irs-min,
.bfb-ionslider-nice .lt-ie9 .irs-max {
  background: #ccc;
}
.bfb-ionslider-nice .irs-from,
.bfb-ionslider-nice .irs-to,
.bfb-ionslider-nice .irs-single {
  color: #fff !important;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bfb-ionslider-nice .lt-ie9 .irs-from,
.bfb-ionslider-nice .lt-ie9 .irs-to,
.bfb-ionslider-nice .lt-ie9 .irs-single {
  background: #999;
}
.bfb-ionslider-nice .irs-grid-pol {
  background: #99a4ac;
}
.bfb-ionslider-nice .irs-grid-text {
  color: #99a4ac;
}
.bfb-ionslider-simple .irs-line-mid,
.bfb-ionslider-simple .irs-line-left,
.bfb-ionslider-simple .irs-line-right,
.bfb-ionslider-simple .irs-bar,
.bfb-ionslider-simple .irs-bar-edge,
.bfb-ionslider-simple .irs-slider {
  background: url('../../frontend/Orthofeet/child/en_US/Magezon_Core/images/sprite-skin-simple.png') repeat-x;
}
.bfb-ionslider-simple .irs {
  height: 40px;
}
.bfb-ionslider-simple .irs-with-grid {
  height: 60px;
}
.bfb-ionslider-simple .irs-line {
  height: 6px;
  top: 25px;
}
.bfb-ionslider-simple .irs-line-left {
  height: 6px;
  background-position: 0 -30px;
}
.bfb-ionslider-simple .irs-line-mid {
  height: 6px;
  background-position: 0 0;
}
.bfb-ionslider-simple .irs-line-right {
  height: 6px;
  background-position: 100% -30px;
}
.bfb-ionslider-simple .irs-bar {
  height: 6px;
  top: 25px;
  background-position: 0 -60px;
}
.bfb-ionslider-simple .irs-bar-edge {
  top: 25px;
  height: 6px;
  width: 7px;
  background-position: 0 -90px;
}
.bfb-ionslider-simple .irs-shadow {
  height: 1px;
  top: 34px;
  background: #000;
  opacity: 0.75;
}
.bfb-ionslider-simple .lt-ie9 .irs-shadow {
  filter: alpha(opacity=75);
}
.bfb-ionslider-simple .irs-slider {
  width: 8px;
  height: 15px;
  top: 21px;
  background-position: 0 -120px;
}
.bfb-ionslider-simple .irs-slider.state_hover,
.bfb-ionslider-simple .irs-slider:hover {
  background-position: 0 -150px;
}
.bfb-ionslider-simple .irs-min,
.bfb-ionslider-simple .irs-max {
  color: #c0c0c0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bfb-ionslider-simple .lt-ie9 .irs-min,
.bfb-ionslider-simple .lt-ie9 .irs-max {
  background: #3654b0;
}
.bfb-ionslider-simple .irs-from,
.bfb-ionslider-simple .irs-to,
.bfb-ionslider-simple .irs-single {
  color: #fff !important;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bfb-ionslider-simple .lt-ie9 .irs-from,
.bfb-ionslider-simple .lt-ie9 .irs-to,
.bfb-ionslider-simple .lt-ie9 .irs-single {
  background: #d8dff3;
}
.bfb-ionslider-simple .irs-grid-pol {
  background: #777;
}
.bfb-ionslider-simple .irs-grid-text {
  color: #e0e0e0;
}
.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(../../frontend/Orthofeet/child/en_US/BlueFormBuilder_Core/img/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(../../frontend/Orthofeet/child/en_US/BlueFormBuilder_Core/img/flags@2x.png)}}.iti__flag.iti__np{background-color:transparent}/**
 * Webkul Software
 *
 * @category  Webkul
 * @package   Webkul_TwoFactorAuth
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-otp-loading-mask {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.wk-otp-loader {
    background: url("../../frontend/Orthofeet/child/en_US/Webkul_TwoFactorAuth/images/ajax-loader.gif") repeat scroll 0 0
        rgba(0, 0, 0, 0);
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 32px;
}

.wk-otp-display-none,
.hide,
.display-none {
    display: none !important;
}

.otp_modal_popup,
.paypalOtpModal,
.otpModalCustomer {
    text-align: center;
    margin: auto;
    max-width: 850px;
}

.checkout-index-index .otp_modal_popup.modal-popup .modal-inner-wrap,
.checkout-index-index .otpModalCustomer.modal-popup .modal-inner-wrap,
.checkout-index-index .paypalOtpModal.modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 75%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
}

.otp_modal_popup .otp_expire_message {
    color: #e82e2e;
}

.otp_modal_popup .error {
    color: #e82e2e;
    background-color: yellow;
}

.otp_modal_popup .success {
    color: #006400;
    font-size: 16px;
    font-weight: 500;
}

.otp_modal_popup .validate_error > span {
    color: #e82e2e;
    background-color: yellow;
}

.otp_popup > *:not(:empty) {
    margin: 2rem auto;
}

.otp_action {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

input.user_otp,
input.user_otp_checkout {
    height: 25px;
    margin-right: 1rem;
}

button.submit_otp {
    margin: 0;
}

/* Otp Footer start */
.otp_modal_popup footer.modal-footer,
.paypalOtpModal footer.modal-footer,
.otpModalCustomer footer.modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

button.otp_resend,
button.otpResendBtn {
    background: transparent;
    box-shadow: none;
    border: none;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
    color: #006bb4;
}

button.otp_resend:hover,
button.otpResendBtn:hover {
    text-decoration: underline;
}

.otpResendBtnWaiting:hover {
    text-decoration: none;
    background: transparent;
    box-shadow: none;
    border: none;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}

.otpResendBtnWaiting {
    background: transparent;
    box-shadow: none;
    border: none;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}

button.otp_resend:active,
button.otpResendBtn:active {
    color: #ff5501;
}
/* Otp Footer end  */

@media screen and (max-width: 500px) {
    .otp_popup .otp_action {
        flex-direction: column;
    }
    .otp_popup input.user_otp,
    .otp_popup input.user_otp_checkout {
        margin: 0;
        margin-bottom: 2rem;
    }
    button.submit_otp {
        margin-bottom: 2rem;
    }
}

/* Otp popup widget start */

.disablePaypalDiv {
    opacity: 0.5;
    pointer-events: none;
}

.paypalOtpBtn {
    color: #e82e2e;
    text-align: center;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
}

.wk-otp-required::after {
    content: "*";
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.guestDetailsContainer-form-container,
.otpContainer-form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.guestDetailsContainer-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.guestDetailsContainer-form > .addon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.guestDetailsContainer-form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 2rem;
}

.guestDetailsContainer-form-group > label {
    margin: 0 0 8px;
    font-weight: 600;
}

.guestDetailsContainer-submitBtn {
    margin-bottom: 2rem;
}

.optContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.otpContainer > div {
    margin-top: 2rem;
}

.otpContainer-form-container > * {
    margin-bottom: 2rem;
}

.otpContainer-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.otpContainer-form > .addon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.otpContainer-input {
    margin-right: 1rem;
}

@media screen and (max-width: 400px) {
    .otpContainer-form > .addon {
        flex-direction: column;
        justify-content: center;
    }
    .otpContainer-input {
        max-width: auto;
        margin-bottom: 2rem;
        margin-right: 0;
    }
}

.otpContainer-expireMessage {
    color: #e02b27;
}

.otpContainer-responseMessage {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2rem;
}

.otpContainer-responseMessage.error {
    color: #e02b27;
    background-color: yellow;
}

.otpContainer-responseMessage.success {
    color: #006400;
}

.guestDetailsContainer-validationError,
.otpContainer-validationError {
    color: #e02b27;
    background-color: yellow;
    margin-bottom: 2rem;
}
/* Otp popup widget end */

.field.defaultphonenumber > label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.phone_number {
    margin-top: 0.6rem;
}
.phoneNumberContainer {
    margin-top: 2rem;
}
.modal_content_phone_number {
    text-align: center;
    margin: auto;
    max-width: 720px;
}
.phoneNumber-validationError {
    margin-top: 1rem;
}
.phoneNumber-validationText {
    color: red;
    background-color: yellow;
}
.modal_content_phone_number > .modal-inner-wrap {
    margin-left: auto !important;
    width: 75% !important;
    left: 0 !important;
}

.modal-footer {
    display: flex;
    justify-content: end;
    gap: 0.5rem;
}
.modal_content_backup_code {
    text-align: center;
    margin: auto;
    max-width: 850px;
}
.modal_content_backup_code_btn {
    text-align: end;
}
.main-container-backup-code {
    background-color:#FFFFFF;
    border: 1px solid black;
    border-radius:10px;
}
.main-container-backup-code #row ul {
    columns: 4;
    -webkit-columns: 4;
    margin: 0;
    padding: 5px;
    column-gap: 0px;
}
.main-container-backup-code #row ul li {
    list-style-type: none;
    font-size: large;
    font-weight: 500;
}
.modal_content_backup_code_btn:active {
    background-color: #ef4d41;
    transform: translateY(2px);
}
.note-text-text{
    color: red;
}
.note-text{
    padding-top: 0.5rem;
    text-align: left;
}
#modal-content-backup-code{
    padding-top: 1.4rem;
}
.main-container-backup-code #row ul li {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.main-container-backup-code ul li {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

@media screen and (max-width: 775px) {
    .modal-popup.modal-slide{
        left: 5px;
        top: 5px;
        right: 5px
    }
}

@media screen and (max-width: 500px) {
    .main-container-backup-code #row ul {
        columns: 2;
        -webkit-columns: 2;
        margin: 0;
        padding: 3px;
        column-gap: 0px;
    }
}

@media screen and (max-width: 350px) {
    .main-container-backup-code #row ul {
        columns: 1;
        -webkit-columns: 1;
        margin: 0;
        padding: 3px;
        column-gap: 0px;
    }
}/* Contdonwn */

.sw-dailydeal-wrapper {
    padding: 13px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.sw-dailydeal {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(0,136,204,0.7);
    width: 100%;
    z-index: 5;
    font-family: 'Oswald';
    text-transform: uppercase;
    line-height: 1;
    padding: 5px 9px 5px;
    text-align: center;
}


.sw-dailydeal .number {
    display: inline-block;
    vertical-align: middle;
}

.sw-dailydeal p {
    margin: 0;
}

.sw-dailydeal .line {
    display: none;
}

.sw-dailydeal .caption {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0;
}
.sw-dailydeal .number-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.sw-dailydeal .number-wrapper > * {
    line-height: 25px;
}
.sw-dailydeal .dailydeal-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 400;
}

.catalog-product-view .sw-dailydeal-wrapper {
    position: static;
    padding: 0;
    margin-bottom: 30px;
    margin-top: -10px;
}

.catalog-product-view .sw-dailydeal {
    display: block;
    background-color: transparent;
    padding: 0;
    text-align: left;
}

.catalog-product-view .sw-dailydeal .dailydeal-label {
    display: block;
    color: #21293c;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.catalog-product-view .sw-dailydeal .number-wrapper {
    background-color: #08c;
    display: inline-block;
    width: 66px;
    text-align: center;
    float: left;
    margin-right: 2px;
}

.catalog-product-view .sw-dailydeal .caption {
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 11px;
}

.catalog-product-view .sw-dailydeal .number {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 6px;
}

.catalog-product-view .sw-dailydeal-wrapper:after {
    content: '';
    display: table;
    clear: both;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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/Orthofeet/child/en_US/Smartwave_Filterproducts/css/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.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;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
  .owl-carousel .owl-item .owl-lazy {opacity: 1;}
  .owl-carousel {margin-bottom: 20px;}
  .owl-carousel.row {width: auto;}
  .owl-carousel .owl-dot,.owl-carousel .owl-nav button {outline: none;}
  .owl-carousel .img-thumbnail {max-width: 100%;}
  .owl-carousel .img-thumbnail img {width: 100%;}
  .owl-carousel .item-video {height: 300px;}
  .owl-carousel .owl-nav {margin-top: 10px;text-align: center;-webkit-tap-highlight-color: transparent;}
  .owl-carousel .owl-nav {top: 50%;position: absolute;margin-top: 0;width: 100%;flex: none;}
  .owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next {display: inline-block;position: absolute;width: 30px;height: 30px;text-align: center;line-height: 22px;margin: 0;transform: translateY(-50%);}
  .owl-carousel .owl-nav .owl-prev {left: 0;}
  .owl-carousel .owl-nav .owl-prev:before {font-family: "porto-icons";content: "\e819";position: relative;left: -1px;}
  .owl-carousel .owl-nav .owl-next {right: 0;}
  .owl-carousel .owl-nav .owl-next:before {font-family: "porto-icons";content: "\e81a";position: relative;left: 1px;}
  .owl-carousel .owl-dots {margin-top: 1em;}
  .owl-carousel.stage-margin .owl-stage-outer {margin-left: 40px;margin-right: 40px;}
  .owl-carousel.stage-margin .owl-stage-outer .owl-stage {padding-left: 0!important;padding-right: 0!important;}
  .owl-carousel.nav-bottom .owl-stage-outer {margin-bottom: 10px;}
  .owl-carousel .owl-nav .disabled {opacity: 0.5;cursor: default;}
  .owl-carousel.show-nav-hover .owl-prev {left: -10px;transform: translate(-10px,-50%);}
  .owl-carousel.show-nav-hover .owl-next {right: -10px;transform: translate(10px,-50%);}
  .owl-carousel.show-nav-hover .owl-prev,.owl-carousel.show-nav-hover .owl-next {transition: opacity .2s,transform .4s;opacity: 0;}
  .owl-carousel.show-nav-hover:hover .owl-prev,.owl-carousel.show-nav-hover:hover .owl-next {opacity: 1;transform: translate(0,-50%);}
  .owl-carousel.show-nav-hover:hover .owl-prev.disabled,.owl-carousel.show-nav-hover:hover .owl-next.disabled {opacity: .5;}
  .owl-carousel.show-nav-title .owl-nav {top: 0;right: 0;margin-top: -18px;width: auto !important;}
  .owl-carousel.show-nav-title .owl-nav [class*="owl-"],.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover,.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active {background: transparent!important;width: 18px;font-size: 18px;padding-left: 0;padding-right: 0;color: #222529;}
  .owl-carousel.show-nav-title .owl-nav .owl-prev {left: -45px;}
  .owl-carousel.nav-bottom .owl-nav {position: static;margin: 0;padding: 0;width: auto;}
  .owl-carousel.nav-bottom .owl-nav .owl-prev,.owl-carousel.nav-bottom .owl-nav .owl-next {position: static;transform: none;margin: 0 3px;}
  .owl-carousel.rounded-nav .owl-nav [class*="owl-"],.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {padding: 3px 7px;border-radius: 50%;background: transparent!important;border: 1px solid #999!important;color: #999;width: 30px;}
  .owl-carousel.nav-style-1 .owl-nav [class*="owl-"] {width: 20px;background: none!important;color: #000;font-size: 20px;}
  .owl-carousel.show-dots-title .owl-dots {position: absolute;left: 155px;top: -54px;margin-top: 0!important;line-height: 0;}
  .owl-carousel.show-dots-title-right .owl-dots {display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;position: absolute;left: auto;right: 0;margin-top: 0!important;top: -33px;right: 8px}
  .owl-carousel.nav-inside .owl-dots {bottom: 2px;margin-top: 10px;position: absolute;right: 6px;z-index: 1;}
  .owl-carousel.nav-inside .owl-nav .owl-prev {left: 15px;}
  .owl-carousel.nav-inside .owl-nav .owl-next {right: 15px;}
  .owl-carousel.nav-inside-left .owl-dots {left: 6px;right: auto;}
  .owl-carousel.nav-inside-center .owl-dots {right: 36px;left: 36px;}
  .owl-carousel.full-width .owl-nav [class*="owl-"],.owl-carousel.full-width .owl-nav [class*="owl-"]:hover,.owl-carousel.big-nav .owl-nav [class*="owl-"],.owl-carousel.big-nav .owl-nav [class*="owl-"]:hover {height: auto;padding: 20px 0;margin: 0;}
  .owl-carousel.nav-style-2 .owl-nav [class*="owl-"] {background: none!important;color: #fff;font-size: 1.5rem;}
  .owl-carousel.nav-style-3 .owl-nav [class*="owl-"] {width: 35px;height: 45px;line-height: 33px;background-color: rgba(38,42,47,.4)!important;border-color: transparent!important;}
  .owl-carousel.nav-style-4 .owl-nav [class*="owl-"] {width: 30px;background: none!important;color: #333;font-size: 24px;}
  .owl-carousel.nav-style-4 .owl-nav [class*="owl-"]:hover {color: #333;}
  .owl-carousel.nav-style-4 .owl-prev:before {content: "\f80a";}
  .owl-carousel.nav-style-4 .owl-next:before {content: "\f809";}
  .owl-carousel.nav-pos-inside .owl-nav .owl-prev {left: 15px;}
  .owl-carousel.nav-pos-inside .owl-nav .owl-next {right: 15px;}
  .owl-carousel.nav-pos-outside .owl-nav .owl-prev {left: -30px;}
  .owl-carousel.nav-pos-outside .owl-nav .owl-next {right: -30px;}
  .owl-carousel.nav-center-images-only .owl-nav {top: 37%;}
  .owl-carousel.top-border {padding-top: 18px;}
  .owl-carousel .owl-item .owl-lazy {transition: all 0.2s linear,opacity 0.4s;}
  .owl-carousel .owl-item .owl-lazy-loaded {opacity: 1;}
  .owl-carousel .wpb_content_element {margin-bottom: 0;}
  .owl-carousel.carousel-center-active-item .owl-item {opacity: .2;transition: opacity 0.3s;}
  .owl-carousel.carousel-center-active-item .owl-item.center {opacity: 1;}
  .owl-carousel.carousel-center-active-item-style-2 .owl-item {opacity: .7}
  .owl-carousel .owl-nav button[class*='owl-'] {color: #FFF;font-size: 14px;margin: 0;padding: 4px 7px;background: #D6D6D6;display: inline-block;cursor: pointer;height: auto;}
  .owl-carousel .owl-nav button[class*='owl-']:hover {background: #869791;color: #FFF;text-decoration: none;}
  .owl-carousel .owl-nav button[class*='owl-'] > span {display: none;}
  .owl-carousel.show-nav-title .owl-nav [class*="owl-"] {color: #222529;}
  .custom-block .owl-carousel.show-nav-title .owl-nav [class*='owl-'] {margin-left: 0;margin-right: 0;}
  .custom-block .owl-carousel.show-nav-title .owl-nav .owl-prev {left: -30px;}
  .owl-carousel .owl-nav.disabled+.owl-dots {margin-top: 10px;}
  .owl-carousel .owl-dots {text-align: center;-webkit-tap-highlight-color: transparent;}
  .owl-carousel .owl-dots .owl-dot {display: inline-block;zoom:1;*display: inline;height: auto;vertical-align: top;}
  .owl-carousel .owl-dots .owl-dot span {width: 8px;height: 8px;margin: 5px 4px;background: #D6D6D6;display: block;-webkit-backface-visibility: visible;transition: opacity .2s;border-radius: 30px;}
  .owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span {background: #869791;}
  .owl-carousel.dots-style-1 .owl-dots span {width: 14px;height: 14px;border: 2px solid #e7e7e7;background: none!important;margin: 5px 2px;position: relative;}
  .products-slider.owl-carousel .owl-dot {vertical-align: middle;}
  .owl-carousel.dots-style-1 .owl-dot.active span,.owl-carousel.dots-style-1 .owl-dot:hover span {border: 2px solid;}
  .owl-carousel.dots-style-1 .owl-dot.active span:after,.owl-carousel.dots-style-1 .owl-dot:hover span:after {content: '';position: absolute;left: 3px;right: 3px;top: 3px;bottom: 3px;border-radius: 10px;border: 2px solid;}
  .product-image-carousel.owl-carousel .owl-nav [class*="owl-"], .product-image-carousel.owl-carousel .owl-nav [class*="owl-"]:hover, .product-image-carousel.owl-carousel .owl-nav [class*="owl-"]:active {background: none!important;font-size: 22px;color: #222529;}
  .product-image-carousel.owl-carousel .owl-nav .owl-prev {left: 0;}
  .product-image-carousel.owl-carousel .owl-nav .owl-next {right: 0;}
  .widget .owl-carousel .owl-dots {margin-bottom: -10px;}
