/**
 * 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*/
}
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 */

/* Pages */
.page-layout-empty .mfpwb,
.page-layout-1column .mfpwb,
.page-layout-2columns-right .mfpwb,
.page-layout-2columns-left .mfpwb,
.page-layout-3columns .mfpwb {max-width: 600px;width: 65%;float: left}
.mfpwb .wrap {padding: 20px 20px 20px 0}
.mfpwb .mfpip {width: 47%;padding-right: 10px;float: left}
.mfpwb .mfpip a {display: block}
.mfpwb .mfpip a img {margin: 0;padding: 0}
.mfpwb .mfpid {margin-left: 50%}
.mfpwb .mfpid .product-item-name {font-size: 1.5em; margin: 0 0 10px 0}
.mfpwb .mfpid .price-box {padding: 10px 0 15px 0; margin: 0}
.mfpwb .mfpid .price-final_price .price {font-size: 18px}
.mfpwb .mfpid .mf-product-item-description {margin-top: 10px}
.mfpwb .mfpid .mf-product-item-description p {margin: 0 0 10px 0}
.mfpwb .mfpid .product-reviews-summary {margin: 0 0 10px 0; padding: 0}
.mfpwb .mfpid .product-reviews-summary .action.add {display: none}
@media (max-width: 1024px) {
    .page-layout-empty .mfpwb,
    .page-layout-2columns-right .mfpwb,
    .page-layout-2columns-left .mfpwb,
    .page-layout-3columns .mfpwb {float: none;width: 100%}
}
@media (max-width: 860px) {
    .page-layout-1column .mfpwb {float: none;width: 100%}
}
@media (max-width: 450px) {
    .mfpwb .mfpip {width: 100%;text-align: center;float: none;padding:0;margin: 0 auto 10px auto}
    .mfpwb .mfpid {max-width: 100%;margin: 0 auto}
}

/* Widgets */
.sidebar.sidebar-additional .mfpwb {width: 100%}
.sidebar.sidebar-additional .mfpwb .action.primary {padding: 7px 10px;border-radius: 3px}
@media screen and (max-width: 1200px) {
    .sidebar.sidebar-additional .mfpwb .mfpip {width: 100%;text-align: left;float: none;padding:0;margin: 0 auto 10px auto}
    .sidebar.sidebar-additional .mfpwb .mfpip a img {max-width: 70%}
    .sidebar.sidebar-additional .mfpwb .mfpid {max-width: 100%;margin: 0 auto}
}
@media screen and (max-width: 767px) {
    .sidebar.sidebar-additional .mfpwb .mfpip {width: 50%;text-align: center;float: left}
    .sidebar.sidebar-additional .mfpwb .mfpip a img {max-width: 70%}
    .sidebar.sidebar-additional .mfpwb .mfpid {margin-left: 50%}
}
@media screen and (max-width: 320px) {
    .sidebar.sidebar-additional .mfpwb .mfpip {width: 100%;text-align: center;float: none;padding:0;margin: 0 auto 10px auto}
    .sidebar.sidebar-additional .mfpwb .mfpip a img {max-width: 70%}
    .sidebar.sidebar-additional .mfpwb .mfpid {max-width: 100%;margin: 0 auto}
}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 {
  border: 0;
}
img,
object,
video,
embed {
  max-height: 100%;
  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: #333333;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  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: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
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: #333333;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #aaaaaa;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #5bd2ec;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  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 #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  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: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #eeeeee;
  border: none;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 8px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #333333;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-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="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
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="datetime"]: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="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
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="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
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="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
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: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.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,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.product-items > li,
.prices-tier > 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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  background-image: none;
  background: #eeeeee;
  border: none;
  color: #333333;
  cursor: pointer;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 8px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover {
  background: #333333;
  color: #ffffff;
}
.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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action {
  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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .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,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.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,
.products-list .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title,
.block-compare .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .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;
}
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.block-compare .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .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: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .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;
}
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .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 5px;
}
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .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: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .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: 10px;
}
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .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;
}
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .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: 20px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  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,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .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;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.filter-current .action.remove,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filter-current .action.remove > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > 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,
.filter-current .action.remove:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.filter-current .action.remove:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.filter-current .action.remove:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.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 {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.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: 30px;
}
.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: 30px 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;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.filter-options-content .filter-count-label,
.block.newsletter .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span {
  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,
.product-social-links .addto-links-text .action .label,
.product-items .item .addto-links-text .action .label,
.table-comparison .addto-links-text .action .label,
.product-social-links .action.feature .label {
  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,
.widget_upcoming ul li:before,
.widget_upcoming ul li:after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap: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,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options: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:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product: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,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.inner-container:before,
.inner-container:after,
.clearfix:before,
.clearfix:after,
.clearer:before,
.clearer:after,
.section-line:before,
.section-line:after,
.section-title:before,
.section-title:after,
.block-related-thumbnails .product:before,
.block-related-thumbnails .product:after,
.products-grid:before,
.products-grid:after,
.products-list li.item:before,
.products-list li.item:after,
.product-view .box-description:before,
.product-view .box-description:after,
.products-list .product-item-actions:before,
.products-list .product-item-actions:after,
.user-menu:before,
.user-menu:after,
.top-links ul:before,
.top-links ul:after,
.footer-container .footer-primary-top > .inner:before,
.footer-container .footer-primary-top > .inner:after,
.footer-container .footer-primary-bottom > .inner:before,
.footer-container .footer-primary-bottom > .inner: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,
.widget_upcoming ul li:after,
.payment-method-braintree .hosted-date-wrap:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options: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:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.inner-container:after,
.clearfix:after,
.clearer:after,
.section-line:after,
.section-title:after,
.block-related-thumbnails .product:after,
.products-grid:after,
.products-list li.item:after,
.product-view .box-description:after,
.products-list .product-item-actions:after,
.user-menu:after,
.top-links ul:after,
.footer-container .footer-primary-top > .inner:after,
.footer-container .footer-primary-bottom > .inner: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,
.bundle-options-container .block-bundle-summary,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.search-autocomplete,
.product-item,
.sidebar .product-items-images .product-item,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  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: '\e622';
  font-family: 'icons-blank-theme';
  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,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  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: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  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: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  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 5px;
}
.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;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.action.mailto.friend,
.product-social-links .action.towishlist,
.product-items .item .action.towishlist,
.table-comparison .action.towishlist,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.product-items .item .action.tocompare,
.table-comparison .action.tocompare {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.action.mailto.friend > span,
.product-social-links .action.towishlist > span,
.product-items .item .action.towishlist > span,
.table-comparison .action.towishlist > span,
.product-item-actions .actions-secondary > .action > span,
.product-social-links .action.tocompare > span,
.product-items .item .action.tocompare > span,
.table-comparison .action.tocompare > 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,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.product-items .item .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.product-items .item .action.tocompare:before,
.table-comparison .action.tocompare:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.action.mailto.friend:hover:before,
.product-social-links .action.towishlist:hover:before,
.product-items .item .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.product-social-links .action.tocompare:hover:before,
.product-items .item .action.tocompare:hover:before,
.table-comparison .action.tocompare:hover:before {
  color: #333333;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.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,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  line-height: 2.2rem;
  padding: 15px 17px;
  font-size: 1.8rem;
}
.abs-action-remove,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.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.42857143;
  padding: 0;
  color: #aaaaaa;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button: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: #5bd2ec;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map: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 .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button: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-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.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 .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.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: #aaaaaa;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map: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 .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.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;
}
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #eeeeee;
  border: none;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #333333;
  color: #ffffff;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 8px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .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,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .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,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .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,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .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,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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 {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .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: 'icons-blank-theme';
  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: 5px;
}
.abs-sidebar-totals .table-caption,
.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,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.sidebar .subtitle,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-wishlist .counter,
.block-compare .counter {
  color: #7d7d7d;
  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: none;
  color: #333333;
  cursor: pointer;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  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: '\e617';
  font-family: 'icons-blank-theme';
  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:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #333333;
  color: #ffffff;
}
.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 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.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: 'icons-blank-theme';
  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;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  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: 10px;
  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: #999999;
}
.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 #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.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: 20px;
}
.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: 10px;
}
.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 #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  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: 25px;
  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: '\e622';
  font-family: 'icons-blank-theme';
  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: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Roboto';
  src: url('/pub/static/version1706095421/frontend/Infortis/custom/en_US/fonts/Roboto/Roboto-Light.woff2') format('woff2'), url('/pub/static/version1706095421/frontend/Infortis/custom/en_US/fonts/Roboto/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/pub/static/version1706095421/frontend/Infortis/custom/en_US/fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('/pub/static/version1706095421/frontend/Infortis/custom/en_US/fonts/Roboto/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/pub/static/version1706095421/frontend/Infortis/custom/en_US/fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('/pub/static/version1706095421/frontend/Infortis/custom/en_US/fonts/Roboto/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  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%;
  padding-bottom: 40px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.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;
}
.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;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #aaaaaa;
}
.message.info a:hover {
  color: #5bd2ec;
}
.message.info a:active {
  color: #5bd2ec;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #aaaaaa;
}
.message.error a:hover {
  color: #5bd2ec;
}
.message.error a:active {
  color: #5bd2ec;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #aaaaaa;
}
.message.warning a:hover {
  color: #5bd2ec;
}
.message.warning a:active {
  color: #5bd2ec;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #aaaaaa;
}
.message.notice a:hover {
  color: #5bd2ec;
}
.message.notice a:active {
  color: #5bd2ec;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #aaaaaa;
}
.message.success a:hover {
  color: #5bd2ec;
}
.message.success a:active {
  color: #5bd2ec;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.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: #333333;
  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: 10px;
}
.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.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('/pub/static/version1706095421/frontend/Infortis/custom/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 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.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: #c2c2c2;
}
.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: #c2c2c2;
}
.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: #c2c2c2;
}
.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: 10px;
}
.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: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  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: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.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: #333333;
  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;
}
._has-datepicker ~ .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;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .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 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('/pub/static/version1706095421/frontend/Infortis/custom/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('/pub/static/version1706095421/frontend/Infortis/custom/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 0;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
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: #5bd2ec;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 8px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:hover {
  background: #333333;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.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 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.product.data.items.style-luma {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items.style-luma > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items.style-luma > .item.title > .switch {
  display: block;
}
.product.data.items.style-luma > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items.style-luma > .item.content:before,
.product.data.items.style-luma > .item.content:after {
  content: '';
  display: table;
}
.product.data.items.style-luma > .item.content:after {
  clear: both;
}
.product.data.items.style-luma > .item.content.active {
  display: block;
}
.product.data.items.style-luma > .item.title {
  margin: 0;
}
.product.data.items.style-luma > .item.title > .switch {
  background: transparent;
  border-bottom: 1px solid #d1d1d1;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
  height: 40px;
  padding: 5px 35px 5px 10px;
  font-weight: normal;
  line-height: 40px;
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items.style-luma > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items.style-luma > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items.style-luma > .item.title:not(.disabled) > .switch:focus,
.product.data.items.style-luma > .item.title:not(.disabled) > .switch:hover {
  background: transparent;
}
.product.data.items.style-luma > .item.title:not(.disabled) > .switch:active,
.product.data.items.style-luma > .item.title.active > .switch,
.product.data.items.style-luma > .item.title.active > .switch:focus,
.product.data.items.style-luma > .item.title.active > .switch:hover {
  background: transparent;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items.style-luma > .item.content {
  background: #ffffff;
  border: transparent;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items.style-luma .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items.style-luma .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items.style-luma .item.title a:after {
  position: absolute;
  right: 5px;
  top: 5px;
}
.product.data.items.style-luma .item.title.active a:after {
  content: '\e621';
}
.product.data.items.style-luma > .item.content:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.product.data.items.style-luma .value p:last-child {
  margin-bottom: 0;
}
.product.data.items.style-luma .table-wrapper {
  margin: 0;
}
.product.data.items.style1 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items.style1 > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items.style1 > .item.title > .switch {
  display: block;
}
.product.data.items.style1 > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items.style1 > .item.content:before,
.product.data.items.style1 > .item.content:after {
  content: '';
  display: table;
}
.product.data.items.style1 > .item.content:after {
  clear: both;
}
.product.data.items.style1 > .item.content.active {
  display: block;
}
.product.data.items.style1 > .item.title {
  margin: 0;
}
.product.data.items.style1 > .item.title > .switch {
  background: transparent;
  border-bottom: 1px solid #d1d1d1;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
  height: 40px;
  padding: 5px 35px 5px 10px;
  font-weight: normal;
  line-height: 40px;
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items.style1 > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items.style1 > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items.style1 > .item.title:not(.disabled) > .switch:focus,
.product.data.items.style1 > .item.title:not(.disabled) > .switch:hover {
  background: transparent;
}
.product.data.items.style1 > .item.title:not(.disabled) > .switch:active,
.product.data.items.style1 > .item.title.active > .switch,
.product.data.items.style1 > .item.title.active > .switch:focus,
.product.data.items.style1 > .item.title.active > .switch:hover {
  background: transparent;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items.style1 > .item.content {
  background: #ffffff;
  border: transparent;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items.style1 .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items.style1 .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items.style1 .item.title a:after {
  position: absolute;
  right: 5px;
  top: 5px;
}
.product.data.items.style1 .item.title.active a:after {
  content: '\e621';
}
.product.data.items.style1 > .item.content:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.product.data.items.style1 .value p:last-child {
  margin-bottom: 0;
}
.product.data.items.style1 .table-wrapper {
  margin: 0;
}
.product.data.items.style1.style1-small > .item.title > .switch {
  font-size: 1.4rem;
  height: auto;
  line-height: 18px;
  padding-top: 9px;
  padding-right: 35px;
  padding-bottom: 9px;
}
.product.data.items.style1.style1-small > .item.title a:after {
  right: 0;
  top: 9px;
}
.product.data.items.style1.style1-small:not(.disabled) > .switch:active,
.product.data.items.style1.style1-small.active > .switch,
.product.data.items.style1.style1-small.active > .switch:focus,
.product.data.items.style1.style1-small.active > .switch:hover {
  padding-bottom: 9px;
}
.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: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 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 {
  color: #aaaaaa;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:hover {
  color: #5bd2ec;
  text-decoration: none;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.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: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.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: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.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;
}
.breadcrumbs {
  margin: 0 0 20px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.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-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.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.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: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.fc {
  text-align: left;
}
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}
.fc .fc-header-space {
  padding-left: 10px;
}
.fc .ui-resizable-handle {
  display: block;
  font-size: 300%;
  line-height: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 99999;
}
.fc .fc-week-number {
  text-align: center;
  width: 22px;
}
.fc .fc-week-number div {
  padding: 0 2px;
}
.fc .ui-draggable-dragging .fc-event-bg {
  display: none \9;
}
.fc-header td {
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
.fc-header .fc-button {
  margin-bottom: 1em;
}
.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  margin-right: 0;
}
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}
.fc-header .fc-state-down {
  z-index: 3;
}
.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}
.fc-header-left {
  text-align: left;
  width: 25%;
}
.fc-header-center {
  text-align: center;
}
.fc-header-right {
  text-align: right;
  width: 25%;
}
.fc-header-title {
  display: inline-block;
  vertical-align: top;
}
.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap;
}
.fc-content {
  clear: both;
  position: relative;
  z-index: 1;
  zoom: 1;
}
.fc-view {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fc-widget-header {
  background: #ffffff;
  border: 1px solid #d1d1d1;
}
.fc-widget-header .fc-agenda-divider-inner {
  background: #eeeeee;
}
.fc-widget-content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
}
.fc-state-highlight {
  background: #fdf0d5;
}
.fc-cell-overlay {
  background: #68a8e0;
  filter: alpha(opacity=30);
  opacity: .3;
}
.fc-button {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0 .6em;
  position: relative;
  white-space: nowrap;
}
.fc-button .fc-icon {
  font-family: "Courier New", Courier, monospace;
  font-size: 2em;
  line-height: 0.1;
  margin: 0 .1em;
  vertical-align: baseline;
}
.fc-button .ui-icon {
  float: left;
  margin-top: -8px;
  position: relative;
  top: 50%;
}
.fc-state-default.fc-corner-left {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
}
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
}
.fc-icon-left-double-arrow:after {
  content: "\000AB";
}
.fc-icon-right-double-arrow:after {
  content: "\000BB";
}
.fc-state-default {
  background-image: none;
  background: #5bd2ec;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 8px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.fc-state-default:hover {
  background: #333333;
  color: #ffffff;
}
.fc-state-default.disabled,
.fc-state-default[disabled],
fieldset[disabled] .fc-state-default {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background: #333333;
}
.fc-event-container > * {
  z-index: 8;
}
.fc-event-container > .ui-draggable-dragging {
  z-index: 9;
}
.fc-event {
  background-color: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: default;
  font-size: .95em;
}
a.fc-event {
  cursor: pointer;
  padding: 5px;
  text-decoration: none;
}
.fc-event-draggable {
  cursor: pointer;
}
.fc-event-inner {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.fc-event-time {
  color: #ffffff;
  padding: 0 1px;
}
.fc-event-title {
  color: #ffffff;
  padding: 0 1px;
}
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
}
.fc-event-hori .ui-resizable-e {
  cursor: e-resize;
  height: 100% !important;
  right: -3px !important;
  top: 0 !important;
  width: 7px !important;
}
.fc-event-hori .ui-resizable-w {
  cursor: w-resize;
  height: 100% !important;
  left: -3px !important;
  top: 0 !important;
  width: 7px !important;
}
.fc-border-separate {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
.fc-border-separate th {
  border-width: 1px 0 0 1px;
  width: auto !important;
}
.fc-border-separate td {
  border-width: 1px 0 0 1px;
  width: auto !important;
}
.fc-border-separate th.fc-last {
  border-right-width: 1px;
}
.fc-border-separate td.fc-last {
  border-right-width: 1px;
}
.fc-border-separate tr.fc-last th {
  border-bottom-width: 1px;
}
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px;
}
.fc-border-separate tbody tr.fc-first td {
  border-top-width: 0;
}
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}
.fc-grid th {
  text-align: center;
}
.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px;
}
.fc-grid .fc-other-month .fc-day-number {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 0 1px;
}
.fc-grid .fc-event-time {
  font-weight: bold;
}
.fc-agenda table {
  border-collapse: separate;
}
.fc-agenda .fc-agenda-axis {
  font-weight: normal;
  padding: 0 4px;
  text-align: right;
  vertical-align: middle;
  width: 50px;
}
.fc-agenda .fc-week-number {
  font-weight: bold;
}
.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}
.fc-agenda-days th {
  text-align: center;
}
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}
.fc-agenda-days .fc-col0 {
  border-left-width: 0;
}
.fc-agenda-slots .fc-agenda-axis {
  white-space: nowrap;
}
.fc-agenda-slots th {
  border-width: 1px 1px 0;
}
.fc-agenda-slots td {
  background: none;
  border-width: 1px 0 0;
}
.fc-agenda-slots td div {
  height: 20px;
}
.fc-agenda-slots tr.fc-slot0 th {
  border-top-width: 0;
}
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}
.fc-agenda-slots tr.fc-minor th {
  border-top-style: dotted;
}
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted;
}
.fc-agenda-allday th {
  border-width: 0 1px;
}
.fc-agenda-allday .fc-day-content {
  min-height: 34px;
}
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}
.fc-event-vert {
  border-width: 0 1px;
}
.fc-event-vert .fc-event-time {
  font-size: 10px;
  white-space: nowrap;
}
.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2;
}
.fc-event-vert .fc-event-bg {
  background: #ffffff;
  filter: alpha(opacity=25);
  height: 100%;
  left: 0;
  opacity: .25;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.fc-event-vert .ui-resizable-s {
  bottom: 0 !important;
  cursor: s-resize;
  font-family: monospace;
  font-size: 11px !important;
  height: 8px !important;
  line-height: 8px !important;
  overflow: hidden !important;
  text-align: center;
  width: 100% !important;
}
.fc-event-vert.fc-event-start {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-width: 1px;
}
.fc-event-vert.fc-event-end {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-width: 1px;
}
.fc-select-helper .fc-event-bg {
  display: none \9;
}
.event-toolbar {
  margin-bottom: 30px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.event-toolbar .event-category-filters {
  float: left;
}
.event-toolbar .event-modes {
  float: right;
}
.event-toolbar .label {
  font-weight: 600;
  margin: 0 0 8px;
  display: inline-block;
}
#calendar .fc-event-inner {
  text-align: center;
}
#calendar .fc-day-header {
  padding: 10px;
  background: #f4f4f4;
}
#calendar .fc-grid .fc-day-number {
  padding: 5px;
}
#calendar .fc-header {
  float: left;
  margin-bottom: 20px;
  position: relative;
}
#calendar .fc-header-center {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.tooltipster-base.tooltipster-default {
  background: #f4f4f4;
  border: 0;
}
.tooltipster-base .tooltipster-content {
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  border: 10px solid #f4f4f4;
}
.tooltipster-base .custom-content {
  font-size: 12px;
}
.tooltipster-base .custom-content > div {
  margin-bottom: 5px;
}
.tooltipster-base .tool_tip {
  max-width: 385px;
  overflow: hidden;
}
.tooltipster-base .image_left {
  width: 30%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: 0;
  top: -5px;
}
.tooltipster-base .image_left img {
  max-width: 100px;
  float: left;
}
.tooltipster-base .right_part {
  display: table-cell;
  padding-right: 10px;
}
.tooltipster-base .custom-title {
  font-weight: 700;
  background: #f4f4f4;
  padding: 5px 10px;
  margin-bottom: 5px;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.tooltipster-base .title_s {
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  width: 80px;
  display: inline-block;
}
.tooltipster-base .tooltipster-default {
  border: 0;
}
.events-list .pager {
  text-align: center;
  clear: both;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.events-list .toolbar {
  clear: both;
}
.events-list .toolbar-top .pages {
  display: none;
}
.events-list .toolbar-bottom {
  margin-bottom: 0;
  clear: both;
}
.events-list .toolbar-bottom .pages,
.events-list .toolbar-bottom .pager {
  margin-bottom: 0;
}
.events-list .toolbar-bottom .limiter,
.events-list .toolbar-bottom .toolbar-amount {
  display: none;
}
.events-list .event_block {
  clear: both;
}
.events-list .event_loop {
  margin-right: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  transition: all 300ms;
  width: calc(50% - 15px);
  padding: 0;
  float: left;
}
.events-list .event_loop:nth-child(odd) {
  margin-right: 0;
}
.events-list .event_loop:nth-child(even) {
  clear: both;
}
.events-list .event_loop:hover {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.events-list .event-list-wrapper-top {
  position: relative;
  overflow: hidden;
}
.events-list .event-date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 20px;
  background: rgba(39, 39, 39, 0.7);
  color: #ffffff;
  margin: 0;
}
.events-list .event-image img {
  width: 100%;
  height: 100% !important;
  float: left;
}
.events-list .event-list-wrapper-bottom {
  float: left;
  width: 100%;
  background: #f4f4f4;
  box-sizing: border-box;
}
.events-list .event-list-wrapper-bottom h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.events-list .event-list-wrapper-bottom a {
  text-decoration: none;
  padding: 30px;
  display: block;
  color: #333333;
}
.events-calendar-details .events-single-right {
  width: 60%;
  float: right;
  padding-left: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.events-calendar-details .events-single-right .event-image img {
  width: 100%;
  margin-bottom: 10px;
}
.events-calendar-details .events-single-right .back_event {
  margin-top: 20px;
  text-align: right;
  position: relative;
  z-index: 1;
}
.events-calendar-details .events-single-right .event-video {
  margin-bottom: 10px;
}
.events-calendar-details .events-single-right .event-video iframe {
  max-width: 100%;
}
.events-calendar-details .events-single-left {
  float: left;
  width: 40%;
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.events-calendar-details .events-single-left .events-meta-group {
  padding: 30px 0;
  border-top: 1px solid #cccccc;
}
.events-calendar-details .events-single-left .events-meta-group th {
  padding-left: 0;
}
.events-calendar-details .events-single-left .events-cta {
  padding: 0 0 40px 0;
}
.events-calendar-details .events-single-left .events-section-title {
  margin-top: 0;
}
.events-calendar-details .events-single-left .events-cta-date {
  display: inline-block;
  text-align: center;
}
.events-calendar-details .events-single-left .dd {
  display: block;
  font-size: 60px;
  line-height: 60px;
}
.events-calendar-details .events-single-left .yy {
  display: block;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 5px;
}
.events-calendar-details .event-gmap {
  margin-right: 20px;
}
.events-calendar-details .event-gmap #map_canvas {
  height: 250px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #e5e3df;
}
.related-events {
  clear: both;
  padding-bottom: 15px;
}
.related-events .tribe-events-event-image {
  padding-bottom: 15px;
}
.related-events .tribe-events-list-event-title {
  margin-top: 5px;
  margin-bottom: 10px;
}
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000000;
  background: #f4f4f4;
}
.tooltipster-default .tooltipster-content {
  line-height: 16px;
  padding: 0;
  overflow: hidden;
}
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.widget_upcoming {
  padding: 20px;
  background: #f8f8f8;
  margin-bottom: 20px;
}
.widget_upcoming h3 {
  margin-top: 0;
}
.widget_upcoming ul {
  padding: 0;
  margin: 0;
}
.widget_upcoming ul li {
  list-style: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.widget_upcoming ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.widget_upcoming .event-image {
  float: left;
  width: 30%;
  margin-right: 2%;
  margin-top: 3px;
}
.widget_upcoming .event-image img {
  width: 100%;
}
.widget_upcoming .event-info {
  float: left;
  width: 68%;
  font-size: 12px;
}
.widget_upcoming .event-info a {
  margin-bottom: 5px;
  width: 100%;
  display: block;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget_upcoming .event-info a:visited {
  display: block;
  font-size: 14px;
}
.upcoming_desc {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
/**
 * HTA
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category   HTA
 * @package    HTA_CareerPathAssessment
 * @copyright  Copyright (c) 2024 HTA (https://www.magento.com/)
 */
.loader_popup .modal-inner-wrap .modal-footer button,
.loader_popup .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.loader_popup .modal-inner-wrap .modal-footer .action-gift {
  display: none;
}
#checkout-payment-method-load .items.payment-methods .field.mobile_payment {
  display: none;
}
@media (max-width: 767px) {
  #checkout-payment-method-load .items.payment-methods .payment-method-title.field.choice {
    display: none;
  }
  #checkout-payment-method-load .items.payment-methods .field.mobile_payment {
    display: block;
  }
}
.blog-page .column.main .author {
  padding: 20px;
  border: 1px solid #d5d6da;
  margin-bottom: 30px;
}
.blog-page .column.main .author .block-info {
  display: -ms-flexbox;
  display: flex;
}
.blog-page .column.main .author .block-info .block-img {
  width: 10%;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 20px;
}
.blog-page .column.main .author .block-info .block-img img {
  width: 100px;
  height: auto;
}
.blog-page .column.main .author .block-info .block-data {
  -ms-flex: 1 1;
  flex: 1 1;
}
.blog-page .column.main .author .block-info .block-data .author-name {
  color: #222;
  margin: 7px 0;
  font-family: open sans, arial, sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
}
.blog-page .column.main .author .block-info .block-data .author-position {
  color: #555;
  margin: 5px 0;
  font-weight: 600;
}
.blog-page .column.main .author .block-info .block-data .social-icons {
  display: flex;
}
.blog-page .column.main .author .block-info .block-data .social-icons .icon {
  padding: 5px;
}
.blog-page .column.main .author .block-info .block-data .social-icons .icon:nth-child(1) {
  padding-left: 0;
}
.blog-page .column.main .author .block-info .block-data .social-icons .icon img {
  width: 18px;
  height: 18px;
}
.blog-page .column.main .author .block-info .block-data .social-icons .icon img:hover {
  opacity: .7;
}
.blog-page .column.main .author .block-description {
  width: 100%;
}
.blog-page .column.main .author .block-description .block-content {
  color: #777;
  margin-top: 10px;
}
.blog-page .column.main .author .block-description .a-right {
  text-align: right;
}
.blog-page .column.main .author .block-description .a-right .read-more {
  display: inline-block;
  color: #fff;
  background-color: #4db2ec;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 15px;
}
.blog-page .column.main .author .block-description .a-right .read-more:hover {
  color: #fff;
  background: #222;
}
.mfblog-contents {
  display: none;
  border: 1px solid #a2a9b1;
  padding: 15px;
  max-width: 500px;
  margin-bottom: 16px;
  background-color: #f8f9fa;
}
.mfblog-contents .mfblog-contents-header {
  font-weight: 700;
}
.mfblog-contents .mfblog-contents-toggle {
  cursor: pointer;
}
.mfblog-contents .mfblog-contents-toggle:hover {
  text-decoration: underline;
}
.mfblog-contents ul,
.mfblog-contents ol {
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.mfblog-contents li {
  margin-bottom: 0;
}
.mfblog-contents li a {
  margin-bottom: 1rem;
  display: inline-block;
}
.mfblog-contents p {
  text-align: center;
}
.mfblog-contents a {
  text-decoration: underline;
  color: #ee5204;
}
.mfblog-contents ol {
  counter-reset: item;
}
.mfblog-contents li {
  display: block;
}
.mfblog-contents li:before {
  content: counters(item, '.') ' ';
  counter-increment: item;
}
.mst-cache-warmer__toolbar {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  font-size: 1.3rem;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  border-radius: 0;
  z-index: 1000000;
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 30rem;
}
.mst-cache-warmer__toolbar > strong {
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  background: #7c7977;
}
.mst-cache-warmer__toolbar._hit > strong {
  background: #69BA6D;
}
.mst-cache-warmer__toolbar._miss > strong {
  background: #D0011B;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-body {
  padding: 1rem 2rem;
  background: #fff;
  text-align: center;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-body > strong {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #928f8e;
}
.mst-cache-warmer__toolbar table tr th,
.mst-cache-warmer__toolbar table tr td {
  background: #fff;
  padding: .5rem 1rem;
  font-size: 1.2rem;
}
.mst-cache-warmer__toolbar table tr th {
  background: #f1f1f1;
  padding: 1rem;
  text-align: center;
}
.mst-cache-warmer__toolbar table tr td {
  text-align: left;
  border-top: 1px solid #f1f1f1;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-test,
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-info {
  background: #fff;
  padding: .5rem 1rem;
  text-align: right;
  font-size: 1.1rem;
  border-top: 1px solid #f1f1f1;
  color: #928f8e;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-test a,
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-info a {
  color: #928f8e;
  text-decoration: underline;
}
.m__page__data {
  display: none;
}
.cache-warmer__hole_punch_block_info {
  position: relative;
  border: 1px dotted red;
  margin: 6px 2px;
  padding: 18px 2px 2px 2px;
  zoom: 1;
}
.cache-warmer__hole_punch_timer_info {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 5px;
  background: #faa;
  color: #333;
  font: normal 9px Arial;
  text-align: left !important;
  z-index: 998;
  text-transform: none;
}
.mst-cache-warmer__test-block {
  text-align: center;
}
.mst-cache-warmer__test-block time {
  background: #fff;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  padding: 2rem 5rem;
  font-size: 3rem;
  display: inline-block;
  font-weight: 800;
  color: #928f8e;
  margin-bottom: 5rem;
}
.mst-cache-warmer__test-block .cacheable {
  background: #d0ffd9;
}
.mst-cache-warmer__test-block .non-cacheable {
  background: #ffe8e6;
}
.kb__category-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.kb__category-sidebar ul li {
  position: relative;
}
.kb__category-sidebar ul li.level-1 a {
  margin-left: 0;
}
.kb__category-sidebar ul li.level-2 a {
  margin-left: 1rem;
}
.kb__category-sidebar ul li.level-3 a {
  margin-left: 3rem;
}
.kb__category-sidebar ul li.level-4 a {
  margin-left: 5rem;
}
.kb__category-sidebar ul li.level-5 a {
  margin-left: 7rem;
}
.kb__category-sidebar ul li .count {
  color: #a3a3a3;
  position: absolute;
  top: 5px;
  right: 18px;
}
.kbase .block-collapsible-nav .item a {
  padding: 5px 36px 5px 15px;
  position: relative;
}
#block-collapsible-nav-kb .collapsible-control {
  position: absolute;
  left: 2px;
  top: 8px;
  font-size: 10px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  width: 13px;
  height: 14px;
  z-index: 1000;
  cursor: pointer;
}
#block-collapsible-nav-kb .collapsible-control.active:after {
  content: '\e621';
}
#block-collapsible-nav-kb .collapsible-control.hidden:after {
  content: '\e622';
}
.kb-article__metadata {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.kb-article__metadata:before,
.kb-article__metadata:after {
  content: '';
  display: table;
}
.kb-article__metadata:after {
  clear: both;
}
.kb-article__metadata .author {
  color: #a3a3a3;
  float: left;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 24px;
  margin-right: 2rem;
}
.kb-article__metadata .rating {
  float: left;
  color: #a3a3a3;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 24px;
}
.kb-article__metadata .rating .fa {
  margin-right: 0.5rem;
}
.kb-article__metadata.kb-article__metadata-list {
  margin: .5rem 0;
}
.kb-article__body {
  margin-bottom: 2rem;
}
.kb-article__categories,
.kb-article__tags {
  margin-bottom: 2rem;
}
.kb-article__categories span:after,
.kb-article__tags span:after {
  content: '·';
  color: #d1d1d1;
  margin: 0 1rem;
}
.kb-article__categories span:first-child,
.kb-article__tags span:first-child {
  margin-left: 1rem;
}
.kb-article__categories span:last-child:after,
.kb-article__tags span:last-child:after {
  content: '';
}
.kb-article__helpful > a {
  display: block;
  border: 1px solid #c2c2c2;
  color: #c2c2c2;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  margin-left: 1rem;
  float: left;
  font-size: 20px;
}
.kb-article__helpful > a i {
  padding: 8px;
}
.kb-article__helpful > a:hover {
  border-color: #adadad;
  color: #adadad;
}
.kb-article__helpful .metadata {
  float: left;
}
.kb-article__helpful .metadata strong {
  font-weight: 300;
  display: block;
}
.kb-article__helpful .metadata .count {
  color: #a3a3a3;
  font-size: 12px;
}
.kbase.kbase-article-view .toolbar.toolbar-products .field.limiter {
  display: inherit;
  float: right;
}
.kbase.kbase-article-view .toolbar.toolbar-products .pages {
  display: inline-block;
}
.kb-articles__list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.kb-articles__list > li {
  margin-bottom: 4rem;
}
.kb-articles__list > li a {
  font-weight: 600;
  font-size: 1.8rem;
}
.kb-articles__toolbar {
  position: relative;
}
.kb-articles__toolbar .pages {
  display: none;
}
.kb-articles__list ~ .kb-articles__toolbar .pages {
  display: block;
  float: left;
  margin-right: 1rem;
}
.kb-articles__list ~ .kb-articles__toolbar .field.limiter {
  display: block;
  float: left;
}
.kb-articles__list ~ .kb-articles__toolbar .toolbar-amount {
  display: none;
}
.kb-category__grid > section {
  vertical-align: top;
  box-sizing: border-box;
}
.kb-category__grid h2.subtitle {
  font-weight: 500;
}
.kb__category-title {
  margin-bottom: 2rem;
}
.kb__category-title h2,
.kb__category-title h3,
.kb__category-title h4 {
  display: inline-block;
  margin-bottom: 0;
}
.kb__category-title a {
  color: #a3a3a3;
  font-size: 12px;
  margin-left: 1.5rem;
}
.kb__category-title.l1 {
  padding: 1rem 0;
  position: relative;
  border-bottom: 0.3rem solid #f5f5f5;
}
.kb__category-title.l1 h2 {
  margin: 0;
  padding: 0;
}
.kb__category {
  margin-bottom: 4rem;
}
.kb__category ol {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.kb__category ol li {
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
}
.kb__category ol li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 2rem;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.kb__category ol li a {
  white-space: nowrap;
}
.kb__category ol li a .fa {
  color: #a3a3a3;
}
.kb-category__article-metadata {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.kb-category__article-metadata:before,
.kb-category__article-metadata:after {
  content: '';
  display: table;
}
.kb-category__article-metadata:after {
  clear: both;
}
.kb-category__article-metadata .author {
  color: #a3a3a3;
  float: left;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  margin-right: 2rem;
}
.kb-category__article-metadata .rating-summary {
  float: left;
}
.kbase .toolbar-products .pages {
  display: inline-block;
}
.kb-comment-listing-item {
  padding: 3rem 0;
  border-bottom: 1px solid #c9c9c9;
}
.kb-comment-listing-item .kb-comment-listing-item__header {
  margin-bottom: 1rem;
}
.kb-comment-listing-item .kb-comment-listing-item__header strong {
  margin-right: 2rem;
}
.kb-comment-listing-item .kb-comment-listing-item__header span {
  color: #666;
}
.kb-article-form {
  margin: 2rem 0;
}
.kb__search-box {
  position: relative;
}
.kb__search-box input {
  border-radius: 3px;
  width: 100%;
}
.kb__search-box button,
.kb__search-box .cart.table-wrapper .actions-toolbar > .action,
.kb__search-box .action-gift {
  position: absolute;
  border-radius: 0 3px 3px 0;
}
.column.main .kb__search-box {
  padding: 2.5rem;
  background: #f5f5f5;
  margin-bottom: 2.5rem;
}
.column.main .kb__search-box input {
  padding: 1.5rem 2rem;
  font-size: 2.2rem;
  font-weight: 300;
  height: 6rem;
}
.column.main .kb__search-box button,
.column.main .kb__search-box .cart.table-wrapper .actions-toolbar > .action,
.column.main .kb__search-box .action-gift {
  height: 6rem;
  right: 2.5rem;
  top: 2.5rem;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  font-size: 2.2rem;
}
.kb__sidebar .kb__search-box {
  margin-bottom: 2rem;
}
.kb__sidebar .kb__search-box input {
  font-size: 1.3rem;
}
.kb__sidebar .kb__search-box button,
.kb__sidebar .kb__search-box .cart.table-wrapper .actions-toolbar > .action,
.kb__sidebar .kb__search-box .action-gift {
  right: 0;
  top: 0;
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
#delivery-options-fields-block {
  max-width: 100%;
}
.pickup-locations-headline {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.delivery-locations-form .delivery-locations-list {
  border: 1px solid #c2c2c2;
  max-height: 500px;
  overflow: auto;
}
.delivery-locations-form .delivery-locations-list table.location {
  margin-top: 28px;
}
.delivery-locations-form .delivery-locations-list table.location .first-column {
  padding: 0 14px;
  width: 14px;
}
.delivery-locations-form .delivery-locations-list table.location .second-column {
  padding: 0;
}
.opening-hour-wrapper {
  font-size: 12px;
}
.opening-hour-wrapper table thead {
  cursor: pointer;
  font-weight: 700;
}
.opening-hour-wrapper table thead tr td {
  padding: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}
.opening-hour-wrapper table thead tr td:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opening-hour-wrapper table thead tr td:hover:after {
  color: #333333;
}
.opening-hour-wrapper table thead tr td:active:after {
  color: #8f8f8f;
}
.opening-hour-wrapper table tbody {
  display: none;
}
.opening-hour-wrapper table tbody.special-hours-heading {
  padding-top: 10px;
  font-weight: 700;
}
.opening-hour-wrapper table tbody tr td {
  padding: 0 10px 0 0;
}
.opening-hour-wrapper table tbody tr td.time-span {
  font-weight: 600;
}
.opening-hour-wrapper table._active thead tr td:after {
  content: '\e621';
}
.opening-hour-wrapper table._active tbody {
  display: block;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled.cms-index-index .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  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 5px 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 .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('/pub/static/version1706095421/frontend/Infortis/custom/en_US/Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: 700;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.action-braintree-paypal-logo {
  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;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.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: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.mini-cart .mini-cart-heading .ic {
  font-size: 16px;
  line-height: 1em;
}
.block-minicart {
  position: relative;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  margin: 20px 0;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-content > .actions > .primary .action.primary span {
  display: inline-block;
  text-decoration: none;
}
.block-minicart .block-content > .actions > .primary .action.primary span > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-minicart .block-content > .actions > .primary .action.primary span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 22px;
  color: inherit;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary .action.primary span:hover:after {
  color: inherit;
}
.block-minicart .block-content > .actions > .primary .action.primary span:active:after {
  color: inherit;
}
.block-minicart .block-content > .actions > .primary .action.primary span:after {
  content: '\e608';
}
.block-minicart .block-content > .actions > .primary .action.primary span:after {
  font-weight: bold;
}
.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 {
  float: right;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
  right: 0;
  width: 320px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  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;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  display: none;
}
.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: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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.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.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
  height: auto !important;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
  height: auto !important;
}
.minicart-items .product-item {
  padding: 10px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 2px;
}
.minicart-items .product-item-name a {
  color: #aaaaaa;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 2px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 5px;
}
.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: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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 .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  margin: 0 0 5px;
  display: block;
}
.opc-estimated-wrapper .minicart-wrapper .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;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper .action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper .action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper .action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
  float: left;
  margin: 0;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  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 {
  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: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._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: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  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: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  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: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 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: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.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 .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #aaaaaa;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  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: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  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: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.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 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.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 #d1d1d1;
  padding: 10px 40px 10px 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: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.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-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  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 {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.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: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  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;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  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 + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.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 #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #aaaaaa;
  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: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  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: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 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%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.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;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.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: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.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 {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #eeeeee;
  border: none;
  color: #333333;
  cursor: pointer;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:hover {
  background: #333333;
  color: #ffffff;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.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-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 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-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  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: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  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 10px 10px 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: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 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;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  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: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  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;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.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: 10px;
  top: 10px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.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-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #aaaaaa;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #5bd2ec;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #aaaaaa;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  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 button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 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: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.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: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.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 {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  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: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 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: 10px;
  top: 10px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.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: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.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: 20px;
}
.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 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.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: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 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 #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.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 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.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 #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('/pub/static/version1706095421/frontend/Infortis/custom/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(/pub/static/version1706095421/frontend/Infortis/custom/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%;
  }
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  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: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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 {
  margin-left: -5px;
}
.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: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: none;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #333333;
  color: #ffffff;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.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: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.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: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.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-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.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 .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: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 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: 10px;
  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 10px 5px 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: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff !important;
}
.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);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('/pub/static/version1706095421/frontend/Infortis/custom/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.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 {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  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 rgba(81, 167, 232, 0.5);
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
  z-index: 1;
}
.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.42857143;
  margin: 0;
  padding: 0;
  color: #aaaaaa;
  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:hover {
  color: #5bd2ec;
}
.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: #aaaaaa;
  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.42857143;
  margin: 0;
  padding: 0;
  color: #aaaaaa;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.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:hover {
  color: #5bd2ec;
}
.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: #aaaaaa;
  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;
}
.brand-name {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 18px;
  text-align: center;
}
.brand-name-wrapper {
  display: table;
  min-height: 36px;
  /* Two lines of text */
  margin: 0 auto;
}
.brand-name-wrapper .brand-name {
  display: table-cell;
  vertical-align: middle;
}
.box-brand {
  margin-bottom: 20px;
}
.box-brand a {
  margin: 0 auto;
  display: block;
}
.box-brand img {
  margin: 0 auto;
  display: block;
}
.product-secondary-column .box-brand .attribute {
  font-size: 1.25em;
  /*15px*/
  line-height: 1.2em;
  /*18px*/
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}
.brand-slider .item {
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
.brand-slider .item a {
  display: block;
}
.brand-slider .owl-item.loading {
  min-height: 60px;
}
.my .base .ULTRA-MEGAMENU .css .source .module {
  color: red;
}
/**
 * Category navigation menu
 *
 * .navi.nav-regular            - regular horizontal menu
 * .navi.nav-regular.nav-vert   - regular vertical menu
 * .navi.nav-mobile             - mobile menu accordion
 *
 * .nav-item                    - item
 * .nav-item.parent             - item, parent of subcategories
 * .nav-item.nav-item--parent   - item, parent of subcategories, has a dropdown
 *
 */
/* Common elements %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Category blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-block {
  margin-top: 1%;
  margin-bottom: 1%;
}
.nav-block--center {
  margin-top: 1%;
  margin-bottom: 1%;
}
/* Section line (separator) is lighter than other lines
-------------------------------------------------------------- */
.nav-block .section-line {
  border-color: #eee;
}
/* Deprecated: custom static block block_header_nav_dropdown displayed as a dropdown
-------------------------------------------------------------- */
.navi .nav-custom-link .header-nav-dropdown-wrapper .heading {
  margin: 10px 0;
}
/* Menu triggers.
   Styles shared by vertical menu trigger and mobile menu trigger.
   Styles similar to 1st-level links from the standard menu.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.menu-trigger {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu-trigger.active .menu-trigger-inner {
  z-index: 4;
  /* One level above the top menu */
  position: relative;
}
/* Mobile menu icon */
.menu-trigger .trigger-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin: 0 4px 0 15px;
}
.menu-trigger .trigger-icon .line {
  display: block;
  background-color: #fff;
  height: 3px;
  margin-bottom: 2px;
}
.menu-trigger .label {
  margin-right: 10px;
}
/* Caret
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Only items with dropdown display the caret */
.nav-regular .caret {
  display: none;
}
.nav-regular .nav-item--parent > a .caret {
  display: inline-block;
}
/* Caret inside dropdowns - right side caret */
.nav-regular .nav-panel a .caret {
  margin-left: 5px;
  opacity: 0.2;
}
.nav-regular .nav-panel a:hover .caret {
  opacity: 1;
}
/* Sticky logo
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-item--stickylogo {
  display: none;
}
.nav-item--stickylogo img {
  padding-right: 10px;
}
/* Show only when sticky header active */
.sticky-header .nav-item--stickylogo {
  display: inline;
}
.header-container:not(.sticky-header) .nav-item--stickylogo {
  display: none !important;
}
/* Home link
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Home link with icon inside a menu item
-------------------------------------------------------------- */
/* Class "feature" inside an item */
.nav-regular .nav-item--home .ic {
  display: inline-block;
  font-size: 16px;
  padding: 0;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  float: none;
  background-color: transparent !important;
  /* Remove default colors */
}
/* Single icon as a home link
-------------------------------------------------------------- */
.navi .nav-item--homeicon a {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
}
.navi .nav-item--homeicon a:hover {
  opacity: 0.7;
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
}
/* Category labels
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cat-label {
  padding: 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -moz-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -o-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
}
li > a:hover > span > .cat-label {
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
}
/* labels: 1st level
-------------------------------------------------------------- */
li.level0 > a > span {
  position: relative;
}
li.level0 > a > span > .cat-label {
  position: absolute;
  top: -10px;
  /*-14px*/
  right: 0;
  padding: 0 6px;
  font-size: 14px;
  line-height: 22px;
}
/* Add pin (1st level only) */
li.level0 > a > span > .pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  transition: border-color 450ms ease-in-out;
  -moz-transition: border-color 450ms ease-in-out;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
}
li.level0 > a:hover > span > .pin-bottom:before {
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
}
/* labels: 2nd level
-------------------------------------------------------------- */
li.level1 > a > span > .cat-label {
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 5px;
  vertical-align: middle;
}
/* labels: 3rd level
-------------------------------------------------------------- */
li.level2 > a > span > .cat-label {
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 2px;
}
/* Category labels inside mobile menu / vertical menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-mobile li > a > span > .cat-label,
.nav-vert li > a > span > .cat-label {
  position: static;
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 5px;
  /* Label size: all levels */
  font-size: 14px;
  line-height: 18px;
}
/* Hide pin */
.nav-mobile li > a > span > .pin-bottom:before,
.nav-vert li > a > span > .pin-bottom:before {
  display: none;
}
/* Non-clickable links
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.navi a.no-click {
  cursor: default;
}
/* Remove highlight color on tap
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.navi,
.menu-trigger,
.nav-regular .nav-item.level0 > a {
  -webkit-tap-highlight-color: transparent;
}
/* Base styles of the menu %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.navi-wrapper {
  position: relative;
}
.navi {
  position: relative;
  /* Dropdown box position is relative to this container */
  -webkit-transform: translateZ(0);
  /* Fix possible glitches during animation */
}
.navi > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Clearfix for menu items list */
.navi > ul:before,
.navi > ul:after {
  display: table;
  content: " ";
}
.navi > ul:after {
  clear: both;
}
/* Items */
.navi .nav-item {
  margin: 0;
}
/* Show/hide mobile menu */
.navi.nav-mobile-triggerable {
  display: none;
  /* Important: menu needs to be cleared to avoid overlapping other elements inside nav bar, such as triggers and holders */
  clear: both;
}
.navi.nav-mobile-triggerable.show {
  display: block;
}
/* Show/hide vertical menu */
.navi.nav-vert-triggerable {
  display: none;
}
.navi.nav-vert-triggerable.show {
  display: block;
}
/* Pull up dropdowns above other elements
-------------------------------------------------------------- */
/* Top menu */
.header-container .navi {
  z-index: 3;
}
/* Sidebar menu */
.navi.nav-regular.navi-sidebarmenu {
  z-index: 2;
  /* One level below the top menu */
}
/* Bottom border
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-border-bottom {
  clear: both;
}
/* Standard menu %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Height of the menu bar (and other elements inisde menu bar)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Top-level items and menu triggers */
.menu-trigger,
.nav-regular .nav-item.level0 > a {
  line-height: 50px;
}
/* Other elements inisde menu bar need to have the same height as height of the menu bar.
   Set max height to avoid issues with excessive height of the elements. */
.nav-holder > *,
.nav-holder .dropdown-block .dropdown-heading {
  line-height: 50px;
  max-height: 50px;
}
/* Additional classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Menu items aligned right
-------------------------------------------------------------- */
.nav-regular li.level0.right {
  float: right;
}
/* Menu items centered within the menu bar
-------------------------------------------------------------- */
.nav-regular.centered {
  text-align: center;
}
.nav-regular.centered li.level0 {
  float: none;
  display: inline-block;
}
.nav-regular.centered li.level0.right,
.nav-regular.centered li.level0.left {
  float: none !important;
}
/* Sticky logo has to float left */
.nav-regular.centered li.nav-item--stickylogo {
  float: left;
}
/* Other elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Openers */
.nav-regular .opener {
  display: none;
}
/* Hide elements */
.nav-regular .hide-in-desktop-menu {
  display: none !important;
}
/* Holders %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Holder for additional elements inside the menu bar
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-holders-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 4;
  /* One level above the top menu */
  position: relative;
  /* Important: do not add floating to this element. Otherwise menu items may leave a gap (in the place where holders wrapper is displayed)
       after sticky menu suspends sticky mode. */
}
.nav-holders-wrapper .nav-holder {
  margin: 0;
  float: right;
  /* Required default floating */
}
/* Elements inside holder
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-holder > * {
  display: block;
}
/* Specific elements inside holder
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Drop-downs
-------------------------------------------------------------- */
.nav-holder .dropdown-block .dropdown-heading .label {
  vertical-align: baseline;
}
/* Search box
-------------------------------------------------------------- */
/* Common styles for search box in holder, when it's displayed inisde menu bar */
.nav-regular .nav-holder .search-wrapper,
.nav-holders-wrapper .nav-holder .search-wrapper {
  width: inherit;
  /* Important: to avoid stretching the box to 100% */
  float: none !important;
  /* display: inline-block;
    vertical-align: middle; */
  padding-left: 7px;
  /* To center the search box vertically */
  /* margin-bottom: 1px; */
  /* Override styles of search box when its inside element with class ".hp-blocks-holder--stacked" */
  max-width: none;
  margin: 0;
}
.nav-regular .nav-holder .search-wrapper .input-text,
.nav-holders-wrapper .nav-holder .search-wrapper .input-text {
  /* To center the search box vertically */
  margin-bottom: 1px;
}
.nav-regular .nav-holder .search-wrapper .action.search,
.nav-holders-wrapper .nav-holder .search-wrapper .action.search {
  top: 7px;
}
/* Drop-downs
-------------------------------------------------------------- */
.nav-holder .dropdown-block .dropdown-heading.cover > span,
.nav-holder .dropdown-block .dropdown-heading.cover > div {
  padding: 0 15px;
}
/* Common styles with mobile menu trigger
-------------------------------------------------------------- */
.menu-trigger,
.nav-holder .dropdown-block .dropdown-heading {
  font-size: 14px;
}
/* Vertical menu %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.navi.nav-vert-triggerable {
  position: absolute;
  left: 0;
}
/* Hide selected elements
-------------------------------------------------------------- */
/* Important: added ".nav-item" class to make the rule more specific */
.nav-vert .nav-item.nav-item--home {
  display: none !important;
}
.nav-vert .nav-item--stickylogo {
  display: none !important;
}
/* Vertical menu trigger
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.vertnav-trigger {
  float: left;
  text-align: left;
}
/* Additional custom links inside menu bar
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-inline-links {
  float: left;
  margin: 0;
}
/* Mobile menu %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Mobile menu trigger
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.mobnav-trigger {
  display: none;
}
/* If trigger is next to the holders wrapper, make it float left
   so that it doesn't span entire container and overlap holders. */
.nav-holders-wrapper + .mobnav-trigger {
  float: left;
}
/* In left column, make it float right */
.left-column .nav-holders-wrapper + .mobnav-trigger {
  float: right;
}
/* In right column, make it float left */
.right-column .nav-holders-wrapper + .mobnav-trigger {
  float: left;
}
/* Drop-downs
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Drop-downs inside mobile menu */
.nav-mobile .nav-panel--dropdown {
  /* To override width which can be added to dropdowns of the regular menu */
  width: 100% !important;
  /* Reset of dropdown's inline positioning */
  left: 0 !important;
  top: 0 !important;
}
/* Remove background color of dropdown in items containing only subcategories */
.nav-mobile .nav-item--only-subcategories > .nav-panel--dropdown {
  background-color: transparent !important;
}
/* Show category blocks on selected levels
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Hide blocks on all levels */
.nav-mobile .nav-block {
  display: none;
}
/* Structure of the selectors below:
   menu.modifier [level] item > panel > innerPanel > categoryBlocks */
/* Show on 0 levels
-------------------------------------------------------------- */
.nav-mobile.opt-sb0 .nav-item > div {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
}
/* Remove dropdown shadow and background color */
.nav-mobile.opt-sb0 .nav-item > div > div {
  padding: 0 !important;
}
/* Remove padding of inner panel */
.nav-mobile.opt-sb0 .nav-item > div > div > .nav-block--center {
  margin: 0;
  width: 100%;
}
/* Stretch the central column */
.nav-mobile.opt-sb0 .nav-item.nav-item--only-blocks {
  display: none;
}
/* Hide items containing only category blocks */
/* FEATURE: for top-level items:
   If "nav-item--only-blocks": hide only the dropdown and the opener, but not the item itself.
   Exception: if it's an item of "block_header_nav_dropdown", the item has to be hidden completely
   because it's not clickable so there is no sense to display it.
*/
/*
.nav-mobile.opt-sb0 .nav-item.nav-item--only-blocks > .opener {
    display: none;
}
*/
/* Show on 1 level
-------------------------------------------------------------- */
.nav-mobile.opt-sb1 li.level0 > div > div > .nav-block {
  display: block;
}
.nav-mobile.opt-sb1 ul.level0 .nav-item > div {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
}
.nav-mobile.opt-sb1 ul.level0 .nav-item > div > div {
  padding: 0 !important;
}
.nav-mobile.opt-sb1 ul.level0 .nav-item > div > div > .nav-block--center {
  margin: 0;
  width: 100%;
}
.nav-mobile.opt-sb1 ul.level0 .nav-item.nav-item--only-blocks {
  display: none;
}
/* Show on 2 levels
-------------------------------------------------------------- */
.nav-mobile.opt-sb2 li.level0 > div > div > .nav-block,
.nav-mobile.opt-sb2 li.level1 > div > div > .nav-block {
  display: block;
}
.nav-mobile.opt-sb2 ul.level1 .nav-item > div {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
}
.nav-mobile.opt-sb2 ul.level1 .nav-item > div > div {
  padding: 0 !important;
}
.nav-mobile.opt-sb2 ul.level1 .nav-item > div > div > .nav-block--center {
  margin: 0;
  width: 100%;
}
.nav-mobile.opt-sb2 ul.level1 .nav-item.nav-item--only-blocks {
  display: none;
}
/* Show on 3 levels
-------------------------------------------------------------- */
.nav-mobile.opt-sb3 li.level0 > div > div > .nav-block,
.nav-mobile.opt-sb3 li.level1 > div > div > .nav-block,
.nav-mobile.opt-sb3 li.level2 > div > div > .nav-block {
  display: block;
}
.nav-mobile.opt-sb3 ul.level2 .nav-item > div {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
}
.nav-mobile.opt-sb3 ul.level2 .nav-item > div > div {
  padding: 0 !important;
}
.nav-mobile.opt-sb3 ul.level2 .nav-item > div > div > .nav-block--center {
  margin: 0;
  width: 100%;
}
.nav-mobile.opt-sb3 ul.level2 .nav-item.nav-item--only-blocks {
  display: none;
}
/* Show on 4 levels
-------------------------------------------------------------- */
.nav-mobile.opt-sb4 li.level0 > div > div > .nav-block,
.nav-mobile.opt-sb4 li.level1 > div > div > .nav-block,
.nav-mobile.opt-sb4 li.level2 > div > div > .nav-block,
.nav-mobile.opt-sb4 li.level3 > div > div > .nav-block {
  display: block;
}
.nav-mobile.opt-sb4 ul.level3 .nav-item > div {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
}
.nav-mobile.opt-sb4 ul.level3 .nav-item > div > div {
  padding: 0 !important;
}
.nav-mobile.opt-sb4 ul.level3 .nav-item > div > div > .nav-block--center {
  margin: 0;
  width: 100%;
}
.nav-mobile.opt-sb4 ul.level3 .nav-item.nav-item--only-blocks {
  display: none;
}
/* Show on 5 levels
-------------------------------------------------------------- */
.nav-mobile.opt-sb5 li.level0 > div > div > .nav-block,
.nav-mobile.opt-sb5 li.level1 > div > div > .nav-block,
.nav-mobile.opt-sb5 li.level2 > div > div > .nav-block,
.nav-mobile.opt-sb5 li.level3 > div > div > .nav-block,
.nav-mobile.opt-sb5 li.level4 > div > div > .nav-block {
  display: block;
}
.nav-mobile.opt-sb5 ul.level4 .nav-item > div {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
}
.nav-mobile.opt-sb5 ul.level4 .nav-item > div > div {
  padding: 0 !important;
}
.nav-mobile.opt-sb5 ul.level4 .nav-item > div > div > .nav-block--center {
  margin: 0;
  width: 100%;
}
.nav-mobile.opt-sb5 ul.level4 .nav-item.nav-item--only-blocks {
  display: none;
}
/* Other elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Carets
-------------------------------------------------------------- */
.nav-mobile .caret {
  display: none !important;
}
/* Sticky logo
-------------------------------------------------------------- */
.nav-mobile .nav-item--stickylogo {
  display: none !important;
}
/* Home link
-------------------------------------------------------------- */
.nav-mobile .nav-item--home {
  display: none !important;
}
/* Hide elements
-------------------------------------------------------------- */
.nav-mobile .hide-in-mobile-menu {
  display: none !important;
}
/* Hide containers for additional elements
-------------------------------------------------------------- */
.nav-mobile .nav-holder {
  display: none !important;
}
/* Miscellaneous %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Other modules/components
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Item sliders
-------------------------------------------------------------- */
.navi .itemslider {
  margin-top: 0;
  margin-bottom: 0;
}
.navi .itemslider .item {
  padding-top: 5px;
  padding-bottom: 0;
}
.navi .itemslider .product-name a {
  display: inline-block;
}
.navi .itemslider .product-name {
  margin-top: 8px;
}
/* *************************************************************************************************************
****************************************************************************************************************
 DROPDOWN BOXES ************************************************************************************************
****************************************************************************************************************
************************************************************************************************************* */
/* Common %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* All levels
-------------------------------------------------------------- */
.nav-regular .nav-item {
  text-align: left;
}
.nav-regular .nav-item > a {
  display: block;
  text-decoration: none;
  font-size: 14px;
}
/* Level 1 only
-------------------------------------------------------------- */
.nav-regular li.level0 {
  float: left;
}
.nav-regular li.level0 > a {
  padding: 0 12px;
}
.nav-regular li.level0 > a > span {
  display: inline-block;
  white-space: nowrap;
}
/* Top-level item on hover */
.nav-regular li.level0:hover > a {
  /* Pull up the link above the dropdown */
  z-index: 1;
  position: relative;
}
/* Caret */
.nav-regular li.level0 > a .caret {
  opacity: 0.3;
}
.nav-regular li.level0.active > a .caret {
  opacity: 1;
}
.nav-regular li.level0:hover > a .caret {
  opacity: 1;
}
/* Dropdowns
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* All levels
-------------------------------------------------------------- */
.nav-regular .nav-panel--dropdown {
  display: none;
  position: absolute;
  top: 0;
  background-color: #fff;
  /* To avoid transparent menu */
  /* Uncomment below line to fix possible glitches during animation in webkit browsers */
  /*-webkit-transform: translateZ(0);*/
}
/* Inner wrapper of the dropdown (for additional padding etc.)
-------------------------------------------------------------- */
.navi .nav-panel-inner {
  padding: 23px;
}
/* Required value in pixels to keep padding consistent in different dropdowns */
.navi .nav-panel-inner:before,
.navi .nav-panel-inner:after {
  display: table;
  line-height: 0;
  content: "";
}
.navi .nav-panel-inner:after {
  clear: both;
}
/* Full width dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-regular .nav-panel.full-width {
  width: 100%;
}
.nav-regular .nav-panel.tmp-full-width {
  width: 100% !important;
}
/* Temporary class required by js */
/* Effects
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Fade
-------------------------------------------------------------- */
.nav-regular.opt-fx-fade-inout .nav-panel .nav-item--parent > .nav-panel--dropdown {
  display: block;
  /* Important: has to be visible before hover */
  left: -10000px;
  opacity: 0;
  -moz-transition: opacity 50ms ease-in-out 50ms, left 0s ease-in-out 100ms, top 0s ease-in-out 100ms;
  -webkit-transition: opacity 50ms ease-in-out 50ms, left 0s ease-in-out 100ms, top 0s ease-in-out 100ms;
  -o-transition: opacity 50ms ease-in-out 50ms, left 0s ease-in-out 100ms, top 0s ease-in-out 100ms;
  transition: opacity 50ms ease-in-out 50ms, left 0s ease-in-out 100ms, top 0s ease-in-out 100ms;
}
.nav-regular.opt-fx-fade-inout .nav-panel .nav-item--parent:hover > .nav-panel--dropdown {
  opacity: 1;
  transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
}
/* Mega dropdown %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* All levels
-------------------------------------------------------------- */
.nav-regular .mega > .nav-panel--dropdown {
  margin: 0;
}
/* Level 2+
-------------------------------------------------------------- */
.nav-regular .nav-panel li.mega {
  position: relative;
  /* Container of the dropdown has to be relative (only on levels 2+) */
}
.nav-regular .nav-panel li.mega:hover > .nav-panel--dropdown {
  display: block;
  left: 60px;
  top: 0;
}
/* Inside mega dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Align submenu's content (grid) with the submenu */
.nav-regular .nav-submenu--mega {
  margin-left: -1%;
  margin-right: -1%;
}
/* Items */
.nav-regular .nav-submenu--mega .nav-item > a {
  padding: 1px 7px 1px 7px;
}
/* Inside mega dropdown, level 1: item
-------------------------------------------------------------- */
.nav-regular .nav-submenu--mega > .nav-item {
  display: inline-block;
  float: none;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 5px;
}
.nav-regular .nav-submenu--mega > .nav-item > a {
  line-height: 1.25em;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* If item is a parent of subcategories, add bottom margin, but romove it if item is a parent of a dropdown */
.nav-regular .nav-submenu--mega > .nav-item.parent > a {
  margin-bottom: 10px;
}
.nav-regular .nav-submenu--mega > .nav-item.nav-item--parent > a {
  margin-bottom: 0;
}
/* Inside mega dropdown, level 1: submenu
-------------------------------------------------------------- */
/* Each submenu has to be static unless it's a dropdown itself (e.g. if type "classic" was applied to the item).
   Also, add bottom margin to panel, but romove it if it's a dropdown. */
.nav-regular .nav-submenu--mega > li > .nav-panel {
  position: static;
  margin-bottom: 10px;
}
.nav-regular .nav-submenu--mega > li > .nav-panel--dropdown {
  position: absolute;
  margin-bottom: 0;
}
/* Inside mega dropdown, level 1: category blocks
-------------------------------------------------------------- */
.nav-regular .nav-submenu--mega > li > .nav-block--top {
  margin-top: 0;
  margin-bottom: 10px;
}
.nav-regular .nav-submenu--mega > li > .nav-block--bottom {
  margin-top: 10px;
  margin-bottom: 0;
}
/* Inside mega dropdown, level 2: item
-------------------------------------------------------------- */
/* List bullets */
.nav-regular .nav-submenu--mega > li > ul > li {
  /*background: url(../../frontend/Infortis/ultimo/en_US/images/infortis/ultra-megamenu/bullet.png) 3px 6px no-repeat;*/
}
.nav-regular .nav-submenu--mega > li > ul > li:hover {
  /*background-position:6px 6px;*/
}
/* Important: if item is inside a dropdown (e.g. if type "classic" was applied to the parent item), remove bullets */
.nav-regular .nav-submenu--mega > li > ul.nav-panel--dropdown > li {
  background: none;
  padding-left: 0;
}
/* Other */
.nav-regular .nav-submenu--mega > li > ul > li > a {
  line-height: 1.6666em;
  /*20px*/
}
/* Classic dropdown %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Level 2+
-------------------------------------------------------------- */
.nav-regular .classic > .nav-panel--dropdown > li > a {
  line-height: 36px;
  padding-left: 10px;
}
.nav-regular .classic > .nav-panel--dropdown > li > a .caret {
  float: right;
  margin-right: 10px;
  /* Important: 
       when floating, caret needs to have the same height as item.
       Caret may exceed height of the item so we apply small negative margin.
       */
  line-height: inherit;
  margin-bottom: -2px;
}
/* Dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* All levels
-------------------------------------------------------------- */
.nav-regular .classic > .nav-panel--dropdown {
  margin: 0;
  padding: 10px;
  width: 16em;
  min-width: 12em;
}
/* Level 2+
-------------------------------------------------------------- */
/* Container of the dropdown has to be relative */
.nav-regular .nav-panel li.classic {
  position: relative;
}
.nav-regular .nav-panel li.classic:hover > .nav-panel--dropdown {
  display: block;
  left: 100%;
  top: 0;
}
/* If classic dropdown is on the 1 level of mega dropdown, change positioning */
.nav-regular .nav-submenu--mega > li.classic:hover > .nav-panel--dropdown {
  left: 60px;
  top: 20px;
}
/* Inside dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-regular .nav-panel li.classic:hover > a {
  z-index: 1;
  /* Pull up the link above the dropdown */
  position: relative;
}
/* Simple submenu - no dropdown %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* If submenu has to be displayed not as a dropdown, but as a simple list (with slight left indent) */
/* List bullets */
.nav-regular .simple > ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.nav-regular .simple > ul > li {
  background: url(/pub/static/version1706095421/frontend/Infortis/ultimo/en_US/images/infortis/ultra-megamenu/bullet-mini.png) 7px 5px no-repeat;
  padding-left: 15px;
  transition: background-position 150ms ease-out;
  -moz-transition: background-position 150ms ease-out;
  -webkit-transition: background-position 150ms ease-out;
  -o-transition: background-position 150ms ease-out;
}
.nav-regular .simple > ul > li:hover {
  background-position: 9px 5px;
}
.nav-regular .simple > ul > li > a {
  opacity: 0.6;
  transition: opacity 150ms ease-out;
  -moz-transition: opacity 150ms ease-out;
  -webkit-transition: opacity 150ms ease-out;
  -o-transition: opacity 150ms ease-out;
}
.nav-regular .simple:hover > ul > li > a {
  opacity: 1;
}
/* Vertical menu %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* All levels
-------------------------------------------------------------- */
.nav-vert li.level0 {
  float: none !important;
  /* Add "!important" to override floating of right-aligned items */
  /*position: relative;*/
}
.nav-vert li.level0 > a {
  /*    line-height: 36px;
    padding-left: 10px;*/
}
.nav-vert li.level0 > a .caret {
  float: right;
  /* Important: 
       when floating, caret needs to have the same height as item.
       Caret may exceed height of the item so we apply small negative margin.
       */
  line-height: inherit;
  margin-bottom: -2px;
}
/* Dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Level 1
-------------------------------------------------------------- */
.nav-vert li.level0 > .nav-panel--dropdown {
  /* We may need to set static left positionning to prevent styling issues (inaccurate positionning via JS: non pixel-perfect) */
  left: 100% !important;
}
/* Itemgrid for menu dropdown %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.dd-itemgrid > .nav-item {
  float: left;
  padding-left: 1%;
  padding-right: 1%;
}
/* Itemgrid: different numbers of columns
-------------------------------------------------------------- */
/* Clear first item in each row (row: group of n items) */
/* Item grid: 1 column */
.dd-itemgrid-1col > .nav-item {
  width: 98%;
}
/* Item grid: 2 columns */
.dd-itemgrid-2col > .nav-item {
  width: 48%;
}
.dd-itemgrid-2col > .nav-item:nth-child(2n+1) {
  clear: left;
}
/* Item grid: 3 columns */
.dd-itemgrid-3col > .nav-item {
  width: 31.3333%;
}
.dd-itemgrid-3col > .nav-item:nth-child(3n+1) {
  clear: left;
}
/* Item grid: 4 columns */
.dd-itemgrid-4col > .nav-item {
  width: 23%;
}
.dd-itemgrid-4col > .nav-item:nth-child(4n+1) {
  clear: left;
}
/* Item grid: 5 columns */
.dd-itemgrid-5col > .nav-item {
  width: 18%;
}
.dd-itemgrid-5col > .nav-item:nth-child(5n+1) {
  clear: left;
}
/* Item grid: 6 columns */
.dd-itemgrid-6col > .nav-item {
  width: 14.6666%;
}
.dd-itemgrid-6col > .nav-item:nth-child(6n+1) {
  clear: left;
}
/* Item grid: 7 columns */
.dd-itemgrid-7col > .nav-item {
  width: 12.2857%;
}
.dd-itemgrid-7col > .nav-item:nth-child(7n+1) {
  clear: left;
}
/* Item grid: 8 columns */
.dd-itemgrid-8col > .nav-item {
  width: 10.5%;
}
.dd-itemgrid-8col > .nav-item:nth-child(8n+1) {
  clear: left;
}
/* *************************************************************************************************************
****************************************************************************************************************
 MOBILE MENU ACCORDION *****************************************************************************************
****************************************************************************************************************
************************************************************************************************************* */
/* Accordion
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-acco {
  list-style-type: none;
}
.nav-acco li.nav-item {
  list-style-type: none;
  display: block;
  float: left;
  width: 100% !important;
  /* Use "!important" to override grid units styling */
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  /* For opener positioning */
}
.nav-acco ul.nav-panel {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* Items
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Space for openner if item has children. Space has to be a few pixels wider than openner */
.nav-acco li.parent > a {
  padding-right: 54px;
}
/* All levels
-------------------------------------------------------------- */
.nav-acco .nav-item > a {
  line-height: 50px;
  display: block;
  padding: 0 10px;
  font-size: 16px;
}
/* Level 1
-------------------------------------------------------------- */
.nav-acco li.level0 > a {
  font-size: 18px;
  text-transform: uppercase;
}
/* Level 2
-------------------------------------------------------------- */
.nav-acco li.level1 > a {
  padding-left: 30px;
  font-size: 16px;
  text-transform: uppercase;
}
/* Level 3
-------------------------------------------------------------- */
.nav-acco li.level2 > a {
  padding-left: 50px;
  font-size: 16px;
  text-transform: none;
}
/* Level 4
-------------------------------------------------------------- */
.nav-acco li.level3 > a {
  padding-left: 70px;
  font-size: 14px;
  text-transform: none;
}
/* Level 5+
-------------------------------------------------------------- */
.nav-acco li.level3 .nav-item > a {
  padding-left: 90px;
  font-size: 12px;
  text-transform: none;
}
/* Opener
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-acco .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.nav-acco .opener:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* *************************************************************************************************************
****************************************************************************************************************
 SIDEBAR MENU **************************************************************************************************
****************************************************************************************************************
************************************************************************************************************* */
/* Simple vertical accordion in sidebar menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.sideacco {
  float: left;
  width: 100%;
}
/* Number of products in category */
.sideacco .number {
  color: #aaa;
  margin-left: 3px;
}
/* Category labels inside vertical menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* All levels */
.sideacco li > a > span > .cat-label {
  position: static;
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 3px;
}
/* Hide pin */
.sideacco li > a > span > .pin-bottom:before {
  display: none;
}
/* end: media-common */
.the-slideshow-wrapper:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.the-slideshow {
  margin: 0 auto;
}
.the-slideshow .slides {
  display: none;
}
.the-slideshow .slides .item img {
  vertical-align: top;
}
.the-slideshow-banners {
  -webkit-backface-visibility: hidden;
  /* Fix possible glitches during animation */
  margin-bottom: 0.1%;
  /* Important: a little bit bigger than slideshow bottom margin to avoid jumping on slide transition */
}
.the-slideshow-banners .banner {
  position: relative;
  /* Container for caption */
}
.the-slideshow-banners .banner img {
  vertical-align: top;
}
.the-slideshow-banners a.banner,
.the-slideshow-banners .banner a {
  display: block;
}
.the-slideshow .fade-on-slideshow-hover,
.the-slideshow-wrapper .fade-on-slideshow-wrapper-hover {
  transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
}
.the-slideshow:hover .fade-on-slideshow-hover,
.the-slideshow-wrapper:hover .fade-on-slideshow-wrapper-hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.block-search {
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .nested {
  display: none;
}
.block-search .block.block-content {
  padding: 0;
}
.block-search .input-text {
  height: 36px;
  line-height: 36px;
  padding-right: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-search .action.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 34px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .action.search:hover:before {
  color: inherit;
}
.block-search .action.search:active:before {
  color: inherit;
}
.block-search .action.search:focus,
.block-search .action.search:active {
  background: none;
  border: none;
}
.block-search .action.search:hover {
  background: none;
  border: none;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.block-search .action.search:focus:before {
  color: #333333;
}
.block-search .action.search {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  z-index: 1;
  padding: 0;
  margin: 1px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.header-top .block-search .input-text {
  height: 28px;
  line-height: 28px;
  /*IE8*/
}
.header-top .block-search .action.search {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  top: 4px;
}
.header-top .block-search .action.search:before {
  font-size: 20px;
}
.header-top .block-search .search-autocomplete {
  top: 32px;
}
.search-wrapper-inline .block-search {
  display: inline-block;
  vertical-align: middle;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.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;
}
.filter-title strong {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: none;
  background: #eeeeee;
  border: none;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 8px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.filter-title strong:hover {
  background: #333333;
  color: #ffffff;
}
.filter-title strong.disabled,
.filter-title strong[disabled],
fieldset[disabled] .filter-title strong {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #fc5e10;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: normal;
  font-size: 19px;
  line-height: 24px;
  padding: 15px 0;
  margin-bottom: 0;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  display: block;
}
.filter-current .action.remove {
  left: -8px;
  position: absolute;
  top: -1px;
}
.filter-current .action.remove:before {
  font-size: ;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #858585;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 25px 0 0;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 20px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: -11px;
  top: 10px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  margin: 10px 0;
  line-height: 1.3em;
}
.filter-options-content a {
  color: #494949;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px 10px;
  display: block;
}
.filter-options-content a:hover {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.04);
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #858585;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.block.newsletter {
  margin-top: 10px;
  margin-bottom: 10px;
}
.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: 36px;
  line-height: 36px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  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: 36px;
  height: 36px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
.action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
body {
  background-color: #ffffff;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  position: absolute;
  z-index: 15;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: #f0f0f0;
  padding: 10px;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #aaaaaa;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #5bd2ec;
}
.message.global.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.message.global.demo a {
  color: #aaaaaa;
}
.message.global.demo a:hover {
  color: #5bd2ec;
}
.page-footer {
  margin-top: auto;
}
.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  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 a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  margin: 0;
  font-size: 12px;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
.product-social-links .action.towishlist:before,
.product-items .item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 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: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.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: 10px 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 .box-tocart input.qty {
  height: 32px;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  width: 50%;
  display: inline-block;
}
.product-item-name {
  display: block;
  margin: 5px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.product-item-info {
  width: 152px;
  max-width: 100%;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .price-box .price,
.product-items .item .price-box .price {
  font-size: 1.4rem;
  font-weight: bold;
}
.product-item .price-box .price-label,
.product-items .item .price-box .price-label {
  color: #7d7d7d;
}
.product-item .price-box .price-label:after,
.product-items .item .price-box .price-label:after {
  content: ":";
}
.product-item .old-price,
.product-items .item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price,
.product-items .item .old-price .price {
  font-weight: 400;
}
.product-item .minimal-price .price-container,
.product-items .item .minimal-price .price-container {
  display: inline-block;
}
.product-item .minimal-price .price-label,
.product-items .item .minimal-price .price-label {
  margin-right: 3px;
}
.product-item .minimal-price .price-label:last-child,
.product-items .item .minimal-price .price-label:last-child {
  margin-right: 0;
}
.product-item .minimal-price-link,
.product-items .item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-items .item .price-from,
.product-item .price-to,
.product-items .item .price-to {
  margin: 0;
}
.product-item .tocart,
.product-items .item .tocart {
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar .product-item .tocart,
.sidebar .product-items .item .tocart {
  white-space: normal;
}
.products-grid .itemgrid .product-item-info,
.itemslider .product-item-info,
.product-slider .product-item-info {
  width: auto;
  max-width: none;
}
.product-item-actions .actions-primary,
.product-item-actions .actions-secondary {
  float: left;
}
.product-item-actions .actions-primary + .actions-secondary {
  vertical-align: middle;
  padding-left: 3px;
}
.product-item-actions .stock.unavailable {
  line-height: 36px;
}
.price-container .price-including-tax,
.price-container .price-excluding-tax {
  font-size: 1.4rem;
}
.price-container .price {
  font-size: 1.4rem;
}
.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: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-details {
  vertical-align: top;
  display: table-cell;
  padding: 0 0 0 30px;
}
.products-list .product-item-img {
  width: 1%;
  padding: 0 0 30px 0;
  vertical-align: top;
  display: table-cell;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 14px;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter {
  display: none;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  float: right;
  padding: 4px 0 0;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  width: auto;
  margin: 0 5px 0 7px;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  height: auto;
  display: block;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  display: block;
}
.product-image-container .product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.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 .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.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: 4px 5px 10px 5px;
}
.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: 4px 30px 10px 0;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before,
.product-items .item .action.tocompare:before,
.table-comparison .action.tocompare:before {
  content: '\e61e';
}
.product-info-main .product-info-price {
  margin-bottom: 15px;
}
.product-info-main .product-info-price .price-box {
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-info-main .product-info-stock-sku {
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px #f5f5f5 solid;
}
.product-info-main .product-info-stock-sku > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.product-info-main .product-info-stock-sku > *:last-child {
  margin-right: 0;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku,
.product-info-main .product.attibute.sku {
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku > .value,
.product-info-main .product.attibute.sku > .value {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product.attribute.sku .type,
.product-info-main .product.attibute.sku .type {
  font-weight: normal;
  display: inline-block;
  margin-right: 2px;
}
.product-info-main .product.attribute.overview,
.product-info-main .product.attibute.overview {
  margin: 15px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .availability.only strong {
  font-weight: normal;
}
.product-info-main .page-title-wrapper .page-title {
  margin-bottom: 20px;
  line-height: 44px;
}
.product-info-main .product-reviews-summary {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-info-main .product-add-form {
  clear: both;
  border-bottom: 1px #f5f5f5 solid;
  margin-bottom: 10px;
}
.product-info-main .swatch-opt {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary + .product.attribute.overview,
.product-info-main .product-reviews-summary + .product.attibute.overview {
  margin-top: 0;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.4rem;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.4rem;
  line-height: 16px;
  font-weight: normal;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 2.6rem;
  line-height: 26px;
  font-weight: normal;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax {
  color: inherit;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price {
  color: inherit;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 0 0 3px;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 2rem;
  line-height: 20px;
}
.product-info-main .special-price .price-container .price,
.product-options-bottom .special-price .price-container .price {
  font-size: 2rem;
  line-height: 20px;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-container,
.product-options-bottom .old-price .price-container {
  font-size: 2rem;
  line-height: 20px;
}
.product-info-main .old-price .price-container .price,
.product-options-bottom .old-price .price-container .price {
  font-size: 2rem;
  line-height: 20px;
}
.product-info-main .old-price .price-label,
.product-options-bottom .old-price .price-label {
  display: none;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ": ";
}
.product-info-main .table.grouped .price-box .price,
.product-options-bottom .table.grouped .price-box .price {
  font-size: 1.4rem;
  line-height: 14px;
  font-weight: 700;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .field.qty .label,
.product-options-bottom .box-tocart .field.qty .label {
  display: inline-block;
}
.product-info-main .box-tocart .field.qty .control,
.product-options-bottom .box-tocart .field.qty .control {
  display: inline-block;
  margin-left: 5px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  width: 52px;
  height: 52px;
  text-align: center;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  min-width: 170px;
  font-weight: 600;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  display: inline;
}
.product-info-main .product-addto-links .action,
.product-options-bottom .product-addto-links .action {
  margin-right: 7px;
}
.product-info-main .product-addto-links .action:last-child,
.product-options-bottom .product-addto-links .action:last-child {
  margin-right: 0;
}
.product-info-main .action.mailto.friend,
.product-options-bottom .action.mailto.friend {
  display: inline-block;
}
.product-info-main .product-addto-links + .action.mailto.friend,
.product-options-bottom .product-addto-links + .action.mailto.friend {
  margin-left: 7px;
}
.bundle-options-container .price-box {
  margin-top: 10px;
}
.bundle-options-container .price-box .price-wrapper .price {
  font-size: 2.6rem;
  line-height: 26px;
  font-weight: normal;
}
.bundle-options-container .price-box .price-including-tax + .price-excluding-tax {
  font-size: 1.4rem;
  line-height: 16px;
  font-weight: normal;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #aaaaaa;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:hover {
  color: #5bd2ec;
}
.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: #aaaaaa;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.block.related .block-actions {
  display: inline;
  font-size: 1.4rem;
  margin-left: 10px;
  color: #a3a3a3;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  width: 140px;
  padding: 15px;
}
.table-comparison .cell .attribute.value,
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.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: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: -6px;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 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: 10px;
  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;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.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: 2px 0;
  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: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  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: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 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: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.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: 20px;
}
.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: '\e617';
  font-family: 'icons-blank-theme';
  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: '\e608';
}
.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 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 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: #5bd2ec;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 8px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #333333;
  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: 20px;
}
.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: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    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,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar: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: 'icons-blank-theme';
    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 #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 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: '\e622';
    font-family: 'icons-blank-theme';
    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: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    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: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px;
  }
  .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: none;
  }
  .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: 14px;
    font-weight: 700;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .event-toolbar {
    margin-bottom: 20px;
  }
  .event-toolbar .event-modes,
  .event-toolbar .event-category-filters {
    width: 100%;
  }
  .event-toolbar .event-category-filters {
    margin-bottom: 20px;
  }
  .event-toolbar .toolbar-amount {
    text-align: center;
    margin-bottom: 10px;
  }
  .events-list .event_loop {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .events-list .event-list-wrapper-bottom a {
    padding: 26px;
  }
  #calendar .fc-event {
    font-size: 0;
    width: 14px !important;
    height: 13px;
    border-radius: 100%;
    padding: 0 !important;
  }
  #calendar .fc-header tr {
    display: inline-block;
    width: 100%;
  }
  #calendar .fc-header .fc-header-right {
    text-align: center;
  }
  #calendar .fc-header .fc-button-today {
    float: right;
  }
  #calendar .fc-header .fc-header-center {
    position: relative;
    display: block;
  }
  .tooltipster-base {
    display: none;
  }
  .events-calendar-details .events-single-right {
    width: 100%;
    padding-left: 0;
  }
  .events-calendar-details .events-single-right .back_event {
    margin-top: 50px;
    float: right;
    margin-bottom: -70px;
  }
  .events-calendar-details .events-single-left {
    width: 100%;
    border-right: 0;
    margin-bottom: 0;
  }
  .events-calendar-details .events-single-left .events-cta {
    padding: 0 0 25px 0;
  }
  .events-calendar-details .events-single-left .events-meta-group {
    padding: 25px 0;
  }
  .events-calendar-details .events-single-left .events-meta-group:last-child {
    padding-bottom: 0;
  }
  .events-calendar-details .event-gmap {
    margin-right: 0;
  }
  .widget_upcoming {
    padding: 10px;
  }
  .kbase .page-main {
    position: relative;
    padding-top: 41px;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .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: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .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 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .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: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    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 {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .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: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .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: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 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;
  }
  .the-slideshow-wrapper-outer {
    margin-top: 0 !important;
    /* Reset nagative top margin */
  }
  /* Slideshow navigation: move buttons to the top right corner */
  .the-slideshow-wrapper .slider-arrows2 .owl-controls .owl-buttons .owl-prev {
    top: 10px;
    right: 60px;
    left: auto;
  }
  .the-slideshow-wrapper .slider-arrows2 .owl-controls .owl-buttons .owl-next {
    top: 10px;
    right: 10px;
    left: auto;
  }
  /* Deprecated */
  .the-slideshow .direction-nav .prev {
    top: 4%;
    right: 63px;
    left: auto;
  }
  .the-slideshow .direction-nav .next {
    top: 4%;
    right: 2%;
  }
  /* Pagination */
  .the-slideshow-wrapper .owl-pagination {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #d1d1d1;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 12px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 44px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-title strong:after {
    background-color: transparent;
  }
  .filter.active .filter-subtitle {
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    height: 60px;
    line-height: 60px;
    padding: 0 10px 0;
    background: #ffffff;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 60px;
    z-index: 10;
    padding-left: 10px;
    padding-right: 10px;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px 0 15px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .block.filter {
    margin-bottom: 0 !important;
  }
  .block.filter .block-title.filter-title {
    border: none;
    padding: 0;
    margin: 0;
  }
  .block.filter .block-title.filter-title:after {
    display: none !important;
  }
  .block.filter .block-title.filter-title strong {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .filter .filter-current {
    border: solid #d1d1d1;
    border-width: 1px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    z-index: 1;
    border: none;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 15px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    position: relative;
    width: 100px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .title:after {
    font-size: 36px;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .block-collapsible-nav .title {
    border-top: none;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .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: 20px;
  }
  .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;
  }
  .toolbar-products {
    margin-bottom: 10px;
    padding: 0;
  }
  .sorter-options {
    margin-left: 3px;
  }
  .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;
  }
  .block.related .action.select {
    margin: 5px 0;
    display: inline;
  }
  .block.related .block-actions {
    display: inline-block;
    margin-left: 0;
  }
  .actions-secondary > .action.tocompare,
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*="block-compare"] {
    display: none;
  }
  .product-img-column {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .product-primary-column {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .product-lower-primary-column {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .product-secondary-column {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .product-lower-secondary-column {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .abs-flex-container-column-mobile,
  .product-columns-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .uaccordion-style1 li a {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .uaccordion-style1 li.parent > a {
    padding-right: 53px;
  }
  .uaccordion-style1 .opener {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .dropdown-block .dropdown-content {
    padding: 10px 20px;
  }
  .dropdown-block .dropdown-content > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .products-list.hover-effect .item {
    border-top: none;
  }
  .products-list.hover-effect .item:hover {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none !important;
  }
  .product-columns-wrapper {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .header-regular .header .links {
    text-align: center;
  }
  .header-regular .header .links li {
    float: none;
    display: inline-block;
  }
  .header-regular .user-menu {
    text-align: center;
  }
  .header-regular .user-menu > *,
  .header-regular .user-menu .links,
  .header-regular .dropdown {
    float: none !important;
    display: inline-block !important;
  }
  .header-regular .logo-wrapper {
    text-align: center;
  }
  .header-regular .logo-wrapper .logo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-container .footer-top > *,
  .footer-container .footer-top .links,
  .footer-container .footer-primary-top > *,
  .footer-container .footer-primary-bottom > *,
  .footer-container .footer-bottom > * {
    text-align: center;
  }
  .footer-bottom {
    height:100px !important;
  }
  .footer-container .footer-top .inner-container > .item,
  .footer-container .footer-top .links li,
  .footer-container .footer-primary-top .item,
  .footer-container .footer-primary-bottom .item,
  .footer-container .footer-bottom .item,
  .footer-container .footer-bottom .links li {
    float: none;
    display: inline-block;
  }
  .footer-container .footer-top .inner-container > .item,
  .footer-container .footer-primary-top .item,
  .footer-container .footer-primary-bottom .item,
  .footer-container .footer-bottom .item {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-container .footer .links-wrapper-separators .links li a,
  .footer-container .footer .links-wrapper-separators-left .links li a {
    background-image: none;
  }
  .footer-container .footer-bottom .item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .footer-container .footer-copyright {
    margin-left: 0;
    margin-right: 0;
  }
  .magnifier-preview {
    display: none !important;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .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,
  .account .toolbar:before,
  .account .toolbar: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,
  .account .toolbar: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 #d1d1d1;
  }
  .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: 10px;
  }
  .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(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .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: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .kb-article__body-info-left:before,
  .kb-article__body-info-left:after {
    content: '';
    display: table;
  }
  .kb-article__body-info-left:after {
    clear: both;
  }
  .kb-article__body-info-right {
    margin-bottom: 2rem;
  }
  .kb-article__body-info-right:before,
  .kb-article__body-info-right:after {
    content: '';
    display: table;
  }
  .kb-article__body-info-right:after {
    clear: both;
  }
  .kb-category__grid > section {
    width: 100%;
    display: 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: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 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;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .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: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    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-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .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: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .the-slideshow-wrapper .owl-buttons {
    display: none;
  }
  .itemslider .owl-pagination {
    display: none;
  }
  .header-container .skip-link .label {
    display: none !important;
  }
  .header-container .skip-link .icon {
    margin-right: 0;
  }
  .header-container .header-collateral .dropdown-block .dropdown-heading {
    line-height: 36px;
    max-height: 36px;
  }
  .header-container .lang-switcher .dropdown-heading .value,
  .header-container .currency-switcher .dropdown-heading .label {
    display: none !important;
  }
  .caption > *,
  .caption .heading {
    display: none !important;
  }
  .caption .permanent {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 319px) {
  .header-container .header-collateral {
    float: none;
    text-align: center;
  }
  .header-container .header-collateral > * {
    display: inline-block;
  }
  .header-container .logo-wrapper--mobile {
    float: none !important;
    text-align: center !important;
  }
}
@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;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #aaaaaa;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .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:hover {
    color: #5bd2ec;
  }
  .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: #aaaaaa;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .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 {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    white-space: nowrap;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .product-item-actions .actions-primary {
    display: table-cell;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary .stock.unavailable {
    margin-right: 3px;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 33.33333333%;
  }
  .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;
  }
  .caption .heading {
    font-size: 24px;
  }
}
.abs-flex-container-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.abs-sidebar-block-title,
.sidebar .block .block-title,
.itemslider .block-title,
.product-slider .block-title,
.block.related .block-title,
.block.upsell .block-title,
.block.crosssell .block-title,
.section-title {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.abs-sidebar-block-title > strong,
.sidebar .block .block-title > strong,
.itemslider .block-title > strong,
.product-slider .block-title > strong,
.block.related .block-title > strong,
.block.upsell .block-title > strong,
.block.crosssell .block-title > strong,
.section-title > strong {
  font-weight: normal;
  font-size: 19px;
  line-height: 24px;
}
.abs-actions-addto {
  color: #7d7d7d;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05em;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'icons-blank-theme';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover {
  color: #333333;
  text-decoration: none;
}
.abs-global-border-color,
.filter .block-subtitle,
.filter-options-item,
.abs-sidebar-block-title,
.section-line,
.custom-sidebar-right .inner,
.custom-sidebar-left .inner,
.sidebar .block .block-title,
.itemslider .block-title,
.product-slider .block-title,
.block.related .block-title,
.block.upsell .block-title,
.block.crosssell .block-title,
.section-title {
  border-color: #e5e5e5;
}
.abs-global-border-color-light,
.minicart-items-wrapper,
.minicart-items .product-item:not(:first-child),
.product-info-main .product-info-stock-sku,
.product-info-main .product-add-form,
.feature.top-border,
.feature.bottom-border,
.feature-wrapper.top-border,
.feature-wrapper.bottom-border,
.products-list .item,
.products-grid-partitioned .item,
.product-info-main .product-info-price,
.product-info-main .product-add-form,
.product-view .product-info-price,
.product-view .product-add-form,
.products-list .product-shop-inner {
  border-color: #f5f5f5;
}
.abs-global-border-color-dark {
  border-color: #cccccc;
}
* {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
.page-title {
  margin-bottom: 20px;
}
body,
.page-wrapper,
.header-container,
.header-container2,
.header-container3,
.main-container,
.footer-container,
.footer-container2,
.footer-container3 {
  background-color: transparent;
  background-repeat: repeat;
  background-position: center top;
  background-attachment: scroll;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.inner-container {
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  clear: both;
}
.container.full-width {
  width: 100%;
  max-width: none;
}
.container.no-side-padding > .inner-container {
  padding-left: 0;
  padding-right: 0;
}
.v-grid-container {
  display: table;
  width: 100%;
}
.v-grid {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.block .block-title strong + span,
.block .block-title strong + div {
  margin-left: 5px;
}
.rtl .block .block-title strong + span,
.rtl .block .block-title strong + div {
  margin-left: 0;
  margin-right: 5px;
}
/**
 * Lightbox
 */
/* ColorBox Core Style
-------------------------------------------------------------- */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
/* ColorBox skin.
   The following styles are ordered and tabbed
   in a way that represents the nesting of the generated HTML.
-------------------------------------------------------------- */
#cboxOverlay {
  background: url(/pub/static/version1706095421/frontend/Infortis/custom/en_US/images/infortis/_shared/colorbox/overlay.png) repeat 0 0;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
  border: none;
  /*10px solid #333*/
  padding: 10px;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 40px;
  /*10px above buttons*/
}
#cboxCurrent {
  position: absolute;
  bottom: 17px;
  left: 80px;
  color: #999;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious,
#cboxNext {
  position: absolute;
  background: url(/pub/static/version1706095421/frontend/Infortis/custom/en_US/images/infortis/_shared/colorbox/slider-arrows.png) no-repeat #f5f5f5;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#cboxPrevious:hover,
#cboxNext:hover {
  background-color: #333;
}
#cboxPrevious {
  bottom: 10px;
  left: 10px;
  background-position: -10px -10px;
}
#cboxPrevious:hover {
  background-position: -10px -60px;
}
#cboxNext {
  bottom: 10px;
  left: 40px;
  background-position: -60px -10px;
}
#cboxNext:hover {
  background-position: -60px -60px;
}
#cboxLoadingOverlay {
  background: url(/pub/static/version1706095421/frontend/Infortis/custom/en_US/images/infortis/_shared/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(/pub/static/version1706095421/frontend/Infortis/custom/en_US/images/infortis/_shared/colorbox/loading.gif) no-repeat center center;
}
#cboxClose {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(/pub/static/version1706095421/frontend/Infortis/custom/en_US/images/infortis/_shared/colorbox/close-button.png) -10px -10px no-repeat #f5f5f5;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#cboxClose:hover {
  background-position: -10px -60px;
  background-color: #333;
}
/* Captions */
#cboxTitle {
  position: absolute;
  bottom: 17px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}
/* Alternative position and style of image captions */
/*
        #cboxTitle {
            position: absolute;
            bottom: 50px;
            left: 10px;
            text-align: left;
            right: 10px;
            color: #000;
            background-color: #fff;
            background-color: rgba(255, 255, 255, 0.75);
            padding: 10px;
        }
        */
#cboxNext,
#cboxPrevious,
#cboxClose {
  transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
/* end: media-common */
/**
 * Theme Content Construction Kit
 */
/* Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Vertically centered content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.v-centered-content {
  display: table;
}
.v-centered-content .v-center {
  display: table-cell;
  vertical-align: middle;
}
/* Heading of a content section
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.section-title {
  clear: both;
  margin: 0;
  display: block;
}
.section-title.padding-right {
  padding-right: 80px !important;
}
/* Horizontal line */
.section-line {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 0 10px;
  padding: 10px 0 0;
  background: none;
  border-bottom: 1px solid #e5e5e5;
  text-indent: -9999em;
  overflow: hidden;
}
/* Vertical links %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.links {
  margin: 0;
}
.links > li {
  float: left;
  margin-bottom: 0;
}
.links > li.label {
  padding-right: 0.5833em;
}
.links > li > * {
  display: block;
  line-height: 36px;
  padding: 0 0.5833em;
}
/* Links with separators (at the right side)
-------------------------------------------------------------- */
.links-wrapper-separators .links > li {
  margin-left: -1px;
}
.links-wrapper-separators .links > li:first-child {
  margin-left: 0;
}
.links-wrapper-separators .links > li > * {
  background-image: url(/pub/static/version1706095421/frontend/Infortis/custom/en_US/images/img/link-separator.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.links-wrapper-separators .links > li:last-child > *,
.links-wrapper-separators .links > li.last > * {
  background-image: none;
}
.links-wrapper-separators .links > li.hide-separator > * {
  background-image: none;
}
.links-wrapper-separators .links > li.separator-left > * {
  background-position: left center;
}
/* Links with separators (at the left side)
-------------------------------------------------------------- */
.links-wrapper-separators-left .links > li {
  margin-left: -1px;
}
.links-wrapper-separators-left .links > li:first-child {
  margin-left: 0;
}
.links-wrapper-separators-left .links > li > * {
  background-image: url(/pub/static/version1706095421/frontend/Infortis/custom/en_US/images/img/link-separator.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.links-wrapper-separators-left .links > li:first-child > *,
.links-wrapper-separators-left .links > li.first > * {
  background-image: none;
}
.links-wrapper-separators-left .links > li.hide-separator > * {
  background-image: none;
}
.links-wrapper-separators-left .links > li.separator-right > * {
  background-position: right center;
}
/* end: media-common */
/*
 * Accordions and collapsible blocks
 */
/* Accordion  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.uaccordion {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.uaccordion ul {
  display: block;
  /*display:none;*/
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.uaccordion li {
  float: left;
  display: block;
  width: 100% !important;
  padding: 0 !important;
  margin: 0;
  list-style-type: none;
  cursor: pointer;
  position: relative;
}
.uaccordion li a {
  display: block;
  padding: 15px 10px;
  font-size: 1.1666em;
  /*14px*/
  line-height: 1.2857em;
  /*18px*/
}
.uaccordion li li a {
  padding-left: 20px;
}
.uaccordion li li li a {
  padding-left: 40px;
}
.uaccordion li li li li a {
  padding-left: 60px;
}
/* Space for openner if item has children.
   Space has to be a few pixels wider than openner */
.uaccordion li.parent > a {
  padding-right: 54px;
}
/* Opener
-------------------------------------------------------------- */
.uaccordion .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.uaccordion .opener:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* Active */
/* Accordion - Style 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Padding
-------------------------------------------------------------- */
.uaccordion-style1 li a {
  padding: 0px 10px;
}
.uaccordion-style1 li li a {
  padding-left: 20px;
}
.uaccordion-style1 li li li a {
  padding-left: 35px;
}
.uaccordion-style1 li li li li a {
  padding-left: 50px;
}
/* Space for openner if item has children.
   Space has to be a few pixels wider than openner */
.uaccordion-style1 li.parent > a {
  padding-right: 33px;
}
/* Misc
-------------------------------------------------------------- */
.uaccordion-style1 li a {
  border-bottom-color: #eee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 1em;
  /*12px*/
  line-height: 1.5em;
  /*18px*/
}
.uaccordion-style1 li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
/* Opener
-------------------------------------------------------------- */
.uaccordion-style1 .opener {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: rgba(0, 0, 0, 0.03) !important;
}
.uaccordion-style1 .opener:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/* Collapsible %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.collapsible .block-title {
  cursor: pointer;
}
.collapsible .block-title,
.mobile-collapsible .block-title {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f2f2f2;
  border-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: normal;
}
.collapsible .block-content,
.collapsible .block-content > * {
  margin-top: 0;
  /* Prevent animation jumping */
}
/* Deprecated: opener
-------------------------------------------------------------- */
.collapsible .opener {
  position: absolute;
  right: 0;
  top: 2px;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  /*IE*/
  background-color: rgba(0, 0, 0, 0.05);
}
.collapsible .opener:hover {
  background-color: #e5e5e5;
  /*IE*/
  background-color: rgba(0, 0, 0, 0.1);
}
/**
 * Drop-down block
 */
.dropdown-block {
  position: relative;
}
.dropdown-block:hover {
  z-index: 10;
}
/* Dropdown heading
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-block .dropdown-heading {
  display: inline-block;
  cursor: default;
  line-height: 36px;
  max-height: 36px;
  /* Set static height to improve layout of inline elements inisde the dropdown heading */
}
/* In case a link ("a" tag) is used as a dropdown heading */
.dropdown-block a.dropdown-heading {
  /* Inherit color to have the same color as the text in the containing section (e.g. in primary header). */
  color: inherit;
  /* Remove transition */
  transition: none;
  transition-delay: unset;
}
.dropdown-block a.dropdown-heading:hover {
  /* Inherit color to have the same color as the text in the containing section (e.g. in primary header). 
       Otherwise the dropdown heading on hover would blink showing standard link hover color. */
  /* TODO: temporarily removed. It gives oposite effect. */
  /* color: inherit; */
}
/* Inside dropdown heading
-------------------------------------------------------------- */
.dropdown-block .dropdown-heading .label.hide {
  display: none;
}
/* Child elements of the heading have to be aligned vertically */
.dropdown-block .dropdown-heading > * {
  display: inline-block;
  vertical-align: middle;
}
/* If heading has additional inner wrapper (to cover the shadow of the dropdown),
   properties of that element needs to be reset (e.g. element shouldn't be "inline-block") */
.dropdown-block .dropdown-heading.cover > span,
.dropdown-block .dropdown-heading.cover > div {
  display: block;
  vertical-align: baseline;
}
.dropdown-block .dropdown-heading.cover > span > *,
.dropdown-block .dropdown-heading.cover > div > * {
  display: inline-block;
  vertical-align: middle;
}
/* Elements of the dropdown heading */
.dropdown-block .dropdown-heading .caret,
.dropdown-block .dropdown-heading .caret {
  margin-right: -3px;
}
.dropdown-block .dropdown-heading .value {
  margin-left: 2px;
}
/* e.g. for flags */
.dropdown-block .dropdown-heading .dropdown-icon {
  width: 18px;
  text-indent: -9999px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
/* Cover shadow of "dropdown-heading" and "dropdown-content"
   with additional div inside the heading
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-block .dropdown-heading.cover > span,
.dropdown-block .dropdown-heading.cover > div {
  padding: 0 10px;
}
.dropdown-block.open > .dropdown-heading.cover > span,
.dropdown-block.open > .dropdown-heading.cover > div {
  background-color: #fff;
  z-index: 11;
  /* Important: higher than dropdown */
  position: relative;
}
/* Dropdown content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-block .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  margin: 0;
  min-width: 130px;
  line-height: 1.5em;
  text-align: left;
  list-style: none;
  background-color: #fff;
}
.dropdown-block .dropdown-content.left-hand {
  left: auto;
  right: 0;
}
/* When dropdown content is an unordered list
-------------------------------------------------------------- */
/* Everything is inline-block, except links */
.dropdown-block .dropdown-content > li {
  white-space: nowrap;
  margin: 0;
}
.dropdown-block .dropdown-content > li * {
  display: inline-block;
}
.dropdown-block .dropdown-content > li > a {
  display: block;
}
.dropdown-block .dropdown-content > li .label {
  margin-right: 8px;
}
.dropdown-block .dropdown-content .dropdown-icon {
  width: 18px;
  text-indent: -9999px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
/* end: media-common */
/* Owl Carousel %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Necessary styles (Core Owl Carousel CSS File v1.24)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
 
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {

  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -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-item {
  float: left;
}
.owl-carousel .owl-item .product-image-wrapper {
  /* Added for magento 2 */
  height: auto;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(/pub/static/version1706095421/frontend/Infortis/custom/en_US/images/infortis/_shared/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {

}
/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.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 .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .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);
  }
}
/* Additional styles for Owl Carousel
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Preloading images */
.owl-item.loading {
  min-height: 60px;
  background: url(/pub/static/version1706095421/frontend/Infortis/custom/en_US/images/infortis/_shared/ajax-loader.gif) no-repeat center center;
}
/* Pagination */
.owl-pagination {
  text-align: center;
  z-index: 1;
  /* z-index to show above other items */
}
/* Itemslider %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.block.itemslider .block-title {
  margin-bottom: 0;
  padding-right: 80px;
}
.rtl .block.itemslider .block-title {
  padding-right: 0;
  padding-left: 80px;
}
.block.itemslider .block-content {
  margin: 0 0 20px;
}
.block.itemslider .item {
  padding-left: 10px;
  padding-right: 10px;
}
.block.itemslider .owl-item.loading {
  background-position: center 40px;
}
.block.itemslider .owl-item.loading .product-image {
  min-height: 70px;
}
.block.itemslider.equal-height .item {
  position: static;
  padding-bottom: 50px;
}
.block.itemslider.equal-height .actions {
  position: absolute;
  bottom: 0;
}
.navi .itemslider .price-box span {
  display: inline;
}
/* Owl Carousel %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Generic arrows 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-arrows1 .owl-controls .owl-buttons {
  position: absolute;
}
.slider-arrows1 .owl-controls .owl-buttons div {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(/pub/static/version1706095421/frontend/Infortis/custom/en_US/images/infortis/_shared/generic-nav/slider-arrows.png);
  background-repeat: no-repeat;
  background-color: #e5e5e5;
  transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
.slider-arrows1 .owl-controls.clickable .owl-buttons div:hover {
  background-color: #333;
}
.slider-arrows1 .owl-controls .owl-buttons div.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: default;
}
.slider-arrows1 .owl-controls.clickable .owl-buttons div.disabled:hover {
  background-color: #e5e5e5;
  /* Must be the same as default color */
}
.slider-arrows1 .owl-controls .owl-buttons .owl-prev {
  background-position: -10px -10px;
  margin-right: 1px;
}
.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-prev:hover {
  background-position: -10px -60px;
}
.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-prev.disabled:hover {
  background-position: -10px -10px;
  /* Same as default */
}
.slider-arrows1 .owl-controls .owl-buttons .owl-next {
  background-position: -60px -10px;
}
.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-next:hover {
  background-position: -60px -60px;
}
.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-next.disabled:hover {
  background-position: -60px -10px;
  /* Same as default */
}
/* Position */
.slider-arrows1-pos-top-right .owl-controls .owl-buttons {
  top: -40px;
  right: 0px;
}
.slider-arrows1-pos-top-left .owl-controls .owl-buttons {
  top: -40px;
  left: 0px;
}
/* Generic arrows 2
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-arrows2 .owl-controls .owl-buttons div {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(/pub/static/version1706095421/frontend/Infortis/custom/en_US/images/infortis/_shared/generic-nav/slider-arrows.png);
  background-repeat: no-repeat;
  background-color: #fff;
  transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.slider-arrows2:hover .owl-controls .owl-buttons div {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider-arrows2 .owl-controls.clickable .owl-buttons div:hover {
  background-color: #000;
}
.slider-arrows2 .owl-controls .owl-buttons .owl-prev {
  background-position: -2px 0;
  left: 0;
  top: 46%;
}
.slider-arrows2 .owl-controls.clickable .owl-buttons .owl-prev:hover {
  background-position: -2px -50px;
}
.slider-arrows2 .owl-controls .owl-buttons .owl-next {
  background-position: -48px 0;
  right: 0;
  top: 46%;
}
.slider-arrows2 .owl-controls.clickable .owl-buttons .owl-next:hover {
  background-position: -48px -50px;
}
/* Generic arrows 3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-arrows3 .owl-controls .owl-buttons div {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(/pub/static/version1706095421/frontend/Infortis/custom/en_US/images/infortis/_shared/generic-nav/slider-arrows.png);
  background-repeat: no-repeat;
  background-color: #fff;
  transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
.slider-arrows3 .owl-controls.clickable .owl-buttons div:hover {
  background-color: #000;
}
.slider-arrows3 .owl-controls .owl-buttons div.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: default;
}
.slider-arrows3 .owl-controls.clickable .owl-buttons div.disabled:hover {
  background-color: #fff;
  /* Must be the same as default color */
}
.slider-arrows3 .owl-controls .owl-buttons .owl-prev {
  background-position: -10px -10px;
  top: 30%;
  left: -32px;
}
.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-prev:hover {
  background-position: -10px -60px;
}
.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-prev.disabled:hover {
  background-position: -10px -10px;
  /* Same as default */
}
.slider-arrows3 .owl-controls .owl-buttons .owl-next {
  background-position: -60px -10px;
  top: 30%;
  right: -32px;
}
.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-next:hover {
  background-position: -60px -60px;
}
.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-next.disabled:hover {
  background-position: -60px -10px;
  /* Same as default */
}
/* Generic pagination 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-pagination1 .owl-controls .owl-page {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.slider-pagination1 .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 7px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #eee;
  transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
}
.slider-pagination1 .owl-controls.clickable .owl-page:hover span {
  background-color: #000;
}
.slider-pagination1 .owl-controls .owl-page.active span {
  background-color: #ccc;
}
/* Generic pagination 2
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-pagination2 .owl-controls .owl-page {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.slider-pagination2 .owl-controls .owl-page span {
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  width: 10px;
  height: 10px;
  margin: 8px;
  transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  /*	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;
	-webkit-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;*/
}
.slider-pagination2 .owl-controls.clickable .owl-page:hover span,
.slider-pagination2 .owl-controls .owl-page.active span {
  width: 16px;
  height: 16px;
  margin: 5px;
}
.slider-pagination2 .owl-controls .owl-page.active {
  cursor: default;
}
/* Pagination position
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.pagination-pos-bottom-centered {
  padding-bottom: 50px;
  /* Additional space for bottom pagination */
}
.pagination-pos-bottom-centered .owl-pagination {
  padding: 10px 0;
  text-align: center;
  position: absolute;
  width: 100%;
}
.pagination-pos-bottom-right .owl-pagination {
  padding: 10px 0;
  float: right;
}
.pagination-pos-bottom-left .owl-pagination {
  padding: 10px 0;
  float: left;
}
/* Over the slider */
.pagination-pos-over-bottom-centered .owl-pagination {
  text-align: center;
  margin-top: -35px;
  position: absolute;
  width: 100%;
}
.pagination-pos-over-bottom-right .owl-pagination {
  position: absolute;
  bottom: 3.5%;
  right: 1.5%;
}
.pagination-pos-over-bottom-left .owl-pagination {
  position: absolute;
  bottom: 3.5%;
  left: 1.5%;
}
/* end: media-common */
.itemgrid .item {
  float: left;
  padding-left: 1%;
  padding-right: 1%;
}
/* Itemgrid: different numbers of columns
-------------------------------------------------------------- */
/* Clear every first item in each row (row is a group of n items) */
/* Item grid: 1 column */
.itemgrid-1col .item {
  width: 98%;
}
/* Item grid: 2 columns */
.itemgrid-2col .item {
  width: 48%;
}
.itemgrid-2col > li:nth-of-type(2n+1) {
  clear: left;
}
/* Item grid: 3 columns */
.itemgrid-3col .item {
  width: 31.3333%;
}
.itemgrid-3col > li:nth-of-type(3n+1) {
  clear: left;
}
/* Item grid: 4 columns */
.itemgrid-4col .item {
  width: 23%;
}
.itemgrid-4col > li:nth-of-type(4n+1) {
  clear: left;
}
/* Item grid: 5 columns */
.itemgrid-5col .item {
  width: 18%;
}
.itemgrid-5col > li:nth-of-type(5n+1) {
  clear: left;
}
/* Item grid: 6 columns */
.itemgrid-6col .item {
  width: 14.6666%;
}
.itemgrid-6col > li:nth-of-type(6n+1) {
  clear: left;
}
/* Item grid: 7 columns */
.itemgrid-7col .item {
  width: 12.2857%;
}
.itemgrid-7col > li:nth-of-type(7n+1) {
  clear: left;
}
/* Item grid: 8 columns */
.itemgrid-8col .item {
  width: 10.5%;
}
.itemgrid-8col > li:nth-of-type(8n+1) {
  clear: left;
}
/**
 * Icons and other styles related to icons.
 * Part of the font icon styles based on Font Awesome - http://fontawesome.io
 */
/* Icon %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.ic {
  display: inline-block;
  font-family: ThemeIcons;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* If icon is applied to 'i' tag */
i.ic {
  font-style: normal;
}
a .ic {
  vertical-align: middle;
}
/* Floating icons - with generic modifiers
-------------------------------------------------------------- */
.ic.left {
  margin-right: .3em;
}
.ic.right {
  margin-left: .3em;
}
/* Size
-------------------------------------------------------------- */
/* Makes the font 33% larger relative to the icon container */
.ic-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.ic-2x {
  font-size: 2em;
}
.ic-3x {
  font-size: 3em;
}
.ic-4x {
  font-size: 4em;
}
.ic-5x {
  font-size: 5em;
}
.ic-6x {
  font-size: 6em;
}
.ic-7x {
  font-size: 7em;
}
.ic-8x {
  font-size: 8em;
}
.ic-fw {
  width: 1.28571429em;
  text-align: center;
}
/* Lists
-------------------------------------------------------------- */
.ic-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.ic-ul > li {
  position: relative;
}
.ic-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.ic-li.ic-lg {
  left: -1.85714286em;
}
.ic-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.ic.pull-left {
  margin-right: .3em;
}
.ic.pull-right {
  margin-left: .3em;
}
/* Stacking
-------------------------------------------------------------- */
.ic-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.ic-stack-1x,
.ic-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.ic-stack-1x {
  line-height: inherit;
}
.ic-stack-2x {
  font-size: 2em;
}
.ic-inverse {
  color: #ffffff;
}
/* Effects
-------------------------------------------------------------- */
.ic-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ic-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ic-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ic-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.ic-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.ic-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* Characters as icon (letters, numbers etc.)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ic-char {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif !important;
}
/* Images as icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ic-img {
  font-family: inherit;
  /* Remove icon font to fix vertical alignment */
}
/* Set max size for images displayed as icons */
.ic-img img,
.icon img {
  vertical-align: middle;
}
/* Iconbox - an icon with background color %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.ib,
.social-links a > span.icon {
  vertical-align: middle;
  /* TODO: check in which cases it's required */
  text-align: center;
  background-color: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* Size
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ib,
.feature > span.icon,
.social-links a > span.icon {
  line-height: 36px;
  width: 36px;
  height: 36px;
}
.ib-size-l,
.feature > span.icon.large {
  line-height: 48px;
  width: 48px;
  height: 48px;
}
.ib-size-xl {
  line-height: 60px;
  width: 60px;
  height: 60px;
}
.ib-size-xxl {
  line-height: 72px;
  width: 72px;
  height: 72px;
}
.ib-size-xxxl {
  line-height: 84px;
  width: 84px;
  height: 84px;
}
/* For backward compatibility: align center the content of the iconbox */
.feature > span.icon {
  text-align: center;
}
/* Labels
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Label which immediately follows the iconbox */
.ib + .label {
  line-height: 36px;
  display: inline-block;
}
.ib-size-l + .label {
  line-height: 48px;
}
.ib-size-xl + .label {
  line-height: 60px;
}
.ib-size-xxl + .label {
  line-height: 72px;
}
.ib-size-xxxl + .label {
  line-height: 84px;
}
/* Hover state
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ib-hover:hover,
.feature-icon-hover:hover .ib,
.icon-hover:hover,
.feature-icon-hover:hover > span.icon {
  background-color: #333;
  color: #fff;
}
/* Transitions
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ib,
.icon-hover,
.feature-icon-hover .ib,
.feature-icon-hover .icon {
  /* TODO: position animation deprecated */
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
/* Characters as icon - modify styles if inside iconbox
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ib.ic-char,
.ib.i-char {
  /*font-size: 16px;*/
  /* Important: do not add font size here, it would override standard classes such as "ic-2x" */
  text-align: center;
}
/* Additional utility classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Background
-------------------------------------------------------------- */
/* Icon without background color */
.ib-no-bg,
.ib.no-bg-color {
  background-color: transparent !important;
}
/* Shapes
-------------------------------------------------------------- */
.ib-circle,
.ib.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ib-rounded,
.ib.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ib-square,
.ib.square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* All icons square */
.ib-wrapper--square .ib,
.icon-wrapper-square .ib {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* Feature - box with icons, images, text etc. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Basic styles */
.feature {
  margin: 10px 0;
}
.feature:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.feature.first {
  margin-top: 0;
}
.feature.last {
  margin-bottom: 0;
}
.feature p {
  margin-bottom: 0;
}
/* With top/bottom border line */
.feature.top-border {
  border-top: 1px solid #f5f5f5;
  padding-top: 10px;
}
.feature.bottom-border {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
}
/* Wrapper with top/bottom line
-------------------------------------------------------------- */
.feature-wrapper.top-border {
  border-top: 1px solid #f5f5f5;
  margin-top: 20px;
  padding-top: 20px;
}
.feature-wrapper.bottom-border {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* Feature headings
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.feature .heading {
  font-size: 1.3333em;
  /*16px*/
  line-height: 1.25em;
  /*20px*/
  margin-bottom: 0.625em;
  /*10px*/
  font-weight: normal;
}
.feature .above-heading {
  margin: 0 0 5px;
  font-size: 11px;
  line-height: 1.4545em;
  /*16px*/
  text-transform: uppercase;
  color: #888;
}
.feature .below-heading {
  font-size: 1em;
  font-style: italic;
  line-height: 1.3333em;
  /*16px*/
  color: #888;
}
/* Feature and icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Floating icons - additional margin
-------------------------------------------------------------- */
.feature .ic.left {
  margin: 0 15px 10px 0;
}
.feature .ic.right {
  margin: 0 0 10px 15px;
}
/* Vertically centered icon
-------------------------------------------------------------- */
.feature.v-centered-content .v-center .ic {
  margin: 0 5px 0 0;
}
/* Indented feature
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* IMPORTANT: inside indented feature, the first level icon automatically floats left */
.feature.indent > .ic,
.feature.indent > .icon {
  float: left;
  margin: 0 15px 0 0;
}
/* But override this behavior if an icon is explicitly floated right */
.feature.indent > .ic.right,
.feature.indent > .icon.right {
  float: right;
  margin: 0 0 0 15px;
}
/* Size of indentation
-------------------------------------------------------------- */
/* Size of indentation = width of iconbox + right margin of the iconbox */
/* Default */
.feature.indent {
  padding-left: 51px;
  /* 36 + 15 */
}
.feature.indent > .ic,
.feature.indent > span.icon {
  margin-left: -51px;
}
/* Large */
.feature.indent-size-l,
.feature.indent.large {
  padding-left: 63px;
}
.feature.indent-size-l > .ic,
.feature.indent.large > .ic,
.feature.indent.large > span.icon.large {
  margin-left: -63px;
}
/* X Large */
.feature.indent-size-xl {
  padding-left: 75px;
}
.feature.indent-size-xl > .ic {
  margin-left: -75px;
}
/* XX Large */
.feature.indent-size-xxl {
  padding-left: 87px;
}
.feature.indent-size-xxl > .ic {
  margin-left: -87px;
}
/* XXX Large */
.feature.indent-size-xxxl {
  padding-left: 99px;
}
.feature.indent-size-xxxl > .ic {
  margin-left: -99px;
}
/* Feature centered
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.feature.centered {
  text-align: center;
}
.feature.centered .ic {
  margin: 0 0 10px;
}
/* Additional styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Auto-size: allow for big icons. IMPORTANT: don't use "span" tag together with "icon" in this selector! */
.feature .ic.auto-size {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
}
/* end: media-common */
/**
 * Definitions of the font with icons and definitions of the icon glyphs
 */
@font-face {
  font-family: 'ThemeIcons';
  src: url('/pub/static/version1706095421/frontend/Infortis/custom/en_US/fonts/themeicons/ThemeIcons.eot?387osh');
  src: url('/pub/static/version1706095421/frontend/Infortis/custom/en_US/fonts/themeicons/ThemeIcons.eot?#iefix387osh') format('embedded-opentype'), url('/pub/static/version1706095421/frontend/Infortis/custom/en_US/fonts/themeicons/ThemeIcons.woff?387osh') format('woff'), url('/pub/static/version1706095421/frontend/Infortis/custom/en_US/fonts/themeicons/ThemeIcons.ttf?387osh') format('truetype'), url('/pub/static/version1706095421/frontend/Infortis/custom/en_US/fonts/themeicons/ThemeIcons.svg?387osh#ThemeIcons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Icon codes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ic-plane:before {
  content: "\e200";
}
.ic-tag:before {
  content: "\e201";
}
.ic-paint:before {
  content: "\e202";
}
.ic-credit:before {
  content: "\e203";
}
.ic-phone:before {
  content: "\e204";
}
.ic-letter:before {
  content: "\e205";
}
.ic-stopwatch:before {
  content: "\e206";
}
.ic-bars:before {
  content: "\e207";
}
.ic-truck:before {
  content: "\e208";
}
.ic-download:before {
  content: "\e209";
}
.ic-upload:before {
  content: "\e20a";
}
.ic-warning:before {
  content: "\e20b";
}
.ic-question:before {
  content: "\e20c";
}
.ic-info:before {
  content: "\e20d";
}
.ic-success:before {
  content: "\e20e";
}
.ic-close2:before {
  content: "\e20f";
}
.ic-reload:before {
  content: "\e210";
}
.ic-scissors:before {
  content: "\e211";
}
.ic-googleplus:before {
  content: "\e212";
}
.ic-facebook:before {
  content: "\e213";
}
.ic-twitter:before {
  content: "\e214";
}
.ic-feed:before {
  content: "\e215";
}
.ic-youtube:before {
  content: "\e216";
}
.ic-vimeo:before {
  content: "\e217";
}
.ic-flickr:before {
  content: "\e218";
}
.ic-dribbble:before {
  content: "\e219";
}
.ic-github:before {
  content: "\e21a";
}
.ic-wordpress:before {
  content: "\e21b";
}
.ic-blogger:before {
  content: "\e21c";
}
.ic-tumblr:before {
  content: "\e21d";
}
.ic-skype:before {
  content: "\e21e";
}
.ic-home:before {
  content: "\e21f";
}
.ic-edit2:before {
  content: "\e220";
}
.ic-cart:before,
.ic-cart1:before {
  content: "\e221";
}
.ic-menu:before {
  content: "\e222";
}
.ic-star-o:before {
  content: "\e223";
}
.ic-star:before {
  content: "\e224";
}
.ic-heart:before {
  content: "\e225";
}
.ic-heart-o:before {
  content: "\e226";
}
.ic-arrow-up:before {
  content: "\e227";
}
.ic-arrow-right:before {
  content: "\e228";
}
.ic-arrow-down:before {
  content: "\e229";
}
.ic-arrow-left:before {
  content: "\e22a";
}
.ic-filter:before {
  content: "\e22b";
}
.ic-lastminute:before {
  content: "\e22c";
}
.ic-close:before {
  content: "\e22d";
}
.ic-edit:before {
  content: "\e22e";
}
.ic-instagram:before {
  content: "\e22f";
}
.ic-user:before {
  content: "\e230";
}
.ic-mobile:before {
  content: "\e231";
}
.ic-pin:before {
  content: "\e232";
}
.ic-zoomin:before {
  content: "\e233";
}
.ic-zoomout:before {
  content: "\e234";
}
.ic-search:before {
  content: "\e235";
}
.ic-gift:before {
  content: "\e236";
}
.ic-anchor:before {
  content: "\e237";
}
.ic-calendar:before {
  content: "\e238";
}
.ic-remove:before {
  content: "\e239";
}
.ic-compare:before {
  content: "\e23a";
}
.ic-alarm:before {
  content: "\e23b";
}
.ic-plus:before {
  content: "\e23c";
}
.ic-minus:before {
  content: "\e23d";
}
.ic-pinterest:before {
  content: "\e23e";
}
.ic-call24:before {
  content: "\e23f";
}
.ic-callcenter:before {
  content: "\e240";
}
.ic-delivery:before {
  content: "\e241";
}
.ic-package:before {
  content: "\e242";
}
.ic-globe:before {
  content: "\e243";
}
.ic-lightbulb:before {
  content: "\e244";
}
.ic-microscope:before {
  content: "\e245";
}
.ic-24hours:before {
  content: "\e246";
}
.ic-coupon:before {
  content: "\e247";
}
.ic-tshirt:before {
  content: "\e248";
}
.ic-bag8:before {
  content: "\e249";
}
.ic-bag6:before {
  content: "\e24a";
}
.ic-bag4:before {
  content: "\e24b";
}
.ic-bag3:before {
  content: "\e24c";
}
.ic-bag7:before {
  content: "\e24d";
}
.ic-bag2:before {
  content: "\e24e";
}
.ic-bag5:before {
  content: "\e24f";
}
.ic-cart2:before {
  content: "\e250";
}
.ic-bag:before,
.ic-bag1:before {
  content: "\e251";
}
.ic-cart3:before {
  content: "\e252";
}
.ic-smartphones:before {
  content: "\e253";
}
.ic-grid:before {
  content: "\e254";
}
.ic-list:before {
  content: "\e255";
}
.ic-linkedin:before {
  content: "\e256";
}
.ic-bell:before {
  content: "\e257";
}
.ic-xing:before {
  content: "\e258";
}
.ic-vk:before {
  content: "\e259";
}
.ic-weibo:before {
  content: "\e25a";
}
.ic-renren:before {
  content: "\e25b";
}
.ic-behance:before {
  content: "\e25c";
}
.ic-vine:before {
  content: "\e25d";
}
.ic-share:before {
  content: "\e25e";
}
.ic-lowstock:before {
  content: "\e25f";
}
.ic-left:before {
  content: "\e260";
}
.ic-down:before {
  content: "\e261";
}
.ic-up:before {
  content: "\e262";
}
.ic-right:before {
  content: "\e263";
}
/* end: media-common */
#scroll-to-top {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 32px;
  bottom: 56px;
  right: 30px;
  z-index: 9999;
  border-radius: 50%;
}
#scroll-to-top:hover {
  background-color: #333;
}
@media only screen and (max-width: 992px) {
  #scroll-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    bottom: 81px;
    right: 0;
    border-radius: 0;
  }
}
.addto-links .action {
  display: inline-block;
  margin-right: 3px;
}
.addto-links .action:last-child {
  margin-right: 0;
}
.addto-links-icons .action {
  display: block;
  float: left;
}
.addto-links-icons .icon {
  font-size: 16px;
}
.addto-links-icons .label {
  display: none !important;
}
.addto-links-icons.addto-onimage {
  float: right;
  margin-top: -44px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 4px;
  padding-right: 4px;
}
.addto-links-icons.addto-onimage .icon {
  border-radius: 0;
}
.addto-links-icons.addto-onimage .label {
  display: none;
}
.product-items .item .addto-links-icons .icon {
  border-radius: 0;
}
.addto-links-text .icon {
  display: none !important;
}
.product-social-links .addto-links .action:before,
.products-grid .item .addto-links .action:before,
.product-items .item .addto-links .action:before,
.product-social-links .action.feature:before,
.products-grid .item .action.feature:before,
.product-items .item .action.feature:before {
  display: none;
}
.product-social-links .addto-links-icons .action .icon,
.product-items .item .addto-links-icons .action .icon,
.table-comparison .addto-links-icons .action .icon {
  clip: auto;
  width: 36px;
  height: 36px;
  margin: 0;
  overflow: visible;
  position: static;
}
.product-social-links .action.feature .icon {
  clip: auto;
  width: 36px;
  height: 36px;
  margin: 0;
  overflow: visible;
  position: static;
}
.availability.only .icon {
  font-size: 20px;
}
.availability.only strong {
  font-weight: normal;
}
.availability.only .caret {
  margin-left: 8px;
  opacity: 1;
  filter: alpha(opacity=100);
}
a.availability.only {
  cursor: pointer;
}
.availability-only-details {
  width: 100%;
  margin: -10px auto 20px;
}
.availability-only-details thead {
  border-bottom: 1px solid #e5e5e5;
}
.availability-only-details th {
  padding: 4px 12px;
  font-weight: bold;
}
.availability-only-details td {
  padding: 1px 12px;
  border-right: 1px solid #f5f5f5;
}
.availability-only-details td.last {
  border-right: none;
}
.sticker-wrapper {
  position: absolute;
  z-index: 1;
  transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
}
.sticker-wrapper.top-right {
  top: -3px;
  right: -3px;
}
.sticker-wrapper.bottom-right {
  bottom: -3px;
  right: -3px;
}
.sticker-wrapper.bottom-left {
  bottom: -3px;
  left: -3px;
}
.sticker-wrapper.top-left {
  top: -3px;
  left: -3px;
}
.sticker {
  width: 40px;
  height: 40px;
  font-size: 11px;
  line-height: 1em;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  display: table-cell !important;
  /* Add "important" to override inherited styles of parent elements */
  vertical-align: middle !important;
  transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
}
.item:hover .sticker {
  width: 45px;
  height: 45px;
}
/* Colors */
.sticker.new {
  background-color: #5BD2EC;
  color: #fff;
}
.sticker.sale {
  background-color: #F12B63;
  color: #fff;
}
.product-view .sticker {
  width: 60px;
  height: 60px;
  font-size: 14px;
}
.products-list .product-item-name,
.products-grid .product-item-name {
  color: inherit;
}
.products-list .product-item-img,
.products-grid .product-item-img {
  position: relative;
}
.products-list .product-item-img .alt-img,
.products-grid .product-item-img .alt-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.products-list .item {
  border-top: 1px solid #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  position: relative;
  transition: box-shadow 0ms ease-in;
  -moz-transition: box-shadow 0ms ease-in;
  -webkit-transition: box-shadow 0ms ease-in;
  -o-transition: box-shadow 0ms ease-in;
}
.products-list .product-item-name {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.products-list .product-shop-inner {
  border-right: 1px solid #e5e5e5;
  padding-right: 15px;
}
.products-list .right-column {
  float: right;
}
.products-list .product-item-name {
  margin: 0 0 15px;
}
.products-list .price-box {
  margin: 0 0 15px;
  font-size: 1.3333em;
  line-height: 1.25em;
}
.products-list .ratings {
  margin: 10px 0;
}
.products-list .desc {
  margin: 15px 0px;
}
.products-list .btn-cart {
  width: 100%;
  max-width: 180px;
}
.products-list a.btn-cart {
  padding-left: 0;
  padding-right: 0;
}
.products-list .button span {
  float: none;
}
.products-list .availability {
  float: none;
  margin: 15px 0;
}
.products-list.hover-effect .item:hover {
  margin-left: -1%;
  margin-right: -1%;
  padding-left: 1%;
  padding-right: 1%;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  transition: box-shadow 400ms ease-out;
  -moz-transition: box-shadow 400ms ease-out;
  -webkit-transition: box-shadow 400ms ease-out;
  -o-transition: box-shadow 400ms ease-out;
}
.products-grid .item {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.products-grid .item .display-onhover {
  display: none;
}
.products-grid .product-item-img {
  margin: 0 auto;
}
.products-grid .product-item-name {
  margin: 15px 0 10px;
  font-size: 1.4rem;
  line-height: 2.0rem;
}
.products-grid .product-item-name.display-onhover a {
  display: inline-block;
  margin: 15px 0 10px;
}
.products-grid [class^="swatch-opt-"] {
  margin: 10px 0 5px;
}
.products-grid .product-reviews-summary {
  margin: 10px 0;
}
.products-grid .price-box {
  margin: 10px 0;
}
.products-grid .actions {
  margin: 10px 0 0;
}
.products-grid .availability {
  float: none;
  margin: 5px 0;
}
.products-grid .old-price,
.products-grid .special-price {
  display: inline-block;
}
.products-grid .old-price .price-label,
.products-grid .special-price .price-label {
  display: none;
}
.products-grid .special-price + .old-price {
  margin-left: 4px;
}
.rtl .products-grid .special-price + .old-price {
  margin-left: 0;
  margin-right: 4px;
}
.products-grid.single-line-name .product-item-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.products-grid.single-line-name .item:hover .product-item-name {
  overflow: visible;
  white-space: normal;
}
.products-grid.centered .item {
  text-align: center;
}
.products-grid.centered .item .product-reviews-summary {
  display: inline;
}
.products-grid.centered .item .product-reviews-summary .rating-summary {
  left: 0;
}
.products-grid.centered .item input.checkbox {
  float: none;
}
.products-grid.centered .item .swatch-option {
  display: inline-block;
  float: none;
}
.products-grid.centered .item .actions-primary,
.products-grid.centered .item .actions-secondary {
  float: left;
}
.products-grid.centered .item .actions-secondary.addto-onimage {
  float: right;
}
.products-grid.equal-height .item {
  padding-bottom: 56px;
}
.products-grid.equal-height .item .actions {
  position: absolute;
  bottom: 20px;
}
.products-grid.auto-height .item .actions {
  position: static;
  bottom: auto;
}
.products-grid-partitioned .item {
  border-top: 1px solid #f5f5f5;
  border-left: none;
  border-right: none;
  zoom: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1%;
  padding-right: 1%;
  background-color: #fff;
  transition: box-shadow 0ms ease-in;
  -moz-transition: box-shadow 0ms ease-in;
  -webkit-transition: box-shadow 0ms ease-in;
  -o-transition: box-shadow 0ms ease-in;
}
.products-grid-partitioned.hover-effect .item:hover {
  margin-left: -1%;
  margin-right: -1%;
  padding-left: 2%;
  padding-right: 2%;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  transition: box-shadow 400ms ease-out;
  -moz-transition: box-shadow 400ms ease-out;
  -webkit-transition: box-shadow 400ms ease-out;
  -o-transition: box-shadow 400ms ease-out;
}
.products-grid-ext .item .product-item-info {
  border-top: 1px solid #f5f5f5;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 10px 0px;
  background-color: #fff;
  transition: box-shadow 0ms ease-in;
  -moz-transition: box-shadow 0ms ease-in;
  -webkit-transition: box-shadow 0ms ease-in;
  -o-transition: box-shadow 0ms ease-in;
}
.products-grid-ext.hover-effect .item:hover .product-item-info {
  border-color: transparent;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: box-shadow 400ms ease-out;
  -moz-transition: box-shadow 400ms ease-out;
  -webkit-transition: box-shadow 400ms ease-out;
  -o-transition: box-shadow 400ms ease-out;
  position: relative;
  z-index: 3;
}
.products-grid .item .visible-onhover {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
  -moz-transition: visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
  -webkit-transition: visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
  -o-transition: visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
}
.products-grid .item:hover .visible-onhover {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
  -moz-transition: visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
  -webkit-transition: visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
  -o-transition: visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
}
/* end: media-common */
.product-img-column {
  position: relative;
}
.product-img-column .box-collateral,
.product-primary-column .box-collateral,
.product-secondary-column .box-collateral {
  margin-bottom: 15px;
}
.collateral-stacked .section-title,
.collateral-stacked .product.data.items > .item.title {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.collateral-stacked .item.content .block-title {
  display: none;
}
.product-view .product.attibute.overview ul:not(.ic-ul):not(.disc):not(.bullet),
.product-view .product.attibute.description ul:not(.ic-ul):not(.disc):not(.bullet) {
  list-style: disc outside none;
  margin: 0 0 1em;
  padding: 0 0 0 20px;
}
.product-view .product.attibute.overview ul:not(.ic-ul):not(.disc):not(.bullet) li,
.product-view .product.attibute.description ul:not(.ic-ul):not(.disc):not(.bullet) li {
  margin-bottom: 5px;
}
.header {
  padding: 0;
}
/* Clear floats and override custom styles to avoid incorrect position of elements */
.user-menu {
  width: 100%;
  float: none;
  margin: 0;
}
/* Top links */
.top-links ul {
  float: left;
}
/* Line breaker */
.user-menu .line-break-after {
  clear: both;
  margin-bottom: 1px;
}
.header .logo-wrapper .logo {
  display: inline-block;
  max-width: 94%;
  margin: 3px 0;
  text-decoration: none !important;
}
.header .logo-wrapper h1.logo a {
  display: block;
}
.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
.skip-link .counter {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: red;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* To display products counter sticked above the icon, uncomment this code: */
  /*
    margin-left: -14px;
    margin-right: -7px;
    margin-top: -22px;
    position: relative;
    */
}
#nav-marker-regular,
#nav-marker-regular2,
#search-marker-regular,
#account-links-marker-regular,
#mini-compare-marker-regular,
#mini-cart-marker-regular,
#nav-marker-mobile,
#search-marker-mobile,
#account-links-marker-mobile,
#mini-compare-marker-mobile,
#mini-cart-marker-mobile {
  display: none;
}
.sticky-header .sticky-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}
/* Reset selected styles of the menu bar in sticky header
-------------------------------------------------------------- */
/* Remove additional padding above and below the menu container */
.sticky-header .nav-container {
  padding-top: 0;
  padding-bottom: 0;
}
/* Remove background color and vertical padding (they work as an outline of the menu bar) from the nav container */
.sticky-header .nav-container .nav {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
/* Remove shadow from the menu bar wrapper and from the menu bar container */
.sticky-header .nav-container .nav,
.sticky-header .nav-container .navi-wrapper,
.sticky-header .nav-container .navi:not(.nav-vert) {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* When inside columns, menu is floating to align it horizontally 
   with holders wrapper. Floating has to be disabled when sticky
   header is active.
-------------------------------------------------------------- */
.sticky-header .left-column .navi,
.sticky-header .right-column .navi {
  float: none !important;
}
/* Category labels
-------------------------------------------------------------- */
/* Make top-level category labels invisible */
.sticky-header .nav-regular .nav-item.level0 > a .cat-label {
  display: none;
}
/* Alternatively, we can make the labels smaller */
/*.sticky-header .nav-regular .nav-item.level0 > a .cat-label {
    font-size: 11px;
    line-height: 15px;
    padding: 0 4px;
    top: 2px;
}
.sticky-header .nav-regular .nav-item.level0 > a .pin-bottom:before { display: none; }*/
/* Full width content 
-------------------------------------------------------------- */
.sticky-header .sticky-container--full-width .container {
  /* Stretch the container to take all available space */
  max-width: none;
  width: 100%;
}
.sticky-header .sticky-container--full-width .inner-container {
  padding-left: 0;
  padding-right: 0;
}
/* Hide selected elements
-------------------------------------------------------------- */
/* Text label of the dropdown when inside sticky header */
.sticky-header .nav-holder .dropdown-heading .label {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .header-container {
    /* Vertically aligned grid of blocks (in "Header - Primary" section).
           In mobile header all blocks are stretched to full width
           and stack vertically.
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Header items
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* In mobile header, only items inside mobile container can float */
    /* Dropdowns
        -------------------------------------------------------------- */
    /* Force left-aligned edge of dropdowns */
    /* Force right-aligned edge of dropdowns */
    /* Selected elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Top links
        -------------------------------------------------------------- */
    /* Logo and collateral elements
        -------------------------------------------------------------- */
    /* Regular logo */
    /* Mobile logo */
    /* Header collateral elements
        -------------------------------------------------------------- */
    /* If collateral next to logo, logo floats left */
    /* User menu
        -------------------------------------------------------------- */
    /* Language/currency switcher
        -------------------------------------------------------------- */
    /* The "move-switchers" class indicates that in mobile header the default language/currency switchers
           should be hidden because they are replaced with switchers in alternative position (next to the logo).
           So we need to hide switchers from both wrappers: regular and mobile. */
    /* Other
        -------------------------------------------------------------- */
    /* Menu elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Hide/show basic elements */
    /* Always displayed */
    /* Always hidden */
    /* Always hidden */
    /* Always hidden */
    /* Containers
        -------------------------------------------------------------- */
    /* Important: menu container is also a "skip-content" block */
    /* Menu bar
        -------------------------------------------------------------- */
    /* Remove shadow */
    /* Menu items
        -------------------------------------------------------------- */
    /* Mobile menu - remove possible gap from the top of the very first item.
           Gaps are added as dividers between items of the mobile menu accordion. */
    /* Elements hidden in mobile header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Hide regular header containers in mobile header */
    /* .header-top-container,
        .header-primary-container, */
    /* Deprecated rules to hide elements in mobile header (left for backward compatibility) */
    /* Skip links in mobile header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Skip link elements
        -------------------------------------------------------------- */
    /* Active link
        -------------------------------------------------------------- */
    /* Size
        -------------------------------------------------------------- */
    /* Skip content
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* In mobile header the content is hidden.
           It's displayed only when skip link was clicked.
        -------------------------------------------------------------- */
    /* Styls (required in skip-content blocks) are added through
           this special class so that we can control which content
           blocks are styled.
        -------------------------------------------------------------- */
    /* Selected skip links
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Compare
        -------------------------------------------------------------- */
    /* Hide compare block's heading (only heading) */
    /* Selected skip content
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Height of mobile menu items and vertical inline links
        -------------------------------------------------------------- */
    /* Generic vertical inline links (e.g. account links)
        -------------------------------------------------------------- */
    /* Cart + compare
        -------------------------------------------------------------- */
    /* Important: possible value "relative" of the "position" property.
           Cart can be a dropdown, so in mobile header we need to reset "position" of the dropdown container so that it doesn't cover other skip links.
           We also need to remove float.
           */
    /* Compare
        -------------------------------------------------------------- */
  }
  .header-container .hp-blocks-holder .hp-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .header-container .header-m-container .item-left {
    float: left;
    text-align: left;
  }
  .header-container .header-m-container .item-right {
    float: right;
    text-align: right;
  }
  .header-container .header-m-container .item-left .dropdown-block .dropdown-content {
    left: 0;
    right: auto;
  }
  .header-container .header-m-container .item-right .dropdown-block .dropdown-content {
    left: auto;
    right: 0;
  }
  .header-container .top-links {
    float: none !important;
    clear: both;
  }
  .header-container .top-links ul {
    float: none !important;
  }
  .header-container .logo-wrapper--regular {
    display: none;
  }
  .header-container .logo-wrapper--mobile {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .header-container .logo-wrapper--mobile .logo {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .header-container .header-collateral {
    float: right;
    text-align: right;
  }
  .header-container .header-collateral + .logo-wrapper--mobile {
    float: left;
    text-align: left;
  }
  .header-container .user-menu {
    float: none !important;
    margin: 0;
    /* Important: remove margins to collapse the block completely */
  }
  .header-container.move-switchers #lang-switcher-wrapper-regular,
  .header-container.move-switchers #currency-switcher-wrapper-regular {
    display: none;
  }
  .header-container.move-switchers #lang-switcher-wrapper-mobile,
  .header-container.move-switchers #currency-switcher-wrapper-mobile {
    display: none;
  }
  .header-container .line-break-after {
    display: none !important;
  }
  .header-container .nav-mobile {
    display: block !important;
  }
  .header-container .vertnav-trigger {
    display: none !important;
  }
  .header-container .mobnav-trigger {
    display: none !important;
  }
  .header-container .nav-inline-links {
    display: none !important;
  }
  .header-container .nav-container {
    /* Padding for menu container may be added via admin panel so we need to remove it for mobile header */
    padding: 0;
    /* If needed, reset also other styles which are added to standard "skip-content" blocks */
    /* Remove background color */
    background-color: transparent;
  }
  .header-container .nav-container .nav,
  .header-container .nav-container .navi {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-container .nav-border-bottom {
    border-bottom: none;
  }
  .header-container .nav-mobile .nav-item.nav-1 {
    margin-top: 0 !important;
  }
  .header-container #lang-switcher-wrapper-regular,
  .header-container #currency-switcher-wrapper-regular {
    display: none;
  }
  .header-container .header-top .item:not(.item-interface) {
    display: none;
  }
  .header-container .skip-link {
    position: relative;
    float: left;
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .header-container a.skip-link {
    text-decoration: none;
  }
  .header-container .skip-link .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 16px;
    line-height: 16px;
  }
  .header-container .skip-link.dropdown-heading .label.hide,
  .header-container .skip-link .label {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
  }
  .header-container .skip-link .counter {
    display: inline-block;
    vertical-align: middle;
  }
  .header-container .skip-link .caret {
    display: none;
  }
  .header-container .skip-link.skip-active,
  .header-container .skip-link:hover {
    color: inherit;
  }
  .header-container .skip-link.skip-active span {
    color: inherit;
  }
  .header-container .skip-links--1 .skip-link {
    width: 100%;
  }
  .header-container .skip-links--2 .skip-link {
    width: 50%;
  }
  .header-container .skip-links--3 .skip-link {
    width: 33.33%;
  }
  .header-container .skip-links--4 .skip-link {
    width: 25%;
  }
  .header-container .skip-links--5 .skip-link {
    width: 20%;
  }
  .header-container .skip-links--6 .skip-link {
    width: 16.66%;
  }
  .header-container .skip-content {
    display: none;
  }
  .header-container .skip-content.skip-active {
    display: block;
  }
  .header-container .skip-content--style {
    clear: both;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* Skip content blocks have to be reset the same as all grid units
               because skip content blocks can have grid units */
    width: 100% !important;
    /* Added "!important" to override units with "no-gutter" class */
    margin: 0;
  }
  .header-container .skip-link.mini-compare-heading {
    display: none;
  }
  .header-container .nav-mobile .nav-item > a,
  .header-container .account-links .links > li > a {
    line-height: 50px;
  }
  .header-container .account-links .links > li {
    float: none;
  }
  .header-container .account-links .links > li > a {
    background-image: none;
    /* Remove link separators */
    font-weight: 600;
    font-size: 1.6rem;
  }
  .header-container .mini-cart,
  .header-container .mini-compare {
    position: static;
    float: none;
    display: block;
    /* To make sure it's not "inline-block" */
  }
  .header-container .skip-content.mini-cart-content,
  .header-container .skip-content.mini-compare-content {
    clear: both;
    width: 100%;
  }
  .header-container .mini-compare .skip-content .actions {
    border: none;
    padding-top: 0;
  }
  .hide-when-mobile-header {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .header-container {
    /* Left column 
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Dropdowns
        -------------------------------------------------------------- */
    /* Force left-aligned edge of dropdowns */
    /* Avoid dropdown heading stretched in containing block */
    /* Search box
        -------------------------------------------------------------- */
    /* Elements of User Menu
        -------------------------------------------------------------- */
    /* Menu, holders and holders wrapper
        -------------------------------------------------------------- */
    /* Right column
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Dropdowns
        -------------------------------------------------------------- */
    /* Force right-aligned edge of dropdowns */
    /* Avoid dropdown heading stretched in containing block */
    /* Search box
        -------------------------------------------------------------- */
    /* Elements of User Menu
        -------------------------------------------------------------- */
    /* Menu, holders and holders wrapper
        -------------------------------------------------------------- */
    /* Top links
        -------------------------------------------------------------- */
    /* Central column
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Elements of User Menu
        -------------------------------------------------------------- */
    /* Elements of the central column are centered so the "user-menu" container also needs to be centered:
           so it needs to be inline-block, it can't float and can't have 100% width. */
    /* Top header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Top header - selected elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* User menu inside top header
        -------------------------------------------------------------- */
    /* Selected elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Search
        -------------------------------------------------------------- */
    /* Let the search box have the same width as containing block */
    /* Logo
        -------------------------------------------------------------- */
    /* Menu elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Simple menu container
        -------------------------------------------------------------- */
    /* Menu container is marked with "simple" class.
           It's added when menu is inside a container which is not full-width but is narrow
           and placed in one of the header sections. */
    /* Expand the width of the "nav" class element */
    /* Remove side padding from inner container */
    /* Other
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /*.header-top .lang-switcher,
        .header-top .currency-switcher, */
    /* Elements hidden in regular header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Selected skip links in regular header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Cart + compare
        -------------------------------------------------------------- */
    /* Skip links has to be hidden except cart and compare */
  }
  .header-container .hp-blocks-holder {
    display: table;
    width: 100%;
  }
  .header-container .hp-blocks-holder .hp-block {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .header-container .hp-blocks-holder .hp-block:before,
  .header-container .hp-blocks-holder .hp-block:after {
    content: '';
    display: table;
  }
  .header-container .hp-blocks-holder .hp-block:after {
    clear: both;
  }
  .header-container .item-left {
    float: left;
    margin-right: 10px;
    text-align: left;
  }
  .header-container .item-right {
    float: right;
    margin-left: 10px;
    text-align: right;
  }
  .header-container .left-column {
    text-align: left;
  }
  .header-container .central-column {
    text-align: center;
  }
  .header-container .right-column {
    text-align: right;
  }
  .header-container .header-primary .central-column {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-container .left-column .dropdown-block .dropdown-content {
    left: 0;
    right: auto;
  }
  .header-container .left-column .dropdown-block {
    display: inline-block;
  }
  .header-container .left-column .search-wrapper {
    float: left;
  }
  .header-container .left-column .user-menu .search-wrapper,
  .header-container .left-column .user-menu .mini-cart,
  .header-container .left-column .user-menu .mini-compare,
  .header-container .left-column .user-menu .top-links,
  .header-container .left-column .user-menu .top-links ul {
    float: left;
  }
  .header-container .left-column .nav-holders-wrapper,
  .header-container .left-column .navi {
    float: left;
  }
  .header-container .left-column .nav-holders-wrapper .nav-holder {
    float: left;
  }
  .header-container .right-column .dropdown-block .dropdown-content {
    left: auto;
    right: 0;
  }
  .header-container .right-column .dropdown-block {
    display: inline-block;
  }
  .header-container .right-column .search-wrapper {
    float: right;
  }
  .header-container .right-column .user-menu .search-wrapper,
  .header-container .right-column .user-menu .mini-cart,
  .header-container .right-column .user-menu .mini-compare,
  .header-container .right-column .user-menu .top-links,
  .header-container .right-column .user-menu .top-links ul {
    float: right;
  }
  .header-container .right-column .nav-holders-wrapper,
  .header-container .right-column .navi {
    float: right;
  }
  .header-container .right-column .nav-holders-wrapper .nav-holder {
    float: right;
  }
  .header-container .right-column .top-links ul {
    float: right;
  }
  .header-container .central-column .user-menu {
    display: inline-block;
    float: none;
    width: auto;
  }
  .header-container .central-column .user-menu .search-wrapper,
  .header-container .central-column .user-menu #mini-cart-wrapper-regular,
  .header-container .central-column .user-menu .mini-cart,
  .header-container .central-column .user-menu .mini-compare,
  .header-container .central-column .user-menu .top-links,
  .header-container .central-column .user-menu .top-links ul {
    float: right;
  }
  .header-container .header-top .central-column {
    text-align: center;
    width: 100%;
  }
  .header-container .header-top .central-column .item {
    display: inline-block;
    float: none;
  }
  .header-container .header-top .item-left .user-menu > * {
    float: left;
  }
  .header-container .header-top .item-right .user-menu > * {
    float: right;
  }
  .header-container .search-wrapper {
    width: 100%;
  }
  .header-container .logo-wrapper .logo img {
    width: 100%;
  }
  .header-container .nav-container.simple .nav {
    width: 100%;
  }
  .header-container .nav-container.simple .inner-container {
    padding-left: 0;
    padding-right: 0;
  }
  .header-container #lang-switcher-wrapper-regular,
  .header-container #currency-switcher-wrapper-regular,
  .header-container .header-top .dropdown-block {
    margin: 0;
  }
  .header-container .header-m-container,
  .header-container .skip-links-clearer,
  .header-container #header-nav,
  .header-container .skip-link,
  .header-container .logo-wrapper--mobile,
  .header-container .logo--mobile,
  .header-container .header-collateral,
  .header-container .after-mobile-logo,
  .header-container #user-menu-wrapper-mobile,
  .header-container #search-wrapper-mobile,
  .header-container #account-links-wrapper-mobile,
  .header-container #mini-cart-wrapper-mobile,
  .header-container #mini-compare-wrapper-mobile,
  .header-container #nav-wrapper-mobile {
    display: none;
  }
  .header-container .mini-cart-heading,
  .header-container .mini-compare-heading {
    display: block;
  }
  .header-container .mini-cart-heading .label.no-display,
  .header-container .mini-compare-heading .label.no-display {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .header-container {
    /* Reset blocks below this breakpoint */
    /* Menu - positionning of menu, holders and holders wrapper
        -------------------------------------------------------------- */
    /* Remove floating of the menu container */
    /* Remove floating of the menu */
    /* Logo
        -------------------------------------------------------------- */
    /* Search
        -------------------------------------------------------------- */
  }
  .header-container .hp-blocks-holder--stacked .hp-block {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .header-container .hp-blocks-holder--stacked .right-column {
    text-align: inherit;
  }
  .header-container .hp-blocks-holder--stacked .left-column {
    text-align: inherit;
  }
  .header-container .hp-blocks-holder--stacked .nav-container {
    float: none;
  }
  .header-container .hp-blocks-holder--stacked .navi {
    float: none;
  }
  .header-container .hp-blocks-holder--stacked .logo-wrapper {
    text-align: center;
  }
  .header-container .hp-blocks-holder--stacked .logo-wrapper .logo {
    max-width: 60%;
    margin-left: auto;
    /* Margins "auto" not needed. Left in case custom CSS removes "display:inline-block" from the ".logo" element. */
    margin-right: auto;
  }
  .header-container .hp-blocks-holder--stacked .search-wrapper {
    float: none;
    max-width: 440px;
    margin: 10px auto;
    /* Add space above and below search box */
  }
}
.footer-container .footer-top .inner-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-container .item-left {
  float: left;
  margin-right: 20px;
}
.footer-container .item-right {
  float: right;
  margin-left: 20px;
}
.footer-container .footer-primary-top-spacing {
  border-bottom: 1px solid;
  border-color: #eee;
  border-color: rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.footer-container .footer-primary-bottom-spacing {
  border-top: 1px solid;
  border-color: #eee;
  border-color: rgba(0, 0, 0, 0.05);
  padding-top: 20px;
  margin-top: 10px;
}
.footer {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.footer .social-links .ib {
  margin-bottom: 3px;
}
.footer .footer-copyright {
  font-size: 11px;
  line-height: 16px;
  margin: 4px 0;
}
.footer .heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}
.footer ul li {
  margin-bottom: 2px;
}
.header-regular .block-search .input-text:focus:focus,
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  border-color: #51a7e8;
}
.products-grid .swatch-attribute-options {
  margin-top: 0;
}
.swatch-attribute .swatch-option:not(.disabled):hover {
  outline-width: 2px;
}
.swatch-attribute .swatch-option,
.swatch-attribute .swatch-option.text {
  padding: 3px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  margin-bottom: 5px;
  margin-right: 5px;
}
.swatch-attribute .swatch-option:last-child,
.swatch-attribute .swatch-option.text:last-child {
  margin-right: 0;
}
.swatch-attribute a > .swatch-option:last-child,
.swatch-attribute a > .swatch-option.text:last-child {
  margin-right: 5px;
}
.product-view .swatch-attribute .swatch-option {
  padding: 3px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.product-view .swatch-attribute .swatch-option:last-child {
  margin-right: 0;
}
.loading-mask {
  background: rgba(255, 255, 255, 0.8);
}
.rating-summary .rating-result {
  margin-left: 0;
}
.opc-progress-bar {
  margin-top: 30px;
  margin-bottom: 40px;
}
/* Class: std %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Lists
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Unordered lists
-------------------------------------------------------------- */
/* Disc */
ul.disc {
  list-style: disc outside none;
  margin: 0 0 1em;
  padding: 0 0 0 20px;
}
ul.disc li {
  background-image: none;
}
/* Nested unordered lists */
ul.disc ul {
  list-style: disc outside none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 20px;
}
/* Bullet */
ul.bullet {
  list-style: none outside none;
  margin: 0 0 1em;
  padding: 0;
}
ul.bullet li {
  background: url(/pub/static/version1706095421/frontend/Infortis/custom/en_US/images/infortis/_shared/cck/list/bullet.png) -5px 2px no-repeat;
  padding-left: 20px;
  transition: background-position 150ms ease-out;
  -moz-transition: background-position 150ms ease-out;
  -webkit-transition: background-position 150ms ease-out;
  -o-transition: background-position 150ms ease-out;
}
ul.bullet li:hover {
  background-position: -3px 2px;
}
/* Nested unordered lists */
ul.bullet ul {
  list-style: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
/* Separator */
ul .separator {
  border-bottom: 1px solid #fff;
  margin: 8px 1px;
  overflow: hidden;
}
/* Lists inside ".std"
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Unordered list without any bullets */
.std ul.no-bullets {
  list-style: none outside none !important;
  padding-left: 0 !important;
}
.std ul.no-bullets li {
  background-image: none !important;
  padding-left: 0 !important;
}
/* Ordered lists */
.std ol {
  list-style: decimal outside;
  margin: 10px 0;
  padding: 0 0 0 1.5em;
}
.std ol ol,
.std ul ol,
.std ol ul {
  margin: 0.5em 0;
}
/* Override std styles for selected elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* TODO: might be still needed */
.std .products-grid p {
  margin-bottom: 0;
}
/* Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Basic layout - TODO: remove
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.section {
  padding: 10px 0;
}
/* Minor components %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Caret
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.caret {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: initial;
  /* Important: avoid caret exceeding height of the item */
}
.dropdown-block .caret {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.dropdown-block.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* CMS pages and custom content %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Video (embed)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* "videoWrapper" - depracated class, left for backward compatibility */
.video-wrapper,
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed,
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Page banners
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.banner-wrapper {
  position: relative;
  display: block;
}
.page-banners .banner a {
  display: block;
}
.page-banners .banner a img {
  display: block;
  margin: 0 auto;
}
/* depracated styles, left for backward compatibility: */
.page-banners .banner {
  margin-bottom: 2%;
}
/* Landing pages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.horizontal-section,
.vertical-section {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
}
.horizontal-section {
  margin-top: 10px;
}
.landing-page .center-block {
  display: block;
  margin: 0 auto;
}
/* Caption
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 80%;
  margin: 6%;
  padding: 0;
}
/* Caption position
-------------------------------------------------------------- */
.caption.top {
  top: 0;
  bottom: auto;
  width: 80%;
}
.caption.top-right {
  top: 0;
  bottom: auto;
  right: 0;
  width: 58%;
}
.caption.bottom-right {
  right: 0;
  width: 58%;
}
/* Caption elements
-------------------------------------------------------------- */
.caption > * {
  float: left;
  display: inline-block;
  margin-bottom: 1px;
}
.caption .heading {
  padding: 0.25em;
  margin-bottom: 1px;
  font-size: 18px;
  line-height: 1em;
  font-weight: normal;
}
.caption p {
  clear: left;
  padding: 0.25em 0.5em;
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 1em;
}
.caption button,
.caption .cart.table-wrapper .actions-toolbar > .action,
.caption .action-gift {
  clear: left;
}
/* Caption layout
-------------------------------------------------------------- */
.caption.centered {
  text-align: center;
}
.caption.centered > * {
  float: none;
}
/* Floating (text alignment) */
.caption.right > * {
  text-align: right;
  float: right !important;
}
/* Caption additional styles
-------------------------------------------------------------- */
/* Width */
.caption.full-width {
  width: 88%;
  margin: 6%;
}
.caption.narrow {
  width: 38%;
}
/* Skin
-------------------------------------------------------------- */
.caption .heading,
.caption p {
  transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -moz-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -o-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
}
a:hover .caption .heading,
a:hover .caption p {
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
}
/* Dark + white text */
.caption.dark1 .heading,
.caption.dark1 p {
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
}
a:hover .caption.dark1 .heading,
a:hover .caption.dark1 p {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
/* Dark + white text */
.caption.dark2 .heading,
.caption.dark2 p {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
a:hover .caption.dark2 .heading,
a:hover .caption.dark2 p {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
/* Dark + white text */
.caption.dark3 .heading,
.caption.dark3 p {
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
}
a:hover .caption.dark3 .heading,
a:hover .caption.dark3 p {
  background-color: #000000;
  color: #fff;
}
/* Light + black text */
.caption.light1 .heading,
.caption.light1 p {
  background-color: rgba(255, 255, 255, 0.35);
  color: #000;
}
a:hover .caption.light1 .heading,
a:hover .caption.light1 p {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
}
/* Light + black text */
.caption.light2 .heading,
.caption.light2 p {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
}
a:hover .caption.light2 .heading,
a:hover .caption.light2 p {
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
}
/* Light + black text */
.caption.light3 .heading,
.caption.light3 p {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
a:hover .caption.light3 .heading,
a:hover .caption.light3 p {
  background-color: #ffffff;
  color: #000;
}
/* Other
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Disable transitions, fade effect applied with JS */
.fade-on-hover {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
/* Icons %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Collapsible blocks.
   Set position and other properties of arrow icon.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Different types of collapsible blocks share the same styles */
.collapsible .block-title:after,
.mobile-collapsible .block-title:after,
.sidebar .block .block-title:after {
  float: right;
  font-size: 22px;
  display: none !important;
}
.collapsible .block-title {
  cursor: default !important;
}
/* Icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* These icons needs to have the same basic styles as standard font icons.
   Except line height - it would override individual size of each icon.
*/
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before,
.form-search .button:before,
.buttons-set .back-link a:before,
.btn-remove:before,
.btn-remove2:before,
.map-popup-close:before,
.remember-me-popup-head .remember-me-popup-close:before,
.btn-edit:before,
.breadcrumbs .sep,
.caret:before,
#cboxPrevious:before,
#cboxNext:before,
#cboxClose:before,
.slider-arrows1 .owl-controls .owl-buttons div:before,
.slider-arrows2 .owl-controls .owl-buttons div:before,
.slider-arrows3 .owl-controls .owl-buttons div:before,
.nav-regular .nav-panel a .caret:before,
.nav-vert li.level0 > a .caret:before,
.uaccordion .opener:before,
.nav-acco .opener:before,
.qty-button.increase:before,
.qty-button.decrease:before,
.collapsible .block-title:after,
.mobile-collapsible .block-title:after,
.sidebar .block .block-title:after,
.opc-estimated-wrapper .minicart-wrapper .cart.table-wrapper .actions-toolbar > .action.action.showcart:before,
.opc-estimated-wrapper .minicart-wrapper .action-gift.action.showcart:before {
  display: inline-block;
  font-family: ThemeIcons;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /*line-height: 1em;*/
  /* Important: don't overrid line height, it depends on the size of the icon */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Apply icon codes
-------------------------------------------------------------- */
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before,
.opc-estimated-wrapper .minicart-wrapper .cart.table-wrapper .actions-toolbar > .action.action.showcart:before,
.opc-estimated-wrapper .minicart-wrapper .action-gift.action.showcart:before {
  content: "\e221";
  font-size: 16px;
}
.form-search .button:before {
  content: "\e235";
}
.buttons-set .back-link a:before {
  content: "\e22a";
}
.btn-remove:before,
.btn-remove2:before,
.map-popup-close:before,
.remember-me-popup-head .remember-me-popup-close:before {
  content: "\e22d";
}
.btn-edit:before {
  content: "\e22e";
}
.breadcrumbs .sep:before {
  content: "\e228";
  font-size: 8px;
}
.caret:before {
  content: "\e261";
}
.owl-controls .owl-buttons .owl-prev:before {
  content: "\e260";
}
.owl-controls .owl-buttons .owl-next:before {
  content: "\e263";
}
#cboxPrevious:before {
  content: "\e260";
}
#cboxNext:before {
  content: "\e263";
}
#cboxClose:before {
  content: "\e20f";
}
.nav-regular .nav-panel a .caret:before,
.nav-vert li.level0 > a .caret:before {
  content: "\e263";
}
.uaccordion .opener:before,
.nav-acco .opener:before {
  content: "\e23c";
}
/* Active opener */
.uaccordion li.item-active > .opener:before,
.nav-acco li.item-active > .opener:before {
  content: "\e23d";
}
/* Quantity buttons */
.qty-button.increase:before {
  content: "\e262";
}
.qty-button.decrease:before {
  content: "\e261";
}
.gen-tabs .acctab:after,
.collapsible .block-title:after,
.mobile-collapsible .block-title:after,
.sidebar .block .block-title:after,
.block-layered-nav .block-title:after {
  content: "\e261";
}
.gen-tabs .acctab.current:after,
.collapsible .block-title.active:after,
.mobile-collapsible .block-title.active:after,
.sidebar .block .block-title.active:after,
.block-layered-nav .block-title.active:after {
  content: "\e262";
}
/* Override CSS components %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Accordion/collapsible openers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.uaccordion .opener,
.nav-acco .opener,
.collapsible .opener {
  /* Icon size */
  font-size: 12px;
}
/* Colorbox
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#cboxPrevious,
#cboxNext,
#cboxClose {
  /* Override default background image */
  background-image: none !important;
  /* Icon size */
  font-size: 20px;
}
#cboxClose {
  font-size: 16px;
}
/* Generic-nav
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Styles common for all direction controls */
.slider-arrows1 .owl-controls .owl-buttons div,
.slider-arrows2 .owl-controls .owl-buttons div,
.slider-arrows3 .owl-controls .owl-buttons div {
  /* Override default background image and remove text indent */
  background-image: none !important;
  text-indent: 0;
  /* Icon size */
  font-size: 20px;
}
/* Colors %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Borders
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Elements with horizontal border - standard
-------------------------------------------------------------- */
/* Elements with horizontal border - lighter
-------------------------------------------------------------- */
/* Elements with vertical border - standard
-------------------------------------------------------------- */
/* Elements with vertical border - lighter
-------------------------------------------------------------- */
/* Product grid/list */
/* Other elements with border
-------------------------------------------------------------- */
.swatch-option {
  border-color: #cccccc;
}
/* Forms
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Product options form colors
-------------------------------------------------------------- */
/* Fonts %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Price on product page and MSRP
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .price-box .price {
  font-family: Verdana, Geneva, sans-serif;
}
/* Effects %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Transitions
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Links and other selected elements
-------------------------------------------------------------- */
/* IMPORTANT: link transitions should be placed before other transitions */
a,
button,
.menu-trigger .menu-trigger-inner,
.menu-trigger .menu-trigger-inner .trigger-icon .line,
.opener,
a > .ib,
a.feature-icon-hover > .ib,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
a:hover,
button:hover,
.menu-trigger .menu-trigger-inner:hover,
.menu-trigger .menu-trigger-inner:hover .trigger-icon .line,
.opener:hover,
.nav-item > a:hover + .opener,
a:hover > .ib,
a.feature-icon-hover:hover > .ib,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
}
/* Carets - in menu
-------------------------------------------------------------- */
.nav-regular a > .caret {
  transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
  -moz-transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
  -webkit-transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
  -o-transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
}
.nav-regular a:hover > .caret {
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
}
/* Interface icons: toolbar icons, pager, prev/next slide etc.
-------------------------------------------------------------- */
.sorter .view-mode .grid,
.sorter .view-mode .list,
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc,
#scroll-to-top {
  transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
/* Elements with animated color, background color and borders
-------------------------------------------------------------- */
/* Forms */
input.input-text,
select,
textarea,
.product-options ul.options-list,
.form-search .button,
.product-view .product-img-box .more-views .thumbnails li a,
.mini-products-list .product-image,
.cart .crosssell .product-image,
.gen-tabs .tabs a,
.gen-tabs .acctab,
.opc .step-title {
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}
/* end: media-common */
/* Grid units
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,
.grid-full,
.grid-col2-sidebar,
.grid-col2-main {
  /*position:relative;*/
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}
/* Basic grid units width */
.grid12-1 {
  width: 6.33%;
}
.grid12-2 {
  width: 14.66%;
}
.grid12-3 {
  width: 23%;
}
.grid12-4 {
  width: 31.33%;
}
.grid12-5 {
  width: 39.67%;
}
.grid12-6 {
  width: 48%;
}
.grid12-7 {
  width: 56.33%;
}
.grid12-8 {
  width: 64.67%;
}
.grid12-9 {
  width: 73%;
}
.grid12-10 {
  width: 81.33%;
}
.grid12-11 {
  width: 89.67%;
}
.grid12-12,
.grid-full {
  width: 98%;
}
/* Grid units without left gutter (margin) */
.no-left-gutter.grid12-1 {
  margin-left: 0;
  width: 7.33%;
}
.no-left-gutter.grid12-2 {
  margin-left: 0;
  width: 15.66%;
}
.no-left-gutter.grid12-3 {
  margin-left: 0;
  width: 24%;
}
.no-left-gutter.grid12-4 {
  margin-left: 0;
  width: 32.33%;
}
.no-left-gutter.grid12-5 {
  margin-left: 0;
  width: 40.67%;
}
.no-left-gutter.grid12-6 {
  margin-left: 0;
  width: 49%;
}
.no-left-gutter.grid12-7 {
  margin-left: 0;
  width: 57.33%;
}
.no-left-gutter.grid12-8 {
  margin-left: 0;
  width: 65.67%;
}
.no-left-gutter.grid12-9 {
  margin-left: 0;
  width: 74%;
}
.no-left-gutter.grid12-10 {
  margin-left: 0;
  width: 82.33%;
}
.no-left-gutter.grid12-11 {
  margin-left: 0;
  width: 90.67%;
}
.no-left-gutter.grid12-12,
.no-left-gutter.grid-full {
  margin-left: 0;
  width: 99%;
}
/* Grid units without right gutter (margin) */
.no-right-gutter.grid12-1 {
  margin-right: 0;
  width: 7.33%;
}
.no-right-gutter.grid12-2 {
  margin-right: 0;
  width: 15.66%;
}
.no-right-gutter.grid12-3 {
  margin-right: 0;
  width: 24%;
}
.no-right-gutter.grid12-4 {
  margin-right: 0;
  width: 32.33%;
}
.no-right-gutter.grid12-5 {
  margin-right: 0;
  width: 40.67%;
}
.no-right-gutter.grid12-6 {
  margin-right: 0;
  width: 49%;
}
.no-right-gutter.grid12-7 {
  margin-right: 0;
  width: 57.33%;
}
.no-right-gutter.grid12-8 {
  margin-right: 0;
  width: 65.67%;
}
.no-right-gutter.grid12-9 {
  margin-right: 0;
  width: 74%;
}
.no-right-gutter.grid12-10 {
  margin-right: 0;
  width: 82.33%;
}
.no-right-gutter.grid12-11 {
  margin-right: 0;
  width: 90.67%;
}
.no-right-gutter.grid12-12,
.no-right-gutter.grid-full {
  margin-right: 0;
  width: 99%;
}
/* Grid units without any gutter (margin) */
.no-gutter.grid12-1 {
  margin-left: 0;
  margin-right: 0;
  width: 8.33%;
}
.no-gutter.grid12-2 {
  margin-left: 0;
  margin-right: 0;
  width: 16.66%;
}
.no-gutter.grid12-3 {
  margin-left: 0;
  margin-right: 0;
  width: 25%;
}
.no-gutter.grid12-4 {
  margin-left: 0;
  margin-right: 0;
  width: 33.33%;
}
.no-gutter.grid12-5 {
  margin-left: 0;
  margin-right: 0;
  width: 41.67%;
}
.no-gutter.grid12-6 {
  margin-left: 0;
  margin-right: 0;
  width: 50%;
}
.no-gutter.grid12-7 {
  margin-left: 0;
  margin-right: 0;
  width: 58.33%;
}
.no-gutter.grid12-8 {
  margin-left: 0;
  margin-right: 0;
  width: 66.67%;
}
.no-gutter.grid12-9 {
  margin-left: 0;
  margin-right: 0;
  width: 75%;
}
.no-gutter.grid12-10 {
  margin-left: 0;
  margin-right: 0;
  width: 83.33%;
}
.no-gutter.grid12-11 {
  margin-left: 0;
  margin-right: 0;
  width: 91.67%;
}
.no-gutter.grid12-12,
.no-gutter.grid-full {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
/* Utility classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Units with no gutter (margin): alpha - first unit in a row, omega - last unit in a row */
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* Hide element if screen width is lower than the width specified in the class name */
.hide-below-1680 {
  display: none !important;
}
.hide-below-1440 {
  display: none !important;
}
.hide-below-1360 {
  display: none !important;
}
.hide-below-1280 {
  display: none !important;
}
/* Grid units containers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Grid units container:
   clears floats (place grid units inside "div" with this class)
-------------------------------------------------------------- */
.grid-container {
  *zoom: 1;
  clear: both;
}
.grid-container:before,
.grid-container:after {
  display: table;
  line-height: 0;
  content: "";
}
.grid-container:after {
  clear: both;
}
/* Grid unit container:
   clears floats and adds vertical margin between units
-------------------------------------------------------------- */
.grid-container-spaced {
  *zoom: 1;
  clear: both;
}
.grid-container-spaced:before,
.grid-container-spaced:after {
  display: table;
  line-height: 0;
  content: "";
}
.grid-container-spaced:after {
  clear: both;
}
.grid-container-spaced .grid12-1,
.grid-container-spaced .grid12-2,
.grid-container-spaced .grid12-3,
.grid-container-spaced .grid12-4,
.grid-container-spaced .grid12-5,
.grid-container-spaced .grid12-6,
.grid-container-spaced .grid12-7,
.grid-container-spaced .grid12-8,
.grid-container-spaced .grid12-9,
.grid-container-spaced .grid12-10,
.grid-container-spaced .grid12-11,
.grid-container-spaced .grid12-12,
.grid-container-spaced .grid-full {
  margin-bottom: 2%;
}
/* Grid presentation
-------------------------------------------------------------- */
.show-grid [class*="grid12-"] {
  background-color: #eee;
  text-align: center;
  min-height: 40px;
  line-height: 40px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.show-grid [class*="grid12-"]:hover {
  background-color: #F08080;
}
/* end: media-common */
/**
 * Infortis/ultimo
 * Custom CSS fallback
 * app/design/frontend/Infortis/ultimo/web/css/_custom.less
 */
/**
 * Infortis/ultimo
 * Custom CSS fallback
 * app/design/frontend/Infortis/ultimo/web/css/_custom.less
 */
/** 2.13 Font Awesome */
@font-face {
  font-family: 'FontAwesome';
  src: url("/pub/static/version1706095421/frontend/Infortis/custom/en_US/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("/pub/static/version1706095421/frontend/Infortis/custom/en_US/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/pub/static/version1706095421/frontend/Infortis/custom/en_US/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../../frontend/Infortis/custom/en_US/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../../frontend/Infortis/custom/en_US/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../../frontend/Infortis/custom/en_US/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */
.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,
.fa-close:before,
.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,
.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,
.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,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.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,
.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,
.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,
.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,
.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,
.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,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.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,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.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,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.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,
.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,
.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,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.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,
.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,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.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,
.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,
.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,
.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,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.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: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,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.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,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.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,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.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,
.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,
.fa-sheqel:before,
.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,
.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,
.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,
.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,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.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,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.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,
.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";
}
/**
 * Infortis/ultimo
 * Custom CSS fallback
 * app/design/frontend/Infortis/ultimo/web/css/_custom.less
 */
/** Material Design */
@font-face {
  font-family: "Material Design Icons";
  src: url("../../frontend/Infortis/custom/en_US/fonts/materialdesignicons-webfont.eot?v=1.4.57");
  src: url("../../frontend/Infortis/custom/en_US/fonts/materialdesignicons-webfont.eot?#iefix&v=1.4.57") format("embedded-opentype"), url("../../frontend/Infortis/custom/en_US/fonts/materialdesignicons-webfont.woff2?v=1.4.57") format("woff2"), url("../../frontend/Infortis/custom/en_US/fonts/materialdesignicons-webfont.woff?v=1.4.57") format("woff"), url("../../frontend/Infortis/custom/en_US/fonts/materialdesignicons-webfont.ttf?v=1.4.57") format("truetype"), url("../../frontend/Infortis/custom/en_US/fonts/materialdesignicons-webfont.svg?v=1.4.57#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class*='mdi-']:before {
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  font-family: "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.mdi-access-point:before {
  content: "\f101";
}
.mdi-access-point-network:before {
  content: "\f102";
}
.mdi-account:before {
  content: "\f103";
}
.mdi-account-alert:before {
  content: "\f104";
}
.mdi-account-box:before {
  content: "\f105";
}
.mdi-account-box-outline:before {
  content: "\f106";
}
.mdi-account-check:before {
  content: "\f107";
}
.mdi-account-circle:before {
  content: "\f108";
}
.mdi-account-convert:before {
  content: "\f109";
}
.mdi-account-key:before {
  content: "\f10a";
}
.mdi-account-location:before {
  content: "\f10b";
}
.mdi-account-minus:before {
  content: "\f10c";
}
.mdi-account-multiple:before {
  content: "\f10d";
}
.mdi-account-multiple-outline:before {
  content: "\f10e";
}
.mdi-account-multiple-plus:before {
  content: "\f10f";
}
.mdi-account-network:before {
  content: "\f110";
}
.mdi-account-off:before {
  content: "\f111";
}
.mdi-account-outline:before {
  content: "\f112";
}
.mdi-account-plus:before {
  content: "\f113";
}
.mdi-account-remove:before {
  content: "\f114";
}
.mdi-account-search:before {
  content: "\f115";
}
.mdi-account-star:before {
  content: "\f116";
}
.mdi-account-star-variant:before {
  content: "\f117";
}
.mdi-account-switch:before {
  content: "\f118";
}
.mdi-adjust:before {
  content: "\f119";
}
.mdi-air-conditioner:before {
  content: "\f11a";
}
.mdi-airballoon:before {
  content: "\f11b";
}
.mdi-airplane:before {
  content: "\f11c";
}
.mdi-airplane-off:before {
  content: "\f11d";
}
.mdi-airplay:before {
  content: "\f11e";
}
.mdi-alarm:before {
  content: "\f11f";
}
.mdi-alarm-check:before {
  content: "\f120";
}
.mdi-alarm-multiple:before {
  content: "\f121";
}
.mdi-alarm-off:before {
  content: "\f122";
}
.mdi-alarm-plus:before {
  content: "\f123";
}
.mdi-album:before {
  content: "\f124";
}
.mdi-alert:before {
  content: "\f125";
}
.mdi-alert-box:before {
  content: "\f126";
}
.mdi-alert-circle:before {
  content: "\f127";
}
.mdi-alert-octagon:before {
  content: "\f128";
}
.mdi-alert-outline:before {
  content: "\f129";
}
.mdi-alpha:before {
  content: "\f12a";
}
.mdi-alphabetical:before {
  content: "\f12b";
}
.mdi-amazon:before {
  content: "\f12c";
}
.mdi-amazon-clouddrive:before {
  content: "\f12d";
}
.mdi-ambulance:before {
  content: "\f12e";
}
.mdi-anchor:before {
  content: "\f12f";
}
.mdi-android:before {
  content: "\f130";
}
.mdi-android-debug-bridge:before {
  content: "\f131";
}
.mdi-android-studio:before {
  content: "\f132";
}
.mdi-apple:before {
  content: "\f133";
}
.mdi-apple-finder:before {
  content: "\f134";
}
.mdi-apple-ios:before {
  content: "\f135";
}
.mdi-apple-mobileme:before {
  content: "\f136";
}
.mdi-apple-safari:before {
  content: "\f137";
}
.mdi-appnet:before {
  content: "\f138";
}
.mdi-apps:before {
  content: "\f139";
}
.mdi-archive:before {
  content: "\f13a";
}
.mdi-arrange-bring-forward:before {
  content: "\f13b";
}
.mdi-arrange-bring-to-front:before {
  content: "\f13c";
}
.mdi-arrange-send-backward:before {
  content: "\f13d";
}
.mdi-arrange-send-to-back:before {
  content: "\f13e";
}
.mdi-arrow-all:before {
  content: "\f13f";
}
.mdi-arrow-bottom-drop-circle:before {
  content: "\f140";
}
.mdi-arrow-bottom-left:before {
  content: "\f141";
}
.mdi-arrow-bottom-right:before {
  content: "\f142";
}
.mdi-arrow-collapse:before {
  content: "\f143";
}
.mdi-arrow-down:before {
  content: "\f144";
}
.mdi-arrow-down-bold:before {
  content: "\f145";
}
.mdi-arrow-down-bold-circle:before {
  content: "\f146";
}
.mdi-arrow-down-bold-circle-outline:before {
  content: "\f147";
}
.mdi-arrow-down-bold-hexagon-outline:before {
  content: "\f148";
}
.mdi-arrow-expand:before {
  content: "\f149";
}
.mdi-arrow-left:before {
  content: "\f14a";
}
.mdi-arrow-left-bold:before {
  content: "\f14b";
}
.mdi-arrow-left-bold-circle:before {
  content: "\f14c";
}
.mdi-arrow-left-bold-circle-outline:before {
  content: "\f14d";
}
.mdi-arrow-left-bold-hexagon-outline:before {
  content: "\f14e";
}
.mdi-arrow-right:before {
  content: "\f14f";
}
.mdi-arrow-right-bold:before {
  content: "\f150";
}
.mdi-arrow-right-bold-circle:before {
  content: "\f151";
}
.mdi-arrow-right-bold-circle-outline:before {
  content: "\f152";
}
.mdi-arrow-right-bold-hexagon-outline:before {
  content: "\f153";
}
.mdi-arrow-top-left:before {
  content: "\f154";
}
.mdi-arrow-top-right:before {
  content: "\f155";
}
.mdi-arrow-up:before {
  content: "\f156";
}
.mdi-arrow-up-bold:before {
  content: "\f157";
}
.mdi-arrow-up-bold-circle:before {
  content: "\f158";
}
.mdi-arrow-up-bold-circle-outline:before {
  content: "\f159";
}
.mdi-arrow-up-bold-hexagon-outline:before {
  content: "\f15a";
}
.mdi-assistant:before {
  content: "\f15b";
}
.mdi-at:before {
  content: "\f15c";
}
.mdi-attachment:before {
  content: "\f15d";
}
.mdi-audiobook:before {
  content: "\f15e";
}
.mdi-auto-fix:before {
  content: "\f15f";
}
.mdi-auto-upload:before {
  content: "\f160";
}
.mdi-autorenew:before {
  content: "\f161";
}
.mdi-av-timer:before {
  content: "\f162";
}
.mdi-baby:before {
  content: "\f163";
}
.mdi-backburger:before {
  content: "\f164";
}
.mdi-backspace:before {
  content: "\f165";
}
.mdi-backup-restore:before {
  content: "\f166";
}
.mdi-bank:before {
  content: "\f167";
}
.mdi-barcode:before {
  content: "\f168";
}
.mdi-barcode-scan:before {
  content: "\f169";
}
.mdi-barley:before {
  content: "\f16a";
}
.mdi-barrel:before {
  content: "\f16b";
}
.mdi-basecamp:before {
  content: "\f16c";
}
.mdi-basket:before {
  content: "\f16d";
}
.mdi-basket-fill:before {
  content: "\f16e";
}
.mdi-basket-unfill:before {
  content: "\f16f";
}
.mdi-battery:before {
  content: "\f170";
}
.mdi-battery-10:before {
  content: "\f171";
}
.mdi-battery-20:before {
  content: "\f172";
}
.mdi-battery-30:before {
  content: "\f173";
}
.mdi-battery-40:before {
  content: "\f174";
}
.mdi-battery-50:before {
  content: "\f175";
}
.mdi-battery-60:before {
  content: "\f176";
}
.mdi-battery-70:before {
  content: "\f177";
}
.mdi-battery-80:before {
  content: "\f178";
}
.mdi-battery-90:before {
  content: "\f179";
}
.mdi-battery-alert:before {
  content: "\f17a";
}
.mdi-battery-charging:before {
  content: "\f17b";
}
.mdi-battery-charging-100:before {
  content: "\f17c";
}
.mdi-battery-charging-20:before {
  content: "\f17d";
}
.mdi-battery-charging-30:before {
  content: "\f17e";
}
.mdi-battery-charging-40:before {
  content: "\f17f";
}
.mdi-battery-charging-60:before {
  content: "\f180";
}
.mdi-battery-charging-80:before {
  content: "\f181";
}
.mdi-battery-charging-90:before {
  content: "\f182";
}
.mdi-battery-minus:before {
  content: "\f183";
}
.mdi-battery-negative:before {
  content: "\f184";
}
.mdi-battery-outline:before {
  content: "\f185";
}
.mdi-battery-plus:before {
  content: "\f186";
}
.mdi-battery-positive:before {
  content: "\f187";
}
.mdi-battery-unknown:before {
  content: "\f188";
}
.mdi-beach:before {
  content: "\f189";
}
.mdi-beaker:before {
  content: "\f18a";
}
.mdi-beaker-empty:before {
  content: "\f18b";
}
.mdi-beaker-empty-outline:before {
  content: "\f18c";
}
.mdi-beaker-outline:before {
  content: "\f18d";
}
.mdi-beats:before {
  content: "\f18e";
}
.mdi-beer:before {
  content: "\f18f";
}
.mdi-behance:before {
  content: "\f190";
}
.mdi-bell:before {
  content: "\f191";
}
.mdi-bell-off:before {
  content: "\f192";
}
.mdi-bell-outline:before {
  content: "\f193";
}
.mdi-bell-plus:before {
  content: "\f194";
}
.mdi-bell-ring:before {
  content: "\f195";
}
.mdi-bell-ring-outline:before {
  content: "\f196";
}
.mdi-bell-sleep:before {
  content: "\f197";
}
.mdi-beta:before {
  content: "\f198";
}
.mdi-bike:before {
  content: "\f199";
}
.mdi-bing:before {
  content: "\f19a";
}
.mdi-binoculars:before {
  content: "\f19b";
}
.mdi-bio:before {
  content: "\f19c";
}
.mdi-biohazard:before {
  content: "\f19d";
}
.mdi-bitbucket:before {
  content: "\f19e";
}
.mdi-black-mesa:before {
  content: "\f19f";
}
.mdi-blackberry:before {
  content: "\f1a0";
}
.mdi-blender:before {
  content: "\f1a1";
}
.mdi-blinds:before {
  content: "\f1a2";
}
.mdi-block-helper:before {
  content: "\f1a3";
}
.mdi-blogger:before {
  content: "\f1a4";
}
.mdi-bluetooth:before {
  content: "\f1a5";
}
.mdi-bluetooth-audio:before {
  content: "\f1a6";
}
.mdi-bluetooth-connect:before {
  content: "\f1a7";
}
.mdi-bluetooth-off:before {
  content: "\f1a8";
}
.mdi-bluetooth-settings:before {
  content: "\f1a9";
}
.mdi-bluetooth-transfer:before {
  content: "\f1aa";
}
.mdi-blur:before {
  content: "\f1ab";
}
.mdi-blur-linear:before {
  content: "\f1ac";
}
.mdi-blur-off:before {
  content: "\f1ad";
}
.mdi-blur-radial:before {
  content: "\f1ae";
}
.mdi-bone:before {
  content: "\f1af";
}
.mdi-book:before {
  content: "\f1b0";
}
.mdi-book-multiple:before {
  content: "\f1b1";
}
.mdi-book-multiple-variant:before {
  content: "\f1b2";
}
.mdi-book-open:before {
  content: "\f1b3";
}
.mdi-book-open-variant:before {
  content: "\f1b4";
}
.mdi-book-variant:before {
  content: "\f1b5";
}
.mdi-bookmark:before {
  content: "\f1b6";
}
.mdi-bookmark-check:before {
  content: "\f1b7";
}
.mdi-bookmark-music:before {
  content: "\f1b8";
}
.mdi-bookmark-outline:before {
  content: "\f1b9";
}
.mdi-bookmark-outline-plus:before {
  content: "\f1ba";
}
.mdi-bookmark-plus:before {
  content: "\f1bb";
}
.mdi-bookmark-remove:before {
  content: "\f1bc";
}
.mdi-border-all:before {
  content: "\f1bd";
}
.mdi-border-bottom:before {
  content: "\f1be";
}
.mdi-border-color:before {
  content: "\f1bf";
}
.mdi-border-horizontal:before {
  content: "\f1c0";
}
.mdi-border-inside:before {
  content: "\f1c1";
}
.mdi-border-left:before {
  content: "\f1c2";
}
.mdi-border-none:before {
  content: "\f1c3";
}
.mdi-border-outside:before {
  content: "\f1c4";
}
.mdi-border-right:before {
  content: "\f1c5";
}
.mdi-border-style:before {
  content: "\f1c6";
}
.mdi-border-top:before {
  content: "\f1c7";
}
.mdi-border-vertical:before {
  content: "\f1c8";
}
.mdi-bowling:before {
  content: "\f1c9";
}
.mdi-box:before {
  content: "\f1ca";
}
.mdi-box-cutter:before {
  content: "\f1cb";
}
.mdi-briefcase:before {
  content: "\f1cc";
}
.mdi-briefcase-check:before {
  content: "\f1cd";
}
.mdi-briefcase-download:before {
  content: "\f1ce";
}
.mdi-briefcase-upload:before {
  content: "\f1cf";
}
.mdi-brightness-1:before {
  content: "\f1d0";
}
.mdi-brightness-2:before {
  content: "\f1d1";
}
.mdi-brightness-3:before {
  content: "\f1d2";
}
.mdi-brightness-4:before {
  content: "\f1d3";
}
.mdi-brightness-5:before {
  content: "\f1d4";
}
.mdi-brightness-6:before {
  content: "\f1d5";
}
.mdi-brightness-7:before {
  content: "\f1d6";
}
.mdi-brightness-auto:before {
  content: "\f1d7";
}
.mdi-broom:before {
  content: "\f1d8";
}
.mdi-brush:before {
  content: "\f1d9";
}
.mdi-bug:before {
  content: "\f1da";
}
.mdi-bulletin-board:before {
  content: "\f1db";
}
.mdi-bullhorn:before {
  content: "\f1dc";
}
.mdi-bus:before {
  content: "\f1dd";
}
.mdi-cached:before {
  content: "\f1de";
}
.mdi-cake:before {
  content: "\f1df";
}
.mdi-cake-layered:before {
  content: "\f1e0";
}
.mdi-cake-variant:before {
  content: "\f1e1";
}
.mdi-calculator:before {
  content: "\f1e2";
}
.mdi-calendar:before {
  content: "\f1e3";
}
.mdi-calendar-blank:before {
  content: "\f1e4";
}
.mdi-calendar-check:before {
  content: "\f1e5";
}
.mdi-calendar-clock:before {
  content: "\f1e6";
}
.mdi-calendar-multiple:before {
  content: "\f1e7";
}
.mdi-calendar-multiple-check:before {
  content: "\f1e8";
}
.mdi-calendar-plus:before {
  content: "\f1e9";
}
.mdi-calendar-remove:before {
  content: "\f1ea";
}
.mdi-calendar-text:before {
  content: "\f1eb";
}
.mdi-calendar-today:before {
  content: "\f1ec";
}
.mdi-call-made:before {
  content: "\f1ed";
}
.mdi-call-merge:before {
  content: "\f1ee";
}
.mdi-call-missed:before {
  content: "\f1ef";
}
.mdi-call-received:before {
  content: "\f1f0";
}
.mdi-call-split:before {
  content: "\f1f1";
}
.mdi-camcorder:before {
  content: "\f1f2";
}
.mdi-camcorder-box:before {
  content: "\f1f3";
}
.mdi-camcorder-box-off:before {
  content: "\f1f4";
}
.mdi-camcorder-off:before {
  content: "\f1f5";
}
.mdi-camera:before {
  content: "\f1f6";
}
.mdi-camera-enhance:before {
  content: "\f1f7";
}
.mdi-camera-front:before {
  content: "\f1f8";
}
.mdi-camera-front-variant:before {
  content: "\f1f9";
}
.mdi-camera-iris:before {
  content: "\f1fa";
}
.mdi-camera-party-mode:before {
  content: "\f1fb";
}
.mdi-camera-rear:before {
  content: "\f1fc";
}
.mdi-camera-rear-variant:before {
  content: "\f1fd";
}
.mdi-camera-switch:before {
  content: "\f1fe";
}
.mdi-camera-timer:before {
  content: "\f1ff";
}
.mdi-candycane:before {
  content: "\f200";
}
.mdi-car:before {
  content: "\f201";
}
.mdi-car-battery:before {
  content: "\f202";
}
.mdi-car-connected:before {
  content: "\f203";
}
.mdi-car-wash:before {
  content: "\f204";
}
.mdi-carrot:before {
  content: "\f205";
}
.mdi-cart:before {
  content: "\f206";
}
.mdi-cart-outline:before {
  content: "\f207";
}
.mdi-cart-plus:before {
  content: "\f208";
}
.mdi-case-sensitive-alt:before {
  content: "\f209";
}
.mdi-cash:before {
  content: "\f20a";
}
.mdi-cash-100:before {
  content: "\f20b";
}
.mdi-cash-multiple:before {
  content: "\f20c";
}
.mdi-cash-usd:before {
  content: "\f20d";
}
.mdi-cast:before {
  content: "\f20e";
}
.mdi-cast-connected:before {
  content: "\f20f";
}
.mdi-castle:before {
  content: "\f210";
}
.mdi-cat:before {
  content: "\f211";
}
.mdi-cellphone:before {
  content: "\f212";
}
.mdi-cellphone-android:before {
  content: "\f213";
}
.mdi-cellphone-basic:before {
  content: "\f214";
}
.mdi-cellphone-dock:before {
  content: "\f215";
}
.mdi-cellphone-iphone:before {
  content: "\f216";
}
.mdi-cellphone-link:before {
  content: "\f217";
}
.mdi-cellphone-link-off:before {
  content: "\f218";
}
.mdi-cellphone-settings:before {
  content: "\f219";
}
.mdi-certificate:before {
  content: "\f21a";
}
.mdi-chair-school:before {
  content: "\f21b";
}
.mdi-chart-arc:before {
  content: "\f21c";
}
.mdi-chart-areaspline:before {
  content: "\f21d";
}
.mdi-chart-bar:before {
  content: "\f21e";
}
.mdi-chart-histogram:before {
  content: "\f21f";
}
.mdi-chart-line:before {
  content: "\f220";
}
.mdi-chart-pie:before {
  content: "\f221";
}
.mdi-check:before {
  content: "\f222";
}
.mdi-check-all:before {
  content: "\f223";
}
.mdi-checkbox-blank:before {
  content: "\f224";
}
.mdi-checkbox-blank-circle:before {
  content: "\f225";
}
.mdi-checkbox-blank-circle-outline:before {
  content: "\f226";
}
.mdi-checkbox-blank-outline:before {
  content: "\f227";
}
.mdi-checkbox-marked:before {
  content: "\f228";
}
.mdi-checkbox-marked-circle:before {
  content: "\f229";
}
.mdi-checkbox-marked-circle-outline:before {
  content: "\f22a";
}
.mdi-checkbox-marked-outline:before {
  content: "\f22b";
}
.mdi-checkbox-multiple-blank:before {
  content: "\f22c";
}
.mdi-checkbox-multiple-blank-outline:before {
  content: "\f22d";
}
.mdi-checkbox-multiple-marked:before {
  content: "\f22e";
}
.mdi-checkbox-multiple-marked-outline:before {
  content: "\f22f";
}
.mdi-checkerboard:before {
  content: "\f230";
}
.mdi-chemical-weapon:before {
  content: "\f231";
}
.mdi-chevron-double-down:before {
  content: "\f232";
}
.mdi-chevron-double-left:before {
  content: "\f233";
}
.mdi-chevron-double-right:before {
  content: "\f234";
}
.mdi-chevron-double-up:before {
  content: "\f235";
}
.mdi-chevron-down:before {
  content: "\f236";
}
.mdi-chevron-left:before {
  content: "\f237";
}
.mdi-chevron-right:before {
  content: "\f238";
}
.mdi-chevron-up:before {
  content: "\f239";
}
.mdi-church:before {
  content: "\f23a";
}
.mdi-cisco-webex:before {
  content: "\f23b";
}
.mdi-city:before {
  content: "\f23c";
}
.mdi-clipboard:before {
  content: "\f23d";
}
.mdi-clipboard-account:before {
  content: "\f23e";
}
.mdi-clipboard-alert:before {
  content: "\f23f";
}
.mdi-clipboard-arrow-down:before {
  content: "\f240";
}
.mdi-clipboard-arrow-left:before {
  content: "\f241";
}
.mdi-clipboard-check:before {
  content: "\f242";
}
.mdi-clipboard-outline:before {
  content: "\f243";
}
.mdi-clipboard-text:before {
  content: "\f244";
}
.mdi-clippy:before {
  content: "\f245";
}
.mdi-clock:before {
  content: "\f246";
}
.mdi-clock-end:before {
  content: "\f247";
}
.mdi-clock-fast:before {
  content: "\f248";
}
.mdi-clock-in:before {
  content: "\f249";
}
.mdi-clock-out:before {
  content: "\f24a";
}
.mdi-clock-start:before {
  content: "\f24b";
}
.mdi-close:before {
  content: "\f24c";
}
.mdi-close-box:before {
  content: "\f24d";
}
.mdi-close-box-outline:before {
  content: "\f24e";
}
.mdi-close-circle:before {
  content: "\f24f";
}
.mdi-close-circle-outline:before {
  content: "\f250";
}
.mdi-close-network:before {
  content: "\f251";
}
.mdi-close-octagon:before {
  content: "\f252";
}
.mdi-close-octagon-outline:before {
  content: "\f253";
}
.mdi-closed-caption:before {
  content: "\f254";
}
.mdi-cloud:before {
  content: "\f255";
}
.mdi-cloud-check:before {
  content: "\f256";
}
.mdi-cloud-circle:before {
  content: "\f257";
}
.mdi-cloud-download:before {
  content: "\f258";
}
.mdi-cloud-outline:before {
  content: "\f259";
}
.mdi-cloud-outline-off:before {
  content: "\f25a";
}
.mdi-cloud-print:before {
  content: "\f25b";
}
.mdi-cloud-print-outline:before {
  content: "\f25c";
}
.mdi-cloud-upload:before {
  content: "\f25d";
}
.mdi-code-array:before {
  content: "\f25e";
}
.mdi-code-braces:before {
  content: "\f25f";
}
.mdi-code-brackets:before {
  content: "\f260";
}
.mdi-code-equal:before {
  content: "\f261";
}
.mdi-code-greater-than:before {
  content: "\f262";
}
.mdi-code-greater-than-or-equal:before {
  content: "\f263";
}
.mdi-code-less-than:before {
  content: "\f264";
}
.mdi-code-less-than-or-equal:before {
  content: "\f265";
}
.mdi-code-not-equal:before {
  content: "\f266";
}
.mdi-code-not-equal-variant:before {
  content: "\f267";
}
.mdi-code-parentheses:before {
  content: "\f268";
}
.mdi-code-string:before {
  content: "\f269";
}
.mdi-code-tags:before {
  content: "\f26a";
}
.mdi-codepen:before {
  content: "\f26b";
}
.mdi-coffee:before {
  content: "\f26c";
}
.mdi-coffee-to-go:before {
  content: "\f26d";
}
.mdi-coin:before {
  content: "\f26e";
}
.mdi-color-helper:before {
  content: "\f26f";
}
.mdi-comment:before {
  content: "\f270";
}
.mdi-comment-account:before {
  content: "\f271";
}
.mdi-comment-account-outline:before {
  content: "\f272";
}
.mdi-comment-alert:before {
  content: "\f273";
}
.mdi-comment-alert-outline:before {
  content: "\f274";
}
.mdi-comment-check:before {
  content: "\f275";
}
.mdi-comment-check-outline:before {
  content: "\f276";
}
.mdi-comment-multiple-outline:before {
  content: "\f277";
}
.mdi-comment-outline:before {
  content: "\f278";
}
.mdi-comment-plus-outline:before {
  content: "\f279";
}
.mdi-comment-processing:before {
  content: "\f27a";
}
.mdi-comment-processing-outline:before {
  content: "\f27b";
}
.mdi-comment-question-outline:before {
  content: "\f27c";
}
.mdi-comment-remove-outline:before {
  content: "\f27d";
}
.mdi-comment-text:before {
  content: "\f27e";
}
.mdi-comment-text-outline:before {
  content: "\f27f";
}
.mdi-compare:before {
  content: "\f280";
}
.mdi-compass:before {
  content: "\f281";
}
.mdi-compass-outline:before {
  content: "\f282";
}
.mdi-console:before {
  content: "\f283";
}
.mdi-contact-mail:before {
  content: "\f284";
}
.mdi-content-copy:before {
  content: "\f285";
}
.mdi-content-cut:before {
  content: "\f286";
}
.mdi-content-duplicate:before {
  content: "\f287";
}
.mdi-content-paste:before {
  content: "\f288";
}
.mdi-content-save:before {
  content: "\f289";
}
.mdi-content-save-all:before {
  content: "\f28a";
}
.mdi-contrast:before {
  content: "\f28b";
}
.mdi-contrast-box:before {
  content: "\f28c";
}
.mdi-contrast-circle:before {
  content: "\f28d";
}
.mdi-cookie:before {
  content: "\f28e";
}
.mdi-cow:before {
  content: "\f28f";
}
.mdi-credit-card:before {
  content: "\f290";
}
.mdi-credit-card-multiple:before {
  content: "\f291";
}
.mdi-credit-card-scan:before {
  content: "\f292";
}
.mdi-crop:before {
  content: "\f293";
}
.mdi-crop-free:before {
  content: "\f294";
}
.mdi-crop-landscape:before {
  content: "\f295";
}
.mdi-crop-portrait:before {
  content: "\f296";
}
.mdi-crop-square:before {
  content: "\f297";
}
.mdi-crosshairs:before {
  content: "\f298";
}
.mdi-crosshairs-gps:before {
  content: "\f299";
}
.mdi-crown:before {
  content: "\f29a";
}
.mdi-cube:before {
  content: "\f29b";
}
.mdi-cube-outline:before {
  content: "\f29c";
}
.mdi-cube-send:before {
  content: "\f29d";
}
.mdi-cube-unfolded:before {
  content: "\f29e";
}
.mdi-cup:before {
  content: "\f29f";
}
.mdi-cup-water:before {
  content: "\f2a0";
}
.mdi-currency-btc:before {
  content: "\f2a1";
}
.mdi-currency-eur:before {
  content: "\f2a2";
}
.mdi-currency-gbp:before {
  content: "\f2a3";
}
.mdi-currency-inr:before {
  content: "\f2a4";
}
.mdi-currency-ngn:before {
  content: "\f2a5";
}
.mdi-currency-rub:before {
  content: "\f2a6";
}
.mdi-currency-try:before {
  content: "\f2a7";
}
.mdi-currency-usd:before {
  content: "\f2a8";
}
.mdi-cursor-default:before {
  content: "\f2a9";
}
.mdi-cursor-default-outline:before {
  content: "\f2aa";
}
.mdi-cursor-move:before {
  content: "\f2ab";
}
.mdi-cursor-pointer:before {
  content: "\f2ac";
}
.mdi-database:before {
  content: "\f2ad";
}
.mdi-database-minus:before {
  content: "\f2ae";
}
.mdi-database-plus:before {
  content: "\f2af";
}
.mdi-debug-step-into:before {
  content: "\f2b0";
}
.mdi-debug-step-out:before {
  content: "\f2b1";
}
.mdi-debug-step-over:before {
  content: "\f2b2";
}
.mdi-decimal-decrease:before {
  content: "\f2b3";
}
.mdi-decimal-increase:before {
  content: "\f2b4";
}
.mdi-delete:before {
  content: "\f2b5";
}
.mdi-delete-variant:before {
  content: "\f2b6";
}
.mdi-delta:before {
  content: "\f2b7";
}
.mdi-deskphone:before {
  content: "\f2b8";
}
.mdi-desktop-mac:before {
  content: "\f2b9";
}
.mdi-desktop-tower:before {
  content: "\f2ba";
}
.mdi-details:before {
  content: "\f2bb";
}
.mdi-deviantart:before {
  content: "\f2bc";
}
.mdi-diamond:before {
  content: "\f2bd";
}
.mdi-dice:before {
  content: "\f2be";
}
.mdi-dice-1:before {
  content: "\f2bf";
}
.mdi-dice-2:before {
  content: "\f2c0";
}
.mdi-dice-3:before {
  content: "\f2c1";
}
.mdi-dice-4:before {
  content: "\f2c2";
}
.mdi-dice-5:before {
  content: "\f2c3";
}
.mdi-dice-6:before {
  content: "\f2c4";
}
.mdi-directions:before {
  content: "\f2c5";
}
.mdi-disk-alert:before {
  content: "\f2c6";
}
.mdi-disqus:before {
  content: "\f2c7";
}
.mdi-disqus-outline:before {
  content: "\f2c8";
}
.mdi-division:before {
  content: "\f2c9";
}
.mdi-division-box:before {
  content: "\f2ca";
}
.mdi-dns:before {
  content: "\f2cb";
}
.mdi-domain:before {
  content: "\f2cc";
}
.mdi-dots-horizontal:before {
  content: "\f2cd";
}
.mdi-dots-vertical:before {
  content: "\f2ce";
}
.mdi-download:before {
  content: "\f2cf";
}
.mdi-drag:before {
  content: "\f2d0";
}
.mdi-drag-horizontal:before {
  content: "\f2d1";
}
.mdi-drag-vertical:before {
  content: "\f2d2";
}
.mdi-drawing:before {
  content: "\f2d3";
}
.mdi-drawing-box:before {
  content: "\f2d4";
}
.mdi-dribbble:before {
  content: "\f2d5";
}
.mdi-dribbble-box:before {
  content: "\f2d6";
}
.mdi-drone:before {
  content: "\f2d7";
}
.mdi-dropbox:before {
  content: "\f2d8";
}
.mdi-drupal:before {
  content: "\f2d9";
}
.mdi-duck:before {
  content: "\f2da";
}
.mdi-dumbbell:before {
  content: "\f2db";
}
.mdi-earth:before {
  content: "\f2dc";
}
.mdi-earth-off:before {
  content: "\f2dd";
}
.mdi-edge:before {
  content: "\f2de";
}
.mdi-eject:before {
  content: "\f2df";
}
.mdi-elevation-decline:before {
  content: "\f2e0";
}
.mdi-elevation-rise:before {
  content: "\f2e1";
}
.mdi-elevator:before {
  content: "\f2e2";
}
.mdi-email:before {
  content: "\f2e3";
}
.mdi-email-open:before {
  content: "\f2e4";
}
.mdi-email-outline:before {
  content: "\f2e5";
}
.mdi-email-secure:before {
  content: "\f2e6";
}
.mdi-emoticon:before {
  content: "\f2e7";
}
.mdi-emoticon-cool:before {
  content: "\f2e8";
}
.mdi-emoticon-devil:before {
  content: "\f2e9";
}
.mdi-emoticon-happy:before {
  content: "\f2ea";
}
.mdi-emoticon-neutral:before {
  content: "\f2eb";
}
.mdi-emoticon-poop:before {
  content: "\f2ec";
}
.mdi-emoticon-sad:before {
  content: "\f2ed";
}
.mdi-emoticon-tongue:before {
  content: "\f2ee";
}
.mdi-engine:before {
  content: "\f2ef";
}
.mdi-engine-outline:before {
  content: "\f2f0";
}
.mdi-equal:before {
  content: "\f2f1";
}
.mdi-equal-box:before {
  content: "\f2f2";
}
.mdi-eraser:before {
  content: "\f2f3";
}
.mdi-escalator:before {
  content: "\f2f4";
}
.mdi-ethernet:before {
  content: "\f2f5";
}
.mdi-ethernet-cable:before {
  content: "\f2f6";
}
.mdi-ethernet-cable-off:before {
  content: "\f2f7";
}
.mdi-etsy:before {
  content: "\f2f8";
}
.mdi-evernote:before {
  content: "\f2f9";
}
.mdi-exclamation:before {
  content: "\f2fa";
}
.mdi-exit-to-app:before {
  content: "\f2fb";
}
.mdi-export:before {
  content: "\f2fc";
}
.mdi-eye:before {
  content: "\f2fd";
}
.mdi-eye-off:before {
  content: "\f2fe";
}
.mdi-eyedropper:before {
  content: "\f2ff";
}
.mdi-eyedropper-variant:before {
  content: "\f300";
}
.mdi-facebook:before {
  content: "\f301";
}
.mdi-facebook-box:before {
  content: "\f302";
}
.mdi-facebook-messenger:before {
  content: "\f303";
}
.mdi-factory:before {
  content: "\f304";
}
.mdi-fan:before {
  content: "\f305";
}
.mdi-fast-forward:before {
  content: "\f306";
}
.mdi-fax:before {
  content: "\f307";
}
.mdi-ferry:before {
  content: "\f308";
}
.mdi-file:before {
  content: "\f309";
}
.mdi-file-chart:before {
  content: "\f30a";
}
.mdi-file-check:before {
  content: "\f30b";
}
.mdi-file-cloud:before {
  content: "\f30c";
}
.mdi-file-delimited:before {
  content: "\f30d";
}
.mdi-file-document:before {
  content: "\f30e";
}
.mdi-file-document-box:before {
  content: "\f30f";
}
.mdi-file-excel:before {
  content: "\f310";
}
.mdi-file-excel-box:before {
  content: "\f311";
}
.mdi-file-export:before {
  content: "\f312";
}
.mdi-file-find:before {
  content: "\f313";
}
.mdi-file-image:before {
  content: "\f314";
}
.mdi-file-import:before {
  content: "\f315";
}
.mdi-file-lock:before {
  content: "\f316";
}
.mdi-file-multiple:before {
  content: "\f317";
}
.mdi-file-music:before {
  content: "\f318";
}
.mdi-file-outline:before {
  content: "\f319";
}
.mdi-file-pdf:before {
  content: "\f31a";
}
.mdi-file-pdf-box:before {
  content: "\f31b";
}
.mdi-file-powerpoint:before {
  content: "\f31c";
}
.mdi-file-powerpoint-box:before {
  content: "\f31d";
}
.mdi-file-presentation-box:before {
  content: "\f31e";
}
.mdi-file-send:before {
  content: "\f31f";
}
.mdi-file-video:before {
  content: "\f320";
}
.mdi-file-word:before {
  content: "\f321";
}
.mdi-file-word-box:before {
  content: "\f322";
}
.mdi-file-xml:before {
  content: "\f323";
}
.mdi-film:before {
  content: "\f324";
}
.mdi-filmstrip:before {
  content: "\f325";
}
.mdi-filmstrip-off:before {
  content: "\f326";
}
.mdi-filter:before {
  content: "\f327";
}
.mdi-filter-outline:before {
  content: "\f328";
}
.mdi-filter-remove:before {
  content: "\f329";
}
.mdi-filter-remove-outline:before {
  content: "\f32a";
}
.mdi-filter-variant:before {
  content: "\f32b";
}
.mdi-fingerprint:before {
  content: "\f32c";
}
.mdi-fire:before {
  content: "\f32d";
}
.mdi-firefox:before {
  content: "\f32e";
}
.mdi-fish:before {
  content: "\f32f";
}
.mdi-flag:before {
  content: "\f330";
}
.mdi-flag-checkered:before {
  content: "\f331";
}
.mdi-flag-outline:before {
  content: "\f332";
}
.mdi-flag-outline-variant:before {
  content: "\f333";
}
.mdi-flag-triangle:before {
  content: "\f334";
}
.mdi-flag-variant:before {
  content: "\f335";
}
.mdi-flash:before {
  content: "\f336";
}
.mdi-flash-auto:before {
  content: "\f337";
}
.mdi-flash-off:before {
  content: "\f338";
}
.mdi-flashlight:before {
  content: "\f339";
}
.mdi-flashlight-off:before {
  content: "\f33a";
}
.mdi-flattr:before {
  content: "\f33b";
}
.mdi-flip-to-back:before {
  content: "\f33c";
}
.mdi-flip-to-front:before {
  content: "\f33d";
}
.mdi-floppy:before {
  content: "\f33e";
}
.mdi-flower:before {
  content: "\f33f";
}
.mdi-folder:before {
  content: "\f340";
}
.mdi-folder-account:before {
  content: "\f341";
}
.mdi-folder-download:before {
  content: "\f342";
}
.mdi-folder-google-drive:before {
  content: "\f343";
}
.mdi-folder-image:before {
  content: "\f344";
}
.mdi-folder-lock:before {
  content: "\f345";
}
.mdi-folder-lock-open:before {
  content: "\f346";
}
.mdi-folder-move:before {
  content: "\f347";
}
.mdi-folder-multiple:before {
  content: "\f348";
}
.mdi-folder-multiple-image:before {
  content: "\f349";
}
.mdi-folder-multiple-outline:before {
  content: "\f34a";
}
.mdi-folder-outline:before {
  content: "\f34b";
}
.mdi-folder-plus:before {
  content: "\f34c";
}
.mdi-folder-remove:before {
  content: "\f34d";
}
.mdi-folder-upload:before {
  content: "\f34e";
}
.mdi-food:before {
  content: "\f34f";
}
.mdi-food-apple:before {
  content: "\f350";
}
.mdi-food-variant:before {
  content: "\f351";
}
.mdi-football:before {
  content: "\f352";
}
.mdi-football-australian:before {
  content: "\f353";
}
.mdi-football-helmet:before {
  content: "\f354";
}
.mdi-format-align-center:before {
  content: "\f355";
}
.mdi-format-align-justify:before {
  content: "\f356";
}
.mdi-format-align-left:before {
  content: "\f357";
}
.mdi-format-align-right:before {
  content: "\f358";
}
.mdi-format-bold:before {
  content: "\f359";
}
.mdi-format-clear:before {
  content: "\f35a";
}
.mdi-format-color-fill:before {
  content: "\f35b";
}
.mdi-format-float-center:before {
  content: "\f35c";
}
.mdi-format-float-left:before {
  content: "\f35d";
}
.mdi-format-float-none:before {
  content: "\f35e";
}
.mdi-format-float-right:before {
  content: "\f35f";
}
.mdi-format-header-1:before {
  content: "\f360";
}
.mdi-format-header-2:before {
  content: "\f361";
}
.mdi-format-header-3:before {
  content: "\f362";
}
.mdi-format-header-4:before {
  content: "\f363";
}
.mdi-format-header-5:before {
  content: "\f364";
}
.mdi-format-header-6:before {
  content: "\f365";
}
.mdi-format-header-decrease:before {
  content: "\f366";
}
.mdi-format-header-equal:before {
  content: "\f367";
}
.mdi-format-header-increase:before {
  content: "\f368";
}
.mdi-format-header-pound:before {
  content: "\f369";
}
.mdi-format-indent-decrease:before {
  content: "\f36a";
}
.mdi-format-indent-increase:before {
  content: "\f36b";
}
.mdi-format-italic:before {
  content: "\f36c";
}
.mdi-format-line-spacing:before {
  content: "\f36d";
}
.mdi-format-list-bulleted:before {
  content: "\f36e";
}
.mdi-format-list-bulleted-type:before {
  content: "\f36f";
}
.mdi-format-list-numbers:before {
  content: "\f370";
}
.mdi-format-paint:before {
  content: "\f371";
}
.mdi-format-paragraph:before {
  content: "\f372";
}
.mdi-format-quote:before {
  content: "\f373";
}
.mdi-format-size:before {
  content: "\f374";
}
.mdi-format-strikethrough:before {
  content: "\f375";
}
.mdi-format-strikethrough-variant:before {
  content: "\f376";
}
.mdi-format-subscript:before {
  content: "\f377";
}
.mdi-format-superscript:before {
  content: "\f378";
}
.mdi-format-text:before {
  content: "\f379";
}
.mdi-format-textdirection-l-to-r:before {
  content: "\f37a";
}
.mdi-format-textdirection-r-to-l:before {
  content: "\f37b";
}
.mdi-format-underline:before {
  content: "\f37c";
}
.mdi-format-wrap-inline:before {
  content: "\f37d";
}
.mdi-format-wrap-square:before {
  content: "\f37e";
}
.mdi-format-wrap-tight:before {
  content: "\f37f";
}
.mdi-format-wrap-top-bottom:before {
  content: "\f380";
}
.mdi-forum:before {
  content: "\f381";
}
.mdi-forward:before {
  content: "\f382";
}
.mdi-foursquare:before {
  content: "\f383";
}
.mdi-fridge:before {
  content: "\f384";
}
.mdi-fridge-filled:before {
  content: "\f385";
}
.mdi-fridge-filled-bottom:before {
  content: "\f386";
}
.mdi-fridge-filled-top:before {
  content: "\f387";
}
.mdi-fullscreen:before {
  content: "\f388";
}
.mdi-fullscreen-exit:before {
  content: "\f389";
}
.mdi-function:before {
  content: "\f38a";
}
.mdi-gamepad:before {
  content: "\f38b";
}
.mdi-gamepad-variant:before {
  content: "\f38c";
}
.mdi-gas-station:before {
  content: "\f38d";
}
.mdi-gate:before {
  content: "\f38e";
}
.mdi-gauge:before {
  content: "\f38f";
}
.mdi-gavel:before {
  content: "\f390";
}
.mdi-gender-female:before {
  content: "\f391";
}
.mdi-gender-male:before {
  content: "\f392";
}
.mdi-gender-male-female:before {
  content: "\f393";
}
.mdi-gender-transgender:before {
  content: "\f394";
}
.mdi-ghost:before {
  content: "\f395";
}
.mdi-gift:before {
  content: "\f396";
}
.mdi-git:before {
  content: "\f397";
}
.mdi-github-box:before {
  content: "\f398";
}
.mdi-github-circle:before {
  content: "\f399";
}
.mdi-glass-flute:before {
  content: "\f39a";
}
.mdi-glass-mug:before {
  content: "\f39b";
}
.mdi-glass-stange:before {
  content: "\f39c";
}
.mdi-glass-tulip:before {
  content: "\f39d";
}
.mdi-glasses:before {
  content: "\f39e";
}
.mdi-gmail:before {
  content: "\f39f";
}
.mdi-google:before {
  content: "\f3a0";
}
.mdi-google-cardboard:before {
  content: "\f3a1";
}
.mdi-google-chrome:before {
  content: "\f3a2";
}
.mdi-google-circles:before {
  content: "\f3a3";
}
.mdi-google-circles-communities:before {
  content: "\f3a4";
}
.mdi-google-circles-extended:before {
  content: "\f3a5";
}
.mdi-google-circles-group:before {
  content: "\f3a6";
}
.mdi-google-controller:before {
  content: "\f3a7";
}
.mdi-google-controller-off:before {
  content: "\f3a8";
}
.mdi-google-drive:before {
  content: "\f3a9";
}
.mdi-google-earth:before {
  content: "\f3aa";
}
.mdi-google-glass:before {
  content: "\f3ab";
}
.mdi-google-nearby:before {
  content: "\f3ac";
}
.mdi-google-pages:before {
  content: "\f3ad";
}
.mdi-google-physical-web:before {
  content: "\f3ae";
}
.mdi-google-play:before {
  content: "\f3af";
}
.mdi-google-plus:before {
  content: "\f3b0";
}
.mdi-google-plus-box:before {
  content: "\f3b1";
}
.mdi-google-translate:before {
  content: "\f3b2";
}
.mdi-google-wallet:before {
  content: "\f3b3";
}
.mdi-grid:before {
  content: "\f3b4";
}
.mdi-grid-off:before {
  content: "\f3b5";
}
.mdi-group:before {
  content: "\f3b6";
}
.mdi-guitar:before {
  content: "\f3b7";
}
.mdi-guitar-pick:before {
  content: "\f3b8";
}
.mdi-guitar-pick-outline:before {
  content: "\f3b9";
}
.mdi-hand-pointing-right:before {
  content: "\f3ba";
}
.mdi-hanger:before {
  content: "\f3bb";
}
.mdi-hangouts:before {
  content: "\f3bc";
}
.mdi-harddisk:before {
  content: "\f3bd";
}
.mdi-headphones:before {
  content: "\f3be";
}
.mdi-headphones-box:before {
  content: "\f3bf";
}
.mdi-headphones-settings:before {
  content: "\f3c0";
}
.mdi-headset:before {
  content: "\f3c1";
}
.mdi-headset-dock:before {
  content: "\f3c2";
}
.mdi-headset-off:before {
  content: "\f3c3";
}
.mdi-heart:before {
  content: "\f3c4";
}
.mdi-heart-box:before {
  content: "\f3c5";
}
.mdi-heart-box-outline:before {
  content: "\f3c6";
}
.mdi-heart-broken:before {
  content: "\f3c7";
}
.mdi-heart-outline:before {
  content: "\f3c8";
}
.mdi-help:before {
  content: "\f3c9";
}
.mdi-help-circle:before {
  content: "\f3ca";
}
.mdi-hexagon:before {
  content: "\f3cb";
}
.mdi-hexagon-outline:before {
  content: "\f3cc";
}
.mdi-history:before {
  content: "\f3cd";
}
.mdi-hololens:before {
  content: "\f3ce";
}
.mdi-home:before {
  content: "\f3cf";
}
.mdi-home-modern:before {
  content: "\f3d0";
}
.mdi-home-variant:before {
  content: "\f3d1";
}
.mdi-hops:before {
  content: "\f3d2";
}
.mdi-hospital:before {
  content: "\f3d3";
}
.mdi-hospital-building:before {
  content: "\f3d4";
}
.mdi-hospital-marker:before {
  content: "\f3d5";
}
.mdi-hotel:before {
  content: "\f3d6";
}
.mdi-houzz:before {
  content: "\f3d7";
}
.mdi-houzz-box:before {
  content: "\f3d8";
}
.mdi-human:before {
  content: "\f3d9";
}
.mdi-human-child:before {
  content: "\f3da";
}
.mdi-human-male-female:before {
  content: "\f3db";
}
.mdi-image:before {
  content: "\f3dc";
}
.mdi-image-album:before {
  content: "\f3dd";
}
.mdi-image-area:before {
  content: "\f3de";
}
.mdi-image-area-close:before {
  content: "\f3df";
}
.mdi-image-broken:before {
  content: "\f3e0";
}
.mdi-image-broken-variant:before {
  content: "\f3e1";
}
.mdi-image-filter:before {
  content: "\f3e2";
}
.mdi-image-filter-black-white:before {
  content: "\f3e3";
}
.mdi-image-filter-center-focus:before {
  content: "\f3e4";
}
.mdi-image-filter-center-focus-weak:before {
  content: "\f3e5";
}
.mdi-image-filter-drama:before {
  content: "\f3e6";
}
.mdi-image-filter-frames:before {
  content: "\f3e7";
}
.mdi-image-filter-hdr:before {
  content: "\f3e8";
}
.mdi-image-filter-none:before {
  content: "\f3e9";
}
.mdi-image-filter-tilt-shift:before {
  content: "\f3ea";
}
.mdi-image-filter-vintage:before {
  content: "\f3eb";
}
.mdi-image-multiple:before {
  content: "\f3ec";
}
.mdi-import:before {
  content: "\f3ed";
}
.mdi-inbox:before {
  content: "\f3ee";
}
.mdi-information:before {
  content: "\f3ef";
}
.mdi-information-outline:before {
  content: "\f3f0";
}
.mdi-instagram:before {
  content: "\f3f1";
}
.mdi-instapaper:before {
  content: "\f3f2";
}
.mdi-internet-explorer:before {
  content: "\f3f3";
}
.mdi-invert-colors:before {
  content: "\f3f4";
}
.mdi-jeepney:before {
  content: "\f3f5";
}
.mdi-jira:before {
  content: "\f3f6";
}
.mdi-jsfiddle:before {
  content: "\f3f7";
}
.mdi-keg:before {
  content: "\f3f8";
}
.mdi-key:before {
  content: "\f3f9";
}
.mdi-key-change:before {
  content: "\f3fa";
}
.mdi-key-minus:before {
  content: "\f3fb";
}
.mdi-key-plus:before {
  content: "\f3fc";
}
.mdi-key-remove:before {
  content: "\f3fd";
}
.mdi-key-variant:before {
  content: "\f3fe";
}
.mdi-keyboard:before {
  content: "\f3ff";
}
.mdi-keyboard-backspace:before {
  content: "\f400";
}
.mdi-keyboard-caps:before {
  content: "\f401";
}
.mdi-keyboard-close:before {
  content: "\f402";
}
.mdi-keyboard-off:before {
  content: "\f403";
}
.mdi-keyboard-return:before {
  content: "\f404";
}
.mdi-keyboard-tab:before {
  content: "\f405";
}
.mdi-keyboard-variant:before {
  content: "\f406";
}
.mdi-label:before {
  content: "\f407";
}
.mdi-label-outline:before {
  content: "\f408";
}
.mdi-lan:before {
  content: "\f409";
}
.mdi-lan-connect:before {
  content: "\f40a";
}
.mdi-lan-disconnect:before {
  content: "\f40b";
}
.mdi-lan-pending:before {
  content: "\f40c";
}
.mdi-language-csharp:before {
  content: "\f40d";
}
.mdi-language-css3:before {
  content: "\f40e";
}
.mdi-language-html5:before {
  content: "\f40f";
}
.mdi-language-javascript:before {
  content: "\f410";
}
.mdi-language-php:before {
  content: "\f411";
}
.mdi-language-python:before {
  content: "\f412";
}
.mdi-language-python-text:before {
  content: "\f413";
}
.mdi-laptop:before {
  content: "\f414";
}
.mdi-laptop-chromebook:before {
  content: "\f415";
}
.mdi-laptop-mac:before {
  content: "\f416";
}
.mdi-laptop-windows:before {
  content: "\f417";
}
.mdi-lastfm:before {
  content: "\f418";
}
.mdi-launch:before {
  content: "\f419";
}
.mdi-layers:before {
  content: "\f41a";
}
.mdi-layers-off:before {
  content: "\f41b";
}
.mdi-leaf:before {
  content: "\f41c";
}
.mdi-led-off:before {
  content: "\f41d";
}
.mdi-led-on:before {
  content: "\f41e";
}
.mdi-led-outline:before {
  content: "\f41f";
}
.mdi-led-variant-off:before {
  content: "\f420";
}
.mdi-led-variant-on:before {
  content: "\f421";
}
.mdi-led-variant-outline:before {
  content: "\f422";
}
.mdi-library:before {
  content: "\f423";
}
.mdi-library-books:before {
  content: "\f424";
}
.mdi-library-music:before {
  content: "\f425";
}
.mdi-library-plus:before {
  content: "\f426";
}
.mdi-lightbulb:before {
  content: "\f427";
}
.mdi-lightbulb-outline:before {
  content: "\f428";
}
.mdi-link:before {
  content: "\f429";
}
.mdi-link-off:before {
  content: "\f42a";
}
.mdi-link-variant:before {
  content: "\f42b";
}
.mdi-link-variant-off:before {
  content: "\f42c";
}
.mdi-linkedin:before {
  content: "\f42d";
}
.mdi-linkedin-box:before {
  content: "\f42e";
}
.mdi-linux:before {
  content: "\f42f";
}
.mdi-lock:before {
  content: "\f430";
}
.mdi-lock-open:before {
  content: "\f431";
}
.mdi-lock-open-outline:before {
  content: "\f432";
}
.mdi-lock-outline:before {
  content: "\f433";
}
.mdi-login:before {
  content: "\f434";
}
.mdi-logout:before {
  content: "\f435";
}
.mdi-looks:before {
  content: "\f436";
}
.mdi-loupe:before {
  content: "\f437";
}
.mdi-lumx:before {
  content: "\f438";
}
.mdi-magnet:before {
  content: "\f439";
}
.mdi-magnet-on:before {
  content: "\f43a";
}
.mdi-magnify:before {
  content: "\f43b";
}
.mdi-magnify-minus:before {
  content: "\f43c";
}
.mdi-magnify-plus:before {
  content: "\f43d";
}
.mdi-mail-ru:before {
  content: "\f43e";
}
.mdi-map:before {
  content: "\f43f";
}
.mdi-map-marker:before {
  content: "\f440";
}
.mdi-map-marker-circle:before {
  content: "\f441";
}
.mdi-map-marker-multiple:before {
  content: "\f442";
}
.mdi-map-marker-off:before {
  content: "\f443";
}
.mdi-map-marker-radius:before {
  content: "\f444";
}
.mdi-margin:before {
  content: "\f445";
}
.mdi-markdown:before {
  content: "\f446";
}
.mdi-marker-check:before {
  content: "\f447";
}
.mdi-martini:before {
  content: "\f448";
}
.mdi-material-ui:before {
  content: "\f449";
}
.mdi-math-compass:before {
  content: "\f44a";
}
.mdi-maxcdn:before {
  content: "\f44b";
}
.mdi-medium:before {
  content: "\f44c";
}
.mdi-memory:before {
  content: "\f44d";
}
.mdi-menu:before {
  content: "\f44e";
}
.mdi-menu-down:before {
  content: "\f44f";
}
.mdi-menu-left:before {
  content: "\f450";
}
.mdi-menu-right:before {
  content: "\f451";
}
.mdi-menu-up:before {
  content: "\f452";
}
.mdi-message:before {
  content: "\f453";
}
.mdi-message-alert:before {
  content: "\f454";
}
.mdi-message-draw:before {
  content: "\f455";
}
.mdi-message-image:before {
  content: "\f456";
}
.mdi-message-outline:before {
  content: "\f457";
}
.mdi-message-processing:before {
  content: "\f458";
}
.mdi-message-reply:before {
  content: "\f459";
}
.mdi-message-reply-text:before {
  content: "\f45a";
}
.mdi-message-text:before {
  content: "\f45b";
}
.mdi-message-text-outline:before {
  content: "\f45c";
}
.mdi-message-video:before {
  content: "\f45d";
}
.mdi-microphone:before {
  content: "\f45e";
}
.mdi-microphone-off:before {
  content: "\f45f";
}
.mdi-microphone-outline:before {
  content: "\f460";
}
.mdi-microphone-settings:before {
  content: "\f461";
}
.mdi-microphone-variant:before {
  content: "\f462";
}
.mdi-microphone-variant-off:before {
  content: "\f463";
}
.mdi-microsoft:before {
  content: "\f464";
}
.mdi-minus:before {
  content: "\f465";
}
.mdi-minus-box:before {
  content: "\f466";
}
.mdi-minus-circle:before {
  content: "\f467";
}
.mdi-minus-circle-outline:before {
  content: "\f468";
}
.mdi-minus-network:before {
  content: "\f469";
}
.mdi-monitor:before {
  content: "\f46a";
}
.mdi-monitor-multiple:before {
  content: "\f46b";
}
.mdi-more:before {
  content: "\f46c";
}
.mdi-motorbike:before {
  content: "\f46d";
}
.mdi-mouse:before {
  content: "\f46e";
}
.mdi-mouse-off:before {
  content: "\f46f";
}
.mdi-mouse-variant:before {
  content: "\f470";
}
.mdi-mouse-variant-off:before {
  content: "\f471";
}
.mdi-movie:before {
  content: "\f472";
}
.mdi-multiplication:before {
  content: "\f473";
}
.mdi-multiplication-box:before {
  content: "\f474";
}
.mdi-music-box:before {
  content: "\f475";
}
.mdi-music-box-outline:before {
  content: "\f476";
}
.mdi-music-circle:before {
  content: "\f477";
}
.mdi-music-note:before {
  content: "\f478";
}
.mdi-music-note-eighth:before {
  content: "\f479";
}
.mdi-music-note-half:before {
  content: "\f47a";
}
.mdi-music-note-off:before {
  content: "\f47b";
}
.mdi-music-note-quarter:before {
  content: "\f47c";
}
.mdi-music-note-sixteenth:before {
  content: "\f47d";
}
.mdi-music-note-whole:before {
  content: "\f47e";
}
.mdi-nature:before {
  content: "\f47f";
}
.mdi-nature-people:before {
  content: "\f480";
}
.mdi-navigation:before {
  content: "\f481";
}
.mdi-needle:before {
  content: "\f482";
}
.mdi-nest-protect:before {
  content: "\f483";
}
.mdi-nest-thermostat:before {
  content: "\f484";
}
.mdi-newspaper:before {
  content: "\f485";
}
.mdi-nfc:before {
  content: "\f486";
}
.mdi-nfc-tap:before {
  content: "\f487";
}
.mdi-nfc-variant:before {
  content: "\f488";
}
.mdi-nodejs:before {
  content: "\f489";
}
.mdi-note:before {
  content: "\f48a";
}
.mdi-note-outline:before {
  content: "\f48b";
}
.mdi-note-plus:before {
  content: "\f48c";
}
.mdi-note-plus-outline:before {
  content: "\f48d";
}
.mdi-note-text:before {
  content: "\f48e";
}
.mdi-notification-clear-all:before {
  content: "\f48f";
}
.mdi-numeric:before {
  content: "\f490";
}
.mdi-numeric-0-box:before {
  content: "\f491";
}
.mdi-numeric-0-box-multiple-outline:before {
  content: "\f492";
}
.mdi-numeric-0-box-outline:before {
  content: "\f493";
}
.mdi-numeric-1-box:before {
  content: "\f494";
}
.mdi-numeric-1-box-multiple-outline:before {
  content: "\f495";
}
.mdi-numeric-1-box-outline:before {
  content: "\f496";
}
.mdi-numeric-2-box:before {
  content: "\f497";
}
.mdi-numeric-2-box-multiple-outline:before {
  content: "\f498";
}
.mdi-numeric-2-box-outline:before {
  content: "\f499";
}
.mdi-numeric-3-box:before {
  content: "\f49a";
}
.mdi-numeric-3-box-multiple-outline:before {
  content: "\f49b";
}
.mdi-numeric-3-box-outline:before {
  content: "\f49c";
}
.mdi-numeric-4-box:before {
  content: "\f49d";
}
.mdi-numeric-4-box-multiple-outline:before {
  content: "\f49e";
}
.mdi-numeric-4-box-outline:before {
  content: "\f49f";
}
.mdi-numeric-5-box:before {
  content: "\f4a0";
}
.mdi-numeric-5-box-multiple-outline:before {
  content: "\f4a1";
}
.mdi-numeric-5-box-outline:before {
  content: "\f4a2";
}
.mdi-numeric-6-box:before {
  content: "\f4a3";
}
.mdi-numeric-6-box-multiple-outline:before {
  content: "\f4a4";
}
.mdi-numeric-6-box-outline:before {
  content: "\f4a5";
}
.mdi-numeric-7-box:before {
  content: "\f4a6";
}
.mdi-numeric-7-box-multiple-outline:before {
  content: "\f4a7";
}
.mdi-numeric-7-box-outline:before {
  content: "\f4a8";
}
.mdi-numeric-8-box:before {
  content: "\f4a9";
}
.mdi-numeric-8-box-multiple-outline:before {
  content: "\f4aa";
}
.mdi-numeric-8-box-outline:before {
  content: "\f4ab";
}
.mdi-numeric-9-box:before {
  content: "\f4ac";
}
.mdi-numeric-9-box-multiple-outline:before {
  content: "\f4ad";
}
.mdi-numeric-9-box-outline:before {
  content: "\f4ae";
}
.mdi-numeric-9-plus-box:before {
  content: "\f4af";
}
.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "\f4b0";
}
.mdi-numeric-9-plus-box-outline:before {
  content: "\f4b1";
}
.mdi-nutrition:before {
  content: "\f4b2";
}
.mdi-octagon:before {
  content: "\f4b3";
}
.mdi-octagon-outline:before {
  content: "\f4b4";
}
.mdi-odnoklassniki:before {
  content: "\f4b5";
}
.mdi-office:before {
  content: "\f4b6";
}
.mdi-oil:before {
  content: "\f4b7";
}
.mdi-oil-temperature:before {
  content: "\f4b8";
}
.mdi-omega:before {
  content: "\f4b9";
}
.mdi-onedrive:before {
  content: "\f4ba";
}
.mdi-open-in-app:before {
  content: "\f4bb";
}
.mdi-open-in-new:before {
  content: "\f4bc";
}
.mdi-opera:before {
  content: "\f4bd";
}
.mdi-ornament:before {
  content: "\f4be";
}
.mdi-ornament-variant:before {
  content: "\f4bf";
}
.mdi-outbox:before {
  content: "\f4c0";
}
.mdi-owl:before {
  content: "\f4c1";
}
.mdi-package:before {
  content: "\f4c2";
}
.mdi-package-down:before {
  content: "\f4c3";
}
.mdi-package-up:before {
  content: "\f4c4";
}
.mdi-package-variant:before {
  content: "\f4c5";
}
.mdi-package-variant-closed:before {
  content: "\f4c6";
}
.mdi-palette:before {
  content: "\f4c7";
}
.mdi-palette-advanced:before {
  content: "\f4c8";
}
.mdi-panda:before {
  content: "\f4c9";
}
.mdi-pandora:before {
  content: "\f4ca";
}
.mdi-panorama:before {
  content: "\f4cb";
}
.mdi-panorama-fisheye:before {
  content: "\f4cc";
}
.mdi-panorama-horizontal:before {
  content: "\f4cd";
}
.mdi-panorama-vertical:before {
  content: "\f4ce";
}
.mdi-panorama-wide-angle:before {
  content: "\f4cf";
}
.mdi-paper-cut-vertical:before {
  content: "\f4d0";
}
.mdi-paperclip:before {
  content: "\f4d1";
}
.mdi-parking:before {
  content: "\f4d2";
}
.mdi-pause:before {
  content: "\f4d3";
}
.mdi-pause-circle:before {
  content: "\f4d4";
}
.mdi-pause-circle-outline:before {
  content: "\f4d5";
}
.mdi-pause-octagon:before {
  content: "\f4d6";
}
.mdi-pause-octagon-outline:before {
  content: "\f4d7";
}
.mdi-paw:before {
  content: "\f4d8";
}
.mdi-pen:before {
  content: "\f4d9";
}
.mdi-pencil:before {
  content: "\f4da";
}
.mdi-pencil-box:before {
  content: "\f4db";
}
.mdi-pencil-box-outline:before {
  content: "\f4dc";
}
.mdi-pencil-lock:before {
  content: "\f4dd";
}
.mdi-pencil-off:before {
  content: "\f4de";
}
.mdi-percent:before {
  content: "\f4df";
}
.mdi-pharmacy:before {
  content: "\f4e0";
}
.mdi-phone:before {
  content: "\f4e1";
}
.mdi-phone-bluetooth:before {
  content: "\f4e2";
}
.mdi-phone-forward:before {
  content: "\f4e3";
}
.mdi-phone-hangup:before {
  content: "\f4e4";
}
.mdi-phone-in-talk:before {
  content: "\f4e5";
}
.mdi-phone-incoming:before {
  content: "\f4e6";
}
.mdi-phone-locked:before {
  content: "\f4e7";
}
.mdi-phone-log:before {
  content: "\f4e8";
}
.mdi-phone-missed:before {
  content: "\f4e9";
}
.mdi-phone-outgoing:before {
  content: "\f4ea";
}
.mdi-phone-paused:before {
  content: "\f4eb";
}
.mdi-phone-settings:before {
  content: "\f4ec";
}
.mdi-phone-voip:before {
  content: "\f4ed";
}
.mdi-pi:before {
  content: "\f4ee";
}
.mdi-pi-box:before {
  content: "\f4ef";
}
.mdi-pig:before {
  content: "\f4f0";
}
.mdi-pill:before {
  content: "\f4f1";
}
.mdi-pin:before {
  content: "\f4f2";
}
.mdi-pin-off:before {
  content: "\f4f3";
}
.mdi-pine-tree:before {
  content: "\f4f4";
}
.mdi-pine-tree-box:before {
  content: "\f4f5";
}
.mdi-pinterest:before {
  content: "\f4f6";
}
.mdi-pinterest-box:before {
  content: "\f4f7";
}
.mdi-pizza:before {
  content: "\f4f8";
}
.mdi-play:before {
  content: "\f4f9";
}
.mdi-play-box-outline:before {
  content: "\f4fa";
}
.mdi-play-circle:before {
  content: "\f4fb";
}
.mdi-play-circle-outline:before {
  content: "\f4fc";
}
.mdi-play-pause:before {
  content: "\f4fd";
}
.mdi-play-protected-content:before {
  content: "\f4fe";
}
.mdi-playlist-minus:before {
  content: "\f4ff";
}
.mdi-playlist-play:before {
  content: "\f500";
}
.mdi-playlist-plus:before {
  content: "\f501";
}
.mdi-playlist-remove:before {
  content: "\f502";
}
.mdi-playstation:before {
  content: "\f503";
}
.mdi-plus:before {
  content: "\f504";
}
.mdi-plus-box:before {
  content: "\f505";
}
.mdi-plus-circle:before {
  content: "\f506";
}
.mdi-plus-circle-multiple-outline:before {
  content: "\f507";
}
.mdi-plus-circle-outline:before {
  content: "\f508";
}
.mdi-plus-network:before {
  content: "\f509";
}
.mdi-plus-one:before {
  content: "\f50a";
}
.mdi-pocket:before {
  content: "\f50b";
}
.mdi-pokeball:before {
  content: "\f50c";
}
.mdi-polaroid:before {
  content: "\f50d";
}
.mdi-poll:before {
  content: "\f50e";
}
.mdi-poll-box:before {
  content: "\f50f";
}
.mdi-polymer:before {
  content: "\f510";
}
.mdi-popcorn:before {
  content: "\f511";
}
.mdi-pound:before {
  content: "\f512";
}
.mdi-pound-box:before {
  content: "\f513";
}
.mdi-power:before {
  content: "\f514";
}
.mdi-power-settings:before {
  content: "\f515";
}
.mdi-power-socket:before {
  content: "\f516";
}
.mdi-presentation:before {
  content: "\f517";
}
.mdi-presentation-play:before {
  content: "\f518";
}
.mdi-printer:before {
  content: "\f519";
}
.mdi-printer-3d:before {
  content: "\f51a";
}
.mdi-printer-alert:before {
  content: "\f51b";
}
.mdi-professional-hexagon:before {
  content: "\f51c";
}
.mdi-projector:before {
  content: "\f51d";
}
.mdi-projector-screen:before {
  content: "\f51e";
}
.mdi-pulse:before {
  content: "\f51f";
}
.mdi-puzzle:before {
  content: "\f520";
}
.mdi-qrcode:before {
  content: "\f521";
}
.mdi-qrcode-scan:before {
  content: "\f522";
}
.mdi-quadcopter:before {
  content: "\f523";
}
.mdi-quality-high:before {
  content: "\f524";
}
.mdi-quicktime:before {
  content: "\f525";
}
.mdi-radar:before {
  content: "\f526";
}
.mdi-radiator:before {
  content: "\f527";
}
.mdi-radio:before {
  content: "\f528";
}
.mdi-radio-handheld:before {
  content: "\f529";
}
.mdi-radio-tower:before {
  content: "\f52a";
}
.mdi-radioactive:before {
  content: "\f52b";
}
.mdi-radiobox-blank:before {
  content: "\f52c";
}
.mdi-radiobox-marked:before {
  content: "\f52d";
}
.mdi-raspberrypi:before {
  content: "\f52e";
}
.mdi-ray-end:before {
  content: "\f52f";
}
.mdi-ray-end-arrow:before {
  content: "\f530";
}
.mdi-ray-start:before {
  content: "\f531";
}
.mdi-ray-start-arrow:before {
  content: "\f532";
}
.mdi-ray-start-end:before {
  content: "\f533";
}
.mdi-ray-vertex:before {
  content: "\f534";
}
.mdi-rdio:before {
  content: "\f535";
}
.mdi-read:before {
  content: "\f536";
}
.mdi-readability:before {
  content: "\f537";
}
.mdi-receipt:before {
  content: "\f538";
}
.mdi-record:before {
  content: "\f539";
}
.mdi-record-rec:before {
  content: "\f53a";
}
.mdi-recycle:before {
  content: "\f53b";
}
.mdi-reddit:before {
  content: "\f53c";
}
.mdi-redo:before {
  content: "\f53d";
}
.mdi-redo-variant:before {
  content: "\f53e";
}
.mdi-refresh:before {
  content: "\f53f";
}
.mdi-regex:before {
  content: "\f540";
}
.mdi-relative-scale:before {
  content: "\f541";
}
.mdi-reload:before {
  content: "\f542";
}
.mdi-remote:before {
  content: "\f543";
}
.mdi-rename-box:before {
  content: "\f544";
}
.mdi-repeat:before {
  content: "\f545";
}
.mdi-repeat-off:before {
  content: "\f546";
}
.mdi-repeat-once:before {
  content: "\f547";
}
.mdi-replay:before {
  content: "\f548";
}
.mdi-reply:before {
  content: "\f549";
}
.mdi-reply-all:before {
  content: "\f54a";
}
.mdi-reproduction:before {
  content: "\f54b";
}
.mdi-resize-bottom-right:before {
  content: "\f54c";
}
.mdi-responsive:before {
  content: "\f54d";
}
.mdi-rewind:before {
  content: "\f54e";
}
.mdi-ribbon:before {
  content: "\f54f";
}
.mdi-road:before {
  content: "\f550";
}
.mdi-road-variant:before {
  content: "\f551";
}
.mdi-rocket:before {
  content: "\f552";
}
.mdi-rotate-3d:before {
  content: "\f553";
}
.mdi-rotate-left:before {
  content: "\f554";
}
.mdi-rotate-left-variant:before {
  content: "\f555";
}
.mdi-rotate-right:before {
  content: "\f556";
}
.mdi-rotate-right-variant:before {
  content: "\f557";
}
.mdi-router-wireless:before {
  content: "\f558";
}
.mdi-routes:before {
  content: "\f559";
}
.mdi-rss:before {
  content: "\f55a";
}
.mdi-rss-box:before {
  content: "\f55b";
}
.mdi-ruler:before {
  content: "\f55c";
}
.mdi-run:before {
  content: "\f55d";
}
.mdi-sale:before {
  content: "\f55e";
}
.mdi-satellite:before {
  content: "\f55f";
}
.mdi-satellite-variant:before {
  content: "\f560";
}
.mdi-scale:before {
  content: "\f561";
}
.mdi-scale-bathroom:before {
  content: "\f562";
}
.mdi-school:before {
  content: "\f563";
}
.mdi-screen-rotation:before {
  content: "\f564";
}
.mdi-screen-rotation-lock:before {
  content: "\f565";
}
.mdi-screwdriver:before {
  content: "\f566";
}
.mdi-script:before {
  content: "\f567";
}
.mdi-sd:before {
  content: "\f568";
}
.mdi-seal:before {
  content: "\f569";
}
.mdi-seat-flat:before {
  content: "\f56a";
}
.mdi-seat-flat-angled:before {
  content: "\f56b";
}
.mdi-seat-individual-suite:before {
  content: "\f56c";
}
.mdi-seat-legroom-extra:before {
  content: "\f56d";
}
.mdi-seat-legroom-normal:before {
  content: "\f56e";
}
.mdi-seat-legroom-reduced:before {
  content: "\f56f";
}
.mdi-seat-recline-extra:before {
  content: "\f570";
}
.mdi-seat-recline-normal:before {
  content: "\f571";
}
.mdi-security:before {
  content: "\f572";
}
.mdi-security-network:before {
  content: "\f573";
}
.mdi-select:before {
  content: "\f574";
}
.mdi-select-all:before {
  content: "\f575";
}
.mdi-select-inverse:before {
  content: "\f576";
}
.mdi-select-off:before {
  content: "\f577";
}
.mdi-selection:before {
  content: "\f578";
}
.mdi-send:before {
  content: "\f579";
}
.mdi-server:before {
  content: "\f57a";
}
.mdi-server-minus:before {
  content: "\f57b";
}
.mdi-server-network:before {
  content: "\f57c";
}
.mdi-server-network-off:before {
  content: "\f57d";
}
.mdi-server-off:before {
  content: "\f57e";
}
.mdi-server-plus:before {
  content: "\f57f";
}
.mdi-server-remove:before {
  content: "\f580";
}
.mdi-server-security:before {
  content: "\f581";
}
.mdi-settings:before {
  content: "\f582";
}
.mdi-settings-box:before {
  content: "\f583";
}
.mdi-shape-plus:before {
  content: "\f584";
}
.mdi-share:before {
  content: "\f585";
}
.mdi-share-variant:before {
  content: "\f586";
}
.mdi-shield:before {
  content: "\f587";
}
.mdi-shield-outline:before {
  content: "\f588";
}
.mdi-shopping:before {
  content: "\f589";
}
.mdi-shopping-music:before {
  content: "\f58a";
}
.mdi-shredder:before {
  content: "\f58b";
}
.mdi-shuffle:before {
  content: "\f58c";
}
.mdi-shuffle-disabled:before {
  content: "\f58d";
}
.mdi-shuffle-variant:before {
  content: "\f58e";
}
.mdi-sigma:before {
  content: "\f58f";
}
.mdi-sign-caution:before {
  content: "\f590";
}
.mdi-signal:before {
  content: "\f591";
}
.mdi-silverware:before {
  content: "\f592";
}
.mdi-silverware-fork:before {
  content: "\f593";
}
.mdi-silverware-spoon:before {
  content: "\f594";
}
.mdi-silverware-variant:before {
  content: "\f595";
}
.mdi-sim:before {
  content: "\f596";
}
.mdi-sim-alert:before {
  content: "\f597";
}
.mdi-sim-off:before {
  content: "\f598";
}
.mdi-sitemap:before {
  content: "\f599";
}
.mdi-skip-backward:before {
  content: "\f59a";
}
.mdi-skip-forward:before {
  content: "\f59b";
}
.mdi-skip-next:before {
  content: "\f59c";
}
.mdi-skip-previous:before {
  content: "\f59d";
}
.mdi-skype:before {
  content: "\f59e";
}
.mdi-skype-business:before {
  content: "\f59f";
}
.mdi-slack:before {
  content: "\f5a0";
}
.mdi-sleep:before {
  content: "\f5a1";
}
.mdi-sleep-off:before {
  content: "\f5a2";
}
.mdi-smoking:before {
  content: "\f5a3";
}
.mdi-smoking-off:before {
  content: "\f5a4";
}
.mdi-snapchat:before {
  content: "\f5a5";
}
.mdi-snowman:before {
  content: "\f5a6";
}
.mdi-sofa:before {
  content: "\f5a7";
}
.mdi-sort:before {
  content: "\f5a8";
}
.mdi-sort-alphabetical:before {
  content: "\f5a9";
}
.mdi-sort-ascending:before {
  content: "\f5aa";
}
.mdi-sort-descending:before {
  content: "\f5ab";
}
.mdi-sort-numeric:before {
  content: "\f5ac";
}
.mdi-sort-variant:before {
  content: "\f5ad";
}
.mdi-soundcloud:before {
  content: "\f5ae";
}
.mdi-source-fork:before {
  content: "\f5af";
}
.mdi-source-pull:before {
  content: "\f5b0";
}
.mdi-speaker:before {
  content: "\f5b1";
}
.mdi-speaker-off:before {
  content: "\f5b2";
}
.mdi-speedometer:before {
  content: "\f5b3";
}
.mdi-spellcheck:before {
  content: "\f5b4";
}
.mdi-spotify:before {
  content: "\f5b5";
}
.mdi-spotlight:before {
  content: "\f5b6";
}
.mdi-spotlight-beam:before {
  content: "\f5b7";
}
.mdi-square-inc:before {
  content: "\f5b8";
}
.mdi-square-inc-cash:before {
  content: "\f5b9";
}
.mdi-stackoverflow:before {
  content: "\f5ba";
}
.mdi-stairs:before {
  content: "\f5bb";
}
.mdi-star:before {
  content: "\f5bc";
}
.mdi-star-circle:before {
  content: "\f5bd";
}
.mdi-star-half:before {
  content: "\f5be";
}
.mdi-star-off:before {
  content: "\f5bf";
}
.mdi-star-outline:before {
  content: "\f5c0";
}
.mdi-steam:before {
  content: "\f5c1";
}
.mdi-steering:before {
  content: "\f5c2";
}
.mdi-step-backward:before {
  content: "\f5c3";
}
.mdi-step-backward-2:before {
  content: "\f5c4";
}
.mdi-step-forward:before {
  content: "\f5c5";
}
.mdi-step-forward-2:before {
  content: "\f5c6";
}
.mdi-stethoscope:before {
  content: "\f5c7";
}
.mdi-stocking:before {
  content: "\f5c8";
}
.mdi-stop:before {
  content: "\f5c9";
}
.mdi-store:before {
  content: "\f5ca";
}
.mdi-store-24-hour:before {
  content: "\f5cb";
}
.mdi-stove:before {
  content: "\f5cc";
}
.mdi-subway:before {
  content: "\f5cd";
}
.mdi-sunglasses:before {
  content: "\f5ce";
}
.mdi-swap-horizontal:before {
  content: "\f5cf";
}
.mdi-swap-vertical:before {
  content: "\f5d0";
}
.mdi-swim:before {
  content: "\f5d1";
}
.mdi-switch:before {
  content: "\f5d2";
}
.mdi-sword:before {
  content: "\f5d3";
}
.mdi-sync:before {
  content: "\f5d4";
}
.mdi-sync-alert:before {
  content: "\f5d5";
}
.mdi-sync-off:before {
  content: "\f5d6";
}
.mdi-tab:before {
  content: "\f5d7";
}
.mdi-tab-unselected:before {
  content: "\f5d8";
}
.mdi-table:before {
  content: "\f5d9";
}
.mdi-table-column-plus-after:before {
  content: "\f5da";
}
.mdi-table-column-plus-before:before {
  content: "\f5db";
}
.mdi-table-column-remove:before {
  content: "\f5dc";
}
.mdi-table-column-width:before {
  content: "\f5dd";
}
.mdi-table-edit:before {
  content: "\f5de";
}
.mdi-table-large:before {
  content: "\f5df";
}
.mdi-table-row-height:before {
  content: "\f5e0";
}
.mdi-table-row-plus-after:before {
  content: "\f5e1";
}
.mdi-table-row-plus-before:before {
  content: "\f5e2";
}
.mdi-table-row-remove:before {
  content: "\f5e3";
}
.mdi-tablet:before {
  content: "\f5e4";
}
.mdi-tablet-android:before {
  content: "\f5e5";
}
.mdi-tablet-ipad:before {
  content: "\f5e6";
}
.mdi-tag:before {
  content: "\f5e7";
}
.mdi-tag-faces:before {
  content: "\f5e8";
}
.mdi-tag-multiple:before {
  content: "\f5e9";
}
.mdi-tag-outline:before {
  content: "\f5ea";
}
.mdi-tag-text-outline:before {
  content: "\f5eb";
}
.mdi-target:before {
  content: "\f5ec";
}
.mdi-taxi:before {
  content: "\f5ed";
}
.mdi-teamviewer:before {
  content: "\f5ee";
}
.mdi-telegram:before {
  content: "\f5ef";
}
.mdi-television:before {
  content: "\f5f0";
}
.mdi-television-guide:before {
  content: "\f5f1";
}
.mdi-temperature-celsius:before {
  content: "\f5f2";
}
.mdi-temperature-fahrenheit:before {
  content: "\f5f3";
}
.mdi-temperature-kelvin:before {
  content: "\f5f4";
}
.mdi-tennis:before {
  content: "\f5f5";
}
.mdi-tent:before {
  content: "\f5f6";
}
.mdi-terrain:before {
  content: "\f5f7";
}
.mdi-text-to-speech:before {
  content: "\f5f8";
}
.mdi-text-to-speech-off:before {
  content: "\f5f9";
}
.mdi-texture:before {
  content: "\f5fa";
}
.mdi-theater:before {
  content: "\f5fb";
}
.mdi-theme-light-dark:before {
  content: "\f5fc";
}
.mdi-thermometer:before {
  content: "\f5fd";
}
.mdi-thermometer-lines:before {
  content: "\f5fe";
}
.mdi-thumb-down:before {
  content: "\f5ff";
}
.mdi-thumb-down-outline:before {
  content: "\f600";
}
.mdi-thumb-up:before {
  content: "\f601";
}
.mdi-thumb-up-outline:before {
  content: "\f602";
}
.mdi-thumbs-up-down:before {
  content: "\f603";
}
.mdi-ticket:before {
  content: "\f604";
}
.mdi-ticket-account:before {
  content: "\f605";
}
.mdi-ticket-confirmation:before {
  content: "\f606";
}
.mdi-tie:before {
  content: "\f607";
}
.mdi-timelapse:before {
  content: "\f608";
}
.mdi-timer:before {
  content: "\f609";
}
.mdi-timer-10:before {
  content: "\f60a";
}
.mdi-timer-3:before {
  content: "\f60b";
}
.mdi-timer-off:before {
  content: "\f60c";
}
.mdi-timer-sand:before {
  content: "\f60d";
}
.mdi-timetable:before {
  content: "\f60e";
}
.mdi-toggle-switch:before {
  content: "\f60f";
}
.mdi-toggle-switch-off:before {
  content: "\f610";
}
.mdi-tooltip:before {
  content: "\f611";
}
.mdi-tooltip-edit:before {
  content: "\f612";
}
.mdi-tooltip-image:before {
  content: "\f613";
}
.mdi-tooltip-outline:before {
  content: "\f614";
}
.mdi-tooltip-outline-plus:before {
  content: "\f615";
}
.mdi-tooltip-text:before {
  content: "\f616";
}
.mdi-tor:before {
  content: "\f617";
}
.mdi-traffic-light:before {
  content: "\f618";
}
.mdi-train:before {
  content: "\f619";
}
.mdi-tram:before {
  content: "\f61a";
}
.mdi-transcribe:before {
  content: "\f61b";
}
.mdi-transcribe-close:before {
  content: "\f61c";
}
.mdi-transfer:before {
  content: "\f61d";
}
.mdi-tree:before {
  content: "\f61e";
}
.mdi-trello:before {
  content: "\f61f";
}
.mdi-trending-down:before {
  content: "\f620";
}
.mdi-trending-neutral:before {
  content: "\f621";
}
.mdi-trending-up:before {
  content: "\f622";
}
.mdi-triangle:before {
  content: "\f623";
}
.mdi-triangle-outline:before {
  content: "\f624";
}
.mdi-trophy:before {
  content: "\f625";
}
.mdi-trophy-award:before {
  content: "\f626";
}
.mdi-trophy-outline:before {
  content: "\f627";
}
.mdi-trophy-variant:before {
  content: "\f628";
}
.mdi-trophy-variant-outline:before {
  content: "\f629";
}
.mdi-truck:before {
  content: "\f62a";
}
.mdi-truck-delivery:before {
  content: "\f62b";
}
.mdi-tshirt-crew:before {
  content: "\f62c";
}
.mdi-tshirt-v:before {
  content: "\f62d";
}
.mdi-tumblr:before {
  content: "\f62e";
}
.mdi-tumblr-reblog:before {
  content: "\f62f";
}
.mdi-twitch:before {
  content: "\f630";
}
.mdi-twitter:before {
  content: "\f631";
}
.mdi-twitter-box:before {
  content: "\f632";
}
.mdi-twitter-circle:before {
  content: "\f633";
}
.mdi-twitter-retweet:before {
  content: "\f634";
}
.mdi-ubuntu:before {
  content: "\f635";
}
.mdi-umbraco:before {
  content: "\f636";
}
.mdi-umbrella:before {
  content: "\f637";
}
.mdi-umbrella-outline:before {
  content: "\f638";
}
.mdi-undo:before {
  content: "\f639";
}
.mdi-undo-variant:before {
  content: "\f63a";
}
.mdi-unfold-less:before {
  content: "\f63b";
}
.mdi-unfold-more:before {
  content: "\f63c";
}
.mdi-ungroup:before {
  content: "\f63d";
}
.mdi-untappd:before {
  content: "\f63e";
}
.mdi-upload:before {
  content: "\f63f";
}
.mdi-usb:before {
  content: "\f640";
}
.mdi-vector-arrange-above:before {
  content: "\f641";
}
.mdi-vector-arrange-below:before {
  content: "\f642";
}
.mdi-vector-circle:before {
  content: "\f643";
}
.mdi-vector-circle-variant:before {
  content: "\f644";
}
.mdi-vector-combine:before {
  content: "\f645";
}
.mdi-vector-curve:before {
  content: "\f646";
}
.mdi-vector-difference:before {
  content: "\f647";
}
.mdi-vector-difference-ab:before {
  content: "\f648";
}
.mdi-vector-difference-ba:before {
  content: "\f649";
}
.mdi-vector-intersection:before {
  content: "\f64a";
}
.mdi-vector-line:before {
  content: "\f64b";
}
.mdi-vector-point:before {
  content: "\f64c";
}
.mdi-vector-polygon:before {
  content: "\f64d";
}
.mdi-vector-polyline:before {
  content: "\f64e";
}
.mdi-vector-selection:before {
  content: "\f64f";
}
.mdi-vector-square:before {
  content: "\f650";
}
.mdi-vector-triangle:before {
  content: "\f651";
}
.mdi-vector-union:before {
  content: "\f652";
}
.mdi-verified:before {
  content: "\f653";
}
.mdi-vibrate:before {
  content: "\f654";
}
.mdi-video:before {
  content: "\f655";
}
.mdi-video-off:before {
  content: "\f656";
}
.mdi-video-switch:before {
  content: "\f657";
}
.mdi-view-agenda:before {
  content: "\f658";
}
.mdi-view-array:before {
  content: "\f659";
}
.mdi-view-carousel:before {
  content: "\f65a";
}
.mdi-view-column:before {
  content: "\f65b";
}
.mdi-view-dashboard:before {
  content: "\f65c";
}
.mdi-view-day:before {
  content: "\f65d";
}
.mdi-view-grid:before {
  content: "\f65e";
}
.mdi-view-headline:before {
  content: "\f65f";
}
.mdi-view-list:before {
  content: "\f660";
}
.mdi-view-module:before {
  content: "\f661";
}
.mdi-view-quilt:before {
  content: "\f662";
}
.mdi-view-stream:before {
  content: "\f663";
}
.mdi-view-week:before {
  content: "\f664";
}
.mdi-vimeo:before {
  content: "\f665";
}
.mdi-vine:before {
  content: "\f666";
}
.mdi-vk:before {
  content: "\f667";
}
.mdi-vk-box:before {
  content: "\f668";
}
.mdi-vk-circle:before {
  content: "\f669";
}
.mdi-voicemail:before {
  content: "\f66a";
}
.mdi-volume-high:before {
  content: "\f66b";
}
.mdi-volume-low:before {
  content: "\f66c";
}
.mdi-volume-medium:before {
  content: "\f66d";
}
.mdi-volume-off:before {
  content: "\f66e";
}
.mdi-vpn:before {
  content: "\f66f";
}
.mdi-walk:before {
  content: "\f670";
}
.mdi-wallet:before {
  content: "\f671";
}
.mdi-wallet-giftcard:before {
  content: "\f672";
}
.mdi-wallet-membership:before {
  content: "\f673";
}
.mdi-wallet-travel:before {
  content: "\f674";
}
.mdi-wan:before {
  content: "\f675";
}
.mdi-watch:before {
  content: "\f676";
}
.mdi-watch-export:before {
  content: "\f677";
}
.mdi-watch-import:before {
  content: "\f678";
}
.mdi-water:before {
  content: "\f679";
}
.mdi-water-off:before {
  content: "\f67a";
}
.mdi-water-percent:before {
  content: "\f67b";
}
.mdi-water-pump:before {
  content: "\f67c";
}
.mdi-weather-cloudy:before {
  content: "\f67d";
}
.mdi-weather-fog:before {
  content: "\f67e";
}
.mdi-weather-hail:before {
  content: "\f67f";
}
.mdi-weather-lightning:before {
  content: "\f680";
}
.mdi-weather-night:before {
  content: "\f681";
}
.mdi-weather-partlycloudy:before {
  content: "\f682";
}
.mdi-weather-pouring:before {
  content: "\f683";
}
.mdi-weather-rainy:before {
  content: "\f684";
}
.mdi-weather-snowy:before {
  content: "\f685";
}
.mdi-weather-sunny:before {
  content: "\f686";
}
.mdi-weather-sunset:before {
  content: "\f687";
}
.mdi-weather-sunset-down:before {
  content: "\f688";
}
.mdi-weather-sunset-up:before {
  content: "\f689";
}
.mdi-weather-windy:before {
  content: "\f68a";
}
.mdi-weather-windy-variant:before {
  content: "\f68b";
}
.mdi-web:before {
  content: "\f68c";
}
.mdi-webcam:before {
  content: "\f68d";
}
.mdi-weight:before {
  content: "\f68e";
}
.mdi-weight-kilogram:before {
  content: "\f68f";
}
.mdi-whatsapp:before {
  content: "\f690";
}
.mdi-wheelchair-accessibility:before {
  content: "\f691";
}
.mdi-white-balance-auto:before {
  content: "\f692";
}
.mdi-white-balance-incandescent:before {
  content: "\f693";
}
.mdi-white-balance-irradescent:before {
  content: "\f694";
}
.mdi-white-balance-sunny:before {
  content: "\f695";
}
.mdi-wifi:before {
  content: "\f696";
}
.mdi-wifi-off:before {
  content: "\f697";
}
.mdi-wii:before {
  content: "\f698";
}
.mdi-wikipedia:before {
  content: "\f699";
}
.mdi-window-close:before {
  content: "\f69a";
}
.mdi-window-closed:before {
  content: "\f69b";
}
.mdi-window-maximize:before {
  content: "\f69c";
}
.mdi-window-minimize:before {
  content: "\f69d";
}
.mdi-window-open:before {
  content: "\f69e";
}
.mdi-window-restore:before {
  content: "\f69f";
}
.mdi-windows:before {
  content: "\f6a0";
}
.mdi-wordpress:before {
  content: "\f6a1";
}
.mdi-worker:before {
  content: "\f6a2";
}
.mdi-wrap:before {
  content: "\f6a3";
}
.mdi-wrench:before {
  content: "\f6a4";
}
.mdi-wunderlist:before {
  content: "\f6a5";
}
.mdi-xbox:before {
  content: "\f6a6";
}
.mdi-xbox-controller:before {
  content: "\f6a7";
}
.mdi-xbox-controller-off:before {
  content: "\f6a8";
}
.mdi-xda:before {
  content: "\f6a9";
}
.mdi-xing:before {
  content: "\f6aa";
}
.mdi-xing-box:before {
  content: "\f6ab";
}
.mdi-xing-circle:before {
  content: "\f6ac";
}
.mdi-xml:before {
  content: "\f6ad";
}
.mdi-yeast:before {
  content: "\f6ae";
}
.mdi-yelp:before {
  content: "\f6af";
}
.mdi-youtube-play:before {
  content: "\f6b0";
}
.mdi-zip-box:before {
  content: "\f6b1";
}
.newHomePageContainer .comparison {
  max-width: 1140px;
  margin: 0 auto;
  font: 13px/1.4;
  text-align: center;
  padding: 10px;
}
.newHomePageContainer .comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom: 1px solid #cccccc;
}
.newHomePageContainer .comparison td,
.newHomePageContainer .comparison th {
  border-right: 1px solid #CCC;
  empty-cells: show;
  padding: 5px;
}
.newHomePageContainer .compare-heading {
  font-size: 18px;
  font-weight: bold !important;
  border-bottom: 0 !important;
  padding-top: 10px !important;
}
.newHomePageContainer .comparison tbody tr:nth-child(odd) {
  display: none;
}
.newHomePageContainer .comparison .compare-row {
  background: #F8F8F8;
}
.newHomePageContainer .comparison .compare-row-white {
  background: #FFFFFF;
}
.newHomePageContainer .comparison .tickblue {
  color: #0078C1;
}
.newHomePageContainer .comparison .tickgreen {
  color: #009E2C;
}
.newHomePageContainer .comparison th {
  font-weight: normal;
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.newHomePageContainer .comparison tr td:first-child {
  text-align: right;
  padding-right: 10px;
}
.newHomePageContainer .comparison .qbse,
.newHomePageContainer .comparison .qbo,
.newHomePageContainer .comparison .tl {
  color: #FFF;
  padding: 10px;
  font-size: 13px;
  border-right: 1px solid #CCC;
  border-bottom: 0;
}
.newHomePageContainer .comparison .tl2 {
  border-right: 0;
}
.newHomePageContainer .comparison .qbse {
  background: #0078C1;
  border-top-left-radius: 3px;
  border-left: 0;
}
.newHomePageContainer .comparison .qbo {
  background: #009E2C;
  border-top-right-radius: 3px;
  border-right: 0;
}
.newHomePageContainer .comparison .price-info {
  padding: 5px 15px 15px;
}
.newHomePageContainer .comparison .price-now,
.newHomePageContainer .comparison .price-now span {
  color: #1b8ad7;
}
.newHomePageContainer .comparison .price-now span {
  font-size: 22px;
}
.newHomePageContainer .comparison .price-small {
  font-size: 14px !important;
  position: relative;
  top: -5px;
  left: 2px;
}
.newHomePageContainer .comparison .price-try {
  font-size: 12px;
}
.newHomePageContainer .comparison .price-try a {
  color: #202020;
}
.newHomePageContainer .name {
  position: relative;
  background-color: #093956 !important;
  font-size: 14px;
  color: #fff !important;
  padding: 10px !important;
  font-weight: 600 !important;
  border-bottom: 1px solid #337ab7;
}
.newHomePageContainer .ais-price-ranges--item:active,
.newHomePageContainer .ais-hierarchical-menu--item:active,
.newHomePageContainer .ais-refinement-list--item:active {
  background-color: #f6f6f6;
}
.newHomePageContainer .ais-hierarchical-menu--link:active {
  background-color: #f6f6f6;
}
.newHomePageContainer .row-odd {
  background: #fafafa !important;
  border-bottom: 1px solid #eee;
  padding: 6px;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 14px;
}
.newHomePageContainer .row-even {
  background: #ffffff !important;
  border-bottom: 1px solid #eee;
  padding: 6px;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 14px;
}
.newHomePageContainer .row-header {
  background: #ffffff !important;
  border-bottom: 1px solid #eee;
  padding: 6px;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 14px;
}
.newHomePageContainer .truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newHomePageContainer .popularitem {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  position: relative;
  min-height: 240px;
  padding: 0;
  margin-right: 10px;
  background-color: #fff;
}
.newHomePageContainer .ciscolist {
  border: 1px solid #CCC;
  padding: 25px;
  background-color: #fff;
}
.newHomePageContainer .course-header {
  height: 120px;
  overflow: hidden;
  position: relative;
}
.newHomePageContainer .lisections {
  border-bottom: 1px solid #f5f5f5;
  min-height: 45px;
}
.newHomePageContainer .course-title {
  position: absolute;
  color: #fff !important;
  top: 10px;
  height: 100px;
  left: 10px;
  right: 10px;
  text-align: center !important;
  font-size: 15px !important;
  overflow: hidden;
  font-weight: 300;
  text-overflow: ellipsis;
  background-color: none;
  padding-top: 15px;
}
.newHomePageContainer .course-color {
  position: relative;
  height: 100px;
  text-align: left !important;
  font-size: 18px !important;
  overflow: hidden;
  font-weight: 300;
  text-overflow: ellipsis;
  opacity: .9;
}
.newHomePageContainer .course-image {
  position: relative;
  height: 120px;
  text-align: left !important;
  font-size: 18px !important;
  overflow: hidden;
  font-weight: 300;
  text-overflow: ellipsis;
  background-position: center center;
  object-fit: cover;
  opacity: .2;
}
.newHomePageContainer .NW-Counters {
  padding-bottom: 0 !important;
}
.newHomePageContainer .NWParallax {
  background-image: none !important;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transform: translateZ(0);
  color: #093048;
}
.newHomePageContainer .NWParallax {
  min-height: auto !important;
}
.newHomePageContainer .cDetailsbtn {
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid;
  background: #0b3956;
  padding: 9px 18px;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
}
.newHomePageContainer .cDetailsbtn:hover {
  background: #299ee9;
  color: #fff;
}
.newHomePageContainer .cDetailsbtn2 {
  font-weight: bold;
  text-transform: uppercase;
  background: #0c5d8f;
  color: #fff;
  padding: 14px 23px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
}
.newHomePageContainer .cDetailsbtn2:hover {
  background: #299ee9;
  color: #fff;
}
.newHomePageContainer .cDetailsbtn:hover {
  background: #299ee9;
  color: #fff;
}
.newHomePageContainer .cDetailsbtngrey {
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid;
  background: #cbcbcb;
  padding: 9px 18px;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
}
.newHomePageContainer .cDetailsbtngrey:hover {
  background: #299ee9;
  color: #fff;
}
.newHomePageContainer .NWParallax-fixed {
  background-color: #ffffff;
}
.newHomePageContainer .NWParallax-f5 {
  background-color: #f5f5f5;
}
.newHomePageContainer .NWParallax .submitBtn {
  width: 130px !important;
  background: url(../../frontend/Infortis/custom/en_US/images/search.svg) #ffffff no-repeat center center !important;
  background-size: 28px 28px!important;
  border-radius: 0 !important;
}
.newHomePageContainer #algolia-searchbox .algolia-search-input-home {
  border-radius: 0 !important;
  border: 0 !important;
}
.newHomePageContainer #algolia-searchbox .algolia-search-input-home::-webkit-input-placeholder {
  color: #0b3956;
  font-weight: 300;
  font-size: 18px;
}
.newHomePageContainer #algolia-searchbox .algolia-search-input-home:-moz-placeholder {
  color: #0b3956;
  font-weight: 300;
  font-size: 18px;
}
.newHomePageContainer #algolia-searchbox .algolia-search-input-home:-ms-input-placeholder {
  color: #0b3956;
  font-weight: 300;
  font-size: 18px;
}
.newHomePageContainer #algolia-searchbox .algolia-search-input-home:-moz-placeholder {
  color: #0b3956;
  font-weight: 300;
  font-size: 18px;
}
.newHomePageContainer .NWParallax .submitBtn:hover {
  color: #007fd4;
}
.newHomePageContainer .NWParallax-fixed .submitBtn {
  width: 130px !important;
}
.newHomePageContainer .NW-Trainings {
  margin-bottom: 0 !important;
}
.newHomePageContainer .NW-TrainingButton {
  width: auto !important;
}
.newHomePageContainer .mainheading {
  margin-bottom: 30px !important;
}
.newHomePageContainer .count {
  color: #ffffff;
}
.newHomePageContainer .NWParallax .NW-mainHeading {
  font-size: 36px !important;
}
.newHomePageContainer .NWParallax-fixed .NW-mainHeading {
  font-size: 36px !important;
}
.newHomePageContainer .NW-mainHeading {
  font-size: 36px !important;
  -webkit-animation: 0.5s 0.25s fade backwards ease-out;
  animation: 0.5s 0.25s fade backwards ease-out;
}
.newHomePageContainer .grid-container-spaced .grid12-8-5 {
  margin-bottom: 2%;
}
.newHomePageContainer .grid-12-8-5 {
  width: 12%;
  display: inline;
  float: left;
}
.newHomePageContainer .main-container {
  padding-top: 0;
}
.newHomePageContainer .padding-fix {
  padding-top: 5px;
}
.newHomePageContainer .NW-counterPara {
  text-align: center;
}
.newHomePageContainer .clip-content {
  -webkit-box-shadow: 0 0 5px 1px rgba(163, 163, 163, 0.37);
  -moz-box-shadow: 0 0 5px 1px rgba(163, 163, 163, 0.37);
  box-shadow: 0 0 5px 1px rgba(163, 163, 163, 0.37);
  padding: 25px;
  background-color: #ffffff;
}
.newHomePageContainer .clip-content:hover {
  background-color: #eef9ff;
}
.newHomePageContainer .transition-clip {
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.newHomePageContainer .NW-counterHeading {
  text-align: center;
}
.newHomePageContainer .bg-overlay.newHomePg {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.newHomePageContainer .bg-overlay-popular {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.newHomePageContainer .MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}
.newHomePageContainer .MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}
.newHomePageContainer .MultiCarousel .MultiCarousel-inner .item {
  float: left;
}
.newHomePageContainer .MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px 1px rgba(163, 163, 163, 0.37);
  -moz-box-shadow: 0 0 5px 1px rgba(163, 163, 163, 0.37);
  box-shadow: 0 0 5px 1px rgba(163, 163, 163, 0.37);
}
.newHomePageContainer .MultiCarousel .leftLst,
.newHomePageContainer .MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(30%);
}
.newHomePageContainer .clip-content-1 {
  -webkit-box-shadow: 0 0 5px 1px rgba(163, 163, 163, 0.37);
  -moz-box-shadow: 0 0 5px 1px rgba(163, 163, 163, 0.37);
  box-shadow: 0 0 5px 1px rgba(163, 163, 163, 0.37);
  padding: 20px;
  background-color: #ffffff;
  min-height: 100px;
}
.newHomePageContainer .MultiCarousel .leftLst {
  left: 0;
}
.newHomePageContainer .MultiCarousel .rightLst {
  right: 0;
}
.newHomePageContainer .MultiCarousel .leftLst.over,
.newHomePageContainer .MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}
.newHomePageContainer .category-description {
  display: none;
}
.newHomePageContainer .page-title-wrapper {
  display: none;
}
.newHomePageContainer .breadcrumbs {
  display: none;
}
.newHomePageContainer .is-widget-container-price_USD_default,
.newHomePageContainer.is-widget-container-technology,
.newHomePageContainer.is-widget-container-software_assurance_value,
.newHomePageContainer .is-widget-container-via_eligible {
  display: none;
}
.newHomePageContainer .sticker-wrapper {
  display: none;
}
.newHomePageContainer #instant-search-pagination-container {
  display: none;
}
.newHomePageContainer .newHomePage .inline-btns {
  display: none;
}
.newHomePageContainer .main-tabs {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
}
.newHomePageContainer .section-tabs {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #dddddd;
}
.newHomePageContainer #tab1 {
  display: none;
}
.newHomePageContainer #tab2 {
  display: none;
}
.newHomePageContainer #tab3 {
  display: none;
}
.newHomePageContainer #tab4 {
  display: none;
}
.newHomePageContainer #tab5 {
  display: none;
}
.newHomePageContainer #tab6 {
  display: none;
}
.newHomePageContainer label.newHomePg {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #525c65;
  border: 1px solid #ddd;
  border-top: 2px solid #ccc;
  background-color: #F0F1F3;
}
/*label{color:#525c65;border:1px solid #ddd;border-top:2px solid #525c65;background-color:#F0F1F3}*/
.newHomePageContainer input:checked + label {
  color: #525c65;
  border: 1px solid #ddd;
  border-top: 2px solid #0b3956;
  background-color: #fff;
}
.newHomePageContainer #tab1:checked ~ #content1,
.newHomePageContainer #tab2:checked ~ #content2,
.newHomePageContainer #tab3:checked ~ #content3,
.newHomePageContainer #tab4:checked ~ #content4,
.newHomePageContainer #tab5:checked ~ #content5,
.newHomePageContainer #tab6:checked ~ #content6 {
  display: block;
}
.newHomePageContainer .owl-buttons {
  display: none !important;
}
.newHomePageContainer .the-slideshow.slider-pagination2 .owl-controls .owl-page span,
.newHomePageContainer .the-slideshow.slider-pagination2 .owl-controls .owl-page.active span.newHmgPg {
  background-color: #0b3956;
  color: #299ee9;
}
.newHomePageContainer .section-tabs-2 {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #dddddd;
}
.newHomePageContainer #tab7 {
  display: none;
}
.newHomePageContainer #tab8 {
  display: none;
}
.newHomePageContainer #tab9 {
  display: none;
}
.newHomePageContainer #tab10 {
  display: none;
}
.newHomePageContainer .labeltwo {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #525c65;
  border: 1px solid transparent;
}
.newHomePageContainer .labeltwo:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}
.newHomePageContainer .labeltwo:hover {
  color: #299ee9;
  cursor: pointer;
}
.newHomePageContainer input:checked + .labeltwo {
  color: #525c65;
  border: 1px solid #ddd;
  border-top: 2px solid #525c65;
  background-color: #F0F1F3;
}
.newHomePageContainer #tab6:checked ~ #content6,
.newHomePageContainer #tab7:checked ~ #content7,
.newHomePageContainer #tab8:checked ~ #content8,
.newHomePageContainer #tab9:checked ~ #content9,
.newHomePageContainer #tab10:checked ~ #content10 {
  display: block;
}
.newHomePageContainer .rowz-header {
  background: #none;
  border-bottom: 1px solid #eee;
  border-top: 0 solid #eee;
  padding: 8px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.newHomePageContainer .rowz-header-bottom {
  background: #fafafa;
  border-bottom: 1px solid #eee;
  padding: 8px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.newHomePageContainer .rowz-header-bottom-clear {
  background: none;
  border-bottom: 1px solid #eee;
  padding: 8px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.newHomePageContainer .md-modal label {
  text-align: left;
  font-weight: 400;
}
@media only screen and (max-width: 1214px) {
  .newHomePageContainer input[type="text"] {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 1001px) {
  .newHomePageContainer .NWParallax .NW-mainHeading,
  .newHomePageContainer .NWParallax-fixed .NW-mainHeading {
    font-size: 26px !important;
  }
  .newHomePageContainer input[type="text"] {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 784px) {
  .newHomePageContainer .NWParallax .NW-mainHeading,
  .newHomePageContainer .NWParallax-fixed .NW-mainHeading {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 650px) {
  .newHomePageContainer label.newHomePg {
    font-size: 13px;
    width: 122px;
    text-align: center;
  }
  .newHomePageContainer label.newHomePg:before {
    margin: 0;
    font-size: 18px;
  }
  .newHomePageContainer .popularitem {
    min-height: 217px;
  }
}
@media screen and (max-width: 400px) {
  .newHomePageContainer label {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .newHomePageContainer .comparison td:first-child,
  .newHomePageContainer .comparison th:first-child {
    display: none;
  }
  .newHomePageContainer .comparison tbody tr:nth-child(odd) {
    display: table-row;
    background: #F7F7F7;
  }
  .newHomePageContainer .comparison .row {
    background: #FFF;
  }
  .newHomePageContainer .comparison td,
  .newHomePageContainer .comparison th {
    border: 1px solid #cccccc;
  }
  .newHomePageContainer .price-info {
    border-top: 0 !important;
  }
}
@media (max-width: 639px) {
  .newHomePageContainer .comparison .price-buy {
    padding: 5px 10px;
  }
  .newHomePageContainer .comparison td,
  .newHomePageContainer .comparison th {
    padding: 10px 5px;
  }
  .newHomePageContainer .comparison .hide-mobile {
    display: none;
  }
  .newHomePageContainer .comparison .price-now span {
    font-size: 16px;
  }
  .newHomePageContainer .comparison .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0;
  }
  .newHomePageContainer .comparison .qbse,
  .newHomePageContainer .comparison .qbo {
    font-size: 12px;
    padding: 10px 5px;
  }
  .newHomePageContainer .comparison .price-buy {
    margin-top: 10px;
  }
  .newHomePageContainer .compare-heading {
    font-size: 13px;
  }
}
.owl-slider-custom {
  padding-top: 30px;
  padding-bottom: 30px;
}
.owl-slider-custom h2.mainheading {
  font-size: 48px;
  line-height: 1.125;
  font-weight: 300;
  text-align: center;
  margin-bottom: 76px;
}





.owl-slider-custom .project img {
  margin-top: 10px;
  width: 60px;
}
.owl-slider-custom .project span {
  font-size: 12px;
  color: #9b9b9b;
}
.owl-slider-custom .project h3 {
  font-size: 24px;
  font-weight: 400;
}


@media screen and (max-width: 950px) {
  .owl-slider-custom .carousel {
    position: relative;
    overflow: hidden;
    width: 620px;
  }
}
@media screen and (max-width: 655px) {
  .owl-slider-custom .carousel {
    position: relative;
    overflow: hidden;
    width: 310px;
  }
  .NWParallax .submitBtn {
    width: 20% !important;
  }
  .owl-slider-custom .project {
    width: auto !important;
  }
  .margin-bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .NW-Counters {
    padding-bottom: 0px !important;
    border-bottom: 1px solid white;
  }
  .NW-marginTopTwo {
    margin-top: 20px !important;
  }
}
.owl-slider-custom .nav-center {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 91px;
  position: absolute;
  top: 70px;
}
.owl-slider-custom .NW-owlBtn {
  width: 120px;
  border: 1px solid #d4d4d4;
  color: #434345;
  font-weight: 700;
  padding: 10px 15%!important;
  margin-top: 20px;
  display: inline-block;
  background: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}
.owl-slider-custom .NW-owlBtn:hover {
  background: #434345;
  color: #fff;
}
.owl-slider-custom .nav-center i {
  font-style: normal !important;
}
.NW-PopularCourses {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("https://www.quickstart.com/media/wysiwyg/infortis/ultimo/custom/newHomepage/bannerBg-compressor.png");
  min-height: 728px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #093048;
}
.NW-PopularCourses h2 {
  font-size: 48px;
  line-height: 1.125;
  font-weight: 300;
  text-align: center;
}
.NW-PopularCourses .course {
  margin-top: 20px;
  display: block;
  background: #fff;
}
.NW-PopularCourses .course .header {
  color: #fff;
  padding: 20px 15px;
  text-align: left;
  font-size: 18px;
  font-weight: 200;
  min-height: 77px;
}
.NW-PopularCourses .dark {
  background: #0b3957;
}
.NW-PopularCourses .pink {
  background: #8A154F;
}
.NW-PopularCourses .blue {
  background: #00559D;
}
.NW-PopularCourses .gray {
  background: #009487;
}
.NW-PopularCourses .course .crs-cnt-area {
  padding: 15px;
  color: #9b9b9b;
}
.NW-PopularCourses #tab-1 .course {
  min-height: 290px !important;
}
.NW-PopularCourses #tab-2 .course {
  min-height: 252px !important;
}
.crs-cnt-area .cDetailsbtn {
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0;
  background: #0C5D8F;
  color: #fff;
  padding: 9px 18px;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
}
.crs-cnt-area .cDetailslink {
  color: #9b9b9b;
  font-size: 13px;
  text-decoration: underline;
  margin-bottom: 17px;
  display: block;
}
ul.NW-tab-container {
  text-align: center;
}
ul.NW-tab-container li {
  border-bottom: 1px solid #fff;
  display: inline-block;
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  padding: 10px 10px;
}
ul.NW-tab-container li.current {
  border-bottom: 1px solid #00559D;
  color: #fff;
}
.tab-content {
  display: none;
  padding: 15px;
}
.tab-content.current {
  display: inherit;
}
.NWParallax {
  background-image: url("https://www.quickstart.com/media/wysiwyg/infortis/ultimo/custom/newHomepage/bannerBg-compressor.png");
  min-height: 728px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #093048;
}
.NWParallax .NW-mainHeading {
  font-size: 46px !important;
}
.NW-mainHeading {
  font-size: 46px !important;
  line-height: 1.125;
  font-weight: 300;
}
.search-ctrl input.form-control {
  box-shadow: none;
  height: 70px;
  border-radius: 10px;
  border: none;
}
.search-ctrl .ic-search {
  top: 0px;
  right: -2px;
  height: 70px;
  border-radius: 0 5px 5px 0;
  padding: 22px 100px;
  color: #fff;
}
.NWParallax .search-ctrl input.form-control {
  box-shadow: none !important;
}
.NWParallax .submitBtn {
  width: 230px !important;
  top: 0px !important;
  right: -3px !important;
  -webkit-border-radius: 0 5px 5px 0!important;
  border-radius: 0 5px 5px 0!important;
  border: none;
  background: url("https://www.quickstart.com/media/wysiwyg/infortis/ultimo/custom/newHomepage/search-btn.png") #0c5d8f no-repeat center center !important;
}
.NW-marginTop {
  margin-top: 40px;
}
.NW-marginLeft {
  margin-left: 10px;
}
.NW-counterHeading {
  line-height: 1.2;
  font-size: 30px;
  text-align: left;
  font-weight: 300;
  margin-left: 10px;
}
.NW-counterPara {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  margin-left: 10px !important;
}
.NW-Counters {
  border-bottom: 1px solid;
  padding-bottom: 31px;
}
.NW-Counters img {
  width: 60px;
}
.NW-TrainingHeading {
  font-size: 30px;
  font-weight: 300;
  margin: 15px;
}
.NW-TrainingPara {
  font-size: 16px;
  font-weight: 300;
}
.NW-TrainingButton {
  width: 170px;
  border: 1px solid #0c5d8f;
  color: #fff;
  font-weight: bold;
  padding: 10px 45px;
  margin-top: 20px;
  display: inline-block;
}
.NW-TrainingButton:hover {
  background: #0c5d8f;
  color: #fff;
}
@media (max-width: 768px) {
  .NW-counterHeading {
    text-align: center;
  }
  .NW-counterPara {
    text-align: center;
  }
}
.NWPridingParallax {
  background-image: url("https://www.quickstart.com/media/wysiwyg/infortis/ultimo/custom/newHomepage/pricing-background-compressor.png");
  min-height: 900px;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #093048;
  padding-top: 50px;
  padding-bottom: 25px;
}
.NWPridingParallax p.para {
  margin-top: 20px;
}
div.pricebtn .btn.btn-primary {
  border: 0px !important;
  background: #0C5D8F !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  font-weight: 300;
  font-size: 13px;
  padding: 0px 31px!important;
  height: 38px;
}
div.pricebtn .btn.btn-primary:hover {
  background: #1188D1 !important;
}
.learnBest {
  margin-top: 80px;
}
.learnBest h2.main {
  font-size: 48px;
}
.learnBest p.para {
  color: #9b9b9b;
  font-size: 16px;
  margin-bottom: 26px;
}
.learnBest img {
  opacity: .5;
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
  will-change: transform;
}
.learnBest img:hover {
  opacity: 1;
}
.learnBest .text-extra-small {
  color: #9b9b9b;
  font-size: 12px;
}
.learnBest h2 {
  color: #333;
  font-weight: 400;
  font-size: 24px;
  margin-top: 5px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.resizeHeading2 {
  font-size: 1.4rem;
}
.resizeHeading3 {
  font-size: 24px;
}
.resizeHeading14dropdown {
  font-size: 12px;
  margin-bottom: 0px;
  ont-weight: 400;
}
.resizeHeading14dropdown a {
  color: #333 !important;
  font-weight: 400;
}
h3.instructorName {
  font-size: 24px;
  font-weight: 400;
  margin-top: 5px;
}
@media (min-width: 768px), print {
  h1.lessMarginBottom {
    margin-bottom: 0px;
  }
  h2.heading2resized {
    font-size: 40px !important;
    margin-bottom: 40px;
    font-weight: 400;
    color: #525c65;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.box-pricing {
  text-align: left;
}
.box-pricing-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.box-pricing-title > *,
.box-pricing-title:after {
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.box-pricing-title .box-pricing-price {
  margin-top: 0;
}
.box-pricing-title .box-pricing-name {
  padding-top: 5px;
}
.box-pricing-title .box-pricing-dots {
  position: relative;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  top: -6px;
  left: -2px;
  border-bottom: 2px dotted #434345;
}
.box-pricing li + li {
  margin-top: 23px;
}
.box-planning {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 11%;
  text-align: center;
}
.box-planning-label {
  display: none;
  z-index: 2;
  color: #fff;
}
.box-planning-label span {
  position: absolute;
}
.box-planning h1,
.box-planning .h1 {
  margin-bottom: 0;
  margin-top: 0;
}
.box-planning h2,
.box-planning .h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
}
.box-planning small {
  margin-top: 0;
  font-size: 14px !important;
  line-height: 21px !important;
}
.box-planning .whatsInside {
  margin: 10px 0;
}
.bg-picton-blue {
  background: #55bbeb;
  fill: #55bbeb;
}
.box-planning .btn,
.box-planning .pagination-classic > li > a,
.box-planning .pagination-classic > li > span {
  margin-top: 35px;
}
.box-planning .divider {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 21px;
}
.box-planning .plan-price sup {
  font-size: 35%;
  top: -1.2em;
}
.box-planning .plan-price sup.big {
  font-size: 60%;
  top: -0.6em;
}
.box-planning .plan-price sub {
  font-size: 35%;
  bottom: 0;
}
.box-planning .list span + span,
.box-planning .list-separated span + span {
  margin-left: 6px;
}
.box-planning .box-planning-body {
  padding: 11% 8% 8% 8%;
  border: 1px solid #f5f5f5;
  border-top: none;
}
.box-planning.active .box-planning-label {
  display: block;
}
.box-planning .text-dark {
  color: #9b9b9b;
  font-size: 16px;
  line-height: 1.5;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
}
.list-separated li + li {
  border-top: 1px solid #f5f5f5;
  margin-top: 8px;
  padding-top: 7px;
}
.box-planning-type-1 {
  max-width: 300px;
  overflow: hidden;
}
.box-planning-type-1 .box-planning-label {
  position: absolute;
  top: -35px;
  right: -35px;
  font-size: 11px;
  font-weight: 900;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: .119em;
}
.box-planning-type-1 .box-planning-label > span {
  right: 32px;
  top: 48px;
  -webkit-transform: rotate(47deg);
  transform: rotate(47deg);
}
.box-planning-type-1 .box-planning-label .box-planning-svg {
  width: 150px;
  height: 150px;
  fill: #42b574;
}
.box-planning-type-1.active {
  box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
}
.box-planning-type-1.active .h1 {
  color: #42b574;
  background: -webkit-linear-gradient(0deg, #42b574 0%, #84c450 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-planning-type-2 {
  max-width: 320px;
}
.box-planning-type-2 .box-planning-label {
  position: absolute;
  top: 25px;
  right: -17px;
}
.box-planning-type-2 .box-planning-label span {
  right: 13px;
  top: 13px;
  -webkit-transform: rotate(-27deg);
  transform: rotate(-27deg);
}
.box-planning-type-2 .box-planning-label .box-planning-svg {
  width: 75px;
  height: 75px;
}
.box-planning-type-2.active {
  box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
}
.box-planning-type-1,
.box-planning-type-2 {
  border: 1px solid #f5f5f5;
}
.box-planning-type-3,
.box-planning-type-4 {
  max-width: 295px;
  padding: 0;
}
.box-planning-type-3 .box-planning-header,
.box-planning-type-4 .box-planning-header {
  padding: 11%;
}
.box-planning-type-3 .box-planning-header h2,
.box-planning-type-3 .box-planning-header .h2,
.box-planning-type-4 .box-planning-header h2,
.box-planning-type-4 .box-planning-header .h2 {
  margin-bottom: 0;
}
.box-planning-type-3 .box-planning-header h3,
.box-planning-type-3 .box-planning-header .h3,
.box-planning-type-4 .box-planning-header h3,
.box-planning-type-4 .box-planning-header .h3 {
  margin-top: 5px;
  margin-bottom: 7px;
}
.box-planning-type-3 .btn,
.box-planning-type-3 .pagination-classic > li > a,
.box-planning-type-3 .pagination-classic > li > span,
.box-planning-type-4 .btn,
.box-planning-type-4 .pagination-classic > li > a,
.box-planning-type-4 .pagination-classic > li > span {
  margin-top: 25px;
}
.box-planning-type-3 .btn-default,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span,
.box-planning-type-4 .btn-default,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span {
  color: #fff;
  background-color: #434345;
  border-color: #434345;
}
.box-planning-type-3 .btn-default:focus,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a:focus,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span:focus,
.box-planning-type-3 .btn-default.focus,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a.focus,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span.focus,
.box-planning-type-3 .btn-default:hover,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a:hover,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span:hover,
.box-planning-type-3 .btn-default:active,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a:active,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span:active,
.box-planning-type-3 .btn-default.active,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a.active,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span.active,
.open > .box-planning-type-3 .btn-default.dropdown-toggle,
.open > .box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a.dropdown-toggle,
.open > .box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span.dropdown-toggle,
.box-planning-type-4 .btn-default:focus,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a:focus,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span:focus,
.box-planning-type-4 .btn-default.focus,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a.focus,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span.focus,
.box-planning-type-4 .btn-default:hover,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a:hover,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span:hover,
.box-planning-type-4 .btn-default:active,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a:active,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span:active,
.box-planning-type-4 .btn-default.active,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a.active,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span.active,
.open > .box-planning-type-4 .btn-default.dropdown-toggle,
.open > .box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a.dropdown-toggle,
.open > .box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span.dropdown-toggle {
  color: #fff;
  background-color: #42b574;
  border-color: #42b574;
}
.box-planning-type-3 .btn-default:active,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a:active,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span:active,
.box-planning-type-3 .btn-default.active,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a.active,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span.active,
.open > .box-planning-type-3 .btn-default.dropdown-toggle,
.open > .box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a.dropdown-toggle,
.open > .box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span.dropdown-toggle,
.box-planning-type-4 .btn-default:active,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a:active,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span:active,
.box-planning-type-4 .btn-default.active,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a.active,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span.active,
.open > .box-planning-type-4 .btn-default.dropdown-toggle,
.open > .box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a.dropdown-toggle,
.open > .box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span.dropdown-toggle {
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.box-planning-type-3 .btn-default:active:hover,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a:active:hover,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span:active:hover,
.box-planning-type-3 .btn-default:active:focus,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a:active:focus,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span:active:focus,
.box-planning-type-3 .btn-default:active.focus,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a:active.focus,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span:active.focus,
.box-planning-type-3 .btn-default.active:hover,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a.active:hover,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span.active:hover,
.box-planning-type-3 .btn-default.active:focus,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a.active:focus,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span.active:focus,
.box-planning-type-3 .btn-default.active.focus,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a.active.focus,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span.active.focus,
.open > .box-planning-type-3 .btn-default.dropdown-toggle:hover,
.open > .box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a.dropdown-toggle:hover,
.open > .box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span.dropdown-toggle:hover,
.open > .box-planning-type-3 .btn-default.dropdown-toggle:focus,
.open > .box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a.dropdown-toggle:focus,
.open > .box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span.dropdown-toggle:focus,
.open > .box-planning-type-3 .btn-default.dropdown-toggle.focus,
.open > .box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a.dropdown-toggle.focus,
.open > .box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span.dropdown-toggle.focus,
.box-planning-type-4 .btn-default:active:hover,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a:active:hover,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span:active:hover,
.box-planning-type-4 .btn-default:active:focus,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a:active:focus,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span:active:focus,
.box-planning-type-4 .btn-default:active.focus,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a:active.focus,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span:active.focus,
.box-planning-type-4 .btn-default.active:hover,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a.active:hover,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span.active:hover,
.box-planning-type-4 .btn-default.active:focus,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a.active:focus,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span.active:focus,
.box-planning-type-4 .btn-default.active.focus,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a.active.focus,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span.active.focus,
.open > .box-planning-type-4 .btn-default.dropdown-toggle:hover,
.open > .box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a.dropdown-toggle:hover,
.open > .box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span.dropdown-toggle:hover,
.open > .box-planning-type-4 .btn-default.dropdown-toggle:focus,
.open > .box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a.dropdown-toggle:focus,
.open > .box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span.dropdown-toggle:focus,
.open > .box-planning-type-4 .btn-default.dropdown-toggle.focus,
.open > .box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a.dropdown-toggle.focus,
.open > .box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span.dropdown-toggle.focus {
  color: #fff;
  background-color: #42b574;
  border-color: #42b574;
}
.box-planning-type-3 .btn-default.disabled,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a.disabled,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span.disabled,
.box-planning-type-3 .btn-default[disabled],
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a[disabled],
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span[disabled],
fieldset[disabled] .box-planning-type-3 .btn-default,
fieldset[disabled] .box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a,
fieldset[disabled] .box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span,
.box-planning-type-4 .btn-default.disabled,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a.disabled,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span.disabled,
.box-planning-type-4 .btn-default[disabled],
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a[disabled],
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span[disabled],
fieldset[disabled] .box-planning-type-4 .btn-default,
fieldset[disabled] .box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a,
fieldset[disabled] .box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span {
  pointer-events: none;
  opacity: .5;
}
.box-planning-type-3 .btn-default .badge,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > a .badge,
.box-planning-type-3 .pagination-classic > li + li:not(:last-child) > span .badge,
.box-planning-type-4 .btn-default .badge,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > a .badge,
.box-planning-type-4 .pagination-classic > li + li:not(:last-child) > span .badge {
  color: #434345;
  background-color: #fff;
}
.box-planning-type-4 {
  max-width: 270px;
}
@media (min-width: 992px) {
  .box-planning-type-1,
  .box-planning-type-2 {
    border: none;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.shell,
.shell-wide,
.shell-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.shell,
.shell-wide {
  min-width: 300px;
  max-width: 480px;
}
@media (min-width: 768px) {
  .shell,
  .shell-wide {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .shell,
  .shell-wide {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .shell,
  .shell-wide {
    max-width: 1200px;
  }
}
@media (min-width: 1800px) {
  .shell-wide {
    max-width: 1800px;
  }
}
.range {
  margin-left: -15px;
  margin-right: -15px;
}
.range > .range {
  margin-left: 0;
  margin-right: 0;
}
.range-spacer {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
[class*="cell-"] {
  padding-left: 15px;
  padding-right: 15px;
}
html.lt-ie-10 * + .range,
* + .range {
  margin-top: 50px;
}
html.lt-ie-10 * + [class*='cell-'],
* + [class*='cell-'],
html.lt-ie-10 * + .range-sm,
* + .range-sm {
  margin-top: 30px;
}
html.lt-ie-10 * + .range-lg,
* + .range-lg {
  margin-top: 66px;
}
html.lt-ie-10 .range-condensed,
.range-condensed {
  margin-left: 0;
  margin-right: 0;
}
html.lt-ie-10 .range-condensed > [class*='cell'],
.range-condensed > [class*='cell'] {
  padding-left: 0;
  padding-right: 0;
}
html.lt-ie-10 .range-condensed > * + [class*='cell'],
.range-condensed > * + [class*='cell'] {
  margin-top: 0;
}
html.lt-ie-10 .range-narrow,
.range-narrow {
  margin-left: -5px;
  margin-right: -5px;
}
html.lt-ie-10 .range-narrow > [class*='cell'],
.range-narrow > [class*='cell'] {
  padding-left: 5px;
  padding-right: 5px;
}
html.lt-ie-10 .range-narrow > * + [class*='cell'],
.range-narrow > * + [class*='cell'] {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 480px) {
  .range {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .range > .range {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .range > [class*='cell'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 480px) {
  * + [class*='cell-xs-'] {
    margin-top: 0;
  }
  .range-xs-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .range-xs-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .range-xs-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .range-xs-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .range-xs-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .range-xs-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .range-xs {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .range-xs-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .range-xs-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .range-xs-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .range-xs-baseline {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .cell-xs-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .cell-xs-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .cell-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .range > .cell-xs-preffix-0 {
    margin-left: 0%;
  }
  .range > .cell-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .range > .cell-xs-preffix-1 {
    margin-left: 8.33333%;
  }
  .range > .cell-xs-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range > .cell-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .range > .cell-xs-preffix-2 {
    margin-left: 16.66667%;
  }
  .range > .cell-xs-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .range > .cell-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-xs-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-xs-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .range > .cell-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .range > .cell-xs-preffix-4 {
    margin-left: 33.33333%;
  }
  .range > .cell-xs-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .range > .cell-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .range > .cell-xs-preffix-5 {
    margin-left: 41.66667%;
  }
  .range > .cell-xs-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .range > .cell-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-xs-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-xs-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .range > .cell-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .range > .cell-xs-preffix-7 {
    margin-left: 58.33333%;
  }
  .range > .cell-xs-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .range > .cell-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .range > .cell-xs-preffix-8 {
    margin-left: 66.66667%;
  }
  .range > .cell-xs-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .range > .cell-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-xs-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-xs-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .range > .cell-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .range > .cell-xs-preffix-10 {
    margin-left: 83.33333%;
  }
  .range > .cell-xs-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .range > .cell-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .range > .cell-xs-preffix-11 {
    margin-left: 91.66667%;
  }
  .range > .cell-xs-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .range > .cell-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-xs-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-xs-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .range > .cell-xs-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  * + [class*='cell-sm-'] {
    margin-top: 0;
  }
  .range-sm-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .range-sm-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .range-sm-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .range-sm-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .range-sm-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .range-sm-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .range-sm {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .range-sm-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .range-sm-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .range-sm-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .range-sm-baseline {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .cell-sm-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .cell-sm-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .cell-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .range > .cell-sm-preffix-0 {
    margin-left: 0%;
  }
  .range > .cell-sm-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .range > .cell-sm-preffix-1 {
    margin-left: 8.33333%;
  }
  .range > .cell-sm-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range > .cell-sm-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .range > .cell-sm-preffix-2 {
    margin-left: 16.66667%;
  }
  .range > .cell-sm-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .range > .cell-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-sm-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-sm-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .range > .cell-sm-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .range > .cell-sm-preffix-4 {
    margin-left: 33.33333%;
  }
  .range > .cell-sm-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .range > .cell-sm-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .range > .cell-sm-preffix-5 {
    margin-left: 41.66667%;
  }
  .range > .cell-sm-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .range > .cell-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-sm-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-sm-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .range > .cell-sm-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .range > .cell-sm-preffix-7 {
    margin-left: 58.33333%;
  }
  .range > .cell-sm-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .range > .cell-sm-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .range > .cell-sm-preffix-8 {
    margin-left: 66.66667%;
  }
  .range > .cell-sm-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .range > .cell-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-sm-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-sm-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .range > .cell-sm-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .range > .cell-sm-preffix-10 {
    margin-left: 83.33333%;
  }
  .range > .cell-sm-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .range > .cell-sm-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .range > .cell-sm-preffix-11 {
    margin-left: 91.66667%;
  }
  .range > .cell-sm-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .range > .cell-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-sm-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-sm-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .range > .cell-sm-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  * + [class*='cell-md-'] {
    margin-top: 0;
  }
  .range-md-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .range-md-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .range-md-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .range-md-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .range-md-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .range-md-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .range-md {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .range-md-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .range-md-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .range-md-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .range-md-baseline {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .cell-md-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .cell-md-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .cell-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .range > .cell-md-preffix-0 {
    margin-left: 0%;
  }
  .range > .cell-md-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .range > .cell-md-preffix-1 {
    margin-left: 8.33333%;
  }
  .range > .cell-md-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range > .cell-md-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .range > .cell-md-preffix-2 {
    margin-left: 16.66667%;
  }
  .range > .cell-md-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .range > .cell-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-md-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-md-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .range > .cell-md-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .range > .cell-md-preffix-4 {
    margin-left: 33.33333%;
  }
  .range > .cell-md-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .range > .cell-md-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .range > .cell-md-preffix-5 {
    margin-left: 41.66667%;
  }
  .range > .cell-md-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .range > .cell-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-md-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-md-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .range > .cell-md-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .range > .cell-md-preffix-7 {
    margin-left: 58.33333%;
  }
  .range > .cell-md-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .range > .cell-md-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .range > .cell-md-preffix-8 {
    margin-left: 66.66667%;
  }
  .range > .cell-md-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .range > .cell-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-md-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-md-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .range > .cell-md-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .range > .cell-md-preffix-10 {
    margin-left: 83.33333%;
  }
  .range > .cell-md-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .range > .cell-md-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .range > .cell-md-preffix-11 {
    margin-left: 91.66667%;
  }
  .range > .cell-md-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .range > .cell-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-md-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-md-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .range > .cell-md-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  * + [class*='cell-lg-'] {
    margin-top: 0;
  }
  .range-lg-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .range-lg-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .range-lg-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .range-lg-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .range-lg-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .range-lg-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .range-lg {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .range-lg-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .range-lg-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .range-lg-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .range-lg-baseline {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .cell-lg-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .cell-lg-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .cell-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .range > .cell-lg-preffix-0 {
    margin-left: 0%;
  }
  .range > .cell-lg-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .range > .cell-lg-preffix-1 {
    margin-left: 8.33333%;
  }
  .range > .cell-lg-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range > .cell-lg-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .range > .cell-lg-preffix-2 {
    margin-left: 16.66667%;
  }
  .range > .cell-lg-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .range > .cell-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-lg-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-lg-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .range > .cell-lg-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .range > .cell-lg-preffix-4 {
    margin-left: 33.33333%;
  }
  .range > .cell-lg-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .range > .cell-lg-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .range > .cell-lg-preffix-5 {
    margin-left: 41.66667%;
  }
  .range > .cell-lg-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .range > .cell-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-lg-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-lg-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .range > .cell-lg-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .range > .cell-lg-preffix-7 {
    margin-left: 58.33333%;
  }
  .range > .cell-lg-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .range > .cell-lg-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .range > .cell-lg-preffix-8 {
    margin-left: 66.66667%;
  }
  .range > .cell-lg-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .range > .cell-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-lg-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-lg-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .range > .cell-lg-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .range > .cell-lg-preffix-10 {
    margin-left: 83.33333%;
  }
  .range > .cell-lg-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .range > .cell-lg-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .range > .cell-lg-preffix-11 {
    margin-left: 91.66667%;
  }
  .range > .cell-lg-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .range > .cell-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-lg-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-lg-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .range > .cell-lg-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (min-width: 1800px) {
  * + [class*='cell-xl-'] {
    margin-top: 0;
  }
  .range-xl-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .range-xl-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .range-xl-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .range-xl-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .range-xl-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .range-xl-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .range-xl {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .range-xl-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .range-xl-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .range-xl-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .range-xl-baseline {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .cell-xl-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .cell-xl-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .cell-xl-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .range > .cell-xl-preffix-0 {
    margin-left: 0%;
  }
  .range > .cell-xl-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .range > .cell-xl-preffix-1 {
    margin-left: 8.33333%;
  }
  .range > .cell-xl-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range > .cell-xl-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .range > .cell-xl-preffix-2 {
    margin-left: 16.66667%;
  }
  .range > .cell-xl-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .range > .cell-xl-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-xl-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-xl-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .range > .cell-xl-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .range > .cell-xl-preffix-4 {
    margin-left: 33.33333%;
  }
  .range > .cell-xl-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .range > .cell-xl-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .range > .cell-xl-preffix-5 {
    margin-left: 41.66667%;
  }
  .range > .cell-xl-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .range > .cell-xl-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-xl-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-xl-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .range > .cell-xl-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .range > .cell-xl-preffix-7 {
    margin-left: 58.33333%;
  }
  .range > .cell-xl-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .range > .cell-xl-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .range > .cell-xl-preffix-8 {
    margin-left: 66.66667%;
  }
  .range > .cell-xl-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .range > .cell-xl-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-xl-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-xl-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .range > .cell-xl-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .range > .cell-xl-preffix-10 {
    margin-left: 83.33333%;
  }
  .range > .cell-xl-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .range > .cell-xl-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .range > .cell-xl-preffix-11 {
    margin-left: 91.66667%;
  }
  .range > .cell-xl-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .range > .cell-xl-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-xl-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-xl-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .range > .cell-xl-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}
html.lt-ie-10 .range > .cell-xs-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%;
}
html.lt-ie-10 .range > .cell-xs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%;
}
html.lt-ie-10 .range > .cell-xs-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
html.lt-ie-10 .range > .cell-xs-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}
html.lt-ie-10 .range > .cell-xs-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%;
}
html.lt-ie-10 .range > .cell-xs-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
html.lt-ie-10 .range > .cell-xs-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%;
}
html.lt-ie-10 .range > .cell-xs-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}
html.lt-ie-10 .range > .cell-xs-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
html.lt-ie-10 .range > .cell-xs-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}
html.lt-ie-10 .range > .cell-xs-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%;
}
html.lt-ie-10 .range > .cell-xs-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
html.lt-ie-10 .range > .cell-xs-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%;
}
html.lt-ie-10 .range > .cell-sm-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%;
}
html.lt-ie-10 .range > .cell-sm-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%;
}
html.lt-ie-10 .range > .cell-sm-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
html.lt-ie-10 .range > .cell-sm-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}
html.lt-ie-10 .range > .cell-sm-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%;
}
html.lt-ie-10 .range > .cell-sm-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
html.lt-ie-10 .range > .cell-sm-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%;
}
html.lt-ie-10 .range > .cell-sm-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}
html.lt-ie-10 .range > .cell-sm-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
html.lt-ie-10 .range > .cell-sm-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}
html.lt-ie-10 .range > .cell-sm-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%;
}
html.lt-ie-10 .range > .cell-sm-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
html.lt-ie-10 .range > .cell-sm-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%;
}
html.lt-ie-10 .range > .cell-md-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%;
}
html.lt-ie-10 .range > .cell-md-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%;
}
html.lt-ie-10 .range > .cell-md-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
html.lt-ie-10 .range > .cell-md-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}
html.lt-ie-10 .range > .cell-md-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%;
}
html.lt-ie-10 .range > .cell-md-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
html.lt-ie-10 .range > .cell-md-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%;
}
html.lt-ie-10 .range > .cell-md-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}
html.lt-ie-10 .range > .cell-md-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
html.lt-ie-10 .range > .cell-md-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}
html.lt-ie-10 .range > .cell-md-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%;
}
html.lt-ie-10 .range > .cell-md-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
html.lt-ie-10 .range > .cell-md-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%;
}
html.lt-ie-10 .range > .cell-lg-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%;
}
html.lt-ie-10 .range > .cell-lg-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%;
}
html.lt-ie-10 .range > .cell-lg-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
html.lt-ie-10 .range > .cell-lg-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}
html.lt-ie-10 .range > .cell-lg-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%;
}
html.lt-ie-10 .range > .cell-lg-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
html.lt-ie-10 .range > .cell-lg-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%;
}
html.lt-ie-10 .range > .cell-lg-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}
html.lt-ie-10 .range > .cell-lg-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
html.lt-ie-10 .range > .cell-lg-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}
html.lt-ie-10 .range > .cell-lg-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%;
}
html.lt-ie-10 .range > .cell-lg-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
html.lt-ie-10 .range > .cell-lg-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%;
}
html.lt-ie-10 .range > [class*="cell-xs-preffix-"],
html.lt-ie-10 .range > [class*="cell-sm-preffix-"],
html.lt-ie-10 .range > [class*="cell-md-preffix-"],
html.lt-ie-10 .range > [class*="cell-lg-preffix-"] {
  margin-left: auto;
}
.block-static-block.widget {
  margin-bottom: 0px;
}
/* Algolia Seach */
#algolia_instant_selector.with-facets #algolia-left-container {
  margin-bottom: 20px;
}
#algolia_instant_selector .custom-list-view:hover .result {
  -webkit-transition-duration: 1s;
  -webkit-transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  transition-duration: 1s;
  transition-delay: 0s;
  transition-timing-function: ease;
  background-color: #EEF9FF;
}
#algolia_instant_selector .custom-list-view button.btn-circle,
#algolia_instant_selector .custom-list-view .cart.table-wrapper .actions-toolbar > .action.btn-circle,
#algolia_instant_selector .custom-list-view .action-gift.btn-circle {
  margin-bottom: 2px;
  border-radius: 25px;
  background-color: #0B3956 !important;
  border: 1px solid #ccc !important;
  color: #fff !important;
  height: 45px;
  width: 45px;
}
#algolia_instant_selector .custom-grid-view button.btn-circle,
#algolia_instant_selector .custom-grid-view .cart.table-wrapper .actions-toolbar > .action.btn-circle,
#algolia_instant_selector .custom-grid-view .action-gift.btn-circle {
  border-radius: 20px;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  padding: 4px 12px !important;
  color: #4D4D4D !important;
}
#algolia_instant_selector .custom-grid.view .inline-btns button.btn-circle:hover,
#algolia_instant_selector .custom-grid.view .inline-btns .cart.table-wrapper .actions-toolbar > .action.btn-circle:hover,
#algolia_instant_selector .custom-grid.view .inline-btns .action-gift.btn-circle:hover {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.38);
  background-color: #FFD900 !important;
}
#algolia_instant_selector button.btn-circle > span,
#algolia_instant_selector .cart.table-wrapper .actions-toolbar > .action.btn-circle > span,
#algolia_instant_selector .action-gift.btn-circle > span {
  font-size: 16px;
}
#algolia_instant_selector button.btn-circle .fa-calendar,
#algolia_instant_selector button.btn-circle .fa-cart-plus,
#algolia_instant_selector button.btn-circle .fa-shopping-cart,
#algolia_instant_selector .cart.table-wrapper .actions-toolbar > .action.btn-circle .fa-calendar,
#algolia_instant_selector .cart.table-wrapper .actions-toolbar > .action.btn-circle .fa-cart-plus,
#algolia_instant_selector .cart.table-wrapper .actions-toolbar > .action.btn-circle .fa-shopping-cart,
#algolia_instant_selector .action-gift.btn-circle .fa-calendar,
#algolia_instant_selector .action-gift.btn-circle .fa-cart-plus,
#algolia_instant_selector .action-gift.btn-circle .fa-shopping-cart {
  margin: -5px;
}
#algolia_instant_selector .custom-list-view .middle-btns {
  padding: 10px 30px;
}
#algolia_instant_selector .custom-list-view .result {
  position: relative;
  border: none !important;
  margin: 0 !important;
  padding: 10px !important;
  min-height: 185px;
}
#algolia_instant_selector .custom-list-view .result .left-bar {
  content: "";
  display: block;
  background-color: #126499;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
#algolia_instant_selector .custom-list-view .result .result-title {
  font-size: 18px !important;
  color: #126499 !important;
  font-weight: 300;
  text-align: left !important;
}
#algolia_instant_selector .custom-list-view .result-content {
  margin-left: 20px;
  margin-right: 100px;
}
#algolia_instant_selector .custom-list-view .inline-btns {
  position: absolute;
  right: 0;
  width: 100px;
  top: 0;
  bottom: 0;
  background-color: #0B3956;
}
#algolia_instant_selector .custom-list-view ul.inline-list {
  margin-top: 15px;
  font-size: 12px;
}
.date-tags > span {
  background-color: #eee;
  padding: 3px 8px;
  border-radius: 5px;
  margin-right: 4px;
  margin-bottom: 6px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
}
.date-tags > span > .date {
  display: block;
  text-align: center;
}
.date-tags > span > .location {
  text-align: center;
  font-size: 12px;
  display: block;
  border-top: 1px dashed #ccc;
}
#algolia_instant_selector .custom-list-view ul.inline-list li {
  background-color: #eee;
  padding: 3px 8px;
  border-radius: 5px;
  margin-right: 4px;
  color: #fff;
  margin-bottom: 6px;
}
#algolia-stats .ais-stats--body > div {
  padding: 0;
  text-align: left;
}
.catalogsearch-result-index .page-title-wrapper {
  display: none;
}
#algolia_instant_selector .algolia-price-wrapper {
  position: absolute;
  left: 10px;
  bottom: 50px;
}
#algolia_instant_selector .algolia_before_special {
  font-size: 14px;
  color: #747C83;
  font-weight: 300;
}
#algolia_instant_selector .algolia_before_special.cut-price {
  text-decoration: line-through;
}
#algolia_instant_selector .algolia_after_special {
  font-size: 16px;
  color: #4D4D4D;
}
#algolia_instant_selector ul.ic-ul {
  margin-top: 20px;
  margin-left: .8em;
  margin-bottom: 0px;
}
#algolia_instant_selector ul.ic-ul.cat {
  margin-top: 6px;
}
#algolia_instant_selector ul.ic-ul.cat li a {
  color: #708aa3;
}
#algolia_instant_selector ul.ic-ul li {
  color: #708aa3;
  background-color: #f8faff;
  border: 1px solid #f0f1f3;
  padding: 2px 4px;
  margin: 0 5px -2px 0;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 10px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
#algolia_instant_selector ul.ic-ul li span.ic {
  font-size: 14px;
  margin: -1px 2px;
  color: #4D4D4D;
}
#instant-search-facets-container .ais-header {
  cursor: pointer;
}
.ais-current-refined-values--item .cross-wrapper {
  float: right !important;
}
#algolia-left-container .ais-current-refined-values--item {
  margin: 0 10px;
}
#instant-search-facets-container .ais-body {
  overflow: hidden;
  max-height: 3000px;
  padding-left: 0 !important;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  -moz-transition-duration: 0.75s;
  -webkit-transition-duration: 0.75s;
  -o-transition-duration: 0.75s;
  transition-duration: 0.75s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#instant-search-facets-container .close .ais-body {
  max-height: 0;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
/*#instant-search-results-container .rating-summary .rating-result[title="%"]{
    display: none;
  }*/
#algolia_instant_selector .result-wrapper em {
  background-color: #fff;
  color: #333;
}
#algolia_instant_selector .custom-grid-view .inline-btns {
  position: absolute;
  bottom: 8px;
  left: 10px;
}
.inline-btns button,
.inline-btns form,
.inline-btns .cart.table-wrapper .actions-toolbar > .action,
.inline-btns .action-gift {
  display: inline-block !important;
}
#instant-search-results-container .sticker.sale {
  width: 30px;
  height: 30px;
}
#algolia_instant_selector .custom-grid-view .result .result-title {
  position: absolute;
  top: 11px;
  height: 60px;
  right: 8px;
  text-align: left !important;
  font-size: 15px !important;
  overflow: hidden;
  font-weight: 300;
  word-break: break-word;
  left: 81px;
}
#algolia_instant_selector .result-wrapper {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  position: relative;
}
#algolia_instant_selector .result-thumbnail {
  position: relative;
  margin: 0;
  padding: 6px;
}
#algolia_instant_selector .hits .infos {
  background-color: #fff !important;
  padding: 0 0 10px 0 !important;
  margin: 0 !important;
}
#instant-search-results-container .ais-hits--item > div {
  padding: 0 15px 0 0;
}
#algolia_instant_selector .custom-grid-view .result {
  position: relative;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 220px;
}
#algolia_instant_selector .facet .name {
  position: relative;
  background-color: #f0f1f3 !important;
  font-size: 14px;
  color: #525c65 !important;
  padding: 10px !important;
  font-weight: 600 !important;
  border-bottom: 0px !important;
}
#algolia_instant_selector .close.facet div.name::after {
  content: "\f078";
}
#algolia_instant_selector .facet .name::after {
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  content: "\f077";
}
#current-refinements .ais-body > div {
  padding-top: 30px;
}
#algolia_instant_selector .facet {
  border: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#instant-search-results-container .course-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 71px;
  height: 71px !important;
  overflow: hidden;
  border-radius: 0% !important;
  display: block;
}
#instant-search-results-container .course-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
}
#algolia_instant_selector .ais-header {
  margin-bottom: 0px !important;
}
#algolia_instant_selector .ais-header .name:hover {
  background-color: #f5f5f5 !important;
}
.ais-body > div {
  padding: 10px 0;
}
#algolia_instant_selector span.sticker-wrapper.top-right {
  top: -10px;
  right: -10px;
}
#algolia_instant_selector .rating-summary {
  margin-left: .7em;
  right: 10px;
  background-color: #fff;
  border-top-left-radius: 5px;
  position: absolute;
  bottom: 10px;
}
#algolia_instant_selector .custom-list-view .middle-btns .rating-summary {
  bottom: 0px;
  top: auto !important;
  position: absolute !important;
  right: 0px !important;
}
#algolia_instant_selector .custom-list-view .algolia-price-wrapper {
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
}
#algolia_instant_selector .custom-list-view .algolia_before_special.cut-price,
#algolia_instant_selector .custom-list-view .algolia_after_special {
  display: inline-block;
  /*padding-top:20px;*/
}
#algolia_instant_selector .custom-list-view .promo-tag {
  padding: 3px 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  font-weight: bold;
}
#algolia_instant_selector .custom-grid-view .promo-tag {
  padding: 3px 8px;
  border-radius: 5px;
  margin-right: 4px;
  color: #fff;
  margin-bottom: 6px;
  position: absolute;
  top: 180px;
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  left: 10px;
  overflow: hidden;
  right: 10px;
}
#algolia_instant_selector .custom-grid-view .included-tag {
  position: absolute;
  left: 10px;
  bottom: 50px;
}
#algolia_instant_selector .rating-summary .rating-result > span:before,
#algolia_instant_selector div.rating-result::before {
  font-size: 20px !important;
}
.rating-summary .rating-result > span {
  width: 0%;
}
#algolia_instant_selector .rating-summary .rating-result {
  width: 60px !important;
}
.ais-hierarchical-menu--count,
.ais-refinement-list--count {
  float: none !important;
  clear: both;
  margin-left: 5px;
  color: #aaa !important;
}
.ais-hierarchical-menu--count::after,
.ais-refinement-list--count::after {
  content: ")";
}
.ais-hierarchical-menu--count::before,
.ais-refinement-list--count::before {
  content: "(";
}
.ais-refinement-list--label,
.ais-hierarchical-menu--link {
  line-height: 1.4em !important;
}
.ais-current-refined-values--clear-all {
  top: 45px !important;
  right: 12px !important;
}
a.ais-current-refined-values--link {
  width: 100%;
}
.ais-current-refined-values--item .cross-wrapper {
  background: none !important;
}
span.clear-cross.clear-refinement {
  width: 10px;
}
.ais-price-ranges--item:hover,
.ais-hierarchical-menu--item:hover,
.ais-refinement-list--item:hover {
  background-color: #f6f6f6;
  text-decoration: none !important;
}
/* begin - chevron */
.ais-hierarchical-menu--item::after {
  font-family: 'FontAwesome';
  content: "\f054";
  position: absolute;
  right: 5px;
  top: 5px;
}
.ais-hierarchical-menu--item.ais-hierarchical-menu--item__active::after {
  content: "";
}
.ais-hierarchical-menu--item {
  position: relative;
}
.ais-hierarchical-menu--item .ais-hierarchical-menu--list::after {
  font-family: 'FontAwesome';
  content: "\f078";
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0px;
  z-index: 1;
}
.ais-hierarchical-menu--item .cross-circle {
  display: none !important;
}
/* end - chevron */
.hp-block.right-column .engStoreSearch .skip-active .search-wrapper.block.block-search {
  display: initial;
}
/* Category Enhancement Starts */
#instant-search-bar-container span.ais-search-box--magnifier-wrapper {
  left: 20px !important;
}
.ais-search-box--magnifier {
  background: url(../../frontend/Infortis/ultimo/en_US/Itskills_Learning/images/magnifier.png) no-repeat center center / contain !important;
  width: 30px !important;
  height: 30px !important;
  right: 13px !important;
  top: 25px !important;
}
#algolia_instant_selector #instant-search-bar {
  width: 100% !important;
  border: 15px solid #f0f1f3 !important;
  font-size: 20px !important;
  padding: 10px 0px 10px 60px !important;
  height: auto !important;
  margin-bottom: 20px !important;
  /*background-image: url(../../frontend/Infortis/ultimo/en_US/Itskills_Learning/images/magnifier.png) !important;*/
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  background-position-y: center !important;
  background-position-x: 9px !important;
}
#algolia_instant_selector #instant-search-bar:focus {
  border-color: #083955 !important;
}
#algolia_instant_selector button.ais-search-box--reset,
#algolia_instant_selector .cart.table-wrapper .actions-toolbar > .action.ais-search-box--reset,
#algolia_instant_selector .action-gift.ais-search-box--reset {
  background: #fff !important;
  top: 24px !important;
  left: 26px !important;
  right: auto !important;
}
.ais-search-box--reset {
  right: none !important;
}
.ais-range-slider--handle-lower .ais-range-slider--tooltip {
  left: 0% !important;
}
.ais-range-slider--handle-upper .ais-range-slider--tooltip {
  left: -185% !important;
}
/* Category Enhancement End */
/* other */
span.clear-cross.clear-query-autocomplete,
span#algolia-glass,
span#algolia-glass {
  top: 8px !important;
}
#algolia_instant_selector #instant-search-box svg.magnifying-glass {
  width: 12px;
}
.dropdown-block .caret {
  opacity: 1 !important;
}
@media (max-width: 768px) {
  #instant-search-results-container .ais-hits--item > div {
    padding: 0 15px 0 15px;
  }
  #algolia_instant_selector .result {
    margin-top: 50px !important;
  }
}
button.manager-personalization.cta-green:hover,
.cart.table-wrapper .actions-toolbar > .action.manager-personalization.cta-green:hover,
.action-gift.manager-personalization.cta-green:hover {
  background: #049548;
  border: 2px solid #049548;
  color: #fff;
}
button.manager-personalization.cta-green,
.cart.table-wrapper .actions-toolbar > .action.manager-personalization.cta-green,
.action-gift.manager-personalization.cta-green {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
  text-transform: none;
  background: #00b053;
  border: 2px solid #00b053;
  padding: 14px 30px;
  text-align: center;
  border-radius: 4px;
  letter-spacing: normal;
  display: inline-block;
  white-space: nowrap;
}
img {
  height: auto !important;
}
div#algolia-searchbox1 > label > span,
div#algolia-searchbox > label {
  display: none;
}
.modal-popup {
  pointer-events: auto !important;
}
body.checkout-onepage-success .page-title-wrapper {
  display: none;
}
.custom-tooltip {
  position: relative;
}
.custom-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: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.custom-tooltip .tooltip-content:after,
.custom-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.custom-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.custom-tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.custom-tooltip .tooltip-content:after,
.custom-tooltip .tooltip-content:before {
  right: 100%;
}
.custom-tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.custom-tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.custom-tooltip .tooltip-toggle {
  cursor: help;
}
.custom-tooltip .tooltip-toggle:hover + .tooltip-content,
.custom-tooltip .tooltip-toggle:focus + .tooltip-content,
.custom-tooltip:hover .tooltip-content {
  display: block;
}
.customer-dp {
  display: none;
}
.captcha button.action.reload.captcha-reload,
.captcha .cart.table-wrapper .actions-toolbar > .action.action.reload.captcha-reload,
.captcha .action-gift.action.reload.captcha-reload {
  position: absolute;
  right: -40px;
  border-radius: 50px;
  top: 5px;
  padding: 8px 10px;
}
.captcha button.action.reload.captcha-reload::after,
.captcha .cart.table-wrapper .actions-toolbar > .action.action.reload.captcha-reload::after,
.captcha .action-gift.action.reload.captcha-reload::after {
  content: "\f542";
  font-family: "Material Design Icons";
}
.captcha button.action.reload.captcha-reload span,
.captcha .cart.table-wrapper .actions-toolbar > .action.action.reload.captcha-reload span,
.captcha .action-gift.action.reload.captcha-reload span {
  display: none;
}
.captcha .control.captcha-image {
  position: relative;
}
.captcha label[for=captcha_user_create]::before {
  content: "\f1ab" !important;
  font-family: "Material Design Icons";
}
a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#pdp-expert-info {
  background-color: #333 !important;
  color: #fff !important;
  padding: 10px;
  margin-bottom: -10px !important;
  display: inline-table;
}
table .col.sku::before {
  display: none !important;
}
table .col.sku {
  color: #fff;
}
.page-title-wrapper .sub-nav {
  display: none;
}
.tooltip-bottom {
  position: relative;
}
.tooltip-bottom .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip-bottom .tooltip-content:after,
.tooltip-bottom .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip-bottom .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip-bottom .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip-bottom .tooltip-content:after,
.tooltip-bottom .tooltip-content:before {
  bottom: 100%;
}
.tooltip-bottom .tooltip-content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip-bottom .tooltip-content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip-bottom .tooltip-toggle {
  cursor: help;
}
.tooltip-bottom .tooltip-toggle:hover + .tooltip-content,
.tooltip-bottom .tooltip-toggle:focus + .tooltip-content,
.tooltip-bottom:hover .tooltip-content {
  display: block;
}
.tooltip-left {
  position: relative;
}
.tooltip-left .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-right: 5px;
  right: 100%;
  top: 0;
}
.tooltip-left .tooltip-content:after,
.tooltip-left .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip-left .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip-left .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip-left .tooltip-content:after,
.tooltip-left .tooltip-content:before {
  left: 100%;
}
.tooltip-left .tooltip-content:after {
  border-left-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.tooltip-left .tooltip-content:before {
  border-left-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.tooltip-left .tooltip-toggle {
  cursor: help;
}
.tooltip-left .tooltip-toggle:hover + .tooltip-content,
.tooltip-left .tooltip-toggle:focus + .tooltip-content,
.tooltip-left:hover .tooltip-content {
  display: block;
}
.tooltip-right {
  position: relative;
}
.tooltip-right .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.tooltip-right .tooltip-content:after,
.tooltip-right .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip-right .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip-right .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip-right .tooltip-content:after,
.tooltip-right .tooltip-content:before {
  right: 100%;
}
.tooltip-right .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.tooltip-right .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.tooltip-right .tooltip-toggle {
  cursor: help;
}
.tooltip-right .tooltip-toggle:hover + .tooltip-content,
.tooltip-right .tooltip-toggle:focus + .tooltip-content,
.tooltip-right:hover .tooltip-content {
  display: block;
}
.tooltip-top {
  position: relative;
}
.tooltip-top .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-bottom: 5px;
  bottom: 100%;
  left: 0;
}
.tooltip-top .tooltip-content:after,
.tooltip-top .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip-top .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip-top .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip-top .tooltip-content:after,
.tooltip-top .tooltip-content:before {
  top: 100%;
}
.tooltip-top .tooltip-content:after {
  border-top-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip-top .tooltip-content:before {
  border-top-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip-top .tooltip-toggle {
  cursor: help;
}
.tooltip-top .tooltip-toggle:hover + .tooltip-content,
.tooltip-top .tooltip-toggle:focus + .tooltip-content,
.tooltip-top:hover .tooltip-content {
  display: block;
}
/* CUSTOM LESS */
.dark-head header.modal-header {
  background-color: #093956;
  color: #fff;
  padding: 18px 50px 18px 18px;
}
.dark-head header.modal-header .modal-title {
  font-size: 18px !Important;
  font-weight: 200;
  border: none;
  padding: 0;
}
.center-head header.modal-header .modal-title {
  text-align: center;
  font-weight: 400;
}
.dark-head.modal-custom .action-close:before,
.dark-head.modal-popup .action-close:before,
.dark-head.modal-slide .action-close:before {
  color: #fff;
  font-family: 'FontAwesome';
  content: "\f057";
  font-size: 20px;
}
template {
  display: none;
}
.green-icons .ic {
  color: #22B573;
}
.product-details-head {
  display: inline-block;
  width: 100%;
  position: relative;
  /* margin-bottom: 20px;*/
  color: #fff;
  padding-bottom: 10px;
  padding-top: 12px;
}
.product-details-head .product-reviews-summary {
  background-color: #fff;
  padding: 0 10px;
  border-radius: 10px;
}
.product-details-head .page-title-wrapper.product {
  padding-top: 11px;
}
.product-details-head .product-img-column.product.media {
  margin: 0;
}
.product-details-head .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background-color: #00559D;
  z-index: -1;
}
.product-details-head .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -2;
}
.grouped button#product-addtocart-button,
.grouped .cart.table-wrapper .actions-toolbar > .action#product-addtocart-button,
.grouped .action-gift#product-addtocart-button {
  background-color: #337ab7;
  padding: 10px;
  font-size: 14px;
  weight: 400;
  font-weight: 400;
}
.product-pricing-column .product-info-main .product-add-form {
  border: none;
  margin: 0;
}
.virtual-box-content.grouped .mage-error,
.virtual-box-content.grouped td.col.qty,
.virtual-box-content.grouped th.col.qty {
  text-align: right;
}
.virtual-box-content.on-request {
  background-color: #f6f6f6 !important;
  cursor: default !important;
  box-shadow: none !important;
  border: 1px solid #eee;
}
.product-details-head .inline-list {
  margin-top: 15px;
}
ul.inline-list {
  margin-bottom: 0;
}
ul.inline-list > li {
  display: inline-block;
  margin-bottom: 0;
}
.product-details-head ul.inline-list > li {
  margin-right: 20px;
}
.inline-block .widget.block-static-block {
  display: inline;
}
.pricing-chart .chart-header h1::after {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  opacity: 0.2;
}
.yearly .when-monthly {
  display: none;
}
.monthly .when-yearly {
  display: none;
}
.pricing-chart a.tooltip-toggle {
  color: #333;
}
.pricing-chart .cart-ctrl select.options {
  margin-bottom: 10px;
  max-width: 90%;
}
.pricing-chart .owl-item .item > ul {
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .product-pricing-column {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
a.mini-cart-heading span {
  margin-top: -1px;
}
.header-top.header .item.item-left.item-interface,
.header-top.header .item.item-right.item-interface {
  margin-top: -4px;
}
.md-modal .modal-inner-wrap {
  max-width: 800px;
}
.sm-modal .modal-inner-wrap {
  max-width: 600px;
}
.table-striped tbody > tr:nth-of-type(odd) {
  background-color: #f5faff;
}
.selfgrid {
  margin: 50px 0 auto;
}
.selfgrid.pricing-chart::after {
  content: "";
  display: table;
  float: none;
  clear: both;
}
.selfgrid-left {
  float: left;
  display: inline-block;
  width: 18%;
  margin-right: 2%;
}
.selfgrid-right {
  width: 80%;
  float: left;
  display: inline-block;
}
.pricing-chart.selfgrid .selfgrid-left .chart-labels li {
  height: 30px;
}
.pricing-chart.selfgrid .selfgrid-left li.chart-header {
  height: 75px !important;
}
.pricing-chart.selfgrid .selfgrid-right li {
  margin-left: 2px;
  margin-right: 2px;
  height: 30px;
  font-size: 14px;
}
.pricing-chart.selfgrid .block.itemslider .owl-item:first-child .item {
  padding-left: 1px;
}
.pricing-chart.selfgrid .block.itemslider .item {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1200px) {
  .selfgrid.pricing-chart .chart-lists {
    width: none !important;
  }
}
@media all and (max-width: 991px) and (min-width: 703px) {
  .selfgrid-left {
    width: 28% !important;
  }
  .selfgrid-right {
    width: 70% !important;
  }
}
@media all and (max-width: 703px) and (min-width: 320px) {
  .selfgrid-left {
    width: 55% !important;
  }
  .selfgrid-right {
    width: 43% !important;
  }
}
@media only screen and (max-width: 767px) {
  .chart-labels {
    width: none !important;
    margin-left: 0;
    margin-right: 0;
  }
}
.page-product-grouped #super-product-table a {
  color: #1e71aa;
}
.page-product-grouped #super-product-table a:hover {
  color: #1796dd;
  text-decoration: underline;
}
.feature.centered p {
  max-width: 1000px;
  margin: auto;
}
.bg-grid-gray {
  background-color: #eee;
  border-radius: 5px;
  min-height: 500px;
  padding-top: 20px;
}
.product.attribute.description ul,
.product.attribute.overview ul,
.product.attribute.description ol,
.product.attribute.overview ol {
  list-style: none outside none;
  margin: 0 0 1em;
  padding: 0;
}
.product.attribute.description ul > li,
.product.attribute.overview ul > li {
  background: url(../../frontend/Infortis/custom/en_US/images/infortis/_shared/cck/list/bullet.png) -5px 2px no-repeat;
  padding-left: 20px;
  transition: background-position 150ms ease-out;
  -moz-transition: background-position 150ms ease-out;
  -webkit-transition: background-position 150ms ease-out;
  -o-transition: background-position 150ms ease-out;
}
.product.attribute.description ul li:hover,
.product.attribute.overview ul li:hover {
  background-position: -3px 2px;
}
.product.attribute.description ol li,
.product.attribute.overview ol li {
  padding-left: 20px;
  position: relative;
  counter-increment: item;
}
.product.attribute.description ol li::before,
.product.attribute.overview ol li::before {
  content: counter(item) ". ";
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .subs-course-modal .modal-inner-wrap {
    width: 95% !important;
    max-width: 1280px;
  }
  .pricing-chart .primary {
    margin-top: -28px;
  }
}
.course-outline {
  border: 1px solid #eee;
}
.course-outline .base-title {
  padding: 10px;
  background-color: #333;
  color: #fff;
  margin: 1px 0;
}
.course-outline .ui-accordion-header {
  cursor: pointer;
  position: relative;
}
.course-outline .ui-accordion-header:after {
  content: "\e261";
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-weight: 400;
  font-family: ThemeIcons;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  padding: 5px;
}
.course-outline .ui-accordion-content {
  display: none;
  overflow: auto;
  overflow-x: hidden;
  max-height: 400px;
}
.course-outline .open .ui-accordion-content {
  display: block;
}
.course-outline .open .ui-accordion-header:after {
  content: "\e262";
}
.course-outline .online .accordion-body {
  padding: 0 20px;
}
.course-outline .classroom .accordion-body {
  padding: 10px 20px;
}
.course-outline .online .accordion-body > h4 {
  padding: 10px 10px 10px 30px;
  background-color: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
}
.course-outline .online li ul {
  margin-top: 10px;
  margin-left: 30px !important;
}
.course-outline .classroom td {
  padding: 0;
}
.course-outline .classroom li ul {
  margin-top: 10px;
  margin-left: 30px !important;
}
.course-outline .classroom .accordion-body ul {
  margin-left: 30px;
  margin-bottom: 0;
  margin-top: 10px;
}
.course-outline .classroom .accordion-body ul + br {
  margin: 0;
}
.course-outline .online .accordion-body ul {
  margin-left: 30px;
  margin-top: 15px;
}
.course-outline .online ul li:before {
  margin-right: 5px;
  content: "\f016";
  font-weight: 400;
  font-family: 'FontAwesome';
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.course-outline .classroom ul li:before {
  margin-right: 5px;
  content: "\e228";
  font-weight: 400;
  font-family: ThemeIcons;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.autocomplete-wrapper .aa-dataset-products {
  width: 100%;
}
.header-top-container span.counter.qty,
.minicart-wrapper.mini-cart span.counter.qty {
  margin-top: 0px !important;
}
/* Pricing Chart */
.pricing-chart .chart-lists .cart-ctrl .label {
  display: block;
}
.pricing-chart .chart-lists ul {
  border: 1px solid #ddd;
  border-top: none;
}
.pricing-chart .cart-ctrl {
  height: auto;
}
.pricing-chart .cart-ctrl .btn {
  width: 90%;
}
.pricing-chart .cart-ctrl .qty {
  max-width: 50px;
  margin-bottom: 5px;
  text-align: center;
}
.pricing-chart .chart-labels li {
  font-size: 14px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding-left: 0;
}
.pricing-chart .chart-labels li .ic {
  position: absolute;
  right: -7px;
  top: 14px;
}
.pricing-chart .chart-lists li .mdi-check {
  color: #84c450;
}
.pricing-chart .chart-lists li i {
  font-size: 22px;
}
.pricing-chart .chart-lists li:last-child {
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
}
.pricing-chart li {
  border-bottom: 1px solid #eee;
  padding: 10px;
  margin: 10px;
  height: 25px;
  /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.pricing-chart .chart-labels .chart-header {
  padding-top: 100px;
  height: 60px;
  margin-bottom: 0;
}
.pricing-chart .chart-lists .chart-header {
  /*padding-top: 5%;
    padding-bottom: 1%;*/
  color: #fff;
  margin-right: -2px !important;
  margin-left: -2px !important;
  height: 150px !important;
}
.pricing-chart .primary > ul {
  box-shadow: 0px 0px 23px rgba(96, 105, 114, 0.5);
  -webkit-box-shadow: 0px 0px 23px rgba(96, 105, 114, 0.5);
  -moz-box-shadow: 0px 0px 23px rgba(96, 105, 114, 0.5);
  background-color: #f6f6f6;
}
.pricing-chart .chart-lists .primary .chart-header {
  background-color: #2b95d2;
  height: 178px !important;
}
.pricing-chart .chart-header h2 span {
  font-size: 60%;
}
.pricing-chart .chart-header h2 {
  margin-top: 10px;
  margin-bottom: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 1px;
  letter-spacing: -0.5px;
}
.pricing-chart .chart-header h1 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
}
.pricing-chart .chart-header h1 sup,
.pricing-chart .chart-header h2 sup {
  font-weight: 100;
}
.pricing-chart .chart-header h1 small,
.pricing-chart .chart-header h2 small {
  color: #fff;
  display: inline-block;
}
.pricing-chart .chart-lists {
  text-align: center;
}
.pricing-chart .chart-labels {
  text-align: right;
}
@media (min-width: 1200px) {
  /*.pricing-chart .chart-lists .mobile-grid{
      margin-left: 0;
      margin-right: 0;
    }*/
  .show-below-1280 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .pricing-chart .chart-lists {
    width: 100%;
  }
  .pricing-chart .show-below-1280 li {
    height: auto;
  }
}
@media (min-width: 786px) {
  .show-below-786 {
    display: none;
  }
}
@media (max-width: 786px) {
  .show-below-786 {
    display: block;
  }
}
.shadow-border {
  box-shadow: 0px 0px 23px rgba(96, 105, 114, 0.5);
  -webkit-box-shadow: 0px 0px 23px rgba(96, 105, 114, 0.5);
  -moz-box-shadow: 0px 0px 23px rgba(96, 105, 114, 0.5);
}
.anchors .btn {
  display: inline-block;
  height: auto !important;
  margin: 5px;
}
.column.main {
  padding-bottom: 0 !important;
}
.bg-overlay {
  overflow: hidden;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
.bg-overlay .bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.bg-overlay.dark .bg-img::before {
  background: rgba(0, 0, 0, 0.55);
}
.bg-overlay.light .bg-img::before {
  background: rgba(255, 255, 255, 0.9);
}
.bg-overlay .bg-img {
  content: "";
  overflow: hidden;
  z-index: -1;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  pointer-events: none;
}
.bg-blue {
  background: #2b95d2;
}
.bg-blue .feature.centered .ic {
  color: #fff;
}
.bg-blue .page-banners .banner a:hover .ic,
.bg-blue .page-banners .banner a:hover .above-heading {
  color: #ddd;
}
.bg-blue .feature .above-heading {
  color: #fff;
  font-size: 14px;
}
.bg-blue .feature {
  margin: 0;
}
.bg-gray-light {
  background: #f6f6f6;
  fill: #f6f6f6;
}
.bg-dark {
  background: #373d3f;
  fill: #373d3f;
}
.bg-white {
  background: #fff;
  fill: #fff;
}
.hr-below-title {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  background-color: #404142;
  fill: #404142;
  width: 30px;
  height: 2px;
  border: none;
}
.hr-below-title-left {
  overflow: hidden;
  margin-top: -20px;
  text-align: left;
  background-color: #404142;
  fill: #404142;
  width: 30px;
  height: 2px;
  border: none;
}
.text-muted {
  /*  color: #9b9b9b;*/
  color: #666;
}
.text-primary {
  color: #337ab7;
}
.text-white {
  color: #fff;
}
.text-bold {
  font-weight: 700;
}
.text-extra-big {
  font-size: 38px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .text-extra-big {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  .text-extra-big {
    font-size: 70px;
  }
}
.form-label {
  position: absolute;
  top: 25px;
  left: 16px;
  color: #232323;
  pointer-events: none;
  z-index: 9;
  transition: .3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  right: 10px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-label.focus {
  color: #8ac03c;
  top: 1px;
  -webkit-transform: scale(0.8) translateY(0);
  transform: scale(0.8) translateY(0);
}
.form-label.auto-fill {
  color: #232323;
}
input.form-control {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 9px 16px;
  line-height: 1.6;
  color: #232323;
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #bababa;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #bababa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(186, 186, 186, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(186, 186, 186, 0.6);
}
.form-control::-moz-placeholder {
  color: #232323;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #232323;
}
.form-control::-webkit-input-placeholder {
  color: #232323;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.btn.btn-default {
  color: #fff;
  background-color: #434345 !important;
  position: relative;
  padding: 10px;
  height: 50px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: .3s !important;
  backface-visibility: hidden;
  margin-left: 5px;
  margin-right: 5px;
}
.btn.btn-primary-gray {
  color: #4d4d4d;
  background-color: #F0F1F3 !important;
  position: relative;
  padding: 10px;
  height: 50px;
  border: 2px solid #1b8ad7 !important;
  border-radius: 5px !important;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15) !important;
  transition: .3s !important;
  backface-visibility: hidden;
  margin-left: 5px;
  margin-right: 5px;
}
.btn.btn-primary {
  color: #fff;
  background-color: #337ab7 !important;
  position: relative;
  padding: 10px;
  height: 50px;
  border: 2px solid #1b8ad7 !important;
  border-radius: 5px !important;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15) !important;
  transition: .3s !important;
  backface-visibility: hidden;
  margin-left: 5px;
  margin-right: 5px;
}
.btn.btn-default:hover,
.btn.btn-primary:hover {
  color: #fff;
  background-color: #42b574 !important;
  border-color: #36e080 !important;
}
.search-ctrl {
  position: relative;
}
.search-ctrl input.form-control {
  box-shadow: 0px 0px 20px 5px #1e71aa;
  -webkit-box-shadow: 0px 0px 20px 5px #1e71aa;
  -moz-box-shadow: 0px 0px 20px 5px #1e71aa;
}
.search-ctrl .ic-search {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 10px;
  margin: 0;
  background-color: #fff;
  border-radius: 5px;
  color: #2b95d2;
  font-size: 24px;
}
/* Resnposive Issues INTLSKILLS-1276 */
@media (max-width: 768px) {
  .free-trial-btn {
    padding: 10px 0px;
  }
  .btn.btn-primary {
    white-space: normal;
  }
  h3.text-bold.text-primary.section-title {
    display: none;
  }
  .product-details-head .product-img-column.product.media {
    display: none;
  }
  body {
    overflow-x: hidden !important;
  }
}
/* New Category Banner CSS INTLSKILLS-1349  & INTLSKILLS-1326 */
.headbanner-container {
  position: relative;
  box-shadow: 6px 6px 8px rgba(127, 127, 127, 0.19);
  padding: 32px 0 20px 0px;
  overflow: visible;
  margin-top: -10px;
}
.headbanner-container h1 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 300 !important;
}
.headbanner-container h1 span {
  color: #00559D;
}
.headbanner-container p {
  font-size: 14px;
  line-height: 25px;
}
.headbanner-container .inputbtn {
  margin: 40px 0 0 0;
}
.headbanner-container .btn.btn-primary {
  width: 100%;
  white-space: normal !important;
  background: #fff !important;
  border: 1px solid #00559D!important;
  color: #00559D !important;
  box-shadow: none !important;
  font-size: 16px !important;
  transition: 0s !important;
}
.headbanner-container .btn.btn-primary:hover {
  color: #fff !important;
  background-color: #00559D !important;
  box-shadow: none !important;
  border-color: #00559D !important;
}
.headbanner-container .chatbtn {
  text-align: center;
  margin: 7px;
}
.headbanner-container .chatbtn a {
  color: #525c65 !important;
  font-size: 13px;
}
.headbanner-container .chatbtn span {
  font-size: 25px;
  color: #8F8F8F;
}
/* Category Banner Option 2 */
.headbanner-container .lftbtn {
  margin: 20px 0;
  display: block;
}
.headbanner-container .lftbtn .btn.btn-primary {
  width: auto !important;
  padding: 0 30px!important;
  height: 40px !important;
  background-color: #00559D !important;
  border: none !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  transition: 0s !important;
}
.headbanner-container .lftbtn .btn.btn-primary:hover {
  background-color: #fff !important;
  border-color: #00559D !important;
  border: 1px solid #00559D!important;
  color: #00559D !important;
  box-shadow: none !important;
  font-size: 13px !important;
  transition: 0s !important;
}
.headbanner-container .leftsec {
  float: left;
  margin-right: 8px;
}
.headbanner-container .leftsec span {
  margin-top: -5px;
  color: #00559D;
  font-size: 25px;
  display: block;
}
.headbanner-container .rightsec {
  background: #ff222;
}
.headbanner-container .rightsec h3 {
  color: #00559D;
  font-size: 18px;
  margin-bottom: 0px;
}
.headbanner-container .rightsec p {
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: -.5px;
}
.headbanner-container p.disclaimer {
  margin-top: 30px;
  font-size: 11px;
  color: #8F8F8F;
  line-height: 15px;
}
.headbanner-container div.heading2 {
  font-size: 30px;
  font-weight: 200;
  margin-left: 12px;
  letter-spacing: -1px;
}
.headbanner-container div.heading2 span {
  color: #00559D;
}
.headbanner-container .chatbtn.bannertype2 {
  text-align: left !important;
}
@media (max-width: 980px) {
  .btn.btn-primary {
    white-space: normal !important;
  }
}
/*GROWTH-858 Vertical Nav Bar Starts*/
/*GROWTH-858 Vertical Nav Bar Starts*/
.header-primary.header.container {
  width: 98%;
}
.header-primary.header.container .inner-container {
  padding-left: 10px;
  padding-right: 10px;
}
.hp-block.central-column {
  text-align: left !important;
}
.nav-vert li.level0 {
  margin-bottom: -1px;
}
.level0.nav-submenu.nav-panel--dropdown.nav-panel {
  /*min-height: 231px*/
}
#mainmenu .nav-item.nav-1.first .nav-panel--dropdown.nav-panel {
  left: 150px;
  top: -11px;
}
#mainmenu .nav-item.nav-3.mega div.nav-panel--dropdown.nav-panel {
  min-height: 251px;
  padding: 0 20px;
}
/* find training Scrollbar */
#mainmenu .nav-item.nav-1.first.mega div.nav-panel--dropdown.nav-panel {
  overflow-y: scroll;
  height: 550px !important;
  border-right: none;
  padding-left: 16px;
}
#mainmenu .nav-item.nav-1.first.mega div.nav-panel--dropdown.nav-panel {
  width: 200px;
  height: 400px;
  overflow-y: scroll;
}
#mainmenu .nav-item.nav-1.first.mega div.nav-panel--dropdown.nav-panel::-webkit-scrollbar {
  width: 12px;
}
#mainmenu .nav-item.nav-1.first.mega div.nav-panel--dropdown.nav-panel::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 0px;
}
#mainmenu .nav-item.nav-1.first.mega div.nav-panel--dropdown.nav-panel::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #E5E5E5;
}
#mainmenu .nav-item.nav-4.mega div.nav-panel--dropdown.nav-panel {
  min-height: 251px;
  padding: 0 30px;
}
/* find training Scrollbar End */
.nav-panel--dropdown.nav-panel.full-width {
  min-height: 231px;
}
.header-primary-container .header-primary .engStoreSearch .search-wrapper,
.header-primary-container .header-primary .engStoreSearch #header-search .search-wrapper {
  width: 36%;
  float: left;
  margin-left: -53px;
  margin-top: 6px;
}
/* subscription menu css */
h3.subph3 {
  font-weight: 600;
}
h3.colorhead span {
  color: #F00;
}
.subpDesc {
  min-height: 106px;
  font-size: 13px;
  line-height: 21px;
  margin-top: 24px;
}
.subpDescBtn {
  background: #004c7f;
  border-radius: 0px;
  color: #fff !important;
  padding: 4px 11px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  width: 97px;
  text-align: center;
}
/* subscription menu css end */
.vMenuColCusWidth.central-column.grid12-2 {
  width: 12% !important;
}
.dropdownCusNav {
  float: right;
  position: relative;
  display: inline-block;
  line-height: 35px;
  margin: 0 10px;
}
.dropdownCusNav.accounts {
  margin: 0 29px 0 0px;
}
.top-links ul {
  float: left;
  text-align: left;
  width: auto;
}
.dropdown-content-CusNav {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  padding-left: 9px;
  z-index: 1;
  margin-left: -100px;
  margin-top: 0;
  border-right: 5px solid #98185e;
}
.dropdown-content-CusNav1 {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 0 0 10px 0;
  padding-left: 9px;
  z-index: 1;
  margin-left: -100px;
  margin-top: 0;
  border-right: 5px solid #98185e;
}
.header-primary .links > li > * {
  font-size: 11px;
  line-height: 35px;
  color: #093048;
}
.header-primary .links > li > :hover {
  line-height: 35px;
  color: #093048;
  background: transparent;
}
.dropdownCusNav:hover .dropdown-content-CusNav {
  display: block;
}
.dropdownCusNav:hover .dropdown-content-CusNav1 {
  display: block;
}
.itemAlign .customCartNavbar {
  display: inline-flex;
}
#vertnav-trigger.vertnav-trigger span.label {
  text-transform: capitalize !important;
}
.vertnav-trigger .menu-trigger-inner {
  background-color: #fff !important;
  color: #0b3956;
}
.menu-trigger-inner span.label {
  color: #132F48;
  font-weight: 600;
}
div.dropDownAccounts ul.header.links li {
  float: initial;
}
div.dropDownAccounts .header-container .right-column .top-links ul {
  float: left;
}
.modal-inner-wrap.loading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 99;
  background-image: url("../../frontend/Infortis/custom/en_US/images/loader-1.gif");
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100px;
}
.dropdown .dropbtn span.menu-icon {
  background: url(../../frontend/Infortis/custom/en_US/images/menu2.svg) center 0 no-repeat;
  height: 26px;
  width: 24px;
}
.dropdownCusNav .navQuestion {
  background: url(../../frontend/Infortis/custom/en_US/images/question2.svg) center center no-repeat;
  height: 28px;
  width: 28px;
  display: inline-block;
  vertical-align: bottom;
}
.hp-block.right-column .customCartNavbar {
  margin: auto;
}
.dropdownCusNav .navAccount {
  background: url(../../frontend/Infortis/custom/en_US/images/menu-account2.svg) center center no-repeat;
  height: 28px;
  width: 28px;
  display: inline-block;
  vertical-align: bottom;
}
a.getStbtn {
  background: #299EE9;
  color: #fff;
  padding: 0px 29px;
  font-weight: 600;
  border-radius: 5px;
  margin-top: 8px;
  margin-bottom: 5px;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
}
a.getStbtn:hover {
  background: #1796dd;
  color: #fff !important;
}
.header-primary .links > li > * {
  background-image: none;
}
.header-primary .links > li > * {
  font-size: 13px;
  line-height: 35px;
}
.dropDownAccounts #header-account.top-links ul {
  width: 100%;
}
.dropDownAccounts #header-account.top-links ul li:first-child {
  color: #093048 !important;
  font-weight: 600;
  background-image: none;
  margin-left: -5%;
  background: #f7f7f7;
}
.dropDownAccounts #header-account a.telNumber {
  display: none;
}
@media only screen and (max-width: 414px) {
  .customCartNavbar,
  .dropdownCusNav {
    display: none;
  }
}
@media (min-width: 1179px) and (max-width: 1289px) {
  .header-primary-container .header-primary .engStoreSearch .search-wrapper,
  .header-primary-container .header-primary .engStoreSearch #header-search .search-wrapper {
    width: 32%;
    float: left;
    margin-left: -45px;
  }
  .hp-block.right-column .navi-wrapper {
    margin-left: 4px;
  }
}
@media (min-width: 996px) and (max-width: 1179px) {
  .header-primary-container .header-primary .engStoreSearch .search-wrapper,
  .header-primary-container .header-primary .engStoreSearch #header-search .search-wrapper {
    width: 26%;
    margin-left: -33px;
  }
  .dropbtn {
    margin-left: -27px;
  }
  .hp-block.right-column .navi-wrapper {
    margin-left: -3px;
  }
}
@media (max-width: 995px) {
  a.getStbtn,
  .dropdownCusNav,
  .customCartNavbar {
    display: none !important;
  }
  .header-primary-container .header-primary .engStoreSearch .search-wrapper,
  .header-primary-container .header-primary .engStoreSearch #header-search .search-wrapper {
    float: none;
    margin: 25px auto;
    max-width: 100% !important;
  }
}
@media (max-width: 995px) {
  a.getStbtn,
  .dropdownCusNav,
  .customCartNavbar {
    display: none !important;
  }
}
.subMainCn {
  font-size: 16px;
  font-weight: 400;
}
.verDottedLn {
  border-right: 2px dotted #e9e9e9;
  height: 200px;
  display: inline-block;
  margin: 14px auto;
}
.menuCustomPosition {
  float: left;
  display: inline-block;
  margin-left: 12px;
}
/*GROWTH-858 Vertical Nav Bar End*/
/*INTLSKILLS-2258*/
header-container .logo-wrapper .logo img {
  margin-top: 6px;
}
.nav-regular li.level0 > a {
  padding: 0 5px;
  margin-top: 1px;
  letter-spacing: -.5px;
}
.header-container .logo-wrapper .logo img {
  margin-top: 6px;
}
.pricing-chart .chart-lists ul.dropMenu li {
  font-size: 13.5px !important;
  height: 21px !important;
}
.navi .nav-panel-inner {
  padding: 0px !important;
}
.pricing-chart .chart-lists ul.dropMenu {
  padding-bottom: 30px !important;
}
input.input-text.algolia-search-input.aa-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #0b3956;
}
input.input-text.algolia-search-input.aa-input::-moz-placeholder {
  font-size: 14px;
  color: #0b3956;
}
input.input-text.algolia-search-input.aa-input:-ms-input-placeholder {
  font-size: 14px;
  color: #0b3956;
}
input.input-text.algolia-search-input.aa-input:-moz-placeholder {
  font-size: 14px;
  color: #0b3956;
}
.get-noticed-img {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 15px;
  margin-bottom: 10px;
}
.profile-progress.get-noticed-wrapper {
  padding: 20px 20px;
}
.get-noticed-img {
  float: left;
  width: 100%;
  padding: 0px 15px;
  box-sizing: border-box;
}
.noticed-content-wrapper p {
  color: #484848;
  /*#7F7F7F;*/
  font-size: 14px;
  float: left;
  width: 100%;
}
.noticed-content-wrapper ul {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.noticed-content-wrapper ul li {
  margin-bottom: 0;
  color: #565656;
  font-size: 14px;
}
/* START INTLSKILLS-3764 */
.catalog-category-view .custom-list-view ul.inline-list li {
  background-color: #15567b !important;
}
/* END INTLSKILLS-3764 */
/* VAP FIXES */
.btnvalue-alg {
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  white-space: nowrap;
}
#algolia_instant_selector ul.ic-ul li {
  color: #4D4D4D !important;
}
#algolia_instant_selector .algolia_before_special {
  color: #4D4D4D !important;
}
.breadcrumbs .items {
  color: #4D4D4D !important;
}
#algolia_instant_selector .hits .infos {
  color: #4D4D4D !important;
}
.form.create-new.account.custom-login.form-create-account .text-muted {
  color: #4D4D4D !important;
}
.custom-login .text-muted a {
  color: #0c5d8f !important;
}
.custom-login .text-muted a:hover {
  color: #0c5d8f !important;
}
.social-login-btn-google {
  background-color: #af4738 !important;
}
h1.customH1 {
  margin-bottom: 0px !important;
}
.head-one-step-checkout a {
  color: #666;
}
.checkout-index-index button#add_coupon_code_button,
.checkout-index-index .cart.table-wrapper .actions-toolbar > .action#add_coupon_code_button,
.checkout-index-index .action-gift#add_coupon_code_button {
  background: #666 !important;
}
form.searchbox.sbx-sffv.sbx-sffv-disabled {
  display: none;
}
.social-login-authentication-channel.account-social-login .btn-google {
  background-color: #95261A;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  color: #484848 !important;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  color: #484848 !important;
}
/* GROWTH-1904 */
.header .logo-wrapper div.logo a {
  display: block;
}
.dark-head.center-head .modal-header .action-close {
  padding: 0px 10px;
}
/* For Non Custom Nav */
.header-top-container .icon-cus-nav {
  display: none;
}
:root {
  --body-color: #212121;
  --primary-blue: #35d8d2;
  --primary-green: #1ea6cd;
  --primary-green: #CD2026;
  --sec-green: #20CDC7;
  --sec-blue: #112E51;
  --light-grey: #f9fafd;
  --sky-blue: #24CBD4;
  --white-color: #FFFFFF;
}
a, .alink {
  color: #aaaaaa !important;
  text-decoration: none !important;
}
a:hover, .alink:hover {
  color: #0d6efd !important;
  text-decoration: underline !important;
}
.custom-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .custom-flex {
    flex-wrap: wrap;
  }
}

.align-items-unset {
  align-items: unset;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: right !important;
}

@media (min-width: 992px) {
  .text-md-end {
    text-align: right !important;
  }
}
.subSections {
  padding: 5rem 0;
}
@media (max-width: 991.98px) {
  .subSections {
    padding: 3rem 2rem;
  }
}

@media (max-width: 991.98px) {
  html {
    font-size: 50%;
  }
}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-blue);
  border-radius: 10px;
}

#hn body {
  font-family: "Roboto", georgia, serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--body-color);
}
@media (max-width: 767.98px) {
  #hn body {
    font-size: 1.8rem;
  }
}
#hn input[type=text], #hn input[type=password], #hn input[type=url], #hn input[type=tel], #hn input[type=search], #hn input[type=number], #hn input[type=datetime], #hn input[type=email] {
  font-family: "Roboto", georgia, serif;
}
#hn h1 {
  font-size: 4.8rem;
}
@media (max-width: 1199.98px) {
  #hn h1 {
    font-size: 4rem;
  }
}
@media (max-width: 991.98px) {
  #hn h1 {
    font-size: 3.8rem;
  }
}
@media (max-width: 767.98px) {
  #hn h1 {
    font-size: 3.2rem;
  }
}
#hn h2 {
  font-size: 3.2rem;
}
@media (max-width: 767.98px) {
  #hn h2 {
    font-size: 2.8rem;
  }
}
#hn h3 {
  font-size: 2.8rem;
}
@media (max-width: 767.98px) {
  #hn h3 {
    font-size: 2.4rem;
  }
}
#hn h4 {
  font-size: 2rem;
}
#hn button, #hn .cart.table-wrapper .actions-toolbar > .action, #hn .action-gift {
  font-family: "Roboto", sans-serif;
  font-size: inherit;
  font-weight: inherit;
}
#hn .btn {
  display: inline-block;
  padding: 1rem 3rem;
  line-height: 1.2;
  border: 1px solid;
  border-radius: 5px;
  transition: 0.4s ease-in-out;
}
#hn .btn:hover {
  cursor: pointer;
}
#hn .btn-green {
  background-color: var(--primary-green);
  border-color: var(--primary-green);
  color: var(--white-color);
}
#hn .btn-green:hover {
  background-color: var(--white-color);
  color: var(--primary-green);
}
#hn .btn-white {
  background-color: var(--white-color);
  color: var(--primary-blue);
  border-color: var(--white-color);
}
#hn .btn-white:hover {
  background-color: var(--primary-blue);
  color: var(--white-color);
}
#hn .btn-white-alt {
  background-color: transparent;
  color: var(--white-color);
  border-color: var(--white-color);
}
#hn .btn-white-alt:hover {
  background-color: var(--white-color);
  color: var(--primary-blue);
}
#hn .btn-blue {
  background-color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
  color: var(--white-color);
}
#hn .btn-blue:hover {
  background-color: transparent;
  color: var(--primary-blue);
}
#hn .btn-blue-alt {
  background-color: transparent;
  color: var(--body-color);
  border: 2px solid var(--sky-blue);
}
#hn .btn-blue-alt:hover {
  background-color: var(--sky-blue);
  color: var(--white-color);
}
#hn .btn-orange {
  background-color: var(--primary-green);
  border: 1px solid var(--primary-green);
  color: var(--white-color);
}
#hn .btn-orange:hover {
  background-color: var(--white-color);
  color: var(--primary-green);
}
#hn .btn-orange-alt {
  background-color: var(--white-color);
  border: 1px solid var(--primary-green);
  color: var(--primary-green);
}
#hn .btn-orange-alt:hover {
  background-color: var(--primary-green);
  color: var(--white-color);
}
#hn .mt-0 {
  margin-top: 0;
}
#hn .mb-0 {
  margin-bottom: 0;
}
#hn .mt-5 {
  margin-top: 1.5rem;
}
#hn .py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#hn .br-25 {
  border-radius: 25px;
}
#hn ul.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#hn ul.check-list li {
  margin-bottom: 1.5rem;
}
#hn ul.check-list li i {
  color: var(--primary-green);
  font-style: normal;
}
#hn ul.check-white li, #hn ul.check-blue li {
  display: flex;
  gap: 10px;
  margin-bottom: 1.5rem;
}
#hn ul.check-white li:before {
  content: url(../../frontend/Infortis/custom/en_US/images/2023/white-tick.png);
}
#hn ul.check-blue li:before {
  content: url(../../frontend/Infortis/custom/en_US/images/2023/blue-tick.png);
}
#hn .light-bg {
  background-color: var(--light-grey);
}
#hn .gr-bg {
  background-color: var(--light-grey);
}
#hn .blue-bg {
  background-color: var(--primary-blue);
  background-image: url("../../frontend/Infortis/custom/en_US/images/2023/blue.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#hn .sticky-hn {
  position: sticky;
  top: 2rem;
}
@media (max-width: 767.98px) {
  #hn .sticky-hn {
    position: static;
    top: 0;
  }
}
#hn #header-container {
  padding: 1.5rem 0;
}
#hn #header-container .header-primary .hp-blocks-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
#hn #header-container .logo-wrapper img {
  width: 88%;
  margin: 0;
}
@media (max-width: 991.98px) {
  #hn #header-container .left-column {
    width: 20%;
  }
}
#hn #header-container .central-column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  #hn #header-container .central-column {
    width: 60% !important;
  }
}
#hn #header-container .central-column::after, #hn #header-container .central-column::before {
  display: none;
}
#hn #header-container .central-column .item .nav-container {
  display: block;
}
@media (max-width: 1199.98px) {
  #hn #header-container .right-column {
    width: 20%;
  }
}
#hn #header-container #header-account ul.header.links {
  list-style: none;
  padding: 0;
}
#hn #header-container #header-account ul.header.links .authorization-link {
  position: relative;
}
@media (max-width: 1199.98px) {
  #hn #header-container #header-account ul.header.links .authorization-link a {
    font-size: 1.2rem;
    padding: 1rem 2rem;
  }
}
#hn #header-container #header-account ul.header.links .authorization-link ul {
  position: absolute;
  display: none;
  line-height: 1.7;
  width: 100%;
  padding: 0;
  text-align: right;
}
@media (max-width: 991.98px) {
  #hn #header-container #header-account ul.header.links .authorization-link ul {
    position: relative;
    display: block;
    text-align: left;
  }
}
#hn #header-container #header-account ul.header.links .authorization-link ul::before, #hn #header-container #header-account ul.header.links .authorization-link ul::after {
  display: none;
}
#hn #header-container #header-account ul.header.links .authorization-link ul li {
  margin: 0;
}
#hn #header-container #header-account ul.header.links .authorization-link ul li a.btn-logout {
  color: var(--primary-blue);
  transition: 0.4s ease;
}
#hn #header-container #header-account ul.header.links .authorization-link ul li a.btn-logout:hover {
  color: var(--primary-green);
}
#hn #header-container #header-account ul.header.links .authorization-link ul li a.btn-logout i.fa-sign-out {
  font-style: normal;
}
#hn #header-container #header-account ul.header.links .authorization-link:hover ul {
  display: block;
}
#hn #header-container #header-account ul.header.links li a.btn.btn-orange:hover {
  color: var(--primary-green) !important;
}
#hn #header-container #header-account ul.header.links li a.btn i {
  display: none;
}
#hn #header-container nav#mainmenu ul li.nav-item.level0:not(:last-child) {
  margin-right: 5px;
}
#hn #header-container nav#mainmenu ul li.nav-item a.level-top {
  padding: 1rem;
}
@media (max-width: 1439.98px) {
  #hn #header-container nav#mainmenu ul li.nav-item a.level-top {
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 1199.98px) {
  #hn #header-container nav#mainmenu ul li.nav-item a.level-top {
    font-size: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  #hn #header-container nav#mainmenu ul li.nav-item a.level-top {
    font-size: 2rem;
  }
}
#hn #header-container nav#mainmenu ul li.nav-item ul.nav-submenu li.level1 a {
  line-height: 36px;
  padding-left: 5px;
  padding-right: 5px;
}
#hn #header-container .custom-searcbar__hn {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  #hn #header-container .custom-searcbar__hn {
    display: none !important;
  }
}
#hn #header-container .custom-searcbar__hn .header-search-wrapper {
  width: 100%;
}
#hn #header-container .custom-searcbar__hn .header-search-wrapper #header-search form#search_aa_mini_form input#search {
  border: none;
  border-bottom: 1px solid var(--body-color);
  padding-left: 0;
  padding-right: 16px;
}
#hn #header-container .custom-searcbar__hn .header-search-wrapper #header-search form#search_aa_mini_form input#search:focus {
  box-shadow: none;
}
#hn #header-container .custom-searcbar__hn .header-search-wrapper #header-search form#search_aa_mini_form .search-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  padding: 0;
  transition: 0.4s ease;
}
#hn #header-container .custom-searcbar__hn .header-search-wrapper #header-search form#search_aa_mini_form .search-btn:hover {
  color: rgba(0, 0, 0, 0.4784313725);
}
#hn #header-container .header-m-container .inner-container .logo-wrapper--mobile {
  width: 35%;
}
#hn #header-container .header-m-container .inner-container .skip-links-wrapper .skip-content--style {
  padding: 0;
}
#hn #header-container .header-m-container .inner-container .skip-links-wrapper #header-nav #mainmenu ul li.nav-item a.level-top {
  padding: 1rem 1.5rem;
}
#hn #header-container .header-m-container .inner-container .skip-links-wrapper #header-nav #mainmenu ul li.nav-item ul.nav-submenu li.nav-item a {
  padding-left: 3rem;
}
#hn #header-container .header-m-container .inner-container #header-m-search form#search_mm_mini_form label.label {
  position: relative;
}
#hn #header-container .header-m-container .inner-container #header-m-search form#search_mm_mini_form label.label span {
  display: none;
}
#hn #header-container .header-m-container .inner-container #header-account ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 991.98px) {
  #hn #header-container .header-primary-container {
    display: none;
  }
}
#hn .banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--white-color);
}
#hn .banner--home {
  background-image: url("../../frontend/Infortis/custom/en_US/images/2023/home-banner-image.webp");
}
#hn .banner--employers {
  background-image: url("../../frontend/Infortis/custom/en_US/images/2023/employers-banner.webp");
}
#hn .banner--workforce {
  background-image: url("../../frontend/Infortis/custom/en_US/images/2023/workforce-banner.webp");
}
#hn .banner--payment-options {
  background-image: url("../../frontend/Infortis/custom/en_US/images/2023/payment-banner.webp");
}
@media (max-width: 991.98px) {
  #hn .banner {
    background-position: left;
  }
}
#hn .banner .custom-flex {
  min-height: 550px;
}
@media (max-width: 991.98px) {
  #hn .banner .custom-flex {
    min-height: auto;
  }
}
@media (max-width: 991.98px) {
  #hn .banner .custom-flex .grid12-6 {
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  #hn .banner .custom-flex .grid12-6 {
    max-width: 100%;
  }
}
#hn .meaningful-career {
  background-image: url("../../frontend/Infortis/custom/en_US/images/2023/light-grey-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.98px) {
  #hn .meaningful-career .grid12-5, #hn .meaningful-career .grid12-6 {
    max-width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  #hn .meaningful-career .grid12-1 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #hn .meaningful-career .grid12-5, #hn .meaningful-career .grid12-6 {
    max-width: 100%;
  }
}
#hn .flexible-card--item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  #hn .flexible-card--item {
    max-width: 31.33%;
  }
  #hn .flexible-card--item img {
    width: 160px;
  }
}
@media (max-width: 767.98px) {
  #hn .flexible-card--item {
    max-width: 100%;
    margin-bottom: 5rem;
  }
}
#hn .flexible-card--item-heading {
  color: var(--primary-green);
}
#hn .fast-track {
  background-image: url("../../frontend/Infortis/custom/en_US/images/2023/fast-track.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#hn .fast-track--heading {
  margin-top: 0;
}
#hn .healthcare-bootcamps .custom-flex {
  margin-top: 4rem;
}
@media (max-width: 991.98px) {
  #hn .healthcare-bootcamps .custom-flex .grid12-3 {
    max-width: 48%;
    margin-bottom: 4rem;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media (max-width: 575.98px) {
  #hn .healthcare-bootcamps .custom-flex .grid12-3 {
    max-width: 100%;
  }
}
#hn .healthcare-bootcamps--card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid;
  padding: 1rem;
  border-radius: 5px;
}
#hn .healthcare-bootcamps--card-bottom a {
  padding: 1.2rem 3rem;
  margin-bottom: 2rem;
}
#hn .healthcare-bootcamps--content {
  padding: 0 1rem;
}
#hn .healthcare-bootcamps--heading {
  font-size: 2.4rem;
}
#hn section.v2-healthtech-compares_section {
  background-color: var(--light-grey);
}
#hn section.v2-healthtech-compares_section .table {
  padding: 3rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  overflow: auto;
}
#hn section.v2-healthtech-compares_section .table table td, #hn section.v2-healthtech-compares_section .table table th {
  border-radius: 0;
  border-color: var(--body-color);
  padding: 1rem 4rem;
}
@media (max-width: 767.98px) {
  #hn section.v2-healthtech-compares_section .table table td, #hn section.v2-healthtech-compares_section .table table th {
    padding: 1rem;
    min-width: 150px;
  }
}
#hn section.v2-healthtech-compares_section .table table td:nth-of-type(2), #hn section.v2-healthtech-compares_section .table table th:nth-of-type(2) {
  background-color: var(--primary-green);
  color: var(--white-color);
  box-shadow: 0 3px 31px 0 rgba(0, 0, 0, 0.16);
}
#hn section.v2-healthtech-compares_section .table table thead tr th {
  border: none;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#hn section.v2-healthtech-compares_section .table table thead tr th:nth-child(2) {
  background-color: var(--white-color);
  color: var(--body-color);
  text-align: center;
  font-weight: bold;
}
#hn section.v2-healthtech-compares_section .table table tbody {
  background-color: rgba(255, 255, 255, 0.18);
}
@media (max-width: 767.98px) {
  #hn section.v2-healthtech-compares_section .table table tbody {
    white-space: nowrap;
  }
}
#hn section.v2-healthtech-compares_section .table table tbody tr {
  border-bottom: 1px solid;
}
#hn section.v2-healthtech-compares_section .table table tfoot tr td {
  text-align: center;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
#hn section.v2-healthtech-compares_section .table table tfoot tr td:last-child {
  background-color: transparent;
}
@media (max-width: 991.98px) {
  #hn .get-job .grid12-5, #hn .get-job .grid12-6 {
    max-width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  #hn .get-job .grid12-1 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #hn .get-job img {
    margin-top: 3rem;
  }
  #hn .get-job .grid12-5, #hn .get-job .grid12-6 {
    max-width: 100%;
  }
}
#hn section.v2-hero_banner {
  background-image: url("../../frontend/Infortis/custom/en_US/images/banner-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#hn section.v2-hero_banner-bootcamp {
  background-image: url("../../frontend/Infortis/custom/en_US/images/bootcamp-banner-bg.webp");
}
@media (max-width: 991.98px) {
  #hn section.v2-hero_banner {
    background-position: left;
  }
}
@media (max-width: 767.98px) {
  #hn section.v2-hero_banner {
    padding: 3rem 2rem;
  }
  #hn section.v2-hero_banner img {
    margin-top: 3rem;
  }
}
#hn section.v2-hero_banner .custom-flex .grid12-6:first-child {
  padding: 3rem 0;
}
@media (max-width: 991.98px) {
  #hn section.v2-hero_banner .custom-flex .grid12-6 {
    width: 48% !important;
  }
}
@media (max-width: 767.98px) {
  #hn section.v2-hero_banner .custom-flex .grid12-6 {
    width: 100% !important;
  }
}
#hn section.v2-hero_banner .hero_banner__mainHeading {
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  #hn section.v2-hero_banner .hero_banner__mainHeading {
    margin-bottom: 1rem;
  }
}
#hn section.v2-hero_banner .hero_banner__mainHeading span {
  color: var(--primary-blue);
}
#hn section.v2-hero_banner .hero_banner__mainHeading--eyebrow {
  margin-top: 0;
  margin-bottom: 1rem;
}
#hn section.v2-hero_banner .hero_banner__text {
  margin-bottom: 3rem;
}
#hn section.v2-right-path_section h2 {
  text-transform: uppercase;
  margin: 0 auto 5rem;
}
#hn section.v2-right-path_section h4 {
  color: var(--primary-blue);
}
#hn section.v2-right-path_section .right-path-card-wrapper {
  align-items: unset;
}
#hn section.v2-right-path_section .right-path-card-wrapper .right-path-card {
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}
@media (max-width: 991.98px) {
  #hn section.v2-right-path_section .right-path-card-wrapper .right-path-card {
    max-width: 31.33%;
  }
}
@media (max-width: 767.98px) {
  #hn section.v2-right-path_section .right-path-card-wrapper .right-path-card {
    max-width: 100%;
  }
}
#hn section.v2-right-path_section .right-path-card-wrapper .right-path-card a.btn {
  margin-top: 1rem;
}
@media (max-width: 991.98px) {
  #hn .call-out .grid12-3 {
    max-width: 48%;
  }
}
@media (max-width: 767.98px) {
  #hn .call-out .grid12-3 {
    max-width: 100%;
  }
}
#hn .call-out--card {
  padding: 1.5rem 1rem;
  min-height: 150px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 0px 4px 0px #1ea6cd;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  #hn .call-out--card {
    margin-bottom: 2rem;
  }
}
#hn .call-out--card h4 {
  margin: 1.5rem 0px;
}
#hn .call-out--card img {
  width: 110px;
}
@media (max-width: 767.98px) {
  #hn .bootcamp-completion h2 {
    font-size: 3rem;
  }
}
@media (max-width: 991.98px) {
  #hn .bootcamp-completion .grid12-4 {
    max-width: 31.33%;
  }
}
@media (max-width: 767.98px) {
  #hn .bootcamp-completion .grid12-4 {
    max-width: 100%;
  }
}
#hn .bootcamp-completion--card img {
  max-width: 200px;
}
#hn .bootcamp-completion p {
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  #hn .career-possibilitie .custom-flex.mt-5 {
    margin-top: 0;
  }
  #hn .career-possibilitie .custom-flex.align-items-unset .grid12-8.text-center .custom-flex .grid12-6 {
    max-width: 48%;
  }
}
@media (max-width: 767.98px) {
  #hn .career-possibilitie .custom-flex.align-items-unset .grid12-8.text-center .custom-flex .grid12-6 {
    max-width: 100%;
  }
}
#hn .career-possibilitie-click {
  display: inline-block;
  background-color: transparent;
  width: 280px;
  height: 320px;
  perspective: 1000px;
  margin-bottom: 0;
}
@media (max-width: 1439.98px) {
  #hn .career-possibilitie-click {
    width: 230px;
  }
}
@media (max-width: 1199.98px) {
  #hn .career-possibilitie-click {
    width: 190px;
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  #hn .career-possibilitie-click {
    width: 320px;
  }
}
#hn .career-possibilitie-click:focus .career-possibilitie-inner, #hn .career-possibilitie-click:active .career-possibilitie-inner, #hn .career-possibilitie-click.flipped .career-possibilitie-inner {
  transform: rotateY(180deg);
}
#hn .career-possibilitie-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#hn .career-possibilitie-front, #hn .career-possibilitie-back {
  position: absolute;
  width: 270px;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  backface-visibility: hidden;
  z-index: 2;
  overflow-y: auto;
  font-size: 12px;
  color: var(--white-color);
}
@media (max-width: 1439.98px) {
  #hn .career-possibilitie-front, #hn .career-possibilitie-back {
    width: 230px;
  }
}
@media (max-width: 1199.98px) {
  #hn .career-possibilitie-front, #hn .career-possibilitie-back {
    width: 190px;
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  #hn .career-possibilitie-front, #hn .career-possibilitie-back {
    width: 320px;
  }
}
#hn .career-possibilitie-front p, #hn .career-possibilitie-back p {
  color: var(--white-color);
}
#hn .career-possibilitie-front {
  background-color: var(--primary-blue);
}
#hn .career-possibilitie-front img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px) !important;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: auto;
}
#hn .career-possibilitie-front h4 {
  padding: 0 10px;
}
#hn .career-possibilitie-front p {
  cursor: pointer;
}
#hn .career-possibilitie-back {
  background-color: var(--primary-blue);
  transform: rotateY(180deg);
  text-align: left;
  justify-content: space-between;
}
#hn .career-possibilitie-back div {
  padding: 10px;
}
#hn .career-possibilitie-back h4 {
  margin: 0 0 20px !important;
}
#hn .career-possibilitie--assessment {
  background-color: var(--primary-blue);
  height: 100%;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white-color);
}
@media (max-width: 767.98px) {
  #hn .career-possibilitie--assessment {
    height: auto;
    padding: 3rem 2rem;
  }
}
#hn .career-possibilitie--assessment h4 {
  margin-top: 0;
}
#hn .career-possibilitie--assessment .btn-white {
  background-color: var(--white-color);
  border-color: var(--white-color);
  color: var(--primary-blue);
  margin-bottom: 1.5rem;
}
#hn .career-possibilitie--assessment .btn-white:hover {
  background-color: var(--primary-blue);
  color: var(--white-color);
}
@media (max-width: 991.98px) {
  #hn .why-choose .grid12-8 .grid12-4 {
    max-width: 31.33%;
  }
}
@media (max-width: 767.98px) {
  #hn .why-choose .grid12-8 .grid12-4 {
    max-width: 100%;
  }
}
#hn .why-choose h2 {
  margin-top: 0;
  margin-bottom: 4rem;
}
#hn .why-choose .feature img {
  width: 160px;
}
#hn .why-choose .feature h4 {
  color: var(--primary-green);
  margin-bottom: 1rem;
}
#hn section.v2-faqs_section h2 {
  margin-top: 0;
  text-transform: uppercase;
}
#hn section.v2-faqs_section #accordion .accordion-card {
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 3rem;
  border-radius: 10px;
}
#hn section.v2-faqs_section #accordion .accordion-card-title div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  cursor: pointer;
}
#hn section.v2-faqs_section #accordion .accordion-card-title h4 {
  font-size: 1.8rem;
  margin: 0;
}
#hn section.v2-faqs_section #accordion .accordion-card-title.active i.ic::before {
  content: "\e23d" !important;
}
#hn section.v2-faqs_section #accordion .accordion-card-content {
  font-size: 1.8rem;
  padding: 2rem;
}
#hn section.v2-faqs_section #accordion .accordion-card-content a {
  display: block;
  margin-top: 2rem;
  color: var(--primary-green);
  font-weight: bold;
}
#hn .employers--sd h4 {
  color: var(--sec-blue);
}
#hn .hs-cta-wrapper .cta_button {
  font-size: 2rem;
}
#hn .hs-cta-wrapper h1 {
  margin: 0;
  padding: 0.7rem 1rem;
}
#hn .invest-employes {
  background-image: url("../../frontend/Infortis/custom/en_US/images/2023/invest-employes.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--white-color);
}
#hn .invest-employes p {
  margin-bottom: 3rem;
}
#hn .apprenticeship-career__heading {
  margin-bottom: 4rem;
}
#hn .employers-kicker {
  background-color: var(--primary-blue);
  background-image: url("../../frontend/Infortis/custom/en_US/images/2023/kicker-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#hn .employers-kicker p {
  margin-bottom: 4rem;
}
#hn .workforce--programs-built {
  background-image: url("../../frontend/Infortis/custom/en_US/images/2023/programs-built.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--white-color);
}
#hn .workforce--programs-built p {
  margin-bottom: 3rem;
}
#hn .hct--heading {
  margin-bottom: 4rem;
}
@media (max-width: 991.98px) {
  #hn .hct--heading {
    margin-bottom: 2rem;
  }
}
#hn .hct--heading--sub {
  margin-top: 2rem;
}
#hn section.event-n-guide {
  padding-bottom: 0;
}
#hn section.event-n-guide h2 {
  display: inline-block;
  margin-top: 0;
}
#hn section.event-n-guide a.view-all {
  display: inline-block;
  float: right;
}
#hn section.event-n-guide .widget-width-fix .widget_upcoming h3 {
  display: none;
}
#hn section.event-n-guide .widget-width-fix .product-image-container {
  width: 100% !important;
}
#hn section.event-n-guide .widget-width-fix .product-image-container span.product-image-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 90% !important;
}
#hn section.event-n-guide .widget-width-fix .product-image-container span.product-image-wrapper img.product-image-photo {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
#hn section.event-n-guide .widget-width-fix .block-products-list .block-title {
  display: none;
}
#hn section.event-n-guide .widget-width-fix .block-products-list ol.product-items {
  display: flex;
  flex-wrap: wrap;
}
#hn section.event-n-guide .widget-width-fix .block-products-list ol.product-items li.product-item {
  margin-left: unset;
  padding: unset;
  width: unset;
  margin-right: unset;
  display: unset;
  display: inline-block !important;
  width: 100% !important;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 991.98px) {
  #hn section.event-n-guide .widget-width-fix .block-products-list ol.product-items li.product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  #hn section.event-n-guide .widget-width-fix .block-products-list ol.product-items li.product-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#hn section.event-n-guide .widget-width-fix .block-products-list ol.product-items li.product-item .product-item-info {
  width: unset;
  max-width: unset;
  padding: 2rem;
}
#hn section.event-n-guide .widget-width-fix .block-products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-name {
  text-align: center;
}
#hn section.event-n-guide .widget-width-fix .block-products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a.product-item-link {
  font-weight: 600;
  font-size: 1.5rem;
}
#hn section.event-n-guide .widget-width-fix .block-products-list ol.product-items li.product-item .product-item-info .product-item-details .price-box {
  display: none;
}
#hn section.event-n-guide .widget-width-fix .block-products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  text-align: center;
  width: 100%;
  margin-top: 2rem;
}
#hn section.event-n-guide .widget-width-fix .block-products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button {
  display: inline-block;
  padding: 0.7rem 2.1rem;
  line-height: 1.2;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: 600 !important;
  transition: 0.4s ease-in-out !important;
  border: 1px solid var(--primary-green) !important;
}
#hn section.event-n-guide .widget-width-fix .block-products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button:hover {
  background-color: transparent !important;
  color: var(--primary-green) !important;
}
#hn section.event-n-guide.blog {
  margin-bottom: 6rem;
}
#hn section.event-n-guide.blog .blog-widget-recent .blog-header {
  border-bottom: 1px solid var(--body-color);
  margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  #hn section.event-n-guide.blog .blog-widget-recent .blog-header .grid12-6 {
    max-width: 48%;
  }
}
@media (max-width: 767.98px) {
  #hn section.event-n-guide.blog .blog-widget-recent .blog-header .grid12-6 {
    max-width: 100%;
  }
}
#hn section.event-n-guide.blog .blog-widget-recent .blog-header .block-title {
  display: none;
}
#hn section.event-n-guide.blog .blog-widget-recent .blog-header .blog--categories-wrapper {
  background-color: transparent;
}
#hn section.event-n-guide.blog .blog-widget-recent .blog-header .blog--categories-wrapper ul.accordion {
  justify-content: flex-end;
  margin-bottom: 0;
}
#hn section.event-n-guide.blog .blog-widget-recent .blog-header .blog--categories-wrapper ul.accordion li {
  padding-block: 0;
  padding-left: 2rem;
  margin-bottom: 0;
}
#hn .widget_upcoming {
  background-color: var(--white-color);
  padding: 0;
}
#hn .widget_upcoming h3 {
  font-size: 3rem;
  font-weight: 600;
}
#hn .widget_upcoming ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem;
}
#hn .widget_upcoming ul li.event-item {
  flex: 0 0 25%;
  max-width: 25%;
  border: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  #hn .widget_upcoming ul li.event-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  #hn .widget_upcoming ul li.event-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#hn .widget_upcoming ul li.event-item .event-item-wrapper {
  padding: 2rem;
}
#hn .widget_upcoming ul li.event-item .event-item-wrapper .event-image {
  width: 100%;
  margin: 0;
  float: unset;
}
#hn .widget_upcoming ul li.event-item .event-item-wrapper .event-info {
  float: unset;
  width: 100%;
}
#hn .widget_upcoming ul li.event-item .event-item-wrapper .event-info .event-date {
  color: var(--primary-blue);
  font-size: 1.6rem;
}
#hn .widget_upcoming ul li.event-item .event-item-wrapper .event-info .event-title a {
  font-size: 1.8rem;
}
#hn section.v2-why-choose-hta_section {
  background-color: var(--primary-blue);
  color: var(--white-color);
}
#hn section.v2-why-choose-hta_section h2 {
  margin-top: 0;
  text-transform: uppercase;
}
#hn section.v2-why-choose-hta_section h3 {
  font-size: 2.5rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #hn .transform-student .grid12-4 {
    max-width: 31.33%;
  }
}
@media (max-width: 767.98px) {
  #hn .transform-student .grid12-4 {
    max-width: 100%;
  }
}
#hn .transform-student__heading {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 5rem;
}
#hn .transform-student__card {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3rem;
  margin: 0 auto;
  text-align: center;
  color: var(--white-color);
  font-weight: 700;
  gap: 10px;
}
@media (max-width: 991.98px) {
  #hn .transform-student__card {
    margin: 10px auto;
  }
}
#hn .transform-student__card--1 {
  background-color: var(--primary-green);
}
#hn .transform-student__card--2 {
  background-color: var(--primary-green);
}
#hn .transform-student__card--3 {
  background-color: var(--primary-blue);
}
#hn .transform-student__card p {
  margin-bottom: 0;
}
#hn .apm--1 {
  background-color: var(--light-grey);
}
@media (max-width: 991.98px) {
  #hn .apm--2 .custom-flex {
    flex-direction: column-reverse;
  }
}
#hn .apm--3 {
  background-color: var(--light-grey);
}
#hn .apm h2 {
  font-size: 3rem;
}
#hn .apm h3 {
  font-size: 2.2rem;
}
@media (max-width: 991.98px) {
  #hn .apm h3 {
    margin-top: 4rem;
  }
}
#hn .apm h4, #hn .apm h5 {
  font-size: 2rem;
  margin-top: 4rem;
}
#hn .apm ul {
  list-style: none;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}
#hn .apm ul li {
  margin-bottom: 1.5rem;
}
#hn .apm ul li ul {
  padding-left: 4rem;
  margin-top: 1rem;
}
#hn .apm ul li i {
  color: var(--sky-blue);
  font-style: normal;
}
#hn .apm ul li:last-child {
  margin-bottom: 0;
}
#hn section.v2-fast-track_section {
  background-image: url("../../frontend/Infortis/custom/en_US/images/fast-track-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--white-color);
}
#hn section.v2-fast-track_section h2 {
  font-size: 4rem;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 1000px;
  margin: 0 auto 3rem;
}
@media (max-width: 767.98px) {
  #hn section.v2-fast-track_section h2 {
    font-size: 2.2rem;
  }
}
#hn section.v2-fast-track_section .custom-flex {
  justify-content: center;
  gap: 2rem;
}
#hn section.v2-fast-track_section .custom-flex a.btn-blue-alt {
  color: var(--white-color);
}
#hn .works-milestones {
  display: flex;
}
#hn .works-milestones--wrapper {
  position: relative;
  display: block;
}
#hn .works-milestones--item {
  width: 40%;
  display: inline-block;
}
#hn .works-milestones--item.left .works-milestones--content:before, #hn .works-milestones--item.left .works-milestones--content:after, #hn .works-milestones--item.right .works-milestones--content:before, #hn .works-milestones--item.right .works-milestones--content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
#hn .works-milestones--item.left .works-milestones--content:before, #hn .works-milestones--item.right .works-milestones--content:before {
  width: 240px;
  height: 3px;
  background-color: var(--sky-blue);
  z-index: -10;
}
#hn .works-milestones--item.left .works-milestones--content:after, #hn .works-milestones--item.right .works-milestones--content:after {
  width: 5rem;
  height: 5rem;
  background-color: var(--white-color);
  transform: rotate(45deg);
}
#hn .works-milestones--item.left {
  float: left;
}
#hn .works-milestones--item.left .works-milestones--content:after {
  right: -25px;
}
#hn .works-milestones--item.left .works-milestones--content:before {
  right: -235px;
}
#hn .works-milestones--item.right {
  float: right;
}
#hn .works-milestones--item.right .works-milestones--content:after {
  left: -25px;
}
#hn .works-milestones--item.right .works-milestones--content:before {
  left: -235px;
}
#hn .works-milestones--content {
  position: relative;
  box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 12.5rem;
  z-index: 9;
  background-color: var(--white-color);
  border-radius: 30px;
  padding: 0 3rem 3rem;
  min-height: 230px;
  font-size: 18px;
}
#hn .works-milestones--content-2 {
  margin-top: 19.3rem;
}
#hn .works-milestones--content-2, #hn .works-milestones--content-4 {
  margin-bottom: 12.4rem;
}
#hn .works-milestones--content-3 {
  margin-bottom: 12.3rem;
}
#hn .works-milestones--content .custom-flex {
  padding: 0 0 10px;
  min-height: 110px;
}
#hn .works-milestones--content img {
  width: 137px;
  height: 111px !important;
  position: absolute;
  top: -17px;
  left: 35px;
}
@media (max-width: 767.98px) {
  #hn .works-milestones--content img {
    left: 15px !important;
  }
}
#hn .works-milestones--content h3 {
  font-size: 3rem;
  font-weight: 600;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  #hn .works-milestones--content h3 {
    padding-left: 110px !important;
  }
}
#hn .works-milestones--img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 11rem;
  width: 14.66%;
  text-align: center;
}
@media (max-width: 1679px) {
  #hn .works-milestones--item.left .works-milestones--content:before, #hn .works-milestones--item.right .works-milestones--content:before {
    width: 190px;
  }
  #hn .works-milestones--item.left .works-milestones--content:before {
    right: -205px;
  }
  #hn .works-milestones--item.right .works-milestones--content:before {
    left: -205px;
  }
  #hn .works-milestones--content-2 {
    margin-top: 18.5rem;
    margin-bottom: 10.8rem;
  }
  #hn .works-milestones--content-3 {
    margin-bottom: 11.5rem;
  }
  #hn .works-milestones--content-4 {
    margin-bottom: 13rem;
  }
}
@media (max-width: 1439px) {
  #hn .works-milestones--img {
    margin-top: 12rem;
  }
  #hn .works-milestones--item.left .works-milestones--content:before, #hn .works-milestones--item.right .works-milestones--content:before {
    width: 160px;
  }
  #hn .works-milestones--item.left .works-milestones--content:before {
    right: -175px;
  }
  #hn .works-milestones--item.right .works-milestones--content:before {
    left: -175px;
  }
  #hn .works-milestones--content-1,
  #hn .works-milestones--content-3 {
    margin-bottom: 7.8rem;
  }
  #hn .works-milestones--content-2 {
    margin-top: 17.8rem;
    margin-bottom: 7.5rem;
  }
  #hn .works-milestones--content-4 {
    margin-bottom: 8.5rem;
  }
}
@media (max-width: 1199.98px) {
  #hn .works-milestones--content {
    padding: 0 2rem 1rem;
  }
  #hn .works-milestones--content .custom-flex {
    min-height: 80px;
  }
  #hn .works-milestones--content h3 {
    font-size: 2.4rem;
  }
  #hn .works-milestones--content img {
    top: -12px;
    width: 107px;
    height: 81px !important;
  }
  #hn .works-milestones--img {
    margin-top: 10.5rem;
  }
  #hn .works-milestones--item.left .works-milestones--content:before, #hn .works-milestones--item.right .works-milestones--content:before {
    width: 130px;
  }
  #hn .works-milestones--item.left .works-milestones--content:before {
    right: -150px;
  }
  #hn .works-milestones--item.right .works-milestones--content:before {
    left: -150px;
  }
  #hn .works-milestones--content-2 {
    margin-top: 14rem;
    margin-bottom: 3.8rem;
  }
  #hn .works-milestones--content-1, #hn .works-milestones--content-4 {
    margin-bottom: 4.5rem;
  }
  #hn .works-milestones--content-3 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991.98px) {
  #hn .works-milestones--item {
    width: 100%;
  }
  #hn .works-milestones--content {
    margin-top: 0 !important;
    margin-bottom: 7rem !important;
  }
  #hn .works-milestones--item .works-milestones--content:before,
  #hn .works-milestones--item .works-milestones--content:after {
    display: none;
  }
  #hn .works-milestones--img {
    display: none;
  }
  #hn .works-milestones--content h3 {
    padding-left: 140px;
  }
}
#hn section.v2-how-program-faqs {
  background-color: var(--primary-blue);
  color: var(--white-color);
}
#hn section.v2-how-program-faqs h2 {
  text-transform: capitalize !important;
  font-size: 3rem !important;
  font-weight: 600 !important;
  margin-bottom: 5rem;
}
#hn section.v2-how-program-faqs .academy-different-content #accordion .accordion-card {
  background-color: var(--white-color);
  color: var(--body-color);
  border-radius: 0;
}
#hn section.v2-how-program-faqs .academy-different-content #accordion .accordion-card .accordion-card-title {
  text-transform: uppercase;
}
#hn #program-form input {
  margin-bottom: 0;
  margin-top: 2rem;
}
#hn .thankyou-banner {
  padding: 2rem;
}
@media (max-width: 991.98px) {
  #hn .thankyou-banner {
    text-align: center;
  }
}
#hn .thankyou-banner img {
  max-width: 165px;
}
@media (max-width: 991.98px) {
  #hn .thankyou-banner img {
    max-width: 120px;
  }
}
#hn .thankyou-banner--right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 991.98px) {
  #hn .thankyou-banner--right {
    justify-content: center;
  }
}
#hn .thankyou-banner--right p {
  margin-bottom: 0;
}
#hn .thankyou-banner--right p a {
  color: var(--primary-green);
}
#hn .thankyou-banner--right p a:hover {
  color: var(--primary-blue);
}
#hn .thankyou-banner--right i {
  font-size: 50px;
  color: var(--primary-blue);
}
#hn .thankyou-hero {
  padding-block: 10rem;
}
@media (max-width: 991.98px) {
  #hn .thankyou-hero {
    padding-block: 5rem;
  }
}
#hn .thankyou-career img {
  display: block;
  max-width: 400px;
  margin: 0 auto 3rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  #hn .thankyou-career h3 {
    margin-top: 5rem;
  }
}
#hn .thankyou-footer {
  padding: 5rem 0 2rem;
}
#hn .thankyou-footer img {
  max-width: 160px;
}
@media (max-width: 991.98px) {
  #hn .thankyou-footer img {
    max-width: 120px;
  }
}
#hn .thankyou-footer ul {
  padding: 0;
  list-style: none;
}
#hn .thankyou-footer ul li a {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
@media (max-width: 991.98px) {
  #hn .thankyou-footer ul li a {
    justify-content: center;
  }
}
#hn .thankyou-footer ul li i {
  font-size: 2.4rem;
  font-style: normal;
  color: var(--primary-blue);
  font-weight: bold;
}
@media (max-width: 991.98px) {
  #hn .thankyou-footer {
    text-align: center;
  }
  #hn .thankyou-footer p {
    text-align: center;
    margin-top: 2rem;
  }
}
#hn .page-footer {
  padding-top: 5rem;
}
@media (max-width: 991.98px) {
  #hn .page-footer {
    padding-bottom: 7rem;
  }
}
#hn .page-footer .footer-primary-container .footer-primary {
  padding: 5rem 0;
}
#hn .page-footer .footer-primary-container .footer-primary .custom-flex {
  align-items: unset;
}
@media (max-width: 991.98px) {
  #hn .page-footer .footer-primary-container .footer-primary .custom-flex {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767.98px) {
  #hn .page-footer .footer-primary-container .footer-primary .custom-flex {
    flex-wrap: wrap;
  }
}
#hn .page-footer .footer-primary-container .footer-primary h3.block-title.heading {
  font-size: 2.4rem;
  color: var(--primary-green);
}
#hn .page-footer .footer-primary-container .footer-primary img.footer-logo {
  margin-bottom: 2rem;
  max-width: 16rem;
}
#hn .page-footer .footer-primary-container .footer-primary ul.disc {
  list-style: none;
  padding: 0;
}
#hn .page-footer .footer-primary-container .footer-primary ul.disc li {
  margin-bottom: 5px;
}
#hn .page-footer .footer-primary-container .footer-primary ul.disc li a, #hn .page-footer .footer-primary-container .footer-primary ul.disc li p {
  font-size: 1.5rem;
}
#hn .page-footer .footer-primary-container .footer-primary a.btn {
  text-align: center;
  min-width: 100px;
  margin-bottom: 1rem;
}
#hn .page-footer .footer-primary-container .footer-primary a.btn.btn-blue-alt {
  color: var(--sec-green);
}
#hn .page-footer .footer-primary-container .footer-primary a.btn.btn-blue-alt:hover {
  color: var(--white-color);
}
#hn .page-footer .call-chat-sticky-cta {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 100000;
  left: 0;
}
#hn .page-footer .call-chat-sticky-cta .sticky-drop {
  display: none;
}
#hn .page-footer .call-chat-sticky-cta .sticky-drop .chat-set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: var(--white-color);
}
#hn .page-footer .call-chat-sticky-cta .sticky-drop .chat-set > a {
  background: var(--white-color);
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s linear;
}
#hn .page-footer .call-chat-sticky-cta .sticky-drop .chat-set > a i {
  float: right;
  margin-top: 2px;
  font-style: normal;
  font-weight: 600;
}
#hn .page-footer .call-chat-sticky-cta .sticky-drop .chat-set .content {
  background-color: var(--white-color);
  border-bottom: 1px solid #ddd;
  display: none;
  padding: 10px 20px;
  text-align: left;
}
#hn .page-footer .call-chat-sticky-cta .sticky-drop .chat-set .content a {
  font-size: 20px;
  color: var(--primary-blue);
}
#hn .page-footer .call-chat-sticky-cta .inner-content-container {
  display: flex;
}
#hn .page-footer .call-chat-sticky-cta .inner-content-container a {
  color: var(--white-color) !important;
  padding: 10px;
  font-size: 16px;
  width: 50%;
  text-align: center;
  text-decoration: none;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
#hn .page-footer .call-chat-sticky-cta .inner-content-container a img {
  padding: 0 5px;
}
#hn .page-footer .call-chat-sticky-cta .inner-content-container a.chat {
  background-color: var(--primary-blue);
}
#hn .page-footer .call-chat-sticky-cta .inner-content-container a.call {
  background-color: var(--primary-green);
}
@media (min-width: 76px) {
  #hn .page-footer #call-chat-sticky-cta {
    display: none;
  }
}
@media (max-width: 614px) {
  #hn .page-footer #designstudio-button {
    display: none !important;
  }
}
#hn .page-footer .footer-bottom-container {
  border-top: 1px solid #ccc;
  height:100px !important;
}
#hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991.98px) {
  #hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col {
    justify-content: center;
    margin-bottom: 2rem;
    order: -1;
  }
}
#hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col p {
  margin: 0;
}
#hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col ul.footer-social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
#hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col ul.footer-social-links li {
  margin: 0 0 0 1rem;
}
#hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col ul.footer-social-links li a {
  background-color: var(--primary-blue);
  color: var(--white-color);
  border: 1px solid var(--primary-blue);
  padding: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}
#hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col ul.footer-social-links li a:hover {
  background-color: var(--white-color);
  color: var(--primary-blue);
}
@media (max-width: 991.98px) {
  #hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-copyright {
    text-align: center;
  }
}
#hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-copyright small.copyright {
  font-size: 14px;
}
#hn a#scroll-to-top {
  bottom: 100px;
}
#hn .footer-contact-col ul {
  padding: 0;
  list-style: none;
}
#hn .footer-contact-col ul li a {
  font-size: 2rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  #hn .footer-contact-col ul li a {
    font-size: 1.6rem;
  }
}
#hn .footer-contact-col ul li i {
  font-size: 2.4rem;
  font-style: normal;
  color: var(--primary-blue);
  font-weight: bold;
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper ul.tabs-list {
  position: relative;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.16);
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper ul.tabs-list li a {
  background-color: #DBF6F7;
  color: var(--body-color);
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper ul.tabs-list li.active a {
  background-color: var(--primary-green);
  color: var(--white-color);
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper ul.tabs-list li:first-of-type a {
  border-radius: 10px 0 0 0;
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper ul.tabs-list li:last-of-type a {
  border-radius: 0 10px 0 0;
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content {
  border-radius: 0 0 10px 10px;
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content .custom-popup-login input[type=checkbox] {
  accent-color: var(--primary-green);
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content .custom-popup-login label.label[for=email_address]::before,
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content .custom-popup-login label.label[for=email]::before {
  content: "\f15c";
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content .custom-popup-login .custom-social-login {
  position: relative;
  text-align: center;
  margin-top: 2rem;
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content .custom-popup-login .custom-social-login:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 13px;
  background-color: var(--body-color);
  display: block;
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content .custom-popup-login .custom-social-login .login-registeration-title {
  border: none;
  position: relative;
  padding: 0 3rem;
  background-color: var(--white-color);
  display: inline-block;
  margin-bottom: 3rem;
  line-height: 1;
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content .custom-popup-login .custom-social-login .account-social-login .social-btn a.btn {
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: unset;
  line-height: 1;
  background-color: var(--white-color);
  border: 1px solid var(--body-color);
}
@media (max-width: 991.98px) {
  #hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content .custom-popup-login .custom-social-login .account-social-login .social-btn a.btn {
    width: 55px;
    height: 55px;
  }
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content .custom-popup-login .custom-social-login .account-social-login .social-btn a.btn .ic {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 43px;
  top: unset;
  right: unset;
  margin: 0;
}
@media (max-width: 991.98px) {
  #hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content .custom-popup-login .custom-social-login .account-social-login .social-btn a.btn .ic {
    width: 33px;
    height: 33px;
  }
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content .custom-popup-login .custom-social-login .account-social-login .social-btn a.btn .ic:before {
  display: none;
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content .custom-popup-login .custom-social-login .account-social-login .social-btn.facebook-login .btn .ic {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAArCAYAAADhXXHAAAAABHNCSVQICAgIfAhkiAAABulJREFUWEetmQlsVFUUhv/z3kynC522QqlgBZFFAnGJ1AVURAUDCGhAEUxxSRShFlJjlIgRKi7YWmqrVDRUQyIwbsQViBoTpbRBIRqXiIItLS2FbtPaodNZOu963mBx2r43c2fGm7ymeT3L984999xzbwlxjrRdIsNm7csh1ZIjhJhGRFcQMF4I1AngZ4L2kxDKYY/Ake6l5IzHHduNfmR+ICYo0O4FIRdEl5EQEe0IYimBY/zz3YDm/7B9WeKxaD1HdBJqMN3Re0mCYnEQ6PpoHQ2WF1AO+TRa3rWc6mVtScGm7hYjEhVtCyDuIwGLrPFIcpwmAQFyeG1KgWsxdUSSjwg73CGuU7S+b1gwJZKxWP/OKdITCIjbnSusNeFshIW9YKevQCUqhUROxgp6Xk/PaS2wrn2FrQTg+TMYxrCFQsm41L9DFWJF3BBRGtAUcjhrrbkoJG2wqiFsxjvep1UFL0Xp538TZ8qNzgdtmyLCZrztmaco2AvO/Fi964pJvAwzkwjTRhAmZxBSrYReXk5tboETZ4G/ujQ09gDegOF8CwZe0PlQ4r7Qvw4Asld6JlggfueX1lhBdb35YxWsnGrBlcMJw9gSbxRDzGlcdBft9eNQy5DZDspyrPx+n+9yV579z37lECuC0rd7vleEuCZWUKtKyL9cwfocKxQDwMF2F37hRc1pY9ggMNFvnaeKrkRhYVDoPKx9m/ta9lXNL2Kuo7mTVZTNtBpG0igACz/3oKbZcOGfiy4h0KfhZtfq5OoBsOnb3Ce5eFwca1QV/srvlyVifLoibWLhpx5UN5tH9t90aOzKSx5zHja1wj1DhRakj3UsnqCico5NOqq6nwWf9EaE1eUCfu0mV4H9YDAN0stdr3FCrIkVVNfbtyQJ00erhib6NMHTHYDjaB+aewQvnnPjl1YNf3vN06DfmAalonttSj7pu5O9/GwDr4eYU8DCM39qVQpsFuNqt+NXH5741qc3AjENLhynu7uGZVNK2dkslcRpmTbPzFNqAtC4OtUUZPlnbuw/YVRQ5dj19tLvUcdQcnH3AosqPpdTM5ay2wiNj5nD3vFBDw42xQ6re/UTLaZhJX8/x7O4IT5Yjmy+3dTE/Pd7UB0nLKd9IUe282MVdFe8sE1r00xNzHvvLKob44ss5+2HlPJy1x+8yi6LD5ZwqsAcdu5uV/yw4CNR8ksdbgWUJAubmUx4eFriAHEbV6wnpg98Fyqw8xcvTnYPLAWdvRrePOKVdQveOnop+QVnPZetsbJaU0Yo+GGleRRl7XxT58Od73HbJTk4DRoocZNzvwIxV1IHU0eq+OHR+GGLqtzY9K1H1q0u9xXZNrYXcaP9lKzWlEwVh1eny4qbyt3tcGH/cZ+0HU0omymhsGOpKrT3ZbX0yB7Oy5AVN5Tz8VZ29dZO1HWGb2JClQNCWUZ4puNiPmY38EYpdTKYwrBH8uODbe4OYMa2LrRynyAzWEp4hDaRcI9QbZPampl0pIziKDt/36yBp3IrV4P7p5kXlL1HvTjj+i+Kp/n3V6vdcEtmgQbh9FlHZgWjaV3f8pYqsFIG1kjGnkho2ZBpqj5neycOnvDHah6ahp2+oqwV56Z+XcsMG0TM/awO21poPjFz3nKiKg5Yr0Y34pUs/RSjD0EJT7bUctaOi+Xz03TY58xhZ78ZF2y9rzjrUv3i479F9XhzjlWhQ/zCuIMO8xV2PnK3PZ9lKjH7jQ5U1UWfBrywNL+gG1B64SHd+IAKYHn81Nd8bJ4dbXT1yLa9eKGp2m0VOqzkagqxIjRxsK9s9Mz+66SB5aqgfpRK1nq+aeJ2Wn6kJSpo3xwGdms7DtRGB8sNty/gt47D1szmfpKhtXVt023cMn4tW3d1Q3pk24tGmX7dra+1oyoKWL2uBojmoXz0l6FGDTcCJf/kswRlyF2TGU0a52xH8Whz2PI2HPhLPrLctKzXKrI3DzZosmvxwstrdqjEV/ESQ49sR8lFppK3lLWiShI2ANqDiux79BIlCRsUI6xqep4b8/X8hN2K05IUOEvDwJa24sDx8L0r323pt8Al2Ja9Lrr72dBPeuTkIlJoDwObXivpaeB8Nds8sltaGNY8DYLX9QGxDJVjPwo3kVLNCx4+ng1KKGVDS1hhyP2QDttZbn7tMKuEYY8NjaxeR3m2P+M4rEFldlOkjJOD7bdyf+0kWC272EFOqGE9DbpeDwNbfAbfDYYV9CMUkYvKS45GgjQvXTKaDzRMhYWWc4fB/wfDWD2yXVuDd2eGY1ZRPyw18LLZDdHnwI7xv8q4ili6ojKSWz9qmF2d7qrInsB6V/NzFT8T+anj5zd+fpxZfOZo1Z/+Grwz5nyBj8rHv8L/AO2Ndqv0pIhhAAAAAElFTkSuQmCC");
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content .custom-popup-login .custom-social-login .account-social-login .social-btn.google-login .btn .ic {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAnCAYAAABjYToLAAAABHNCSVQICAgIfAhkiAAABppJREFUWEe1mHtQVFUYwL/v3LvLLsgiiqH4SAXLFHywmiGOIqnVZIrGNMqoZWNZjY8pm/qjNKespqmZzMpxJieHGd+OaVqOigGiZoiokeIgmqH4wAXk6bJ77z2n76IyCvs4KJ5h/+Ce7/E733e+c79zEdo5BIBSOX5IHAIbKEBNJvVEQIij51EIYAXAJgBRAQLOC+SFKPCoRWNnIw4XlNG8IeuOZOVH5djEVFDZKgHYH1CEEAQLri14M6zghRrn78XknjweXIc0ggnlpICaAM7JguH7JJ0kB+PbqhDCQw6zuWF8Fn3w5NFAvgOC1aU8EeVBxwpg8MbDALUBIEDBjU88Hteq3kfL3b4A/YJdGu2MtdtwLynFAmLQyAaLvI95gyJ4zNBqpvY4dN7Vet6nw4qxzklMxQ0EFPUADuVUiIoEzxncm949t+h0ULDrY50JBJVNQXrUUKVNbi2199G/rwRNZWXS0J4i1JpDggPklm1KiWo6Go6AEKVUfo0KggMEDuYIo2lxob7sCC5O0S5Lj/6z8II/Py2pvOqMCbU4YjZS5U2R2FMmzC+AfOONa+4jg4uLva0diKRe9ipb1CSOyqt05r1EdlWCp/SJIg6el6OzT/uFMm21gLlSRswHBdcEjpSgQEAJN/iUx3JPnJeNavX4Eck6wnbz4MUrDWO6lZTUB9NtBhN7IKRqVWKB0JQEvwq0Who/19fdXBJb+G9tMMOt52+kJMYp3Ovpmnf6soxuM5h3P5uvlzlWu/f3Yrzadm8gW2wQ1Lpu/PibmAu6jOGHlUGRBRE6KlSurJfwMmjY1g+MS+H32UUQl7FBie+an1/3sA5l9VH7A0aDUKkSkV7AlFbaDJ6CKGg62IP+oVehgHpDeCZ2zynKlzXaEXJoHGBLOLCvCaylEMza0f8Lg1t7+gCvse7tlnN8cns6gw4B0w4ouymNk9uUO8HxehX0/K6zO31Vvr4jnLXHBnqzLBcoVv19KglRpRp6Aj4P12SMpn7e8A1F/m0Z2UAydACfRS1LraEsRvgWFMcsE/RRso7Gr2j4jha5SFbenxwly4XaAZVObbT4EkLBN6kTjQxZRx0Hhm4TzOwwfXYZCHytOsGgXkxudBiYAD1wxIBvIbAZclgAHQYGoJlg1RSxSD977IR6WB+Jy4GiGnx0FBjxNBKY5Ry59Nnm0Ilfo6E+zP4slAXHAjCrkjbuOzKytHfoMkNNu8+BFVSVynbaYtNa7zPzkL0q7GJl3VMLV6bn/yjjTFYm+QNXuDXCXkRwfX3p0Hu5GL372CJU2Lf3XjY4Qe3z9BQ/NA7GShGSh7VlEwrnF2qyjoPJjfu0Lokxlkclp/qR3YwiB0bohnqYwMzQQgNXIfNWHKxvMrNLyQThNriYeipjR1Ywh7LzKSvqv2eIC/zJU2DeRdevEB4RphYi4IAabhWL60ZBqd4Z6VLbrEdg9AdVHqHHn87YVSHr3J+c80MR4QhvLKFoRfuTMZCNbvauZ0FGlrdPJqVOreD25ki1HkS3s9zbMKtizv7GB4VLWl7bJcSi7CTrY+jn8+ykMFz01oUNvd3BCmBPb5n+F0VpZCCnQvDfPMKY9yCRG/NlTaSFW+hdKub6haIYGYLPy/vYkdlCPXxj2kyFKRsDglHDQYbLORdzTmbsOCgbuSHrp/dyuBbvsN5yJpKO3+8dtLf+Ab0gMXf5eOoK74xBWwdZ7frAn4DhLHoY7GOJm5s3Bc63Nnm8ecVz91xvDTlsXVpnxcaSKWFpdJ2bSQUYaqmdCLab0+lyZfWVRoMuOW/lLnOsNW3dJzAwc1rXsBCWTQ/NS4nsZwEqWnGRIZylU6aefuFUOU+Sehxt8PsXSJPM8zjYbywUTIui6bsukAvOt+QUdZoN27D5U1Ub5/Gb02JtQtlPM757NNn8BZBDPVLYXK+D6h5CX7PMM0mUasjGHfoorKXv8xkV56apoxDVTVSJfWlVspFrHzIPEdabaWCtTTmjGbb0I0sdJfca8Ot08NrnutjCwnJoPQmPAu7O+XgZPDy18LWdbW7lAaORsOHFSCsLWUBwywjO3+ujfZG6LU37kq/xKLeWnXllH3U3bYdUmhI3T3+GBJfS99RUgjRvxA80aO976QV9nIP+xamZu34PZEQK7K4BZ+bkPmC1rqaaeaFNxQXwYqaNoPI5aItOzdhdILOqdoHdNTh805QYhiyec4xXGMaT4350VnWhefPS7KWoVhHLJSGwmBZwRlO04qLi3WUg2XCafv4HgT+qo2eW28IAAAAASUVORK5CYII=");
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content .custom-popup-login .custom-social-login .account-social-login .social-btn.linkedin-login .btn .ic {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAABHNCSVQICAgIfAhkiAAABUtJREFUWEfNmGtMXEUUx/9zgcqjVIrQDdJiKY01aoDyqLRaPzQilMSkrUk/aArYNtgPNVVTLYtGWwmC1AdqQhtKrTVGq41p4wMW4iPhg+mHsmxpSqqQvoOlBNgtb3bvjmd22Sd7L3eXrXHIsru5c2Z++58z55wZhmDba9/HICZhDWRbJqSIpwGeDbA0GibBMRRjFnD7Dfp0AZx3QGbdsFgvo+m5iWCmYto7H5SgLyijiQ+TzQPa7Rw9RwhWj77RZpzeLmux1QLGUGl4k4AqaMB0MPoLpXFwUvc6/T+KuuJ6GoK+Kzf1SaraHifTY/QqCIVFxcYIu7wbdSVdSn2UwSoNxaRSS8gKzfdLHApiG2qLzgbqGhjsrfY95LjClxbPN/4Cn4+DSW+jprDBf5y5YEIpiZ3+D6CcLByTtDFeRN3mM95wvmDCpzi6lZYvOpLBZge9VP02eBHFsnLko66o02XsDcZQ1fZnIEePXyShoXgVclPiMWGVUd1xE619I8EDqFlwdJK/5bt2qwes0nCAlrAukO0Hz6zEnrwU96PhSStym0wYnrSFF87OqymUvCMGnQUTwXN9L31bFWim1hcew4a0Je5HnHNkHzXimmUmvGAct2AdeAQflo47wfSGl4jxuJJvHS5ciYpcj2IjpFRuUxeGwq2Y09f2kq81Mjhy3/03CU8xzSTFRmL/+lTkp8ZjaMKGE6aB8PuYR/thzAykkcO3UxLmihE4vGulcTQZTzIcaClFRMRJNZPU+EVYFhfl7iLCRc/gBGSKGsmk5vIl9/mYX6JnVnpYlJGA4tWJiI2SYLo9hi9NdzAh4s18zc5fYdC3NZNv7VLrW7PpIexd96C7y+C4FXnHumCekrFrrQ4fF/numa3f9aDqqRWOpfdu5ikbajpuoMk4oI7G+TcEZjhPOTE3VLDyrGX4dHOGj/nA2DR0i31VdHWQSe0dZ/7CL70qcZDjglDsDimWHCpYaWYyPi9Z7WMuwgljyvVB/+g08igOjlsVlpVjSIDNEJjHgQIQqi1lILArw5PY13YFvUOTSF8ajcaSDHqPcY88RX5W0GzCVfN0YD04rPcEbMupHvxxzeKe1N8PhaKbTl6E8fa4Ahi3iXAxSOEiKZxLKbKCtxobKWv8TNnDu22jDfLbVQ+83/zDwvk7ySFywgmWecSI6xbPMj1Bu7N9hyiGPe15AvtVCYzzbgH2BYFRSlJuaj5WRrvyM79duXAwnKKDRms5JOnE/wvMvo/hDUMOopi7QAsEqKZYeTbFsWLfOLZgxWT7RoaKn2KRtOgWAS1VUk0NbGe2Dp9QEendFghmhtmyYrbsaX0ZkI4olT3BpqSQwZxnz9dRW9zgBDvIJcy099Gn9GCXcneODh89GybFOPphsaxB4/YxTaV1TkocHk2K9YncP/5NZRNVEA8nRmOdX7I+e3kIY17pRlQgRRm+nvI7BeD+Ub8KeG5p7ZhTHEbO07tqTFPbvQt6xnGRDiNZNIbjCOabaStb1oJFUMAN8X4iVDLhW7K0AfWF51xDzC0B9G1bCOtr6hAX6jxB2k3Bbt9JB95vve0C1yZ6w6sk5vsE6CkJgpxNY3eCwnt0+Kj1769yqdK6le4Vfrhny+o4ETmuBnyUUl5Kb/QqygqcNRGcaoWrUR1PN+HoslyB+hK3T2lXzNNTXNwdmk30qSEr6Lx2+odukY7Taftd1+5T+lHabwf3fxWHSF0ZJFTTYIlBqmQmoEOw3G0WwVOLrXYw12gCMEKXBcZzSEVx0ygKreX0ojsEToGG3SUIkXsv0fnuHClsxOioSSuQa5p/ATE4hN20sTcfAAAAAElFTkSuQmCC");
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content .custom-popup-login .custom-social-login .account-social-login .social-btn.live-login .btn .ic {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAQFJREFUWEdjZBhgwAiy/2ugUtJ/RiYbkt3y919/Z+a9fyysrMUk6/3HcLre9fd0sAO+BKnM+8/ImEiqIUx//3l1Zt79w8zMtotUvYyMDKvqnH+FjzpgNARGQ2A0BEZDYDQEICHgr6TLyMgoQ2qF8u/n1zNtxS/+sf9jNidV71/Gv8+bXRnOgx3AsOytNpCUItUQBg7Wc/+5+P4zMLIYk6yX6c8LRleGy2AHsC77MA9IkVwd//v/z/uPiNhvoANIro4ZgNUxo+sPSHU86oDREBgNgdEQGA2B0RBgXfohE1g5OJBao/1m/N/xX0TwDwMDRw2pehkY/h9ndP05AVIdDyAAACKwWTCYsuufAAAAAElFTkSuQmCC");
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content .custom-popup-login .action.primary {
  background-color: var(--primary-blue);
  border: 2px solid var(--primary-blue);
  color: var(--white-color);
  height: auto;
}
#hn .modal-popup.custom-block-customer-register .modal-content .tabsWrapper .tab-content .custom-popup-login .action.primary:hover {
  color: var(--primary-blue);
  background-color: var(--white-color);
}
@media (max-width: 991.98px) {
  #hn .contact-form_section .grid12-5, #hn .contact-form_section .grid12-6 {
    max-width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  #hn .contact-form_section .grid12-1 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #hn .contact-form_section .grid12-5, #hn .contact-form_section .grid12-6 {
    max-width: 100%;
  }
}
#hn .contact-form_section .form-wrapper {
  position: sticky;
  top: 20px;
  padding: 3rem;
  box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  #hn .contact-form_section .form-wrapper {
    margin-top: 3rem;
  }
}
@media (max-width: 991.98px) {
  #hn section.v2-certified-pharmacy_section .grid12-6 {
    max-width: 48%;
  }
}
@media (max-width: 575.98px) {
  #hn section.v2-certified-pharmacy_section .grid12-6 {
    max-width: 100%;
  }
}
#hn section.v2-certified-pharmacy_section h3 {
  color: var(--sky-blue);
}
#hn section.v2-about-better-preparation_section {
  background-color: var(--primary-blue);
  color: var(--white-color);
}
#hn section.v2-about-better-preparation_section h2 {
  margin-top: 0;
  margin-bottom: 4rem;
}
#hn section.v2-about-better-preparation_section p {
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  #hn section.v2-about-better-preparation_section .grid12-6 {
    max-width: 43%;
  }
}
@media (max-width: 767.98px) {
  #hn section.v2-about-better-preparation_section .grid12-6 {
    max-width: 100%;
  }
}
#hn section.v2-about-better-preparation_section .about-better-preparation-content {
  background-color: var(--white-color);
  color: var(--body-color);
  padding: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}
#hn section.v2-about-better-preparation_section .about-better-preparation-content h3 {
  margin-top: 0;
}
#hn section.v2-about-better-preparation_section .about-better-preparation-content p {
  margin-bottom: 0;
}
#hn section.about-better-preparation_section h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 3rem;
}
#hn section.about-better-preparation_section h3 {
  margin-top: 40px;
}
#hn section.about-better-preparation_section p {
  margin-bottom: 30px;
}
#hn section.v2-meet-team_section .meet-team-wrapper .meet-team-content {
  border: 8px solid var(--sky-blue);
  border-radius: 10px;
  box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.16);
  padding: 2rem;
  margin-block: 1.5rem;
}
#hn section.v2-meet-team_section .meet-team-wrapper .meet-team-content h3 {
  color: var(--sky-blue);
  margin: 0;
}
@media (max-width: 991.98px) {
  #hn section.v2-meet-team_section .meet-team-wrapper .meet-team-content h3 {
    text-align: center;
    margin-bottom: 1rem;
  }
}
#hn section.v2-meet-our-coaches_section {
  background-color: var(--primary-blue);
  color: var(--white-color);
}
#hn section.v2-meet-our-coaches_section #coaches-slider .coaches-slider-item h3.coach-title {
  margin-bottom: 0;
}
#hn section.v2-meet-our-coaches_section #coaches-slider .coaches-slider-item .coach-designation {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
#hn section.v2-meet-our-coaches_section #coaches-slider .owl-buttons .owl-prev, #hn section.v2-meet-our-coaches_section #coaches-slider .owl-buttons .owl-next {
  width: 4rem;
  height: 4rem;
}
#hn section.v2-meet-our-coaches_section #coaches-slider .owl-buttons .owl-prev i, #hn section.v2-meet-our-coaches_section #coaches-slider .owl-buttons .owl-next i {
  font-size: 4rem;
  color: var(--primary-blue);
  background-color: var(--sky-blue);
}
#hn section.v2-meet-our-coaches_section #coaches-slider .owl-buttons .owl-prev:hover i, #hn section.v2-meet-our-coaches_section #coaches-slider .owl-buttons .owl-next:hover i {
  opacity: 1;
  background-color: var(--white-color);
}
#hn section.v2-hero_banner-partnership h1.hero_banner__mainHeading {
  margin-top: 3rem;
}
#hn section.v2-hero_banner-partnership h3 {
  color: var(--primary-blue);
  margin-top: 3rem;
  margin-bottom: 5rem;
}
@media (max-width: 991.98px) {
  #hn section.v2-partnership-form_section .grid12-6 {
    max-width: 48%;
  }
}
@media (max-width: 767.98px) {
  #hn section.v2-partnership-form_section .grid12-6 {
    max-width: 100%;
  }
}
#hn section.v2-partnership-form_section h2 {
  margin-top: 6rem;
}
@media (max-width: 991.98px) {
  #hn section.v2-partnership-form_section h2 {
    margin-top: 0;
  }
}
#hn section.v2-partnership-form_section p {
  margin-bottom: 3rem;
}
#hn section.v2-partnership-form_section ul {
  color: var(--primary-blue);
  list-style: none;
  padding: 0;
  font-size: 1.8rem;
}
#hn section.v2-partnership-form_section ul li i {
  font-style: normal;
  color: var(--body-color);
}
#hn section.v2-partnership-form_section .partnership-form-wrapper {
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
  padding: 4rem;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  #hn section.v2-partnership-form_section .partnership-form-wrapper {
    padding: 2rem;
  }
}
#hn section.v2-partnership-form_section .partnership-form-wrapper form#partnership-form h3 {
  text-align: center;
  margin-bottom: 3rem;
}
#hn section.v2-partnership-form_section .partnership-form-wrapper form#partnership-form .field .control {
  width: 100%;
}
#hn section.v2-partnership-form_section .partnership-form-wrapper form#partnership-form .field .control input, #hn section.v2-partnership-form_section .partnership-form-wrapper form#partnership-form .field .control textarea {
  border-radius: 10px;
}
#hn section.v2-partnership-form_section .partnership-form-wrapper form#partnership-form .field .control input {
  height: 52px;
}
#hn section.v2-partnership-form_section .partnership-form-wrapper .thankyou-wrapper h2 {
  margin-top: 0;
}
#hn section.v2-partnership-form_section .partnership-form-wrapper .thankyou-wrapper p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #hn section.v2-partnership-healthcare-training .grid12-6 {
    max-width: 48%;
  }
}
@media (max-width: 767.98px) {
  #hn section.v2-partnership-healthcare-training .grid12-6 {
    max-width: 100%;
  }
}
#hn section.v2-partnership-healthcare-training p {
  margin-bottom: 4rem;
}
#hn section.v2-financial-situations {
  background-color: var(--primary-blue);
  color: var(--white-color);
}
@media (max-width: 991.98px) {
  #hn section.v2-financial-situations .grid12-6 {
    max-width: 48%;
  }
}
@media (max-width: 767.98px) {
  #hn section.v2-financial-situations .grid12-6 {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
#hn section.v2-financial-situations p {
  margin-bottom: 3rem;
}
#hn section.v2-tuition-payment-options h2 {
  margin-bottom: 9rem;
}
#hn section.v2-tuition-payment-options .custom-flex {
  gap: 2rem;
}
#hn section.v2-tuition-payment-options .payment-options-card-wrapper {
  position: relative;
  padding-top: 5rem;
  margin-bottom: 10rem;
}
#hn section.v2-tuition-payment-options .payment-options-card-wrapper.light-blue:before {
  background-color: var(--sky-blue);
}
#hn section.v2-tuition-payment-options .payment-options-card-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 7rem);
  height: calc(100% - 5rem);
  background-color: var(--primary-blue);
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
  z-index: 1;
}
@media (max-width: 991.98px) {
  #hn section.v2-tuition-payment-options .payment-options-card-wrapper:before {
    width: calc(100% - 3rem);
    border-top-left-radius: 7rem;
    border-top-right-radius: 7rem;
  }
}
#hn section.v2-tuition-payment-options .payment-options-card-wrapper .payment-options-card {
  position: relative;
  margin-left: 8rem;
  padding: 1rem 4rem;
  border-radius: 3rem;
  border-bottom-left-radius: 0;
  box-shadow: -15px 15px 35px 0 #423f3f;
  height: 100%;
  background-color: var(--white-color);
  z-index: 999;
}
@media (max-width: 991.98px) {
  #hn section.v2-tuition-payment-options .payment-options-card-wrapper .payment-options-card {
    margin-left: 3rem;
    padding: 1rem 2rem;
  }
}
#hn .payment-plans .modal-inner-wrap {
  max-width: 800px;
  border-bottom: 1rem solid var(--primary-blue);
  background-color: var(--white-color);
}
#hn .payment-plans header.modal-header {
  background-color: var(--primary-blue);
  color: var(--white-color);
  padding-block: 1rem;
  padding-inline: 6rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  #hn .payment-plans header.modal-header {
    padding-block: 1.5rem;
  }
}
#hn .payment-plans header.modal-header .modal-title {
  font-weight: 400;
  margin: 0;
  padding: 0;
  border: none;
}
#hn .payment-plans header.modal-header button.action-close::before {
  color: var(--white-color) !important;
}
#hn .payment-plans .modal-content {
  padding: 2.6rem 4.5rem;
}
#hn .payment-plans .modal-content .content h3 {
  margin-top: 0;
}
#hn .payment-plans .modal-content .content img {
  width: 250px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#hn section.v2-gov-programs-content .gov-programs-content-wrapper {
  position: relative;
}
#hn section.v2-gov-programs-content .gov-programs-content-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 30px;
  height: 100%;
  background-image: url("../../frontend/Infortis/custom/en_US/images/shadow.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
#hn section.v2-gov-programs-content .gov-programs-content-wrapper .gov-programs-content-card {
  padding: 1rem 15rem 1rem 3rem;
  margin-block: 4rem;
  min-height: 220px;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#hn section.v2-gov-programs-content .gov-programs-content-wrapper .gov-programs-content-card:nth-child(odd) {
  background-image: url("../../frontend/Infortis/custom/en_US/images/gov-programs-content-bg-1.png");
}
#hn section.v2-gov-programs-content .gov-programs-content-wrapper .gov-programs-content-card:nth-child(even) {
  background-image: url("../../frontend/Infortis/custom/en_US/images/gov-programs-content-bg-2.png");
}
@media (max-width: 1199.98px) {
  #hn section.v2-gov-programs-content .gov-programs-content-wrapper .gov-programs-content-card p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  #hn section.v2-gov-programs-content .gov-programs-content-wrapper .gov-programs-content-card {
    background-image: unset !important;
    padding: 1rem 1rem 1rem 6rem;
  }
}
#hn section.v2-certified-pharmacy_section .custom-flex .text-end {
  padding-right: 0;
}
@media (max-width: 991.98px) {
  #hn section.v2-certified-pharmacy_section .custom-flex .text-end {
    padding-right: 15px;
  }
}
#hn section.v2-certified-pharmacy_section .certified-pharmacy-content {
  max-width: 670px;
  margin-right: 0;
  margin-left: auto;
}
#hn section.v2-certified-pharmacy_section .certified-pharmacy-content h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-top: 0;
}
#hn section.v2-certified-pharmacy_section .certified-pharmacy-content h4 {
  color: var(--sky-blue);
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 4rem;
  margin-bottom: 6rem;
}
#hn section.v2-certified-pharmacy_section .certified-pharmacy-content h3 {
  font-size: 3rem;
  font-weight: 600;
}
#hn section.v2-cpht-training_section h3 {
  font-size: 2.4rem;
}
#hn section.v2-cpht-training_section .custom-flex .col-img {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  #hn section.v2-cpht-training_section .custom-flex .col-img {
    padding-left: 1.5rem;
  }
}
#hn section.v2-cpht-training_section .cpth-content {
  max-width: 670px;
}
#hn section.v2-cpht-training_section .cpth-content h2 {
  font-size: 3rem;
}
#hn section.v2-cpht-training_section .cpth-content h4 {
  color: var(--primary-blue);
  font-size: 1.8rem;
  font-weight: 600;
}
#hn section.v2-cpht-training_section .cpth-content ul {
  list-style: none;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}
#hn section.v2-cpht-training_section .cpth-content ul li {
  margin-bottom: 1.5rem;
}
#hn section.v2-cpht-training_section .cpth-content ul li ul {
  padding-left: 4rem;
  margin-top: 1rem;
}
#hn section.v2-cpht-training_section .cpth-content ul li i {
  color: var(--sky-blue);
  font-style: normal;
}
#hn section.v2-cpht-training_section .cpth-content ul li:last-child {
  margin-bottom: 0;
}
#hn section.v2-pharmacy-tech_section h2 {
  font-size: 3rem;
  font-weight: 600;
}
#hn section.v2-pharmacy-tech_section h3 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 3rem;
}
#hn section.v2-pharmacy-tech_section ul {
  list-style: none;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}
#hn section.v2-pharmacy-tech_section ul li {
  margin-bottom: 1.5rem;
}
#hn section.v2-pharmacy-tech_section ul li i {
  color: var(--sky-blue);
  font-style: normal;
}
#hn section.v2-pharmacy-tech_section ul li:last-child {
  margin-bottom: 0;
}
#hn section.v2-cpht-online_section h2 {
  margin-top: 0;
  font-size: 3rem;
  font-weight: 600;
}
#hn section.v2-cpht-online_section h3 {
  font-size: 3rem;
  font-weight: 600;
}
#hn section.v2-cpht-online_section .cpht-online-training {
  background-color: var(--primary-blue);
  color: var(--white-color);
  padding: 3rem;
  border-radius: 10px;
  margin-top: 4rem;
}
@media (max-width: 991.98px) {
  #hn section.v2-cpht-online_section .cpht-online-training {
    margin-bottom: 3rem;
  }
}
#hn section.v2-cpht-online_section .cpht-online-training h3 {
  margin-top: 0;
  margin-bottom: 2rem;
}
#hn section.v2-cpht-online_section .cpht-online-training p {
  margin-bottom: 0;
}
#hn section.v2-cpht-online_section .technician-certification-exam .grid12-6:first-child {
  background-color: var(--sky-blue);
}
#hn section.v2-cpht-online_section .technician-certification-exam h3 {
  margin-top: 0;
}
#hn section.v2-cpht-online_section .technician-certification-exam .technician-certification-exam-content {
  color: var(--white-color);
  padding: 5rem 3rem;
}
#hn section.v2-cpht-online_section .technician-certification-exam .technician-certification-exam-content h4 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 600;
}
#hn section.v2-cpht-online_section .technician-certification-exam .technician-certification-exam-content ul {
  list-style: none;
  font-size: 1.8rem;
  margin: 0 0 6rem;
  padding: 0;
}
#hn section.v2-cpht-online_section .technician-certification-exam .technician-certification-exam-content ul li {
  margin-bottom: 1.5rem;
}
#hn section.v2-cpht-online_section .technician-certification-exam .technician-certification-exam-content ul li i {
  font-style: normal;
}
#hn section.v2-cpht-online_section .technician-certification-exam .technician-certification-exam-content ul li:last-child {
  margin-bottom: 0;
}
#hn section.v2-academy-coaching_section {
  background-image: url("../../frontend/Infortis/custom/en_US/images/academy-coaching-section-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--primary-blue);
  color: var(--white-color);
}
#hn section.v2-academy-coaching_section h2 {
  font-size: 3rem;
  font-weight: 600;
}
#hn section.v2-pharmacy-technicians_section h2 {
  color: var(--sky-blue);
  font-size: 4rem;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
}
#hn section.v2-pharmacy-technicians_section .custom-flex .col-md-6 .timeline-img-left, #hn section.v2-pharmacy-technicians_section .custom-flex .col-md-6 .timeline-img-right {
  margin-bottom: -4rem;
}
@media (max-width: 991.98px) {
  #hn section.v2-pharmacy-technicians_section .custom-flex .col-md-6 .timeline-img-left, #hn section.v2-pharmacy-technicians_section .custom-flex .col-md-6 .timeline-img-right {
    margin-bottom: 0;
    text-align: center !important;
  }
}
#hn section.v2-pharmacy-technicians_section .custom-flex .col-md-6 .timeline-img-left {
  margin-right: -5.5rem;
}
@media (max-width: 991.98px) {
  #hn section.v2-pharmacy-technicians_section .custom-flex .col-md-6 .timeline-img-left {
    margin-right: 0;
  }
}
#hn section.v2-pharmacy-technicians_section .custom-flex .col-md-6 .timeline-img-right {
  margin-left: -5.5rem;
  text-align: left;
}
@media (max-width: 991.98px) {
  #hn section.v2-pharmacy-technicians_section .custom-flex .col-md-6 .timeline-img-right {
    margin-left: 0;
  }
}
#hn section.v2-pharmacy-technicians_section .custom-flex .col-md-6:first-child {
  border-right: 1px solid;
}
@media (max-width: 991.98px) {
  #hn section.v2-pharmacy-technicians_section .custom-flex .col-md-6:first-child {
    border: none;
  }
}
#hn section.v2-pharmacy-technicians_section .custom-flex .col-md-6:first-child h3 {
  background-color: var(--primary-blue);
  color: var(--white-color);
  display: inline-block;
  padding: 0.5rem;
}
#hn section.v2-pharmacy-technicians_section .custom-flex .col-md-6:last-child {
  border-left: 1px solid;
  text-align: right;
}
@media (max-width: 991.98px) {
  #hn section.v2-pharmacy-technicians_section .custom-flex .col-md-6:last-child {
    border: none;
  }
}
#hn section.v2-pharmacy-technicians_section .custom-flex .col-md-6:last-child h3 {
  background-color: var(--sky-blue);
  color: var(--white-color);
  display: inline-block;
  padding: 0.5rem;
}
#hn section.v2-carrer-change_section h2 {
  font-size: 4rem;
  font-weight: 600;
  color: var(--primary-blue);
  text-transform: uppercase;
}
#hn section.v2-carrer-change_section .training-program_form {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 5rem;
}
@media (max-width: 991.98px) {
  #hn section.v2-carrer-change_section .training-program_form {
    padding: 3rem;
    margin-top: 3rem;
  }
}
#hn section.v2-carrer-change_section .training-program_form h3.training-program-title {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 3rem;
}
#hn section.v2-carrer-change_section .training-program_form form#my-form .field .control {
  width: 100%;
}
#hn section.v2-carrer-change_section .training-program_form form#my-form .field .control label {
  margin-left: 1rem;
  color: #c2c2c2;
}
#hn section.v2-carrer-change_section .training-program_form form#my-form .field .control input, #hn section.v2-carrer-change_section .training-program_form form#my-form .field .control select {
  height: 42px;
  border-radius: 10px;
  border-width: 2px;
}
#hn .blog--header-main {
  background-image: url("../../frontend/Infortis/custom/en_US/images/2023/blog-banner.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: var(--sec-green);
  color: var(--white-color);
  padding-bottom: 40rem !important;
}
@media (max-width: 991.98px) {
  #hn .blog--header-main {
    padding-bottom: 35rem !important;
  }
}
#hn .blog-search {
  max-width: 700px;
  margin: 0 auto;
  float: unset;
}
#hn .blog-search .block-content {
  width: 100%;
}
#hn .blog-search .form .control {
  width: 100%;
}
#hn .blog-search .form .control input#blog_search {
  padding: 1rem 7rem 1rem 4rem;
  font-size: 2rem;
  border: 0;
  height: 52px;
}
#hn .blog-search .form .control input#blog_search::-moz-placeholder {
  color: var(--body-color);
}
#hn .blog-search .form .control input#blog_search::placeholder {
  color: var(--body-color);
}
#hn .blog-search .form button.action.search {
  background-color: var(--white-color);
  color: var(--body-color);
}
#hn .blog-search .form button.action.search::before {
  background: url("../../frontend/Infortis/custom/en_US/images/2023/search-icon.png") no-repeat;
  background-size: cover;
  width: 3rem;
  height: 3rem;
}
#hn .blog--recent .custom-flex {
  margin-top: -30rem;
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 0 20px 0 rgba(32, 205, 199, 0.38);
}
@media (max-width: 991.98px) {
  #hn .blog--recent .custom-flex {
    margin-inline: 1rem;
  }
}
#hn .blog--recent-image img {
  border-radius: 25px;
}
#hn .blog--recent-title a {
  color: var(--primary-green);
  font-weight: 600;
}
#hn .blog--recent-attr {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5rem;
  font-size: 1.8rem;
  color: var(--primary-blue);
  padding-bottom: 2rem;
}
@media (max-width: 767.98px) {
  #hn .blog--recent-attr {
    gap: 2rem;
  }
}
#hn .blog--recent-attr::after {
  content: "";
  width: 20rem;
  height: 2px;
  background-color: var(--body-color);
  position: absolute;
  bottom: 0;
}
#hn .blog--recent-attr .post-data {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--primary-blue);
}
#hn .blog--recent-attr .post-data:before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEyNzdDOEYyNzYxQjExRUQ4MDVFRTJDNzJBNjVBMDY3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEyNzdDOEYzNzYxQjExRUQ4MDVFRTJDNzJBNjVBMDY3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTI3N0M4RjA3NjFCMTFFRDgwNUVFMkM3MkE2NUEwNjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTI3N0M4RjE3NjFCMTFFRDgwNUVFMkM3MkE2NUEwNjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6uX0/EAAAC5UlEQVR42ryWf2iNYRTH3zu78+NGmylqU5iNyx/Xj7IRSUiyLGaUldrsj41CoYy/xFDKP4RYJt00un7VSMjQLWRaVlN+//hvLDNpZtz7+h59H52e3veuFU59eu857/O8557znOc8T2Bc6RHHQy6BCJhg2YvBcbAW3LPevQZPwAr7Y29iG510yzYEBMEyPmeC5+q92HPosFXZC8B4kAuGgx+gV384jc9p4CboAV/oRKSFuqGa9u2WvYX2IPVv4A4oMo4koknWv/tJu0gCuOrdIBCgLaHsAb7T8+eD+2CGfF8iqucAyX02GAaStEWoG47SfsCyR2hPUs8Ch2hrMKmbS0MN+MT8ysuHoJ264SKjv2zZ2zm+gfpnsJWRRxyVIpEM0MffVY633GYqvKTIw5YwPtKUcbDzdyXoVXX/XPwc7QFRMJT6StDI/WL2TSPtDsdFOW9AjmpBOQhRLwFrQJh6mHoJ9RDH11oln673kZdMBJmgk/omIL3qEfUrYJbqGjJuKqtNF4LTn6O3lt6tnBix9aceFVdssuLnaCkYDc5wE4a5386xxWiR9rUOzGaltYHz4Dq42l9E1/hsYlp2gzLQBWJqXB3Yac2VRlwBLoDVpsv4FUMZ16WL+n7u9GY1Zq9ysg/ksXvXMOpSbvCUEcUsvdVqvJPBLv6eB+JgG+1VnP+YjbUSnPKLaAzIV7rskylK36xSF+fvg2A917aT6yayI1XqXrJ0s6kfZuNcQn0On1E156OqxgXgLptqfqrU1TPnvaqZ5vC41n3xu5ojH14FxjIjjt8+0pO2WOPOEiNtPDAXgZOqgPJ4TLznfUO6wwc7dX0D6JHH1AGYqeyv6ETkNJ8njKO4mjyKm84PI83cYyMZnVxaRvByUwhusBo7WDC/HZlDrpoL2pOCr2Ahxy8Ht7gmTWxTcil5ABYzskKzzuLoGZjOSUmumx8hdXS4/OAGdQsSecEopG29+9PKXdf9LwffLwEGAC94t7kQIvHWAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 2.6rem;
  height: 2.6rem;
}
#hn .blog--recent-attr .post-author-name {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
#hn .blog--recent-attr .post-author-name:before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI2RjI4MzEzNzYxQjExRURCNTYzQUQyRjE3RkIxMEE1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI2RjI4MzE0NzYxQjExRURCNTYzQUQyRjE3RkIxMEE1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjZGMjgzMTE3NjFCMTFFREI1NjNBRDJGMTdGQjEwQTUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjZGMjgzMTI3NjFCMTFFREI1NjNBRDJGMTdGQjEwQTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6yMhkgAAAClklEQVR42qyWa2iNcRzHz56dmLktWqRhyG2uk0saxV4JRfZqSdZa3khh3pB4ISEvvFFEpKQQpVY0r8heyD2X5ZLLxnJZW46HbWbH8fnV99TT03mOPzu/+tT/9DzP7/v//27/k1dadTTmYONhNSyGYojDT2iDG3ANOrM5iDuIzINNsEKCYVsE0+AUvPtfoeWwDyr0+z48BR9GwnyYJabDHmj+V6FyOAQLoBWOw3V4CT9gBMyENVAHVZCCLfAp7Cy/qGxlJpHhsAPWwnuohxPwEXrlsEuhuqn1EpgNH+AB/A469CJOs1A77IaTcCnLyXvgGFyGPKjJlMsoIYv5aOXjvEPB2IlOwxcogykuQoNhnNYWmpaYm71SbgbABEvL34QGQkFgp32OQr0KtVmhi5A5/671MO3QxQbBUK0T4Q16EclNN95kNaOLWTuM0aneuFadledbJbZGu81mJlALRXAPXrj2Ubt6pVId36Vkd2d4txS2wXrogF1w13Uy9GgaJDRE98Mk9Yo15C8VjJXxRlin7z7recpFqFC7q5eIr/c2wwZ4DV9hlMStSr+paKz/jsBBTfRUlJCJbIedWj+Ci3pmu54oZ/k6lQk+gSvKUzUs1QZshF1IF0U8dLo6xdiS3wi7VRhm53RlWM6GKB82OR4qp/Z9ExzQzDus0F8NC1UqXCbSAFtVpmlrFQ2aaRaWZOB5n5x2avbN1bVhPp6ny7tY5Wmj5w7sDYkELSmnyYjntxWJNl2KFs4CL3CaVSrfMwpHf6xRuU2pKmeYUIkSaHG/pcT21+zEZxUVuzIqPN095XqhSZdbLuyZ0mC2zFMVTVUSm2O5M5vmj9UGc0xorP5o+OqLXFq7wljiaZHQ7ejnWKhDY8n/I8AAm4OnBruddqQAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 2.6rem;
  height: 2.6rem;
}
#hn .blog--recent-attr .post-author-name a {
  color: var(--primary-blue);
}
#hn .blog--recent-btn {
  margin-top: 2rem;
}
#hn .blog--recent-btn a {
  padding: 1rem 5rem;
}
#hn .blog--categories {
  margin-top: 8rem;
  margin-bottom: 4rem;
}
#hn .blog--categories .block-title {
  text-align: center;
  margin-bottom: 2rem;
}
#hn .blog--categories .block-title strong {
  font-size: 3rem;
  font-weight: 600;
}
#hn .blog--categories-wrapper {
  background-color: var(--light-grey);
}
#hn .blog--categories-wrapper ul.accordion {
  display: flex;
  justify-content: space-between;
  overflow: auto;
}
@media (max-width: 991.98px) {
  #hn .blog--categories-wrapper ul.accordion {
    padding: 0 2rem;
  }
}
#hn .blog--categories-wrapper ul.accordion li {
  padding-block: 3rem;
  padding-left: 2rem;
}
#hn .blog--categories-wrapper ul.accordion li a {
  font-weight: 400;
  white-space: nowrap;
}
#hn .blog--categories-wrapper ul.accordion li:first-child {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  #hn .blog--wrapper {
    padding: 0 2rem;
  }
}
#hn .blog--wrapper .block-post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3rem;
  margin: 0;
}
@media (max-width: 1199.98px) {
  #hn .blog--wrapper .block-post-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991.98px) {
  #hn .blog--wrapper .block-post-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  #hn .blog--wrapper .block-post-grid {
    grid-template-columns: 1fr;
  }
}
#hn .blog--wrapper .block-post-grid .block-post {
  border: 1px solid var(--primary-blue);
  border-radius: 5px;
  width: 100%;
  padding: 1rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#hn .blog--wrapper .block-post-grid .block-post .image-container .image-wrap {
  padding-bottom: 82% !important;
}
#hn .blog--wrapper .block-post-grid .block-post .image-container span.post-category {
  position: relative;
}
#hn .blog--wrapper .block-post-grid .block-post .image-container span.post-category a.category-name {
  background-color: transparent;
  color: var(--sky-blue);
  padding: 0;
  font-size: 1.2rem;
}
#hn .blog--wrapper .block-post-grid .block-post .post-info .post-data-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
}
#hn .blog--wrapper .block-post-grid .block-post .post-info .post-data-wrap:after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: var(--body-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
#hn .blog--wrapper .block-post-grid .block-post .post-info .post-data-wrap .post-data {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--primary-blue);
  font-size: 1.6rem;
}
#hn .blog--wrapper .block-post-grid .block-post .post-info .post-data-wrap .post-data:before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEyNzdDOEYyNzYxQjExRUQ4MDVFRTJDNzJBNjVBMDY3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEyNzdDOEYzNzYxQjExRUQ4MDVFRTJDNzJBNjVBMDY3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTI3N0M4RjA3NjFCMTFFRDgwNUVFMkM3MkE2NUEwNjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTI3N0M4RjE3NjFCMTFFRDgwNUVFMkM3MkE2NUEwNjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6uX0/EAAAC5UlEQVR42ryWf2iNYRTH3zu78+NGmylqU5iNyx/Xj7IRSUiyLGaUldrsj41CoYy/xFDKP4RYJt00un7VSMjQLWRaVlN+//hvLDNpZtz7+h59H52e3veuFU59eu857/O8557znOc8T2Bc6RHHQy6BCJhg2YvBcbAW3LPevQZPwAr7Y29iG510yzYEBMEyPmeC5+q92HPosFXZC8B4kAuGgx+gV384jc9p4CboAV/oRKSFuqGa9u2WvYX2IPVv4A4oMo4koknWv/tJu0gCuOrdIBCgLaHsAb7T8+eD+2CGfF8iqucAyX02GAaStEWoG47SfsCyR2hPUs8Ch2hrMKmbS0MN+MT8ysuHoJ264SKjv2zZ2zm+gfpnsJWRRxyVIpEM0MffVY633GYqvKTIw5YwPtKUcbDzdyXoVXX/XPwc7QFRMJT6StDI/WL2TSPtDsdFOW9AjmpBOQhRLwFrQJh6mHoJ9RDH11oln673kZdMBJmgk/omIL3qEfUrYJbqGjJuKqtNF4LTn6O3lt6tnBix9aceFVdssuLnaCkYDc5wE4a5386xxWiR9rUOzGaltYHz4Dq42l9E1/hsYlp2gzLQBWJqXB3Yac2VRlwBLoDVpsv4FUMZ16WL+n7u9GY1Zq9ysg/ksXvXMOpSbvCUEcUsvdVqvJPBLv6eB+JgG+1VnP+YjbUSnPKLaAzIV7rskylK36xSF+fvg2A917aT6yayI1XqXrJ0s6kfZuNcQn0On1E156OqxgXgLptqfqrU1TPnvaqZ5vC41n3xu5ojH14FxjIjjt8+0pO2WOPOEiNtPDAXgZOqgPJ4TLznfUO6wwc7dX0D6JHH1AGYqeyv6ETkNJ8njKO4mjyKm84PI83cYyMZnVxaRvByUwhusBo7WDC/HZlDrpoL2pOCr2Ahxy8Ht7gmTWxTcil5ABYzskKzzuLoGZjOSUmumx8hdXS4/OAGdQsSecEopG29+9PKXdf9LwffLwEGAC94t7kQIvHWAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 2rem;
  height: 2rem;
}
#hn .blog--wrapper .block-post-grid .block-post .post-info .post-data-wrap .post-category .category-name {
  color: var(--primary-blue);
  transition: 0.4s ease;
}
#hn .blog--wrapper .block-post-grid .block-post .post-info .post-data-wrap .post-category .category-name:hover {
  color: var(--primary-green);
}
#hn .blog--wrapper .block-post-grid .block-post .post-info .post-description * {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 0rem;
  margin-bottom: 1rem;
  line-height: 21px;
}
#hn .blog--wrapper .block-post-grid .block-post .read-more--btn {
  color: var(--primary-green);
  transition: 0.4s ease;
}
#hn .blog--wrapper .block-post-grid .block-post .read-more--btn:hover {
  color: var(--primary-blue);
}
#hn .blog--wrapper .toolbar-blog-posts {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
#hn .blog--wrapper .toolbar-blog-posts .pages {
  text-align: center;
}
#hn .blog--wrapper .toolbar-blog-posts .pages ul.pages-items li.item {
  margin-right: 2rem;
}
#hn .blog--wrapper .toolbar-blog-posts .pages ul.pages-items li.item .page {
  color: var(--sec-green);
  border: 1px solid;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hn .blog--wrapper .toolbar-blog-posts .pages ul.pages-items li.item .page:hover {
  background-color: var(--sec-green);
  color: var(--white-color);
}
#hn .blog--wrapper .toolbar-blog-posts .pages ul.pages-items li.item.current .page {
  background-color: var(--sec-green);
  color: var(--white-color);
}
#hn .blog--wrapper .toolbar-blog-posts .pages ul.pages-items li.item.pages-item-next, #hn .blog--wrapper .toolbar-blog-posts .pages ul.pages-items li.item.pages-item-previous {
  display: none;
}
#hn .blog--wrapper-author {
  margin-top: 5rem;
  order: 2;
}
#hn .blog-subscribe-form {
  background-image: url("../../frontend/Infortis/custom/en_US/images/2023/blog-programs-bg.webp");
  background-color: var(--light-grey);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#hn .blog-subscribe-form h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 4rem;
}
#hn .blog-subscribe-form #blog-subscribe .control {
  margin-top: 2rem;
}
#hn .blog-subscribe-form #blog-subscribe input {
  height: 42px;
}
#hn .blog-subscribe-form #blog-subscribe input.btn {
  padding: 1rem 4rem;
}
#hn .blog--post-header-back {
  margin-bottom: 4rem;
}
#hn .blog--post-header-back a {
  display: inline-block;
  color: var(--body-color);
}
#hn .blog--post-header-back a span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
#hn .blog--post-header-back a span::before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAOCAYAAABO3B6yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBDRkE2RDc5NzZDQzExRURCRThDODU4OTYzQ0FBNkRGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBDRkE2RDdBNzZDQzExRURCRThDODU4OTYzQ0FBNkRGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MENGQTZENzc3NkNDMTFFREJFOEM4NTg5NjNDQUE2REYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MENGQTZENzg3NkNDMTFFREJFOEM4NTg5NjNDQUE2REYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4AQ5yPAAABBklEQVR42mJUCJ7CgAMEAXEfEJ8H4ggg/slAA8CCQzwTiCcDMTMQs0ExTRzAhEWsFoinQS2/B8Q+QPyZgUYAOQQYob7OhvJBQR8MxPcZaAhgDuAC4rnQuAaBrUAcSUufIztABIhXALEzVOwEEFcBsTAQS9DQ7v9A/BjkgE1AbIkkoQvEJ6FpgNbgGMgBnGiCIIvZoWmC1oCLBZrKQVFgg5T48oH4G55sSq0ouA+y4CnUEYuB2BcaHcVAHAfEv2gdBLBy4CM0y82D8sOB+AAQS9HLASDwG4iTgbgTygeFxG4g1qKXA2CgAhoFDFDLtwMxDz0dwACthEBp4DEQXwPiP7RyAECAAQAFhit8qvq78QAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center;
  width: 5rem;
  height: 5rem;
  display: inline-flex;
  background-color: #eeeeee;
  border-radius: 50%;
  transition: 0.4s ease;
}
#hn .blog--post-header-back a:hover span::before {
  transform: translateX(-10px);
}
#hn .blog--post-header .page-title-wrapper .page-title {
  font-weight: bold;
  color: var(--primary-green);
  margin-bottom: 3rem;
}
#hn .blog--post-header .blog--recent-attr {
  justify-content: center;
  padding-bottom: 0;
}
#hn .blog--post-header .blog--recent-attr::after {
  display: none;
}
#hn .blog--post-header .blog--recent-attr .post-author-name a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
#hn .post-view .post-holder .post-header .image-container .image-wrap {
  display: block;
  position: relative;
  padding-bottom: 35%;
  overflow: hidden;
}
#hn .post-view .post-holder .post-header .image-container .image-wrap .bg-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}
#hn .post-view .post-holder .post-header .post-info {
  padding: 2rem;
}
#hn .post-view .post-holder .post-header .post-info .item {
  margin: 0 4rem;
}
#hn .post-view .post-holder .post-header .post-info .item:after {
  display: none;
}
#hn .post-view .post-holder .post-header .post-info .item i {
  filter: invert(1);
}
#hn .post-view .post-holder .post-header .post-info .item a {
  color: var(--white-color);
}
#hn .post-view .post-holder .post-header .post-info .item .value {
  font-style: normal;
}
#hn .post-view .post-holder .post-content {
  margin-top: 5rem;
}
#hn .post-view .post-holder .post-content .custom-flex {
  flex-wrap: nowrap;
  gap: 2rem;
}
#hn .post-view .post-holder .post-content .custom-flex .post-social-share {
  flex: 0 0 15%;
}
#hn .post-view .post-holder .post-content .custom-flex .post-social-share .post-sharing-bottom {
  position: sticky;
  top: 20px;
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#hn .post-view .post-holder .post-content .custom-flex .post-social-share .post-sharing-bottom span.social-text {
  font-size: 1.8rem;
  font-weight: 600;
}
#hn .post-view .post-holder .post-bottom .author {
  background-color: #dcf7f8;
  border: none !important;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  #hn .post-view .post-holder .post-bottom .author {
    flex-direction: column;
  }
}
#hn .post-view .post-holder .post-bottom .author .block-info {
  text-align: center;
  padding: 1rem;
  flex-direction: column;
  flex: 0 0 250px;
}
#hn .post-view .post-holder .post-bottom .author .block-info .block-img {
  width: 100% !important;
  margin: 0;
}
#hn .post-view .post-holder .post-bottom .author .block-info .block-img img.author-image {
  border-radius: 50%;
}
#hn .post-view .post-holder .post-bottom .author .block-info .block-data .author-name {
  color: var(--primary-blue) !important;
  font-weight: 600 !important;
}
#hn .post-view .post-holder .post-bottom .author .block-info .block-data .social-icons {
  justify-content: center;
}
#hn .post-view .post-holder .post-bottom .author .block-description .block-content {
  color: var(--body-color) !important;
}
#hn .post-view .post-holder .post-bottom .author .block-description .action a.read-more {
  background-color: transparent !important;
  color: var(--body-color) !important;
  padding: 0 !important;
  height: auto;
  font-size: 4rem !important;
  transform: scaleX(-1);
}
#hn .post-view .post-holder .post-bottom .related {
  margin-top: 6rem;
}
#hn .post-view .post-holder .post-bottom .related .block-title.title strong#block-relatedposts-heading {
  font-size: 3rem;
}
#hn .post-view .post-holder .post-bottom .related ol.block-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}
#hn .post-view .post-holder .post-bottom .related ol.block-content li.item {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 991.98px) {
  #hn .post-view .post-holder .post-bottom .related ol.block-content li.item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  #hn .post-view .post-holder .post-bottom .related ol.block-content li.item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#hn .post-view .post-holder .post-bottom .related ol.block-content li.item .related-post-hn {
  padding: 1.5rem;
}
#hn .post-view .post-holder .post-bottom .related ol.block-content li.item .related-post-hn .post-categories a {
  color: var(--sky-blue);
  font-size: 1.4rem;
}
#hn .post-view .post-holder .post-bottom .related ol.block-content li.item .related-post-hn .related-post-title {
  margin-bottom: 1rem;
}
#hn .post-view .post-holder .post-bottom .related ol.block-content li.item .related-post-hn .related-post-title a.post-item-link {
  display: block;
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  height: 54px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #hn .post-view .post-holder .post-bottom .related ol.block-content li.item .related-post-hn .related-post-title a.post-item-link {
    height: 50px;
  }
}
#hn .author--banner {
  background-color: var(--primary-blue);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--white-color);
  padding-top: 10rem;
  padding-bottom: 40rem;
  box-shadow: inset 0 0 0 100vw rgba(31, 83, 146, 0.9);
}
@media (max-width: 991.98px) {
  #hn .author--banner {
    padding-bottom: 35rem;
  }
}
#hn .author--banner .author-title {
  font-size: 2.6rem;
}
#hn .author--banner .author-name h1 {
  margin-bottom: 0;
}
#hn .author--hero .custom-flex {
  margin-top: -25rem;
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 0 20px 0 rgba(32, 205, 199, 0.38);
}
@media (max-width: 991.98px) {
  #hn .author--hero .custom-flex {
    margin-inline: 1rem;
  }
}
#hn .author--hero .custom-flex .grid12-8 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  #hn .author--hero .custom-flex .grid12-8 {
    margin-top: 1rem;
  }
}
#hn .author--hero .social-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#hn .author--hero .social-icons .icon img {
  width: 4rem;
}
#hn section.page-404 {
  background-image: url("../../frontend/Infortis/custom/en_US/images/bootcamp-banner-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--body-color);
  padding-bottom: 5rem;
}
#hn section.page-404 .content-wrapper-404 {
  margin-bottom: -4rem;
}
@media (max-width: 991.98px) {
  #hn section.page-404 .content-wrapper-404 {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  #hn .applynow .grid12-6 {
    max-width: 48%;
  }
}
@media (max-width: 767.98px) {
  #hn .applynow .grid12-6 {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  #hn .applynow .custom-flex {
    flex-direction: column-reverse;
  }
}
#hn .waystopay--row {
  margin-top: 5rem;
}
@media (max-width: 767.98px) {
  #hn .waystopay--row {
    margin-top: 0rem;
  }
}
#hn .waystopay--row .custom-flex {
  margin-bottom: 2rem;
  gap: 2rem;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  #hn .waystopay--row .custom-flex {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  #hn .waystopay--row .custom-flex .grid12-2 {
    max-width: 15%;
  }
  #hn .waystopay--row .custom-flex .grid12-10 {
    max-width: 85%;
  }
}
#hn .waystopay--row img {
  filter: invert(44%) sepia(84%) saturate(380%) hue-rotate(130deg) brightness(94%) contrast(97%);
  width: 72px;
  height: 72px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#hn .waystopay--row h2 {
  color: var(--primary-green);
  margin: 0;
}
#hn .waystopay--row a {
  color: var(--primary-green);
}

.c_team {
  /* margin */
  /* text */
  /* float */
  /* position */
  /* display */
  /* width */
  /* height */
  /* columns */
  /* All Widget Templates ***********************************************************************************************/
  /* Block Title */
  /* Images Container */
  /* Images */
  /* Span Images */
  /* Post Category  */
  /* Post Title */
  /* Post Date */
  /* Post Author */
  /* Post View */
  /* Post Description */
  /* Post List */
  /* Images Format */
}
.c_team h1 {
  padding-top: 20px;
}
.c_team .p-0 {
  padding: 0 !important;
}
.c_team .p-2 {
  padding: 0.5rem !important;
}
.c_team .pl-2, .c_team .px-2 {
  padding-left: 0.5rem !important;
}
.c_team .pr-2, .c_team .px-2 {
  padding-right: 0.5rem !important;
}
.c_team .p-3 {
  padding: 1rem !important;
}
.c_team .pr-3, .c_team .px-3 {
  padding-right: 1rem !important;
}
.c_team .pl-3, .c_team .px-3 {
  padding-left: 1rem !important;
}
.c_team .pt-3, .c_team .py-3 {
  padding-top: 1rem !important;
}
.c_team .pb-3, .c_team .py-3 {
  padding-bottom: 1rem !important;
}
.c_team .p-4 {
  padding: 1.5rem !important;
}
.c_team .pr-4, .c_team .px-4 {
  padding-right: 1.5rem !important;
}
.c_team .pl-4, .c_team .px-4 {
  padding-left: 1.5rem !important;
}
@media (min-width: 768px) {
  .c_team .pr-md-3, .c_team .px-md-3 {
    padding-right: 1rem !important;
  }
  .c_team .pl-md-3, .c_team .px-md-3 {
    padding-left: 1rem !important;
  }
  .c_team .pr-md-4, .c_team .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .c_team .pl-md-4, .c_team .px-md-4 {
    padding-left: 1.5rem !important;
  }
}
.c_team .m-0 {
  margin: 0 !important;
}
.c_team .mb-0, .c_team .my-0 {
  margin-bottom: 0 !important;
}
.c_team .mt-1, .c_team .my-1 {
  margin-top: 0.25rem !important;
}
.c_team .mr-1, .c_team .mx-1 {
  margin-right: 0.25rem !important;
}
.c_team .mb-1, .c_team .my-1 {
  margin-bottom: 0.25rem !important;
}
.c_team .mt-2, .c_team .my-2 {
  margin-top: 0.5rem !important;
}
.c_team .mb-2, .c_team .my-2 {
  margin-bottom: 0.5rem !important;
}
.c_team .mt-3, .c_team .my-3 {
  margin-top: 1rem !important;
}
.c_team .mb-3, .c_team .my-3 {
  margin-bottom: 1rem !important;
}
.c_team .mt-4, .c_team .my-4 {
  margin-top: 1.5rem !important;
}
.c_team .mb-4, .c_team .my-4 {
  margin-bottom: 1.5rem !important;
}
.c_team .mt-5, .c_team .my-5 {
  margin-top: 3rem !important;
}
.c_team .mb-5, .c_team .my-5 {
  margin-bottom: 3rem !important;
}
@media (min-width: 768px) {
  .c_team .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .c_team .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .c_team .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
}
.c_team .text-left {
  text-align: left !important;
}
.c_team .text-right {
  text-align: right !important;
}
.c_team .text-center {
  text-align: center !important;
}
.c_team .float-left {
  float: left !important;
}
.c_team .float-right {
  float: right !important;
}
.c_team .float-none {
  float: none !important;
}
.c_team .position-relative {
  position: relative !important;
}
.c_team .position-absolute {
  position: absolute !important;
}
.c_team .d-none {
  display: none !important;
}
.c_team .d-block {
  display: block !important;
}
.c_team .d-inline {
  display: inline !important;
}
.c_team .d-inline-block {
  display: inline-block !important;
}
.c_team .d-flex {
  display: flex !important;
}
.c_team .flex-row {
  flex-direction: row !important;
}
.c_team .flex-column {
  flex-direction: column !important;
}
.c_team .flex-wrap {
  flex-wrap: wrap !important;
}
.c_team .flex-grow-1 {
  flex-grow: 1 !important;
}
.c_team .w-100 {
  width: 100% !important;
}
.c_team .w-50 {
  width: 50% !important;
}
.c_team .w-25 {
  width: 25% !important;
}
.c_team .h-100 {
  height: 100% !important;
}
.c_team .h-50 {
  height: 50% !important;
}
@media (min-width: 1200px) {
  .c_team .d-xl-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .c_team .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .c_team .d-lg-block {
    display: block !important;
  }
}
.c_team .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.c_team .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.c_team .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.c_team .row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.c_team .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (min-width: 768px) {
  .c_team .flex-md-row {
    flex-direction: row !important;
  }
  .c_team .flex-md-column {
    flex-direction: column !important;
  }
  .c_team .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c_team .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c_team .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.c_team [class^=template-] .image-container .animation-type-zoom {
  transition: transform 0.3s ease, opacity 0.3s;
}
.c_team [class^=template-] .image-container:hover .animation-type-zoom {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
}
.c_team [class^=template-] {
  position: relative;
  overflow: hidden;
}
.c_team [class^=template-] * {
  box-sizing: border-box;
}
.c_team [class^=template-] *:before,
.c_team [class^=template-] *:after {
  box-sizing: border-box;
}
.c_team [class^=template-] a {
  text-decoration: none;
  color: #222222;
}
.c_team [class^=template-] a:hover {
  color: #4db2ec;
}
.c_team [class^=template-] .block-title-wrap {
  border-bottom: 2px solid #222222;
  margin-bottom: 26px;
}
.c_team [class^=template-] .block-title-wrap h4 {
  display: inline-block;
  background: #222222;
  color: #fff;
  padding: 7px 12px 4px;
  font-weight: 500;
}
.c_team [class^=template-] .block-content .image-container {
  position: relative;
}
.c_team [class^=template-] .image-wrap {
  display: block;
  line-height: 0;
  overflow: hidden;
}
.c_team [class^=template-] .image-wrap img { /*width: 100%;height: auto;vertical-align: middle;*/
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center; /*background-position: center 50%;*/
  transition: transform 0.3s ease, opacity 0.3s;
}
.c_team [class^=template-] .block-content .image-wrap {
  display: block;
  position: relative;
  padding-bottom: 67%;
  overflow: hidden;
}
.c_team [class^=template-] .block-content .image-wrap .bg-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.c_team [class^=template-] .image-container .post-category {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  font-size: 0;
  line-height: 1;
}
.c_team [class^=template-] .image-container .post-category a {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.c_team [class^=template-] .image-container .post-category a:hover {
  background: #4db2ec;
}
.c_team [class^=template-] .post-info h3.post-title a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #222222;
}
.c_team [class^=template-] .post-info h3.post-title a:hover {
  color: #4db2ec;
}
.c_team [class^=template-] .post-data-wrap {
  font-size: 11px;
}
.c_team [class^=template-] .post-data .block-post-author-name a {
  color: #000;
  line-height: 18px;
}
.c_team [class^=template-] .post-data {
  font-size: 11px;
  color: #bbbbbb;
}
.c_team [class^=template-] .post-data span {
  color: #bbbbbb;
}
.c_team [class^=template-] .post-author {
  font-weight: 600;
  font-size: 11px;
}
.c_team [class^=template-] .post-view {
  display: block;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  line-height: 11px;
  position: relative;
  top: -5px;
  padding: 4px 6px;
}
.c_team [class^=template-] .post-view:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #000 transparent transparent;
}
.c_team [class^=template-] .post-description {
  color: #999;
  line-height: 21px;
  font-size: 13px;
}
.c_team [class^=template-] .post-list .post-item {
  margin-bottom: 1.5rem;
  display: flex;
}
.c_team [class^=template-] .post-list .image-container {
  flex: 0 0 30%;
  max-width: 30%;
  width: 30%;
  order: 0;
  position: relative;
}
.c_team [class^=template-] .post-list .post-info {
  padding: 0 0 0 25px;
  width: 100%;
}
.c_team [class^=template-] .block-content .post-list .post-info h3 a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.c_team [class^=template-] .image-wrap._16x9 {
  padding-bottom: 35% !important;
}
.c_team [class^=template-] .image-wrap._16x9 {
  padding-bottom: 35% !important;
}
.c_team [class^=template-] .image-wrap._4x3 {
  padding-bottom: 67% !important;
}
.c_team [class^=template-] .image-wrap._3x2 {
  padding-bottom: 55% !important;
}
.c_team [class^=template-] .image-wrap._1x1 {
  padding-bottom: 100% !important;
}
@media (min-width: 768px) {
  .c_team [class^=template-] .post-list .post-item {
    margin-bottom: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  .c_team [class^=template-] .post-list .post-item {
    margin-bottom: 2.5rem !important;
  }
  .c_team [class^=template-] .post-list .post-info {
    padding: 0 0 0 15px !important;
  }
  .c_team [class^=template-] .post-list .post-data-wrap {
    margin: 0 !important;
  }
}
.c_team [class^=template-2] .block-post-grid {
  position: relative;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.c_team [class^=template-2] .block-content {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.c_team [class^=template-2] .block-post-grid .block-post .image-container {
  position: relative;
}
.c_team [class^=template-2] .post-info {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .c_team [class^=template-2] .block-content {
    margin: 0 0;
  }
}
.c_team .template-2-1 .block-post {
  width: 25%;
  float: left;
  padding: 0 15px 15px;
  margin-bottom: 15px;
}
.c_team .template-2-1 .block-post:nth-child(4n+1) {
  clear: both;
}
@media (max-width: 1024px) {
  .c_team .template-2-1 .post-view {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .c_team {
    /*.template-2-1 .post-info h3.post-title a {font-size: 14px;font-weight: 600;line-height: 1.4;}*/
  }
}
@media (max-width: 767px) {
  .c_team .template-2-1 .block-post-grid {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .c_team .template-2-1 .block-post {
    width: 100%;
    float: left;
    padding: 0 7.5px 7.5px;
    margin-bottom: 25px;
  }
}

.owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
.owl-controls .owl-pagination .owl-page span {
  background: none repeat scroll 0 0 var(--primary-green);
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}
.owl-controls .owl-pagination .owl-page.active span {
  opacity: 1;
}
.owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next {
  position: absolute;
  width: 35px;
  height: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.owl-controls .owl-buttons .owl-prev::before, .owl-controls .owl-buttons .owl-next::before {
  display: none;
}
.owl-controls .owl-buttons .owl-prev i, .owl-controls .owl-buttons .owl-next i {
  color: var(--sky-blue);
  font-size: 10rem;
  line-height: 1;
  font-style: unset;
  border-radius: 50%;
  opacity: 1;
  transition: 0.4s ease;
}
.owl-controls .owl-buttons .owl-prev:hover i, .owl-controls .owl-buttons .owl-next:hover i {
  opacity: 0.5;
}
.owl-controls .owl-buttons .owl-next {
  right: 0px;
}

.lead-journey.modal-popup .modal-inner-wrap {
  width: 50%;
}
@media (max-width: 991.98px) {
  .lead-journey.modal-popup .modal-inner-wrap {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .lead-journey.modal-popup .modal-inner-wrap {
    width: 100%;
  }
}
.lead-journey.modal-popup .modal-inner-wrap .modal-header {
  position: relative;
  background-color: var(--primary-blue);
}
.lead-journey.modal-popup .modal-inner-wrap .modal-header button.action-close {
  padding: 0.5rem 2rem;
}
.lead-journey.modal-popup .modal-inner-wrap .modal-header button.action-close::before {
  color: var(--white-color) !important;
}
.lead-journey.modal-popup .modal-inner-wrap .modal-content {
  position: relative;
  padding: 3rem;
}
@media (max-width: 767.98px) {
  .lead-journey.modal-popup .modal-inner-wrap .modal-content {
    padding: 3rem 2rem;
    height: 100%;
  }
}

section.pdp-custom-tabs-hn .items {
  margin: 0 !important;
}
section.pdp-custom-tabs-hn .items .custom-tabs-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--white-color);
  z-index: 999;
}
section.pdp-custom-tabs-hn .items .custom-tabs-title.sticky {
  position: fixed;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999 !important;
  box-shadow: 0px 0px 8px rgba(127, 127, 127, 0.2);
  justify-content: center;
  animation: stickymove 0.35s;
  animation-iteration-count: 1;
}
section.pdp-custom-tabs-hn .items .custom-tabs-title .item.title a.switch {
  display: block;
  font-weight: 600;
  line-height: 20px;
  font-size: 1.4rem;
  color: var(--body-color);
  text-decoration: none;
  background: #f0f0f0;
  border-bottom: none;
  padding: 15px 25px;
}
section.pdp-custom-tabs-hn .items .custom-tabs-title .item.title.active {
  background-color: var(--white-color);
}
section.pdp-custom-tabs-hn .items .custom-tabs-title .item.title.active a.switch {
  color: var(--white-color);
  background-color: var(--primary-blue);
}
section.pdp-custom-tabs-hn .items .item.content {
  border: none !important;
  float: unset !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 767.98px) {
  .d-md-none {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .grid12-3, .grid12-4, .grid12-5, .grid12-6, .grid12-7, .grid12-8, .grid12-9 {
    width: 100% !important;
  }
  .header-m-top-container {
    display: none;
  }
}
.top-bar {
  background: #35d8d2;
  color: #fff;
  padding: 10px 0px;
  font-weight: 500;
}

.top-bar > .header-primary.header.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 769px) {
  #hn a.btn.btn-orange.btn-dashboard {
    position: absolute;
    top: -10px;
    width: 120px;
    right: 0;
    display: inline-block;
    height: 50px;
    z-index: 0;
    background: none;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
  }
  li.authorization-link {
    list-style: none;
    /* position: absolute; */
  }
  a.btn.btn-orange.btn-dashboard span.cusUsericonLbl i.fa.fa-user {
    font-style: normal;
  }
  a.btn.btn-orange.btn-dashboard {
    position: absolute;
  }
  .login-sett {
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  #hn a.btn.btn-orange.btn-dashboard ~ ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .login-sett {
    position: relative;
  }
  #hn a.btn.btn-orange.btn-dashboard ~ ul {
    margin: 0;
    padding: 0;
  }
  div#algolia-searchbox {
    display: none;
    position: absolute;
    width: 98%;
    left: 0;
    top: 6rem;
    z-index: 1;
  }
  .search-wrapper.block.block-search {
    position: unset;
  }
  #hn #header-container .header-primary .hp-blocks-holder {
    position: relative;
  }
  .nav.container.clearer .nav-regular .classic > .nav-panel--dropdown {
    box-shadow: none;
    border: 1px solid #E3E3E3;
    border-radius: 0.5rem;
    padding: 0;
    border-radius: 5px;
    margin: 0;
    width: 18em;
    min-width: 12em;
  }
  li.nav-item.level1.nav-3-1.first.last.classic {
    padding: 0;
    border-bottom: 1px solid #E3E3E3;
  }
  #hn #header-container nav#mainmenu ul li.nav-item ul.nav-submenu li.level1 a {
    font-size: 16px;
    font-weight: 500;
  }
  li.nav-item.level0.nav-3.level-top.nav-item--parent.classic.nav-item--only-subcategories.parent > a {
    font-weight: 500;
  }
  .nav-regular li.level0 > a > span {
    font-weight: 500;
  }
  #hn #header-container nav#mainmenu ul li.nav-item ul.nav-submenu li.level1 a {
    padding: 1rem;
    padding-left: 2rem;
  }
  li.authorization-link:hover ul {
    display: block;
  }
  li.authorization-link ul {
    display: none;
    position: relative;
    top: 40px;
  }
  .authorization-link a.std-loginout.btn-logout {
    background: #fff;
    padding: 10px 30px;
    border: 1px solid #e3e3e3;
    color: #000;
    border-radius: 5px;
  }
  i.fa.fa-sign-out {
    font-style: normal;
  }
  em, i {
    font-style: normal;
  }
  .call-n-search {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .call-n-search i.fa {
    font-size: 2.2rem;
    padding-left: 2rem;
  }
  .call-drop-dwn i.fa.fa-phone {
    border-left: 3px solid #cd2026;
  }
  #hn #header-container .central-column {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    margin: 0;
    padding: 0;
  }
  .nav-regular:not(.nav-vert) .nav-item.level0 > a, .nav-holder .dropdown-block .dropdown-heading, .nav-regular .nav-holder a.dropdown-heading:hover {
    color: #000;
    font-size: 17px;
  }
  .search-trigger {
    cursor: pointer;
  }
  #hn li.authorization-link a.std-loginout.btn.btn-orange {
    background: transparent;
    border: none;
  }
  #hn li.authorization-link a.std-loginout.btn.btn-orange i.fa {
    margin-right: 5px;
    font-size: 18px;
  }
  .call-drop-dwn ul.call-list {
    position: absolute;
  }
  .call-drop-dwn ul.call-list {
    display: none;
    right: 0;
    background-color: white;
    border: 1px solid #D9D9D9;
    justify-content: center;
    width: 260px;
  }
  .call-drop-dwn ul.call-list li {
    padding: 3rem 2rem;
    max-width: 100%;
    text-align: left;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
  }
  .call-drop-dwn ul.call-list li span {
    color: #35d8d2;
  }
  main#maincontent {
    position: relative;
  }
  .call-drop-dwn:hover ul.call-list {
    transition: 0.3s;
    display: block;
    z-index: 1;
  }
  .call-drop-dwn {
    cursor: pointer;
  }
  #hn #header-container .custom-searcbar__hn .header-search-wrapper #header-search form#search_aa_mini_form .search-btn {
    right: unset;
    left: 4rem;
  }
  html#hn input#search {
    padding-left: 2rem;
  }
  #hn #header-container .custom-searcbar__hn .header-search-wrapper #header-search form#search_aa_mini_form input#search {
    padding-left: 5rem;
    border: 1px solid #e3e3e3;
    border-radius: 2rem;
  }
  div#algolia-searchbox {
    padding: 2rem;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-bar > .header-primary.header.container .top-call-num {
    text-align: center;
    align-items: center;
    display: table;
    margin: 0 auto;
  }
}
#hn .hbspt-form .hs-button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
}
#hn .hbspt-form .hs-button:hover,
#hn .hbspt-form .hs-button:focus {
  background-color: #ff8f73;
  border-color: #ff8f73;
}
#hn .hbspt-form .hs-button:active {
  background-color: #e66e50;
  border-color: #e66e50;
}
#hn .hbspt-form label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#hn .hbspt-form .hs-video-form label {
  color: #fff !important;
}
#hn .hbspt-form .hs-video-form .hs-back-button {
  background-color: #fff;
  width: 20%;
  height: 38px;
  margin-right: 10px;
  border: 1px solid;
  border-radius: 3px;
}
#hn .hbspt-form .hs-video-form .hs-button {
  width: 70%;
}
#hn .hbspt-form .hs-video-form .hs-button span {
  font-size: 15px;
}
#hn .hbspt-form .hs-video-form .hs-richtext {
  color: #fff !important;
}
#hn .hbspt-form .hs-video-form .legal-consent-container {
  max-height: 180px !important;
  overflow-y: scroll !important;
}
#hn .hbspt-form .hs-video-form .legal-consent-container:after {
  content: "";
  display: block;
  height: 100px;
  width: 100%;
}
#hn .hbspt-form .hs-video-form .legal-consent-wrapper {
  position: relative;
}
#hn .hbspt-form .hs-video-form .legal-consent-overlay {
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #292929 100%);
}
#hn .hbspt-form .hs-error-msgs label {
  color: #f2545b;
}
#hn .hbspt-form .hs-input {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px !important;
  padding: 9px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: normal;
  line-height: 22px !important;
  color: #33475b;
  border: 1px solid #cbd6e2 !important;
  box-sizing: border-box;
  border-radius: 3px !important;
}
#hn .hbspt-form .hs-input:not([type=file]) {
  background-color: #f5f8fa;
}
#hn .hbspt-form .hs-input[type=checkbox],
#hn .hbspt-form .hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto !important;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
#hn .hbspt-form .hs-input[type=file] {
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
#hn .hbspt-form select.is-placeholder {
  color: #bfbfbf;
}
#hn .hbspt-form select.is-placeholder:focus {
  color: #33475b;
}
#hn .hbspt-form .hs-input:-moz-placeholder {
  color: #bfbfbf;
}
#hn .hbspt-form .hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
#hn .hbspt-form .hs-input option:disabled {
  color: #bfbfbf;
}
#hn .hbspt-form .hs-input input,
#hn .hbspt-form .hs-input textarea {
  transition: border 0.2s linear;
}
#hn .hbspt-form .hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
#hn .hbspt-form textarea.hs-input {
  height: auto;
}
#hn .hbspt-form select[multiple].hs-input {
  height: inherit;
}
#hn .hbspt-form input.hs-input.error,
#hn .hbspt-form div.field.error input,
#hn .hbspt-form div.field.error textarea,
#hn .hbspt-form div.field.error .chzn-choices,
#hn .hbspt-form textarea.hs-input.error,
#hn .hbspt-form select.hs-input.error {
  border-color: #c87872;
}
#hn .hbspt-form input.hs-input.error:focus,
#hn .hbspt-form div.field.error input:focus,
#hn .hbspt-form div.field.error textarea:focus,
#hn .hbspt-form div.field.error .chzn-choices:focus,
#hn .hbspt-form textarea.hs-input.error:focus,
#hn .hbspt-form select.hs-input.error:focus {
  border-color: #b9554d;
}
#hn .hbspt-form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}
#hn .hbspt-form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
#hn .hbspt-form .inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
#hn .hbspt-form .inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}
#hn .hbspt-form .inputs-list:first-child {
  padding-top: 6px;
}
#hn .hbspt-form .inputs-list > li + li {
  padding-top: 2px;
}
#hn .hbspt-form ul.no-list {
  list-style: none;
}
#hn .hbspt-form .field {
  margin-bottom: 18px;
}
#hn .hbspt-form .hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#hn .hbspt-form .hs-form-required {
  color: red;
}
#hn .hbspt-form .hs-richtext {
  margin-bottom: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
}
#hn .hbspt-form .hs-richtext hr {
  margin-left: 0;
  width: 91%;
}
#hn .hbspt-form .hs-form-private .hs-dependent-field > div input.hs-input:not([type=checkbox]):not([type=radio]) {
  width: 90%;
}
#hn .hbspt-form form.hs-form-rtl .field {
  flex: 0 1 100%;
}
#hn .hbspt-form form.hs-form-rtl .hs-input[type=checkbox],
#hn .hbspt-form form.hs-form-rtl .hs-input[type=radio] {
  margin: 3px 5px 3px 5px;
}
#hn .hbspt-form form.hs-form-rtl fieldset {
  display: flex;
}
#hn .hbspt-form form.hs-form-rtl fieldset[class^=form-columns-] .input {
  margin-right: 0px;
}
#hn .hbspt-form form.hs-form-rtl ul {
  padding: 0px;
}
#hn .hbspt-form form.hs-form-rtl .legal-consent-container .hs-form-booleancheckbox-display input {
  width: auto;
  float: right;
}
#hn .hbspt-form form.hs-form-rtl .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0px;
}
#hn .hbspt-form form.hs-form-rtl .hs-dependent-field {
  display: flex;
  flex: 0 1 100%;
  flex-wrap: wrap;
}
#hn .hbspt-form .email-correction,
#hn .hbspt-form .email-validation {
  padding-top: 3px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#hn .hbspt-form .email-correction a,
#hn .hbspt-form .email-validation a {
  cursor: pointer;
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  #hn .hbspt-form .email-correction form .form-columns-2 .hs-form-field,
  #hn .hbspt-form .email-correction form .form-columns-3 .hs-form-field,
  #hn .hbspt-form .email-validation form .form-columns-2 .hs-form-field,
  #hn .hbspt-form .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  #hn .hbspt-form .email-correction form .form-columns-2 .hs-form-field .hs-input,
  #hn .hbspt-form .email-correction form .form-columns-3 .hs-form-field .hs-input,
  #hn .hbspt-form .email-validation form .form-columns-2 .hs-form-field .hs-input,
  #hn .hbspt-form .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  #hn .hbspt-form .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  #hn .hbspt-form .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  #hn .hbspt-form .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  #hn .hbspt-form .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  #hn .hbspt-form .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  #hn .hbspt-form .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  #hn .hbspt-form .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  #hn .hbspt-form .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}
#hn .hbspt-form .hs-button,
#hn .hbspt-form .hs-form-field input[type=text],
#hn .hbspt-form .hs-form-field input[type=email],
#hn .hbspt-form .hs-form-field input[type=phone],
#hn .hbspt-form .hs-form-field input[type=number],
#hn .hbspt-form .hs-form-field input[type=tel],
#hn .hbspt-form .hs-form-field input[type=date],
#hn .hbspt-form .hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
#hn .hbspt-form .hs-default-font-element,
#hn .hbspt-form .hs-main-font-element {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
}
#hn .hbspt-form .hs-form-private.hs-form {
  width: 100%;
}
#hn .hbspt-form .hs-form-private .hs-submit > .actions {
  text-align: left;
}
#hn .hbspt-form .hs-form-private .hs-button,
#hn .hbspt-form .hs-form-private .hs-button:hover,
#hn .hbspt-form .hs-form-private .hs-button:hover:not(.inactive),
#hn .hbspt-form .hs-form-private .hs-button:focus,
#hn .hbspt-form .hs-form-private .hs-button:active,
#hn .hbspt-form .hs-form-private .hs-button:active:not(.inactive):not(.link) {
  background: #CD2026;
  border-color: #CD2026;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: Roboto;
}
#hn .hbspt-form .hs-form-private legend.hs-field-desc {
  font-family: Roboto;
  color: #7C98B6;
  font-size: 11px;
}
#hn .hbspt-form .hs-form-private .hs-form-field label:not(.hs-error-msg) {
  font-family: Roboto;
  font-size: 13px;
}
#hn .hbspt-form .hs-form-private .hs-form-field label:not(.hs-error-msg) {
  color: #112E51;
}
#hn .hbspt-form .hs-form-private .legal-consent-container .hs-richtext,
#hn .hbspt-form .hs-form-private .legal-consent-container label:not(.hs-error-msg) {
  font-family: Roboto;
  color: #33475b;
  font-size: 14px;
}
#hn .hbspt-form .hs-form-private .hs-main-font-element,
#hn .hbspt-form .submitted-message.hs-main-font-element {
  font-family: Roboto;
}
#hn .hbspt-form .hs-form-private.submitted-message {
  font-size: 16px;
  color: #33475b;
}
#hn .hbspt-form .hs-form-private a:link,
#hn .hbspt-form .hs-form-private a:active {
  color: #0000EE;
}
#hn .hbspt-form .hs-form-private a:visited,
#hn .hbspt-form .hs-form-private a:hover {
  color: #551A8B;
}
#hn .hbspt-form .fn-date-picker.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  *zoom: 1;
}
#hn .hbspt-form .fn-date-picker.pika-single.is-hidden {
  display: none;
}
#hn .hbspt-form .fn-date-picker.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
#hn .hbspt-form .fn-date-picker.pika-single:after,
#hn .hbspt-form .fn-date-picker.pika-single:before {
  content: " ";
  display: table;
}
#hn .hbspt-form .fn-date-picker.pika-single:after {
  clear: both;
}
#hn .hbspt-form .fn-date-picker .pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
#hn .hbspt-form .fn-date-picker .pika-title {
  position: relative;
  text-align: center;
}
#hn .hbspt-form .fn-date-picker .pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
#hn .hbspt-form .fn-date-picker .pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
}
#hn .hbspt-form .fn-date-picker .pika-next,
#hn .hbspt-form .fn-date-picker .pika-prev {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
#hn .hbspt-form .fn-date-picker .pika-next:hover,
#hn .hbspt-form .fn-date-picker .pika-prev:hover {
  opacity: 1;
}
#hn .hbspt-form .fn-date-picker .pika-next.is-disabled,
#hn .hbspt-form .fn-date-picker .pika-prev.is-disabled {
  cursor: default;
  opacity: 0.2;
}
#hn .hbspt-form .fn-date-picker .is-rtl .pika-next,
#hn .hbspt-form .fn-date-picker .pika-prev {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}
#hn .hbspt-form .fn-date-picker .is-rtl .pika-prev,
#hn .hbspt-form .fn-date-picker .pika-next {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}
#hn .hbspt-form .fn-date-picker .pika-select {
  display: inline-block;
  *display: inline;
}
#hn .hbspt-form .fn-date-picker .pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
#hn .hbspt-form .fn-date-picker .pika-table td,
#hn .hbspt-form .fn-date-picker .pika-table th {
  width: 14.2857142857%;
  padding: 0;
}
#hn .hbspt-form .fn-date-picker .pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}
#hn .hbspt-form .fn-date-picker .pika-table abbr {
  border-bottom: none;
  cursor: help;
}
#hn .hbspt-form .fn-date-picker .pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
#hn .hbspt-form .fn-date-picker .pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}
#hn .hbspt-form .fn-date-picker .is-today .pika-button {
  color: #3af;
  font-weight: 700;
}
#hn .hbspt-form .fn-date-picker .is-selected .pika-button {
  color: #fff;
  font-weight: 700;
  background: #3af;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
#hn .hbspt-form .fn-date-picker .is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
#hn .hbspt-form .fn-date-picker .pika-week {
  font-size: 11px;
  color: #999;
}
#hn .hbspt-form .hs-form-private .inputs-list.inline-list li {
  vertical-align: top;
  display: inline-block;
  word-wrap: break-word;
  padding-right: 16px;
}
#hn .hbspt-form .hs-form-private .inputs-list.inline-list li:after {
  clear: both;
}
#hn .hbspt-form .hs-form-private .inputs-list.inline-list li input {
  float: left;
}
#hn .hbspt-form .hs-form-private .inputs-list.inline-list.inline-list-2 li {
  width: 50%;
}
#hn .hbspt-form .hs-form-private .inputs-list.inline-list.inline-list-2 li:nth-child(2n) {
  padding-right: 0;
}
#hn .hbspt-form .hs-form-private .inputs-list.inline-list.inline-list-3 li {
  width: 33%;
}
#hn .hbspt-form .hs-form-private .inputs-list.inline-list.inline-list-3 li:nth-child(3n) {
  width: 34%;
  padding-right: 0;
}
#hn .hbspt-form .hs-fieldtype-intl-phone.hs-input {
  padding: 0;
  background: none;
  border: none;
  height: auto;
}
#hn .hbspt-form .hs-fieldtype-intl-phone.hs-input:after {
  clear: both;
  content: " ";
  display: table;
}
#hn .hbspt-form .hs-fieldtype-intl-phone.hs-input .hs-input {
  margin-bottom: 0;
}
#hn .hbspt-form .hs-fieldtype-intl-phone.hs-input input {
  width: 68% !important;
  float: right;
}
#hn .hbspt-form .hs-fieldtype-intl-phone.hs-input select {
  float: left;
  width: 30% !important;
}
@media (max-device-width: 480px) and (min-device-width: 320px), (max-width: 400px) {
  #hn .hbspt-form .hs-form-private > .hs-phone > .input > .hs-fieldtype-intl-phone.hs-input > input.hs-input {
    width: 68% !important;
  }
  #hn .hbspt-form .hs-form-private > .hs-phone > .input > .hs-fieldtype-intl-phone.hs-input > select.hs-input {
    width: 30% !important;
  }
}
#hn .hbspt-form .hs-form-private .hs-button {
  white-space: pre-wrap;
}
#hn .hbspt-form .hs-form-private .hs-richtext {
  word-break: break-word;
}
#hn .hbspt-form .hs-form-private fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 500px;
}
#hn .hbspt-form .hs-form-private fieldset.form-columns-1 .hs-input {
  width: 95%;
}
#hn .hbspt-form .hs-form-private fieldset.form-columns-1 .input {
  margin-right: 8px;
}
#hn .hbspt-form .hs-form-private fieldset.form-columns-1 input[type=checkbox],
#hn .hbspt-form .hs-form-private fieldset.form-columns-1 input[type=radio] {
  width: auto;
}
#hn .hbspt-form .hs-form-private fieldset.form-columns-2 .hs-form-field {
  width: 50%;
  float: left;
}
#hn .hbspt-form .hs-form-private fieldset.form-columns-2 .input {
  margin-right: 8px;
}
#hn .hbspt-form .hs-form-private fieldset.form-columns-3 .hs-form-field {
  width: 32.7%;
  float: left;
}
#hn .hbspt-form .hs-form-private fieldset.form-columns-3 .input {
  margin-right: 8px;
}
#hn .hbspt-form .hs-form-private label.hs-hidden {
  visibility: hidden;
}
#hn .hbspt-form .hs-form-private .hs-field-desc {
  width: 100%;
}
#hn .hbspt-form .hs-form-private .hs-input,
#hn .hbspt-form .hs-form-private fieldset {
  max-width: 100%;
}
#hn .hbspt-form .hs-form-private > div.form-columns-3 .hs-form-field,
#hn .hbspt-form .hs-form-private fieldset.form-columns-3 .hs-form-field {
  width: 33.3%;
}
#hn .hbspt-form .hs-form-private > div > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),
#hn .hbspt-form .hs-form-private fieldset > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}
#hn .hbspt-form .hs-form-private > div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),
#hn .hbspt-form .hs-form-private fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}
#hn .hbspt-form .hs-form-private > div textarea,
#hn .hbspt-form .hs-form-private fieldset textarea {
  padding: 10px 15px;
}
#hn .hbspt-form .hs-form-private .hs-dependent-field > div .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  #hn .hbspt-form .hs-form-private .hs-input:not([type=checkbox]):not([type=radio]),
  #hn .hbspt-form .hs-form-private fieldset {
    margin-right: 0 !important;
    width: 100% !important;
  }
  #hn .hbspt-form form.hs-form-private:not(.hs-video-form) .form-columns-2 .hs-form-field,
  #hn .hbspt-form form.hs-form-private:not(.hs-video-form) .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  #hn .hbspt-form form.hs-form-private:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input,
  #hn .hbspt-form form.hs-form-private:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
    width: 95%;
  }
  #hn .hbspt-form form.hs-form-private:not(.hs-video-form) .form-columns-2 .hs-form-field input[type=checkbox],
  #hn .hbspt-form form.hs-form-private:not(.hs-video-form) .form-columns-2 .hs-form-field input[type=radio],
  #hn .hbspt-form form.hs-form-private:not(.hs-video-form) .form-columns-3 .hs-form-field input[type=checkbox],
  #hn .hbspt-form form.hs-form-private:not(.hs-video-form) .form-columns-3 .hs-form-field input[type=radio] {
    width: auto;
  }
}
#hn .hbspt-form .legal-consent-container .field.hs-form-field {
  margin-bottom: 8px;
}
#hn .hbspt-form .legal-consent-container .hs-field-desc.checkbox-desc {
  margin: -12px 0 0 21px;
}
#hn .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
}
#hn .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: block;
  margin-left: 20px;
}
#hn .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: inline;
}
#hn .hbspt-form .legal-consent-container .hs-error-msgs label {
  color: #f2545b;
}
#hn .hbspt-form .legal-consent-container ~ .hs_recaptcha {
  margin-top: 18px;
}
#hn .hbspt-form .cookie-reset-container {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
}
#hn .hbspt-form #hs-outer-captcha-target,
#hn .hbspt-form #hs-outer-captcha-target * {
  display: none;
  height: 0;
  width: 0;
}
#hn .hbspt-form .hubspot-link__container {
  font-size: 14px;
  padding-bottom: 40px;
  position: relative;
  color: #9fa0a2;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
#hn .hbspt-form .hubspot-link-text {
  color: #00a4bd;
  font-weight: 400;
}
#hn .hbspt-form .hubspot-link__container.sproket {
  color: #9fa0a2;
}
#hn .hbspt-form .hubspot-link {
  color: #9fa0a2;
}
#hn .hbspt-form .hubspot-link,
#hn .hbspt-form .hubspot-link:hover {
  text-decoration: none;
}
#hn .hbspt-form .hubspot-link:hover .hubspot-link-text {
  text-decoration: underline;
}
#hn .hbspt-form .hubspot-link__icon {
  margin-bottom: -1px;
  margin-right: 5px;
}
#hn .hbspt-form .hubspot-link__container.sproket .hubspot-link__icon {
  width: 30px;
  margin-right: 0;
  float: left;
  margin-top: -9px;
  margin-left: -5px;
}/*# sourceMappingURL=custom.css.map */.skeleton {
	-webkit-animation: skeleton-glow 1s linear infinite alternate;
	animation: skeleton-glow 1s linear infinite alternate;
	background: rgba(206,217,224,.2);
	background-clip: padding-box!important;
	border-color: rgba(206,217,224,.2)!important;
	border-radius: 0 !important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: transparent!important;
	cursor: default;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
 @-webkit-keyframes skeleton-glow {
	0% {
		background:rgba(206,217,224,.2);
		border-color:rgba(206,217,224,.2);
	}
	to {
		background: rgba(92,112,128,.2);
		border-color: rgba(92,112,128,.2);
	}
}
@keyframes skeleton-glow {
	0% {
		background:rgba(206,217,224,.2);
		border-color:rgba(206,217,224,.2);
	}
	to {
		background: rgba(92,112,128,.2);
		border-color: rgba(92,112,128,.2);
	}
}
.youtube-iframe {
	background-color: #000;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: block;
	min-height: 267px;
}
.youtube-iframe .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.8;
}
.youtube-iframe .play-button {
	cursor: pointer;
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.9;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube-iframe .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube-iframe iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.loading #forgotpassword-popup-modal, .loading #register-popup-modal, .loading #login-popup-modal {
	margin-bottom: 0 !important;
	margin-left: -30px;
	margin-right: -30px;
}
/* .custom-popup-login {
	margin-top: -20px;
} */
.custom-popup-login label.noPadding {
	padding : 0px !important;
	font-size: 1.4rem;
}
.custom-popup-login a {
	color: #484848;
	text-decoration: underline;
}
.custom-popup-login a:hover {
	color: #27a9e6;
}
.custom-popup-login .custom-social-login a, .custom-popup-login .custom-social-login a:hover {
	color: #FFFFFF !important;
}
.custom-popup-login .fieldset.create.info {
	margin: 0;
}
.custom-popup-login div.field {
	position: relative;
	margin: 0 0 15px 0;
}
.custom-popup-login .fieldset {
	margin: 0 0 20px;
}
.custom-popup-login .fieldset>.field:before, .custom-popup-login .fieldset>.field::after {
	content: '';
	display: table;
	clear: both;
}
.custom-popup-login .control {
	float: left;
	width: 85% !important;
}
.custom-popup-login .action.primary {
	border-radius: 50px;
	background-color: #0c5d8f;
	border-color: #0c5d8f;
	width: 100%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: .3s;
	margin-bottom: 10px;
	line-height: 30px;
	text-align: center;
}
.custom-popup-login .action.primary .ic {
	font-size: 18px;
	vertical-align: text-bottom;
	margin-left: 4px;
}
.custom-popup-login .action.primary:hover {
	background-color: #1188d1;
	border-color: #1188d1;
}
.custom-popup-login #remember-me-box {
	display: none;
}
.custom-popup-login .header-icon {
	margin-top: 20px !important;
	border: 2px solid #d9d9d9;
	border-radius: 50%;
	margin: auto;
	width: 80px;
	height: 80px;
	line-height: 100px;
	font-weight: 400;
	font-style: normal;
}
.custom-popup-login .new-header h3 {
	margin-top: 25px;
	margin-bottom: 0;
	font-weight: 700;
}
.custom-popup-login .new-header .title {
	margin-top: 25px;
	margin-bottom: 0;
	font-weight: 700;
	display: block;
	font-size: 1.8rem;
}
.custom-popup-login .new-header {
	margin: 0 0 15px 0;
}
.custom-popup-login .create-new-panel {
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	width: 600px;
	padding: 0px 30px;
}
.custom-popup-login label.label::after {
	display: none;
	content: "";
}
.custom-popup-login label.label::before {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: attr(for);
	font-family: 'Material Design Icons';
}
.custom-popup-login label.label[for=email_address]::before, .custom-popup-login label.label[for=email]::before {
	content: "\f2e5";
}
.custom-popup-login label.label[for=email_forgotpassword]::before, .custom-popup-login label.label[for=pass]::before, .custom-popup-login label.label[for=password]::before {
	content: "\f432";
}
.custom-popup-login label.label[for=password-confirmation]::before {
	content: "\f433";
}
.custom-popup-login label.label[for=phone_number]::before {
	content: "\f216";
}
.custom-popup-login label.label[for=state]::before {
	content: "\f330";
}
.custom-popup-login label.label[for=city]::before {
	content: "\f23c";
}
.custom-popup-login .control select {
	height: 42px;
}
.custom-popup-login label.label[for=company]::before {
	content: "\f599";
}
.custom-popup-login label.label[for=lastname]::before, .custom-popup-login label.label[for=firstname]::before {
	content: "\f112";
}
.custom-popup-login label.label {
	text-align: center !important;
	position: relative;
	border: 1px solid #d9d9d9;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	line-height: 34px;
	padding: 3px !important;
	border-right: none;
	margin: 0 !important;
	float: left;
	width: 15% !important;
	overflow: hidden;
	height: 42px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	box-sizing: border-box;
}
.custom-popup-login input.input-text {
	border: 1px solid #d9d9d9;
	height: 42px;
}
.custom-popup-login label.label span {
	display: none;
}
.custom-popup-login .password-strength-meter {
	height: auto;
	font-size: 12px;
	background: none;
	padding: 0;
	margin-left: -16%;
	margin-top: 0;
	color: #9b9b9b;
	line-height: 24px;
}
.custom-popup-login .password-strength-meter::before {
	background: none;
}
 .custom-popup-login input.input-text::-webkit-input-placeholder,
 .custom-popup-login input.input-text::-moz-placeholder,
 .custom-popup-login input.input-text::-ms-input-placeholder,
 .custom-popup-login input.input-text::-moz-placeholder {
	color: #212121;
}
.custom-popup-login .fieldset:after {
	display: none;
}
.custom-popup-login .control div.mage-error {
	margin-top: 0;
}
.custom-popup-login .new-logo {
	padding: 30px 0;
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.custom-popup-login .new-body {
	min-height: auto;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.custom-popup-login .new-footer {
	text-align: center;
	color: rgba(255,255,255, 0.3);
	font-size: 12px;
	margin-top: 20px;
}
.custom-popup-login .new-footer a {
	color: rgba(255,255,255, 0.3);
}
.dark-head.center-head footer.modal-footer {
	text-align: right;
}
.modal-popup .modal-content {
	overflow: hidden;
}
.custom-block-customer-login {
	z-index: 1000 !important;
}
.custom-block-customer-login+.modals-overlay {
	z-index: 999 !important;
}
.modal-popup.custom-block-customer-login .modal-inner-wrap, .modal-popup.custom-block-customer-register .modal-inner-wrap {
	box-shadow: none;
	background-color: transparent !important;
	width: 679px;
	overflow-y: hidden;
	overflow-x: hidden;
}
 #register-popup-modal .create-new-panel::-webkit-scrollbar {
	width: 5px;
}
 #register-popup-modal .create-new-panel::-webkit-scrollbar-track {
	background: #f1f1f1;
}
 #register-popup-modal .create-new-panel::-webkit-scrollbar-thumb {
	background: #888;
}
 #register-popup-modal .create-new-panel::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.modal-popup form.custom-popup-login.form, .modal-popup form.custom-popup-login.form.create.account {
	position: relative;
	/* margin-top: -20px; */
	width: 100%;
	min-width: 300px;
}
#forgotpassword-popup-modal-success {
	position: relative;
}
.modal-popup.custom-block-customer-login .modal-header {
	display: none;
}
.modal-content .popup-custom-close-btn {
	/*margin-top: -10px;*/
	position: absolute;
}
.modal-content .popup-custom-close-btn .action-close {
	background: #fff;
	padding: 0;
}
.custom-popup-login .action.primary:after {
	content: "\f152";
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	font-family: "Material Design Icons";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.modal-popup.custom-block-customer-register {
	overflow-y: scroll;
}
.modal-popup.custom-block-customer-register .modal-inner-wrap {
	max-height: 920px;
	background-color: transparent !important;
}
.btnDisabled {
	pointer-events: none;
	background-color: #484848!important;
}
.login-registeration-title {
	font-size: 12px;
	border-bottom: 1px solid rgba(200,200,200,1);
	margin-bottom: 10px;
	padding-bottom: 5px;
}
/* .login-registeration-title.social {
	margin: 0px 22px !important;
} */
.grecaptcha-badge {
	display: none !important;
}
/* Popup Modal Enhancement GROWTH-2298 STARTS */

/* Form Filed Adjustment */
.tabsWrapper input::-ms-reveal,.tabsWrapper input::-ms-clear {
	display: none;
}
.modal-popup .tabsWrapper .tab-content form.form.create.account.custom-popup-login .signup-option{
	display: none;
}
.modal-popup.custom-block-customer-register .action-close {
	z-index: 100;
}
.tabsWrapper .tab-content .custom-popup-login label.label {
	position: absolute;
    top: 0;
    right: 15px;
    width: auto !important;
    height: auto !important;
	line-height: 45px;
    padding: 0 !important;
    border: none;
	z-index: 99;
}
.tabsWrapper .tab-content .custom-popup-login .control {
	width: 100% !important;
	position: relative;
}
.tabsWrapper .tab-content .custom-popup-login input.input-text,  .tabsWrapper .tab-content .custom-popup-login .control select {
	box-shadow: none;
	height: 50px;
	border-radius: 4px;
}
.tabsWrapper .tab-content input[type="text"]:not(#search) {
	border-radius:4px;
	margin: 0;
}
/* .tabsWrapper .tab-content div[data-placeholder="loginAggreement"] {
	float: right;
} */
.tabsWrapper .tab-content .secondary {
	float: right;
}
.tabsWrapper .tab-content .signup-option:not(.tabsWrapper .tab-content #register-popup-modal .signup-option ) {
	float: right;
}
.tabsWrapper .tab-content .custom-popup-login .action.primary {
	border-radius: 5px;
	height: 60px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 800;
	letter-spacing: initial;
}
.tabsWrapper .tab-content .custom-popup-login .action.primary:after {
	display: none;
}
.tabsWrapper .tab-content .custom-popup-login .create-new-panel {
	box-shadow: none;
}
.tabsWrapper .tab-content .login-registeration-title.social {
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 20px;
}
.tabsWrapper .tab-content .custom-popup-login label.label:before {
	color: #707070;
}
.tabsWrapper .tab-content .custom-popup-login .control div.mage-error {
	margin-top: 3px;
}
/* .tabsWrapper .tab-content .custom-popup-login .create-new-panel div[data-placeholder="regAggreement"] {
	float: left;
}
.tabsWrapper .tab-content .custom-popup-login .create-new-panel div[data-placeholder="keeploggedin-reg"] {
	float: right;
} */
.tabsWrapper .tab-content .pwd-toggle-btn {
	position: absolute;
	right: 15px;
	z-index: 100;
	top: 9px;
	border-left: 1px solid #b6b6b6;
	padding-left: 10px;
	font-size: 18px;
	color: #707070;
	cursor: pointer;
}
/* Social Icons */

.tabsWrapper .tab-content .social-login-authentication-channel.account-social-login {
	margin-bottom: 15px;
}
.tabsWrapper .tab-content .block.social-login-authentication-channel.account-social-login .block-content {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.tabsWrapper .tab-content .btn-social > :first-child {
	font-size: 23px;
	margin: 0 auto;
	right: 0;
	top: 3px;
	border: 0;
}
.tabsWrapper .tab-content .custom-popup-login .custom-social-login a {
	font-size: 0 !important;
	height: 40px;
	padding: 0 !important;
	width: 40px;
}
body .tabsWrapper .tab-content .account-social-login .actions-toolbar.social-btn {
	width: auto;
}
/*  POUPS TABS */


.modal-popup.custom-block-customer-login .modal-content,  .modal-popup.custom-block-customer-register .modal-content {
	overflow: visible;
}
.modal-popup.custom-block-customer-login .modal-inner-wrap,  .modal-popup.custom-block-customer-register .modal-inner-wrap {
	overflow-y: visible;
	overflow-x: visible;
}
.modal-popup.custom-block-customer-register .action-close {
	background: #fff;
    border-radius: 100%;
    padding: 0;
    box-shadow: rgb(100 100 111 / 20%) 0px 0px 8px 1px;
    top: 25px;
    right: 15px;
}
.tabsWrapper {
	max-width: 600px;
	margin: 0 auto;
}
.tabsWrapper .tabs-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
	margin: 0;
}
.tabsWrapper .popup-custom-close-btn {
	right: 20px;
	top: -16px;
}
.tabsWrapper .popup-custom-close-btn .action-close {
	border-radius: 100%;
	box-shadow: rgb(100 100 111 / 20%) 0px 0px 8px 1px;
}
.tabsWrapper .tabs-list li {
	width: 50%;
	margin: 0;
}
.tabsWrapper .tabs-list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	background-color: #d2d8d8;
	padding: 10px;
	font-size: 16px;
	color: #809191;
	font-weight: 400;
	text-decoration: none;
	box-sizing: border-box;
}
.tabsWrapper .tabs-list li:first-of-type a {
	border-radius: 5px 0 0 0;
}
.tabsWrapper .tabs-list li:last-of-type a {
	border-radius: 0 5px 0 0;
}
.tabsWrapper .tabs-list li.active a {
	color: #0A3956;
	background-color: #fff;
	font-weight: 600;
}
.tabsWrapper .tab-content {
	display: none;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}
.tabsWrapper .tab-content > div {
	margin-bottom: 15px;
}
.tabsWrapper .tab-content.active {
	display: block;
}
.tabsWrapper .block-customer-login .signup-option {
	display: none;
}
.forgotpassword-modal .custom-popup-login .create-new-panel {
	padding-bottom: 30px;
}
.forgotpassword-modal .popup-custom-close-btn {
	right: -20px;
	top: -16px;
}
.forgotpassword-modal .popup-custom-close-btn .action-close {
	border-radius: 100%;
	box-shadow: rgb(100 100 111 / 20%) 0px 0px 8px 1px;
}
.forgotpassword-modal .custom-popup-login .control {
	width: 92% !important;
	position: relative;
}
.forgotpassword-modal .custom-popup-login input.input-text {
	border-left: 0;
	box-shadow: none;
	height: 50px;
	border-radius: 0 4px 4px 0;
	background-color: #e8f0fe;
}
.forgotpassword-modal .custom-popup-login label.label {
	background-color: #e8f0fe;
	width: 8% !important;
	line-height: 45px;
	height: 50px;
	text-align: right !important;
}
.forgotpassword-modal .custom-popup-login .action.primary {
	border-radius: 5px;
	height: 60px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 800;
	letter-spacing: initial;
}
.forgotpassword-modal .custom-popup-login .action.primary:after {
	display: none;
}
.forgotpassword-modal .custom-popup-login .control div.mage-error {
	margin-left: -8%;
	margin-top: 3px;
}
 @media only screen and (max-width: 767px) {
	.modal-popup.custom-block-customer-register .action-close {
		top: 0;
	}
}
 @media only screen and (max-width: 1550px) {
	.custom-block-customer-login .modal-inner-wrap {
		margin: 2rem auto;
	}
	.tabsWrapper .tab-content .custom-popup-login {
		margin-top: 5px !important;
	}
	.tabsWrapper .tab-content .social-login-authentication-channel.account-social-login {
		margin-bottom: 0;
	}
	.tabsWrapper .tabs-list li a {
		height: 60px;
	}
	.tabsWrapper .tab-content .custom-popup-login input.input-text,  .tabsWrapper .tab-content .custom-popup-login .control select {
		height: 45px;
	}
	.tabsWrapper .tab-content .custom-popup-login .action.primary {
		height: 45px;
	}
}
 @media only screen and (max-width: 600px) {
	.modal-popup form.custom-popup-login.form,  .modal-popup form.custom-popup-login.form.create.account {
		min-width: inherit !important;
	}
	.tabsWrapper .tab-content .custom-popup-login .create-new-panel {
		padding: 0;
	}
	.tabsWrapper .tab-content .custom-popup-login .control div.mage-error {
		align-self: flex-start;
	}
	.tabsWrapper .tab-content div[data-placeholder="loginAggreement"] {
		float: none;
		text-align: left;
	}
	.tabsWrapper .tab-content div[data-placeholder="keeploggedin"] {
		text-align: left;
	}
	.tabsWrapper .tab-content .custom-popup-login .create-new-panel div[data-placeholder="keeploggedin-reg"] {
		float: left;
	}
}	
/* Popup Modal Enhancement GROWTH-2298 END */	
 @media only screen and (max-width: 600px) {
	.modal-popup.modal-slide {
		text-align: center;
	}
	.modal-popup.modal-slide {
		left: 0px;
	}
	.modal-popup.custom-block-customer-login .modal-inner-wrap {
		width: 100%!important;
		transform: translateX(0%) !important;
		display: inline-block;
		text-align: center;
	}
	.modal-popup.custom-block-customer-login .modal-content {
		width: 60%;
		display: inline-block;
		position: relative;
	}
	.modal-popup.custom-block-customer-login .custom-popup-login .create-new-panel {
		width: 100%;
	}
}
 @media only screen and (max-width: 550px) {
	.modal-popup.custom-block-customer-login .modal-content {
		width: 90% !important;
	}
	.modal-popup.custom-block-customer-register .modal-inner-wrap {
		width: 100%!important;
	}
	.social-adj {
		flex-direction: column;
	}
}/**
 * 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_SocialLogin
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.social-login-ajax-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    background: #fbfaf6 url('../../frontend/Infortis/custom/en_US/Mageplaza_SocialLogin/css/images/ajax-loader.gif') no-repeat center center;
}

.block.social-login-authentication-channel.account-social-login .block-content {
    text-align: center;
}

.actions-toolbar {
    margin-top: 7px;
}

.account-social-login .actions-toolbar.social-btn {
    width: 215px;
}

.social-btn-actions-toolbar {
    display: inline-block;
}

.social-btn .btn-social {
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px 6px 44px
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:focus, .btn-github.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    background-image: none
}

.btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github .badge {
    color: #444;
    background-color: #fff
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    background-image: none
}

.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff
}

.btn-google .ic-google {
    width: 34px; height: 34px;
    background: url('../../frontend/Infortis/custom/en_US/Mageplaza_SocialLogin/css/images/social-icon-sprites.png') -114px -10px;
}

.btn-google .ic-google:before {
    content: ""
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
    color: #fff;
    background-color: #00405f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    background-image: none
}

.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:focus, .btn-twitter.focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff
}

.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:focus, .btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:hover {
    color: #fff;
    background-color: #30548e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active:hover, .btn-live.active:hover, .open > .dropdown-toggle.btn-live:hover, .btn-live:active:focus, .btn-live.active:focus, .open > .dropdown-toggle.btn-live:focus, .btn-live:active.focus, .btn-live.active.focus, .open > .dropdown-toggle.btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    background-image: none
}

.btn-live.disabled:hover, .btn-live[disabled]:hover, fieldset[disabled] .btn-live:hover, .btn-live.disabled:focus, .btn-live[disabled]:focus, fieldset[disabled] .btn-live:focus, .btn-live.disabled.focus, .btn-live[disabled].focus, fieldset[disabled] .btn-live.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-live .ic-live {
    width: 34px; height: 34px;
    background: url('../../frontend/Infortis/custom/en_US/Mageplaza_SocialLogin/css/images/social-icon-sprites.png') -50px -61px;
}

.btn-live .ic-live:before {
    content: ""
}

.actions-toolbar > .secondary:last-child {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.form-customer-login .g-recaptcha {
    margin: unset !important;
}
@media only screen and (min-width: 768px) {
    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: unset !important;
    }
}.main-container > .row{
  margin-left: auto;
  margin-right: auto;
}
.customer-reviews-carousel{
  padding:0px 50px;
  max-width: 1080px;
  margin: auto;
  margin-bottom: 40px;
}
.hide{
  display: none !important;
}
.customer-reviews-carousel .carousel,
.customer-reviews-carousel .carousel .owl-wrapper-outer{
  height: 100%;
}
.customer-reviews-carousel .carousel.owl-carousel{
  background-color: #FFFFFF;
}
.customer-reviews-carousel .carousel .owl-controls .owl-buttons .owl-prev:before {
    content: "\f053";
    font-weight: 400;
    font-family: 'FontAwesome';
    top: calc(50% - 12px);
    position: relative;
    /* color: #fff; */
    left: 2px;
}
.customer-reviews-carousel .carousel .owl-controls .owl-buttons .owl-next:before {
    content: "\f054";
    font-weight: 400;
    font-family: 'FontAwesome';
    top: calc(50% - 12px);
    position: relative;
    /* color: #fff; */
    right: -7px;
}
.customer-reviews-carousel .carousel .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    width: 20px;
}
.customer-reviews-carousel .carousel .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left:-25px;
    width: 20px;
}
.customer-reviews-carousel .carousel .owl-wrapper{
  height: 100%;
}
.customer-reviews-carousel .carousel .owl-item {
    position: relative;
    float: left;
    height: 100%;
}
.customer-reviews-carousel .carousel .comments{
  position: relative;
  height: calc(50% - 4px);
  width: 100%;
}
.customer-reviews-carousel .carousel .owl-item .detail{
  height: 45px;
  overflow: hidden;
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 10px 20px 0px 20px;
}
.owl-item.columns3:nth-child(-3n+5),
.owl-item.columns3:nth-child(3n+5) {
    border-left: 1px dashed;
    border-right: 1px dashed;
}
.owl-item.columns2:nth-child(even) {
  border-left: 1px dashed;
}
.owl-item .comments:nth-child(odd) {
  border-bottom: 1px dashed;
}
.customer-reviews-carousel .carousel .owl-item .review{
  height: 65%;
}
.customer-reviews-carousel .carousel .owl-item .name{
  display: flex;
  font-weight: bold;
  padding: 5px 20px 10px 20px;
}
.customer-reviews-summary{
  height: 25px;
  background: rgba(255,255,255,1);
  border-radius: 10px;
  padding: 5px 12px;
  display: inline-flex;
  color: #1e71aa;
  font-size: 18px;
  margin-top: 5px;
}
.customer-reviews-summary .rating{
  margin-left: 0px !important;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
.customer-reviews-summary .rating,
.customer-reviews-carousel .carousel .owl-item .rating {
    background: url(../../frontend/Infortis/custom/en_US/Itskills_Helper/images/star-rating-sprite.png) repeat-x;
    font-size: 0;
    height: 17px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 90px;
    background-size: 18px;
    position: relative;
    display: flex;
    margin-left: 10px;
}
.customer-reviews-summary .ratings-sprite-rating,
.customer-reviews-carousel .carousel .owl-item .ratings-sprite-rating {
    background: url(../../frontend/Infortis/custom/en_US/Itskills_Helper/images/star-rating-sprite.png) repeat-x;
    background-position: 0 100%;
    float: left;
    height: 17px;
    display: block;
    background-size: 18px;
}
@media (max-width: 767px) {
  .customer-reviews-summary{
    font-size: 14px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000000;
  background: #f4f4f4;
}
.tooltipster-default .tooltipster-content {
  line-height: 16px;
  padding: 0;
  overflow: hidden;
}
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
/**
 * HTA
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category   HTA
 * @package    HTA_CareerPathAssessment
 * @copyright  Copyright (c) 2024 HTA (https://www.magento.com/)
 */
.loader_popup .modal-inner-wrap .modal-footer button {
  display: none;
}
#checkout-payment-method-load .items.payment-methods .field.mobile_payment {
  display: none;
}
@media (max-width: 767px) {
  #checkout-payment-method-load .items.payment-methods .payment-method-title.field.choice {
    display: none;
  }
  #checkout-payment-method-load .items.payment-methods .field.mobile_payment {
    display: block;
  }
}
.blog-page .column.main .author {
  padding: 20px;
  border: 1px solid #d5d6da;
  margin-bottom: 30px;
}
.blog-page .column.main .author .block-info {
  display: -ms-flexbox;
  display: flex;
}
.blog-page .column.main .author .block-info .block-img {
  width: 10%;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 20px;
}
.blog-page .column.main .author .block-info .block-img img {
  width: 100px;
  height: auto;
}
.blog-page .column.main .author .block-info .block-data {
  -ms-flex: 1 1;
  flex: 1 1;
}
.blog-page .column.main .author .block-info .block-data .author-name {
  color: #222;
  margin: 7px 0;
  font-family: open sans, arial, sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
}
.blog-page .column.main .author .block-info .block-data .author-position {
  color: #555;
  margin: 5px 0;
  font-weight: 600;
}
.blog-page .column.main .author .block-info .block-data .social-icons {
  display: flex;
}
.blog-page .column.main .author .block-info .block-data .social-icons .icon {
  padding: 5px;
}
.blog-page .column.main .author .block-info .block-data .social-icons .icon:nth-child(1) {
  padding-left: 0;
}
.blog-page .column.main .author .block-info .block-data .social-icons .icon img {
  width: 18px;
  height: 18px;
}
.blog-page .column.main .author .block-info .block-data .social-icons .icon img:hover {
  opacity: .7;
}
.blog-page .column.main .author .block-description {
  width: 100%;
}
.blog-page .column.main .author .block-description .block-content {
  color: #777;
  margin-top: 10px;
}
.blog-page .column.main .author .block-description .a-right {
  text-align: right;
}
.blog-page .column.main .author .block-description .a-right .read-more {
  display: inline-block;
  color: #fff;
  background-color: #4db2ec;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 15px;
}
.blog-page .column.main .author .block-description .a-right .read-more:hover {
  color: #fff;
  background: #222;
}
.kb__category-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.kb__category-sidebar ul li {
  position: relative;
}
.kb__category-sidebar ul li.level-1 a {
  margin-left: 0;
}
.kb__category-sidebar ul li.level-2 a {
  margin-left: 1rem;
}
.kb__category-sidebar ul li.level-3 a {
  margin-left: 3rem;
}
.kb__category-sidebar ul li.level-4 a {
  margin-left: 5rem;
}
.kb__category-sidebar ul li.level-5 a {
  margin-left: 7rem;
}
.kb__category-sidebar ul li .count {
  color: #a3a3a3;
  position: absolute;
  top: 5px;
  right: 18px;
}
.kbase .block-collapsible-nav .item a {
  padding: 5px 36px 5px 15px;
  position: relative;
}
#block-collapsible-nav-kb .collapsible-control {
  position: absolute;
  left: 2px;
  top: 8px;
  font-size: 10px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  width: 13px;
  height: 14px;
  z-index: 1000;
  cursor: pointer;
}
#block-collapsible-nav-kb .collapsible-control.active:after {
  content: '\e621';
}
#block-collapsible-nav-kb .collapsible-control.hidden:after {
  content: '\e622';
}
.kbase.kbase-article-view .toolbar.toolbar-products .field.limiter {
  display: inherit;
  float: right;
}
.kbase.kbase-article-view .toolbar.toolbar-products .pages {
  display: inline-block;
}
.kb-articles__list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.kb-articles__list > li {
  margin-bottom: 4rem;
}
.kb-articles__list > li a {
  font-weight: 600;
  font-size: 1.8rem;
}
.kb-articles__toolbar {
  position: relative;
}
.kb-articles__toolbar .pages {
  display: none;
}
.kb-articles__list ~ .kb-articles__toolbar .pages {
  display: block;
  float: left;
  margin-right: 1rem;
}
.kb-articles__list ~ .kb-articles__toolbar .field.limiter {
  display: block;
  float: left;
}
.kb-articles__list ~ .kb-articles__toolbar .toolbar-amount {
  display: none;
}
.kbase .toolbar-products .pages {
  display: inline-block;
}
.kb-comment-listing-item {
  padding: 3rem 0;
  border-bottom: 1px solid #c9c9c9;
}
.kb-comment-listing-item .kb-comment-listing-item__header {
  margin-bottom: 1rem;
}
.kb-comment-listing-item .kb-comment-listing-item__header strong {
  margin-right: 2rem;
}
.kb-comment-listing-item .kb-comment-listing-item__header span {
  color: #666;
}
.kb-article-form {
  margin: 2rem 0;
}
.kb__search-box {
  position: relative;
}
.kb__search-box input {
  border-radius: 3px;
  width: 100%;
}
.kb__search-box button {
  position: absolute;
  border-radius: 0 3px 3px 0;
}
.column.main .kb__search-box {
  padding: 2.5rem;
  background: #f5f5f5;
  margin-bottom: 2.5rem;
}
.column.main .kb__search-box input {
  padding: 1.5rem 2rem;
  font-size: 2.2rem;
  font-weight: 300;
  height: 6rem;
}
.column.main .kb__search-box button {
  height: 6rem;
  right: 2.5rem;
  top: 2.5rem;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  font-size: 2.2rem;
}
.kb__sidebar .kb__search-box {
  margin-bottom: 2rem;
}
.kb__sidebar .kb__search-box input {
  font-size: 1.3rem;
}
.kb__sidebar .kb__search-box button {
  right: 0;
  top: 0;
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
#delivery-options-fields-block {
  max-width: 100%;
}
.pickup-locations-headline {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.delivery-locations-form .delivery-locations-list {
  border: 1px solid #c2c2c2;
  max-height: 500px;
  overflow: auto;
}
.delivery-locations-form .delivery-locations-list table.location {
  margin-top: 28px;
}
.delivery-locations-form .delivery-locations-list table.location .first-column {
  padding: 0 14px;
  width: 14px;
}
.delivery-locations-form .delivery-locations-list table.location .second-column {
  padding: 0;
}
.opening-hour-wrapper {
  font-size: 12px;
}
.opening-hour-wrapper table thead {
  cursor: pointer;
  font-weight: 700;
}
.opening-hour-wrapper table thead tr td {
  padding: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}
.opening-hour-wrapper table thead tr td:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opening-hour-wrapper table thead tr td:hover:after {
  color: #333333;
}
.opening-hour-wrapper table thead tr td:active:after {
  color: #8f8f8f;
}
.opening-hour-wrapper table tbody {
  display: none;
}
.opening-hour-wrapper table tbody.special-hours-heading {
  padding-top: 10px;
  font-weight: 700;
}
.opening-hour-wrapper table tbody tr td {
  padding: 0 10px 0 0;
}
.opening-hour-wrapper table tbody tr td.time-span {
  font-weight: 600;
}
.opening-hour-wrapper table._active thead tr td:after {
  content: '\e621';
}
.opening-hour-wrapper table._active tbody {
  display: block;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.my .base .ULTRA-MEGAMENU .css .source .module {
  color: red;
}
/**
 * Category navigation menu
 *
 * .navi.nav-regular            - regular horizontal menu
 * .navi.nav-regular.nav-vert   - regular vertical menu
 * .navi.nav-mobile             - mobile menu accordion
 *
 * .nav-item                    - item
 * .nav-item.parent             - item, parent of subcategories
 * .nav-item.nav-item--parent   - item, parent of subcategories, has a dropdown
 *
 */
/* end: media-common */
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler,
  .block-search .label,
  .block-collapsible-nav .title,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .product-columns-wrapper:before,
  .product-columns-wrapper:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .product-columns-wrapper:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .vertnav-trigger,
  .navi.nav-vert-triggerable {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-right: 0;
    padding-left: 2%;
  }
  .sidebar-additional {
    padding-left: 2%;
    clear: right;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 2%;
    padding-left: 0;
    clear: left;
    float: left;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
  }
  .page-layout-3columns .vertnav-trigger,
  .page-layout-3columns .navi.nav-vert-triggerable {
    width: 14.66666667%;
  }
  .page-layout-2columns-left .vertnav-trigger,
  .page-layout-2columns-left .navi.nav-vert-triggerable {
    width: 18.83333333%;
  }
  .page-layout-2columns-right .vertnav-trigger,
  .page-layout-2columns-right .navi.nav-vert-triggerable {
    width: 18.83333333%;
  }
  .nav-toggle {
    display: none;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .product.data.items.style-luma {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items.style-luma:before,
  .product.data.items.style-luma:after {
    content: '';
    display: table;
  }
  .product.data.items.style-luma:after {
    clear: both;
  }
  .product.data.items.style-luma > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items.style-luma > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items.style-luma > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items.style-luma > .item.content:before,
  .product.data.items.style-luma > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items.style-luma > .item.content:after {
    clear: both;
  }
  .product.data.items.style-luma > .item.content.active {
    display: block;
  }
  .product.data.items.style-luma > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items.style-luma > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items.style-luma > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items.style-luma > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items.style-luma > .item.title:not(.disabled) > .switch:focus,
  .product.data.items.style-luma > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items.style-luma > .item.title:not(.disabled) > .switch:active,
  .product.data.items.style-luma > .item.title.active > .switch,
  .product.data.items.style-luma > .item.title.active > .switch:focus,
  .product.data.items.style-luma > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items.style-luma > .item.title.active > .switch,
  .product.data.items.style-luma > .item.title.active > .switch:focus,
  .product.data.items.style-luma > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items.style-luma > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #d1d1d1;
  }
  .product.data.items.style-luma .item.title a:after {
    display: none;
  }
  .product.data.items.style-luma > .item.title:not(.disabled) > .switch:active {
    padding-bottom: 1px;
  }
  .product.data.items.style-luma > .item.content:last-child {
    border-bottom: none;
  }
  .product.data.items.style1 {
    position: relative;
    z-index: 1;
  }
  .product.data.items.style1:before,
  .product.data.items.style1:after {
    content: '';
    display: table;
  }
  .product.data.items.style1:after {
    clear: both;
  }
  .product.data.items.style1 > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items.style1 > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items.style1 > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items.style1 > .item.content:before,
  .product.data.items.style1 > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items.style1 > .item.content:after {
    clear: both;
  }
  .product.data.items.style1 > .item.content.active {
    display: block;
  }
  .product.data.items.style1 > .item.title {
    margin: 0 0 0 0;
  }
  .product.data.items.style1 > .item.title > .switch {
    font-weight: 400;
    line-height: 50px;
    font-size: 1.6rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 50px;
    padding: 0 10px 0 10px;
  }
  .product.data.items.style1 > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items.style1 > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items.style1 > .item.title:not(.disabled) > .switch:focus,
  .product.data.items.style1 > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items.style1 > .item.title:not(.disabled) > .switch:active,
  .product.data.items.style1 > .item.title.active > .switch,
  .product.data.items.style1 > .item.title.active > .switch:focus,
  .product.data.items.style1 > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items.style1 > .item.title.active > .switch,
  .product.data.items.style1 > .item.title.active > .switch:focus,
  .product.data.items.style1 > .item.title.active > .switch:hover {
    padding-bottom: 0;
  }
  .product.data.items.style1 > .item.content {
    background: #ffffff;
    margin-top: 51px;
    padding: 15px 0 15px 0;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .product.data.items.style1 .item.title a:after {
    display: none;
  }
  .product.data.items.style1 > .item.title > .switch {
    border: 1px solid transparent;
    border-bottom: none;
  }
  .product.data.items.style1 > .item.title:not(.disabled) > .switch:active {
    padding-bottom: 1px;
  }
  .product.data.items.style1 > .item.title.active > .switch,
  .product.data.items.style1 > .item.title.active > .switch:focus,
  .product.data.items.style1 > .item.title.active > .switch:hover {
    border-color: #d1d1d1;
    border-bottom: 1px solid transparent;
    padding-top: 4px;
    margin-top: -4px;
    margin-bottom: -1px;
  }
  .product.data.items.style1 > .item.content:last-child {
    border-bottom: none;
  }
  .product.data.items.style1.style1-small > .item.title > .switch {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding-left: 7px;
    padding-right: 7px;
  }
  .product.data.items.style1.style1-small > .item.content {
    margin-top: 33px;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .kb-article__body-info-left {
    float: left;
    width: 60%;
  }
  .kb-article__body-info-right {
    float: right;
    width: 30%;
    min-width: 250px;
  }
  .kb-category__grid > section {
    width: 33%;
    padding-right: 3rem;
    display: inline-block;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    position: static;
    display: block;
  }
  .page-layout-1column.page-with-filter .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column.page-with-filter .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 50px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #d1d1d1;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
  }
  .page-layout-1column .filter-options-item.active {
    position: relative;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: -10px;
    top: -1px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #d1d1d1;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    width: 195px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    padding: 0 10px;
    margin: 0;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options .swatch-attribute-options {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .block.newsletter {
    width: 300px;
    margin: 0;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  html {
    background: none;
    background-color: transparent;
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    width: 100%;
    box-sizing: border-box;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .footer .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .page-products .sorter {
    position: static;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .field.qty .label,
  .product-options-bottom .box-tocart .field.qty .label {
    display: inline-block;
  }
  .product-info-main .box-tocart .field.qty .control,
  .product-options-bottom .box-tocart .field.qty .control {
    display: inline-block;
    margin-left: 5px;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 0;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    float: right;
    padding-left: 10px;
    padding-right: 0;
    margin-bottom: 0;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    float: left;
  }
  .product-social-links {
    text-align: left;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -6px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 10px 10px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-img-column,
  .product-primary-column,
  .product-secondary-column {
    margin-bottom: 25px;
  }
  .product-img-column {
    padding-bottom: 1px;
  }
  .non-collapsing-column-placeholder {
    padding-bottom: 1px;
    height: 1px;
    min-height: 1px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%)/4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .mobile-collapsible .block-title {
    border-bottom: none;
  }
  .dropdown-block .dropdown-content {
    padding: 15px 20px;
  }
  .dropdown-block .dropdown-content > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .box-tocart.right-side .field.qty {
    float: right;
    padding-right: 0;
    margin-right: 0;
  }
  .box-tocart.right-side .actions {
    float: left;
    margin-right: 10px;
  }
  .products-grid .sticker {
    width: 45px;
    height: 45px;
    font-size: 12px;
  }
  .products-grid .item:hover .sticker {
    width: 50px;
    height: 50px;
  }
  .products-grid .product-item-name {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .products-grid.size-s .product-item-name {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
  .products-grid.size-s .sticker {
    width: 45px;
    height: 45px;
    font-size: 1em;
  }
  .products-grid.size-s .item:hover .sticker {
    width: 50px;
    height: 50px;
  }
  .products-grid.size-xs .product-item-name {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .products-grid.size-xs .sticker {
    width: 40px;
    height: 40px;
    font-size: 11px;
  }
  .products-grid.size-xs .item:hover .sticker {
    width: 45px;
    height: 45px;
  }
  .custom-sidebar-right {
    float: right !important;
  }
  .custom-sidebar-right .inner {
    padding-left: 10px;
    border-left: 1px solid #e5e5e5;
  }
  .custom-sidebar-left {
    float: left !important;
  }
  .custom-sidebar-left .inner {
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
  }
  .magnifier-preview {
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
  .mobile-collapsible .block-title:after,
  .sidebar .block .block-title:after {
    display: none !important;
  }
  .mobile-collapsible .block-title,
  .sidebar .block .block-title {
    cursor: default;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    width: 23.233%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .product-info-main .box-tocart .action.tocart,
  .product-options-bottom .box-tocart .action.tocart {
    min-width: 190px;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%)/5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .products-grid .sticker {
    width: 60px;
    height: 60px;
    font-size: 15px;
  }
  .products-grid .item:hover .sticker {
    width: 65px;
    height: 65px;
  }
  .product-view .sticker {
    width: 80px;
    height: 80px;
    font-size: 16px;
  }
  .caption .heading {
    margin-bottom: 0.2em;
    font-size: 32px;
  }
  .caption p {
    clear: left;
    font-size: 16px;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .caption .heading {
    font-size: 40px;
  }
  .caption p {
    font-size: 20px;
  }
}
.abs-flex-container-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.abs-sidebar-block-title {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.abs-sidebar-block-title > strong {
  font-weight: normal;
  font-size: 19px;
  line-height: 24px;
}
.abs-actions-addto {
  color: #7d7d7d;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05em;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'icons-blank-theme';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover {
  color: #333333;
  text-decoration: none;
}
.abs-global-border-color,
.abs-sidebar-block-title {
  border-color: #e5e5e5;
}
.abs-global-border-color-light {
  border-color: #f5f5f5;
}
.abs-global-border-color-dark {
  border-color: #cccccc;
}
/**
 * Lightbox
 */
/* end: media-common */
/**
 * Theme Content Construction Kit
 */
/* end: media-common */
/*
 * Accordions and collapsible blocks
 */
/**
 * Drop-down block
 */
/* end: media-common */
/* end: media-common */
/**
 * Icons and other styles related to icons.
 * Part of the font icon styles based on Font Awesome - http://fontawesome.io
 */
/* end: media-common */
/**
 * Definitions of the font with icons and definitions of the icon glyphs
 */
/* end: media-common */
@media only screen and (max-width: 992px) {
  #scroll-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    bottom: 81px;
    right: 0;
    border-radius: 0;
  }
}
/* end: media-common */
@media only screen and (max-width: 991.98px) {
  .header-container {
    /* Vertically aligned grid of blocks (in "Header - Primary" section).
           In mobile header all blocks are stretched to full width
           and stack vertically.
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Header items
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* In mobile header, only items inside mobile container can float */
    /* Dropdowns
        -------------------------------------------------------------- */
    /* Force left-aligned edge of dropdowns */
    /* Force right-aligned edge of dropdowns */
    /* Selected elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Top links
        -------------------------------------------------------------- */
    /* Logo and collateral elements
        -------------------------------------------------------------- */
    /* Regular logo */
    /* Mobile logo */
    /* Header collateral elements
        -------------------------------------------------------------- */
    /* If collateral next to logo, logo floats left */
    /* User menu
        -------------------------------------------------------------- */
    /* Language/currency switcher
        -------------------------------------------------------------- */
    /* The "move-switchers" class indicates that in mobile header the default language/currency switchers
           should be hidden because they are replaced with switchers in alternative position (next to the logo).
           So we need to hide switchers from both wrappers: regular and mobile. */
    /* Other
        -------------------------------------------------------------- */
    /* Menu elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Hide/show basic elements */
    /* Always displayed */
    /* Always hidden */
    /* Always hidden */
    /* Always hidden */
    /* Containers
        -------------------------------------------------------------- */
    /* Important: menu container is also a "skip-content" block */
    /* Menu bar
        -------------------------------------------------------------- */
    /* Remove shadow */
    /* Menu items
        -------------------------------------------------------------- */
    /* Mobile menu - remove possible gap from the top of the very first item.
           Gaps are added as dividers between items of the mobile menu accordion. */
    /* Elements hidden in mobile header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Hide regular header containers in mobile header */
    /* .header-top-container,
        .header-primary-container, */
    /* Deprecated rules to hide elements in mobile header (left for backward compatibility) */
    /* Skip links in mobile header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Skip link elements
        -------------------------------------------------------------- */
    /* Active link
        -------------------------------------------------------------- */
    /* Size
        -------------------------------------------------------------- */
    /* Skip content
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* In mobile header the content is hidden.
           It's displayed only when skip link was clicked.
        -------------------------------------------------------------- */
    /* Styls (required in skip-content blocks) are added through
           this special class so that we can control which content
           blocks are styled.
        -------------------------------------------------------------- */
    /* Selected skip links
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Compare
        -------------------------------------------------------------- */
    /* Hide compare block's heading (only heading) */
    /* Selected skip content
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Height of mobile menu items and vertical inline links
        -------------------------------------------------------------- */
    /* Generic vertical inline links (e.g. account links)
        -------------------------------------------------------------- */
    /* Cart + compare
        -------------------------------------------------------------- */
    /* Important: possible value "relative" of the "position" property.
           Cart can be a dropdown, so in mobile header we need to reset "position" of the dropdown container so that it doesn't cover other skip links.
           We also need to remove float.
           */
    /* Compare
        -------------------------------------------------------------- */
  }
  .header-container .hp-blocks-holder .hp-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .header-container .header-m-container .item-left {
    float: left;
    text-align: left;
  }
  .header-container .header-m-container .item-right {
    float: right;
    text-align: right;
  }
  .header-container .header-m-container .item-left .dropdown-block .dropdown-content {
    left: 0;
    right: auto;
  }
  .header-container .header-m-container .item-right .dropdown-block .dropdown-content {
    left: auto;
    right: 0;
  }
  .header-container .top-links {
    float: none !important;
    clear: both;
  }
  .header-container .top-links ul {
    float: none !important;
  }
  .header-container .logo-wrapper--regular {
    display: none;
  }
  .header-container .logo-wrapper--mobile {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .header-container .logo-wrapper--mobile .logo {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .header-container .header-collateral {
    float: right;
    text-align: right;
  }
  .header-container .header-collateral + .logo-wrapper--mobile {
    float: left;
    text-align: left;
  }
  .header-container .user-menu {
    float: none !important;
    margin: 0;
    /* Important: remove margins to collapse the block completely */
  }
  .header-container.move-switchers #lang-switcher-wrapper-regular,
  .header-container.move-switchers #currency-switcher-wrapper-regular {
    display: none;
  }
  .header-container.move-switchers #lang-switcher-wrapper-mobile,
  .header-container.move-switchers #currency-switcher-wrapper-mobile {
    display: none;
  }
  .header-container .line-break-after {
    display: none !important;
  }
  .header-container .nav-mobile {
    display: block !important;
  }
  .header-container .vertnav-trigger {
    display: none !important;
  }
  .header-container .mobnav-trigger {
    display: none !important;
  }
  .header-container .nav-inline-links {
    display: none !important;
  }
  .header-container .nav-container {
    /* Padding for menu container may be added via admin panel so we need to remove it for mobile header */
    padding: 0;
    /* If needed, reset also other styles which are added to standard "skip-content" blocks */
    /* Remove background color */
    background-color: transparent;
  }
  .header-container .nav-container .nav,
  .header-container .nav-container .navi {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-container .nav-border-bottom {
    border-bottom: none;
  }
  .header-container .nav-mobile .nav-item.nav-1 {
    margin-top: 0 !important;
  }
  .header-container #lang-switcher-wrapper-regular,
  .header-container #currency-switcher-wrapper-regular {
    display: none;
  }
  .header-container .header-top .item:not(.item-interface) {
    display: none;
  }
  .header-container .skip-link {
    position: relative;
    float: left;
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .header-container a.skip-link {
    text-decoration: none;
  }
  .header-container .skip-link .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 16px;
    line-height: 16px;
  }
  .header-container .skip-link.dropdown-heading .label.hide,
  .header-container .skip-link .label {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
  }
  .header-container .skip-link .counter {
    display: inline-block;
    vertical-align: middle;
  }
  .header-container .skip-link .caret {
    display: none;
  }
  .header-container .skip-link.skip-active,
  .header-container .skip-link:hover {
    color: inherit;
  }
  .header-container .skip-link.skip-active span {
    color: inherit;
  }
  .header-container .skip-links--1 .skip-link {
    width: 100%;
  }
  .header-container .skip-links--2 .skip-link {
    width: 50%;
  }
  .header-container .skip-links--3 .skip-link {
    width: 33.33%;
  }
  .header-container .skip-links--4 .skip-link {
    width: 25%;
  }
  .header-container .skip-links--5 .skip-link {
    width: 20%;
  }
  .header-container .skip-links--6 .skip-link {
    width: 16.66%;
  }
  .header-container .skip-content {
    display: none;
  }
  .header-container .skip-content.skip-active {
    display: block;
  }
  .header-container .skip-content--style {
    clear: both;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* Skip content blocks have to be reset the same as all grid units
               because skip content blocks can have grid units */
    width: 100% !important;
    /* Added "!important" to override units with "no-gutter" class */
    margin: 0;
  }
  .header-container .skip-link.mini-compare-heading {
    display: none;
  }
  .header-container .nav-mobile .nav-item > a,
  .header-container .account-links .links > li > a {
    line-height: 50px;
  }
  .header-container .account-links .links > li {
    float: none;
  }
  .header-container .account-links .links > li > a {
    background-image: none;
    /* Remove link separators */
    font-weight: 600;
    font-size: 1.6rem;
  }
  .header-container .mini-cart,
  .header-container .mini-compare {
    position: static;
    float: none;
    display: block;
    /* To make sure it's not "inline-block" */
  }
  .header-container .skip-content.mini-cart-content,
  .header-container .skip-content.mini-compare-content {
    clear: both;
    width: 100%;
  }
  .header-container .mini-compare .skip-content .actions {
    border: none;
    padding-top: 0;
  }
  .hide-when-mobile-header {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .header-container {
    /* Left column 
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Dropdowns
        -------------------------------------------------------------- */
    /* Force left-aligned edge of dropdowns */
    /* Avoid dropdown heading stretched in containing block */
    /* Search box
        -------------------------------------------------------------- */
    /* Elements of User Menu
        -------------------------------------------------------------- */
    /* Menu, holders and holders wrapper
        -------------------------------------------------------------- */
    /* Right column
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Dropdowns
        -------------------------------------------------------------- */
    /* Force right-aligned edge of dropdowns */
    /* Avoid dropdown heading stretched in containing block */
    /* Search box
        -------------------------------------------------------------- */
    /* Elements of User Menu
        -------------------------------------------------------------- */
    /* Menu, holders and holders wrapper
        -------------------------------------------------------------- */
    /* Top links
        -------------------------------------------------------------- */
    /* Central column
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Elements of User Menu
        -------------------------------------------------------------- */
    /* Elements of the central column are centered so the "user-menu" container also needs to be centered:
           so it needs to be inline-block, it can't float and can't have 100% width. */
    /* Top header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Top header - selected elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* User menu inside top header
        -------------------------------------------------------------- */
    /* Selected elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Search
        -------------------------------------------------------------- */
    /* Let the search box have the same width as containing block */
    /* Logo
        -------------------------------------------------------------- */
    /* Menu elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Simple menu container
        -------------------------------------------------------------- */
    /* Menu container is marked with "simple" class.
           It's added when menu is inside a container which is not full-width but is narrow
           and placed in one of the header sections. */
    /* Expand the width of the "nav" class element */
    /* Remove side padding from inner container */
    /* Other
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /*.header-top .lang-switcher,
        .header-top .currency-switcher, */
    /* Elements hidden in regular header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Selected skip links in regular header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Cart + compare
        -------------------------------------------------------------- */
    /* Skip links has to be hidden except cart and compare */
  }
  .header-container .hp-blocks-holder {
    display: table;
    width: 100%;
  }
  .header-container .hp-blocks-holder .hp-block {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .header-container .hp-blocks-holder .hp-block:before,
  .header-container .hp-blocks-holder .hp-block:after {
    content: '';
    display: table;
  }
  .header-container .hp-blocks-holder .hp-block:after {
    clear: both;
  }
  .header-container .item-left {
    float: left;
    margin-right: 10px;
    text-align: left;
  }
  .header-container .item-right {
    float: right;
    margin-left: 10px;
    text-align: right;
  }
  .header-container .left-column {
    text-align: left;
  }
  .header-container .central-column {
    text-align: center;
  }
  .header-container .right-column {
    text-align: right;
  }
  .header-container .header-primary .central-column {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-container .left-column .dropdown-block .dropdown-content {
    left: 0;
    right: auto;
  }
  .header-container .left-column .dropdown-block {
    display: inline-block;
  }
  .header-container .left-column .search-wrapper {
    float: left;
  }
  .header-container .left-column .user-menu .search-wrapper,
  .header-container .left-column .user-menu .mini-cart,
  .header-container .left-column .user-menu .mini-compare,
  .header-container .left-column .user-menu .top-links,
  .header-container .left-column .user-menu .top-links ul {
    float: left;
  }
  .header-container .left-column .nav-holders-wrapper,
  .header-container .left-column .navi {
    float: left;
  }
  .header-container .left-column .nav-holders-wrapper .nav-holder {
    float: left;
  }
  .header-container .right-column .dropdown-block .dropdown-content {
    left: auto;
    right: 0;
  }
  .header-container .right-column .dropdown-block {
    display: inline-block;
  }
  .header-container .right-column .search-wrapper {
    float: right;
  }
  .header-container .right-column .user-menu .search-wrapper,
  .header-container .right-column .user-menu .mini-cart,
  .header-container .right-column .user-menu .mini-compare,
  .header-container .right-column .user-menu .top-links,
  .header-container .right-column .user-menu .top-links ul {
    float: right;
  }
  .header-container .right-column .nav-holders-wrapper,
  .header-container .right-column .navi {
    float: right;
  }
  .header-container .right-column .nav-holders-wrapper .nav-holder {
    float: right;
  }
  .header-container .right-column .top-links ul {
    float: right;
  }
  .header-container .central-column .user-menu {
    display: inline-block;
    float: none;
    width: auto;
  }
  .header-container .central-column .user-menu .search-wrapper,
  .header-container .central-column .user-menu #mini-cart-wrapper-regular,
  .header-container .central-column .user-menu .mini-cart,
  .header-container .central-column .user-menu .mini-compare,
  .header-container .central-column .user-menu .top-links,
  .header-container .central-column .user-menu .top-links ul {
    float: right;
  }
  .header-container .header-top .central-column {
    text-align: center;
    width: 100%;
  }
  .header-container .header-top .central-column .item {
    display: inline-block;
    float: none;
  }
  .header-container .header-top .item-left .user-menu > * {
    float: left;
  }
  .header-container .header-top .item-right .user-menu > * {
    float: right;
  }
  .header-container .search-wrapper {
    width: 100%;
  }
  .header-container .logo-wrapper .logo img {
    width: 100%;
  }
  .header-container .nav-container.simple .nav {
    width: 100%;
  }
  .header-container .nav-container.simple .inner-container {
    padding-left: 0;
    padding-right: 0;
  }
  .header-container #lang-switcher-wrapper-regular,
  .header-container #currency-switcher-wrapper-regular,
  .header-container .header-top .dropdown-block {
    margin: 0;
  }
  .header-container .header-m-container,
  .header-container .skip-links-clearer,
  .header-container #header-nav,
  .header-container .skip-link,
  .header-container .logo-wrapper--mobile,
  .header-container .logo--mobile,
  .header-container .header-collateral,
  .header-container .after-mobile-logo,
  .header-container #user-menu-wrapper-mobile,
  .header-container #search-wrapper-mobile,
  .header-container #account-links-wrapper-mobile,
  .header-container #mini-cart-wrapper-mobile,
  .header-container #mini-compare-wrapper-mobile,
  .header-container #nav-wrapper-mobile {
    display: none;
  }
  .header-container .mini-cart-heading,
  .header-container .mini-compare-heading {
    display: block;
  }
  .header-container .mini-cart-heading .label.no-display,
  .header-container .mini-compare-heading .label.no-display {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .header-container {
    /* Reset blocks below this breakpoint */
    /* Menu - positionning of menu, holders and holders wrapper
        -------------------------------------------------------------- */
    /* Remove floating of the menu container */
    /* Remove floating of the menu */
    /* Logo
        -------------------------------------------------------------- */
    /* Search
        -------------------------------------------------------------- */
  }
  .header-container .hp-blocks-holder--stacked .hp-block {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .header-container .hp-blocks-holder--stacked .right-column {
    text-align: inherit;
  }
  .header-container .hp-blocks-holder--stacked .left-column {
    text-align: inherit;
  }
  .header-container .hp-blocks-holder--stacked .nav-container {
    float: none;
  }
  .header-container .hp-blocks-holder--stacked .navi {
    float: none;
  }
  .header-container .hp-blocks-holder--stacked .logo-wrapper {
    text-align: center;
  }
  .header-container .hp-blocks-holder--stacked .logo-wrapper .logo {
    max-width: 60%;
    margin-left: auto;
    /* Margins "auto" not needed. Left in case custom CSS removes "display:inline-block" from the ".logo" element. */
    margin-right: auto;
  }
  .header-container .hp-blocks-holder--stacked .search-wrapper {
    float: none;
    max-width: 440px;
    margin: 10px auto;
    /* Add space above and below search box */
  }
}
/* end: media-common */
/* end: media-common */
/**
 * Infortis/ultimo
 * Custom CSS fallback
 * app/design/frontend/Infortis/ultimo/web/css/_custom.less
 */
/**
 * Infortis/ultimo
 * Custom CSS fallback
 * app/design/frontend/Infortis/ultimo/web/css/_custom.less
 */
/**
 * Infortis/ultimo
 * Custom CSS fallback
 * app/design/frontend/Infortis/ultimo/web/css/_custom.less
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.tf-v1-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    transition: opacity .25s ease-in-out;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center
}

.tf-v1-popup .tf-v1-iframe-wrapper {
    position: relative;
    transition: opacity .25s ease-in-out;
    min-width: 360px;
    min-height: 360px
}

.tf-v1-popup .tf-v1-iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
    border-radius: 8px
}

.tf-v1-popup .tf-v1-close {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    font-size: 32px;
    font-weight: normal;
    line-height: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    opacity: .75;
    transition: opacity .25s ease-in-out;
    text-decoration: none;
    color: #000;
    top: -34px;
    right: 0;
    background: none;
    border: none;
    border-radius: 0
}

.tf-v1-popup .tf-v1-close:hover {
    opacity: 1
}

@media(min-width: 481px) {
    .tf-v1-popup .tf-v1-close {
        color: #fff !important
    }
}

.tf-v1-popup .tf-v1-spinner {
    border: 3px solid #aaa;
    font-size: 40px;
    width: 1em;
    height: 1em;
    border-radius: .5em;
    box-sizing: border-box;
    animation: spin 1s linear infinite;
    border-top-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px
}

@media(max-width: 480px) {
    .tf-v1-popup {
        width: 100% !important;
        height: 100% !important
    }

    .tf-v1-popup .tf-v1-iframe-wrapper {
        position: relative;
        transition: opacity .25s ease-in-out;
        min-width: 100%;
        min-height: 100%
    }

    .tf-v1-popup .tf-v1-iframe-wrapper iframe {
        border-radius: 0
    }

    .tf-v1-popup .tf-v1-close {
        display: block;
        padding: 0;
        margin: 0;
        position: absolute;
        font-size: 32px;
        font-weight: normal;
        line-height: 24px;
        width: 24px;
        height: 24px;
        text-align: center;
        text-transform: none;
        cursor: pointer;
        opacity: .75;
        transition: opacity .25s ease-in-out;
        text-decoration: none;
        color: #000;
        top: 6px;
        right: 8px;
        background: none;
        border: none;
        border-radius: 0
    }

    .tf-v1-popup .tf-v1-close:hover {
        opacity: 1
    }
}

@media(max-width: 480px)and (min-width: 481px) {
    .tf-v1-popup .tf-v1-close {
        color: #fff !important
    }
}.messages-body {
    overflow: hidden
}

.widget-app-container {
    padding-bottom: 16px;
    position: absolute;
    bottom: 0
}

.launcher-left-align {
    float: left !important
}

.launcher-right-align {
    float: right !important
}

p {
    margin: 0
}

.chat-head {
    position: relative
}

.chat-head.chat-head-disabled {
    opacity: .5
}

.chat-head.agent-status-chat-head {
    display: inline-block
}

.chat-head.visitor-chat-head .chat-head-avatar {
    border: 2px solid #fff
}

.chat-head .chat-head-icon {
    position: absolute;
    right: -2px;
    bottom: -3px
}

.chat-head .chat-head-icon.chat-head-status {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff
}

.chat-head .chat-head-icon.xs {
    width: 10px;
    height: 10px;
    bottom: 1px
}

.chat-head .chat-head-icon.dark {
    border-color: #33475b
}

.chat-head .chat-head-icon.online,
.chat-head .chat-head-icon.status-indicator-green {
    background: #00bda5
}

.chat-head .chat-head-icon.away,
.chat-head .chat-head-icon.status-indicator-yellow {
    background: #f5c26b
}

.chat-head .chat-head-icon.offline,
.chat-head .chat-head-icon.status-indicator-grey {
    background: #cbd6e2
}

.chat-head-shrink {
    transform: scale(.8)
}

.chat-head-left {
    z-index: 0
}

.chat-head-left.chat-head-shrink {
    margin-right: -12px
}

.chat-head-right {
    z-index: 0;
    margin-left: -12px
}

.chat-head-center {
    z-index: 1
}

.initial-message-bubble {
    cursor: pointer;
    position: relative;
    border: 1px solid #eaf0f6;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    border-radius: 4px;
    width: 240px;
    padding: 24px 16px 16px
}

.initial-message-bubble .initial-message-avatar {
    position: absolute;
    left: 0;
    right: 0
}

.chat-widget {
    position: relative;
    width: 376px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

.chat-widget.mobile {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    margin: 0
}

.chat-widget.mobile .messages-interaction-container {
    height: calc(100% - 96px)
}

.chat-widget.mobile .background-panel {
    border-radius: 0
}

.chat-widget.mobile .background-panel .background-panel-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.chat-widget .unseen-threads-badge {
    min-width: 17px;
    min-height: 17px;
    line-height: 15px
}

.chat-widget .background-panel {
    height: 100%;
    border-radius: 8px;
    background: #eaf0f6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.chat-widget .background-panel .background-panel-content {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    min-height: 112px;
    padding-bottom: 40px
}

.chat-widget .messages-interaction-container {
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
    height: calc(100% - 64px);
    transition: height .3s, height .3s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.chat-widget .chat-area {
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column
}

.chat-widget .widget-header {
    position: relative;
    top: -24px;
    width: 100%;
    color: #fff
}

.chat-widget .widget-header .widget-header-avatar-wrapper {
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    text-align: center
}

.chat-widget .widget-header.mobile {
    padding-top: 32px
}

.chat-widget .widget-header.mobile .chat-head {
    margin-left: 0;
    margin-right: 0
}

.chat-widget .widget-header.mobile .widget-close-button-wrapper {
    position: absolute;
    right: 16px;
    top: 32px
}

.chat-widget .widget-header.mobile .widget-header-avatar-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    flex: 1 0 100%;
    height: 84px;
    align-self: baseline
}

.chat-widget .widget-header .widget-header-name {
    display: inline-block;
    border-radius: 3px;
    transition: background-color .1s ease-in
}

.chat-widget .messages-scroll-container {
    display: flex;
    overflow-y: scroll;
    overflow-x: hidden;
    align-self: stretch;
    width: 100%;
    flex-grow: 2
}

.chat-widget .messages-scroll-container.android-fix-styles {
    height: calc(100% - 96px)
}

.chat-widget .messages-scroll-container .messages-container {
    width: 100%
}

.chat-widget .messages-scroll-container .messages-container.chat-feed-bottom {
    margin-top: auto
}

.chat-widget .input-container {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    max-width: 100%;
    background-color: #fff;
    border-top: 2px solid #f2f5f8;
    flex-shrink: 0
}

.chat-widget .input-container .message-box-container {
    overflow: auto
}

.add-flex-grow {
    flex-grow: 1
}

.initial-message-text {
    white-space: pre-line;
    text-overflow: ellipsis;
    overflow: hidden
}

.widget-manager {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.widget-manager.preview {
    width: 400px;
    pointer-events: none
}

.widget-manager.small {
    transform: scale(.75);
    transform-origin: bottom right
}

.widget-manager.extra-small {
    transform: scale(.5);
    transform-origin: bottom right
}

@keyframes consent-modal-background-fadeIn {
    0% {
        background-color: rgba(45, 62, 80, 0);
        backdrop-filter: blur(0)
    }

    to {
        background-color: rgba(45, 62, 80, .79);
        backdrop-filter: blur(2px)
    }
}

@keyframes consent-modal-content-fadeIn {
    0% {
        opacity: 0;
        transform: scale(.9)
    }

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

@keyframes consent-modal-background-fadeOut {
    0% {
        background-color: rgba(45, 62, 80, .79);
        backdrop-filter: blur(2px)
    }

    to {
        background-color: rgba(45, 62, 80, 0);
        backdrop-filter: blur(0)
    }
}

@keyframes consent-modal-content-fadeOut {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(.9)
    }
}

.flex-shrink-0,
.no-shrink {
    display: flex;
    flex-shrink: 0 !important
}

.flex-grow-1 {
    display: flex;
    flex-grow: 1 !important
}

.flex-no-wrap {
    display: flex;
    flex-wrap: nowrap !important
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap !important
}

.flex-wrap-reverse {
    display: flex;
    flex-wrap: wrap-reverse !important
}

.flex-column {
    display: flex;
    flex-direction: column !important
}

.flex-row {
    display: flex;
    flex-direction: row !important
}

.justify-start {
    display: flex;
    justify-content: flex-start !important
}

.justify-end {
    display: flex;
    justify-content: flex-end !important
}

.justify-between {
    display: flex;
    justify-content: space-between !important
}

.justify-around {
    display: flex;
    justify-content: space-around !important
}

.justify-center {
    display: flex;
    justify-content: center !important
}

.align-start {
    display: flex;
    align-items: flex-start !important
}

.align-end {
    display: flex;
    align-items: flex-end !important
}

.align-center {
    display: flex;
    align-items: center !important
}

.align-stretch {
    display: flex;
    align-items: stretch !important
}

.align-baseline {
    display: flex;
    align-items: baseline !important
}

.align-self-start {
    display: flex;
    align-self: flex-start !important
}

.align-self-end {
    display: flex;
    align-self: flex-end !important
}

.align-self-center {
    display: flex;
    align-self: center !important
}

.align-self-stretch {
    display: flex;
    align-self: stretch !important
}

.align-self-baseline {
    display: flex;
    align-self: baseline !important
}

.m-all-auto {
    margin: auto !important
}

.m-x-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.m-y-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.m-left-auto {
    margin-left: auto !important
}

.m-right-auto {
    margin-right: auto !important
}

.m-top-auto {
    margin-top: auto !important
}

.m-bottom-auto {
    margin-bottom: auto !important
}

.m-all-0 {
    margin: 0 !important
}

.m-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-auto-x-0 {
    margin: auto 0 !important
}

.m-auto-y-0 {
    margin: 0 auto !important
}

.m-top-0 {
    margin-top: 0 !important
}

.m-right-0 {
    margin-right: 0 !important
}

.m-bottom-0 {
    margin-bottom: 0 !important
}

.m-left-0 {
    margin-left: 0 !important
}

.m-all-1 {
    margin: 4px !important
}

.m-x-1 {
    margin-left: 4px !important;
    margin-right: 4px !important
}

.m-y-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important
}

.m-auto-x-1 {
    margin: auto 4px !important
}

.m-auto-y-1 {
    margin: 4px auto !important
}

.m-top-1 {
    margin-top: 4px !important
}

.m-right-1 {
    margin-right: 4px !important
}

.m-bottom-1 {
    margin-bottom: 4px !important
}

.m-left-1 {
    margin-left: 4px !important
}

.m-all-2 {
    margin: 8px !important
}

.m-x-2 {
    margin-left: 8px !important;
    margin-right: 8px !important
}

.m-y-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

.m-auto-x-2 {
    margin: auto 8px !important
}

.m-auto-y-2 {
    margin: 8px auto !important
}

.m-top-2 {
    margin-top: 8px !important
}

.m-right-2 {
    margin-right: 8px !important
}

.m-bottom-2 {
    margin-bottom: 8px !important
}

.m-left-2 {
    margin-left: 8px !important
}

.m-all-3 {
    margin: 12px !important
}

.m-x-3 {
    margin-left: 12px !important;
    margin-right: 12px !important
}

.m-y-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important
}

.m-auto-x-3 {
    margin: auto 12px !important
}

.m-auto-y-3 {
    margin: 12px auto !important
}

.m-top-3 {
    margin-top: 12px !important
}

.m-right-3 {
    margin-right: 12px !important
}

.m-bottom-3 {
    margin-bottom: 12px !important
}

.m-left-3 {
    margin-left: 12px !important
}

.m-all-4 {
    margin: 16px !important
}

.m-x-4 {
    margin-left: 16px !important;
    margin-right: 16px !important
}

.m-y-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.m-auto-x-4 {
    margin: auto 16px !important
}

.m-auto-y-4 {
    margin: 16px auto !important
}

.m-top-4 {
    margin-top: 16px !important
}

.m-right-4 {
    margin-right: 16px !important
}

.m-bottom-4 {
    margin-bottom: 16px !important
}

.m-left-4 {
    margin-left: 16px !important
}

.m-all-5 {
    margin: 20px !important
}

.m-x-5 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.m-y-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.m-auto-x-5 {
    margin: auto 20px !important
}

.m-auto-y-5 {
    margin: 20px auto !important
}

.m-top-5 {
    margin-top: 20px !important
}

.m-right-5 {
    margin-right: 20px !important
}

.m-bottom-5 {
    margin-bottom: 20px !important
}

.m-left-5 {
    margin-left: 20px !important
}

.m-all-6 {
    margin: 24px !important
}

.m-x-6 {
    margin-left: 24px !important;
    margin-right: 24px !important
}

.m-y-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important
}

.m-auto-x-6 {
    margin: auto 24px !important
}

.m-auto-y-6 {
    margin: 24px auto !important
}

.m-top-6 {
    margin-top: 24px !important
}

.m-right-6 {
    margin-right: 24px !important
}

.m-bottom-6 {
    margin-bottom: 24px !important
}

.m-left-6 {
    margin-left: 24px !important
}

.m-all-7 {
    margin: 28px !important
}

.m-x-7 {
    margin-left: 28px !important;
    margin-right: 28px !important
}

.m-y-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important
}

.m-auto-x-7 {
    margin: auto 28px !important
}

.m-auto-y-7 {
    margin: 28px auto !important
}

.m-top-7 {
    margin-top: 28px !important
}

.m-right-7 {
    margin-right: 28px !important
}

.m-bottom-7 {
    margin-bottom: 28px !important
}

.m-left-7 {
    margin-left: 28px !important
}

.m-all-8 {
    margin: 32px !important
}

.m-x-8 {
    margin-left: 32px !important;
    margin-right: 32px !important
}

.m-y-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important
}

.m-auto-x-8 {
    margin: auto 32px !important
}

.m-auto-y-8 {
    margin: 32px auto !important
}

.m-top-8 {
    margin-top: 32px !important
}

.m-right-8 {
    margin-right: 32px !important
}

.m-bottom-8 {
    margin-bottom: 32px !important
}

.m-left-8 {
    margin-left: 32px !important
}

.m-all-9 {
    margin: 36px !important
}

.m-x-9 {
    margin-left: 36px !important;
    margin-right: 36px !important
}

.m-y-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important
}

.m-auto-x-9 {
    margin: auto 36px !important
}

.m-auto-y-9 {
    margin: 36px auto !important
}

.m-top-9 {
    margin-top: 36px !important
}

.m-right-9 {
    margin-right: 36px !important
}

.m-bottom-9 {
    margin-bottom: 36px !important
}

.m-left-9 {
    margin-left: 36px !important
}

.m-all-10 {
    margin: 40px !important
}

.m-x-10 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.m-y-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.m-auto-x-10 {
    margin: auto 40px !important
}

.m-auto-y-10 {
    margin: 40px auto !important
}

.m-top-10 {
    margin-top: 40px !important
}

.m-right-10 {
    margin-right: 40px !important
}

.m-bottom-10 {
    margin-bottom: 40px !important
}

.m-left-10 {
    margin-left: 40px !important
}

.m-all-11 {
    margin: 44px !important
}

.m-x-11 {
    margin-left: 44px !important;
    margin-right: 44px !important
}

.m-y-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important
}

.m-auto-x-11 {
    margin: auto 44px !important
}

.m-auto-y-11 {
    margin: 44px auto !important
}

.m-top-11 {
    margin-top: 44px !important
}

.m-right-11 {
    margin-right: 44px !important
}

.m-bottom-11 {
    margin-bottom: 44px !important
}

.m-left-11 {
    margin-left: 44px !important
}

.m-all-12 {
    margin: 48px !important
}

.m-x-12 {
    margin-left: 48px !important;
    margin-right: 48px !important
}

.m-y-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important
}

.m-auto-x-12 {
    margin: auto 48px !important
}

.m-auto-y-12 {
    margin: 48px auto !important
}

.m-top-12 {
    margin-top: 48px !important
}

.m-right-12 {
    margin-right: 48px !important
}

.m-bottom-12 {
    margin-bottom: 48px !important
}

.m-left-12 {
    margin-left: 48px !important
}

.m-all-13 {
    margin: 52px !important
}

.m-x-13 {
    margin-left: 52px !important;
    margin-right: 52px !important
}

.m-y-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important
}

.m-auto-x-13 {
    margin: auto 52px !important
}

.m-auto-y-13 {
    margin: 52px auto !important
}

.m-top-13 {
    margin-top: 52px !important
}

.m-right-13 {
    margin-right: 52px !important
}

.m-bottom-13 {
    margin-bottom: 52px !important
}

.m-left-13 {
    margin-left: 52px !important
}

.m-all-14 {
    margin: 56px !important
}

.m-x-14 {
    margin-left: 56px !important;
    margin-right: 56px !important
}

.m-y-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important
}

.m-auto-x-14 {
    margin: auto 56px !important
}

.m-auto-y-14 {
    margin: 56px auto !important
}

.m-top-14 {
    margin-top: 56px !important
}

.m-right-14 {
    margin-right: 56px !important
}

.m-bottom-14 {
    margin-bottom: 56px !important
}

.m-left-14 {
    margin-left: 56px !important
}

.m-all-15 {
    margin: 60px !important
}

.m-x-15 {
    margin-left: 60px !important;
    margin-right: 60px !important
}

.m-y-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.m-auto-x-15 {
    margin: auto 60px !important
}

.m-auto-y-15 {
    margin: 60px auto !important
}

.m-top-15 {
    margin-top: 60px !important
}

.m-right-15 {
    margin-right: 60px !important
}

.m-bottom-15 {
    margin-bottom: 60px !important
}

.m-left-15 {
    margin-left: 60px !important
}

.p-all-0 {
    padding: 0 !important
}

.p-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.p-y-0 {
    padding-bottom: 0 !important
}

.p-top-0,
.p-y-0 {
    padding-top: 0 !important
}

.p-right-0 {
    padding-right: 0 !important
}

.p-bottom-0 {
    padding-bottom: 0 !important
}

.p-left-0 {
    padding-left: 0 !important
}

.p-all-1 {
    padding: 4px !important
}

.p-x-1 {
    padding-left: 4px !important;
    padding-right: 4px !important
}

.p-y-1 {
    padding-bottom: 4px !important
}

.p-top-1,
.p-y-1 {
    padding-top: 4px !important
}

.p-right-1 {
    padding-right: 4px !important
}

.p-bottom-1 {
    padding-bottom: 4px !important
}

.p-left-1 {
    padding-left: 4px !important
}

.p-all-2 {
    padding: 8px !important
}

.p-x-2 {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.p-y-2 {
    padding-bottom: 8px !important
}

.p-top-2,
.p-y-2 {
    padding-top: 8px !important
}

.p-right-2 {
    padding-right: 8px !important
}

.p-bottom-2 {
    padding-bottom: 8px !important
}

.p-left-2 {
    padding-left: 8px !important
}

.p-all-3 {
    padding: 12px !important
}

.p-x-3 {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.p-y-3 {
    padding-bottom: 12px !important
}

.p-top-3,
.p-y-3 {
    padding-top: 12px !important
}

.p-right-3 {
    padding-right: 12px !important
}

.p-bottom-3 {
    padding-bottom: 12px !important
}

.p-left-3 {
    padding-left: 12px !important
}

.p-all-4 {
    padding: 16px !important
}

.p-x-4 {
    padding-left: 16px !important;
    padding-right: 16px !important
}

.p-y-4 {
    padding-bottom: 16px !important
}

.p-top-4,
.p-y-4 {
    padding-top: 16px !important
}

.p-right-4 {
    padding-right: 16px !important
}

.p-bottom-4 {
    padding-bottom: 16px !important
}

.p-left-4 {
    padding-left: 16px !important
}

.p-all-5 {
    padding: 20px !important
}

.p-x-5 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.p-y-5 {
    padding-bottom: 20px !important
}

.p-top-5,
.p-y-5 {
    padding-top: 20px !important
}

.p-right-5 {
    padding-right: 20px !important
}

.p-bottom-5 {
    padding-bottom: 20px !important
}

.p-left-5 {
    padding-left: 20px !important
}

.p-all-6 {
    padding: 24px !important
}

.p-x-6 {
    padding-left: 24px !important;
    padding-right: 24px !important
}

.p-y-6 {
    padding-bottom: 24px !important
}

.p-top-6,
.p-y-6 {
    padding-top: 24px !important
}

.p-right-6 {
    padding-right: 24px !important
}

.p-bottom-6 {
    padding-bottom: 24px !important
}

.p-left-6 {
    padding-left: 24px !important
}

.p-all-7 {
    padding: 28px !important
}

.p-x-7 {
    padding-left: 28px !important;
    padding-right: 28px !important
}

.p-y-7 {
    padding-bottom: 28px !important
}

.p-top-7,
.p-y-7 {
    padding-top: 28px !important
}

.p-right-7 {
    padding-right: 28px !important
}

.p-bottom-7 {
    padding-bottom: 28px !important
}

.p-left-7 {
    padding-left: 28px !important
}

.p-all-8 {
    padding: 32px !important
}

.p-x-8 {
    padding-left: 32px !important;
    padding-right: 32px !important
}

.p-y-8 {
    padding-bottom: 32px !important
}

.p-top-8,
.p-y-8 {
    padding-top: 32px !important
}

.p-right-8 {
    padding-right: 32px !important
}

.p-bottom-8 {
    padding-bottom: 32px !important
}

.p-left-8 {
    padding-left: 32px !important
}

.p-all-9 {
    padding: 36px !important
}

.p-x-9 {
    padding-left: 36px !important;
    padding-right: 36px !important
}

.p-y-9 {
    padding-bottom: 36px !important
}

.p-top-9,
.p-y-9 {
    padding-top: 36px !important
}

.p-right-9 {
    padding-right: 36px !important
}

.p-bottom-9 {
    padding-bottom: 36px !important
}

.p-left-9 {
    padding-left: 36px !important
}

.p-all-10 {
    padding: 40px !important
}

.p-x-10 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.p-y-10 {
    padding-bottom: 40px !important
}

.p-top-10,
.p-y-10 {
    padding-top: 40px !important
}

.p-right-10 {
    padding-right: 40px !important
}

.p-bottom-10 {
    padding-bottom: 40px !important
}

.p-left-10 {
    padding-left: 40px !important
}

.p-all-11 {
    padding: 44px !important
}

.p-x-11 {
    padding-left: 44px !important;
    padding-right: 44px !important
}

.p-y-11 {
    padding-bottom: 44px !important
}

.p-top-11,
.p-y-11 {
    padding-top: 44px !important
}

.p-right-11 {
    padding-right: 44px !important
}

.p-bottom-11 {
    padding-bottom: 44px !important
}

.p-left-11 {
    padding-left: 44px !important
}

.p-all-12 {
    padding: 48px !important
}

.p-x-12 {
    padding-left: 48px !important;
    padding-right: 48px !important
}

.p-y-12 {
    padding-bottom: 48px !important
}

.p-top-12,
.p-y-12 {
    padding-top: 48px !important
}

.p-right-12 {
    padding-right: 48px !important
}

.p-bottom-12 {
    padding-bottom: 48px !important
}

.p-left-12 {
    padding-left: 48px !important
}

.p-all-13 {
    padding: 52px !important
}

.p-x-13 {
    padding-left: 52px !important;
    padding-right: 52px !important
}

.p-y-13 {
    padding-bottom: 52px !important
}

.p-top-13,
.p-y-13 {
    padding-top: 52px !important
}

.p-right-13 {
    padding-right: 52px !important
}

.p-bottom-13 {
    padding-bottom: 52px !important
}

.p-left-13 {
    padding-left: 52px !important
}

.p-all-14 {
    padding: 56px !important
}

.p-x-14 {
    padding-left: 56px !important;
    padding-right: 56px !important
}

.p-y-14 {
    padding-bottom: 56px !important
}

.p-top-14,
.p-y-14 {
    padding-top: 56px !important
}

.p-right-14 {
    padding-right: 56px !important
}

.p-bottom-14 {
    padding-bottom: 56px !important
}

.p-left-14 {
    padding-left: 56px !important
}

.p-all-15 {
    padding: 60px !important
}

.p-x-15 {
    padding-left: 60px !important;
    padding-right: 60px !important
}

.p-y-15 {
    padding-bottom: 60px !important
}

.p-top-15,
.p-y-15 {
    padding-top: 60px !important
}

.p-right-15 {
    padding-right: 60px !important
}

.p-bottom-15 {
    padding-bottom: 60px !important
}

.p-left-15 {
    padding-left: 60px !important
}

.display-flex {
    display: flex !important
}

.display-inline-flex {
    display: inline-flex !important
}

.display-inline {
    display: inline !important
}

.display-inline-block {
    display: inline-block !important
}

.display-block {
    display: block !important
}

.fade-slide-transition-bottom-appear,
.fade-slide-transition-bottom-appear-active,
.fade-slide-transition-bottom-enter,
.fade-slide-transition-bottom-enter-active,
.fade-slide-transition-bottom-exit,
.fade-slide-transition-bottom-exit-active,
.fade-slide-transition-container,
.fade-slide-transition-top-appear,
.fade-slide-transition-top-appear-active,
.fade-slide-transition-top-enter,
.fade-slide-transition-top-enter-active {
    transition: all .5s cubic-bezier(.25, .8, .25, 1)
}

.fade-slide-transition-bottom-exit {
    position: relative;
    bottom: 0;
    opacity: 1
}

.fade-slide-transition-bottom-appear,
.fade-slide-transition-bottom-enter,
.fade-slide-transition-bottom-exit.fade-slide-transition-bottom-exit-active {
    position: relative;
    bottom: -12px;
    opacity: .01
}

.fade-slide-transition-bottom-appear.fade-slide-transition-bottom-appear-active,
.fade-slide-transition-bottom-appear.fade-slide-transition-bottom-enter-active,
.fade-slide-transition-bottom-enter.fade-slide-transition-bottom-appear-active,
.fade-slide-transition-bottom-enter.fade-slide-transition-bottom-enter-active {
    bottom: 0;
    opacity: 1
}

.fade-slide-transition-top-appear,
.fade-slide-transition-top-enter {
    position: relative;
    top: -12px;
    opacity: .01
}

.fade-slide-transition-top-appear.fade-slide-transition-top-appear-active,
.fade-slide-transition-top-appear.fade-slide-transition-top-enter-active,
.fade-slide-transition-top-enter.fade-slide-transition-top-appear-active,
.fade-slide-transition-top-enter.fade-slide-transition-top-enter-active {
    top: 0;
    opacity: 1
}



.v2-hero_banner-bootcamp button#get-started-btn {
    display: none;
}

#hn section.v2-healthtech-compares_section .table table td i {
    font-style: normal;
    font-size: 22px;
}

#hn section.v2-healthtech-compares_section .table table td i.fa-times-circle-o {
    color: #CD2026;
}

#hn section.v2-healthtech-compares_section .table table td i.fa-check-circle-o {
    color: #AFADAD;
}

#hn .post-view .post-description .post-text-hld ul {
    list-style: circle;
    list-style-position: inside;
}

#hn section.v2-healthtech-compares_section .table table td {
    text-align: center;
}

#hn section.v2-healthtech-compares_section .table table td:nth-of-type(1) {
    text-align: left;
}

#hn section.v2-healthtech-compares_section .table table thead tr th {
    text-align: center;
}

#hn .blog-post-view .post-description .post-text-hld ul {
    font-size: 1.4rem;
    line-height: 1.7;
}

@media (max-width: 767.98px) {
    html#hn #hubspot-messages-iframe-container {
        position: fixed !important;
        top: 45% !important;
    }

    div#hubspot-messages-iframe-container .hs-shadow-container.active~iframe#hubspot-conversations-iframe {
        top: -45% !important;
    }

    #hn .page-footer .call-chat-sticky-cta {
        z-index: 1 !important;
    }

    #hn .banner--home {
        min-height: 470px;
        background-position: top center;

    }

    div#partner-section {
        /* background: red; */
        height: 250px;
    }
}

.item-info .control.qty input {
    pointer-events: none;
    background: #CCC;
}

.shortdescription_block p {
    font-size: 14px !important;
}


li.nav-item.level0.nav-3.level-top.nav-item--parent.classic.nav-item--only-subcategories.parent:hover>ul {
    display: block;
    position: absolute;
    top: 46px;
}

#hn .call-out--card .cols img {
    max-width: 80px;
}

section.v2-hero_banner.v2-hero_banner-bootcamp.subSections {
    padding-bottom: 0;
    padding-top: 10rem;
}

.four-blocks-top .grid12-12 .grid12-3 {
    position: relative;
    top: 5rem;
}

.four-blocks-top .grid12-12 .grid12-3 .call-out--card {
    background: #fff;
}

#hn section.v2-hero_banner .hero_banner__mainHeading {
    font-size: 3.8rem;
    color: #fff;
}

#hn section.v2-hero_banner .hero_banner__text,
section.v2-hero_banner.v2-hero_banner-bootcamp.subSections h4 {
    color: #fff;
}

section.v2-hero_banner.v2-hero_banner-bootcamp.subSections .call-out--card h4 {
    color: #000;
}

.container.four-blocks-top {
    margin-top: 5rem;
}

#hn .call-out--card {
    min-height: 120px;
}

section.bootcamp-completion.gr-bg.subSections.heading-and-form {
    padding: 16rem 0 0 0 !important;
}

section.bootcamp-completion.gr-bg.subSections .grid12-12.services-icons {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

section.bootcamp-completion.gr-bg.subSections .grid12-12.services-icons img {
    width: 33.33%;
    margin-bottom: 4rem;
}

section.bootcamp-completion.gr-bg.subSections {
    padding-top: 2rem;
}

#hn ul.check-blue li:before {
    content: url('/public/pub/media/wysiwyg/revamp-2023/Vector.png');
}

#hn ul.check-white li,
#hn ul.check-blue li {
    gap: 15px;
}

section.v2-right-path_section .right-path-card-wrapper .right-path-card>div {
    padding: 0rem;
}

.custom-flex.blue-head-about-prog {
    padding: 1rem 1rem;
    background: #35d8d2;
    color: #fff;
    border-radius: 7px 7px 0px 0px;
}

#hn .custom-flex.blue-head-about-prog h4 {
    color: #fff;
}

section.about-patient-care ul,
section.v2-right-path_section ul {
    padding: 2rem 2rem 0rem 2rem;
    padding-left: 0;
}

.prog-n-start-fee {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5rem;
    background: #35d8d2;
    overflow: hidden;
    border-radius: 0rem 0rem 4rem 4rem;
    margin-top: 5rem;
}

.prog-n-start-fee .prog-fee-box {
    width: 45%;
    text-align: center;
    background: #fff;
    height: 50% !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 5%;
    z-index: 1;
}

.prog-n-start-fee .prog-fee-box span {
    text-transform: uppercase;
    min-height: 45px;
    font-weight: 500;
}

.prog-n-start-fee .prog-fee-box h1 {
    border-bottom: 2px solid #ccc;
    margin: 0 3rem;
    display: inline-block;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    font-weight: 600;
}

.prog-fee-box.bg-green {
    background: #1ea6cd;
    color: #fff;
}

.prog-n-start-fee:after {
  content: '' !important;
  height: 188px !important;
  width: 104% !important;
  display: block !important;
  position: absolute !important;
  bottom: -24px !important;
  background-color: #333 !important;
  background: url(https://qa.healthtechacademy.org/pub/media/wysiwyg/revamp-2023/Rectangle_34624604.png) !important;
  background-size: 100% 100% !important;
  background-color: #35d8d2 !important;
  z-index: 0 !important;
}

.prog-n-start-fee {
    position: relative;
}

.prog-fee-n-pay-btns {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-top: 2rem;
}

.prog-fee-n-pay-btns button.btn.btn-orange {
    margin-bottom: 1rem;
}

.prog-fee-n-pay-btns p {
    margin-top: 1rem;
}

.prog-fee-n-pay-btns span {
    position: relative;
    left: -13px;
    margin: 2rem;
}

.prog-fee-n-pay-btns span:after {
    content: '';
    background-image: url('public/pub/media/wysiwyg/revamp-2023/Verified_Account.png');
    height: 50px;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: -10px;
    background-size: 33px;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.prog-fee-n-pay-btns button.btn.btn-orange {
    margin: 2rem 0;
}

section.about-patient-care.subSections .course-curriculum h3 {
    margin-top: 4rem;
}

section.career-possibilitie.gr-bg.subSections {
    clear: both;
}

section.v2-right-path_section.subSections.custom-bg.student-support {
    display: block;
    background-color: #e3e3e3;
    background-image: url('../../pub/media/wysiwyg/revamp-2023/Group_191.png');
}

section.v2-right-path_section.subSections.custom-bg.student-support>.container {
    display: flex;
    flex-direction: column;
}

.item-resources {
    background: #fff;
    padding: 5rem 3rem;
    text-align: center;
}

#hn .item-resources h3 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 500;
}

.item-resources {
    background: #fff;
    padding: 5rem 3rem;
    text-align: center;
    margin-top: 4rem;
    border-radius: 2rem;
}

#hn .item-resources h3 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 500;
}

.item-resources>span {
    position: absolute;
    top: 20px;
    left: 55px;
    /* padding: 1rem; */
    background: #1ea6cd;
    color: #fff;
    border-radius: 50%;
    height: 3.5rem;
    width: 3.5rem;
    line-height: 3.5rem;
    border: 3px solid #cd2026;
    z-index: 99999999999;
    /* border-radius: 2rem; */
}

section.v2-right-path_section.subSections.custom-bg.student-support i.fa.fa-chevron-right,
section.v2-right-path_section.subSections.custom-bg.student-support i.fa.fa-chevron-left {
    font-size: 2rem;
    position: absolute;
    top: 49%;
    padding: .8rem .8rem;
    background: #cd2026;
    border-radius: 0;
    color: #fff;
}

section.v2-right-path_section.subSections.custom-bg.student-support .owl-item li {
    margin: 0rem 4rem;
}

section.v2-right-path_section.subSections.custom-bg.student-support .grid12-12>h3 {
    color: #fff;
}

div#instructor .item-resources {
    text-align: left;
    padding: 0rem 3rem 5rem 3rem;
}

div#instructor i.fa.fa-chevron-left,
div#instructor i.fa.fa-chevron-right {
    font-size: 2rem;
    position: absolute;
    top: 49%;
    padding: 0.8rem 0.8rem;
    background: #cd2026;
    border-radius: 0;
    color: #fff;
}

div#instructor .owl-item li {
    margin-right: 5rem !important;
}

div#instructor .owl-item li .item-resources {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 5rem;
}

div#instructor .owl-item li .item-resources .pic-n-links {
    min-width: 20%;
    padding-right: 1rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#instructor .owl-item li .item-resources .pic-n-links h4 {
    padding: 1rem;
    border-bottom: 2px solid #b1b1b1;
    padding-top: 0;
}

section.why-choose.subSections .feature {
  box-shadow: 0 2px 13px 0 #9d9d9d !important;
  margin: 2rem !important;
  height: 100% !important;
  padding: 0rem !important;
  padding-top: 3rem !important;
  border-radius: 1rem !important;
  width: 100% !important;
}

.custom-flex-student-support {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    clear: both;
    margin-bottom:0px !important;
}

section.v2-right-path_section.subSections.hear-student-block .custom-flex.align-items-unset {
    padding: 3rem 0;
}

section.v2-right-path_section.subSections.hear-student-block .custom-flex.align-items-unset .grid12-4 {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 141px;
    margin: 0;
    padding: 0;
}

section.v2-right-path_section.subSections.hear-student-block .custom-flex.align-items-unset .grid12-4 span {
    display: inline-flex;
    align-items: center;
    margin-top: 1rem;
}

section.v2-right-path_section.subSections.hear-student-block .custom-flex.align-items-unset .grid12-4 span img {
    margin-left: 1rem;
}

.review-std {
    box-shadow: 0 0 18px 0px #bdbdbd75;
    border: 1px solid #dededeba;
    margin-right: 0;
    border-radius: 1rem;
    min-height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0rem 4rem;
    margin-right: 4rem;
    margin-left: 4rem;
}

div#hear-student i.fa.fa-chevron-left,
div#hear-student i.fa.fa-chevron-right {
    font-size: 2rem;
    position: absolute;
    top: 49%;
    padding: 0.8rem 0.8rem;
    background: #cd2026;
    border-radius: 0;
    color: #fff;
}

.review-std:before {
    content: '\f10d';
    font-weight: 400;
    font-family: 'FontAwesome';
    position: absolute;
    top: 2rem;
    color: #cd2026;
    font-size: 2rem;
}

.review-std:after {
    content: '\f10e';
    font-weight: 400;
    font-family: 'FontAwesome';
    position: absolute;
    bottom: 9rem;
    color: #cd2026;
    font-size: 2rem;
    right: 17rem;
}

.custom-flex-student-support .review-std h4 {
    margin-bottom: 5px;
    font-weight: 600;
    color: #000 !important;
    position: absolute;
    bottom: 6rem;
}

.custom-flex-student-support .review-std {
    margin-bottom: 4rem;
}

#hn section.v2-faqs_section #accordion .accordion-card-title div {
    background: #35d8d2;
    color: #fff;
    border-radius: 15px 15px 0px 0px;
}

#hn section.v2-healthtech-compares_section {
    background-color: #fff;
}

section.v2-right-path_section.subSections.train-prog-3-blocks .grid12-4.right-path-card ul {
    margin-left: 3rem;
}

.custom-bg.student-support div#owlslider .item-resources {
    min-height: 185px;
}

.prog-fee-n-pay-btns a.btn.btn-orange {
    margin: 1rem;
}

.pic-n-links img {
    border-radius: 50%;
}

.pic-n-links>img:first-child {
    border-radius: 57%;
    border: 5px solid #4aaead;
    padding: 0.5rem;
}

@media screen and (max-width: 600px) {
    .prog-n-start-fee .prog-fee-box {
        height: auto;
        width: 80%;
    }

    .prog-n-start-fee {
        flex-direction: column;
    }

    .prog-n-start-fee .prog-fee-box {
        height: auto;
        width: 80%;
    }

    .prog-n-start-fee {
        flex-direction: column;
    }

    section.bootcamp-completion.gr-bg.subSections .grid12-12.services-icons img {
        width: 49.33%;
        margin-bottom: 4rem;
    }

    .review-std {
        min-height: 370px;
    }
}

@media (max-width: 991.98px) {
    #hn .career-possibilitie .custom-flex.mt-5 {
        margin-top: 0
    }

    #hn .career-possibilitie .custom-flex.align-items-unset .grid12-8.text-center .custom-flex .grid12-6 {
        max-width: 48% !important;
    }
}

@media (max-width: 767.98px) {
    #hn .career-possibilitie .custom-flex.align-items-unset .grid12-8.text-center .custom-flex .grid12-6 {
        max-width: 100% !important;
    }
}

#hn .career-possibilitie-click {
    display: inline-block !important;
    background-color: transparent !important;
    width: 280px !important;
    height: 320px !important;
    perspective: 1000px !important;
    margin-bottom: 0 !important;
}

@media (max-width: 1439.98px) {
    #hn .career-possibilitie-click {
        width: 230px !important
    }
}

@media (max-width: 1199.98px) {
    #hn .career-possibilitie-click {
        width: 190px !important;
        height: 350px !important
    }
}

@media (max-width: 991.98px) {
    #hn .career-possibilitie-click {
        width: 320px !important;
    }
}

#hn .career-possibilitie-click:focus .career-possibilitie-inner,
#hn .career-possibilitie-click:active .career-possibilitie-inner,
#hn .career-possibilitie-click.flipped .career-possibilitie-inner {
    transform: rotateY(180deg) !important;
}

#hn .career-possibilitie-inner {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    transition: transform .8s !important;
    transform-style: preserve-3d !important;
}

#hn .career-possibilitie-front,
#hn .career-possibilitie-back {
    position: absolute !important;
    width: 270px !important;
    height: 320px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    backface-visibility: hidden !important;
    z-index: 2 !important;
    overflow-y: auto !important;
    font-size: 12px !important;
    color: var(--white-color) !important;
}

@media (max-width: 1439.98px) {

    #hn .career-possibilitie-front,
    #hn .career-possibilitie-back {
        width: 230px !important;
    }
}

@media (max-width: 1199.98px) {

    #hn .career-possibilitie-front,
    #hn .career-possibilitie-back {
        width: 190px !important;
        height: 350px !important
    }
}

@media (max-width: 991.98px) {

    #hn .career-possibilitie-front,
    #hn .career-possibilitie-back {
        width: 320px !important;
    }
}

#hn .career-possibilitie-front p,
#hn .career-possibilitie-back p {
    color: var(--white-color) !important;
}

#hn .career-possibilitie-front {
    background-color: var(--primary-blue) !important
}

#hn .career-possibilitie-front img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: calc(100% - 10px) !important;
    height: calc(100% - 10px) !important;
    z-index: -2 !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    -o-object-position: center !important;
    object-position: center !important;
    margin: auto !important
}

#hn .career-possibilitie-front h4 {
    padding: 0 10px !important
}

#hn .career-possibilitie-front p {
    cursor: pointer !important
}

#hn .career-possibilitie-back {
    background-color: var(--primary-blue);
    transform: rotateY(180deg) !important;
    text-align: left !important;
    justify-content: space-between !important;
}

#hn .career-possibilitie-back div {
    padding: 10px !important
}

#hn .career-possibilitie-back h4 {
    margin: 0 0 20px !important
}

#hn .career-possibilitie--assessment {
    background-color: var(--primary-blue);
    height: 100% !important;
    text-align: center !important;
    padding: 0 2rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    color: var(--white-color) !important
}

@media (max-width: 767.98px) {
    #hn .career-possibilitie--assessment {
        height: auto !important;
        padding: 3rem 2rem !important
    }
}

#hn .career-possibilitie--assessment h4 {
    margin-top: 0 !important
}

#hn .career-possibilitie--assessment .btn-white {
    background-color: var(--white-color) !important;
    border-color: var(--white-color) !important;
    color: var(--primary-blue) !important;
    margin-bottom: 1.5rem !important;
}

#hn .career-possibilitie--assessment .btn-white:hover {
    background-color: var(--primary-blue) !important;
    color: var(--white-color) !important;
}

.gr-bg {
    background-color: var(--light-grey);
}

.bootcamp-completion p {
    margin-bottom: 3rem;
}

/** Sticky Form CSS */
.leadFormHolder {
    position: relative;
}

.leadFormHolder .block-static-block.widget {
    display: flex;
    justify-content: flex-end;
}

.requestInfoLeadFormV2 {
    background-color: var(--white-color);
    border: 2px solid #d5d5d5;
    -webkit-box-shadow: 0 2px 4px 0 #ccc;
    box-shadow: 0 2px 4px 0 #ccc;
    padding: 20px;
    margin: 0;
    top: 0;
    width: 360px;
    box-sizing: border-box;
    position: absolute;
}

.requestInfoLeadFormV2.fixedForm {
    position: fixed; 
    z-index: 100;
}

.mobileStickyFormCta {
    display: none;
    align-items: center;
    justify-content: center;
    background: var(--primary-green);
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    z-index: 1000;
}

.mobileStickyFormCta:hover,
.mobileStickyFormCta:focus {
    color: var(--white-color);
}

/** Sticky Form CSS END */

section.v2-faqs_section #accordion .accordion-card .accordion-card-title h3 {
    font-size: 1.8rem;
    margin: 0;
}

section.v2-right-path_section .right-path-card-wrapper {
    margin-left: -1%;
    margin-right: -1%;
}

section.v2-right-path_section .right-path-card-wrapper .right-path-card>div {
    height: 100%;
    box-shadow: 0px 0px 20px 0 #ccc;
    padding: 2rem;
    border-radius: 10px;
}

section.v2-right-path_section h4 {
    margin-right: 0;
}

section.v2-right-path_section ul li i {
    color: var(--primary-green);
    font-style: normal;
}

section.about-patient-care ul,
section.v2-right-path_section ul {
    list-style: none;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
}

section.about-patient-care ul li,
section.v2-right-path_section ul li {
    margin-bottom: 1.5rem;
}

section.about-patient-care ul li i {
    color: var(--primary-green);
    font-style: normal;
}

.hn-tooltip {
    display: inline-block;
    position: relative;
    color: var(--primary-green);
    cursor: help;
}

.hn-tooltip:before {
    font-size: 1.2rem;
    content: attr(data-tooltip);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: attr(data-tooltip);
    padding: 6px 10px;
    top: 0;
    right: 0;
    transform: translateX(0%) translateY(-50%);
    background: grey;
    color: white;
    z-index: 2;
    border-radius: 2px;
    transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    max-width: 200px;
}

.hn-tooltip:hover:before {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 15px;
    transform: translateX(0%) translateY(0%);
}

@media (max-width: 1199.98px) {
    .requestInfoLeadFormV2 {
        width: 280px;
    }
}

@media (max-width: 1024px) {
    .bootcamp-completion .grid12-12>.grid12-6 {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .requestInfoLeadFormV2 {
        width: 100%;
        max-width: 500px;
        position: relative;
        margin: 10px auto 0 auto;
        top: 0;
    }

    section.v2-right-path_section .right-path-card-wrapper .right-path-card {
        margin-bottom: 20px;
    }

    section.v2-right-path_section .right-path-card-wrapper .right-path-card .custom-flex .grid12-4 {
        width: 30% !important;
        margin-right: 10px;
    }

    section.v2-right-path_section .right-path-card-wrapper .right-path-card .custom-flex .grid12-8 {
        width: 64.67% !important;
    }
}

@media (max-width: 768px) {
    .timeline {
        padding: 50px 0 50px 50px;
        width: calc(100% - 160px);
        float: right;
    }
}

@media (max-width: 767px) {

    .best-certifications h2,
    section.v2-faqs_section h2,
    section.v2-right-path_section h2 {
        font-size: 3rem;
    }

    .best-certifications h4 {
        font-size: 2rem;
    }

    .bootcamp-completion {
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }

    .bootcamp-completion .grid12-1 {
        display: none;
    }

    .bootcamp-completion h2 {
        font-size: 3rem;
    }

    .bootcamp-completion .grid12-2 {
        width: calc(50% - 30px) !important;
        margin: 15px;
    }
}

#hn body section.bootcamp-completion.gr-bg.subSections.heading-and-form {
    padding: 14px 0 14px 0 !important;
}

section.bootcamp-completion.gr-bg.subSections.heading-and-form.bg-blue {
    background-color: #35d8d2 !important;
    display: block;
    color: #fff;
    margin: 8rem 0 0 0 !important;
    display: table;
    width: 100%;
    padding: 1.2rem !important;
    text-align: center;
}

.services-icons {
    text-align: center;
}

.services-icons img {
    width: 160px;
}

.services-icons p {
    height: 50px;
}
.prog-n-start-fee~h3 {
    text-align: center;
    font-weight: 500;
    font-size: 1.6rem;
    margin: 4rem 0 2rem 0;
}

div#owlslider ul li {
    position: relative;
}

.custom-flex-student-support div#owlslider ul {
    display: flex;
    align-items: center;
    align-content: space-around;
    flex-wrap: nowrap;
    gap: 40px;
}

.custom-flex-student-support div#owlslider ul li {
    width: 50%;
}

.item-resources>span {
    z-index: 99 !important;

}
section.v2-right-path_section.subSections.hear-student-block .custom-flex.align-items-unset {
    padding: 3rem 0 0 !important;
}

.trustpilot-widget .button {
    background: transparent;
    border: none;
}
.pricingOptions {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

span.optionTitle {
    font-size: 26px;
    font-weight: 500;
    /* text-decoration: underline; */
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
}

span.optionTitle {
    font-size: 26px;
    font-weight: 500;
    /* text-decoration: underline; */
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative
}

span.optionTitle:after {
    content: '';
    background: #1f5392;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.optionLogos a {
    display: inline-block;
}

.optionLogos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 20px;

}

.optionLogos img {
    width: 120px;
}

.optionData {
    margin-top: 20px;
}

.btn-green{
  color:white !important;
}

.btn-orange{
  color:white !important;
}
.btn{
  color:white !important;
}
.hs-cta-node > a{
  color:white !important;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Light.woff2') format('woff2'),url('../fonts/Roboto/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'),url('../fonts/Roboto/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2'),url('../fonts/Roboto/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'ThemeIcons';
  src: url('../fonts/themeicons/ThemeIcons.eot?387osh');
  src: url('../fonts/themeicons/ThemeIcons.eot?#iefix387osh') format('embedded-opentype'),url('../fonts/themeicons/ThemeIcons.woff?387osh') format('woff'),url('../fonts/themeicons/ThemeIcons.ttf?387osh') format('truetype'),url('../fonts/themeicons/ThemeIcons.svg?387osh#ThemeIcons') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

.subSections {
  padding: 5rem 0
}

@media all and (min-width: 768px),print {
  .abs-add-box-sizing-desktop,.column.main,.sidebar-main,.sidebar-additional,.vertnav-trigger,.navi.nav-vert-triggerable {
      box-sizing:border-box
  }

  h1 {
      font-size: 40px;
      margin-bottom: 40px
  }

  .page-main {
      width: 100%;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-basis: auto;
      flex-basis: auto
  }

  .columns {
      display: block
  }

  .column.main {
      min-height: 300px
  }

  html {
      background: 0 0;
      background-color: transparent
  }

  html,body {
      height: 100%
  }

  .page-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: 100%
  }
}

@media only screen and (min-width: 992px) {
  .header-container .hp-blocks-holder {
      display:table;
      width: 100%
  }

  .header-container .hp-blocks-holder .hp-block {
      float: none;
      display: table-cell;
      vertical-align: middle
  }

  .header-container .hp-blocks-holder .hp-block:before,.header-container .hp-blocks-holder .hp-block:after {
      content: '';
      display: table
  }

  .header-container .hp-blocks-holder .hp-block:after {
      clear: both
  }

  .header-container .left-column {
      text-align: left
  }

  .header-container .central-column {
      text-align: center
  }

  .header-container .right-column {
      text-align: right
  }

  .header-container .header-primary .central-column {
      padding-left: 10px;
      padding-right: 10px
  }

  .header-container .right-column .search-wrapper {
      float: right
  }

  .header-container .search-wrapper {
      width: 100%
  }

  .header-container .logo-wrapper .logo img {
      width: 100%
  }

  .header-container .nav-container.simple .nav {
      width: 100%
  }

  .header-container .nav-container.simple .inner-container {
      padding-left: 0;
      padding-right: 0
  }

  display:none;}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

[class*=fa-]:before {
  font-weight: 400;
  font-family: 'FontAwesome'
}

body {
  margin: 0;
  padding: 0
}

article,aside,details,figcaption,figure,main,footer,header,nav,section,summary {
  display: block
}

nav ul,nav ol {
  list-style: none none
}

img {
  border: 0
}

img,object,video,embed {
  max-height: 100%;
  max-width: 100%
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%
}

body {
  color: #333;
  font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

b,strong {
  font-weight: 700
}

em,i {
  font-style: italic
}

small,.small {
  font-size: 12px
}

h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 2rem
}

h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem
}

h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem
}

h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem
}

a,.alink {
  color: #aaa;
  text-decoration: none
}

a:hover,.alink:hover {
  color: #5bd2ec
}

ul,ol {
  margin-top: 0;
  margin-bottom: 2.5rem
}

ul>li,ol>li {
  margin-top: 0;
  margin-bottom: 1rem
}

ul ul,ol ul,ul ol,ol ol {
  margin-bottom: 0
}

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: 8px 10px
}

button,.cart.table-wrapper .actions-toolbar>.action,.action-gift {
  background-image: none;
  background: #eee;
  border: none;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 8px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle
}

button:hover,.cart.table-wrapper .actions-toolbar>.action:hover,.action-gift:hover {
  background: #333;
  color: #fff
}

button.disabled,button[disabled],fieldset[disabled] button,.cart.table-wrapper .actions-toolbar>.action.disabled,.cart.table-wrapper .actions-toolbar>.action[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action,.action-gift.disabled,.action-gift[disabled],fieldset[disabled] .action-gift {
  opacity: .5;
  cursor: default;
  pointer-events: none
}

input[type=text],input[type=password],input[type=url],input[type=tel],input[type=search],input[type=number],input[type=datetime],input[type=email] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box
}

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=datetime]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder {
  color: #c2c2c2
}

select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box
}

input[type=button],input[type=reset],input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button
}

form {
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

*:focus {
  box-shadow: none;
  outline: 0
}

.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,.widget_upcoming ul li:before,.widget_upcoming ul li:after,.payment-method-braintree .hosted-date-wrap:before,.payment-method-braintree .hosted-date-wrap: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,.checkout-onepage-success:before,.checkout-onepage-success:after,.opc-estimated-wrapper:before,.opc-estimated-wrapper:after,.opc-wrapper .field.addresses:before,.opc-wrapper .field.addresses:after,.opc-block-summary .items-in-cart .product .item-options:before,.opc-block-summary .items-in-cart .product .item-options:after,.fieldset .fullname .field:before,.fieldset .fullname .field:after,.page-product-downloadable .product-add-form:before,.page-product-downloadable .product-add-form:after,.gift-options:before,.gift-options: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:before,.opc-wrapper .data.table .gift-wrapping:after,.table-order-items .gift-wrapping:before,.table-order-items .gift-wrapping:after,.table-order-review .gift-wrapping:before,.table-order-review .gift-wrapping:after,.order-options .product:before,.order-options .product: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,.toolbar:before,.toolbar:after,.toolbar-products:before,.toolbar-products:after,.sidebar .product-items-images:before,.sidebar .product-items-images:after,.inner-container:before,.inner-container:after,.clearfix:before,.clearfix:after,.clearer:before,.clearer:after,.section-line:before,.section-line:after,.section-title:before,.section-title:after,.block-related-thumbnails .product:before,.block-related-thumbnails .product:after,.products-grid:before,.products-grid:after,.products-list li.item:before,.products-list li.item:after,.product-view .box-description:before,.product-view .box-description:after,.products-list .product-item-actions:before,.products-list .product-item-actions:after,.user-menu:before,.user-menu:after,.top-links ul:before,.top-links ul:after,.footer-container .footer-primary-top>.inner:before,.footer-container .footer-primary-top>.inner:after,.footer-container .footer-primary-bottom>.inner:before,.footer-container .footer-primary-bottom>.inner: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,.widget_upcoming ul li:after,.payment-method-braintree .hosted-date-wrap:after,.cart.table-wrapper .actions-toolbar:after,.cart.table-wrapper .item-options:after,.minicart-items .product-item>.product:after,.checkout-container:after,.checkout-onepage-success:after,.opc-estimated-wrapper:after,.opc-wrapper .field.addresses:after,.opc-block-summary .items-in-cart .product .item-options:after,.fieldset .fullname .field:after,.page-product-downloadable .product-add-form:after,.gift-options: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:after,.table-order-items .gift-wrapping:after,.table-order-review .gift-wrapping:after,.order-options .product:after,.map-popup .map-info-price:after,.multicheckout .item-options:after,.multicheckout .block:after,.multicheckout .block-content:after,.customer-review .product-details:after,.toolbar:after,.toolbar-products:after,.sidebar .product-items-images:after,.inner-container:after,.clearfix:after,.clearer:after,.section-line:after,.section-title:after,.block-related-thumbnails .product:after,.products-grid:after,.products-list li.item:after,.product-view .box-description:after,.products-list .product-item-actions:after,.user-menu:after,.top-links ul:after,.footer-container .footer-primary-top>.inner:after,.footer-container .footer-primary-bottom>.inner: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,.bundle-options-container .block-bundle-summary,.cart-summary,.opc-wrapper .shipping-address-item,.shipping-policy-block.field-tooltip .field-tooltip-content,.opc-block-summary,.search-autocomplete,.product-item,.sidebar .product-items-images .product-item,.sidebar .block-addbysku .fieldset .fields .field.sku,.block-event .slider-panel .slider .item .action.show,.field.date .control,.field .control._with-tooltip {
  box-sizing: border-box
}

.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%;
  padding-bottom: 40px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1
}

.table:not(.cart):not(.totals) {
  border: none
}

button,a.action.primary,.cart.table-wrapper .actions-toolbar>.action,.action-gift {
  border-radius: 0
}

.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 .modal-inner-wrap,.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0,0,0,.35);
  opacity: 1;
  pointer-events: auto
}

.modal-slide {
  left: 44px;
  z-index: 900
}

.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  width: 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 .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 .2s ease;
  transition: transform .2s ease
}

.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-custom .action-close,.modal-popup .action-close,.modal-slide .action-close {
  background-image: none;
  background: 0 0;
  -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>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: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center
}

.modal-popup {
  pointer-events: none
}

.modal-popup .action-close {
  padding: 10px
}

.modal-slide .action-close {
  padding: 1.1rem 2rem
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden
}

.nav-item--stickylogo {
  display: none
}

li.level0>a>span {
  position: relative
}

.navi,.menu-trigger,.nav-regular .nav-item.level0>a {
  -webkit-tap-highlight-color: transparent
}

.navi-wrapper {
  position: relative
}

.navi {
  position: relative;
  -webkit-transform: translateZ(0)
}

.navi>ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.navi>ul:before,.navi>ul:after {
  display: table;
  content: " "
}

.navi>ul:after {
  clear: both
}

.navi .nav-item {
  margin: 0
}

.header-container .navi {
  z-index: 3
}

.nav-border-bottom {
  clear: both
}

.menu-trigger,.nav-regular .nav-item.level0>a {
  line-height: 50px
}

.nav-regular .opener {
  display: none
}

.nav-holders-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 4;
  position: relative
}

.nav-holders-wrapper .nav-holder {
  margin: 0;
  float: right
}

.menu-trigger,.nav-holder .dropdown-block .dropdown-heading {
  font-size: 14px
}

.mobnav-trigger {
  display: none
}

.nav-holders-wrapper+.mobnav-trigger {
  float: left
}

.nav-mobile .nav-panel--dropdown {
  width: 100% !important;
  left: 0 !important;
  top: 0 !important
}

.nav-mobile .nav-item--only-subcategories>.nav-panel--dropdown {
  background-color: transparent !important
}

.nav-mobile .caret {
  display: none !important
}

.nav-mobile .nav-item--stickylogo {
  display: none !important
}

.nav-mobile .nav-holder {
  display: none !important
}

.nav-regular .nav-item {
  text-align: left
}

.nav-regular .nav-item>a {
  display: block;
  text-decoration: none;
  font-size: 14px
}

.nav-regular li.level0 {
  float: left
}

.nav-regular li.level0>a {
  padding: 0 12px
}

.nav-regular li.level0>a>span {
  display: inline-block;
  white-space: nowrap
}

.nav-regular li.level0:hover>a {
  z-index: 1;
  position: relative
}

.nav-regular li.level0>a .caret {
  opacity: .3
}

.nav-regular li.level0:hover>a .caret {
  opacity: 1
}

.nav-regular .nav-panel--dropdown {
  display: none;
  position: absolute;
  top: 0;
  background-color: #fff
}

.nav-regular .classic>.nav-panel--dropdown>li>a {
  line-height: 36px;
  padding-left: 10px
}

.nav-regular .classic>.nav-panel--dropdown {
  margin: 0;
  padding: 10px;
  width: 16em;
  min-width: 12em
}

.nav-regular .nav-panel li.classic {
  position: relative
}

.nav-regular .nav-panel li.classic:hover>a {
  z-index: 1;
  position: relative
}

.nav-acco {
  list-style-type: none
}

.nav-acco li.nav-item {
  list-style-type: none;
  display: block;
  float: left;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative
}

.nav-acco ul.nav-panel {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0
}

.nav-acco li.parent>a {
  padding-right: 54px
}

.nav-acco .nav-item>a {
  line-height: 50px;
  display: block;
  padding: 0 10px;
  font-size: 16px
}

.nav-acco li.level0>a {
  font-size: 18px;
  text-transform: uppercase
}

.nav-acco li.level1>a {
  padding-left: 30px;
  font-size: 16px;
  text-transform: uppercase
}

.nav-acco .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px
}

.nav-acco .opener:hover {
  background-color: rgba(0,0,0,.05)
}

.block-search {
  margin-bottom: 0;
  position: relative;
  z-index: 5
}

.block-search .block-title {
  display: none
}

.block-search .block-content {
  margin-bottom: 0
}

.block-search .block.block-content {
  padding: 0
}

.block-search .input-text {
  height: 36px;
  line-height: 36px;
  padding-right: 36px;
  overflow: hidden;
  text-overflow: ellipsis
}

.block-search .action.search {
  display: inline-block;
  background-image: none;
  background: 0 0;
  -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
}

.block-search .action.search>span {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 34px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center
}

.block-search .action.search.disabled,.block-search .action.search[disabled],fieldset[disabled] .block-search .action.search {
  pointer-events: none;
  opacity: .5
}

.block-search .action.search {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  z-index: 1;
  padding: 0;
  margin: 1px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center
}

.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden
}

body {
  background-color: #fff
}

.page-footer {
  margin-top: auto
}

.widget {
  clear: both
}

@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide {
      left:44px;
      z-index: 900
  }

  .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 .3s ease-in-out;
      transition: transform .3s ease-in-out;
      width: auto
  }

  .modal-popup.modal-slide .modal-inner-wrap {
      margin: 0;
      max-height: none
  }

  .modal-popup {
      pointer-events: auto
  }

  .modal-popup.modal-slide .modal-inner-wrap[class] {
      background-color: #f4f4f4
  }

  .footer-container .footer-top>*,.footer-container .footer-top .links,.footer-container .footer-primary-top>*,.footer-container .footer-primary-bottom>*,.footer-container .footer-bottom>* {
      text-align: center
  }

  .footer-container .footer-copyright {
      margin-left: 0;
      margin-right: 0
  }
}

.header-container .skip-link .label {
  display: none !important
}

.header-container .skip-link .icon {
  margin-right: 0
}

* {
  margin: 0;
  padding: 0
}

ul,ol {
  list-style: none
}

body,.page-wrapper,.header-container,.header-container2,.header-container3,.main-container,.footer-container,.footer-container2,.footer-container3 {
  background-color: transparent;
  background-repeat: repeat;
  background-position: center top;
  background-attachment: scroll
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0
}

.inner-container {
  padding-left: 15px;
  padding-right: 15px;
  *zoom:1;clear: both
}

.links {
  margin: 0
}

.links>li {
  float: left;
  margin-bottom: 0
}

.links>li>* {
  display: block;
  line-height: 36px;
  padding: 0 .5833em
}

.links-wrapper-separators-left .links>li {
  margin-left: -1px
}

.links-wrapper-separators-left .links>li:first-child {
  margin-left: 0
}

.links-wrapper-separators-left .links>li>* {
  background-image: url('../images/img/link-separator.png');
  background-position: left center;
  background-repeat: no-repeat
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px,0px,0px)
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%
}

.owl-carousel .owl-item {
  float: left
}

.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)
}

.ic {
  display: inline-block;
  font-family: ThemeIcons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

i.ic {
  font-style: normal
}

a .ic {
  vertical-align: middle
}

.ic-facebook:before {
  content: "\e213"
}

.ic-twitter:before {
  content: "\e214"
}

.ic-youtube:before {
  content: "\e216"
}

.ic-menu:before {
  content: "\e222"
}

.ic-instagram:before {
  content: "\e22f"
}

.ic-user:before {
  content: "\e230"
}

.ic-search:before {
  content: "\e235"
}

.ic-linkedin:before {
  content: "\e256"
}

.ic-up:before {
  content: "\e262"
}

#scroll-to-top {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 32px;
  bottom: 56px;
  right: 30px;
  z-index: 9999;
  border-radius: 50%
}

@media only screen and (max-width: 992px) {
  #scroll-to-top {
      width:40px;
      height: 40px;
      line-height: 40px;
      font-size: 28px;
      bottom: 81px;
      right: 0;
      border-radius: 0
  }
}

.header {
  padding: 0
}

.top-links ul {
  float: left
}

.header .logo-wrapper .logo {
  display: inline-block;
  max-width: 94%;
  margin: 3px 0;
  text-decoration: none !important
}

.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden
}

#nav-marker-regular,#nav-marker-regular2,#search-marker-regular,#account-links-marker-regular,#mini-compare-marker-regular,#mini-cart-marker-regular,#nav-marker-mobile,#search-marker-mobile,#account-links-marker-mobile,#mini-compare-marker-mobile,#mini-cart-marker-mobile {
  display: none
}

@media only screen and (max-width: 991.98px) {
  .header-container .top-links {
      float:none !important;
      clear: both
  }

  .header-container .top-links ul {
      float: none !important
  }

  .header-container .logo-wrapper--mobile {
      width: 60%;
      margin-left: auto;
      margin-right: auto;
      text-align: center
  }

  .header-container .logo-wrapper--mobile .logo {
      display: block;
      margin-top: 5px;
      margin-bottom: 5px
  }

  .header-container .nav-mobile {
      display: block !important
  }

  .header-container .skip-link {
      position: relative;
      float: left;
      width: 20%;
      height: 50px;
      line-height: 50px;
      text-align: center;
      cursor: pointer
  }

  .header-container a.skip-link {
      text-decoration: none
  }

  .header-container .skip-link .icon {
      display: inline-block;
      vertical-align: middle;
      margin-right: 3px;
      font-size: 16px;
      line-height: 16px
  }

  .header-container .skip-link.dropdown-heading .label.hide,.header-container .skip-link .label {
      display: inline-block;
      vertical-align: middle;
      line-height: 16px;
      font-size: 14px;
      font-weight: 600
  }

  .header-container .skip-link.skip-active,.header-container .skip-link:hover {
      color: inherit
  }

  .header-container .skip-link.skip-active span {
      color: inherit
  }

  .header-container .skip-links--3 .skip-link {
      width: 33.33%
  }

  .header-container .skip-content {
      display: none
  }

  .header-container .skip-content.skip-active {
      display: block
  }

  .header-container .skip-content--style {
      clear: both;
      padding: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100% !important;
      margin: 0
  }

  .header-container .nav-mobile .nav-item>a,.header-container .account-links .links>li>a {
      line-height: 50px
  }

  .header-container .account-links .links>li {
      float: none
  }

  .header-container .account-links .links>li>a {
      background-image: none;
      font-weight: 600;
      font-size: 1.6rem
  }
}

@media only screen and (min-width: 992px) {
  .header-container .hp-blocks-holder {
      display:table;
      width: 100%
  }

  .header-container .hp-blocks-holder .hp-block {
      float: none;
      display: table-cell;
      vertical-align: middle
  }

  .header-container .hp-blocks-holder .hp-block:before,.header-container .hp-blocks-holder .hp-block:after {
      content: '';
      display: table
  }

  .header-container .hp-blocks-holder .hp-block:after {
      clear: both
  }

  .header-container .left-column {
      text-align: left
  }

  .header-container .central-column {
      text-align: center
  }

  .header-container .right-column {
      text-align: right
  }

  .header-container .header-primary .central-column {
      padding-left: 10px;
      padding-right: 10px
  }
}

.header-container .right-column .search-wrapper {
  float: right
}

.header-container .search-wrapper {
  width: 100%
}

.header-container .logo-wrapper .logo img {
  width: 100%
}

.header-container .nav-container.simple .nav {
  width: 100%
}

.header-container .nav-container.simple .inner-container {
  padding-left: 0;
  padding-right: 0
}

@media only screen and (max-width: 991.98px) {
  .footer {
      margin:0 auto;
      padding: 0;
      text-align: left
  }

  .footer .footer-copyright {
      font-size: 11px;
      line-height: 16px;
      margin: 4px 0
  }

  .footer .heading {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: 400
  }

  .footer ul li {
      margin-bottom: 2px
  }

  .caret {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      line-height: initial
  }

  .opc-estimated-wrapper .minicart-wrapper button.action.showcart:before,.form-search .button:before,.buttons-set .back-link a:before,.btn-remove:before,.btn-remove2:before,.map-popup-close:before,.remember-me-popup-head .remember-me-popup-close:before,.btn-edit:before,.breadcrumbs .sep,.caret:before,#cboxPrevious:before,#cboxNext:before,#cboxClose:before,.slider-arrows1 .owl-controls .owl-buttons div:before,.slider-arrows2 .owl-controls .owl-buttons div:before,.slider-arrows3 .owl-controls .owl-buttons div:before,.nav-regular .nav-panel a .caret:before,.nav-vert li.level0>a .caret:before,.uaccordion .opener:before,.nav-acco .opener:before,.qty-button.increase:before,.qty-button.decrease:before,.collapsible .block-title:after,.mobile-collapsible .block-title:after,.sidebar .block .block-title:after,.opc-estimated-wrapper .minicart-wrapper .cart.table-wrapper .actions-toolbar>.action.action.showcart:before,.opc-estimated-wrapper .minicart-wrapper .action-gift.action.showcart:before {
      display: inline-block;
      font-family: ThemeIcons;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale
  }

  .caret:before {
      content: "\e261"
  }

  .uaccordion .opener:before,.nav-acco .opener:before {
      content: "\e23c"
  }

  .uaccordion li.item-active>.opener:before,.nav-acco li.item-active>.opener:before {
      content: "\e23d"
  }

  .uaccordion .opener,.nav-acco .opener,.collapsible .opener {
      font-size: 12px
  }

  a,button,.menu-trigger .menu-trigger-inner,.menu-trigger .menu-trigger-inner .trigger-icon .line,.opener,a>.ib,a.feature-icon-hover>.ib,.cart.table-wrapper .actions-toolbar>.action,.action-gift {
      transition: color .3s ease-in-out,background-color .3s ease-in-out;
      -moz-transition: color .3s ease-in-out,background-color .3s ease-in-out;
      -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out;
      -o-transition: color .3s ease-in-out,background-color .3s ease-in-out
  }

  a:hover,button:hover,.menu-trigger .menu-trigger-inner:hover,.menu-trigger .menu-trigger-inner:hover .trigger-icon .line,.opener:hover,.nav-item>a:hover+.opener,a:hover>.ib,a.feature-icon-hover:hover>.ib,.cart.table-wrapper .actions-toolbar>.action:hover,.action-gift:hover {
      transition-duration: .1s;
      -moz-transition-duration: .1s;
      -webkit-transition-duration: .1s;
      -o-transition-duration: .1s
  }

  .nav-regular a>.caret {
      transition: border-color .3s ease-in-out,opacity .3s ease-in-out;
      -moz-transition: border-color .3s ease-in-out,opacity .3s ease-in-out;
      -webkit-transition: border-color .3s ease-in-out,opacity .3s ease-in-out;
      -o-transition: border-color .3s ease-in-out,opacity .3s ease-in-out
  }

  .nav-regular a:hover>.caret {
      transition-duration: .1s;
      -moz-transition-duration: .1s;
      -webkit-transition-duration: .1s;
      -o-transition-duration: .1s
  }

  .sorter .view-mode .grid,.sorter .view-mode .list,.sorter .sort-by .category-asc,.sorter .sort-by .category-desc,#scroll-to-top {
      transition: background-color .3s ease-in-out,background-position .3s ease-in-out;
      -moz-transition: background-color .3s ease-in-out,background-position .3s ease-in-out;
      -webkit-transition: background-color .3s ease-in-out,background-position .3s ease-in-out;
      -o-transition: background-color .3s ease-in-out,background-position .3s ease-in-out
  }

  input.input-text,select,textarea,.product-options ul.options-list,.form-search .button,.product-view .product-img-box .more-views .thumbnails li a,.mini-products-list .product-image,.cart .crosssell .product-image,.gen-tabs .tabs a,.gen-tabs .acctab,.opc .step-title {
      transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
      -moz-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
      -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
      -o-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out
  }

  .grid12-1,.grid12-2,.grid12-3,.grid12-4,.grid12-5,.grid12-6,.grid12-7,.grid12-8,.grid12-9,.grid12-10,.grid12-11,.grid12-12,.grid-full,.grid-col2-sidebar,.grid-col2-main {
      display: inline;
      float: left;
      margin-left: 1%;
      margin-right: 1%
  }

  .grid12-1 {
      width: 6.33%
  }

  .grid12-2 {
      width: 14.66%
  }

  .grid12-3 {
      width: 23%
  }

  .grid12-4 {
      width: 31.33%
  }

  .grid12-5 {
      width: 39.67%
  }

  .grid12-6 {
      width: 48%
  }

  .grid12-8 {
      width: 64.67%
  }

  .grid12-12,.grid-full {
      width: 98%
  }

  [class*=fa-]:before {
      font-weight: 400;
      font-family: 'FontAwesome'
  }

  .fa-search:before {
      content: "\f002"
  }

  .fa-mobile-phone:before,.fa-mobile:before {
      content: "\f10b"
  }

  col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px
  }

  .col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
      float: left
  }
}

.col-xs-12 {
  width: 100%
}

@media (min-width: 768px) {
  .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
      float:left
  }

  .col-sm-2 {
      width: 16.66667%
  }

  .col-sm-4 {
      width: 33.33333%
  }
}

@media (min-width: 992px) {
  .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
      float:left
  }

  .col-md-2 {
      width: 16.66667%
  }

  .col-md-3 {
      width: 25%
  }

  .col-md-6 {
      width: 50%
  }

  img {
      height: auto !important
  }

  .modal-popup {
      pointer-events: auto !important
  }

  .column.main {
      padding-bottom: 0 !important
  }

  .text-white {
      color: #fff
  }
}

@media (max-width: 768px) {
  body {
      overflow-x:hidden !important
  }

  .header-primary.header.container {
      width: 98%
  }

  .header-primary.header.container .inner-container {
      padding-left: 10px;
      padding-right: 10px
  }

  .hp-block.central-column {
      text-align: left !important
  }

  .top-links ul {
      float: left;
      text-align: left;
      width: auto
  }

  .header-primary .links>li>* {
      font-size: 11px;
      line-height: 35px;
      color: #093048
  }

  .header-primary .links>li>* {
      background-image: none
  }

  .header-primary .links>li>* {
      font-size: 13px;
      line-height: 35px
  }

  .menuCustomPosition {
      float: left;
      display: inline-block;
      margin-left: 12px
  }

  .nav-regular li.level0>a {
      padding: 0 5px;
      margin-top: 1px;
      letter-spacing: -.5px
  }

  .header-container .logo-wrapper .logo img {
      margin-top: 6px
  }

  .modal-custom .action-close,.modal-popup .action-close,.modal-slide .action-close {
      color: #484848 !important
  }

  .modal-custom .action-close:before,.modal-popup .action-close:before,.modal-slide .action-close:before {
      color: #484848 !important
  }

  .header .logo-wrapper div.logo a {
      display: block
  }
}

body {
  margin: 0;
  padding: 0
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%
}

body {
  color: #333;
  font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem
}

em,i {
  font-style: italic
}

body {
  background-color: #fff
}

* {
  margin: 0;
  padding: 0
}

body,.page-wrapper,.header-container,.header-container2,.header-container3,.main-container,.footer-container,.footer-container2,.footer-container3 {
  background-color: transparent;
  background-repeat: repeat;
  background-position: center top;
  background-attachment: scroll
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0
}

* {
  margin: 0;
  padding: 0
}

body,.page-wrapper,.header-container,.header-container2,.header-container3,.main-container,.footer-container,.footer-container2,.footer-container3 {
  background-color: transparent;
  background-repeat: repeat;
  background-position: center top;
  background-attachment: scroll
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0
}

.header {
  padding: 0
}

.fa-phone:before {
  content: "\f095"
}

@media (max-width: 768px) {
  body {
      overflow-x:hidden !important
  }
}

.header-primary.header.container {
  width: 98%
}

body {
  color: #000;
  font-size: 16px
}

a {
  color: #000
}

.main-font,h1,h2,h3,h4,h5,.section-title,.products-list .product-name,.filter .block-subtitle,.feature .heading,.uaccordion .heading,.nav-regular .nav-item.level0>a,.nav-regular .nav-submenu--mega>li>a,.menu-trigger,.nav-mobile .nav-item.level0>a,.nav-mobile .nav-item.level1>a,.nav-mobile .nav-item.level2>a,.nav-holder .dropdown-block .dropdown-heading,.block .block-title,#opc-login h3,.box-account .box-head h2,.order-items h2.table-caption,.order-items h2.sub-title,.order-items .order-comments h2,.gen-tabs .tabs a,.product-view .product.data.items>.item.title>.switch,.footer .heading,#subscribe-form label,.caption .heading {
  font-family: "Roboto",georgia,serif;
  font-weight: 400
}

.sorter .view-mode a,.sorter .sort-by .category-asc,.sorter .sort-by .category-desc,.pager .pages a,.pager .pages .current,.addto-links .ic,.slider-arrows1 .owl-controls .owl-buttons div,.slider-arrows1 .owl-controls.clickable .owl-buttons div.disabled:hover,.slider-arrows2 .owl-controls .owl-buttons div,.slider-arrows3 .owl-controls .owl-buttons div,.slider-arrows3 .owl-controls.clickable .owl-buttons div.disabled:hover,.slider-pagination1 .owl-controls .owl-page span,.slider-pagination2 .owl-controls .owl-page span,#cboxPrevious,#cboxNext,#cboxClose,.uaccordion-style1 .opener,.collapsible .opener,.qty-button,#scroll-to-top {
  background-color: #eee;
  color: #050d2a
}

.page-wrapper {
  border: 0 !important
}

.inner-container {
  padding-left: 20px;
  padding-right: 20px
}

.header.container {
  background-color: transparent
}

.header-primary-container {
  background-color: transparent
}

.navi .nav-panel--dropdown {
  background-color: #fff;
  color: #666
}

.nav-regular .nav-panel--dropdown,.navi.nav-vert-triggerable {
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.15);
  box-shadow: 0 3px 10px rgba(0,0,0,.15)
}

.navi-wrapper,.nav-regular {
  background-color: transparent
}

.header-mobile.header-container,.header-mobile .header-m-container,.header-mobile .nav-container {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0
}

.header-mobile .header-m-top,.header-mobile .header-m-primary,.header-mobile .nav {
  background-color: transparent
}

.header-mobile .skip-link {
  background-color: #fafafa;
  color: #333
}

.header-mobile .skip-content--style {
  background-color: transparent;
  color: #333
}

.footer {
  background-color: transparent;
  color: #666
}

.footer a {
  color: #666
}

.footer-primary-container {
  background-color: transparent
}

.footer-primary {
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px
}

.footer-bottom {
  background-color: transparent;
  color: #666;
  padding-top: 20px;
  padding-bottom: 20px
}

.footer-bottom a {
  color: #666
}

@media only screen and (max-width: 767px) {
  .container {
      max-width:none !important;
      width: 100%
  }

  .grid12-1,.grid12-2,.grid12-3,.grid12-4,.grid12-5,.grid12-6,.grid12-7,.grid12-8,.grid12-9,.grid12-10,.grid12-11,.grid12-12,.grid-full {
      width: 100% !important;
      margin-left: 0;
      margin-right: 0
  }

  .columns .column.main,.columns .sidebar-main,.columns .sidebar-additional {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding-right: 0;
      padding-left: 0
  }
}

:root {
  --body-color: #212121;
  --primary-blue: #205493;
  --primary-green: #1b9895;
  --primary-red: #cd2026;
  --sec-green: #20cdc7;
  --sec-blue: #112e51;
  --light-grey: #f9fafd;
  --sky-blue: #24cbd4;
  --white-color: #fff
}

.custom-flex {
  display: flex;
  align-items: center
}

@media (max-width: 991.98px) {
  .custom-flex {
      flex-wrap:wrap
  }
}

.align-items-unset {
  align-items: unset
}

.text-center {
  text-align: center!important
}

.subSections {
  padding: 5rem 0
}

@media (max-width: 991.98px) {
  .subSections {
      padding:3rem 2rem
  }

  html {
      font-size: 50%
  }
}

::-webkit-scrollbar {
  width: 5px;
  height: 10px
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px
}

::-webkit-scrollbar-thumb {
  background: var(--primary-blue);
  border-radius: 10px
}

#hn body {
  font-family: "Roboto",georgia,serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--body-color)
}

@media (max-width: 767.98px) {
  #hn body {
      font-size:1.8rem
  }
}

#hn input[type=text],#hn input[type=password],#hn input[type=url],#hn input[type=tel],#hn input[type=search],#hn input[type=number],#hn input[type=datetime],#hn input[type=email] {
  font-family: "Roboto",georgia,serif
}

#hn h1 {
  font-size: 4.8rem
}

@media (max-width: 1199.98px) {
  #hn h1 {
      font-size:4rem
  }
}

@media (max-width: 991.98px) {
  #hn h1 {
      font-size:3.8rem
  }
}

@media (max-width: 767.98px) {
  #hn h1 {
      font-size:3.2rem
  }
}

#hn h2 {
  font-size: 3.2rem
}

@media (max-width: 767.98px) {
  #hn h2 {
      font-size:2.8rem
  }
}

#hn h3 {
  font-size: 2.8rem
}

@media (max-width: 767.98px) {
  #hn h3 {
      font-size:2.4rem
  }
}

#hn h4 {
  font-size: 2rem
}

#hn button,#hn .cart.table-wrapper .actions-toolbar>.action,#hn .action-gift {
  font-family: "Roboto",sans-serif;
  font-size: inherit;
  font-weight: inherit
}

#hn .btn {
  display: inline-block;
  padding: 1rem 3rem;
  line-height: 1.2;
  border: 1px solid;
  border-radius: 5px;
  transition: .4s ease-in-out
}

#hn .btn-white {
  background-color: var(--white-color);
  color: var(--primary-blue);
  border-color: var(--white-color)
}

#hn .btn-orange {
  background-color: var(--primary-red);
  border: 1px solid var(--primary-red);
  color: var(--white-color)
}

#hn .mb-0 {
  margin-bottom: 0
}

#hn .mt-5 {
  margin-top: 1.5rem
}

#hn ul.check-white li,#hn ul.check-blue li {
  display: flex;
  gap: 10px;
  margin-bottom: 1.5rem
}

#hn .gr-bg {
  background-color: var(--light-grey)
}

#hn .blue-bg {
  background-color: var(--primary-blue);
  background-image: url('../images/2023/blue.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

#hn #header-container {
  padding: 1.5rem 0
}

#hn #header-container .header-primary .hp-blocks-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem
}

#hn #header-container .logo-wrapper img {
  width: 88%;
  margin: 0
}

#hn #header-container .central-column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0;
  padding: 0
}

@media (max-width: 991.98px) {
  #hn #header-container .central-column {
      width:60%!important
  }
}

#hn #header-container .central-column:after,#hn #header-container .central-column:before {
  display: none
}

#hn #header-container .central-column .item .nav-container {
  display: block
}

#hn #header-container #header-account ul.header.links {
  list-style: none;
  padding: 0
}

#hn #header-container #header-account ul.header.links .authorization-link {
  position: relative
}

#hn #header-container #header-account ul.header.links li a.btn i {
  display: none
}

#hn #header-container nav#mainmenu ul li.nav-item.level0:not(:last-child) {
  margin-right: 5px
}

#hn #header-container nav#mainmenu ul li.nav-item a.level-top {
  padding: 1rem
}

@media (max-width: 1439.98px) {
  #hn #header-container nav#mainmenu ul li.nav-item a.level-top {
      padding:1rem .5rem
  }
}

@media (max-width: 1199.98px) {
  #hn #header-container nav#mainmenu ul li.nav-item a.level-top {
      font-size:1.2rem
  }
}

@media (max-width: 991.98px) {
  #hn #header-container nav#mainmenu ul li.nav-item a.level-top {
      font-size:2rem
  }
}

#hn #header-container nav#mainmenu ul li.nav-item ul.nav-submenu li.level1 a {
  line-height: 36px;
  padding-left: 5px;
  padding-right: 5px
}

#hn #header-container .custom-searcbar__hn {
  display: flex;
  align-items: center
}

#hn #header-container .custom-searcbar__hn .header-search-wrapper {
  width: 100%
}

#hn #header-container .header-m-container .inner-container .logo-wrapper--mobile {
  width: 35%
}

#hn #header-container .header-m-container .inner-container .skip-links-wrapper .skip-content--style {
  padding: 0
}

#hn #header-container .header-m-container .inner-container .skip-links-wrapper #header-nav #mainmenu ul li.nav-item a.level-top {
  padding: 1rem 1.5rem
}

#hn #header-container .header-m-container .inner-container .skip-links-wrapper #header-nav #mainmenu ul li.nav-item ul.nav-submenu li.nav-item a {
  padding-left: 3rem
}

#hn #header-container .header-m-container .inner-container #header-m-search form#search_mm_mini_form label.label {
  position: relative
}

#hn #header-container .header-m-container .inner-container #header-m-search form#search_mm_mini_form label.label span {
  display: none
}

#hn #header-container .header-m-container .inner-container #header-account ul {
  list-style: none;
  padding: 0
}

@media (max-width: 991.98px) {
  #hn #header-container .header-primary-container {
      display:none
  }
}

#hn section.v2-healthtech-compares_section {
  background-color: var(--light-grey)
}

#hn section.v2-healthtech-compares_section .table {
  padding: 3rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  overflow: auto
}

#hn section.v2-healthtech-compares_section .table table td,#hn section.v2-healthtech-compares_section .table table th {
  border-radius: 0;
  border-color: var(--body-color);
  padding: 1rem 4rem
}

@media (max-width: 767.98px) {
  #hn section.v2-healthtech-compares_section .table table td,#hn section.v2-healthtech-compares_section .table table th {
      padding:1rem;
      min-width: 150px
  }
}

#hn section.v2-healthtech-compares_section .table table td:nth-of-type(2),#hn section.v2-healthtech-compares_section .table table th:nth-of-type(2) {
  background-color: var(--primary-green);
  color: var(--white-color);
  box-shadow: 0 3px 31px 0 rgba(0,0,0,.16)
}

#hn section.v2-healthtech-compares_section .table table thead tr th {
  border: none;
  padding-top: 3rem;
  padding-bottom: 3rem
}

#hn section.v2-healthtech-compares_section .table table thead tr th:nth-child(2) {
  background-color: var(--white-color);
  color: var(--body-color);
  text-align: center;
  font-weight: 700
}

#hn section.v2-healthtech-compares_section .table table tbody {
  background-color: rgba(255,255,255,.18)
}

@media (max-width: 767.98px) {
  #hn section.v2-healthtech-compares_section .table table tbody {
      white-space:nowrap
  }
}

#hn section.v2-healthtech-compares_section .table table tbody tr {
  border-bottom: 1px solid
}

#hn section.v2-hero_banner {
  background-image: url(http://htamagento.local/pub/static/version1715701674/frontend/Infortis/custom/en_US/images/banner-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

#hn section.v2-hero_banner-bootcamp {
  background-image: url(http://htamagento.local/pub/static/version1715701674/frontend/Infortis/custom/en_US/images/bootcamp-banner-bg.webp)
}

@media (max-width: 991.98px) {
  #hn section.v2-hero_banner {
      background-position:left
  }
}

@media (max-width: 767.98px) {
  #hn section.v2-hero_banner {
      padding:3rem 2rem
  }

  #hn section.v2-hero_banner img {
      margin-top: 3rem
  }
}

#hn section.v2-hero_banner .hero_banner__mainHeading {
  margin-bottom: 3rem
}

@media (max-width: 767.98px) {
  #hn section.v2-hero_banner .hero_banner__mainHeading {
      margin-bottom:1rem
  }
}

#hn section.v2-hero_banner .hero_banner__mainHeading span {
  color: var(--primary-blue)
}

#hn section.v2-hero_banner .hero_banner__text {
  margin-bottom: 3rem
}

#hn section.v2-right-path_section h2 {
  text-transform: uppercase;
  margin: 0 auto 5rem
}

#hn section.v2-right-path_section h4 {
  color: var(--primary-blue)
}

#hn section.v2-right-path_section .right-path-card-wrapper {
  align-items: unset
}

#hn section.v2-right-path_section .right-path-card-wrapper .right-path-card {
  justify-content: space-between;
  flex-direction: column;
  display: flex
}

@media (max-width: 991.98px) {
  #hn section.v2-right-path_section .right-path-card-wrapper .right-path-card {
      max-width:31.33%
  }
}

@media (max-width: 767.98px) {
  #hn section.v2-right-path_section .right-path-card-wrapper .right-path-card {
      max-width:100%
  }
}

#hn .call-out--card {
  padding: 1.5rem 1rem;
  min-height: 150px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 4px 0 #1b9895;
  border-radius: 10px
}

@media (max-width: 991.98px) {
  #hn .call-out--card {
      margin-bottom:2rem
  }
}

#hn .call-out--card h4 {
  margin: 1.5rem 0
}

#hn .call-out--card img {
  width: 110px
}

@media (max-width: 767.98px) {
  #hn .bootcamp-completion h2 {
      font-size:3rem
  }
}

@media (max-width: 991.98px) {
  #hn .bootcamp-completion .grid12-4 {
      max-width:31.33%
  }
}

@media (max-width: 767.98px) {
  #hn .bootcamp-completion .grid12-4 {
      max-width:100%
  }
}

#hn .bootcamp-completion p {
  margin-bottom: 3rem
}

@media (max-width: 991.98px) {
  #hn .career-possibilitie .custom-flex.mt-5 {
      margin-top:0
  }

  #hn .career-possibilitie .custom-flex.align-items-unset .grid12-8.text-center .custom-flex .grid12-6 {
      max-width: 48%
  }
}

@media (max-width: 767.98px) {
  #hn .career-possibilitie .custom-flex.align-items-unset .grid12-8.text-center .custom-flex .grid12-6 {
      max-width:100%
  }
}

#hn .career-possibilitie-click {
  display: inline-block;
  background-color: transparent;
  width: 280px;
  height: 320px;
  perspective: 1000px;
  margin-bottom: 0
}

@media (max-width: 1439.98px) {
  #hn .career-possibilitie-click {
      width:230px
  }
}

@media (max-width: 1199.98px) {
  #hn .career-possibilitie-click {
      width:190px;
      height: 350px
  }
}

@media (max-width: 991.98px) {
  #hn .career-possibilitie-click {
      width:320px
  }
}

#hn .career-possibilitie-click:focus .career-possibilitie-inner,#hn .career-possibilitie-click:active .career-possibilitie-inner,#hn .career-possibilitie-click.flipped .career-possibilitie-inner {
  transform: rotateY(180deg)
}

#hn .career-possibilitie-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform .8s;
  transform-style: preserve-3d
}

#hn .career-possibilitie-front,#hn .career-possibilitie-back {
  position: absolute;
  width: 270px;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  backface-visibility: hidden;
  z-index: 2;
  overflow-y: auto;
  font-size: 12px;
  color: var(--white-color)
}

@media (max-width: 1439.98px) {
  #hn .career-possibilitie-front,#hn .career-possibilitie-back {
      width:230px
  }
}

@media (max-width: 1199.98px) {
  #hn .career-possibilitie-front,#hn .career-possibilitie-back {
      width:190px;
      height: 350px
  }
}

@media (max-width: 991.98px) {
  #hn .career-possibilitie-front,#hn .career-possibilitie-back {
      width:320px
  }
}

#hn .career-possibilitie-front p,#hn .career-possibilitie-back p {
  color: var(--white-color)
}

#hn .career-possibilitie-front {
  background-color: var(--primary-blue)
}

#hn .career-possibilitie-front img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px)!important;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: auto
}

#hn .career-possibilitie-front h4 {
  padding: 0 10px
}

#hn .career-possibilitie-front p {
  cursor: pointer
}

#hn .career-possibilitie-back {
  background-color: var(--primary-blue);
  transform: rotateY(180deg);
  text-align: left;
  justify-content: space-between
}

#hn .career-possibilitie-back div {
  padding: 10px
}

#hn .career-possibilitie-back h4 {
  margin: 0 0 20px!important
}

#hn .career-possibilitie--assessment {
  background-color: var(--primary-blue);
  height: 100%;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white-color)
}

@media (max-width: 767.98px) {
  #hn .career-possibilitie--assessment {
      height:auto;
      padding: 3rem 2rem
  }
}

#hn .career-possibilitie--assessment .btn-white {
  background-color: var(--white-color);
  border-color: var(--white-color);
  color: var(--primary-blue);
  margin-bottom: 1.5rem
}

@media (max-width: 991.98px) {
  #hn .why-choose .grid12-8 .grid12-4 {
      max-width:31.33%
  }
}

@media (max-width: 767.98px) {
  #hn .why-choose .grid12-8 .grid12-4 {
      max-width:100%
  }
}

#hn .why-choose h2 {
  margin-top: 0;
  margin-bottom: 4rem
}

#hn .why-choose .feature img {
  width: 160px
}

#hn .why-choose .feature h4 {
  color: var(--primary-green);
  margin-bottom: 1rem
}

#hn section.v2-faqs_section h2 {
  margin-top: 0;
  text-transform: uppercase
}

#hn section.v2-faqs_section #accordion .accordion-card {
  box-shadow: 0 3px 11px 0 rgba(0,0,0,.16);
  margin-bottom: 3rem;
  border-radius: 10px
}

#hn section.v2-faqs_section #accordion .accordion-card-title div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  cursor: pointer
}

#hn section.v2-faqs_section #accordion .accordion-card-title.active i.ic:before {
  content: "\e23d"!important
}

#hn section.v2-faqs_section #accordion .accordion-card-content {
  font-size: 1.8rem;
  padding: 2rem
}

#hn .hs-cta-wrapper .cta_button {
  font-size: 2rem
}

#hn .page-footer {
  padding-top: 5rem
}

@media (max-width: 991.98px) {
  #hn .page-footer {
      padding-bottom:7rem
  }
}

#hn .page-footer .footer-primary-container .footer-primary {
  padding: 5rem 0
}

#hn .page-footer .footer-primary-container .footer-primary .custom-flex {
  align-items: unset
}

@media (max-width: 991.98px) {
  #hn .page-footer .footer-primary-container .footer-primary .custom-flex {
      flex-wrap:nowrap
  }
}

@media (max-width: 767.98px) {
  #hn .page-footer .footer-primary-container .footer-primary .custom-flex {
      flex-wrap:wrap
  }
}

#hn .page-footer .footer-primary-container .footer-primary h3.block-title.heading {
  font-size: 2.4rem;
  color: var(--primary-green)
}

#hn .page-footer .footer-primary-container .footer-primary img.footer-logo {
  margin-bottom: 2rem;
  max-width: 16rem
}

#hn .page-footer .footer-primary-container .footer-primary ul.disc {
  list-style: none;
  padding: 0
}

#hn .page-footer .footer-primary-container .footer-primary ul.disc li {
  margin-bottom: 5px
}

#hn .page-footer .footer-primary-container .footer-primary ul.disc li a,#hn .page-footer .footer-primary-container .footer-primary ul.disc li p {
  font-size: 1.5rem
}

#hn .page-footer .call-chat-sticky-cta {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100000;
  left: 0
}

#hn .page-footer .call-chat-sticky-cta .sticky-drop {
  display: none
}

#hn .page-footer .call-chat-sticky-cta .inner-content-container {
  display: flex
}

#hn .page-footer .call-chat-sticky-cta .inner-content-container a {
  color: var(--white-color)!important;
  padding: 10px;
  font-size: 16px;
  width: 50%;
  text-align: center;
  text-decoration: none;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600
}

#hn .page-footer .call-chat-sticky-cta .inner-content-container a img {
  padding: 0 5px
}

#hn .page-footer .call-chat-sticky-cta .inner-content-container a.chat {
  background-color: var(--primary-blue)
}

#hn .page-footer .call-chat-sticky-cta .inner-content-container a.call {
  background-color: var(--primary-green)
}

#hn .page-footer .footer-bottom-container {
  border-top: 1px solid #ccc
}

#hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col {
  display: flex;
  align-items: center;
  justify-content: end
}

@media (max-width: 991.98px) {
  #hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col {
      justify-content:center;
      margin-bottom: 2rem;
      order: -1
  }
}

#hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col ul.footer-social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex
}

#hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col ul.footer-social-links li {
  margin: 0 0 0 1rem
}

#hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col ul.footer-social-links li a {
  background-color: var(--primary-blue);
  color: var(--white-color);
  border: 1px solid var(--primary-blue);
  padding: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease
}

@media (max-width: 991.98px) {
  #hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-copyright {
      text-align:center
  }
}

#hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-copyright small.copyright {
  font-size: 14px
}

#hn a#scroll-to-top {
  bottom: 100px
}

#hn .footer-contact-col ul {
  padding: 0;
  list-style: none
}

#hn .footer-contact-col ul li a {
  font-size: 2rem;
  display: flex;
  align-items: center;
  gap: 10px
}

@media (max-width: 1199.98px) {
  #hn .footer-contact-col ul li a {
      font-size:1.6rem
  }
}

#hn .footer-contact-col ul li i {
  font-size: 2.4rem;
  font-style: normal;
  color: var(--primary-blue);
  font-weight: 700
}

.owl-controls .owl-buttons .owl-prev,.owl-controls .owl-buttons .owl-next {
  position: absolute;
  width: 35px;
  height: 100px;
  top: 0;
  bottom: 0;
  margin: auto
}

.owl-controls .owl-buttons .owl-prev:before,.owl-controls .owl-buttons .owl-next:before {
  display: none
}

.owl-controls .owl-buttons .owl-prev i,.owl-controls .owl-buttons .owl-next i {
  color: var(--sky-blue);
  font-size: 10rem;
  line-height: 1;
  font-style: unset;
  border-radius: 50%;
  opacity: 1;
  transition: .4s ease
}

.owl-controls .owl-buttons .owl-prev:hover i,.owl-controls .owl-buttons .owl-next:hover i {
  opacity: .5
}

.owl-controls .owl-buttons .owl-next {
  right: 0
}

.lead-journey.modal-popup .modal-inner-wrap {
  width: 50%
}

@media (max-width: 991.98px) {
  .lead-journey.modal-popup .modal-inner-wrap {
      width:80%
  }
}

@media (max-width: 767.98px) {
  .lead-journey.modal-popup .modal-inner-wrap {
      width:100%
  }
}

.lead-journey.modal-popup .modal-inner-wrap .modal-header {
  position: relative;
  background-color: var(--primary-blue)
}

.lead-journey.modal-popup .modal-inner-wrap .modal-header button.action-close {
  padding: .5rem 2rem
}

.lead-journey.modal-popup .modal-inner-wrap .modal-header button.action-close:before {
  color: var(--white-color)!important
}

.lead-journey.modal-popup .modal-inner-wrap .modal-content {
  position: relative;
  padding: 3rem
}

@media (max-width: 767.98px) {
  .lead-journey.modal-popup .modal-inner-wrap .modal-content {
      padding:3rem 2rem;
      height: 100%
  }
}

@media (max-width: 991.98px) {
  .grid12-3,.grid12-4,.grid12-5,.grid12-6,.grid12-7,.grid12-8,.grid12-9 {
      width:100%!important
  }

  .header-m-top-container {
      display: none
  }
}

.top-bar {
  background: #205493;
  color: #fff;
  padding: 10px 0;
  font-weight: 500
}

.top-bar>.header-primary.header.container {
  display: flex;
  align-items: center;
  justify-content: space-between
}

li.authorization-link {
  list-style: none
}

.login-sett {
  margin: 0;
  padding: 0;
  line-height: 0
}

.login-sett {
  position: relative
}

div#algolia-searchbox {
  display: none;
  position: absolute;
  width: 98%;
  left: 0;
  top: 6rem;
  z-index: 1
}

.search-wrapper.block.block-search {
  position: unset
}

#hn #header-container .header-primary .hp-blocks-holder {
  position: relative
}

.nav.container.clearer .nav-regular .classic>.nav-panel--dropdown {
  box-shadow: none;
  border: 1px solid #e3e3e3;
  border-radius: .5rem;
  padding: 0;
  border-radius: 5px;
  margin: 0;
  width: 18em;
  min-width: 12em
}

li.nav-item.level1.nav-3-1.first.last.classic {
  padding: 0;
  border-bottom: 1px solid #e3e3e3
}

#hn #header-container nav#mainmenu ul li.nav-item ul.nav-submenu li.level1 a {
  font-size: 16px;
  font-weight: 500
}

li.nav-item.level0.nav-3.level-top.nav-item--parent.classic.nav-item--only-subcategories.parent>a {
  font-weight: 500
}

.nav-regular li.level0>a>span {
  font-weight: 500
}

#hn #header-container nav#mainmenu ul li.nav-item ul.nav-submenu li.level1 a {
  padding: 1rem;
  padding-left: 2rem
}

em,i {
  font-style: normal
}

.call-n-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end
}

.call-n-search i.fa {
  font-size: 2.2rem;
  padding-left: 2rem
}

.call-drop-dwn i.fa.fa-phone {
  border-left: 3px solid #cd2026
}

#hn #header-container .central-column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin: 0;
  padding: 0
}

.nav-regular:not(.nav-vert) .nav-item.level0>a,.nav-holder .dropdown-block .dropdown-heading,.nav-regular .nav-holder a.dropdown-heading:hover {
  color: #000;
  font-size: 17px
}

.search-trigger {
  cursor: pointer
}

#hn li.authorization-link a.std-loginout.btn.btn-orange {
  background: 0 0;
  border: none
}

#hn li.authorization-link a.std-loginout.btn.btn-orange i.fa {
  margin-right: 5px;
  font-size: 18px
}

.call-drop-dwn ul.call-list {
  position: absolute
}

.call-drop-dwn ul.call-list {
  display: none;
  right: 0;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: center;
  width: 260px
}

@media only screen and (min-width: 769px) {
  li.authorization-link {
      list-style:none
  }

  .login-sett {
      margin: 0;
      padding: 0;
      line-height: 0
  }

  .login-sett {
      position: relative
  }

  div#algolia-searchbox {
      display: none;
      position: absolute;
      width: 98%;
      left: 0;
      top: 6rem;
      z-index: 1
  }

  .search-wrapper.block.block-search {
      position: unset
  }

  #hn #header-container .header-primary .hp-blocks-holder {
      position: relative
  }

  .nav.container.clearer .nav-regular .classic>.nav-panel--dropdown {
      box-shadow: none;
      border: 1px solid #e3e3e3;
      border-radius: .5rem;
      padding: 0;
      border-radius: 5px;
      margin: 0;
      width: 18em;
      min-width: 12em
  }

  li.nav-item.level1.nav-3-1.first.last.classic {
      padding: 0;
      border-bottom: 1px solid #e3e3e3
  }

  #hn #header-container nav#mainmenu ul li.nav-item ul.nav-submenu li.level1 a {
      font-size: 16px;
      font-weight: 500
  }

  li.nav-item.level0.nav-3.level-top.nav-item--parent.classic.nav-item--only-subcategories.parent>a {
      font-weight: 500
  }

  .nav-regular li.level0>a>span {
      font-weight: 500
  }

  #hn #header-container nav#mainmenu ul li.nav-item ul.nav-submenu li.level1 a {
      padding: 1rem;
      padding-left: 2rem
  }

  li.authorization-link:hover ul {
      display: block
  }

  li.authorization-link ul {
      display: none;
      position: relative;
      top: 40px
  }

  .authorization-link a.std-loginout.btn-logout {
      background: #fff;
      padding: 10px 30px;
      border: 1px solid #e3e3e3;
      color: #000;
      border-radius: 5px
  }

  i.fa.fa-sign-out {
      font-style: normal
  }

  em,i {
      font-style: normal
  }

  .call-n-search {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end
  }

  .call-n-search i.fa {
      font-size: 2.2rem;
      padding-left: 2rem
  }

  .call-drop-dwn i.fa.fa-phone {
      border-left: 3px solid #cd2026
  }

  #hn #header-container .central-column {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row-reverse;
      margin: 0;
      padding: 0
  }

  .nav-regular:not(.nav-vert) .nav-item.level0>a,.nav-holder .dropdown-block .dropdown-heading,.nav-regular .nav-holder a.dropdown-heading:hover {
      color: #000;
      font-size: 17px
  }

  .search-trigger {
      cursor: pointer
  }

  #hn li.authorization-link a.std-loginout.btn.btn-orange {
      background: 0 0;
      border: none
  }

  #hn li.authorization-link a.std-loginout.btn.btn-orange i.fa {
      margin-right: 5px;
      font-size: 18px
  }

  .call-drop-dwn ul.call-list {
      position: absolute
  }

  .call-drop-dwn ul.call-list {
      display: none;
      right: 0;
      background-color: #fff;
      border: 1px solid #d9d9d9;
      justify-content: center;
      width: 260px
  }

  main#maincontent {
      position: relative
  }

  .call-drop-dwn {
      cursor: pointer
  }

  div#algolia-searchbox {
      padding: 2rem;
      background: #fff;
      border: 1px solid #e3e3e3;
      border-radius: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .top-bar>.header-primary.header.container .top-call-num {
      text-align:center;
      align-items: center;
      display: table;
      margin: 0 auto
  }
}

@media only screen and (min-width: 992px) {
  .header-container .header-m-container,.header-container .skip-links-clearer,.header-container #header-nav,.header-container .skip-link,.header-container .logo-wrapper--mobile,.header-container .logo--mobile,.header-container .header-collateral,.header-container .after-mobile-logo,.header-container #user-menu-wrapper-mobile,.header-container #search-wrapper-mobile,.header-container #account-links-wrapper-mobile,.header-container #mini-cart-wrapper-mobile,.header-container #mini-compare-wrapper-mobile,.header-container #nav-wrapper-mobile {
      display:none
  }
}

.header-primary.header.container .inner-container {
  padding-left: 10px;
  padding-right: 10px
}

.menuCustomPosition {
  float: left;
  display: inline-block;
  margin-left: 12px
}

.fa-search:before {
  content: "\f002"
}

@media only screen and (min-width: 769px) {
  div#algolia-searchbox {
      display:none;
      position: absolute;
      width: 98%;
      left: 0;
      top: 6rem;
      z-index: 1
  }
}

@media only screen and (min-width: 769px) {
  div#algolia-searchbox {
      padding:2rem;
      background: #fff;
      border: 1px solid #e3e3e3;
      border-radius: 1rem
  }
}

div#algolia-searchbox1>label>span,div#algolia-searchbox>label {
  display: none
}

@media only screen and (min-width: 769px) {
  #hn #header-container .custom-searcbar__hn .header-search-wrapper #header-search form#search_aa_mini_form input#search {
      padding-left:5rem;
      border: 1px solid #e3e3e3;
      border-radius: 2rem
  }
}

#hn #header-container .custom-searcbar__hn .header-search-wrapper #header-search form#search_aa_mini_form .search-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  padding: 0;
  transition: .4s ease
}

@media only screen and (min-width: 769px) {
  #hn #header-container .custom-searcbar__hn .header-search-wrapper #header-search form#search_aa_mini_form .search-btn {
      right:unset;
      left: 4rem
  }
}

.ic {
  display: inline-block;
  font-family: ThemeIcons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ic-search:before {
  content: "\e235"
}

.grid-container {
  clear: both
}

.custom-flex {
  display: flex;
  align-items: center
}

.grid12-1,.grid12-2,.grid12-3,.grid12-4,.grid12-5,.grid12-6,.grid12-7,.grid12-8,.grid12-9,.grid12-10,.grid12-11,.grid12-12,.grid-full,.grid-col2-sidebar,.grid-col2-main {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%
}

.grid12-12,.grid-full {
  width: 98%
}

.grid12-3 {
  width: 23%
}

.four-blocks-top .grid12-12 .grid12-3 {
  position: relative;
  top: 5rem
}

.grid12-8 {
  width: 64.67%
}

#hn ul.check-blue li:before {
  content: url('../images/2023/Vector.png')
}

#hn .banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--white-color)
}

#hn .banner--home {
  background-image: url('../images/2023/home-banner-image.webp')
}

.grid12-6 {
  width: 48%
}

.grid12-1 {
  width: 6.33%
}

.grid12-5 {
  width: 39.67%
}

@media (min-width: 768px),print {
  .columns {
      display:block
  }
}

#hn .btn-orange {
  background-color: var(--primary-red);
  border: 1px solid var(--primary-red);
  color: var(--white-color)
}

#hn .btn-orange:hover {
  background-color: var(--white-color);
  color: var(--primary-red)
}

#hn .btn-green {
  background-color: var(--primary-green);
  border-color: var(--primary-green);
  color: var(--white-color)
}

#hn .btn-green:hover {
  background-color: var(--white-color);
  color: var(--primary-green)
}

#hn .healthcare-bootcamps--card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid;
  padding: 1rem;
  border-radius: 5px
}

#hn .healthcare-bootcamps--card-top>.healthcare-bootcamp--content h2 {
  font-size: 2.4rem;
  font-weight: 500
}

.healthcare-bootcamps--card-top>.healthcare-bootcamp--content {
  margin-top: 35rem
}

#hn .fast-track {
  background-image: url(../images/2023/fast-track.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.healthcare-bootcamps--card-top>img {
  height: 32rem !important;
  width: unset !important;
  position: absolute;
  max-width: unset !important;
  left: 50%;
  transform: translateX(-50%)
}

.healthcare-bootcamps--card-top {
  position: relative;
  overflow: hidden
}

.healthcare-bootcamps--content {
  margin-top: 35rem
}

.align-items-unset {
  align-items: unset
}

#hn .healthcare-bootcamps .custom-flex {
  margin-top: 4rem
}

#hn .banner .custom-flex {
  min-height: 550px
}

section.v2-right-path_section.subSections.custom-bg.student-support {
  display: block;
  background-color: #e3e3e3;
  background-image: url('../images/2023/Group_191.png')
}

.grid12-4 {
  width: 31.33%
}

.grid12-7 {
  width: 56.33%
}

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

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

@media (max-width: 991.98px) {
  #hn .healthcare-bootcamps .custom-flex .grid12-3 {
      max-width:48%;
      margin-bottom: 4rem;
      margin-left: 1%;
      margin-right: 1%
  }
}

@media (max-width: 575.98px) {
  #hn .healthcare-bootcamps .custom-flex .grid12-3 {
      max-width:100%
  }
}

.text-white {
  color: #fff
}

@media only screen and (min-width: 769px) {
  .call-drop-dwn:hover ul.call-list {
      transition:.3s;
      display: block;
      z-index: 1
  }

  .call-drop-dwn ul.call-list li {
      padding: 3rem 2rem;
      max-width: 100%;
      text-align: left;
      border-bottom: 1px solid #d9d9d9;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 500
  }

  .call-drop-dwn ul.call-list li span {
      color: #205493
  }
}

#hn .light-bg {
  background-color: var(--light-grey)
}

#hn .flexible-card--item {
  display: flex;
  justify-content: space-between;
  flex-direction: column
}

.fa-check-square-o:before {
  content: "\f046"
}

[class*=fa-]:before {
  font-weight: 400;
  font-family: 'FontAwesome'
}

@media only screen and (min-width: 769px) {
  #hn #header-container nav#mainmenu ul li.nav-item ul.nav-submenu li.level1 a {
      padding-right:0
  }
}

.text-end {
  text-align: right !important
}

#hn .thankyou-banner--right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px
}

#hn .thankyou-banner--right i {
  font-size: 50px;
  color: var(--primary-blue)
}

#hn .thankyou-banner {
  padding: 2rem
}

#hn .thankyou-banner--right p {
  margin-bottom: 0
}

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: #fff;
  box-shadow: 0 0 12px 2px rgba(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 .3s ease-in-out;
  transition: transform .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.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem
}

.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 .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: 0 0;
  -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: 0 0;
  border: none
}

.modal-custom .action-close:hover,.modal-popup .action-close:hover,.modal-slide .action-close:hover {
  background: 0 0;
  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: .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: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  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: #1a1a1a
}

.modal-custom .action-close {
  margin: 25px
}

.modal-popup {
  pointer-events: none
}

.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word
}

.modal-popup .action-close {
  padding: 10px
}

.modal-slide .action-close {
  padding: 1.1rem 2rem
}

.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem
}

.modals-overlay {
  background-color: rgba(51,51,51,.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
}

.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: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center
}

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

#hn button,#hn .cart.table-wrapper .actions-toolbar>.action,#hn .action-gift {
  font-family: "Roboto",sans-serif;
  font-size: inherit;
  font-weight: inherit
}

.lead-journey.modal-popup .modal-inner-wrap .modal-header button.action-close {
  padding: .5rem 2rem
}

.modal-custom .action-close,.modal-popup .action-close,.modal-slide .action-close {
  color: #484848 !important
}

.lead-journey.modal-popup .modal-inner-wrap .modal-content {
  position: relative;
  padding: 3rem
}

#hn .hbspt-form .hs-form-private>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),#hn .hbspt-form .hs-form-private fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px
}

#hn .hbspt-form .hs-input:not([type=file]) {
  background-color: #f5f8fa
}

#hn .hbspt-form .hs-form-private fieldset.form-columns-2 .input {
  margin-right: 8px
}

#hn .hbspt-form .hs-form-private .hs-input,#hn .hbspt-form .hs-form-private fieldset {
  max-width: 100%
}

#hn .hbspt-form .field {
  margin-bottom: 18px
}

#hn .hbspt-form .hs-form-private .hs-form-field label:not(.hs-error-msg) {
  font-family: Roboto;
  font-size: 13px
}

#hn .hbspt-form .hs-form-private .hs-submit>.actions {
  text-align: left
}

#hn .hbspt-form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0
}

#hn .hbspt-form .hs-form-private .hs-button,#hn .hbspt-form .hs-form-private .hs-button:hover,#hn .hbspt-form .hs-form-private .hs-button:hover:not(.inactive),#hn .hbspt-form .hs-form-private .hs-button:focus,#hn .hbspt-form .hs-form-private .hs-button:active,#hn .hbspt-form .hs-form-private .hs-button:active:not(.inactive):not(.link) {
  background: #cd2026;
  border-color: #cd2026;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-family: Roboto
}

#hn .hbspt-form .hs-button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px
}

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: #fff;
  box-shadow: 0 0 12px 2px rgba(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 .3s ease-in-out;
  transition: transform .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.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem
}

.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 .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: 0 0;
  -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: 0 0;
  border: none
}

.modal-custom .action-close:hover,.modal-popup .action-close:hover,.modal-slide .action-close:hover {
  background: 0 0;
  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: .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: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  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: #1a1a1a
}

.modal-custom .action-close {
  margin: 25px
}

.modal-popup {
  pointer-events: none
}

.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word
}

.modal-popup .action-close {
  padding: 10px
}

.modal-slide .action-close {
  padding: 1.1rem 2rem
}

.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem
}

.modals-overlay {
  background-color: rgba(51,51,51,.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
}

.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: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center
}

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

#hn button,#hn .cart.table-wrapper .actions-toolbar>.action,#hn .action-gift {
  font-family: "Roboto",sans-serif;
  font-size: inherit;
  font-weight: inherit
}

.lead-journey.modal-popup .modal-inner-wrap .modal-header button.action-close {
  padding: .5rem 2rem
}

.modal-custom .action-close,.modal-popup .action-close,.modal-slide .action-close {
  color: #484848 !important
}

.lead-journey.modal-popup .modal-inner-wrap .modal-content {
  position: relative;
  padding: 3rem
}

#hn .hbspt-form .hs-form-private>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),#hn .hbspt-form .hs-form-private fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px
}

#hn .hbspt-form .hs-input:not([type=file]) {
  background-color: #f5f8fa
}

#hn .hbspt-form .hs-form-private fieldset.form-columns-2 .input {
  margin-right: 8px
}

#hn .hbspt-form .hs-form-private .hs-input,#hn .hbspt-form .hs-form-private fieldset {
  max-width: 100%
}

#hn .hbspt-form .field {
  margin-bottom: 18px
}

#hn .hbspt-form .hs-form-private .hs-form-field label:not(.hs-error-msg) {
  font-family: Roboto;
  font-size: 13px
}

#hn .hbspt-form .hs-form-private .hs-submit>.actions {
  text-align: left
}

#hn .hbspt-form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0
}

#hn .hbspt-form .hs-form-private .hs-button,#hn .hbspt-form .hs-form-private .hs-button:hover,#hn .hbspt-form .hs-form-private .hs-button:hover:not(.inactive),#hn .hbspt-form .hs-form-private .hs-button:focus,#hn .hbspt-form .hs-form-private .hs-button:active,#hn .hbspt-form .hs-form-private .hs-button:active:not(.inactive):not(.link) {
  background: #cd2026;
  border-color: #cd2026;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-family: Roboto
}

#hn .hbspt-form .hs-button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px
}

.caret:before {
  content: "\e261"
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before,.form-search .button:before,.buttons-set .back-link a:before,.btn-remove:before,.btn-remove2:before,.map-popup-close:before,.remember-me-popup-head .remember-me-popup-close:before,.btn-edit:before,.breadcrumbs .sep,.caret:before,#cboxPrevious:before,#cboxNext:before,#cboxClose:before,.slider-arrows1 .owl-controls .owl-buttons div:before,.slider-arrows2 .owl-controls .owl-buttons div:before,.slider-arrows3 .owl-controls .owl-buttons div:before,.nav-regular .nav-panel a .caret:before,.nav-vert li.level0>a .caret:before,.uaccordion .opener:before,.nav-acco .opener:before,.qty-button.increase:before,.qty-button.decrease:before,.collapsible .block-title:after,.mobile-collapsible .block-title:after,.sidebar .block .block-title:after,.opc-estimated-wrapper .minicart-wrapper .cart.table-wrapper .actions-toolbar>.action.action.showcart:before,.opc-estimated-wrapper .minicart-wrapper .action-gift.action.showcart:before {
  display: inline-block;
  font-family: ThemeIcons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media only screen and (max-width: 767px) {
  .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 .3s ease-in-out;
      transition: transform .3s ease-in-out;
      width: auto
  }

  .modal-popup.modal-slide .modal-inner-wrap {
      margin: 0;
      max-height: none
  }

  .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: #fff;
      box-shadow: 0 0 12px 2px rgba(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 .3s ease-in-out;
      transition: transform .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,.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: 14px;
      font-weight: 700
  }
}

.fa-calendar:before {
  content: "\f073"
}

.fa-download:before {
  content: "\f019"
}

.fa-tv:before,.fa-television:before {
  content: "\f26c"
}

.btn.btn-primary {
  color: #fff;
  background-color: #337ab7 !important;
  position: relative;
  padding: 10px;
  height: 50px;
  border: 2px solid #1b8ad7 !important;
  border-radius: 5px !important;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .06em;
  box-shadow: 0 3px 11px 0 rgba(0,0,0,.15) !important;
  transition: .3s !important;
  backface-visibility: hidden;
  margin-left: 5px;
  margin-right: 5px
}

#hn .btn.btn-default:hover,.btn.btn-primary:hover {
  color: #fff;
  background-color: #1b9794 !important;
  border-color: #1b9794 !important
}

.lead-journey.modal-popup .modal-inner-wrap .modal-header button.action-close:before {
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  margin-top: .75rem;
  display: b
}

@media only screen and (max-width: 768px) {
  #hn li.authorization-link a.std-loginout.btn.btn-orange {
      background-color:#cd2026;
      border: none
  }
}

@media only screen and (min-width: 769px) {
  #hn a.btn.btn-orange.btn-dashboard {
      position:absolute;
      top: -10px;
      width: 120px;
      right: 0;
      display: inline-block;
      height: 50px;
      z-index: 0;
      background: 0 0;
      background-color: transparent;
      border: none;
      padding: 0;
      margin: 0
  }

  #hn a.btn.btn-orange.btn-dashboard~ul {
      margin: 0;
      padding: 0
  }

  li.authorization-link:hover ul {
      display: block
  }

  #hn a.btn.btn-orange.btn-dashboard~ul {
      margin: 0;
      padding: 0
  }

  #hn a.btn.btn-orange.btn-dashboard~ul li {
      margin: 0;
      padding: 0;
      display: inline-block
  }

  .authorization-link a.std-loginout.btn-logout {
      background: #fff;
      padding: 10px 30px;
      border: 1px solid #e3e3e3;
      color: #000;
      border-radius: 5px
  }
}

