@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,700,500);
@import url('../../frontend/Heritage/yourstore_child/en_US/webfonts/fontawesome.css');
/* The above import directives are aggregated from content. */
/**
 * 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*/
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', '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] {
  cursor: help;
  border-bottom: 1px dotted #d1d1d1;
}
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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
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: 'Open Sans', '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 {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', '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*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #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*="date"]::-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*="date"]:-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: 'Open Sans', '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: 'Open Sans', '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: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.opc-wrapper .opc,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.prices-tier,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.opc-wrapper .opc > li,
.checkout-agreements-items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > 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 {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 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;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.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;
}
.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: ': ';
}
.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;
}
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.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,
.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,
.account .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,
.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,
.account .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;
}
.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,
.account .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.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,
.account .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.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,
.account .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;
}
.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,
.account .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.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,
.account .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.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,
.account .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,
.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-return-items .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .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;
}
.table-comparison .cell.remove .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.table-comparison .cell.remove .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,
.table-comparison .cell.remove .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,
.table-comparison .cell.remove .action.delete:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.table-comparison .cell.remove .action.delete:active:before {
  color: #303030;
}
.product.name a {
  font-weight: 400;
}
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice {
  margin: 30px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.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.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.account .column.main .limiter > .label,
.field.street .field.additional .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.checkout-container:before,
.checkout-container: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,
.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,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products: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 {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options: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,
.toolbar:after,
.toolbar-products: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 {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.column .block-addbysku .sku,
.search-autocomplete,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  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;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  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 {
  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 {
  -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 {
  color: #333333;
}
.multicheckout .action.primary,
.form-address-edit .actions-toolbar .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-remove,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.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 {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  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-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.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 {
  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,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.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 {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.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) {
  box-shadow: none;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.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;
}
.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;
}
.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) ': ';
}
.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;
}
.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,
.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,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  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 {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .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 {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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 {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .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 {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before {
  color: inherit;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker {
  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-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;
}
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.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;
}
.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,
.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,
.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;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.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,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.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,
.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;
}
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.paypal-review-discount .block.active > .content {
  display: block;
}
/*& when (@media-common = true) {
    .lib-font-face(
        @family-name: 'Open Sans',
        @font-path: '@{baseDir}fonts/opensans/light/opensans-300',
        @font-weight: 300,
        @font-style: normal,
        @font-display: swap
    );

    .lib-font-face(
        @family-name: 'Open Sans',
        @font-path: '@{baseDir}fonts/opensans/regular/opensans-400',
        @font-weight: 400,
        @font-style: normal,
        @font-display: swap
    );

    .lib-font-face(
        @family-name: 'Open Sans',
        @font-path: '@{baseDir}fonts/opensans/semibold/opensans-600',
        @font-weight: 600,
        @font-style: normal,
        @font-display: swap
    );

    .lib-font-face(
        @family-name: 'Open Sans',
        @font-path: '@{baseDir}fonts/opensans/bold/opensans-700',
        @font-weight: 700,
        @font-style: normal,
        @font-display: swap
    );
}*/
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.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;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f5f5f5;
}
.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;
}
.left-tooltip {
  position: relative;
}
.left-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-right: 5px;
  right: 100%;
  top: 0;
}
.left-tooltip .tooltip-content:after,
.left-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.left-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.left-tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.left-tooltip .tooltip-content:after,
.left-tooltip .tooltip-content:before {
  left: 100%;
}
.left-tooltip .tooltip-content:after {
  border-left-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.left-tooltip .tooltip-content:before {
  border-left-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.left-tooltip .tooltip-toggle {
  cursor: help;
}
.left-tooltip .tooltip-toggle:hover + .tooltip-content,
.left-tooltip .tooltip-toggle:focus + .tooltip-content,
.left-tooltip:hover .tooltip-content {
  display: block;
}
.right-tooltip {
  position: relative;
}
.right-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;
}
.right-tooltip .tooltip-content:after,
.right-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.right-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.right-tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.right-tooltip .tooltip-content:after,
.right-tooltip .tooltip-content:before {
  right: 100%;
}
.right-tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.right-tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.right-tooltip .tooltip-toggle {
  cursor: help;
}
.right-tooltip .tooltip-toggle:hover + .tooltip-content,
.right-tooltip .tooltip-toggle:focus + .tooltip-content,
.right-tooltip:hover .tooltip-content {
  display: block;
}
.top-tooltip {
  position: relative;
}
.top-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-bottom: 5px;
  bottom: 100%;
  left: 0;
}
.top-tooltip .tooltip-content:after,
.top-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.top-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.top-tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.top-tooltip .tooltip-content:after,
.top-tooltip .tooltip-content:before {
  top: 100%;
}
.top-tooltip .tooltip-content:after {
  border-top-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.top-tooltip .tooltip-content:before {
  border-top-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.top-tooltip .tooltip-toggle {
  cursor: help;
}
.top-tooltip .tooltip-toggle:hover + .tooltip-content,
.top-tooltip .tooltip-toggle:focus + .tooltip-content,
.top-tooltip:hover .tooltip-content {
  display: block;
}
.bottom-tooltip {
  position: relative;
}
.bottom-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-top: 5px;
  left: 0;
  top: 100%;
}
.bottom-tooltip .tooltip-content:after,
.bottom-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.bottom-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.bottom-tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.bottom-tooltip .tooltip-content:after,
.bottom-tooltip .tooltip-content:before {
  bottom: 100%;
}
.bottom-tooltip .tooltip-content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.bottom-tooltip .tooltip-content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.bottom-tooltip .tooltip-toggle {
  cursor: help;
}
.bottom-tooltip .tooltip-toggle:hover + .tooltip-content,
.bottom-tooltip .tooltip-toggle:focus + .tooltip-content,
.bottom-tooltip:hover .tooltip-content {
  display: block;
}
.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('../../frontend/Heritage/yourstore_child/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
/*& when (@media-common = true) {
    .lib-font-face(
        @family-name: @icons__font-name,
        @font-path: @icons__font-path,
        @font-weight: normal,
        @font-style: normal,
        @font-display: block
    );
}*/
/* .product.data.items {
        .lib-data-accordion();
        margin-bottom: @indent__base;
    }*/
/*& when (@media-common = true) {
    .pages {
        .lib-pager();
        .action {
            width: 34px;
            &.previous {
                margin-right: 12px;
            }
            &.next {
                margin-left: 12px;
            }
        }
    }
}*/
.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._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 .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: 3rem;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-top: 2.1rem;
  margin-bottom: -12.9rem;
}
.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.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Heritage/yourstore_child/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../../frontend/Heritage/yourstore_child/en_US/Dotdigitalgroup_Sms/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../../frontend/Heritage/yourstore_child/en_US/Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.vertical-align {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontal-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul {
  padding: 0;
  list-style: none;
}
.TonyM {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .TonyM {
    position: relative;
  }
}
.TonyM ul {
  padding: 0;
  list-style: none;
}
.TonyM a {
  text-decoration: none !important;
}
.TonyM a,
.TonyM a:visited,
.TonyM a:active,
.TonyM a:link {
  color: #333333;
}
.TonyM img {
  width: 100%;
  height: auto;
}
.TonyM__trns {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .TonyM__trns {
    position: absolute;
    z-index: 1;
    cursor: default;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__arw {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: solid 2px #333333;
    border-bottom: solid 2px #333333;
  }
}
.TonyM__label {
  padding-left: 4px;
  padding-right: 4px;
  font-size: 10px;
  font-weight: lighter;
  color: white;
  background-color: #1fc0a0;
}
.TonyM__label--new {
  background-color: #333333;
}
.TonyM__label--sale {
  background-color: #1fc0a0;
}
.TonyM__label--hot {
  background-color: #fec01a;
}
.TonyM--upcase {
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .TonyM--relative {
    position: relative;
  }
}
.TonyM--scroll {
  overflow: auto;
}
body.TonyM--ovf-hide {
  position: fixed !important;
  width: 100% !important;
  overflow: hidden !important;
}
@media only screen and (min-width: 1025px) {
  .TonyM--proces-init-js .TonyM__mm {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__panel {
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__panel > li {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.TonyM__panel > li > a {
  width: 100%;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 1025px) {
  .TonyM__panel > li > a {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  .TonyM__panel > li > a {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__panel > li > a > span {
    position: relative;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.TonyM__panel a {
  position: relative;
}
.TonyM__panel--act {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .TonyM__panel--act {
    color: #333333 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__close {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm {
    display: none;
    position: absolute;
    width: 1170px;
    padding: 20px 40px 50px;
    background-color: #ffffff;
    font-size: 16px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--simple {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__panel > li:hover .TonyM__mm,
  .TonyM__panel > li:hover .TonyM__trns {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--anim_show,
  .TonyM__mm--anim_fade,
  .TonyM__mm--anim_emersion,
  .TonyM__mm--anim_emersion-vert {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--anim_show.TonyM__mm--ready,
  .TonyM__mm--anim_fade.TonyM__mm--ready,
  .TonyM__mm--anim_emersion.TonyM__mm--ready,
  .TonyM__mm--anim_emersion-vert.TonyM__mm--ready {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--anim_show.TonyM__mm--animate,
  .TonyM__mm--anim_fade.TonyM__mm--animate,
  .TonyM__mm--anim_emersion.TonyM__mm--animate,
  .TonyM__mm--anim_emersion-vert.TonyM__mm--animate {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--anim_fade {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--anim_emersion,
  .TonyM__mm--anim_emersion-vert {
    -webkit-transition: opacity 0.5s, margin 0.5s;
    -moz-transition: opacity 0.5s, margin 0.5s;
    -ms-transition: opacity 0.5s, margin 0.5s;
    -o-transition: opacity 0.5s, margin 0.5s;
    transition: opacity 0.5s, margin 0.5s;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--anim_emersion {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--anim_emersion-vert {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--anim_emersion.TonyM__mm--animate,
  .TonyM__mm--anim_emersion-vert.TonyM__mm--animate {
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__bx-t,
  .TonyM__bx-out-c,
  .TonyM__bx-b,
  .TonyM__bx-l,
  .TonyM__bx-c,
  .TonyM__bx-r,
  .TonyM__bx-in-t,
  .TonyM__bx-in-c,
  .TonyM__bx-in-b {
    position: relative;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__bx-out-c,
  .TonyM__bx-c,
  .TonyM__bx-in-c {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__bx-out-c {
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__bx-l,
  .TonyM__bx-r,
  .TonyM__bx-t,
  .TonyM__bx-b,
  .TonyM__bx-in-t,
  .TonyM__bx-in-b {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  .TonyM__bx-l,
  .TonyM__bx-r,
  .TonyM__bx-t,
  .TonyM__bx-b,
  .TonyM__bx-in-t,
  .TonyM__bx-in-b {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__bx-r {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__bx-t,
  .TonyM__bx-b,
  .TonyM__bx-in-t,
  .TonyM__bx-in-b {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__bx-c,
  .TonyM__bx-l,
  .TonyM__bx-r {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__bx-l,
  .TonyM__bx-r {
    width: 20%;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__bx-l > *:not(:first-child),
  .TonyM__bx-r > *:not(:first-child) {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__bx-t > *:not(:first-child),
  .TonyM__bx-b > *:not(:first-child),
  .TonyM__bx-in-t > *:not(:first-child),
  .TonyM__bx-in-b > *:not(:first-child) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__bx-c {
    width: 100%;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__bx-t {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__bx-b {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__bx-b--separate {
    padding-top: 15px;
    margin-top: 15px;
    border-top: solid 2px #1fc0a0;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__bx-in-t {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__bx-in-b {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__bx-in-c {
    width: 100%;
    margin-bottom: auto;
    text-align: left;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--pdg-only-c,
  .TonyM__mm--pdg-only-c .TonyM__bx-out-c,
  .TonyM__mm--pdg-only-c .TonyM__bx-r,
  .TonyM__mm--pdg-only-c .TonyM__bx-t,
  .TonyM__mm--pdg-only-c .TonyM__bx-b {
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--pdg-only-c .TonyM__bx-out-c {
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--pdg-only-c .TonyM__bx-c {
    padding: 30px 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__prm {
    display: block;
    width: 100%;
  }
}
.TonyM__prm img {
  -webkit-transition: filter 300ms;
  -moz-transition: filter 300ms;
  -ms-transition: filter 300ms;
  -o-transition: filter 300ms;
  transition: filter 300ms;
}
.TonyM__prm img:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.TonyM__prm--indent {
  margin-top: 30px;
}
.TonyM__prm-text {
  position: absolute;
  padding: 60px 20px 20px 60px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
}
.TonyM__prm-text span {
  font-size: 50px;
  font-weight: bold;
}
.TonyM__prm-text p {
  margin-bottom: 34px;
  font-size: 16px;
  font-weight: bold;
}
.TonyM__prm-text--dsgn-white span,
.TonyM__prm-text--dsgn-white p {
  color: white;
}
.TonyM__prm-text--dsgn-white a,
.TonyM__prm-text--dsgn-white a:visited,
.TonyM__prm-text--dsgn-white a:active,
.TonyM__prm-text--dsgn-white a:link {
  color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  .TonyM__list {
    margin: 0 -15px;
    flex-wrap: wrap;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__list > li {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__list li {
    position: relative;
    width: 100%;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__list li:not(.TonyM__ttl):not(:last-child) > a {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__list li:not(.TonyM__ttl):not(.TonyM__ttl-img) > a:hover {
    background-color: #f7f7f7;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__list a {
    padding: 9.5px 7px;
    min-height: 50px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .TonyM__list a,
  .TonyM__list a:visited,
  .TonyM__list a:active,
  .TonyM__list a:link {
    color: #777777;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__list a:hover {
    color: #333333;
  }
}
.TonyM__list_inner {
  margin: 0 -15px;
}
@media only screen and (min-width: 1025px) {
  .TonyM__list_inner {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.TonyM__list_inner li {
  padding: 0 15px;
}
@media only screen and (min-width: 1025px) {
  .TonyM__list--arrows > li > ul > li:not(.TonyM__ttl-img) > a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: solid 2px #1fc0a0;
    border-bottom: solid 2px #1fc0a0;
    top: 50%;
    left: 50%;
    margin-right: 14px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__list .TonyM__arw {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__list .TonyM__label {
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: 2px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--big-space {
    padding: 50px 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__ttl {
    min-height: 57px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__ttl > a {
    padding: 8px 0 14px;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    border-bottom: 2px solid #1fc0a0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    transition: color 300ms linear;
  }
  .TonyM__ttl > a,
  .TonyM__ttl > a:visited,
  .TonyM__ttl > a:active,
  .TonyM__ttl > a:link {
    color: #333333;
  }
  .TonyM__ttl > a:hover {
    color: #1fc0a0;
  }
}
.TonyM__ttl > ul {
  padding: 0 !important;
}
@media only screen and (min-width: 1025px) {
  .TonyM__ttl > a .TonyM__arw {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__ttl-img {
    margin-top: 21px;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 1024px) {
  .TonyM__ttl-img {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__ttl-img img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__ttl-img a {
    display: block;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__ttl-img a:hover img {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__dd ul {
    display: none;
    position: absolute;
    width: 200px;
    top: 0;
    left: 100%;
    background-color: #fcfcfc;
    z-index: 1;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__dd > ul::before {
    position: absolute;
    display: block;
    content: '';
    width: 15px;
    height: 100%;
    top: 0;
    left: -15px;
  }
}
@media only screen and (min-width: 1025px) {
  ul.TonyM__dd--ready {
    display: block;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
}
@media only screen and (min-width: 1025px) {
  ul.TonyM__dd--reverse {
    left: auto;
    right: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  ul.TonyM__dd--btm {
    top: auto;
    bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__dd > ul.TonyM--reverse {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  ul.TonyM__dd > ul.TonyM--reverse::before {
    left: auto;
    right: -15px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm > .TonyM__list .TonyM__dd > ul {
    margin-left: -15px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm > .TonyM__list .TonyM__dd > ul.TonyM__dd--reverse {
    margin-left: 0;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1025px) {
  ul.TonyM__dd--inner {
    width: 100%;
    left: 0;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 1025px) {
  ul.TonyM__dd--inner::before {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM:not(.TonyM--initialized) .TonyM__dd:hover > ul,
  .TonyM:not(.TonyM--initialized) .TonyM__dd li:hover > ul {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__dd .TonyM__arw {
    display: block;
    width: 7px;
    height: 7px;
    border-right: solid 2px #1fc0a0;
    border-bottom: solid 2px #1fc0a0;
    margin-left: auto;
    margin-right: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1024px) {
  .TonyM:not([data-tm-mob='true']) {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr5-c1 {
    width: 20% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr5-c2 {
    width: 40% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr5-c3 {
    width: 60% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr5-c4 {
    width: 80% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr5-c5 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr6-c1 {
    width: 16.66666667% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr6-c2 {
    width: 33.33333333% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr6-c3 {
    width: 50% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr6-c4 {
    width: 66.66666667% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr6-c5 {
    width: 83.33333333% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr6-c6 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr12-c1 {
    width: 8.33333333% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr12-c2 {
    width: 16.66666667% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr12-c3 {
    width: 25% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr12-c4 {
    width: 33.33333333% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr12-c5 {
    width: 41.66666667% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr12-c6 {
    width: 50% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr12-c7 {
    width: 58.33333333% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr12-c8 {
    width: 66.66666667% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr12-c9 {
    width: 75% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr12-c10 {
    width: 83.33333333% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr12-c11 {
    width: 91.66666667% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr12-c12 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr2-in > * {
    width: 50% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--simple > .TonyM--gr2-in > *:nth-last-child(-n + 2) a {
    border-bottom: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr3-in > * {
    width: 33.33333333% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--simple > .TonyM--gr3-in > *:nth-last-child(-n + 3) a {
    border-bottom: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr4-in > * {
    width: 25% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--simple > .TonyM--gr4-in > *:nth-last-child(-n + 4) a {
    border-bottom: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr5-in > * {
    width: 20% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--simple > .TonyM--gr5-in > *:nth-last-child(-n + 5) a {
    border-bottom: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr6-in > * {
    width: 16.66666667% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--simple > .TonyM--gr6-in > *:nth-last-child(-n + 6) a {
    border-bottom: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr7-in > * {
    width: 14.28571429% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--simple > .TonyM--gr7-in > *:nth-last-child(-n + 7) a {
    border-bottom: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr8-in > * {
    width: 12.5% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--simple > .TonyM--gr8-in > *:nth-last-child(-n + 8) a {
    border-bottom: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr9-in > * {
    width: 11.11111111% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--simple > .TonyM--gr9-in > *:nth-last-child(-n + 9) a {
    border-bottom: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr10-in > * {
    width: 10% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--simple > .TonyM--gr10-in > *:nth-last-child(-n + 10) a {
    border-bottom: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr11-in > * {
    width: 9.09090909% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--simple > .TonyM--gr11-in > *:nth-last-child(-n + 11) a {
    border-bottom: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM--gr12-in > * {
    width: 8.33333333% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__mm--simple > .TonyM--gr12-in > *:nth-last-child(-n + 12) a {
    border-bottom: none !important;
  }
}
.TonyM__clearfix {
  width: 100% !important;
  display: block;
  margin-top: 24px;
}
.TonyM__featured_pdt {
  align-items: center;
  outline: 0;
}
.TonyM__featured_img a {
  display: block;
}
.TonyM__featured_img a img {
  width: 100%;
}
.TonyM__featured_ttl h2 {
  margin: 12px 0 8px;
  text-align: center;
  line-height: 24px;
}
.TonyM__featured_ttl h2 a {
  padding: 0 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.6px;
  -webkit-transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  -ms-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  transition: color 300ms linear;
}
.TonyM__featured_ttl h2 a,
.TonyM__featured_ttl h2 a:visited,
.TonyM__featured_ttl h2 a:active,
.TonyM__featured_ttl h2 a:link {
  color: #1fc0a0;
}
.TonyM__featured_ttl h2 a:hover {
  color: #333333;
}
.TonyM__featured_price span {
  display: block;
  margin-bottom: 18px;
  font-family: Ubuntu, sans-serif;
  font-size: 30px;
  line-height: 32px;
  color: #333333;
  font-weight: 400;
  text-align: center;
}
.TonyM__featured .slick-prev,
.TonyM__featured .slick-next {
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.TonyM__brands img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 300ms 0s ease;
  -moz-transition: all 300ms 0s ease;
  -ms-transition: all 300ms 0s ease;
  -o-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.TonyM__brands img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.TonyM__brands .slick-arrow {
  display: none !important;
}
.TonyM__special {
  position: relative;
}
.TonyM__special_slide:not(:first-child) {
  padding-top: 22px;
  margin-top: 22px;
  border-top: 1px solid transparent;
}
.TonyM__special_slide.slick-active:not(:last-child) {
  border-top-color: #e5e5e5;
}
.TonyM__special_pdt {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.TonyM__special_img {
  position: relative;
  min-width: 120px;
  width: 120px;
  margin-right: 20px;
}
.TonyM__special_label {
  position: absolute;
  display: inline-block;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 300;
  color: white;
  background-color: #fa6b6b;
  top: 10px;
  left: 10px;
}
.TonyM__special_ttl h2 {
  margin-bottom: 8px;
  line-height: 1px;
}
.TonyM__special_ttl h2 a {
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-transition: color 300ms linear 0s;
  -moz-transition: color 300ms linear 0s;
  -ms-transition: color 300ms linear 0s;
  -o-transition: color 300ms linear 0s;
  transition: color 300ms linear 0s;
}
.TonyM__special_ttl h2 a,
.TonyM__special_ttl h2 a:visited,
.TonyM__special_ttl h2 a:active,
.TonyM__special_ttl h2 a:link {
  color: #777777;
}
.TonyM__special_ttl h2 a:hover {
  color: #1fc0a0;
}
.TonyM__special_price {
  font-size: 0;
  display: table;
}
.TonyM__special_price span {
  line-height: 1;
}
.TonyM__special_price span:first-child {
  font-size: 20px;
  color: #1fc0a0;
}
.TonyM__special_price span:not(:first-child) {
  margin-left: 10px;
  font-size: 12px;
  color: #fa6b6b;
  text-decoration: line-through;
}
.TonyM__special .slick-arrow {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  .TonyM__variantas {
    margin: 0 -15px;
    flex-wrap: wrap;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__variantas li {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__variantas_img {
    position: relative;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .TonyM__variantas_img {
    display: none !important;
  }
}
.TonyM__variantas_img img {
  width: auto;
}
@media only screen and (min-width: 1025px) {
  .TonyM__variantas_img .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__variantas_img:hover .btn {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__variantas_ttl {
    display: block;
    margin: 20px 0 10px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: color 300ms 0s ease;
    -moz-transition: color 300ms 0s ease;
    -ms-transition: color 300ms 0s ease;
    -o-transition: color 300ms 0s ease;
    transition: color 300ms 0s ease;
  }
  .TonyM__variantas_ttl,
  .TonyM__variantas_ttl:visited,
  .TonyM__variantas_ttl:active,
  .TonyM__variantas_ttl:link {
    color: #333333;
  }
}
@media only screen and (min-width: 1025px) {
  .TonyM__variantas_img:hover + .TonyM__variantas_ttl,
  .TonyM__variantas_ttl:hover {
    color: #1fc0a0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'].TonyM {
    position: fixed;
    width: 100%;
    max-width: 300px;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow: auto;
    z-index: 2;
    -webkit-transform: translate3d(-100%, 0px, 0px);
    -moz-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);
    -o-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'].TonyM--ready {
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'].TonyM--open {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM__close a {
    font-size: 15px;
    font-weight: 500;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM__close a::before {
    height: 23px;
    margin-right: 8px;
    text-indent: 0;
    font-family: 'Material Icons';
    content: "\e14c";
    font-size: 23px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM--lvl > a {
    position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM--lvl > *:not(a) {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM__arw {
    position: absolute;
    width: 48px;
    height: 100%;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM__arw::before {
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-right: solid 2px #1fc0a0;
    border-bottom: solid 2px #1fc0a0;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM__label {
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: 2px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM__panel {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM__panel > li:last-of-type > a {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM__panel > li a {
    min-height: 47px;
    padding: 8px 37px 8px 20px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM__panel > li li a {
    padding-left: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM__panel > li li li a {
    padding-left: 44px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM__panel > li li li li a {
    padding-left: 56px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM__panel > li li li li li a {
    padding-left: 68px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM__panel li {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM__panel a {
    background-color: #ffffff;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: background-color 0.5s !important;
    -moz-transition: background-color 0.5s !important;
    -ms-transition: background-color 0.5s !important;
    -o-transition: background-color 0.5s !important;
    transition: background-color 0.5s !important;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM--btn-act > a {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM--btn-act > a > i::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] .TonyM--btn-act > *:not(a) {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] + .TonyM__bg {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] + .TonyM__bg--ready {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  [data-tm-mob='true'] + .TonyM__bg--show {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='row'] .TonyM__trns {
    min-width: 100%;
    left: 0;
    top: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='row'] .TonyM__panel {
    margin: 0 -15.5px;
    font-size: 0;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='row'] .TonyM__panel > li {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='row'] .TonyM__panel > li > a {
    padding-left: 15.5px;
    padding-right: 15.5px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='row'] .TonyM__panel > li > a .act-underline {
    position: relative;
    top: 0;
    will-change: top;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='row'] .TonyM__panel > li > a .act-underline::before {
    content: '';
    position: absolute;
    display: block;
    height: 0;
    width: 100%;
    top: calc(100% + 4px);
    left: 0;
    background-color: #1fc0a0;
    will-change: height, opacity;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='row'] .TonyM__panel > li:hover > a {
    color: #333333;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='row'] .TonyM__panel > li:hover > a .act-underline {
    top: -4px;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='row'] .TonyM__panel > li:hover > a .act-underline::before {
    height: 5px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='row'] .TonyM__panel > li > a .TonyM__arw {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='row'] .TonyM__panel > li > a .TonyM__label {
    position: absolute;
    display: block;
    top: calc(-100% + 14px);
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='row'] .TonyM__panel > li > a .TonyM__label::before {
    position: absolute;
    display: block;
    content: '';
    border: solid 5px transparent;
    border-left-width: 7px;
    top: 100%;
    left: 0;
    margin-top: -5px;
    border-left-color: #1fc0a0;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='row'] .TonyM__panel > li > a .TonyM__label--new::before {
    border-left-color: #333333;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='row'] .TonyM__panel > li > a .TonyM__label--sale::before {
    border-left-color: #1fc0a0;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='row'] .TonyM__mm {
    left: 0;
    top: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='row'] .TonyM__mm--center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='row'] .TonyM__mm--right {
    left: auto;
    right: 0;
  }
}
[data-tm-dir='row'] .TonyM__mm--anim_emersion-vert[data-tm-a-h='item-right'],
[data-tm-dir='row'] .TonyM__mm--anim_emersion-vert[data-tm-a-h='menu-right'],
[data-tm-dir='row'] .TonyM__mm--anim_emersion-vert[data-tm-a-h='ocntainer-right'],
[data-tm-dir='row'] .TonyM__mm--anim_emersion-vert[data-tm-a-h='window-right'] {
  margin-left: 0;
  margin-right: -30px;
}
[data-tm-dir='row'] .TonyM__mm--animate[data-tm-a-h='item-right'],
[data-tm-dir='row'] .TonyM__mm--animate[data-tm-a-h='menu-right'],
[data-tm-dir='row'] .TonyM__mm--animate[data-tm-a-h='ocntainer-right'],
[data-tm-dir='row'] .TonyM__mm--animate[data-tm-a-h='window-right'] {
  margin: 0;
}
[data-tm-dir='column'].TonyM {
  z-index: 1110;
  margin-bottom: 20px;
}
[data-tm-dir='column'].TonyM:hover {
  z-index: 111110;
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='column'] .TonyM__trns {
    min-height: 100%;
    left: 100%;
    top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='column'] .TonyM__panel {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='column'] .TonyM__panel > li > a {
    padding: 14px 28px 14px 20px;
    min-height: 59px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333333;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: color 300ms 0s ease;
    -moz-transition: color 300ms 0s ease;
    -ms-transition: color 300ms 0s ease;
    -o-transition: color 300ms 0s ease;
    transition: color 300ms 0s ease;
    -webkit-transition: background 300ms 0s ease;
    -moz-transition: background 300ms 0s ease;
    -ms-transition: background 300ms 0s ease;
    -o-transition: background 300ms 0s ease;
    transition: background 300ms 0s ease;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='column'] .TonyM__panel > li:hover > a {
    color: #333333;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='column'] .TonyM__panel > li > a .TonyM__arw {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-right: solid 2px #1fc0a0;
    border-bottom: solid 2px #1fc0a0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
  }
}
[data-tm-dir='column'] .TonyM__panel > li > a > span {
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='column'] .TonyM__panel > li > a .TonyM__label {
    margin-left: auto;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='column'] .TonyM__mm {
    left: 100%;
    top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='column'] .TonyM__mm--center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='column'] .TonyM__mm--bottom {
    top: auto;
    bottom: 0;
  }
}
[data-tm-dir='column'] .TonyM__mm--anim_emersion[data-tm-a-v='item-bottom'],
[data-tm-dir='column'] .TonyM__mm--anim_emersion[data-tm-a-v='menu-bottom'] {
  margin-top: 0;
  margin-bottom: -30px;
}
[data-tm-dir='column'] .TonyM__mm--animate[data-tm-a-v='item-bottom'],
[data-tm-dir='column'] .TonyM__mm--animate[data-tm-a-v='menu-bottom'] {
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='column'][data-tm-pos='right'] .TonyM__panel > li > a .TonyM__arw {
    margin-left: 0;
    margin-right: auto;
    order: -1;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='column'][data-tm-pos='right'] .TonyM__panel > li > a {
    padding: 14px 20px 14px 28px;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='column'][data-tm-pos='right'] .TonyM__panel > li > a > span {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='column'][data-tm-pos='right'] .TonyM__panel > li > a .TonyM__label {
    margin-left: 16px;
    margin-right: auto;
    order: -1;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='column'][data-tm-pos='right'] .TonyM__trns {
    left: auto;
    right: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  [data-tm-dir='column'][data-tm-pos='right'] .TonyM__mm {
    left: auto;
    right: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .header-menu {
    margin-top: 2px;
  }
}
@media only screen and (min-width: 1025px) {
  .stuck-nav:not(.fixedbar) .header-menu {
    margin-top: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .stuck-nav.fixedbar .header-menu {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
aside {
  z-index: 10;
}
aside nav {
  margin-bottom: 28px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigation
 * @copyright   Copyright (c) 2017 Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.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;
}
.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;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.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) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.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;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
  /*.step-title {
            &:extend(.abs-checkout-title all);
        }

        .step-content {
            margin: 0 0 @indent__xl;
        }*/
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  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 {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.field {
  /*&._error {
            .control {
                input,
                select,
                textarea {
                    .lib-css(border-color, @checkout-field-validation__border-color);
                }
            }
        }*/
}
/*.opc-wrapper {
        .fieldset {
            > .field {
                > .label {
                    font-weight: @font-weight__regular;
                }
            }
        }
    }*/
.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 .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.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: 20px 5px 0 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 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: #1979c3;
  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 {
  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 .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.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-radius: 50%;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
  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 .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 .payment-method-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 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: #1979c3;
  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 .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.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;
}
/**
 * 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%;
}
.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 {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  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:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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 {
  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: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #1979c3;
  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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .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;
}
.block.newsletter {
  margin-bottom: 40px;
}
.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: 35px;
  line-height: 33px;
  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 {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.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;
}
.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(../../frontend/Heritage/yourstore_child/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/Heritage/yourstore_child/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.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: 0 0 3px 1px #68a8e0;
}
.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;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Heritage/yourstore_child/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  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,
.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: #1979c3;
  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: #1979c3;
  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,
.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: #1979c3;
  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;
}
.page-products .columns {
  position: relative;
}
.toolbar-amount {
  display: block;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter {
  display: none;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.modes {
  float: left;
}
.products.wrapper ~ .toolbar .modes {
  display: none;
}
.products.wrapper ~ .toolbar .slide-column-open {
  display: none !important;
}
.page-products .toolbar .limiter {
  display: none;
}
.toolbar-amount {
  display: none;
}
.sorter {
  float: right;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label] .price {
  font-size: 1.1rem;
}
.price-tier_price .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 {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 100%;
}
.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-info-main .product.attibute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 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 {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-tier_price {
  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: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
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 .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-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-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;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.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;
}
.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;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
/* Deleted */
.block-collapsible-nav .content {
  padding: 15px 0;
}
body {
  background-color: #ffffff;
}
.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: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.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: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.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;
}
.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;
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main {
  margin: 0;
  padding: 70px 70px 50px 37px;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add {
  display: none;
}
.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;
}
.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: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 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;
}
@media only screen and (max-width: 768px) {
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #ffffff;
  }
  .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;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .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,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .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;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -18px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  /*.product.data.items {
        .lib-data-accordion();
        .data.item {
            display: block;
        }
    }*/
  .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-y: auto;
    overflow-x: hidden;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    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);
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .payment-method-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;
  }
  .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%;
  }
  .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;
  }
  .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: block;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*="block-compare"] {
    display: none;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
}
@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,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .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%;
  }
  .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;
  }
  .block-search {
    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;
  }
  .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;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .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: #1979c3;
    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,
  .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: #1979c3;
    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%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
    display: inline-block;
  }
  .modes {
    display: inline-block;
    float: left;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  .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%;
  }
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../../frontend/Heritage/yourstore_child/en_US/font/fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('../../frontend/Heritage/yourstore_child/en_US/font/fonts/MaterialIcons-Regular.woff2') format('woff2'),
    url('../../frontend/Heritage/yourstore_child/en_US/font/fonts/MaterialIcons-Regular.woff') format('woff'),
    url('../../frontend/Heritage/yourstore_child/en_US/font/fonts/MaterialIcons-Regular.ttf') format('truetype');
}

.icon-ico,
[class*="icon-"]:before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: inherit;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:hover , [class*=" icon-"]:hover {
    text-decoration: none;
}
.icon--flippedY {
	-webkit-transform:scaleY(-1);
	-moz-transform:scaleY(-1);
	-ms-transform:scaleY(-1);
	-o-transform:scaleY(-1);
	transform:scaleY(-1);
}
.icon--flippedX {
	-webkit-transform:scaleX(-1);
	-moz-transform:scaleX(-1);
	-ms-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	transform:scaleX(-1);
}
.icon-3d_rotation:before {
    content: "\e84d"
}

.icon-access_alarm:before {
    content: "\e190"
}

.icon-access_alarms:before {
    content: "\e191"
}

.icon-access_time:before {
    content: "\e192"
}

.icon-accessibility:before {
    content: "\e84e"
}

.icon-account_balance:before {
    content: "\e84f"
}

.icon-account_balance_wallet:before {
    content: "\e850"
}

.icon-account_box:before {
    content: "\e851"
}

.icon-account_circle:before {
    content: "\e853"
}

.icon-adb:before {
    content: "\e60e"
}

.icon-add:before {
    content: "\e145"
}

.icon-add_alarm:before {
    content: "\e193"
}

.icon-add_alert:before {
    content: "\e003"
}

.icon-add_box:before {
    content: "\e146"
}

.icon-add_circle:before {
    content: "\e147"
}

.icon-add_circle_outline:before {
    content: "\e148"
}

.icon-add_shopping_cart:before {
    content: "\e854"
}

.icon-add_to_photos:before {
    content: "\e39d"
}

.icon-adjust:before {
    content: "\e39e"
}

.icon-airline_seat_flat:before {
    content: "\e630"
}

.icon-airline_seat_flat_angled:before {
    content: "\e631"
}

.icon-airline_seat_individual_suite:before {
    content: "\e632"
}

.icon-airline_seat_legroom_extra:before {
    content: "\e633"
}

.icon-airline_seat_legroom_normal:before {
    content: "\e634"
}

.icon-airline_seat_legroom_reduced:before {
    content: "\e635"
}

.icon-airline_seat_recline_extra:before {
    content: "\e636"
}

.icon-airline_seat_recline_normal:before {
    content: "\e637"
}

.icon-airplanemode_active:before {
    content: "\e195"
}

.icon-airplanemode_inactive:before {
    content: "\e194"
}

.icon-airplay:before {
    content: "\e055"
}

.icon-alarm:before {
    content: "\e855"
}

.icon-alarm_add:before {
    content: "\e856"
}

.icon-alarm_off:before {
    content: "\e857"
}

.icon-alarm_on:before {
    content: "\e858"
}

.icon-album:before {
    content: "\e019"
}

.icon-android:before {
    content: "\e859"
}

.icon-announcement:before {
    content: "\e85a"
}

.icon-apps:before {
    content: "\e5c3"
}

.icon-archive:before {
    content: "\e149"
}

.icon-arrow_back:before {
    content: "\e5c4"
}

.icon-arrow_drop_down:before {
    content: "\e5c5"
}

.icon-arrow_drop_down_circle:before {
    content: "\e5c6"
}

.icon-arrow_drop_up:before {
    content: "\e5c7"
}

.icon-arrow_forward:before {
    content: "\e5c8"
}

.icon-aspect_ratio:before {
    content: "\e85b"
}

.icon-assessment:before {
    content: "\e85c"
}

.icon-assignment:before {
    content: "\e85d"
}

.icon-assignment_ind:before {
    content: "\e85e"
}

.icon-assignment_late:before {
    content: "\e85f"
}

.icon-assignment_return:before {
    content: "\e860"
}

.icon-assignment_returned:before {
    content: "\e861"
}

.icon-assignment_turned_in:before {
    content: "\e862"
}

.icon-assistant:before {
    content: "\e39f"
}

.icon-assistant_photo:before {
    content: "\e3a0"
}

.icon-attach_file:before {
    content: "\e226"
}

.icon-attach_money:before {
    content: "\e227"
}

.icon-attachment:before {
    content: "\e2bc"
}

.icon-audiotrack:before {
    content: "\e3a1"
}

.icon-autorenew:before {
    content: "\e863"
}

.icon-av_timer:before {
    content: "\e01b"
}

.icon-backspace:before {
    content: "\e14a"
}

.icon-backup:before {
    content: "\e864"
}

.icon-battery_alert:before {
    content: "\e19c"
}

.icon-battery_charging_full:before {
    content: "\e1a3"
}

.icon-battery_full:before {
    content: "\e1a4"
}

.icon-battery_std:before {
    content: "\e1a5"
}

.icon-battery_unknown:before {
    content: "\e1a6"
}

.icon-beenhere:before {
    content: "\e52d"
}

.icon-block:before {
    content: "\e14b"
}

.icon-bluetooth:before {
    content: "\e1a7"
}

.icon-bluetooth_audio:before {
    content: "\e60f"
}

.icon-bluetooth_connected:before {
    content: "\e1a8"
}

.icon-bluetooth_disabled:before {
    content: "\e1a9"
}

.icon-bluetooth_searching:before {
    content: "\e1aa"
}

.icon-blur_circular:before {
    content: "\e3a2"
}

.icon-blur_linear:before {
    content: "\e3a3"
}

.icon-blur_off:before {
    content: "\e3a4"
}

.icon-blur_on:before {
    content: "\e3a5"
}

.icon-book:before {
    content: "\e865"
}

.icon-bookmark:before {
    content: "\e866"
}

.icon-bookmark_border:before {
    content: "\e867"
}

.icon-border_all:before {
    content: "\e228"
}

.icon-border_bottom:before {
    content: "\e229"
}

.icon-border_clear:before {
    content: "\e22a"
}

.icon-border_color:before {
    content: "\e22b"
}

.icon-border_horizontal:before {
    content: "\e22c"
}

.icon-border_inner:before {
    content: "\e22d"
}

.icon-border_left:before {
    content: "\e22e"
}

.icon-border_outer:before {
    content: "\e22f"
}

.icon-border_right:before {
    content: "\e230"
}

.icon-border_style:before {
    content: "\e231"
}

.icon-border_top:before {
    content: "\e232"
}

.icon-border_vertical:before {
    content: "\e233"
}

.icon-brightness_1:before {
    content: "\e3a6"
}

.icon-brightness_2:before {
    content: "\e3a7"
}

.icon-brightness_3:before {
    content: "\e3a8"
}

.icon-brightness_4:before {
    content: "\e3a9"
}

.icon-brightness_5:before {
    content: "\e3aa"
}

.icon-brightness_6:before {
    content: "\e3ab"
}

.icon-brightness_7:before {
    content: "\e3ac"
}

.icon-brightness_auto:before {
    content: "\e1ab"
}

.icon-brightness_high:before {
    content: "\e1ac"
}

.icon-brightness_low:before {
    content: "\e1ad"
}

.icon-brightness_medium:before {
    content: "\e1ae"
}

.icon-broken_image:before {
    content: "\e3ad"
}

.icon-brush:before {
    content: "\e3ae"
}

.icon-bug_report:before {
    content: "\e868"
}

.icon-build:before {
    content: "\e869"
}

.icon-business:before {
    content: "\e0af"
}

.icon-cached:before {
    content: "\e86a"
}

.icon-cake:before {
    content: "\e7e9"
}

.icon-call:before {
    content: "\e0b0"
}

.icon-call_end:before {
    content: "\e0b1"
}

.icon-call_made:before {
    content: "\e0b2"
}

.icon-call_merge:before {
    content: "\e0b3"
}

.icon-call_missed:before {
    content: "\e0b4"
}

.icon-call_received:before {
    content: "\e0b5"
}

.icon-call_split:before {
    content: "\e0b6"
}

.icon-camera:before {
    content: "\e3af"
}

.icon-camera_alt:before {
    content: "\e3b0"
}

.icon-camera_enhance:before {
    content: "\e8fc"
}

.icon-camera_front:before {
    content: "\e3b1"
}

.icon-camera_rear:before {
    content: "\e3b2"
}

.icon-camera_roll:before {
    content: "\e3b3"
}

.icon-cancel:before {
    content: "\e5c9"
}

.icon-card_giftcard:before {
    content: "\e8f6"
}

.icon-card_membership:before {
    content: "\e8f7"
}

.icon-card_travel:before {
    content: "\e8f8"
}

.icon-cast:before {
    content: "\e307"
}

.icon-cast_connected:before {
    content: "\e308"
}

.icon-center_focus_strong:before {
    content: "\e3b4"
}

.icon-center_focus_weak:before {
    content: "\e3b5"
}

.icon-change_history:before {
    content: "\e86b"
}

.icon-chat:before {
    content: "\e0b7"
}

.icon-chat_bubble:before {
    content: "\e0ca"
}

.icon-chat_bubble_outline:before {
    content: "\e0cb"
}

.icon-check:before {
    content: "\e5ca"
}

.icon-check_box:before {
    content: "\e834"
}

.icon-check_box_outline_blank:before {
    content: "\e835"
}

.icon-check_circle:before {
    content: "\e86c"
}

.icon-chevron_left:before {
    content: "\e5cb"
}

.icon-chevron_right:before {
    content: "\e5cc"
}

.icon-chrome_reader_mode:before {
    content: "\e86d"
}

.icon-class:before {
    content: "\e86e"
}

.icon-clear:before {
    content: "\e14c"
}

.icon-clear_all:before {
    content: "\e0b8"
}

.icon-close:before {
    content: "\e5cd"
}

.icon-closed_caption:before {
    content: "\e01c"
}

.icon-cloud:before {
    content: "\e2bd"
}

.icon-cloud_circle:before {
    content: "\e2be"
}

.icon-cloud_done:before {
    content: "\e2bf"
}

.icon-cloud_download:before {
    content: "\e2c0"
}

.icon-cloud_off:before {
    content: "\e2c1"
}

.icon-cloud_queue:before {
    content: "\e2c2"
}

.icon-cloud_upload:before {
    content: "\e2c3"
}

.icon-code:before {
    content: "\e86f"
}

.icon-collections:before {
    content: "\e3b6"
}

.icon-collections_bookmark:before {
    content: "\e431"
}

.icon-color_lens:before {
    content: "\e3b7"
}

.icon-colorize:before {
    content: "\e3b8"
}

.icon-comment:before {
    content: "\e0b9"
}

.icon-compare:before {
    content: "\e3b9"
}

.icon-computer:before {
    content: "\e30a"
}

.icon-confirmation_number:before {
    content: "\e638"
}

.icon-contact_phone:before {
    content: "\e0cf"
}

.icon-contacts:before {
    content: "\e0ba"
}

.icon-content_copy:before {
    content: "\e14d"
}

.icon-content_cut:before {
    content: "\e14e"
}

.icon-content_paste:before {
    content: "\e14f"
}

.icon-control_point:before {
    content: "\e3ba"
}

.icon-control_point_duplicate:before {
    content: "\e3bb"
}

.icon-create:before {
    content: "\e150"
}

.icon-credit_card:before {
    content: "\e870"
}

.icon-crop:before {
    content: "\e3be"
}

.icon-crop_16_9:before {
    content: "\e3bc"
}

.icon-crop_3_2:before {
    content: "\e3bd"
}

.icon-crop_5_4:before {
    content: "\e3bf"
}

.icon-crop_7_5:before {
    content: "\e3c0"
}

.icon-crop_din:before {
    content: "\e3c1"
}

.icon-crop_free:before {
    content: "\e3c2"
}

.icon-crop_landscape:before {
    content: "\e3c3"
}

.icon-crop_original:before {
    content: "\e3c4"
}

.icon-crop_portrait:before {
    content: "\e3c5"
}

.icon-crop_square:before {
    content: "\e3c6"
}

.icon-dashboard:before {
    content: "\e871"
}

.icon-data_usage:before {
    content: "\e1af"
}

.icon-dehaze:before {
    content: "\e3c7"
}

.icon-delete:before {
    content: "\e872"
}

.icon-description:before {
    content: "\e873"
}

.icon-desktop_mac:before {
    content: "\e30b"
}

.icon-desktop_windows:before {
    content: "\e30c"
}

.icon-details:before {
    content: "\e3c8"
}

.icon-developer_board:before {
    content: "\e30d"
}

.icon-developer_mode:before {
    content: "\e1b0"
}

.icon-device_hub:before {
    content: "\e335"
}

.icon-devices:before {
    content: "\e1b1"
}

.icon-dialer_sip:before {
    content: "\e0bb"
}

.icon-dialpad:before {
    content: "\e0bc"
}

.icon-directions:before {
    content: "\e52e"
}

.icon-directions_bike:before {
    content: "\e52f"
}

.icon-directions_boat:before {
    content: "\e532"
}

.icon-directions_bus:before {
    content: "\e530"
}

.icon-directions_car:before {
    content: "\e531"
}

.icon-directions_railway:before {
    content: "\e534"
}

.icon-directions_run:before {
    content: "\e566"
}

.icon-directions_subway:before {
    content: "\e533"
}

.icon-directions_transit:before {
    content: "\e535"
}

.icon-directions_walk:before {
    content: "\e536"
}

.icon-disc_full:before {
    content: "\e610"
}

.icon-dns:before {
    content: "\e875"
}

.icon-do_not_disturb:before {
    content: "\e612"
}

.icon-do_not_disturb_alt:before {
    content: "\e611"
}

.icon-dock:before {
    content: "\e30e"
}

.icon-domain:before {
    content: "\e7ee"
}

.icon-done:before {
    content: "\e876"
}

.icon-done_all:before {
    content: "\e877"
}

.icon-drafts:before {
    content: "\e151"
}

.icon-drive_eta:before {
    content: "\e613"
}

.icon-dvr:before {
    content: "\e1b2"
}

.icon-edit:before {
    content: "\e3c9"
}

.icon-eject:before {
    content: "\e8fb"
}

.icon-email:before {
    content: "\e0be"
}

.icon-equalizer:before {
    content: "\e01d"
}

.icon-error:before {
    content: "\e000"
}

.icon-error_outline:before {
    content: "\e001"
}

.icon-event:before {
    content: "\e878"
}

.icon-event_available:before {
    content: "\e614"
}

.icon-event_busy:before {
    content: "\e615"
}

.icon-event_note:before {
    content: "\e616"
}

.icon-event_seat:before {
    content: "\e903"
}

.icon-exit_to_app:before {
    content: "\e879"
}

.icon-expand_less:before {
    content: "\e5ce"
}

.icon-expand_more:before {
    content: "\e5cf"
}

.icon-explicit:before {
    content: "\e01e"
}

.icon-explore:before {
    content: "\e87a"
}

.icon-exposure:before {
    content: "\e3ca"
}

.icon-exposure_neg_1:before {
    content: "\e3cb"
}

.icon-exposure_neg_2:before {
    content: "\e3cc"
}

.icon-exposure_plus_1:before {
    content: "\e3cd"
}

.icon-exposure_plus_2:before {
    content: "\e3ce"
}

.icon-exposure_zero:before {
    content: "\e3cf"
}

.icon-extension:before {
    content: "\e87b"
}

.icon-face:before {
    content: "\e87c"
}

.icon-fast_forward:before {
    content: "\e01f"
}

.icon-fast_rewind:before {
    content: "\e020"
}

.icon-favorite:before {
    content: "\e87d"
}

.icon-favorite_border:before {
    content: "\e87e"
}

.icon-feedback:before {
    content: "\e87f"
}

.icon-file_download:before {
    content: "\e2c4"
}

.icon-file_upload:before {
    content: "\e2c6"
}

.icon-filter:before {
    content: "\e3d3"
}

.icon-filter_1:before {
    content: "\e3d0"
}

.icon-filter_2:before {
    content: "\e3d1"
}

.icon-filter_3:before {
    content: "\e3d2"
}

.icon-filter_4:before {
    content: "\e3d4"
}

.icon-filter_5:before {
    content: "\e3d5"
}

.icon-filter_6:before {
    content: "\e3d6"
}

.icon-filter_7:before {
    content: "\e3d7"
}

.icon-filter_8:before {
    content: "\e3d8"
}

.icon-filter_9:before {
    content: "\e3d9"
}

.icon-filter_9_plus:before {
    content: "\e3da"
}

.icon-filter_b_and_w:before {
    content: "\e3db"
}

.icon-filter_center_focus:before {
    content: "\e3dc"
}

.icon-filter_drama:before {
    content: "\e3dd"
}

.icon-filter_frames:before {
    content: "\e3de"
}

.icon-filter_hdr:before {
    content: "\e3df"
}

.icon-filter_list:before {
    content: "\e152"
}

.icon-filter_none:before {
    content: "\e3e0"
}

.icon-filter_tilt_shift:before {
    content: "\e3e2"
}

.icon-filter_vintage:before {
    content: "\e3e3"
}

.icon-find_in_page:before {
    content: "\e880"
}

.icon-find_replace:before {
    content: "\e881"
}

.icon-flag:before {
    content: "\e153"
}

.icon-flare:before {
    content: "\e3e4"
}

.icon-flash_auto:before {
    content: "\e3e5"
}

.icon-flash_off:before {
    content: "\e3e6"
}

.icon-flash_on:before {
    content: "\e3e7"
}

.icon-flight:before {
    content: "\e539"
}

.icon-flight_land:before {
    content: "\e904"
}

.icon-flight_takeoff:before {
    content: "\e905"
}

.icon-flip:before {
    content: "\e3e8"
}

.icon-flip_to_back:before {
    content: "\e882"
}

.icon-flip_to_front:before {
    content: "\e883"
}

.icon-folder:before {
    content: "\e2c7"
}

.icon-folder_open:before {
    content: "\e2c8"
}

.icon-folder_shared:before {
    content: "\e2c9"
}

.icon-folder_special:before {
    content: "\e617"
}

.icon-font_download:before {
    content: "\e167"
}

.icon-format_align_center:before {
    content: "\e234"
}

.icon-format_align_justify:before {
    content: "\e235"
}

.icon-format_align_left:before {
    content: "\e236"
}

.icon-format_align_right:before {
    content: "\e237"
}

.icon-format_bold:before {
    content: "\e238"
}

.icon-format_clear:before {
    content: "\e239"
}

.icon-format_color_fill:before {
    content: "\e23a"
}

.icon-format_color_reset:before {
    content: "\e23b"
}

.icon-format_color_text:before {
    content: "\e23c"
}

.icon-format_indent_decrease:before {
    content: "\e23d"
}

.icon-format_indent_increase:before {
    content: "\e23e"
}

.icon-format_italic:before {
    content: "\e23f"
}

.icon-format_line_spacing:before {
    content: "\e240"
}

.icon-format_list_bulleted:before {
    content: "\e241"
}

.icon-format_list_numbered:before {
    content: "\e242"
}

.icon-format_paint:before {
    content: "\e243"
}

.icon-format_quote:before {
    content: "\e244"
}

.icon-format_size:before {
    content: "\e245"
}

.icon-format_strikethrough:before {
    content: "\e246"
}

.icon-format_textdirection_l_to_r:before {
    content: "\e247"
}

.icon-format_textdirection_r_to_l:before {
    content: "\e248"
}

.icon-format_underlined:before {
    content: "\e249"
}

.icon-forum:before {
    content: "\e0bf"
}

.icon-forward:before {
    content: "\e154"
}

.icon-forward_10:before {
    content: "\e056"
}

.icon-forward_30:before {
    content: "\e057"
}

.icon-forward_5:before {
    content: "\e058"
}

.icon-fullscreen:before {
    content: "\e5d0"
}

.icon-fullscreen_exit:before {
    content: "\e5d1"
}

.icon-functions:before {
    content: "\e24a"
}

.icon-gamepad:before {
    content: "\e30f"
}

.icon-games:before {
    content: "\e021"
}

.icon-gesture:before {
    content: "\e155"
}

.icon-get_app:before {
    content: "\e884"
}

.icon-gif:before {
    content: "\e908"
}

.icon-gps_fixed:before {
    content: "\e1b3"
}

.icon-gps_not_fixed:before {
    content: "\e1b4"
}

.icon-gps_off:before {
    content: "\e1b5"
}

.icon-grade:before {
    content: "\e885"
}

.icon-gradient:before {
    content: "\e3e9"
}

.icon-grain:before {
    content: "\e3ea"
}

.icon-graphic_eq:before {
    content: "\e1b8"
}

.icon-grid_off:before {
    content: "\e3eb"
}

.icon-grid_on:before {
    content: "\e3ec"
}

.icon-group:before {
    content: "\e7ef"
}

.icon-group_add:before {
    content: "\e7f0"
}

.icon-group_work:before {
    content: "\e886"
}

.icon-hd:before {
    content: "\e052"
}

.icon-hdr_off:before {
    content: "\e3ed"
}

.icon-hdr_on:before {
    content: "\e3ee"
}

.icon-hdr_strong:before {
    content: "\e3f1"
}

.icon-hdr_weak:before {
    content: "\e3f2"
}

.icon-headset:before {
    content: "\e310"
}

.icon-headset_mic:before {
    content: "\e311"
}

.icon-healing:before {
    content: "\e3f3"
}

.icon-hearing:before {
    content: "\e023"
}

.icon-help:before {
    content: "\e887"
}

.icon-help_outline:before {
    content: "\e8fd"
}

.icon-high_quality:before {
    content: "\e024"
}

.icon-highlight_off:before {
    content: "\e888"
}

.icon-history:before {
    content: "\e889"
}

.icon-home:before {
    content: "\e88a"
}

.icon-hotel:before {
    content: "\e53a"
}

.icon-hourglass_empty:before {
    content: "\e88b"
}

.icon-hourglass_full:before {
    content: "\e88c"
}

.icon-http:before {
    content: "\e902"
}

.icon-https:before {
    content: "\e88d"
}

.icon-image:before {
    content: "\e3f4"
}

.icon-image_aspect_ratio:before {
    content: "\e3f5"
}

.icon-import_export:before {
    content: "\e0c3"
}

.icon-inbox:before {
    content: "\e156"
}

.icon-indeterminate_check_box:before {
    content: "\e909"
}

.icon-info:before {
    content: "\e88e"
}

.icon-info_outline:before {
    content: "\e88f"
}

.icon-input:before {
    content: "\e890"
}

.icon-insert_chart:before {
    content: "\e24b"
}

.icon-insert_comment:before {
    content: "\e24c"
}

.icon-insert_drive_file:before {
    content: "\e24d"
}

.icon-insert_emoticon:before {
    content: "\e24e"
}

.icon-insert_invitation:before {
    content: "\e24f"
}

.icon-insert_link:before {
    content: "\e250"
}

.icon-insert_photo:before {
    content: "\e251"
}

.icon-invert_colors:before {
    content: "\e891"
}

.icon-invert_colors_off:before {
    content: "\e0c4"
}

.icon-iso:before {
    content: "\e3f6"
}

.icon-keyboard:before {
    content: "\e312"
}

.icon-keyboard_arrow_down:before {
    content: "\e313"
}

.icon-keyboard_arrow_left:before {
    content: "\e314"
}

.icon-keyboard_arrow_right:before {
    content: "\e315"
}

.icon-keyboard_arrow_up:before {
    content: "\e316"
}

.icon-keyboard_backspace:before {
    content: "\e317"
}

.icon-keyboard_capslock:before {
    content: "\e318"
}

.icon-keyboard_hide:before {
    content: "\e31a"
}

.icon-keyboard_return:before {
    content: "\e31b"
}

.icon-keyboard_tab:before {
    content: "\e31c"
}

.icon-keyboard_voice:before {
    content: "\e31d"
}

.icon-label:before {
    content: "\e892"
}

.icon-label_outline:before {
    content: "\e893"
}

.icon-landscape:before {
    content: "\e3f7"
}

.icon-language:before {
    content: "\e894"
}

.icon-laptop:before {
    content: "\e31e"
}

.icon-laptop_chromebook:before {
    content: "\e31f"
}

.icon-laptop_mac:before {
    content: "\e320"
}

.icon-laptop_windows:before {
    content: "\e321"
}

.icon-launch:before {
    content: "\e895"
}

.icon-layers:before {
    content: "\e53b"
}

.icon-layers_clear:before {
    content: "\e53c"
}

.icon-leak_add:before {
    content: "\e3f8"
}

.icon-leak_remove:before {
    content: "\e3f9"
}

.icon-lens:before {
    content: "\e3fa"
}

.icon-library_add:before {
    content: "\e02e"
}

.icon-library_books:before {
    content: "\e02f"
}

.icon-library_music:before {
    content: "\e030"
}

.icon-link:before {
    content: "\e157"
}

.icon-list:before {
    content: "\e896"
}

.icon-live_help:before {
    content: "\e0c6"
}

.icon-live_tv:before {
    content: "\e639"
}

.icon-local_activity:before {
    content: "\e53f"
}

.icon-local_airport:before {
    content: "\e53d"
}

.icon-local_atm:before {
    content: "\e53e"
}

.icon-local_bar:before {
    content: "\e540"
}

.icon-local_cafe:before {
    content: "\e541"
}

.icon-local_car_wash:before {
    content: "\e542"
}

.icon-local_convenience_store:before {
    content: "\e543"
}

.icon-local_dining:before {
    content: "\e556"
}

.icon-local_drink:before {
    content: "\e544"
}

.icon-local_florist:before {
    content: "\e545"
}

.icon-local_gas_station:before {
    content: "\e546"
}

.icon-local_grocery_store:before {
    content: "\e547"
}

.icon-local_hospital:before {
    content: "\e548"
}

.icon-local_hotel:before {
    content: "\e549"
}

.icon-local_laundry_service:before {
    content: "\e54a"
}

.icon-local_library:before {
    content: "\e54b"
}

.icon-local_mall:before {
    content: "\e54c"
}

.icon-local_movies:before {
    content: "\e54d"
}

.icon-local_offer:before {
    content: "\e54e"
}

.icon-local_parking:before {
    content: "\e54f"
}

.icon-local_pharmacy:before {
    content: "\e550"
}

.icon-local_phone:before {
    content: "\e551"
}

.icon-local_pizza:before {
    content: "\e552"
}

.icon-local_play:before {
    content: "\e553"
}

.icon-local_post_office:before {
    content: "\e554"
}

.icon-local_printshop:before {
    content: "\e555"
}

.icon-local_see:before {
    content: "\e557"
}

.icon-local_shipping:before {
    content: "\e558"
}

.icon-local_taxi:before {
    content: "\e559"
}

.icon-location_city:before {
    content: "\e7f1"
}

.icon-location_disabled:before {
    content: "\e1b6"
}

.icon-location_off:before {
    content: "\e0c7"
}

.icon-location_on:before {
    content: "\e0c8"
}

.icon-location_searching:before {
    content: "\e1b7"
}

.icon-lock:before {
    content: "\e897"
}

.icon-lock_open:before {
    content: "\e898"
}

.icon-lock_outline:before {
    content: "\e899"
}

.icon-looks:before {
    content: "\e3fc"
}

.icon-looks_3:before {
    content: "\e3fb"
}

.icon-looks_4:before {
    content: "\e3fd"
}

.icon-looks_5:before {
    content: "\e3fe"
}

.icon-looks_6:before {
    content: "\e3ff"
}

.icon-looks_one:before {
    content: "\e400"
}

.icon-looks_two:before {
    content: "\e401"
}

.icon-loop:before {
    content: "\e028"
}

.icon-loupe:before {
    content: "\e402"
}

.icon-loyalty:before {
    content: "\e89a"
}

.icon-mail:before {
    content: "\e158"
}

.icon-map:before {
    content: "\e55b"
}

.icon-markunread:before {
    content: "\e159"
}

.icon-markunread_mailbox:before {
    content: "\e89b"
}

.icon-memory:before {
    content: "\e322"
}

.icon-menu:before {
    content: "\e5d2"
}

.icon-merge_type:before {
    content: "\e252"
}

.icon-message:before {
    content: "\e0c9"
}

.icon-mic:before {
    content: "\e029"
}

.icon-mic_none:before {
    content: "\e02a"
}

.icon-mic_off:before {
    content: "\e02b"
}

.icon-mms:before {
    content: "\e618"
}

.icon-mode_comment:before {
    content: "\e253"
}

.icon-mode_edit:before {
    content: "\e254"
}

.icon-money_off:before {
    content: "\e25c"
}

.icon-monochrome_photos:before {
    content: "\e403"
}

.icon-mood:before {
    content: "\e7f2"
}

.icon-mood_bad:before {
    content: "\e7f3"
}

.icon-more:before {
    content: "\e619"
}

.icon-more_horiz:before {
    content: "\e5d3"
}

.icon-more_vert:before {
    content: "\e5d4"
}

.icon-mouse:before {
    content: "\e323"
}

.icon-movie:before {
    content: "\e02c"
}

.icon-movie_creation:before {
    content: "\e404"
}

.icon-music_note:before {
    content: "\e405"
}

.icon-my_location:before {
    content: "\e55c"
}

.icon-nature:before {
    content: "\e406"
}

.icon-nature_people:before {
    content: "\e407"
}

.icon-navigate_before:before {
    content: "\e408"
}

.icon-navigate_next:before {
    content: "\e409"
}

.icon-navigation:before {
    content: "\e55d"
}

.icon-network_cell:before {
    content: "\e1b9"
}

.icon-network_locked:before {
    content: "\e61a"
}

.icon-network_wifi:before {
    content: "\e1ba"
}

.icon-new_releases:before {
    content: "\e031"
}

.icon-nfc:before {
    content: "\e1bb"
}

.icon-no_sim:before {
    content: "\e0cc"
}

.icon-not_interested:before {
    content: "\e033"
}

.icon-note_add:before {
    content: "\e89c"
}

.icon-notifications:before {
    content: "\e7f4"
}

.icon-notifications_active:before {
    content: "\e7f7"
}

.icon-notifications_none:before {
    content: "\e7f5"
}

.icon-notifications_off:before {
    content: "\e7f6"
}

.icon-notifications_paused:before {
    content: "\e7f8"
}

.icon-offline_pin:before {
    content: "\e90a"
}

.icon-ondemand_video:before {
    content: "\e63a"
}

.icon-open_in_browser:before {
    content: "\e89d"
}

.icon-open_in_new:before {
    content: "\e89e"
}

.icon-open_with:before {
    content: "\e89f"
}

.icon-pages:before {
    content: "\e7f9"
}

.icon-pageview:before {
    content: "\e8a0"
}

.icon-palette:before {
    content: "\e40a"
}

.icon-panorama:before {
    content: "\e40b"
}

.icon-panorama_fish_eye:before {
    content: "\e40c"
}

.icon-panorama_horizontal:before {
    content: "\e40d"
}

.icon-panorama_vertical:before {
    content: "\e40e"
}

.icon-panorama_wide_angle:before {
    content: "\e40f"
}

.icon-party_mode:before {
    content: "\e7fa"
}

.icon-pause:before {
    content: "\e034"
}

.icon-pause_circle_filled:before {
    content: "\e035"
}

.icon-pause_circle_outline:before {
    content: "\e036"
}

.icon-payment:before {
    content: "\e8a1"
}

.icon-people:before {
    content: "\e7fb"
}

.icon-people_outline:before {
    content: "\e7fc"
}

.icon-perm_camera_mic:before {
    content: "\e8a2"
}

.icon-perm_contact_calendar:before {
    content: "\e8a3"
}

.icon-perm_data_setting:before {
    content: "\e8a4"
}

.icon-perm_device_information:before {
    content: "\e8a5"
}

.icon-perm_identity:before {
    content: "\e8a6"
}

.icon-perm_media:before {
    content: "\e8a7"
}

.icon-perm_phone_msg:before {
    content: "\e8a8"
}

.icon-perm_scan_wifi:before {
    content: "\e8a9"
}

.icon-person:before {
    content: "\e7fd"
}

.icon-person_add:before {
    content: "\e7fe"
}

.icon-person_outline:before {
    content: "\e7ff"
}

.icon-person_pin:before {
    content: "\e55a"
}

.icon-personal_video:before {
    content: "\e63b"
}

.icon-phone:before {
    content: "\e0cd"
}

.icon-phone_android:before {
    content: "\e324"
}

.icon-phone_bluetooth_speaker:before {
    content: "\e61b"
}

.icon-phone_forwarded:before {
    content: "\e61c"
}

.icon-phone_in_talk:before {
    content: "\e61d"
}

.icon-phone_iphone:before {
    content: "\e325"
}

.icon-phone_locked:before {
    content: "\e61e"
}

.icon-phone_missed:before {
    content: "\e61f"
}

.icon-phone_paused:before {
    content: "\e620"
}

.icon-phonelink:before {
    content: "\e326"
}

.icon-phonelink_erase:before {
    content: "\e0db"
}

.icon-phonelink_lock:before {
    content: "\e0dc"
}

.icon-phonelink_off:before {
    content: "\e327"
}

.icon-phonelink_ring:before {
    content: "\e0dd"
}

.icon-phonelink_setup:before {
    content: "\e0de"
}

.icon-photo:before {
    content: "\e410"
}

.icon-photo_album:before {
    content: "\e411"
}

.icon-photo_camera:before {
    content: "\e412"
}

.icon-photo_library:before {
    content: "\e413"
}

.icon-photo_size_select_actual:before {
    content: "\e432"
}

.icon-photo_size_select_large:before {
    content: "\e433"
}

.icon-photo_size_select_small:before {
    content: "\e434"
}

.icon-picture_as_pdf:before {
    content: "\e415"
}

.icon-picture_in_picture:before {
    content: "\e8aa"
}

.icon-pin_drop:before {
    content: "\e55e"
}

.icon-place:before {
    content: "\e55f"
}

.icon-play_arrow:before {
    content: "\e037"
}

.icon-play_circle_filled:before {
    content: "\e038"
}

.icon-play_circle_outline:before {
    content: "\e039"
}

.icon-play_for_work:before {
    content: "\e906"
}

.icon-playlist_add:before {
    content: "\e03b"
}

.icon-plus_one:before {
    content: "\e800"
}

.icon-poll:before {
    content: "\e801"
}

.icon-polymer:before {
    content: "\e8ab"
}

.icon-portable_wifi_off:before {
    content: "\e0ce"
}

.icon-portrait:before {
    content: "\e416"
}

.icon-power:before {
    content: "\e63c"
}

.icon-power_input:before {
    content: "\e336"
}

.icon-power_settings_new:before {
    content: "\e8ac"
}

.icon-present_to_all:before {
    content: "\e0df"
}

.icon-print:before {
    content: "\e8ad"
}

.icon-public:before {
    content: "\e80b"
}

.icon-publish:before {
    content: "\e255"
}

.icon-query_builder:before {
    content: "\e8ae"
}

.icon-question_answer:before {
    content: "\e8af"
}

.icon-queue:before {
    content: "\e03c"
}

.icon-queue_music:before {
    content: "\e03d"
}

.icon-radio:before {
    content: "\e03e"
}

.icon-radio_button_checked:before {
    content: "\e837"
}

.icon-radio_button_unchecked:before {
    content: "\e836"
}

.icon-rate_review:before {
    content: "\e560"
}

.icon-receipt:before {
    content: "\e8b0"
}

.icon-recent_actors:before {
    content: "\e03f"
}

.icon-redeem:before {
    content: "\e8b1"
}

.icon-redo:before {
    content: "\e15a"
}

.icon-refresh:before {
    content: "\e5d5"
}

.icon-remove:before {
    content: "\e15b"
}

.icon-remove_circle:before {
    content: "\e15c"
}

.icon-remove_circle_outline:before {
    content: "\e15d"
}

.icon-remove_red_eye:before {
    content: "\e417"
}

.icon-reorder:before {
    content: "\e8fe"
}

.icon-repeat:before {
    content: "\e040"
}

.icon-repeat_one:before {
    content: "\e041"
}

.icon-replay:before {
    content: "\e042"
}

.icon-replay_10:before {
    content: "\e059"
}

.icon-replay_30:before {
    content: "\e05a"
}

.icon-replay_5:before {
    content: "\e05b"
}

.icon-reply:before {
    content: "\e15e"
}

.icon-reply_all:before {
    content: "\e15f"
}

.icon-report:before {
    content: "\e160"
}

.icon-report_problem:before {
    content: "\e8b2"
}

.icon-restaurant_menu:before {
    content: "\e561"
}

.icon-restore:before {
    content: "\e8b3"
}

.icon-ring_volume:before {
    content: "\e0d1"
}

.icon-room:before {
    content: "\e8b4"
}

.icon-rotate_90_degrees_ccw:before {
    content: "\e418"
}

.icon-rotate_left:before {
    content: "\e419"
}

.icon-rotate_right:before {
    content: "\e41a"
}

.icon-router:before {
    content: "\e328"
}

.icon-satellite:before {
    content: "\e562"
}

.icon-save:before {
    content: "\e161"
}

.icon-scanner:before {
    content: "\e329"
}

.icon-schedule:before {
    content: "\e8b5"
}

.icon-school:before {
    content: "\e80c"
}

.icon-screen_lock_landscape:before {
    content: "\e1be"
}

.icon-screen_lock_portrait:before {
    content: "\e1bf"
}

.icon-screen_lock_rotation:before {
    content: "\e1c0"
}

.icon-screen_rotation:before {
    content: "\e1c1"
}

.icon-sd_card:before {
    content: "\e623"
}

.icon-sd_storage:before {
    content: "\e1c2"
}

.icon-search:before {
    content: "\e8b6"
}

.icon-security:before {
    content: "\e32a"
}

.icon-select_all:before {
    content: "\e162"
}

.icon-send:before {
    content: "\e163"
}

.icon-settings:before {
    content: "\e8b8"
}

.icon-settings_applications:before {
    content: "\e8b9"
}

.icon-settings_backup_restore:before {
    content: "\e8ba"
}

.icon-settings_bluetooth:before {
    content: "\e8bb"
}

.icon-settings_brightness:before {
    content: "\e8bd"
}

.icon-settings_cell:before {
    content: "\e8bc"
}

.icon-settings_ethernet:before {
    content: "\e8be"
}

.icon-settings_input_antenna:before {
    content: "\e8bf"
}

.icon-settings_input_component:before {
    content: "\e8c0"
}

.icon-settings_input_composite:before {
    content: "\e8c1"
}

.icon-settings_input_hdmi:before {
    content: "\e8c2"
}

.icon-settings_input_svideo:before {
    content: "\e8c3"
}

.icon-settings_overscan:before {
    content: "\e8c4"
}

.icon-settings_phone:before {
    content: "\e8c5"
}

.icon-settings_power:before {
    content: "\e8c6"
}

.icon-settings_remote:before {
    content: "\e8c7"
}

.icon-settings_system_daydream:before {
    content: "\e1c3"
}

.icon-settings_voice:before {
    content: "\e8c8"
}

.icon-share:before {
    content: "\e80d"
}

.icon-shop:before {
    content: "\e8c9"
}

.icon-shop_two:before {
    content: "\e8ca"
}

.icon-shopping_basket:before {
    content: "\e8cb"
}

.icon-shopping_cart:before {
    content: "\e8cc"
}

.icon-shuffle:before {
    content: "\e043"
}

.icon-signal_cellular_4_bar:before {
    content: "\e1c8"
}

.icon-signal_cellular_connected_no_internet_4_bar:before {
    content: "\e1cd"
}

.icon-signal_cellular_no_sim:before {
    content: "\e1ce"
}

.icon-signal_cellular_null:before {
    content: "\e1cf"
}

.icon-signal_cellular_off:before {
    content: "\e1d0"
}

.icon-signal_wifi_4_bar:before {
    content: "\e1d8"
}

.icon-signal_wifi_4_bar_lock:before {
    content: "\e1d9"
}

.icon-signal_wifi_off:before {
    content: "\e1da"
}

.icon-sim_card:before {
    content: "\e32b"
}

.icon-sim_card_alert:before {
    content: "\e624"
}

.icon-skip_next:before {
    content: "\e044"
}

.icon-skip_previous:before {
    content: "\e045"
}

.icon-slideshow:before {
    content: "\e41b"
}

.icon-smartphone:before {
    content: "\e32c"
}

.icon-sms:before {
    content: "\e625"
}

.icon-sms_failed:before {
    content: "\e626"
}

.icon-snooze:before {
    content: "\e046"
}

.icon-sort:before {
    content: "\e164"
}

.icon-sort_by_alpha:before {
    content: "\e053"
}

.icon-space_bar:before {
    content: "\e256"
}

.icon-speaker:before {
    content: "\e32d"
}

.icon-speaker_group:before {
    content: "\e32e"
}

.icon-speaker_notes:before {
    content: "\e8cd"
}

.icon-speaker_phone:before {
    content: "\e0d2"
}

.icon-spellcheck:before {
    content: "\e8ce"
}

.icon-star:before {
    content: "\e838"
}

.icon-star_border:before {
    content: "\e83a"
}

.icon-star_half:before {
    content: "\e839"
}

.icon-stars:before {
    content: "\e8d0"
}

.icon-stay_current_landscape:before {
    content: "\e0d3"
}

.icon-stay_current_portrait:before {
    content: "\e0d4"
}

.icon-stay_primary_landscape:before {
    content: "\e0d5"
}

.icon-stay_primary_portrait:before {
    content: "\e0d6"
}

.icon-stop:before {
    content: "\e047"
}

.icon-storage:before {
    content: "\e1db"
}

.icon-store:before {
    content: "\e8d1"
}

.icon-store_mall_directory:before {
    content: "\e563"
}

.icon-straighten:before {
    content: "\e41c"
}

.icon-strikethrough_s:before {
    content: "\e257"
}

.icon-style:before {
    content: "\e41d"
}

.icon-subject:before {
    content: "\e8d2"
}

.icon-subtitles:before {
    content: "\e048"
}

.icon-supervisor_account:before {
    content: "\e8d3"
}

.icon-surround_sound:before {
    content: "\e049"
}

.icon-swap_calls:before {
    content: "\e0d7"
}

.icon-swap_horiz:before {
    content: "\e8d4"
}

.icon-swap_vert:before {
    content: "\e8d5"
}

.icon-swap_vertical_circle:before {
    content: "\e8d6"
}

.icon-switch_camera:before {
    content: "\e41e"
}

.icon-switch_video:before {
    content: "\e41f"
}

.icon-sync:before {
    content: "\e627"
}

.icon-sync_disabled:before {
    content: "\e628"
}

.icon-sync_problem:before {
    content: "\e629"
}

.icon-system_update:before {
    content: "\e62a"
}

.icon-system_update_alt:before {
    content: "\e8d7"
}

.icon-tab:before {
    content: "\e8d8"
}

.icon-tab_unselected:before {
    content: "\e8d9"
}

.icon-tablet:before {
    content: "\e32f"
}

.icon-tablet_android:before {
    content: "\e330"
}

.icon-tablet_mac:before {
    content: "\e331"
}

.icon-tag_faces:before {
    content: "\e420"
}

.icon-tap_and_play:before {
    content: "\e62b"
}

.icon-terrain:before {
    content: "\e564"
}

.icon-text_format:before {
    content: "\e165"
}

.icon-textsms:before {
    content: "\e0d8"
}

.icon-texture:before {
    content: "\e421"
}

.icon-theaters:before {
    content: "\e8da"
}

.icon-thumb_down:before {
    content: "\e8db"
}

.icon-thumb_up:before {
    content: "\e8dc"
}

.icon-thumbs_up_down:before {
    content: "\e8dd"
}

.icon-time_to_leave:before {
    content: "\e62c"
}

.icon-timelapse:before {
    content: "\e422"
}

.icon-timer:before {
    content: "\e425"
}

.icon-timer_10:before {
    content: "\e423"
}

.icon-timer_3:before {
    content: "\e424"
}

.icon-timer_off:before {
    content: "\e426"
}

.icon-toc:before {
    content: "\e8de"
}

.icon-today:before {
    content: "\e8df"
}

.icon-toll:before {
    content: "\e8e0"
}

.icon-tonality:before {
    content: "\e427"
}

.icon-toys:before {
    content: "\e332"
}

.icon-track_changes:before {
    content: "\e8e1"
}

.icon-traffic:before {
    content: "\e565"
}

.icon-transform:before {
    content: "\e428"
}

.icon-translate:before {
    content: "\e8e2"
}

.icon-trending_down:before {
    content: "\e8e3"
}

.icon-trending_flat:before {
    content: "\e8e4"
}

.icon-trending_up:before {
    content: "\e8e5"
}

.icon-tune:before {
    content: "\e429"
}

.icon-turned_in:before {
    content: "\e8e6"
}

.icon-turned_in_not:before {
    content: "\e8e7"
}

.icon-tv:before {
    content: "\e333"
}

.icon-undo:before {
    content: "\e166"
}

.icon-unfold_less:before {
    content: "\e5d6"
}

.icon-unfold_more:before {
    content: "\e5d7"
}

.icon-usb:before {
    content: "\e1e0"
}

.icon-verified_user:before {
    content: "\e8e8"
}

.icon-vertical_align_bottom:before {
    content: "\e258"
}

.icon-vertical_align_center:before {
    content: "\e259"
}

.icon-vertical_align_top:before {
    content: "\e25a"
}

.icon-vibration:before {
    content: "\e62d"
}

.icon-video_library:before {
    content: "\e04a"
}

.icon-videocam:before {
    content: "\e04b"
}

.icon-videocam_off:before {
    content: "\e04c"
}

.icon-view_agenda:before {
    content: "\e8e9"
}

.icon-view_array:before {
    content: "\e8ea"
}

.icon-view_carousel:before {
    content: "\e8eb"
}

.icon-view_column:before {
    content: "\e8ec"
}

.icon-view_comfy:before {
    content: "\e42a"
}

.icon-view_compact:before {
    content: "\e42b"
}

.icon-view_day:before {
    content: "\e8ed"
}

.icon-view_headline:before {
    content: "\e8ee"
}

.icon-view_list:before {
    content: "\e8ef"
}

.icon-view_module:before {
    content: "\e8f0"
}

.icon-view_quilt:before {
    content: "\e8f1"
}

.icon-view_stream:before {
    content: "\e8f2"
}

.icon-view_week:before {
    content: "\e8f3"
}

.icon-vignette:before {
    content: "\e435"
}

.icon-visibility:before {
    content: "\e8f4"
}

.icon-visibility_off:before {
    content: "\e8f5"
}

.icon-voice_chat:before {
    content: "\e62e"
}

.icon-voicemail:before {
    content: "\e0d9"
}

.icon-volume_down:before {
    content: "\e04d"
}

.icon-volume_mute:before {
    content: "\e04e"
}

.icon-volume_off:before {
    content: "\e04f"
}

.icon-volume_up:before {
    content: "\e050"
}

.icon-vpn_key:before {
    content: "\e0da"
}

.icon-vpn_lock:before {
    content: "\e62f"
}

.icon-wallpaper:before {
    content: "\e1bc"
}

.icon-warning:before {
    content: "\e002"
}

.icon-watch:before {
    content: "\e334"
}

.icon-wb_auto:before {
    content: "\e42c"
}

.icon-wb_cloudy:before {
    content: "\e42d"
}

.icon-wb_incandescent:before {
    content: "\e42e"
}

.icon-wb_iridescent:before {
    content: "\e436"
}

.icon-wb_sunny:before {
    content: "\e430"
}

.icon-wc:before {
    content: "\e63d"
}

.icon-web:before {
    content: "\e051"
}

.icon-whatshot:before {
    content: "\e80e"
}

.icon-widgets:before {
    content: "\e1bd"
}

.icon-wifi:before {
    content: "\e63e"
}

.icon-wifi_lock:before {
    content: "\e1e1"
}

.icon-wifi_tethering:before {
    content: "\e1e2"
}

.icon-work:before {
    content: "\e8f9"
}

.icon-wrap_text:before {
    content: "\e25b"
}

.icon-youtube_searched_for:before {
    content: "\e8fa"
}

.icon-zoom_in:before {
    content: "\e8ff"
}

.icon-zoom_out:before {
    content: "\e900"
}





/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url('../../frontend/Heritage/yourstore_child/en_US/font/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../../frontend/Heritage/yourstore_child/en_US/font/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), 
  url('../../frontend/Heritage/yourstore_child/en_US/font/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), 
  url('../../frontend/Heritage/yourstore_child/en_US/font/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), 
  url('../../frontend/Heritage/yourstore_child/en_US/font/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), 
  url('../../frontend/Heritage/yourstore_child/en_US/font/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* 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";
}







@font-face {
  font-family: 'fontello';
  src: url('../../frontend/Heritage/yourstore_child/en_US/font/fonts/fontello.eot?7814774');
  src: url('../../frontend/Heritage/yourstore_child/en_US/font/fonts/fontello.eot?7814774#iefix') format('embedded-opentype'),
       url('../../frontend/Heritage/yourstore_child/en_US/font/fonts/fontello.woff?7814774') format('woff'),
       url('../../frontend/Heritage/yourstore_child/en_US/font/fonts/fontello.ttf?7814774') format('truetype'),
       url('../../frontend/Heritage/yourstore_child/en_US/font/fonts/fontello.svg?7814774#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
[class^="icon-clothes-"]:before, [class*=" icon-clothes-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
 
  font-variant: normal;
  text-transform: none;
 
  line-height: 1em;
 
  margin-left: .2em;
 

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
 
.icon-clothes-01:before { content: '\e801'; } 
.icon-clothes-10:before { content: '\e804'; }
.icon-clothes-02:before { content: '\e805'; }
.icon-clothes-03:before { content: '\e806'; }
.icon-clothes-04:before { content: '\e807'; }
.icon-clothes-05:before { content: '\e808'; }
.icon-clothes-06:before { content: '\e809'; }
.icon-clothes-07:before { content: '\e80a'; }
.icon-clothes-08:before { content: '\e80b'; }
.icon-clothes-09:before { content: '\e80c'; }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100427;
  overflow: hidden;
  position: fixed;
  background: #ffffff;
 }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100428;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, 
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; 
  z-index: 77777;

}
.button.mfp-arrow{
    background: #f7f7f7;
}
button.mfp-close{
  background: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;  
  padding: 0 0 18px 10px;
  color: red;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; 
  -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;

}



  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #333;

  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover{
  color: #4ccdb3;
}

.mfp-counter {
  text-align: center;
  
  top: 0;
  right: 0;
  color: #4ccdb3;
  font-size: 18px;
  line-height: 1.2em;
 font-family: Georgia, 'Times New Roman', Times, serif;
 font-style: italic;
 
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -22px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }




.mfp-arrow-left,
.mfp-arrow-right{
  width: 45px;
  height: 45px;
  background: #f7f7f7;
  opacity: 1;
  -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
}
.mfp-arrow-left:before,
.mfp-arrow-right:before{
     font-family: 'Material Icons';
    font-size: 39px;
    line-height: 40px;
    cursor: pointer;
    position: absolute;  
    top: 2px !important;
    color: #fff;
    -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
}
.mfp-arrow-left:before{
    left: 2px !important;
}
.mfp-arrow-right:before{
    right: 2px !important;
}


.mfp-arrow-left:hover,
.mfp-arrow-right:hover{
  width: 45px;
  height: 45px;
  background: #4ccdb3;
}
.mfp-arrow-left:hover:before,
.mfp-arrow-right:hover:before{ 
  color: #fff; 
}
.mfp-arrow-left:before {
    left: 0;
    content: "\e408";
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:before{
  content: "\e409";
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; 
 
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
  }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  font-size: 22px;
  line-height: 1.2em;
  color: #bbb;
  text-align: center;
  word-wrap: break-word;
  display: block;
  text-transform: uppercase;
  padding: 15px 0 5px;
}

@media (max-width: 1770px) {
  .mfp-image-holder .mfp-content {
    max-width: 80%; 
    width: 43%;
  }
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }








/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul > li,
ol > li {
  margin: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  line-height: 1.6875;
  color: #777777;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1fc0a0;
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.6875;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition:  all 0.3s 0s ease, 0.2s 0.3s 0s ease, ease-in-out 0.3s 0s ease;
  -moz-transition:  all 0.3s 0s ease, 0.2s 0.3s 0s ease, ease-in-out 0.3s 0s ease;
  -ms-transition:  all 0.3s 0s ease, 0.2s 0.3s 0s ease, ease-in-out 0.3s 0s ease;
  -o-transition:  all 0.3s 0s ease, 0.2s 0.3s 0s ease, ease-in-out 0.3s 0s ease;
  transition:  all 0.3s 0s ease, 0.2s 0.3s 0s ease, ease-in-out 0.3s 0s ease;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #333333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 27px;
  margin-bottom: 13.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 13.5px;
}
.lead {
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 12.5px;
  margin: 54px 0 27px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 27px;
}
dt,
dd {
  line-height: 1.6875;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13.5px 27px;
  margin: 0 0 27px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6875;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 27px;
  font-style: normal;
  line-height: 1.6875;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 13px;
  margin: 0 0 13.5px;
  font-size: 15px;
  line-height: 1.6875;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.6875;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6875;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition:  border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s 0s ease;
  -moz-transition:  border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s 0s ease;
  -ms-transition:  border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s 0s ease;
  -o-transition:  border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s 0s ease;
  transition:  border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s 0s ease;
  font-size: 1em;
  color: #777777;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 41px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 27px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 43px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 47px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 51.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 32px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b7b7b7;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 34px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6875;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #1fc0a0;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #333333;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition:  opacity 0.3s 0s ease, 0.15s 0.3s 0s ease, linear 0.3s 0s ease;
  -moz-transition:  opacity 0.3s 0s ease, 0.15s 0.3s 0s ease, linear 0.3s 0s ease;
  -ms-transition:  opacity 0.3s 0s ease, 0.15s 0.3s 0s ease, linear 0.3s 0s ease;
  -o-transition:  opacity 0.3s 0s ease, 0.15s 0.3s 0s ease, linear 0.3s 0s ease;
  transition:  opacity 0.3s 0s ease, 0.15s 0.3s 0s ease, linear 0.3s 0s ease;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a,
.dropdown-menu > li > strong {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6875;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > strong:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > strong:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > strong,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > strong:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > strong:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.6875;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
    left: 0 !important;
    right: auto !important;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #1fc0a0;
}
.nav .nav-divider {
  height: 1px;
  margin: 12.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6875;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e5e5e5 #e5e5e5 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 27px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 11.5px 15px;
  font-size: 20px;
  line-height: 27px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 27px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-form label {
  margin-right: 13px;
  margin-bottom: 0;
}
.navbar-form .form-group {
  margin-right: 6px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 27px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #777777;
}
.breadcrumb > .active {
  color: #333333;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 27px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6875;
  text-decoration: none;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #1fc0a0;
  background-color: #f5f5f5;
  border-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #333333;
  border-color: transparent;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.label:not(th):not(td) {
  /*
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: @label-color;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  */
}
a.label:not(th):not(td):hover,
a.label:not(th):not(td):focus {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
.label:not(th):not(td):empty {
  display: none;
}
.btn .label:not(th):not(td) {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #e8e8e8;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #1fc0a0;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 27px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 27px;
  margin-bottom: 27px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 27px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition:  width 0.3s 0s ease, 0.6s 0.3s 0s ease, ease 0.3s 0s ease;
  -moz-transition:  width 0.3s 0s ease, 0.6s 0.3s 0s ease, ease 0.3s 0s ease;
  -ms-transition:  width 0.3s 0s ease, 0.6s 0.3s 0s ease, ease 0.3s 0s ease;
  -o-transition:  width 0.3s 0s ease, 0.6s 0.3s 0s ease, ease 0.3s 0s ease;
  transition:  width 0.3s 0s ease, 0.6s 0.3s 0s ease, ease 0.3s 0s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.panel {
  margin-bottom: 27px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 27px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  min-height: 16.6875px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.6875;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6875;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition:  0.6s 0.3s 0s ease, ease-in-out 0.3s 0s ease, left 0.3s 0s ease;
  -moz-transition:  0.6s 0.3s 0s ease, ease-in-out 0.3s 0s ease, left 0.3s 0s ease;
  -ms-transition:  0.6s 0.3s 0s ease, ease-in-out 0.3s 0s ease, left 0.3s 0s ease;
  -o-transition:  0.6s 0.3s 0s ease, ease-in-out 0.3s 0s ease, left 0.3s 0s ease;
  transition:  0.6s 0.3s 0s ease, ease-in-out 0.3s 0s ease, left 0.3s 0s ease;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
body.boxed:before,
body.boxed:after,
.boxed:before,
.boxed:after,
body.fullwidth:before,
body.fullwidth:after,
.fullwidth:before,
.fullwidth:after,
body.fullwidth .container:before,
body.fullwidth .container:after,
.fullwidth .container:before,
.fullwidth .container:after,
.breadcrumbs_block--boxed:before,
.breadcrumbs_block--boxed:after,
body.boxed .breadcrumbs_block:before,
body.boxed .breadcrumbs_block:after,
.breadcrumbs_block--full:before,
.breadcrumbs_block--full:after,
.breadcrumbs_block--full .container:before,
.breadcrumbs_block--full .container:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after,
body.boxed:after,
.boxed:after,
body.fullwidth:after,
.fullwidth:after,
body.fullwidth .container:after,
.fullwidth .container:after,
.breadcrumbs_block--boxed:after,
body.boxed .breadcrumbs_block:after,
.breadcrumbs_block--full:after,
.breadcrumbs_block--full .container:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
  }
}
.vertical-align {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontal-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*------------------------------------------------------------------
[Fonts]
*/
/*=== YourStore Basic Style ===*/
* {
  outline: 0;
}
*:focus,
*:active {
  outline: 0 !important;
}
body {
  overflow-x: hidden;
}
a {
  color: #1fc0a0;
  -webkit-transition:  color 300ms linear 0s;
  -moz-transition:  color 300ms linear 0s;
  -ms-transition:  color 300ms linear 0s;
  -o-transition:  color 300ms linear 0s;
  transition:  color 300ms linear 0s;
}
a:hover {
  color: #333333;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  margin-top: 0;
  letter-spacing: 1px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333333;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 500;
}
h4,
h5,
h6 {
  letter-spacing: 0.4px;
}
/* default */
/* /default */
/* mega */
h1.mega {
  font-size: 110px;
  line-height: 1em;
  margin-bottom: 69px;
}
@media (max-width: 768px) {
  h1.mega {
    font-size: 90px;
  }
}
@media (max-width: 390px) {
  h1.mega {
    font-size: 80px;
  }
}
h4.mega {
  font-size: 20px;
  line-height: 1.1em;
  padding-bottom: 26px;
}
/* /mega */
/* small */
h3.small {
  font-size: 20px;
}
h6.small {
  font-size: 16px;
  margin-bottom: 17px;
}
/* /small */
/* title indent */
.title-bottom-sm2 {
  margin-bottom: 20px !important;
}
.title-bottom-sm1 {
  margin-bottom: 29px !important;
}
.title-bottom-sm {
  margin-bottom: 35px !important;
}
.title-bottom-md {
  margin-bottom: 52px !important;
}
.title-bottom {
  margin-bottom: 45px !important;
}
.title-bottom1 {
  margin-bottom: 75px !important;
}
.title-top-md {
  margin-top: 35px !important;
}
/* /title indent */
/* title-decimal */
.title-decimal {
  position: relative;
  padding: 4px 0 9px 69px;
}
.title-decimal:before {
  content: attr(data-content);
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0px;
  line-height: 1.45em;
  background: #1fc0a0;
  width: 44px;
  height: 44px;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* /title-decimal */
/* form basics */
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: Ubuntu, sans-serif;
  font-size: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
  border-color: #e5e5e5;
  height: 40px;
  padding: 6px 12px;
  line-height: 1.214em;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* fonts */
.main-font {
  font-family: Georgia, sans-serif;
}
.custom-font {
  font-family: Ubuntu, sans-serif;
}
/* /fonts */
/*  */
.font-bold {
  font-weight: bolder;
}
.font-lighter {
  font-weight: lighter;
}
.font-middle {
  font-weight: 500;
}
/* / */
/* fonts-size */
.font13 {
  font-size: 13px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font20_ {
  font-size: 20px !important;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .font24 {
    font-size: 18px;
  }
}
.font26 {
  font-size: 26px;
}
@media (max-width: 768px) {
  .font26 {
    font-size: 20px;
  }
}
.font30 {
  font-size: 30px;
}
.font35 {
  font-size: 35px;
}
.font36 {
  font-size: 36px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font54 {
  font-size: 54px;
}
.font77 {
  font-size: 77px;
  line-height: 1.2em;
}
.font86 {
  font-size: 86px;
}
.font96 {
  font-size: 96px;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .font96 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .font96 {
    font-size: 75px;
  }
}
@media (min-width: 992px) {
  .font96 {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  .font96 {
    font-size: 90px;
  }
}
@media (min-width: 1770px) {
  .font96 {
    font-size: 96px;
  }
}
.font107 {
  font-size: 107px;
  line-height: 1.2em;
}
.font115 {
  font-size: 115px;
  line-height: 1.2em;
}
.font-medium {
  font-weight: 500;
}
.font-lighter {
  font-weight: lighter;
}
/* /fonts-size */
/* separator */
.separator-border-right {
  border-right: 1px solid #e5e5e5;
}
@media (max-width: 1200px) {
  .separator-border-right-hidden-md {
    border-color: transparent;
  }
}
/* /separator */
/*  */
.line-through {
  text-decoration: line-through;
}
.border-none {
  border: none !important;
}
/*  */
/*  */
.width-center75 {
  width: 75%;
  display: inline-block;
}
@media (max-width: 767px) {
  .width-center75 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .width-center75 {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .width-center75 {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .width-center75 {
    width: 80%;
  }
}
@media (min-width: 1770px) {
  .width-center75 {
    width: 75%;
  }
}
/* / */
/* dropcap */
.dropcap {
  display: block;
  float: left;
  font-size: 3em;
  line-height: 1em;
  margin: 0 5px 0 0;
}
/* /dropcap */
body._has-modal-custom .modal-custom-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.modal-popup .modal-title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
  border-color: #e5e5e5;
}
.modal-popup .modal-footer {
  border-color: #e5e5e5 !important;
  margin: 0 !important;
}
.border-top-none {
  border-top: none !important;
}
.container-no-col-indent .row div {
  padding-left: 0;
  padding-right: 0;
}
/* indent row */
.content-bottom {
  margin-bottom: 74px;
}
.display-inline-block {
  display: inline-block;
}
/* /indent row */
/* side-offset */
.side-offset-9 {
  padding-left: 11%;
  padding-right: 11%;
}
/* /side-offset */
/* dividers */
.divider {
  height: 30px;
  clear: both;
  overflow: hidden;
  width: 100%;
}
.divider--xl-2 {
  height: 165px;
}
.divider--xl-1 {
  height: 99px;
}
.divider--lg {
  height: 45px;
}
.divider--aside {
  height: 36px;
}
.divider--md2 {
  height: 40.5px;
}
.divider--md1 {
  height: 31.5px;
}
.divider--md0 {
  height: 30.6px;
}
.divider--md {
  height: 20.01px;
}
.divider--sm {
  height: 14.01px;
}
.divider--xs {
  height: 8.01px;
}
.divider--xxs {
  height: 3px;
}
.link-inline {
  display: inline;
}
.link-banner1 {
  text-decoration: none;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.link-banner1 .color-custom {
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.link-banner1:active,
.link-banner1:focus {
  text-decoration: none;
}
.link-banner1:hover {
  text-decoration: none;
  color: #1fc0a0;
}
.link-banner1:hover .color-custom {
  color: #333333;
}
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline li {
  display: inline;
}
.divider-line {
  width: 100%;
  height: 1px;
  font-size: 0;
  line-height: 0;
  background-color: #e5e5e5;
  margin: 40px 0 50px;
}
.hor-line {
  width: 100%;
  height: 2px;
  font-size: 0;
  line-height: 0;
  background-color: #1fc0a0;
  margin: 15px 0;
}
.nowrap {
  white-space: nowrap;
}
.light-font {
  font-weight: 300;
}
.pos-abs {
  position: absolute;
}
.indent-col-none .row [class*="col-"] {
  padding: 0;
  margin: 0;
}
.img-border {
  border: 1px solid #e5e5e5;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  display: inline-block;
}
/* PAGE MODE */
@media (min-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
body.boxed,
.boxed {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  body.boxed,
  .boxed {
    width: 750px;
  }
}
@media (min-width: 992px) {
  body.boxed,
  .boxed {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  body.boxed,
  .boxed {
    width: 1170px;
  }
}
body.boxed > .navbar-header,
.boxed > .navbar-header,
body.boxed > .navbar-collapse,
.boxed > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  body.boxed > .navbar-header,
  .boxed > .navbar-header,
  body.boxed > .navbar-collapse,
  .boxed > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
body.fullwidth,
.fullwidth {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
body.fullwidth > .navbar-header,
.fullwidth > .navbar-header,
body.fullwidth > .navbar-collapse,
.fullwidth > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  body.fullwidth > .navbar-header,
  .fullwidth > .navbar-header,
  body.fullwidth > .navbar-collapse,
  .fullwidth > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
body.fullwidth .container,
.fullwidth .container {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.fullwidth .container > .navbar-header,
.fullwidth .container > .navbar-header,
body.fullwidth .container > .navbar-collapse,
.fullwidth .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  body.fullwidth .container > .navbar-header,
  .fullwidth .container > .navbar-header,
  body.fullwidth .container > .navbar-collapse,
  .fullwidth .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
body.fullwidth .container,
.fullwidth .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 1025px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
}
/* header */
#header {
  position: relative;
  z-index: 1000;
  padding-top: 24px;
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  #header .row,
  #header .row > [class*="col-"] {
    position: static;
  }
  #header .navbar {
    position: static;
  }
  #header .navbar-toggle {
    display: none;
  }
  #header > .container {
    position: relative;
  }
}
@media (max-width: 1024px) {
  #header {
    padding-bottom: 0;
  }
  #header .row > div {
    margin-bottom: -1px;
    position: static !important;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #header .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #header .container:first-child .row {
    padding-top: 40px;
  }
  #header .navbar {
    border-radius: 0;
  }
  #header .navbar-toggle {
    display: block;
    margin-left: 5px;
  }
}
/* content */
.content {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .content {
    margin-top: 37.5px;
  }
}
@media (min-width: 1769px) {
  .content {
    margin-top: 85px;
  }
}
.content-fill {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .content-fill {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}
@media (min-width: 1769px) {
  .content-fill {
    margin-top: 85px;
    margin-bottom: 85px;
  }
}
.content-big-indent {
  margin-top: 235px;
}
@media (max-width: 767px) {
  .content-big-indent {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .content-big-indent {
    margin-top: 75px;
  }
}
@media (min-width: 992px) {
  .content-big-indent {
    margin-top: 190px;
  }
}
@media (min-width: 1200px) {
  .content-big-indent {
    margin-top: 218px;
  }
}
@media (min-width: 1770px) {
  .content-big-indent {
    margin-top: 235px;
  }
}
.content-md {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .content-md {
    margin-top: 10px;
  }
}
@media (min-width: 1769px) {
  .content-md {
    margin-top: 30px;
  }
}
.content-sm {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .content-sm {
    margin-top: 0px;
  }
}
@media (min-width: 1769px) {
  .content-sm {
    margin-top: 10px;
  }
}
/* /content */
body:not(.cms-index-index) #pageContent > .container,
body:not(.cms-index-index) #maincontent > .container {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 60px;
}
/* offset margin */
.offset-top-0 {
  margin-top: 0 !important;
}
.offset-top-5 {
  margin-top: 5px !important;
}
.offset-top-10 {
  margin-top: 10px !important;
}
.offset-top-20 {
  margin-top: 20px !important;
}
.offset-top-30 {
  margin-top: 30px !important;
}
.offset-top-40 {
  margin-top: 40px !important;
}
/* inner padding */
.inset-top-5 {
  padding-top: 5px;
}
.inset-top-10 {
  padding-top: 10px;
}
.inset-top-20 {
  padding-top: 20px;
}
.inset-top-30 {
  padding-top: 30px;
}
.inset-top-40 {
  padding-top: 40px;
}
.inset-top-50 {
  padding-top: 50px;
}
.inset-top-60 {
  padding-top: 60px;
}
.inset-bottom-5 {
  padding-bottom: 5px;
}
.inset-bottom-10 {
  padding-bottom: 10px;
}
.inset-bottom-20 {
  padding-bottom: 20px;
}
.inset-bottom-30 {
  padding-bottom: 30px;
}
.inset-bottom-40 {
  padding-bottom: 40px;
}
.inset-bottom-50 {
  padding-bottom: 50px;
}
.inset-bottom-60 {
  padding-bottom: 60px;
}
/* parallax background */
html:not(.touch) .fixed-bg {
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
/*=== ADD BOOTSTRAP XL BREAKPOINT ===*/
@media (min-width: 1769px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important;
}
@media (min-width: 1770px) {
  .container {
    width: 1740px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-one-nine {
    width: 11.1111111%;
  }
  .col-xl-one-six {
    width: 16.66666667%;
  }
  .col-xl-one-fifth {
    width: 20%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
/*====== typography ======*/
/* link */
.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
/* /link */
/* color */
.color-custom {
  color: #1fc0a0;
}
.color-custom:hover {
  color: #1fc0a0;
}
.text-color {
  color: #777777;
}
.text-color:hover {
  color: #777777;
}
.color-price-old {
  color: #fa6b6b;
}
.color-price-old:hover {
  color: #fa6b6b;
}
.color {
  color: #1fc0a0;
}
.color:hover {
  color: #1fc0a0;
}
.color-white {
  color: #ffffff;
}
.color-white:hover {
  color: #ffffff;
}
.color-dark {
  color: #333333;
}
.color-dark:hover {
  color: #333333;
}
a.color,
a.color:hover {
  color: #1fc0a0;
}
.color-red {
  color: #fa6b6b;
}
.color-red:hover {
  color: #333333;
}
.color-pink {
  color: #fa6b6b;
}
.color-pink:hover {
  color: #fa6b6b;
}
.color-blue {
  color: #395499;
}
.color-blue:hover {
  color: #395499;
}
.color-blue-light {
  color: #67e0fa;
}
.color-blue-light:hover {
  color: #67e0fa;
}
.color-green {
  color: #21caa9;
}
.color-green:hover {
  color: #21caa9;
}
.color-green-dark {
  color: #1fc0a0;
}
.color-green-dark:hover {
  color: #1fc0a0;
}
.color-gray {
  color: #999999;
}
.color-gray:hover {
  color: #999999;
}
.color-yellow {
  color: #feea3a;
}
/* background-color */
.bg-custom {
  background-color: #1fc0a0;
}
.bg-red {
  background-color: #fa6b6b;
}
.bg-pink {
  background-color: #fa6b6b;
}
.bg-blue {
  background-color: #395499;
}
.bg-light-blue {
  background-color: #67e0fa;
}
.bg-green {
  background-color: #21caa9;
}
.bg-green-light {
  background-color: #41df7c;
}
.bg-green-dark {
  background-color: #1fc0a0;
}
.bg-yellow {
  background-color: #feea3a;
}
.bg-coquelicot {
  background-color: #fd6940;
}
.bg-black {
  background-color: #000000;
}
/* /background-color */
/* /background-color */
.opacity-5 {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.opacity-10 {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
}
.opacity-15 {
  -moz-opacity: 0.15;
  -khtml-opacity: 0.15;
  -webkit-opacity: 0.15;
  opacity: 0.15;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
  filter: alpha(opacity=15);
}
.opacity-20 {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.opacity-25 {
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}
.opacity-30 {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.opacity-35 {
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  -webkit-opacity: 0.35;
  opacity: 0.35;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
  filter: alpha(opacity=35);
}
.opacity-45 {
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  -webkit-opacity: 0.45;
  opacity: 0.45;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=45);
  filter: alpha(opacity=45);
}
.opacity-50 {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.opacity-55 {
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  -webkit-opacity: 0.55;
  opacity: 0.55;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
  filter: alpha(opacity=55);
}
.opacity-60 {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.opacity-65 {
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
}
.opacity-70 {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.opacity-75 {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.opacity-80 {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.opacity-85 {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity=85);
}
.opacity-90 {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.opacity-95 {
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  -webkit-opacity: 0.95;
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
  filter: alpha(opacity=95);
}
/* /background-color */
.simple-list {
  margin: 10px 0 6px 0;
  padding: 0;
  list-style-type: none;
  counter-reset: myCounter;
}
.simple-list li {
  padding: 0 0 7px 18px;
  position: relative;
  list-style-type: none;
}
.simple-list li:after {
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  color: #1fc0a0;
  font-family: 'Material Icons';
  content: "\e3a6";
  font-size: 0.53em;
  line-height: 1em;
}
.simple-list li ul {
  padding: 0 0 0 0;
  margin: 7px 0 0 17px;
}
.simple-list li ul li:last-child {
  padding-bottom: 0;
}
.simple-list li a {
  color: #777777;
  font-weight: 300;
  text-decoration: none !important;
}
.simple-list li a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
.simple-list li.active > a {
  color: #1fc0a0;
}
.simple-list.font-bold a {
  font-weight: bold;
}
.simple-list.color-dark a {
  color: #333333;
}
.simple-list-underline {
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
  counter-reset: myCounter;
}
.simple-list-underline li {
  padding: 0 0 7px 18px;
  position: relative;
  list-style-type: none;
}
.simple-list-underline li:after {
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  color: #1fc0a0;
  font-family: 'Material Icons';
  content: "\e3a6";
  font-size: 0.53em;
  line-height: 1em;
}
.simple-list-underline li ul {
  padding: 0 0 0 0;
  margin: 7px 0 0 17px;
}
.simple-list-underline li ul li:last-child {
  padding-bottom: 0;
}
.simple-list-underline li a {
  color: #333333;
  font-weight: 300;
  text-decoration: underline;
}
.simple-list-underline li a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
.simple-list-underline li.active > a {
  color: #1fc0a0;
}
.marker-list {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.marker-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  color: #1fc0a0;
  font-weight: 300;
}
.marker-list li:after {
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  font-family: 'Material Icons';
  content: "\e5ca";
  font-size: 1em;
  line-height: 1em;
}
.marker-list-circle {
  margin: 13px 0;
  padding: 0;
  list-style: none;
}
.marker-list-circle li {
  position: relative;
  padding-left: 31px;
  margin-bottom: 0px;
  font-weight: light;
}
.marker-list-circle li:after {
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  color: #1fc0a0;
  font-family: 'Material Icons';
  content: "\e3a6";
  font-size: 0.53em;
  line-height: 1em;
}
.decimal-list {
  padding: 0;
  margin: 10px 0 0 0;
  list-style-type: none;
  counter-reset: myCounter;
}
.decimal-list li {
  padding: 0 0 0 18px;
  margin-bottom: 7px;
  text-indent: 0;
  position: relative;
}
.decimal-list li:before {
  content: counter(myCounter);
  counter-increment: myCounter;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #1fc0a0;
  font-weight: 500;
}
.decimal-list ul {
  counter-reset: myCounter1;
  list-style-type: none;
  padding: 0;
  margin: 7px 0 0 17px;
}
.decimal-list ul li:before {
  content: counter(myCounter1);
  counter-increment: myCounter1;
}
.decimal-list ul li:last-child {
  padding-bottom: 0;
}
.decimal-list a {
  text-decoration: none;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.decimal-list a:hover {
  color: #1fc0a0 !important;
}
.decimal-list.color-dark a {
  color: #333333;
}
.categories-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.categories-list li {
  padding-bottom: 7px;
}
.categories-list li:last-child {
  padding-bottom: 0;
}
.categories-list li a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
.without-declaration-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.without-declaration-list li {
  padding-bottom: 7px;
}
.without-declaration-list li:last-child {
  padding-bottom: 0;
}
.without-declaration-list li a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
.list-indent-left {
  margin-left: 34px;
}
.list-icon {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.list-icon li {
  position: relative;
  min-height: 52px;
  margin-bottom: 20px;
  padding: 10px 0 0 72px;
  letter-spacing: -0.02em;
}
.list-icon span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  line-height: 1.7em;
  width: 52px;
  height: 52px;
  background-color: #1fc0a0;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.list-icon .fa-fax {
  font-size: 22px;
  line-height: 2.3em;
}
.list-icon .icon-mail {
  font-size: 26px;
  line-height: 1.9em;
}
.list-icon strong {
  color: #333333;
}
.list-arrow-right {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.list-arrow-right li {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: light;
  font-weight: lighter;
}
.list-arrow-right li:after {
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  color: #1fc0a0;
  font-family: 'Material Icons';
  content: "\e409";
  font-size: 0.53em;
  line-height: 1em;
}
.list-arrow-right li a {
  display: inline-block;
  padding: 0 0 0 21px;
  -webkit-transition:  all 0.3s 0s ease;
  -moz-transition:  all 0.3s 0s ease;
  -ms-transition:  all 0.3s 0s ease;
  -o-transition:  all 0.3s 0s ease;
  transition:  all 0.3s 0s ease;
}
.list-arrow-right li a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
.list-icon-small {
  overflow: hidden;
}
.list-icon-small li {
  display: block;
  float: left;
  margin-left: 8px;
  margin-bottom: 8px;
}
.list-icon-small li:first-child {
  margin-left: 0;
}
.list-bg-round {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.list-bg-round li {
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #67e0fa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.list-bg-round li span {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  width: 60px;
}
.list-bg-round li b {
  display: block;
  text-align: center;
}
/* map */
#map {
  height: 474px;
  width: 100%;
}
/* /map */
.sizes-row {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sizes-row li {
  min-width: 70px;
  display: inline-block;
  text-align: center;
}
/* tables */
table td {
  border-color: #e5e5e5 !important;
}
.table.text-center td,
.table.text-center th {
  text-align: center;
}
.table-address {
  min-width: 250px;
  margin: 20px 0 35px;
}
.table-address td {
  padding: 3px 25px 3px 0;
  vertical-align: top;
}
.table-params td {
  padding: 11px 18px !important;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e5e5e5;
}
.table-params tr > td:first-child {
  border-left: 0;
  width: 30%;
}
.table-params tr:last-child td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
}
.table-params .rating {
  margin: 7px 0;
}
.icon-enable {
  display: inline-block;
  font-size: 28px;
  line-height: 1em;
  color: #1fc0a0;
}
.icon-disable {
  display: inline-block;
  font-size: 28px;
  line-height: 1em;
  color: #e5e5e5;
}
.table-order-history {
  width: 100%;
}
.table-order-history table {
  width: 100%;
}
.table-order-history tr {
  border-bottom: 1px solid #e5e5e5;
}
.table-order-history tr tr {
  border: none;
}
.table-order-history td,
.table-order-history th {
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #e5e5e5;
  padding: 11px 5px;
}
.table-order-history td:last-child,
.table-order-history th:last-child {
  border-right: none;
}
.table-order-history td:first-child,
.table-order-history th:first-child {
  text-align: left;
  padding-left: 0;
}
.table-order-history th {
  border-top: 1px solid #e5e5e5;
}
.table-order-history .th-title {
  font-weight: bold;
  color: #333333;
  width: 50%;
  left: 0;
  text-align: right;
  position: absolute;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .table-order-history thead {
    display: none;
  }
  .table-order-history td,
  .table-order-history td:first-child {
    width: 100%;
    display: block;
    padding-left: 50%;
    text-align: left;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .table-order-history tr {
    border-bottom: none !important;
  }
}
@media (max-width: 767px) {
  .table-order-history thead {
    display: none;
  }
  .table-order-history td,
  .table-order-history td:first-child {
    width: 100%;
    display: block;
    padding-left: 60%;
    text-align: left;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .table-order-history .th-title {
    width: 60%;
  }
}
/* img */
.img-left {
  float: left;
  margin: 8px 40px 40px 0;
}
.img-right {
  float: right;
  margin: 0 0 40px 40px;
}
.img-responsive-inline {
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
/* blockquote */
blockquote {
  border-left: none;
  position: relative;
}
blockquote.quote-left {
  padding: 0 0 0 123px;
  margin: 28px 0 22px;
  border-left-color: transparent;
  color: #1fc0a0;
  font-family: Georgia, sans-serif;
  font-style: italic;
  font-size: 24px;
  line-height: 39px;
}
blockquote.quote-left:before {
  position: absolute;
  display: block;
  top: 0;
  left: -7px;
  margin-top: -15px;
  font-family: Georgia, sans-serif;
  content: '“';
  font-size: 9.8em;
  line-height: 1em;
  color: #1fc0a0;
  font-style: normal;
}
blockquote.quote-left cite {
  font-size: 18px;
  color: #333333;
}
/* lead */
.lead {
  font-size: 18px;
  color: #333333;
  font-family: Georgia, sans-serif;
  padding: 14px 0 0 0;
  margin-bottom: 50px;
}
/* fill-bg */
.fill-bg {
  background-color: #f5f5f5;
}
.fill-bg .btn.btn--ys:hover {
  background-color: #374850;
  color: #ffffff;
}
.fill-bg.aside-inner {
  padding: 29px 15px 0 15px;
}
.fill-bg-lighter {
  background-color: #f8f8f8;
}
.fill-bg-custom {
  background-color: #1fc0a0;
}
.fill-bg-custom.aside-inner {
  padding: 29px 15px 0 15px;
}
/* /fill-bg */
/* table */
table {
  margin-bottom: 22px;
}
table th {
  color: #333333;
}
.table-bordered-01 {
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.table-bordered-01 thead td,
.table-bordered-01 thead tr th {
  color: #333333;
}
.table-bordered-01 thead th:first-child,
.table-bordered-01 tbody tr td:first-child {
  width: 10%;
  border-right: 1px solid #e5e5e5;
  text-align: right;
  padding-left: 10px;
}
.table-bordered-01 tbody tr td:first-child {
  color: #1fc0a0;
}
.table-bordered-01 thead th,
.table-bordered-01 tbody tr td {
  padding: 17px 30px;
}
.table-bordered-01 tbody tr,
.table-bordered-01 thead tr {
  border-bottom: 1px solid #e5e5e5;
}
.table-bordered-01 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.table-bordered-01 ul li {
  display: inline-block;
  color: #333333;
  min-width: 63px;
  margin-right: 10px;
}
/* /table */
/* dl */
dl dt {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 4px 0;
}
dl dd {
  padding-bottom: 21px;
}
dl dd a {
  color: #1fc0a0;
  text-decoration: underline;
}
dl dd a:hover {
  text-decoration: none;
}
/* /dl */
/* separator */
hr {
  border-color: #e5e5e5;
}
hr.hr-md {
  margin-top: 13px;
  margin-bottom: 13px;
}
hr.hr-lg {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  hr.hr-lg {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  hr.hr-lg {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  hr.hr-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.separator-section {
  padding: 0;
  margin: 0;
}
.separator-section hr {
  position: relative;
  top: 46px;
}
/* /separator */
/* link-icon */
.link-color {
  text-decoration: underline;
  color: #1fc0a0;
}
.link-color:hover {
  text-decoration: none;
  color: #1fc0a0;
}
.link-icon {
  color: #1fc0a0;
}
.link-icon .icon,
.link-icon .fa {
  margin-right: 8px;
  position: relative;
  top: 2px;
  display: inline-block;
}
/* /link-icon */
/* link-underline */
.link-top {
  padding-top: 15px;
}
.link-underline {
  text-decoration: underline;
  color: #1fc0a0;
}
.link-underline:hover {
  text-decoration: none;
  color: #1fc0a0;
}
/* /link-underline */
.indent-top-text {
  padding-top: 13.5px;
}
.indent-top1-text {
  padding-top: 27px;
}
.container.indent-l-r-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.text-with-button {
  vertical-align: middle;
  display: inline-block;
}
.text-with-button span {
  font-size: 20px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .text-with-button span {
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
}
.content--parallax {
  background: url(../../frontend/Heritage/yourstore_child/en_US/images/custom/parallax-img-01.jpg) 50% 50% no-repeat fixed;
  height: 717px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}
@media (max-width: 767px) {
  .content--parallax {
    height: 317px;
  }
}
@media (min-width: 768px) {
  .content--parallax {
    height: 417px;
  }
}
@media (min-width: 992px) {
  .content--parallax {
    height: 517px;
  }
}
@media (min-width: 1200px) {
  .content--parallax {
    height: 617px;
  }
}
@media (min-width: 1770px) {
  .content--parallax {
    height: 717px;
  }
}
.content--parallax-sm {
  height: 514px;
}
.content--parallax-sm .parallax-text {
  height: 514px;
}
@media (max-width: 767px) {
  .content--parallax-sm {
    height: inherit;
  }
  .content--parallax-sm .parallax-text {
    height: inherit;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.carusel--parallax {
  background: #ffffff fixed;
  padding: 80px 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  overflow: hidden;
}
.block-table {
  display: table;
  width: 100%;
  height: 100%;
}
.block-table-cell {
  display: table-cell;
  vertical-align: middle;
}
/* media-icon
==================================== */
.media-icon {
  display: table-row;
  width: 100%;
  height: 100%;
}
.media-icon--figure {
  display: table-cell;
  vertical-align: middle;
}
.media-icon--content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 23px;
}
/* end media-icon
==================================== */
.image-bg {
  background: fixed no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}
/* media-box-link
==================================== */
.media-box-link {
  display: table-row;
  width: 100%;
  height: 100%;
  background-color: #1fc0a0;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.media-box-link h4 {
  color: #ffffff;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.media-box-link .icon {
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.media-box-link--figure,
.media-box-link--content,
.media-box-link--arrow {
  display: table-cell;
  padding: 6% 0;
  vertical-align: middle;
}
.media-box-link--figure {
  width: 23%;
}
.media-box-link--content {
  padding-right: 5%;
  width: 67%;
}
.media-box-link--arrow {
  width: 10%;
  vertical-align: middle;
}
.media-box-link:hover {
  background-color: #f5f5f5;
  color: #777777;
}
.media-box-link:hover h4 {
  color: #333333;
}
.media-box-link:hover .icon {
  color: #1fc0a0;
}
@media (max-width: 530px) {
  .media-box-link {
    display: block;
  }
  .media-box-link--figure,
  .media-box-link--content,
  .media-box-link--arrow {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 4%;
  }
  .media-box-link--figure {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .media-box-link--content {
    padding-bottom: 4%;
  }
  .media-box-link--arrow {
    padding-bottom: 4%;
  }
}
/* end media-box-link
==================================== */
/* media-content-img-left
==================================== */
.media-content-img-left .pull-left {
  margin: 9px 30px 30px 0;
}
/* end media-content-img-left
==================================== */
/* media-content-img-left
==================================== */
.brand-lg-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.brand-lg-list a {
  width: 20%;
  float: left;
  display: block;
}
@media (min-width: 992px) {
  .brand-lg-list a {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .brand-lg-list a {
    width: 20%;
  }
}
@media (min-width: 1770px) {
  .brand-lg-list a {
    width: 20%;
  }
}
.brand-lg-list a img {
  display: block;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.brand-lg-list a:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}
.brand-lg-list .row-item {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.brand-lg-list .row-item a {
  border-right: 1px solid #e5e5e5;
}
.brand-lg-list .row-item a:last-child {
  border-right: 1px solid transparent;
}
.brand-lg-list .row-item:last-child {
  border-bottom: 1px solid transparent;
}
/* end media-content-img-left
==================================== */
.promos h2 a:hover {
  color: #333333;
}
/* bull-line */
.bull-line {
  width: 68px;
  height: 5px;
  background: #1fc0a0;
  display: inline-block;
}
/* /bull-line */
/* Modals popups */
.modals-overlay {
  z-index: 100002 !important;
}
.modal-popup {
  z-index: 100003 !important;
}
.modal-popup .modal-inner-wrap {
  width: 500px;
  margin: -100px auto 0;
  top: 50%;
}
.modal-popup .action-close {
  padding: 0;
}
.modal-popup .modal-header {
  padding: 22px;
  right: 10px;
  top: 7px;
}
.modal-popup .modal-content {
  padding: 30px 20px;
  font-weight: 300;
  line-height: 1.4;
}
.modal-popup .modal-footer {
  padding: 15px 20px;
}
.modal-popup .modal-footer button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  padding: 8px 16px;
  height: auto;
  font-size: 13px;
  line-height: 1.486em;
  background-color: #1fc0a0;
  color: #ffffff;
  border-radius: 0;
  vertical-align: top;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
}
.modal-popup .modal-footer button:hover,
.modal-popup .modal-footer button:active,
.modal-popup .modal-footer button.focus,
.modal-popup .modal-footer button:focus,
.modal-popup .modal-footer button:visited {
  background: #1fc0a0;
  color: #ffffff;
  border: 0;
  text-decoration: none;
}
.modal-popup .modal-footer button:hover {
  background-color: #f5f5f5;
  color: #1fc0a0;
}
.map-popup {
  z-index: 99999;
}
.animated {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}
.animation {
  opacity: 0;
  opacity: 1\9;
}
@-webkit-keyframes slideDown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes slideDown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
.slideDown {
  overflow: hidden;
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(1);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(1.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(1.3);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.5);
    opacity: 0.0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(1.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(1.3);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0.0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.0;
  }
  25% {
    transform: scale(1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(1.3);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0.0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Heritage/yourstore_child/en_US/images/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../../frontend/Heritage/yourstore_child/en_US/css/source/custom/external/slick/fonts/slick.eot');
  src: url('../../frontend/Heritage/yourstore_child/en_US/css/source/custom/external/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/Heritage/yourstore_child/en_US/css/source/custom/external/slick/fonts/slick.woff') format('woff'), url('../../frontend/Heritage/yourstore_child/en_US/css/source/custom/external/slick/fonts/slick.ttf') format('truetype'), url('../../frontend/Heritage/yourstore_child/en_US/css/source/custom/external/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px \9;
  /*lte IE 8*/
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 0.8;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Material Icons";
  font-size: 20px;
  line-height: 1;
  color: #333333;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\e408";
}
.slick-prev:before[dir="rtl"] {
  content: "\e409";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\e409";
}
.slick-next:before[dir="rtl"] {
  content: "\e408";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.8;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Material Icons";
  font-size: 60px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #1fc0a0;
  opacity: 1;
}
/****************************************
* loader
*****************************************/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000111;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition:  all 500ms linear 0s;
  -moz-transition:  all 500ms linear 0s;
  -ms-transition:  all 500ms linear 0s;
  -o-transition:  all 500ms linear 0s;
  transition:  all 500ms linear 0s;
}
#loader-wrapper.loader-off,
body.loaded #loader-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition:  all 500ms linear 0s;
  -moz-transition:  all 500ms linear 0s;
  -ms-transition:  all 500ms linear 0s;
  -o-transition:  all 500ms linear 0s;
  transition:  all 500ms linear 0s;
}
/* The loader container */
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  perspective: 400px;
  transform-type: preserve-3d;
}
/* The dot */
#loader .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -80px;
  transform-type: preserve-3d;
  transform-origin: 80px 50%;
  transform: rotateY(0);
  background-color: #1fc0a0;
  animation: dot1 2000ms cubic-bezier(0.5600000000000001, 0.09, 0.89, 0.6899999999999999) infinite;
}
#loader .dot:nth-child(2) {
  z-index: 9;
  animation-delay: 150ms;
}
#loader .dot:nth-child(3) {
  z-index: 8;
  animation-delay: 300ms;
}
#loader .dot:nth-child(4) {
  z-index: 7;
  animation-delay: 450ms;
}
#loader .dot:nth-child(5) {
  z-index: 6;
  animation-delay: 600ms;
}
#loader .dot:nth-child(6) {
  z-index: 5;
  animation-delay: 750ms;
}
#loader .dot:nth-child(7) {
  z-index: 4;
  animation-delay: 900ms;
}
#loader .dot:nth-child(8) {
  z-index: 3;
  animation-delay: 1050ms;
}
@keyframes dot1 {
  0% {
    transform: rotateY(0) rotateZ(0) rotateX(0);
    background-color: #1fc0a0;
  }
  45% {
    transform: rotateZ(180deg) rotateY(360deg) rotateX(90deg);
    background-color: #000000;
    animation-timing-function: cubic-bezier(0.15, 0.62, 0.72, 0.98);
  }
  90%,
  100% {
    transform: rotateY(0) rotateZ(360deg) rotateX(180deg);
    background-color: #1fc0a0;
  }
}
/****************************************
* end loader
*****************************************/
/****************************************
* header
*****************************************/
#header {
  position: relative;
  z-index: 100001;
}
#header .logo {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
  display: inline-block;
}
#header .logo:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
#header .logo_sticky {
  float: left;
  display: none;
  margin: 14px 30px 0 0;
}
#header .logo_sticky img {
  height: 42px;
}
#header .stuck-nav.fixedbar .logo_sticky {
  display: block;
}
#header .logo_sticky_mobile {
  display: none;
  float: left;
  margin: 10px 0 0 15px;
}
#header .logo_sticky_mobile img {
  height: 28px;
}
@media (max-width: 1024px) {
  #header .logo_sticky {
    display: none;
  }
  #header .stuck-nav.fixedbar .logo_sticky {
    display: none;
  }
}
@media (max-width: 1024px) {
  #header .stuck-nav.fixedbar .logo_sticky_mobile {
    display: block;
  }
}
#header .settings {
  padding: 16px 0 0 0;
  display: inline-block;
}
#header .settings .dropdown > a {
  color: #777777;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
#header .settings .dropdown > a:hover {
  color: #1fc0a0;
}
#header .minicart-wrapper .dropdown-menu {
  z-index: 1000004;
}
@media (min-width: 768px) {
  #header .logo.img-responsive {
    max-width: inherit;
  }
}
@media (max-width: 1200px) {
  #header .search.link-inline {
    margin-right: 0;
  }
}
@media (min-width: 1770px) {
  #header .search.link-inline {
    margin-right: 13px;
  }
}
@media (min-width: 1025px) {
  #header .slogan {
    padding: 16px 0 0 0;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 1024px) {
  #header .settings {
    background-color: #333333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    text-align: left !important;
  }
  #header .settings .dropdown {
    display: inline;
    text-align: left !important;
    color: #fff;
  }
  #header .settings .dropdown > a {
    color: #fff;
  }
  #header .settings .dropdown > a:hover {
    color: #1fc0a0;
  }
  #header .logo {
    max-width: 50%;
    margin: 5px 10px 15px 10px;
  }
  #header .minicart-wrapper {
    display: flex;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 45px;
  }
  #header .minicart-wrapper .badge--cart {
    right: -25px;
  }
  #header .minicart-wrapper .dropdown.text-right .dropdown-menu {
    left: 0;
    right: 0 !important;
    width: auto;
    min-width: 300px;
  }
  #header .search {
    position: absolute;
    right: 18px;
    bottom: -1px;
    margin-right: 0 !important;
  }
  #header .account {
    position: absolute;
    height: 53px;
    right: 0;
    padding-right: 15px;
    top: -12px;
  }
  #header .account .dropdown.text-right .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 300px;
    top: 60px;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  #header .logo {
    margin: 15px 10px 5px 10px;
  }
}
#header .navbar {
  margin-bottom: 0;
  bottom: 0;
  position: relative;
}
@media (max-width: 1024px) {
  #header .navbar {
    background-color: #1fc0a0;
  }
  #header .navbar .navbar-nav {
    margin: 0;
    overflow: auto;
  }
}
@media (min-width: 1025px) {
  #header .navbar .dropdown-menu {
    padding: 20px;
    margin-top: -17px !important;
  }
  #header .navbar .dropdown-menu.megamenu {
    margin-top: -15px !important;
  }
  #header .navbar .dropdown-one-col .dropdown-menu {
    margin-top: -15px !important;
  }
  #header .navbar .dropdown-two-col a {
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
  }
  #header .navbar .dropdown-two-col .dropdown-menu {
    margin-top: -15px !important;
  }
}
#header .navbar .navbar-toggle {
  float: left;
}
#header .navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
#header .navbar .navbar-collapse {
  padding: 0;
}
@media (max-width: 1024px) {
  #header .navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    top: 52px;
  }
}
#header .nav-menu-wrapper {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  #header .nav-menu-wrapper {
    background-color: #1fc0a0;
  }
  #header .nav-menu-wrapper .ui-menu {
    margin: 0;
    overflow: auto;
  }
}
@media (min-width: 1025px) {
  #header .nav-menu-wrapper .dropdown-menu {
    padding: 20px;
    margin-top: -17px !important;
  }
  #header .nav-menu-wrapper .dropdown-menu.megamenu {
    margin-top: -15px !important;
  }
  #header .nav-menu-wrapper .dropdown-one-col .dropdown-menu {
    margin-top: -15px !important;
  }
  #header .nav-menu-wrapper .dropdown-two-col a {
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
  }
  #header .nav-menu-wrapper .dropdown-two-col .dropdown-menu {
    margin-top: -15px !important;
  }
}
#header .nav-menu-wrapper .navbar-toggle {
  float: left;
}
#header .nav-menu-wrapper .navbar-toggle .icon-bar {
  background-color: #fff;
}
#header .nav-menu-wrapper .navbar-collapse {
  padding: 0;
}
@media (max-width: 1024px) {
  #header .nav-menu-wrapper .navbar-collapse {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    top: 52px;
  }
}
/* stuck */
@media (min-width: 1025px) {
  .stuck-nav > div {
    position: relative;
  }
}
.fixedbarCSs {
  top: -250px;
  opacity: 0;
  -webkit-transition:  all 500ms ease-out 0s;
  -moz-transition:  all 500ms ease-out 0s;
  -ms-transition:  all 500ms ease-out 0s;
  -o-transition:  all 500ms ease-out 0s;
  transition:  all 500ms ease-out 0s;
}
.fixedbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  z-index: 7111111;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.fixedbar .minicart-wrapper {
  top: 6px;
  position: relative;
}
.fixedbar .badge--cart {
  right: 0;
  top: -33px;
}
.fixedbar .dropdown.text-right {
  margin-right: 10px;
  padding: 0 30px 10px 0;
}
@media (min-width: 1025px) {
  .fixedbar .navbar {
    float: left;
  }
}
.fixedbar1 {
  position: absolute !important;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .fixedbar {
    min-height: 70px;
  }
  .fixedbar .search,
  .fixedbar .account {
    display: none !important;
  }
  .fixedbar .offset-top-5 {
    margin-top: 0 !important;
  }
  .fixedbar .minicart-wrapper {
    top: 4px;
  }
  .fixedbar .minicart-wrapper .icon {
    margin-right: 3px;
  }
  .fixedbar .badge--cart {
    right: 0;
    top: -23px;
  }
  .fixedbar .mainMenu {
    padding-top: 4px;
  }
  .fixedbar .mainMenu .navbar-nav > li {
    padding: 0 !important;
  }
  .fixedbar .mainMenu .navbar-nav > li > a .act-underline {
    padding-bottom: 7px;
  }
  .fixedbar .dropdown.text-right {
    margin-right: 0px;
  }
}
@media (max-width: 1024px) {
  .fixedbar .account,
  .fixedbar .search {
    display: none !important;
  }
  .fixedbar .offset-top-5 {
    margin-top: 0 !important;
  }
  .fixedbar .minicart-wrapper {
    right: 17px !important;
    margin-top: -26px !important;
  }
  .fixedbar .minicart-wrapper .dropdown > a .icon {
    color: #ffffff !important;
    font-size: 2em !important;
  }
  .fixedbar .badge--cart {
    width: 28px;
    height: 28px;
    line-height: 1.6em;
    top: -20px;
    right: -30px !important;
  }
  .fixedbar .dropdown.text-right {
    padding-right: 25px;
  }
  #header .fixedbar .container:first-child .row {
    padding-top: 0;
  }
}
/* /stuck */
.caret {
  border-top-style: solid;
  border-top: 3px solid;
}
@media (max-width: 1025px) {
  .link-inline {
    display: inline-block;
    padding-top: 10px;
  }
  .link-inline.minicart-wrapper {
    padding-top: 0;
  }
}
header .search-dropdown {
  z-index: 1111 !important;
}
/* toggle-menu
==================================== */
.toggle-menu {
  position: relative;
  z-index: 1000002;
}
.toggle-menu .dropdown-menu {
  width: 870px;
  left: inherit;
  right: 0;
  padding: 28px;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.toggle-menu .dropdown-menu li {
  margin-left: 4%;
}
.toggle-menu .dropdown-menu li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.toggle-menu .dropdown-menu li:nth-child(2) {
  margin-left: 0;
}
.toggle-menu .ul-row {
  overflow: hidden;
  list-style: none;
  margin: 0;
  right: 3px;
  display: table !important;
}
.toggle-menu .li-col {
  float: left;
  width: 28%;
}
.toggle-menu .li-col:hover .megamenu__subtitle span {
  color: #333333;
}
.toggle-menu .li-col ul {
  padding: 0;
  margin: 0;
}
.toggle-menu .li-col li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
.toggle-menu .li-col li a {
  text-decoration: none;
  display: block;
  padding: 6px 2px 7px 11px;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.toggle-menu .li-col li a:hover {
  background-color: #f7f7f7;
}
.toggle-menu .li-col li:last-child {
  border-bottom: none;
}
.toggle-menu .li-col li img {
  margin: 0 5px 0 0;
  position: relative;
  top: -1px;
}
.toggle-menu .li-col li.active a {
  background-color: #f7f7f7;
}
.toggle-menu .li-col-full {
  width: 100%;
  padding-left: 4%;
  padding-bottom: 5px;
  overflow: hidden;
}
.toggle-menu .li-col-full .close {
  color: #333333;
  cursor: pointer;
  opacity: 1;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.toggle-menu .li-col-full .close:hover {
  color: #1fc0a0;
}
.toggle-menu .icon.icon-reorder.active_burger {
  color: #1fc0a0;
}
/* EOF toggle-menu
==================================== */
/* ===================== (layout-02)===================== */
@media (max-width: 1024px) {
  .mobile-menu-on {
    display: block !important;
  }
}
@media (max-width: 1025px) {
  .mobile-menu-off {
    display: none !important;
  }
}
.pad-right-none {
  padding-right: 0;
}
#header.header-layout-02 {
  padding-bottom: 14px;
  /* h-box-address */
  /* /h-box-address */
}
#header.header-layout-02 .currency.dropdown .dropdown-label,
#header.header-layout-02 .language.dropdown .dropdown-label {
  display: none;
}
#header.header-layout-02 .slogan {
  display: table-cell;
  height: 88px;
  vertical-align: middle;
}
#header.header-layout-02 hr {
  margin: 0 0 15px 0;
}
#header.header-layout-02 .stuck-nav .minicart-wrapper .name-text {
  display: none;
}
@media (min-width: 1025px) {
  #header.header-layout-02 .settings {
    padding-top: 3px;
  }
}
@media (max-width: 1199px) {
  #header.header-layout-02 .dropdown {
    position: static;
    display: inline;
    font-weight: 300;
  }
}
@media (min-width: 1024px) {
  #header.header-layout-02 .stuck-nav {
    display: none;
  }
  #header.header-layout-02 .stuck-nav.fixedbar {
    display: block;
  }
}
@media (max-width: 1025px) {
  #header.header-layout-02 .stuck-nav {
    display: block;
  }
  #header.header-layout-02 .stuck-nav.fixedbar {
    display: block;
  }
}
#header.header-layout-02 .search.mobile-menu-off a .icon {
  font-size: 37px;
}
#header.header-layout-02 .offset-top-5 .search a .icon-search {
  top: -9px;
  font-size: 37px;
}
#header.header-layout-02 .offset-top-5 .search-dropdown {
  margin-top: -60px !important;
}
#header.header-layout-02 .badge.badge--hidden {
  display: block !important;
}
#header.header-layout-02 .account-row-list ul {
  list-style: none;
  border-right: 1px solid #e5e5e5;
  margin-right: 29px;
  padding-bottom: 7px;
}
#header.header-layout-02 .account-row-list ul li {
  display: inline-block;
  margin-right: 29px;
}
@media (max-width: 1199px) {
  #header.header-layout-02 .account-row-list ul li {
    margin-right: 27px;
  }
}
#header.header-layout-02 .account-row-list ul li a {
  color: #1fc0a0;
  text-decoration: none;
  -webkit-transition:  all 0.3s 0s ease;
  -moz-transition:  all 0.3s 0s ease;
  -ms-transition:  all 0.3s 0s ease;
  -o-transition:  all 0.3s 0s ease;
  transition:  all 0.3s 0s ease;
}
#header.header-layout-02 .account-row-list ul li a:hover {
  color: #333333;
}
#header.header-layout-02 .account-row-list ul li a .icon {
  font-size: 17px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 1025px) {
  #header.header-layout-02 .row-functional-link {
    padding-top: 9px;
  }
  #header.header-layout-02 .row-functional-link .link-inline {
    display: inline-block;
    float: right;
  }
  #header.header-layout-02 .row-functional-link .link-inline .dropdown {
    display: block;
    padding: 0;
  }
  #header.header-layout-02 .row-functional-link .link-inline .dropdown > a {
    display: inline-block;
    padding: 54px 24px 0px 24px;
    position: relative;
    text-align: left;
    border-left: 1px solid #e5e5e5;
  }
  #header.header-layout-02 .row-functional-link .link-inline .dropdown > a .icon {
    -webkit-transition:  all 0.3s 0s ease;
    -moz-transition:  all 0.3s 0s ease;
    -ms-transition:  all 0.3s 0s ease;
    -o-transition:  all 0.3s 0s ease;
    transition:  all 0.3s 0s ease;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute !important;
    top: 15px;
    font-size: 30px !important;
  }
  #header.header-layout-02 .row-functional-link .link-inline .dropdown > a .icon.icon-sort {
    margin-left: -15px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  #header.header-layout-02 .row-functional-link .link-inline .dropdown > a .name-text {
    color: #333333;
    font-size: 18px;
    display: inline-block;
    padding-top: 4px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
  #header.header-layout-02 .row-functional-link .link-inline .dropdown > a .badge--cart {
    top: 0;
    right: auto;
    left: 65%;
    font-size: 16px;
    line-height: 1.95em;
  }
  #header.header-layout-02 .row-functional-link .link-inline:first-child .dropdown > a {
    padding-right: 0px;
  }
}
@media (max-width: 1024px) {
  #header.header-layout-02 .container .row {
    padding-top: 18px;
  }
  #header.header-layout-02 .row-functional-link .name-text,
  #header.header-layout-02 .stuck-nav .name-text {
    display: none !important;
  }
  #header.header-layout-02 #header .row > div {
    width: 100%;
  }
  #header.header-layout-02 .account-row-list {
    display: none;
  }
  #header.header-layout-02 .logo {
    margin: 16px 10px 30px;
  }
}
@media (max-width: 1024px) and (max-width: 1199px) {
  #header.header-layout-02 .settings .dropdown {
    padding: 0 0 0 20px !important;
  }
}
@media (min-width: 1025px) {
  #header.header-layout-02 .search {
    margin-top: -7px;
  }
  #header.header-layout-02 .search-dropdown {
    z-index: 11111 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  #header.header-layout-02 .account-row-list ul {
    margin-right: 20px;
  }
}
#header.header-layout-02 .h-address {
  font-weight: 300;
  margin-right: 31px;
  position: relative;
  top: -8px;
  line-height: 30px;
}
#header.header-layout-02 .h-address .icon {
  color: #1fc0a0;
  font-size: 20px;
  position: relative;
  top: 4px;
}
#header.header-layout-02 .h-address b {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
}
#header.header-layout-02 .h-address p {
  padding: 5px 0 0 0;
}
#header.header-layout-02 .stuck-nav .search-dropdown {
  margin-top: -56px;
}
@media (max-width: 1024px) {
  #header.header-layout-02 .stuck-nav .search {
    bottom: 12px;
  }
}
@media (min-width: 1025px) {
  #header.header-layout-02 .stuck-nav .search .search__open {
    top: 14px;
    position: relative;
  }
}
#header.header-layout-02 .stuck-nav .search__close {
  float: right;
}
#header.header-layout-02 .stuck-nav .search {
  display: block;
}
#header.header-layout-02 .stuck-nav.fixedbar .search-dropdown {
  margin-top: -38px;
}
@media (min-width: 1025px) {
  #header.header-layout-02 .stuck-nav.fixedbar .search {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  #header.header-layout-02 .stuck-nav.fixedbar .search {
    bottom: 15px;
  }
  #header.header-layout-02 .stuck-nav.fixedbar .search .search__open {
    top: 14px;
    position: relative;
  }
}
#header.header-layout-02 #search {
  background-color: #fff;
  position: relative;
  z-index: 9;
}
@media (min-width: 1024px) {
  #header.header-layout-02 .stuck-nav {
    display: none;
  }
}
/* ===================== EOF (layout-02)===================== */
/* ===================== (layout-03)===================== */
.pad-right-none {
  padding-right: 0;
}
#header.header-layout-03 {
  /* h-box-address */
  /* /h-box-address */
}
#header.header-layout-03 .currency.dropdown .dropdown-label,
#header.header-layout-03 .language.dropdown .dropdown-label {
  display: none;
}
#header.header-layout-03 .slogan {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
}
#header.header-layout-03 hr {
  margin: 0px 0 15px 0;
}
#header.header-layout-03 .stuck-nav .minicart-wrapper .name-text {
  display: none;
}
@media (min-width: 1024px) {
  #header.header-layout-03 .settings {
    padding-top: 3px;
  }
}
@media (max-width: 1199px) {
  #header.header-layout-03 .dropdown {
    position: static;
    display: inline;
    font-weight: 300;
  }
}
#header.header-layout-03 .search.mobile-menu-off a .icon {
  font-size: 37px;
}
#header.header-layout-03 .offset-top-5 .search a .icon-search {
  top: -9px;
  font-size: 37px;
}
#header.header-layout-03 .offset-top-5 .search-dropdown {
  margin-top: -60px !important;
}
#header.header-layout-03 .badge.badge--hidden {
  display: block !important;
}
#header.header-layout-03 .account-row-list ul {
  list-style: none;
  border-right: 1px solid #e5e5e5;
  margin-right: 29px;
  padding-bottom: 7px;
}
#header.header-layout-03 .account-row-list ul li {
  display: inline-block;
  margin-right: 29px;
}
@media (max-width: 1199px) {
  #header.header-layout-03 .account-row-list ul li {
    margin-right: 27px;
  }
}
#header.header-layout-03 .account-row-list ul li a {
  color: #1fc0a0;
  text-decoration: none;
  -webkit-transition:  all 0.3s 0s ease;
  -moz-transition:  all 0.3s 0s ease;
  -ms-transition:  all 0.3s 0s ease;
  -o-transition:  all 0.3s 0s ease;
  transition:  all 0.3s 0s ease;
}
#header.header-layout-03 .account-row-list ul li a:hover {
  color: #333333;
}
#header.header-layout-03 .account-row-list ul li a .icon {
  font-size: 17px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 1025px) {
  #header.header-layout-03 .logo {
    margin-bottom: 37px;
  }
  #header.header-layout-03 .row-functional-link {
    padding-top: 9px;
  }
  #header.header-layout-03 .row-functional-link .link-inline {
    display: inline-block;
    float: right;
  }
  #header.header-layout-03 .row-functional-link .link-inline .dropdown {
    display: block;
    padding: 0;
  }
  #header.header-layout-03 .row-functional-link .link-inline .dropdown > a {
    display: inline-block;
    padding: 54px 24px 0px 24px;
    position: relative;
    text-align: left;
    border-left: 1px solid #e5e5e5;
  }
  #header.header-layout-03 .row-functional-link .link-inline .dropdown > a .icon {
    -webkit-transition:  all 0.3s 0s ease;
    -moz-transition:  all 0.3s 0s ease;
    -ms-transition:  all 0.3s 0s ease;
    -o-transition:  all 0.3s 0s ease;
    transition:  all 0.3s 0s ease;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute !important;
    top: 15px;
    font-size: 30px !important;
  }
  #header.header-layout-03 .row-functional-link .link-inline .dropdown > a .icon.icon-sort {
    margin-left: -15px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  #header.header-layout-03 .row-functional-link .link-inline .dropdown > a .name-text {
    color: #333333;
    font-size: 18px;
    display: inline-block;
    padding-top: 4px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
  #header.header-layout-03 .row-functional-link .link-inline .dropdown > a .badge--cart {
    top: 0;
    right: auto;
    left: 65%;
    font-size: 16px;
    line-height: 1.95em;
  }
  #header.header-layout-03 .row-functional-link .link-inline:first-child .dropdown > a {
    padding-right: 0px;
  }
  #header.header-layout-03 .account-row-list ul {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  #header.header-layout-03 .container .row {
    padding-top: 18px;
  }
  #header.header-layout-03 .row-functional-link .name-text,
  #header.header-layout-03 .stuck-nav .name-text {
    display: none !important;
  }
  #header.header-layout-03 #header .row > div {
    width: 100%;
  }
  #header.header-layout-03 .account-row-list {
    display: none;
  }
  #header.header-layout-03 .logo {
    margin: 16px 10px 30px;
  }
}
@media (min-width: 1025px) {
  #header.header-layout-03 .search {
    margin-top: -7px;
  }
  #header.header-layout-03 .search-dropdown {
    z-index: 11111 !important;
  }
}
#header.header-layout-03 .h-address {
  font-weight: 300;
  margin-right: 31px;
  position: relative;
  top: -8px;
  line-height: 30px;
}
#header.header-layout-03 .h-address .icon {
  color: #1fc0a0;
  font-size: 20px;
  position: relative;
  top: 4px;
}
#header.header-layout-03 .h-address b {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
}
#header.header-layout-03 .h-address p {
  padding: 5px 0 0 0;
}
#header.header-layout-03 #search {
  background-color: #fff;
  position: relative;
  z-index: 9;
}
@media (max-width: 1024px) {
  #header.header-layout-03 .minicart-wrapper {
    margin-top: -23px;
  }
}
@media (max-width: 1024px) and (max-width: 1199px) {
  #header.header-layout-03 .settings .dropdown {
    padding: 0 0 0 20px !important;
  }
}
@media (min-width: 1024px) {
  #header.header-layout-03 .stuck-nav {
    background-color: #333333;
  }
  #header.header-layout-03 .stuck-nav .mainMenu {
    padding-top: 5px;
  }
  #header.header-layout-03 .stuck-nav .mainMenu .navbar-nav > li > a .act-underline {
    padding-bottom: 5px;
  }
  #header.header-layout-03 .stuck-nav .pull-right {
    display: none;
  }
  #header.header-layout-03 .stuck-nav.fixedbar .pull-right {
    display: block;
  }
  #header.header-layout-03 .stuck-nav.fixedbar .minicart-wrapper .dropdown > a:hover .icon {
    color: #ffffff !important;
  }
  #header.header-layout-03 .stuck-nav .navbar-nav > li > a {
    padding-bottom: 3px;
  }
  #header.header-layout-03 .stuck-nav .navbar .dropdown-menu.megamenu,
  #header.header-layout-03 .stuck-nav .navbar .dropdown-two-col .dropdown-menu {
    margin-top: -7px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #header.header-layout-03 .stuck-nav .mainMenu .nav {
    padding-bottom: 10px;
  }
}
#header.header-layout-03 .stuck-nav .search-dropdown {
  margin-top: -56px;
}
@media (max-width: 1024px) {
  #header.header-layout-03 .stuck-nav .search {
    bottom: -2px;
  }
}
@media (min-width: 1025px) {
  #header.header-layout-03 .stuck-nav .search {
    bottom: 15px;
  }
  #header.header-layout-03 .stuck-nav .search .search__open {
    top: 14px;
    position: relative;
  }
}
#header.header-layout-03 .stuck-nav .search__close {
  float: right;
}
#header.header-layout-03 .stuck-nav .search {
  display: block;
}
#header.header-layout-03 .stuck-nav .badge--menu:after {
  border-top: 5px solid #777;
}
#header.header-layout-03 .stuck-nav .badge--color:after {
  border-top: 5px solid #1fc0a0;
}
#header.header-layout-03 .stuck-nav.fixedbar .search-dropdown {
  margin-top: -38px;
}
@media (max-width: 1024px) {
  #header.header-layout-03 .stuck-nav.fixedbar .search {
    bottom: 15px;
  }
  #header.header-layout-03 .stuck-nav.fixedbar .search .search__open {
    top: 14px;
    position: relative;
  }
}
/* ===================== EOF (layout-03)===================== */
/* ===================== (layout-04)===================== */
#header.header-layout-04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px;
  z-index: 8;
}
#header.header-layout-04 .logo {
  position: relative;
  z-index: 7;
}
#header.header-layout-04 .category-menu-scroll {
  top: -50px;
  text-align: left;
}
@media (min-width: 1025px) {
  #header.header-layout-04 .extra-right {
    position: absolute;
    right: 0;
    top: 24px;
    width: 100%;
  }
  #header.header-layout-04 .search {
    margin-right: 13px;
  }
  #header.header-layout-04 .logo {
    display: inline-block;
    margin-bottom: 30px;
  }
  #header.header-layout-04 .slogan {
    color: #ffffff;
  }
  #header.header-layout-04 .navbar {
    display: inline-block;
  }
  #header.header-layout-04 .mainMenu .navbar-nav > li > a {
    color: #ffffff;
  }
  #header.header-layout-04 .settings .dropdown-label,
  #header.header-layout-04 .settings .dropdown-toggle {
    color: #ffffff;
  }
  #header.header-layout-04 .search .icon-search {
    color: #ffffff;
  }
  #header.header-layout-04 .search.open .icon-search {
    display: none;
  }
  #header.header-layout-04 .account .icon {
    color: #ffffff;
  }
  #header.header-layout-04 .account:hover .icon {
    color: #1fc0a0 !important;
  }
}
#header.header-layout-04 .minicart-wrapper .action.showcart:hover .icon {
  color: #ffffff !important;
}
@media (max-width: 1024px) {
  #header.header-layout-04 .logo {
    left: 0;
    margin: 75px 10px 45px;
    position: absolute;
    max-width: 70%;
  }
  #header.header-layout-04 .minicart-wrapper {
    margin-top: 128px;
  }
  #header.header-layout-04 > .container:last-child {
    position: absolute;
    top: 50px;
    width: 100%;
  }
  #header.header-layout-04 .search {
    bottom: -47px;
    z-index: 99;
  }
  #header.header-layout-04 .account .dropdown .dropdown-menu--xs-full {
    margin-top: 7px;
  }
}
@media (max-width: 1024px) and (max-width: 436px) {
  #header.header-layout-04 .minicart-wrapper {
    margin-top: 115px;
  }
}
@media (max-width: 1024px) and (max-width: 367px) {
  #header.header-layout-04 .minicart-wrapper {
    margin-top: 110px;
  }
}
/* ===================== EOF (layout-04)===================== */
/* ===================== (layout-05)===================== */
#header.header-layout-05 {
  padding-top: 15px;
}
#header.header-layout-05 .logo {
  position: relative;
  z-index: 7;
}
#header.header-layout-05 .category-menu-scroll {
  text-align: left;
}
@media (min-width: 1025px) {
  #header.header-layout-05 .extra-right {
    position: absolute;
    right: 0;
    top: 24px;
    width: 100%;
  }
  #header.header-layout-05 .logo {
    display: inline-block;
    margin-bottom: 32px;
  }
  #header.header-layout-05 .navbar {
    display: inline-block;
  }
  #header.header-layout-05 .search.open .icon-search {
    display: none;
  }
  #header.header-layout-05 .navbar-nav > li > a {
    padding-bottom: 2px;
  }
  #header.header-layout-05 .navbar .dropdown-menu.megamenu,
  #header.header-layout-05 .navbar .dropdown-menu.multicolumn {
    margin-top: -6px !important;
  }
  #header.header-layout-05 .stuck-nav .col-stuck-cart {
    display: none;
  }
  #header.header-layout-05 .stuck-nav.fixedbar .col-stuck-menu {
    width: 85%;
    float: left;
  }
  #header.header-layout-05 .stuck-nav.fixedbar .col-stuck-menu .text-center {
    text-align: left;
  }
  #header.header-layout-05 .stuck-nav.fixedbar .col-stuck-cart {
    display: block;
    width: 15%;
  }
}
@media (max-width: 1024px) {
  #header.header-layout-05 .logo {
    float: left;
    margin: 26px 10px 7px 10px;
  }
}
/* ===================== EOF (layout-05)===================== */
/* ===================== (layout-06)===================== */
.toggle-menu {
  font-size: 29px;
  line-height: 1.2em;
  margin-left: 28px;
  margin-right: 12px;
  color: #333333;
}
.toggle-menu .icon {
  cursor: pointer;
}
.toggle-menu:hover {
  color: #1fc0a0;
}
@media (min-width: 1025px) {
  #header.header-layout-06 {
    min-height: 144px;
  }
  #header.header-layout-06 .navbar-toggle-act {
    display: none;
  }
  #header.header-layout-06 .navbar {
    margin-top: 15px;
    z-index: 7;
  }
  #header.header-layout-06 .link-inline {
    margin-top: 36px;
  }
  #header.header-layout-06 .width-extra {
    width: 80%;
  }
  #header.header-layout-06 .alignment-extra {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 7;
  }
  #header.header-layout-06 .li-col-full .slogan {
    padding: 0;
  }
  #header.header-layout-06 .fixedbar .navbar {
    display: inline-block !important;
  }
  #header.header-layout-06 .link-inline.fixedbar {
    margin-top: 17px;
    left: auto;
    right: 0;
    width: 10%;
    background-color: transparent;
    box-shadow: none;
  }
  #header.header-layout-06 .stuck-nav {
    position: relative;
    z-index: 7;
  }
  #header.header-layout-06 .stuck-nav .col-stuck-cart {
    display: none;
  }
  #header.header-layout-06 .stuck-nav.fixedbar {
    text-align: left;
  }
  #header.header-layout-06 .stuck-nav.fixedbar .navbar {
    margin-top: 0;
  }
  #header.header-layout-06 .stuck-nav.fixedbar .col-stuck-menu {
    width: 85%;
    float: left;
  }
  #header.header-layout-06 .stuck-nav.fixedbar .col-stuck-menu .text-center {
    text-align: left;
  }
  #header.header-layout-06 .stuck-nav.fixedbar .col-stuck-cart {
    display: block;
    width: 15%;
  }
}
@media (min-width: 1025px) and (min-width: 1770px) {
  #header.header-layout-06 .toggle-menu {
    margin-left: 12px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  #header.header-layout-06 .stuck-nav {
    z-index: 1;
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  #header.header-layout-06 .stuck-nav {
    z-index: 1;
  }
}
@media (min-width: 1025px) and (min-width: 1770px) {
  #header.header-layout-06 .stuck-nav {
    z-index: 7;
  }
}
@media (max-width: 1024px) {
  #header.header-layout-06 .logo {
    margin: 17px 10px 48px 10px;
  }
  #header.header-layout-06 .stuck-nav .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ===================== EOF (layout-06)===================== */
/* =====================(layout-07)===================== */
#header.header-layout-07 {
  /* menu */
}
@media (min-width: 1025px) {
  #header.header-layout-07 .logo {
    margin: 0 0 38px 0;
    position: relative;
    z-index: 1;
  }
  #header.header-layout-07 .link-inline {
    margin-top: 36px;
  }
  #header.header-layout-07 .navbar-toggle-act {
    display: none;
  }
  #header.header-layout-07 .fixedbar .navbar {
    display: inline-block !important;
    position: relative;
    z-index: 777;
  }
  #header.header-layout-07 .li-col-full .slogan {
    padding: 0;
  }
  #header.header-layout-07 .search-outer {
    display: block;
    padding-top: 16px;
    position: relative;
    z-index: 1;
  }
  #header.header-layout-07 .minicart-wrapper {
    padding-right: 10px;
  }
  #header.header-layout-07 .navbar-nav {
    padding-top: 2px;
  }
  #header.header-layout-07 .stuck-nav .col-stuck-cart {
    display: none;
  }
  #header.header-layout-07 .stuck-nav.fixedbar .col-stuck-menu {
    width: 85%;
    float: left;
  }
  #header.header-layout-07 .stuck-nav.fixedbar .col-stuck-menu .text-center {
    text-align: left;
  }
  #header.header-layout-07 .stuck-nav.fixedbar .col-stuck-cart {
    display: block;
    width: 15%;
  }
}
@media (max-width: 1024px) {
  #header.header-layout-07 .fill-bg {
    background: none;
  }
  #header.header-layout-07 .logo {
    margin: 17px 10px 8px 10px;
  }
}
@media (min-width: 1024px) {
  #header.header-layout-07 .stuck-nav .pull-right {
    display: none;
  }
  #header.header-layout-07 .stuck-nav.fixedbar .pull-right {
    display: block;
  }
  #header.header-layout-07 .stuck-nav .navbar-nav > li > a {
    padding-bottom: 3px;
  }
  #header.header-layout-07 .stuck-nav .navbar .dropdown-menu.megamenu,
  #header.header-layout-07 .stuck-nav .navbar .dropdown-two-col .dropdown-menu {
    margin-top: -7px !important;
  }
}
#header.header-layout-07 .stuck-nav .search-dropdown {
  margin-top: -56px;
}
@media (max-width: 1024px) {
  #header.header-layout-07 .stuck-nav .search {
    bottom: -2px;
  }
}
@media (min-width: 1025px) {
  #header.header-layout-07 .stuck-nav .search {
    bottom: 15px;
  }
  #header.header-layout-07 .stuck-nav .search .search__open {
    top: 14px;
    position: relative;
  }
}
#header.header-layout-07 .stuck-nav.fixedbar .search-dropdown {
  margin-top: -38px;
}
@media (max-width: 1024px) {
  #header.header-layout-07 .stuck-nav.fixedbar .search {
    bottom: 15px;
  }
  #header.header-layout-07 .stuck-nav.fixedbar .search .search__open {
    top: 14px;
    position: relative;
  }
}
/* ===================== EOF layout-07)===================== */
/* ===================== (layout-08)===================== */
@media (min-width: 1025px) {
  #header.header-layout-08 {
    padding-top: 18px;
  }
  #header.header-layout-08 .logo,
  #header.header-layout-08 .navbar {
    display: inline-block;
  }
  #header.header-layout-08 .logo {
    margin-bottom: 14px;
  }
  #header.header-layout-08 .search.link-inline {
    margin-right: 0;
  }
  #header.header-layout-08 .stuck-nav.fixedbar .toggle-menu {
    display: none;
  }
  #header.header-layout-08 .stuck-nav.fixedbar .text-center {
    text-align: left;
  }
  #header.header-layout-08 .toggle-menu {
    margin-left: 25px;
  }
  #header.header-layout-08 .li-col-full .slogan {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  #header.header-layout-08 .logo {
    float: left;
  }
  #header.header-layout-08 .currency.dropdown {
    padding-left: 20px;
  }
}
/* ===================== EOF (layout-08)===================== */
/* ===================== (layout-09)===================== */
@media (min-width: 1025px) {
  #header.header-layout-09 {
    padding-bottom: 7px;
    padding-top: 18px;
  }
  #header.header-layout-09 .li-col-full .slogan {
    padding: 0;
  }
  #header.header-layout-09 .search-dropdown {
    z-index: 11111 !important;
  }
  #header.header-layout-09 .mainMenu .navbar-nav > li.simple_menu_item ul {
    left: -100% !important;
  }
  #header.header-layout-09 .mainMenu .navbar-nav > li.simple_menu_item > ul {
    left: 0 !important;
  }
  #header.header-layout-09 .settings {
    padding-top: 25px;
    padding-right: 25px;
  }
  #header.header-layout-09 .slogan {
    padding-top: 25px;
  }
  #header.header-layout-09 .minicart-wrapper .dropdown.text-right {
    padding-right: 0px;
  }
  #header.header-layout-09 .minicart-wrapper .dropdown > a .icon {
    margin-right: 14px;
  }
  #header.header-layout-09 .stuck-nav .minicart-wrapper .dropdown.text-right {
    padding-right: 30px;
  }
  #header.header-layout-09 .stuck-nav .minicart-wrapper .dropdown > a .icon {
    margin-right: 3px;
  }
  #header.header-layout-09 .navbar {
    float: left;
  }
  #header.header-layout-09 .mainMenu .navbar-nav > li:last-child {
    margin-right: 0 !important;
  }
  #header.header-layout-09 .stuck-nav .col-stuck-cart {
    display: none;
  }
  #header.header-layout-09 .stuck-nav.fixedbar .col-stuck-menu {
    width: 85%;
    float: left;
  }
  #header.header-layout-09 .stuck-nav.fixedbar .col-stuck-menu .text-center {
    text-align: left;
  }
  #header.header-layout-09 .stuck-nav.fixedbar .col-stuck-cart {
    display: block;
    width: 15%;
  }
}
@media (min-width: 1025px) and (min-width: 1770px) {
  #header.header-layout-09 {
    padding-top: 45px;
  }
}
@media (min-width: 1025px) and (min-width: 992px) {
  #header.header-layout-09 .settings {
    padding-right: 0;
    padding-bottom: 19px;
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  #header.header-layout-09 .settings {
    padding-right: 25px;
  }
}
@media (min-width: 1025px) and (min-width: 1770px) {
  #header.header-layout-09 .logo {
    position: absolute;
    top: 39px;
    z-index: 777;
  }
}
@media (min-width: 1025px) and (min-width: 1770px) {
  #header.header-layout-09 .navbar {
    float: right;
  }
}
@media (min-width: 1025px) and (min-width: 1770px) {
  #header.header-layout-09 .fixedbar .navbar {
    float: inherit !important;
  }
}
/* ===================== EOF(layout-09)===================== */
/* =====================under-construction.html(layout-10)===================== */
#header.header-layout-10 {
  padding: 23px 0 40px;
}
#header.header-layout-10 .container:first-child .row {
  padding-top: 0px;
}
@media (max-width: 1024px) {
  #header.header-layout-10 .logo {
    max-width: 90%;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  #header.header-layout-10 .logo {
    margin: 5px 10px 15px 10px;
  }
}
/* =====================under-construction.html(layout-10)===================== */
/* =====================index_skin_17===================== */
@media (min-width: 1025px) {
  /* account-row-list */
  #header.header-layout-17 .stuck-nav {
    background: #f6f5f3;
  }
  #header.header-layout-17 .account-row-list ul {
    list-style: none;
    display: inline-block;
  }
  #header.header-layout-17 .account-row-list ul li {
    display: inline-block;
  }
  #header.header-layout-17 .account-row-list ul li {
    display: inline-block;
    margin-right: 29px;
  }
  #header.header-layout-17 .account-row-list ul li:last-child {
    margin-right: 17px;
  }
  #header.header-layout-17 .account-row-list ul li a {
    text-decoration: none;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -ms-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  #header.header-layout-17 .account-row-list ul li a .icon {
    font-size: 17px;
    margin-right: 6px;
    position: relative;
    top: 2px;
  }
  #header.header-layout-17 .account-row-list ul li a .icon.icon-lock {
    font-size: 18px;
  }
  /* /account-row-list */
  /* currency */
  #header.header-layout-17 .currency .dropdown-label {
    display: none;
  }
  /* /currency */
  /* language */
  #header.header-layout-17 .language .dropdown-label {
    display: none;
  }
  /* /language */
  /* logo */
  #header.header-layout-17 .logo {
    margin-bottom: 34px;
  }
  /* /logo */
  /* nav */
  #header.header-layout-17 .mainMenu .navbar-nav > li {
    padding-bottom: 0 !important;
  }
  #header.header-layout-17 .mainMenu {
    padding-top: 5px;
    padding-bottom: 1px;
  }
  /* /nav */
  /* search */
  #header.header-layout-17 .search.link-inline {
    margin-top: 11px;
    margin-right: 0;
    display: inline-block;
  }
  /* /search */
  /* cart */
  #header.header-layout-17 .settings .cart,
  #header.header-layout-17 .minicart-wrapper {
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 9px;
    margin-left: 24px;
  }
  #header.header-layout-17 .settings .cart .dropdown > a .icon,
  #header.header-layout-17 .minicart-wrapper .dropdown > a .icon {
    font-size: 30px !important;
    line-height: 30px;
  }
  /* /cart */
  #header.header-layout-17 .settings {
    padding: 23px 0 0 0;
  }
  #header.header-layout-17 .stuck-nav .minicart-wrapper .dropdown > a .icon {
    font-size: 2.3125em !important;
    line-height: inherit;
    margin-right: 33px;
  }
}
@media (min-width: 1025px) and (max-width: 1769px) {
  #header.header-layout-17 .account-row-list {
    display: block !important;
    padding-bottom: 10px;
  }
  #header.header-layout-17 .account-row-list ul li {
    margin-right: 17px;
  }
  #header.header-layout-17 .account-row-list ul li:last-child {
    margin-right: 3px;
  }
  #header.header-layout-17 .settings {
    padding: 0px;
  }
  #header.header-layout-17 .cart,
  #header.header-layout-17 .minicart-wrapper {
    margin-left: 1px;
  }
}
/* =====================/index_skin_17===================== */
/* =====================index_skin_21===================== */
@media (min-width: 1025px) {
  #header.header-layout-21 .stuck-nav .cart,
  #header.header-layout-21 .stuck-nav.fixedbar .search-outer {
    display: none;
  }
  #header.header-layout-21 .stuck-nav.fixedbar .cart {
    display: block;
  }
  #header.header-layout-21 .settings {
    padding: 4px 0 0 0;
  }
  /* logo */
  #header.header-layout-21 .logo {
    margin-bottom: 32px;
  }
  /* /logo */
  /* nav */
  #header.header-layout-21 .stuck-nav {
    background: #fff;
    border-top: solid 1px #E5E5E5;
    border-bottom: solid 1px #E5E5E5;
  }
  #header.header-layout-21 .mainMenu .navbar-nav > li {
    padding-bottom: 0 !important;
  }
  #header.header-layout-21 .mainMenu {
    padding-top: 4px;
    padding-bottom: 2px;
  }
  /* /nav */
  /* cart */
  #header.header-layout-21 .settings .cart,
  #header.header-layout-21 .settings .minicart-wrapper {
    display: inline-block;
    position: relative;
    top: 12px;
    margin-right: 5px;
    margin-left: 0px;
  }
  #header.header-layout-21 .settings .dropdown.text-right {
    padding: 0 0 10px 16px;
  }
  #header.header-layout-21 .settings .cart .dropdown.text-right,
  #header.header-layout-21 .settings .minicart-wrapper .dropdown.text-right {
    padding-right: 16px;
  }
  /* /cart */
  /* slogan */
  #header.header-layout-21 .slogan {
    vertical-align: inherit;
    margin-right: 40px;
  }
  /* /slogan */
  /* search-outer */
  #header.header-layout-21 .search-outer {
    margin-top: 9px;
    display: block;
  }
  #header.header-layout-21 .search-outer .input-outer input {
    height: 50px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: lighter;
    color: #777777;
    padding: 9px 15px 14px 28px;
  }
  #header.header-layout-21 .search-outer .input-outer button {
    padding: 11px 17px 7px;
  }
  /* /search-outer */
  /* account */
  #header.header-layout-21 .account.link-inline {
    position: relative;
    top: 11px;
    margin-left: 42px;
  }
  /* /account */
  #header.header-layout-21 .settings .row-md {
    display: inline-block;
  }
  #header.header-layout-21 .settings .dropdown {
    z-index: inherit;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  #header.header-layout-21 .settings .cart,
  #header.header-layout-21 .settings .minicart-wrapper {
    display: inline !important;
  }
}
@media (min-width: 1025px) and (max-width: 1769px) {
  #header.header-layout-21 .search-outer .input-outer input {
    padding: 9px 15px 14px 20px;
  }
  #header.header-layout-21 .slogan {
    margin-right: 15px;
  }
  #header.header-layout-21 .account.link-inline {
    margin-left: 17px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  #header.header-layout-21 .mainMenu .navbar-nav > li > a {
    padding-left: 0.6em;
    padding-right: 0.6em;
  }
  #header.header-layout-21 .settings {
    padding: 0;
    margin-top: -20px;
    position: relative;
  }
  #header.header-layout-21 .settings .row-md {
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  #header.header-layout-21 .settings .cart,
  #header.header-layout-21 .settings .minicart-wrapper {
    top: inherit;
    margin-top: 0;
    bottom: 50%;
    margin-bottom: -140px;
  }
}
@media (max-width: 480px) {
  #header.header-layout-21 .settings .cart,
  #header.header-layout-21 .settings .minicart-wrapper {
    margin-bottom: -120px;
  }
}
/* =====================/index_skin_21===================== */
/****************************************
* end header
*****************************************/
/****************************************
* Footer section
*****************************************/
#pageContent {
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  #pageContent {
    padding-bottom: 0px;
  }
}
footer {
  margin: 75px 0 0;
}
footer .logo {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
footer .logo:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.switcher-store {
  float: right;
}
.switcher-store .switcher-label {
  display: none;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
}
.switcher-store .switcher-options {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.switcher-store .switcher-options .switcher-trigger {
  cursor: pointer;
}
.switcher-store .switcher-options .switcher-trigger strong {
  font-size: 16px;
  font-weight: 300;
  color: #1fc0a0;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.switcher-store .switcher-options .switcher-trigger:hover strong {
  color: #333333;
}
.switcher-store .switcher-options .ui-dialog {
  display: none;
  position: absolute;
  right: 0;
  bottom: 44px;
  text-align: left;
}
.switcher-store .switcher-options .ui-dialog .dropdown {
  display: block;
  list-style: none;
  width: 200px;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.switcher-store .switcher-options .ui-dialog .dropdown li {
  background: #fff;
  display: block;
  font-size: 14px;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 300;
}
.switcher-store .switcher-options .ui-dialog .dropdown li.last-child {
  border-bottom: 0;
}
.switcher-store .switcher-options .ui-dialog .dropdown li a {
  display: block;
  padding: 6px 12px 8px;
  color: #777777;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.switcher-store .switcher-options .ui-dialog .dropdown li a:hover {
  background-color: #f7f7f7;
  color: #333333;
}
footer.fill-bg {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer.fill-bg {
    padding-top: 60px;
  }
}
footer.layout-1 address a {
  text-decoration: underline;
}
footer.layout-1 address a:hover {
  text-decoration: none;
}
footer.layout-1 .subscribe-box {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  footer.layout-1 .subscribe-box button {
    margin-left: -14px;
  }
  footer.layout-1 .subscribe-box h4.title-under {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  footer.layout-1 .subscribe-box input {
    width: 58.7%;
  }
}
@media (min-width: 1770px) {
  footer.layout-1 .subscribe-box input {
    width: 63.7%;
  }
}
@media (max-width: 767px) {
  footer {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .border-sep-right {
    position: relative;
    padding-right: 30px !important;
  }
  .border-sep-right:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
  }
}
@media (min-width: 1770px) {
  .border-sep-right {
    position: relative;
  }
  .border-sep-right:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
  }
}
/* footer-data */
.footer-data {
  font-weight: 300;
  padding-bottom: 5em;
}
.box-about p {
  padding: 0 0 21px 0;
  margin: 0;
  line-height: 27px;
  font-size: 16px;
  font-weight: 300;
}
.footer-logo {
  margin-bottom: 41px;
  margin-top: -8px;
  position: relative;
}
.footer-logo .logo__text {
  margin-left: 16px;
}
.footer-logo .slogan__text {
  padding: 0.35em 0 0 3.65em;
}
.footer-logo img {
  margin-top: 1px;
}
/* subscribe-box */
.subscribe-box {
  position: relative;
  padding-bottom: 60px;
}
.subscribe-box h4 {
  padding-bottom: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.subscribe-box input {
  height: 60px;
  border: 1px solid #e5e5e5;
  width: 62%;
  padding: 2.4% 2.5%;
  font-size: 18px;
  color: #777777;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .subscribe-box input {
    border-right: none;
    float: left;
    display: inline-block;
    margin-right: 0;
  }
}
.subscribe-box div.mage-error[generated] {
  position: absolute;
  left: 0;
  top: 62px;
}
.subscribe-box button {
  position: relative !important;
}
@media (max-width: 1200px) {
  .subscribe-box input {
    width: 49%;
  }
}
@media (max-width: 991px) {
  .subscribe-box input {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .subscribe-box {
    margin: 0 !important;
    padding-bottom: 0;
  }
  .subscribe-box input {
    width: 100%;
    margin-bottom: 15px;
  }
  .subscribe-box button {
    margin-left: 0;
  }
}
@media (min-width: 1770px) {
  .subscribe-box .form-inline {
    position: relative;
  }
  .subscribe-box input {
    width: 77%;
    height: 60px;
  }
  .subscribe-box button {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .subscribe-box input {
    font-size: 16px;
    line-height: 1.2em;
    height: auto;
    padding: 15px 18px;
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
  }
  .subscribe-box input:focus {
    border-color: #1fc0a0;
    box-shadow: none;
    outline: 0 none;
  }
  .subscribe-box button.btn--xl {
    padding: 12px 18px !important;
  }
}
/* footer-copyright*/
.footer-copyright {
  font-size: 14px;
  letter-spacing: 0.02em;
}
.footer-copyright .row {
  border-top: 1px solid #e5e5e5;
  padding: 1.75em 0;
  margin: 0;
}
.footer-copyright .row > [class*="col-"] {
  padding: 0;
}
.footer-copyright a {
  color: #1fc0a0;
  font-size: 1.1em;
}
.footer-copyright a:hover {
  text-decoration: none;
}
.footer-copyright a span {
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer-copyright .row {
    border-top: 0;
    padding: 10px 0 23px;
    margin: 0px 0 0;
    text-align: center;
  }
}
@media (min-width: 1770px) {
  .border-sep-right {
    padding-right: 80px !important;
  }
  .border-sep-left {
    padding-left: 80px !important;
  }
  .border-sep-right:after {
    right: 0;
  }
}
/* footer back to top button */
#backToTop.btn {
  margin-bottom: 0 !important;
}
/* social-links */
footer .social-links {
  margin: -60px 0 60px;
}
@media (min-width: 768px) {
  footer .social-links {
    display: inline-block;
  }
}
@media (max-width: 1199px) {
  footer .social-links {
    margin: -60px 0 40px;
  }
  footer .inset-bottom-60 {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  footer .social-links {
    margin: -40px 0 0;
  }
}
footer .social-links-layout-02 {
  margin: 4px 0 47px 0;
}
@media (max-width: 767px) {
  footer .social-links-layout-02 {
    margin: 0px 0 0;
  }
}
/* /social-links */
/* footer box-address */
footer .box-address {
  font-size: 18px;
}
footer .box-address .icon {
  color: #1fc0a0;
  position: relative;
  display: inline-block;
  top: 2px;
  margin-right: 4px;
}
/* /footer box-address */
/* v-links-list */
.v-links-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.v-links-list li {
  padding-bottom: 0.4em;
}
.v-links-list a {
  color: #1fc0a0;
  -webkit-transition:  all 200ms linear 0s;
  -moz-transition:  all 200ms linear 0s;
  -ms-transition:  all 200ms linear 0s;
  -o-transition:  all 200ms linear 0s;
  transition:  all 200ms linear 0s;
}
.v-links-list a:hover {
  color: #333333;
  text-decoration: none;
}
/* mobile collapse */
@media (max-width: 767px) {
  .mobile-collapse {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -1px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .mobile-collapse__content {
    display: none;
    padding-bottom: 15px;
  }
  .open > .mobile-collapse__content {
    display: block;
  }
  .mobile-collapse__title {
    cursor: pointer;
    padding: 16px 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    font-size: 1.125em !important;
    text-align: left !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .mobile-collapse__title:before {
    position: absolute;
    display: block;
    top: 16px;
    right: 0;
    font-family: 'Material Icons';
    font-size: 22px;
    content: "\e148";
    line-height: 1em;
    color: #1fc0a0;
  }
  .open > .mobile-collapse__title:before {
    content: "\e15d";
  }
  .mobile-collapse__title.title-under {
    text-align: left !important;
  }
  .mobile-collapse__title.title-under::after {
    display: none;
  }
  .mobile-collapse--last {
    border-bottom: 1px solid #e5e5e5;
  }
}
/* =====================index-04.html===================== */
body.cms-index-index footer.layout-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 7;
  margin: 0;
}
body.cms-index-index footer.layout-2 .social-links {
  margin: 0;
  display: inline-block;
}
body.cms-index-index footer.layout-2 .footer-copyright {
  color: #ffffff;
}
body.cms-index-index footer.layout-2 .footer-copyright .row {
  border: none;
  padding-top: 0;
}
body.cms-index-index footer.layout-2 .footer-copyright a span {
  color: #ffffff;
}
body:not(.cms-index-index) footer.layout-2 .social-links {
  margin: 0;
  display: inline-block;
}
body:not(.cms-index-index) footer.layout-2 .social-links.social-links-border ul a {
  border: 2px solid transparent;
  color: #c4c4c4;
}
body:not(.cms-index-index) footer.layout-2 .social-links.social-links-border:hover ul a {
  background-color: transparent;
  border-color: #c4c4c4;
}
body:not(.cms-index-index) footer.layout-2 .social-links.social-links-border:hover ul a:hover {
  background-color: #333333;
  border-color: #ffffff;
}
body:not(.cms-index-index) footer.layout-2 .footer-copyright .row {
  border: none;
  padding-top: 0;
}
/* =====================index-04.html===================== */
/* =====================index-05.html===================== */
footer.layout-3 .social-links {
  margin: 0;
  display: inline-block;
}
footer.layout-3 .switcher-store {
  float: none;
  width: 280px;
  margin: 0 auto;
  text-align: center;
}
/* subscribe-box-row */
@media (min-width: 768px) {
  .subscribe-box-row {
    width: 805px;
    margin: 0 auto;
  }
  .subscribe-box-row .mobile-collapse {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    display: table;
    width: 100%;
  }
  .subscribe-box-row .mobile-collapse__title {
    display: table-cell;
    width: 217px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
  }
  .subscribe-box-row .mobile-collapse__content {
    display: table-cell;
    width: 588px;
    text-align: left;
  }
  .subscribe-box-row .mobile-collapse__content input {
    width: 374px;
    border: none;
    font-size: 16px;
    line-height: 1.2em;
  }
  .subscribe-box-row .mobile-collapse__content .btn {
    position: absolute;
    right: 1px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .subscribe-box-row {
    width: 700px;
  }
  .subscribe-box-row .mobile-collapse__title {
    width: 174px;
  }
  .subscribe-box-row__content {
    width: 524px;
  }
  .subscribe-box-row__content input {
    width: 374px;
  }
}
/* /subscribe-box-row */
/* =====================index-05.html===================== */
/* =====================index-06.html===================== */
footer.layout-4 {
  /* subscribe-box-row */
  /* /subscribe-box-row */
}
footer.layout-4 hr {
  margin-bottom: 78px;
}
@media (max-width: 768px) {
  footer.layout-4 .inset-bottom-60 {
    padding-bottom: 0;
  }
}
footer.layout-4 .subscribe-box {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  footer.layout-4 .subscribe-box h4 {
    padding-bottom: 0;
  }
}
@media (min-width: 1770px) {
  footer.layout-4 .subscribe-box input {
    width: 63.7%;
    margin-bottom: 15px;
    padding: 0 5%;
    line-height: 1.4em;
    border-right: 1px solid #e5e5e5;
  }
  footer.layout-4 .subscribe-box button {
    margin-left: 0;
  }
}
@media (max-width: 1770px) {
  footer.layout-4 .subscribe-box input {
    width: 100%;
    padding: 15px 2.5%;
    margin-bottom: 15px;
    border-right: 1px solid #e5e5e5;
  }
}
@media (max-width: 767px) {
  footer.layout-4 .subscribe-box input {
    width: 100%;
  }
  footer.layout-4 .subscribe-box button {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  footer.layout-4 .inset-bottom-60 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  footer.layout-4 .inset-bottom-60 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  footer.layout-4 .inset-bottom-60 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1770px) {
  footer.layout-4 .inset-bottom-60 {
    padding-bottom: 60px !important;
  }
}
/* =====================index-06.html===================== */
/* =====================index-08.html===================== */
footer.layout-5 {
  margin: 50px 0 0 0;
  /* subscribe-box-row */
  /* /subscribe-box-row */
}
footer.layout-5 .switcher-store {
  float: none;
  width: 280px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  footer.layout-5 .offset-top-20 {
    margin-top: 0 !important;
  }
}
footer.layout-5 .social-links {
  margin: 0 0 18px 0;
  display: inline-block;
}
footer.layout-5 .telephone-box {
  margin-bottom: 49px;
}
@media (max-width: 768px) {
  footer.layout-5 .telephone-box {
    margin-bottom: 0px;
  }
}
footer.layout-5 .telephone-box address {
  font-size: 30px;
  color: #333333;
  margin: 0 0 6px 0;
}
footer.layout-5 .telephone-box address .icon {
  color: #1fc0a0;
  font-size: 28px;
  line-height: 1.2em;
  position: relative;
  top: 2px;
}
@media (max-width: 767px) {
  footer.layout-5 .telephone-box address {
    text-align: left;
  }
}
footer.layout-5 .telephone-box .time {
  font-size: 14px;
  line-height: 1.2em;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  footer.layout-5 .telephone-box .time {
    text-align: left;
  }
}
@media (min-width: 768px) {
  footer.layout-5 .subscribe-box button {
    position: absolute !important;
  }
  footer.layout-5 .subscribe-box-row {
    width: 526px;
    padding-bottom: 30px;
  }
  footer.layout-5 .subscribe-box-row .mobile-collapse__title {
    width: 217px;
  }
  footer.layout-5 .subscribe-box-row .mobile-collapse__content {
    width: 291px;
  }
  footer.layout-5 .subscribe-box-row .mobile-collapse__content input {
    width: 143px;
    margin-left: 4px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  footer.layout-5 .subscribe-box-row {
    width: 526px;
  }
  footer.layout-5 .subscribe-box-row .mobile-collapse__title {
    width: 217px;
  }
  footer.layout-5 .subscribe-box-row__content {
    width: 291px;
  }
  footer.layout-5 .subscribe-box-row__content input {
    width: 151px;
  }
}
footer.layout-5 .footer-copyright .row {
  border: none;
}
@media (max-width: 768px) {
  footer.layout-5 {
    margin-bottom: 0;
  }
  footer.layout-5 .social-links {
    margin-bottom: 0;
  }
  footer.layout-5 .footer-copyright .row {
    padding-top: 0px;
  }
  footer.layout-5 .container:first-child {
    padding-bottom: 2px;
  }
}
/* /subscribe-box-row */
/* =====================index-08.html===================== */
/* =====================index-09.html===================== */
footer.layout-6 {
  margin-bottom: 0;
}
footer.layout-6 .switcher-store {
  float: left;
}
footer.layout-6 .switcher-store .switcher-options .ui-dialog {
  right: auto;
  left: 0;
}
footer.layout-6 .footer-copyright .row {
  border: none;
  padding-top: 0;
}
@media (max-width: 768px) {
  footer.layout-6 .footer-copyright .row {
    padding-top: 22px;
  }
  footer.layout-6 .footer-copyright .text-right {
    text-align: center !important;
  }
}
footer.layout-6 .social-links li a:hover {
  color: #c4c4c4;
}
/* /subscribe-box-row */
/* =====================index-09.html===================== */
/* =====================under-construction.html===================== */
footer.layout-7 .footer-copyright .row {
  border: none;
  padding-top: 0;
}
@media (max-width: 768px) {
  footer.layout-7 .footer-copyright .row {
    padding-top: 23px;
  }
}
/* /subscribe-box-row */
/* =====================/under-construction.html===================== */
/****************************************
* end Footer section
*****************************************/
/****************************************
* product
*****************************************/
.product_holder {
  text-align: center;
  position: relative;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  /* quick-view */
  /* label */
  /* sold-out */
  /* add-to-links compare and wishlist */
}
@media (min-width: 1299px) {
  .product_holder {
    padding-bottom: 90px;
    margin-bottom: -25px;
  }
}
.megamenu .product_holder {
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .col-lg-2 .product_holder {
    font-size: 0.8em;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .col-md-3 .product_holder {
    font-size: 0.8em;
  }
}
.product_holder .row-mode-visible {
  display: none;
}
.product_holder .row-mode-hide {
  display: block;
}
.product_holder__inside {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  /* hover slide down */
  /* product name */
  /* product toggle info */
  /* /product toggle info */
}
@media (min-width: 1299px) {
  .product_holder__inside__hover {
    position: absolute;
    width: 100%;
    background: #fff;
  }
}
.product_holder__inside__name h2,
.product_holder__inside .product-item-name h2 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  text-transform: uppercase;
  padding: 0 10px;
  margin: 1.48em 0 0.54em;
  letter-spacing: 0.6px;
  color: #1fc0a0;
}
.megamenu .product_holder__inside__name h2,
.megamenu .product_holder__inside .product-item-name h2 {
  margin-top: 1em;
}
.product_holder__inside__name h2 a,
.product_holder__inside .product-item-name h2 a {
  font-weight: 500;
  color: #1fc0a0;
}
.product_holder__inside__name h2 a:hover,
.product_holder__inside .product-item-name h2 a:hover {
  color: #333333;
}
@media (min-width: 1299px) {
  .product_holder__inside__info {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition:  height 300ms linear 0s;
    -moz-transition:  height 300ms linear 0s;
    -ms-transition:  height 300ms linear 0s;
    -o-transition:  height 300ms linear 0s;
    transition:  height 300ms linear 0s;
  }
}
.product_holder__inside__image {
  position: relative;
}
.product_holder__inside__image img {
  width: 100%;
}
.product_holder__inside .product-item-photo {
  display: block;
  position: relative;
}
.product_holder__inside .rating {
  margin: 0 0 15px;
}
.product_holder .quick-view {
  position: absolute;
  z-index: 9;
  left: 0;
  width: 100%;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  color: #1fc0a0;
  margin-top: -24px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.product_holder .quick-view:hover b {
  background-color: rgba(31, 192, 160, 0.8);
  color: #fff;
}
.product_holder .quick-view b {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.125em;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
@media (max-width: 767px) {
  .product_holder .quick-view b {
    padding: 0.67em 0.5em 0.85em;
  }
}
@media (min-width: 768px) {
  .product_holder .quick-view b {
    padding: 0.67em 0.5em 0.85em;
  }
}
@media (min-width: 992px) {
  .product_holder .quick-view b {
    padding: 0.62em 0.5em 0.85em;
  }
}
@media (min-width: 1200px) {
  .product_holder .quick-view b {
    padding: 0.9em 0.481em 1.10em;
  }
}
@media (min-width: 1770px) {
  .product_holder .quick-view b {
    padding: 0.98em 0.8em 1.05em;
  }
}
@media (max-width: 767px) {
  .product_holder .quick-view {
    margin-top: -20px;
  }
}
@media (min-width: 768px) {
  .product_holder .quick-view {
    margin-top: -20px;
  }
}
@media (min-width: 992px) {
  .product_holder .quick-view {
    margin-top: -18px;
  }
}
@media (min-width: 1200px) {
  .product_holder .quick-view {
    margin-top: -29px;
  }
}
@media (min-width: 1770px) {
  .product_holder .quick-view {
    margin-top: -28px;
  }
}
.product_holder .quick-view .icon {
  font-size: 1em;
  display: inline-block;
  position: relative;
  top: 0.2em;
  margin-right: 0.2em;
}
.product_holder:hover .quick-view {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.product_holder__label {
  position: absolute;
  z-index: 2;
  top: 1.5em;
  font-size: 0.8125em;
  line-height: 1.04em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: Ubuntu, sans-serif;
  font-weight: 600;
}
@media (min-width: 480px) {
  .product_holder__label {
    top: 0;
  }
}
.product_holder__label--right {
  right: 1.5em;
}
@media (min-width: 480px) {
  .product_holder__label--right {
    right: 0;
  }
}
.product_holder__label--left {
  left: 1.5em;
}
@media (min-width: 480px) {
  .product_holder__label--left {
    left: 0;
  }
}
.product_holder__label--new {
  background-color: #474747;
  padding: 0.7em 0.75em 0.6em;
}
.product_holder__label--sale {
  background-color: #fa6b6b;
  padding: 0.95em 0.7em;
}
@media (min-width: 1299px) {
  .product_holder.product--zoom:hover .product__label--left,
  .product_holder.product--zoom.hovered .product__label--left {
    margin-left: -50px;
  }
  .product_holder.product--zoom:hover .product__label--right,
  .product_holder.product--zoom.hovered .product__label--right {
    margin-right: -50px;
  }
}
@media (min-width: 768px) {
  .product-listing.row-view .product_holder.product--zoom:hover .product__label--left,
  .product-listing.row-view .product_holder.product--zoom.hovered .product__label--left {
    margin-left: 0;
  }
  .product-listing.row-view .product_holder.product--zoom:hover .product__label--right,
  .product-listing.row-view .product_holder.product--zoom.hovered .product__label--right {
    margin-right: 0;
  }
}
.product_holder.sold-out .product__inside__image img,
.product_holder.sold-out .product__inside__name,
.product_holder.sold-out .product__inside__info,
.product_holder.sold-out .product__inside__review,
.product_holder.sold-out .product__inside__description,
.product_holder.sold-out .product__label,
.product_holder.sold-out .price-box,
.product_holder.sold-out .rating {
  -moz-opacity: 0.2 !important;
  -khtml-opacity: 0.2 !important;
  -webkit-opacity: 0.2 !important;
  opacity: 0.2 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20) !important;
  filter: alpha(opacity=20) !important;
}
.product_holder .product__label--sold-out {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.5em;
  margin-left: -2.5em;
  background-color: #fa6b6b;
  width: 5em;
  height: 5em;
  background: rgba(250, 107, 107, 0.35);
  text-transform: uppercase;
  color: #fff;
  font-size: 1.3em;
  line-height: 1em;
  text-align: center;
  border-radius: 50%;
}
.product_holder .product__label--sold-out span {
  display: table-cell;
  width: 5em;
  height: 5em;
  vertical-align: middle;
}
.product_holder .actions-secondary {
  margin: 10px 0 0 0;
}
.product_holder .actions-secondary a {
  display: inline-block;
  margin: 0 5px;
  color: #333333;
  font-size: 24px;
  line-height: 24px;
  -webkit-transition:  color 200ms linear 0s;
  -moz-transition:  color 200ms linear 0s;
  -ms-transition:  color 200ms linear 0s;
  -o-transition:  color 200ms linear 0s;
  transition:  color 200ms linear 0s;
}
.product_holder .actions-secondary a:before {
  font-family: 'Material Icons';
  font-size: 24px;
  font-weight: normal;
}
.product_holder .actions-secondary a.towishlist:before {
  content: "\e87e";
}
.product_holder .actions-secondary a.tocompare:before {
  content: "\e164";
}
.product_holder .actions-secondary a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
.product_holder .actions-secondary a span {
  display: none;
}
.product_holder .product_holder__inside__info__link {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.product_holder .product_holder__inside__info__link li {
  overflow: hidden;
  white-space: nowrap;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  color: #333333;
}
.product_holder .product_holder__inside__info__link li:last-child {
  margin-right: 0;
}
.product_holder .product_holder__inside__info__link li .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 24px;
}
.product_holder .product_holder__inside__info__link li a {
  opacity: 0;
  color: #333333;
  max-width: 0;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: max-width 500ms ease-out 100ms, opacity 500ms ease-out 100ms, color;
  overflow: hidden;
}
.product_holder .product_holder__inside__info__link li a:hover {
  color: #1fc0a0;
}
.product_holder .product_holder__inside__info__link li a span.text {
  float: right;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.product_holder .product_holder__inside__info__link li:hover {
  color: #1fc0a0;
}
.product_holder .product_holder__inside__info__link li:hover a {
  color: #1fc0a0;
  opacity: 1;
  max-width: 150px;
  transition: max-width 500ms ease-out 100ms, opacity 500ms ease-out 100ms, color 200ms;
}
@media (max-width: 1199px) {
  .product_holder .product_holder__inside__info .btn--xl {
    padding: 10px 15px;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 1298px) {
  .product_holder .product_holder__inside__info .btn--xl:not(.row-mode-visible) {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0 2px 14px;
    text-align: center;
    overflow: hidden;
    display: inline-block !important;
    color: #fff;
  }
  .product_holder .product_holder__inside__info .btn--xl:not(.row-mode-visible) .icon {
    width: 50px;
    padding-right: 0;
  }
  .product_holder .product_holder__inside__info .btn--xl:not(.row-mode-visible):hover {
    color: #1fc0a0;
  }
  .product_holder .product_holder__inside__info form {
    display: inline-block;
  }
  .product_holder .product_holder__inside__info .btn--xl.row-mode-visible {
    display: none !important;
  }
}
.weltpixel-quickview b {
  font-weight: 500;
}
.products-grid .product_holder__inside__info .weltpixel-quickview,
.carousel-products .product_holder__inside__info .weltpixel-quickview,
.featured-products .product_holder__inside__info .weltpixel-quickview {
  display: none !important;
}
.products-list .product_holder__inside__info > .weltpixel-quickview {
  display: none !important;
}
.products-list .listing_form {
  display: inline-block;
}
.box-gotoproduct {
  margin-bottom: 25px;
}
.mfp-bg {
  z-index: 7111212 !important;
}
.mfp-wrap {
  z-index: 7111213 !important;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  top: 14px !important;
  right: 20px !important;
  left: auto !important;
  color: #1fc0a0 !important;
  opacity: 1 !important;
  width: auto !important;
}
.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
  color: #333 !important;
}
.mfp-iframe-holder .mfp-content {
  max-width: 1244px !important;
  min-width: 320px !important;
}
.weltpixel-quickview-catalog-product-view #pageContent > .container,
.weltpixel-quickview-catalog-product-view #maincontent > .container {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.weltpixel-quickview-catalog-product-view #productPrevNext {
  display: none !important;
}
@media (max-width: 767px) {
  .product-listing:not(.carousel-products-mobile),
  .products-grid,
  .products-list {
    margin-bottom: 10px !important;
  }
  .product-listing:not(.carousel-products-mobile) .product_holder,
  .products-grid .product_holder,
  .products-list .product_holder {
    margin-bottom: 15px;
  }
  .product-listing:not(.carousel-products-mobile) .product_holder .countdown_box,
  .products-grid .product_holder .countdown_box,
  .products-list .product_holder .countdown_box {
    display: none;
  }
  .product-listing:not(.carousel-products-mobile) .product_holder .product_holder__inside,
  .products-grid .product_holder .product_holder__inside,
  .products-list .product_holder .product_holder__inside {
    text-align: left;
  }
  .product-listing:not(.carousel-products-mobile) .product_holder .product__inside__name h2,
  .products-grid .product_holder .product__inside__name h2,
  .products-list .product_holder .product__inside__name h2,
  .product-listing:not(.carousel-products-mobile) .product_holder .product-item-name h2,
  .products-grid .product_holder .product-item-name h2,
  .products-list .product_holder .product-item-name h2 {
    padding: 0;
    margin: 10px 0;
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777777;
  }
  .product-listing:not(.carousel-products-mobile) .product_holder .product__inside__name h2 a,
  .products-grid .product_holder .product__inside__name h2 a,
  .products-list .product_holder .product__inside__name h2 a,
  .product-listing:not(.carousel-products-mobile) .product_holder .product-item-name h2 a,
  .products-grid .product_holder .product-item-name h2 a,
  .products-list .product_holder .product-item-name h2 a {
    text-transform: none;
    font-weight: 300;
    color: #777777;
  }
  .product-listing:not(.carousel-products-mobile) .product_holder .product_holder__inside__info .btn--xl:not(.row-mode-visible),
  .products-grid .product_holder .product_holder__inside__info .btn--xl:not(.row-mode-visible),
  .products-list .product_holder .product_holder__inside__info .btn--xl:not(.row-mode-visible) {
    padding: 0;
    width: 24px;
    height: 20px;
    line-height: 20px;
    margin: 0 10px 14px 0;
    background: transparent !important;
    display: inline-block !important;
    text-align: left;
  }
  .product-listing:not(.carousel-products-mobile) .product_holder .product_holder__inside__info .btn--xl:not(.row-mode-visible) .icon,
  .products-grid .product_holder .product_holder__inside__info .btn--xl:not(.row-mode-visible) .icon,
  .products-list .product_holder .product_holder__inside__info .btn--xl:not(.row-mode-visible) .icon {
    width: 20px;
    padding: 0;
    font-size: 20px;
    color: #777777;
  }
  .product-listing:not(.carousel-products-mobile) .product_holder .product_holder__inside__info .btn--xl:not(.row-mode-visible):hover .icon,
  .products-grid .product_holder .product_holder__inside__info .btn--xl:not(.row-mode-visible):hover .icon,
  .products-list .product_holder .product_holder__inside__info .btn--xl:not(.row-mode-visible):hover .icon {
    color: #1fc0a0;
  }
  .product-listing:not(.carousel-products-mobile) .product_holder .price-box,
  .products-grid .product_holder .price-box,
  .products-list .product_holder .price-box {
    text-align: left;
    margin-bottom: 5px;
  }
  .product-listing:not(.carousel-products-mobile) .product_holder .price-box .price,
  .products-grid .product_holder .price-box .price,
  .products-list .product_holder .price-box .price {
    font-size: 20px;
  }
  .product-listing:not(.carousel-products-mobile) .product_holder .price-box .old-price .price,
  .products-grid .product_holder .price-box .old-price .price,
  .products-list .product_holder .price-box .old-price .price,
  .product-listing:not(.carousel-products-mobile) .product_holder .price-box .old.price .price,
  .products-grid .product_holder .price-box .old.price .price,
  .products-list .product_holder .price-box .old.price .price {
    font-size: 18px;
  }
  .product-listing:not(.carousel-products-mobile) .product_holder .price-box .map-old-price,
  .products-grid .product_holder .price-box .map-old-price,
  .products-list .product_holder .price-box .map-old-price {
    font-size: 18px;
  }
  .product-listing:not(.carousel-products-mobile) .product_holder .price-box .action.map-show-info,
  .products-grid .product_holder .price-box .action.map-show-info,
  .products-list .product_holder .price-box .action.map-show-info {
    font-size: 12px;
  }
  .product-listing:not(.carousel-products-mobile) .quick-view,
  .products-grid .quick-view,
  .products-list .quick-view {
    display: none !important;
  }
  .product-listing:not(.carousel-products-mobile) .rating,
  .products-grid .rating,
  .products-list .rating {
    text-align: left;
  }
  .product-listing:not(.carousel-products-mobile) .options-swatch,
  .products-grid .options-swatch,
  .products-list .options-swatch {
    margin-bottom: 10px;
  }
  .product-listing:not(.carousel-products-mobile) .options-swatch li a,
  .products-grid .options-swatch li a,
  .products-list .options-swatch li a {
    width: 14px;
    height: 14px;
    font-size: 13px;
    line-height: 14px;
  }
}
.price-box .map-old-price {
  font-size: 18px;
}
.price-box .action.map-show-info {
  font-size: 12px;
}
@media (min-width: 1299px) {
  .product-listing:not(.row-view) .product_holder.product--zoom:hover,
  .carousel-products .product_holder.product--zoom:hover,
  .products.wrapper.grid .product_holder.product--zoom:hover,
  .product-listing:not(.row-view) .product_holder.product--zoom.hovered,
  .carousel-products .product_holder.product--zoom.hovered,
  .products.wrapper.grid .product_holder.product--zoom.hovered {
    padding-bottom: 0;
    z-index: 10001;
  }
  .product-listing:not(.row-view) .product_holder.product--zoom:hover .product_holder__inside,
  .carousel-products .product_holder.product--zoom:hover .product_holder__inside,
  .products.wrapper.grid .product_holder.product--zoom:hover .product_holder__inside,
  .product-listing:not(.row-view) .product_holder.product--zoom.hovered .product_holder__inside,
  .carousel-products .product_holder.product--zoom.hovered .product_holder__inside,
  .products.wrapper.grid .product_holder.product--zoom.hovered .product_holder__inside {
    margin: -50px -50px 0;
    width: auto;
  }
  .product-listing:not(.row-view) .product_holder.product--zoom:hover .product_holder__inside__hover,
  .carousel-products .product_holder.product--zoom:hover .product_holder__inside__hover,
  .products.wrapper.grid .product_holder.product--zoom:hover .product_holder__inside__hover,
  .product-listing:not(.row-view) .product_holder.product--zoom.hovered .product_holder__inside__hover,
  .carousel-products .product_holder.product--zoom.hovered .product_holder__inside__hover,
  .products.wrapper.grid .product_holder.product--zoom.hovered .product_holder__inside__hover {
    width: auto;
    margin: 0 -50px;
    padding-bottom: 15px;
    left: 0;
    right: 0;
  }
  .product-listing:not(.row-view) .product_holder:hover,
  .carousel-products .product_holder:hover,
  .products.wrapper.grid .product_holder:hover,
  .product-listing:not(.row-view) .product_holder.hovered,
  .carousel-products .product_holder.hovered,
  .products.wrapper.grid .product_holder.hovered {
    overflow: visible;
    z-index: 1;
  }
  .product-listing:not(.row-view) .product_holder:hover .product_holder__inside,
  .carousel-products .product_holder:hover .product_holder__inside,
  .products.wrapper.grid .product_holder:hover .product_holder__inside,
  .product-listing:not(.row-view) .product_holder.hovered .product_holder__inside,
  .carousel-products .product_holder.hovered .product_holder__inside,
  .products.wrapper.grid .product_holder.hovered .product_holder__inside,
  .product-listing:not(.row-view) .product_holder:hover .product_holder__inside__hover,
  .carousel-products .product_holder:hover .product_holder__inside__hover,
  .products.wrapper.grid .product_holder:hover .product_holder__inside__hover,
  .product-listing:not(.row-view) .product_holder.hovered .product_holder__inside__hover,
  .carousel-products .product_holder.hovered .product_holder__inside__hover,
  .products.wrapper.grid .product_holder.hovered .product_holder__inside__hover {
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.08);
  }
  .megamenu .product-listing:not(.row-view) .product_holder:hover .product_holder__inside,
  .megamenu .carousel-products .product_holder:hover .product_holder__inside,
  .megamenu .products.wrapper.grid .product_holder:hover .product_holder__inside,
  .megamenu .product-listing:not(.row-view) .product_holder.hovered .product_holder__inside,
  .megamenu .carousel-products .product_holder.hovered .product_holder__inside,
  .megamenu .products.wrapper.grid .product_holder.hovered .product_holder__inside,
  .megamenu .product-listing:not(.row-view) .product_holder:hover .product_holder__inside__hover,
  .megamenu .carousel-products .product_holder:hover .product_holder__inside__hover,
  .megamenu .products.wrapper.grid .product_holder:hover .product_holder__inside__hover,
  .megamenu .product-listing:not(.row-view) .product_holder.hovered .product_holder__inside__hover,
  .megamenu .carousel-products .product_holder.hovered .product_holder__inside__hover,
  .megamenu .products.wrapper.grid .product_holder.hovered .product_holder__inside__hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .product-listing:not(.row-view) .product_holder:hover .product_holder__inside__info,
  .carousel-products .product_holder:hover .product_holder__inside__info,
  .products.wrapper.grid .product_holder:hover .product_holder__inside__info,
  .product-listing:not(.row-view) .product_holder.hovered .product_holder__inside__info,
  .carousel-products .product_holder.hovered .product_holder__inside__info,
  .products.wrapper.grid .product_holder.hovered .product_holder__inside__info {
    height: auto;
    opacity: 1;
    -webkit-transition:  height 300ms linear 0s;
    -moz-transition:  height 300ms linear 0s;
    -ms-transition:  height 300ms linear 0s;
    -o-transition:  height 300ms linear 0s;
    transition:  height 300ms linear 0s;
  }
}
@media (min-width: 1299px) {
  .product__inside__info__hover {
    position: absolute;
    width: 100%;
    background: #fff;
  }
  .product__inside__info__info {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition:  height 300ms linear 0s;
    -moz-transition:  height 300ms linear 0s;
    -ms-transition:  height 300ms linear 0s;
    -o-transition:  height 300ms linear 0s;
    transition:  height 300ms linear 0s;
  }
}
.product_holder__inside__info__link {
  margin: 22px 0 5px 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1298px) {
  .product_holder__inside__info__link {
    display: none;
  }
}
.product_holder__inside__info__link li {
  overflow: hidden;
  white-space: nowrap;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  color: #333333;
}
.product_holder__inside__info__link li .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 24px;
}
.product_holder__inside__info__link li a {
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.product_holder__inside__info__link li a:hover {
  color: #1fc0a0;
}
.product_holder__inside__info__link li a span.text {
  float: right;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  opacity: 0;
  max-width: 0;
  transition: max-width 500ms ease-out 100ms, opacity 500ms ease-out 100ms, color;
}
@media (max-width: 1199px) {
  .product_holder__inside__info__link li a {
    max-width: 150px;
    opacity: 1;
    text-align: center;
  }
}
.product_holder__inside__info__link li:hover {
  color: #1fc0a0;
}
.product_holder__inside__info__link li:hover span.text {
  color: #1fc0a0;
  overflow: hidden;
  opacity: 1;
  max-width: 150px;
  transition: max-width 500ms ease-out 100ms, opacity 500ms ease-out 100ms, color 200ms;
}
/* product link */
.product-link {
  margin: 22px 0 5px 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1298px) {
  .product-link {
    display: none;
  }
}
.product-link li {
  overflow: hidden;
  white-space: nowrap;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  color: #333333;
}
.product-link li .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 24px;
}
.product-link li a {
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.product-link li a:hover {
  color: #1fc0a0;
}
.product-link li a span.text {
  float: right;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  opacity: 0;
  max-width: 0;
  transition: max-width 500ms ease-out 100ms, opacity 500ms ease-out 100ms, color;
}
@media (max-width: 1199px) {
  .product-link li a {
    max-width: 150px;
    opacity: 1;
    text-align: center;
  }
}
.product-link li:hover {
  color: #1fc0a0;
}
.product-link li:hover span.text {
  color: #1fc0a0;
  overflow: hidden;
  opacity: 1;
  max-width: 150px;
  transition: max-width 500ms ease-out 100ms, opacity 500ms ease-out 100ms, color 200ms;
}
/* rating */
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.rating-summary {
  display: table-cell;
  left: 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .label {
  display: none;
}
.rating-summary .rating-result {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 80px;
  margin-left: 0;
}
.rating-summary .rating-result:before {
  color: #d2d2d2;
  content: '\e838' '\e838' '\e838' '\e838' '\e838';
  display: block;
  font-family: 'Material Icons';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  left: 0;
  letter-spacing: 0px;
  line-height: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  color: #ffaf47;
  content: '\e838' '\e838' '\e838' '\e838' '\e838';
  display: block;
  font-family: 'Material Icons';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  letter-spacing: 0px;
  line-height: 20px;
  position: relative;
  z-index: 2;
}
.rating-summary .rating-result > span span {
  display: none;
}
.reviews-actions a {
  display: inline-block;
  margin-right: 20px;
  font-weight: 300;
}
.reviews-actions a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
.products-grid .product-reviews-summary,
.featured-products .product-reviews-summary,
.index-products-carousel .product-reviews-summary,
#carousel-upsell .product-reviews-summary,
#carousel-crosssell .product-reviews-summary {
  margin: 0 auto 15px;
}
.products-grid .product-reviews-summary .reviews-actions,
.featured-products .product-reviews-summary .reviews-actions,
.index-products-carousel .product-reviews-summary .reviews-actions,
#carousel-upsell .product-reviews-summary .reviews-actions,
#carousel-crosssell .product-reviews-summary .reviews-actions {
  display: none;
}
.products-grid .swatch-option,
.products-list .swatch-option {
  float: none;
  display: inline-block;
  margin: 0 5px 10px;
}
.products-grid .swatch-option.text,
.products-list .swatch-option.text {
  min-width: 40px;
  height: 40px;
}
/*.rating{
   text-align: center;
   font-size: 1em;
   line-height: 1em;
   margin-bottom: 20px;
   color: @rating-color;
   vertical-align: text-top;
   white-space: nowrap;
   span {
	 display: inline;
	 margin: 0 -2px;
	 font-size: 16px;
	 line-height: 18px;
   }
   .empty-star {
	 color:@rating-empty-color;
   }
 }*/
.rating {
  text-align: center;
  margin-bottom: 20px;
}
/* price-box */
.price-box {
  margin: 0 0 0.6em 0;
  text-align: center;
}
.price-box .price {
  font-size: 1.875em;
  line-height: 1em;
  color: #333333;
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
}
.price-box .special-price .price-label,
.price-box .old-price .price-label {
  display: none;
}
.price-box .old-price,
.price-box .old.price {
  text-decoration: none;
}
.price-box .old-price .price,
.price-box .old.price .price {
  color: #fa6b6b;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  padding: 0 5px;
  text-decoration: line-through;
}
/* product listing */
.product-listing > div,
.products.wrapper.grid > ol > li {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
@media (max-width: 480px) {
  .product-listing.carousel-products-mobile > div {
    display: inline-block;
    width: 100%;
  }
}
/* row view mode */
.product-listing.row-view > div,
.products-list > ol > li {
  float: none;
  display: block;
  width: 100%;
}
.product-listing.row-view > div .row-mode-visible,
.products-list > ol > li .row-mode-visible {
  display: block;
}
.product-listing.row-view > div .btn.row-mode-visible,
.products-list > ol > li .btn.row-mode-visible {
  display: inline-block;
}
.product-listing.row-view > div .row-mode-hide,
.products-list > ol > li .row-mode-hide {
  display: none;
}
.product-listing.row-view > div .product_holder,
.products-list > ol > li .product_holder {
  min-height: 0 !important;
  padding-bottom: 0;
  margin-bottom: 50px;
  max-width: none;
}
.product-listing.row-view > div .product_holder:hover .product__inside,
.products-list > ol > li .product_holder:hover .product__inside {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.product-listing.row-view > div .product_holder .product__label--right,
.products-list > ol > li .product_holder .product__label--right {
  left: 48.5%;
  right: auto;
  margin-left: -65px;
}
@media (min-width: 1770px) {
  .product-listing.row-view > div .product_holder .product__label--right,
  .products-list > ol > li .product_holder .product__label--right {
    left: 30%;
  }
}
@media (max-width: 1199px) {
  .product-listing.row-view > div .product_holder .product__label--right,
  .products-list > ol > li .product_holder .product__label--right {
    left: 35%;
  }
}
@media (max-width: 991px) {
  .product-listing.row-view > div .product_holder .product__label--right,
  .products-list > ol > li .product_holder .product__label--right {
    left: 50%;
  }
}
@media (max-width: 1199px) {
  .product-listing.row-view > div .product_holder .product__label--right,
  .products-list > ol > li .product_holder .product__label--right {
    margin-left: -73px;
  }
}
.product-listing.row-view > div .product_holder__inside,
.products-list > ol > li .product_holder__inside {
  text-align: left;
}
.product-listing.row-view > div .product_holder__inside.pos-abs,
.products-list > ol > li .product_holder__inside.pos-abs {
  position: relative !important;
}
.product-listing.row-view > div .product_holder__inside__name,
.products-list > ol > li .product_holder__inside__name,
.product-listing.row-view > div .product_holder__inside .product-item-name,
.products-list > ol > li .product_holder__inside .product-item-name,
.product-listing.row-view > div .product_holder__inside__description,
.products-list > ol > li .product_holder__inside__description,
.product-listing.row-view > div .product_holder__inside .product-item-description,
.products-list > ol > li .product_holder__inside .product-item-description,
.product-listing.row-view > div .product_holder__inside__review,
.products-list > ol > li .product_holder__inside__review,
.product-listing.row-view > div .product_holder__inside__price,
.products-list > ol > li .product_holder__inside__price,
.product-listing.row-view > div .product_holder__inside .price-box,
.products-list > ol > li .product_holder__inside .price-box,
.product-listing.row-view > div .product_holder__inside__info,
.products-list > ol > li .product_holder__inside__info {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .product-listing.row-view > div .product_holder__inside__name,
  .products-list > ol > li .product_holder__inside__name,
  .product-listing.row-view > div .product_holder__inside .product-item-name,
  .products-list > ol > li .product_holder__inside .product-item-name,
  .product-listing.row-view > div .product_holder__inside__description,
  .products-list > ol > li .product_holder__inside__description,
  .product-listing.row-view > div .product_holder__inside .product-item-description,
  .products-list > ol > li .product_holder__inside .product-item-description,
  .product-listing.row-view > div .product_holder__inside__review,
  .products-list > ol > li .product_holder__inside__review,
  .product-listing.row-view > div .product_holder__inside__price,
  .products-list > ol > li .product_holder__inside__price,
  .product-listing.row-view > div .product_holder__inside .price-box,
  .products-list > ol > li .product_holder__inside .price-box,
  .product-listing.row-view > div .product_holder__inside__info,
  .products-list > ol > li .product_holder__inside__info {
    padding-left: 5px;
  }
}
.product-listing.row-view > div .product_holder__inside__name,
.products-list > ol > li .product_holder__inside__name,
.product-listing.row-view > div .product_holder__inside .product-item-name,
.products-list > ol > li .product_holder__inside .product-item-name {
  overflow: hidden;
}
.product-listing.row-view > div .product_holder__inside__name h2,
.products-list > ol > li .product_holder__inside__name h2,
.product-listing.row-view > div .product_holder__inside .product-item-name h2,
.products-list > ol > li .product_holder__inside .product-item-name h2 {
  padding: 0;
  margin-bottom: 5px;
}
.product-listing.row-view > div .product_holder__inside__description,
.products-list > ol > li .product_holder__inside__description,
.product-listing.row-view > div .product_holder__inside .product-item-description,
.products-list > ol > li .product_holder__inside .product-item-description {
  margin-bottom: 12px;
  padding-left: 30px;
  overflow: hidden;
  font-weight: 300;
}
.product-listing.row-view > div .product_holder__inside__description p,
.products-list > ol > li .product_holder__inside__description p,
.product-listing.row-view > div .product_holder__inside .product-item-description p,
.products-list > ol > li .product_holder__inside .product-item-description p {
  margin: 0;
}
.product-listing.row-view > div .product_holder__inside .quick-view,
.products-list > ol > li .product_holder__inside .quick-view {
  display: none;
}
.product-listing.row-view > div .product_holder__inside__hover,
.products-list > ol > li .product_holder__inside__hover {
  position: relative;
  background: transparent;
}
.product-listing.row-view > div .product_holder__inside__review,
.products-list > ol > li .product_holder__inside__review {
  overflow: hidden;
}
.product-listing.row-view > div .product_holder__inside__review .rating,
.products-list > ol > li .product_holder__inside__review .rating {
  display: inline-block;
  padding-right: 20px;
}
.product-listing.row-view > div .product_holder__inside__review .rating .product-reviews-summary,
.products-list > ol > li .product_holder__inside__review .rating .product-reviews-summary {
  margin: 0;
}
.product-listing.row-view > div .product_holder__inside__review .rating .product-reviews-summary .rating-summary,
.products-list > ol > li .product_holder__inside__review .rating .product-reviews-summary .rating-summary {
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .product-listing.row-view > div .product_holder__inside__review .rating .product-reviews-summary .rating-summary,
  .products-list > ol > li .product_holder__inside__review .rating .product-reviews-summary .rating-summary {
    display: block;
    margin: 0 0 10px 0;
  }
}
.product-listing.row-view > div .product_holder__inside__review .rating .product-reviews-summary .reviews-actions,
.products-list > ol > li .product_holder__inside__review .rating .product-reviews-summary .reviews-actions {
  padding: 0 0 0 20px;
}
@media (max-width: 991px) {
  .product-listing.row-view > div .product_holder__inside__review .rating .product-reviews-summary .reviews-actions,
  .products-list > ol > li .product_holder__inside__review .rating .product-reviews-summary .reviews-actions {
    display: block;
    padding: 0;
  }
}
.product-listing.row-view > div .product_holder__inside__review > a,
.products-list > ol > li .product_holder__inside__review > a {
  display: inline-block;
  padding-right: 20px;
  font-weight: 300;
}
.product-listing.row-view > div .product_holder__inside__review > a:hover,
.products-list > ol > li .product_holder__inside__review > a:hover {
  color: #1fc0a0;
}
.product-listing.row-view > div .product_holder__inside__price,
.products-list > ol > li .product_holder__inside__price,
.product-listing.row-view > div .product_holder__inside .price-box,
.products-list > ol > li .product_holder__inside .price-box {
  overflow: hidden;
  text-align: left;
  margin-bottom: 12px;
}
.product-listing.row-view > div .product_holder__inside__image,
.products-list > ol > li .product_holder__inside__image,
.product-listing.row-view > div .product_holder__inside .product-item-photo,
.products-list > ol > li .product_holder__inside .product-item-photo {
  float: left;
  width: 48.5%;
}
.product-listing.row-view > div .product_holder__inside__image .product-image-container,
.products-list > ol > li .product_holder__inside__image .product-image-container,
.product-listing.row-view > div .product_holder__inside .product-item-photo .product-image-container,
.products-list > ol > li .product_holder__inside .product-item-photo .product-image-container {
  display: block;
}
@media (min-width: 1770px) {
  .product-listing.row-view > div .product_holder__inside__image,
  .products-list > ol > li .product_holder__inside__image,
  .product-listing.row-view > div .product_holder__inside .product-item-photo,
  .products-list > ol > li .product_holder__inside .product-item-photo {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .product-listing.row-view > div .product_holder__inside__image,
  .products-list > ol > li .product_holder__inside__image,
  .product-listing.row-view > div .product_holder__inside .product-item-photo,
  .products-list > ol > li .product_holder__inside .product-item-photo {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .product-listing.row-view > div .product_holder__inside__image,
  .products-list > ol > li .product_holder__inside__image,
  .product-listing.row-view > div .product_holder__inside .product-item-photo,
  .products-list > ol > li .product_holder__inside .product-item-photo {
    width: 50%;
    padding-right: 15px;
  }
  .product-listing.row-view > div .product_holder__inside__image .carousel-control.next,
  .products-list > ol > li .product_holder__inside__image .carousel-control.next,
  .product-listing.row-view > div .product_holder__inside .product-item-photo .carousel-control.next,
  .products-list > ol > li .product_holder__inside .product-item-photo .carousel-control.next {
    right: 15px;
  }
  .product-listing.row-view > div .product_holder__inside__image .countdown_box,
  .products-list > ol > li .product_holder__inside__image .countdown_box,
  .product-listing.row-view > div .product_holder__inside .product-item-photo .countdown_box,
  .products-list > ol > li .product_holder__inside .product-item-photo .countdown_box {
    right: 15px;
  }
}
.product-listing.row-view > div .product_holder__inside__info,
.products-list > ol > li .product_holder__inside__info {
  height: auto !important;
  max-height: none;
  opacity: 1;
  overflow: hidden;
}
.product-listing.row-view > div .product_holder__inside__info .options-swatch,
.products-list > ol > li .product_holder__inside__info .options-swatch {
  margin-bottom: 20px;
}
.product-listing.row-view > div .product_holder__inside__info__btns,
.products-list > ol > li .product_holder__inside__info__btns {
  margin-top: 20px;
}
.product-listing.row-view > div .product_holder__inside__info__link,
.products-list > ol > li .product_holder__inside__info__link {
  margin-top: 15px;
}
@media (min-width: 1299px) {
  .product-listing.row-view > div .product_holder__inside__info .btn--xl,
  .products-list > ol > li .product_holder__inside__info .btn--xl {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .product-listing.row-view .product_holder,
  .products-list .product_holder {
    margin-bottom: 30px;
  }
  .product-listing.row-view .product_holder .product__inside__info__link li {
    width: auto;
    text-align: left;
  }
  .product-listing.row-view > div .row-mode-visible,
  .products-list > ol > li .row-mode-visible {
    display: none !important;
  }
  .product-listing.row-view > div .product__inside__hover,
  .products-list > ol > li .product_holder__inside__hover {
    position: static;
  }
  .product-listing.row-view > div .product__inside__info__btns,
  .products-list > ol > li .product_holder__inside__info__btns {
    position: absolute;
    bottom: -7px;
  }
  .product-listing.row-view > div .product__inside__info__btns .btn--xl,
  .products-list > ol > li .product_holder__inside__info__btns .btn--xl {
    margin-bottom: 0 !important;
  }
  .product-listing.row-view .product_holder .product__inside__name h2,
  .products-list .product_holder .product-item-name h2 {
    margin-top: 0;
  }
  .product-listing:not(.carousel-products-mobile) .product__label {
    top: 0.625em;
  }
  .product-listing:not(.carousel-products-mobile) .product__label--left {
    left: 0.625em;
  }
  .product-listing:not(.carousel-products-mobile) .product__label--right {
    right: 0.625em;
  }
  .product-listing:not(.row-view):not(.carousel-products-mobile) .product_holder .rating.row-mode-hide,
  .products-grid .product_holder .rating.row-mode-hide {
    display: none !important;
  }
  .product-listing:not(.row-view):not(.carousel-products-mobile) .product_holder .product_holder__inside__review.row-mode-visible,
  .products-grid .product_holder .product_holder__inside__review.row-mode-visible {
    display: block !important;
  }
  .product-listing:not(.row-view):not(.carousel-products-mobile) .product_holder .product_holder__inside__review.row-mode-visible .rating.row-mode-visible,
  .products-grid .product_holder .product_holder__inside__review.row-mode-visible .rating.row-mode-visible {
    display: block !important;
    margin: 4px 0 0 0 !important;
  }
  .product-listing:not(.row-view):not(.carousel-products-mobile) .product_holder .product_holder__inside__review.row-mode-visible .rating.row-mode-visible .product-reviews-summary,
  .products-grid .product_holder .product_holder__inside__review.row-mode-visible .rating.row-mode-visible .product-reviews-summary {
    margin: 0;
  }
  .product-listing:not(.row-view):not(.carousel-products-mobile) .options-swatch,
  .products-grid .options-swatch {
    margin-bottom: 0;
  }
  .product-listing:not(.row-view):not(.carousel-products-mobile) .product_holder .product_holder__inside__review.row-mode-visible > a,
  .products-grid .product_holder .product_holder__inside__review.row-mode-visible > a {
    display: none !important;
  }
  .product-listing:not(.row-view):not(.carousel-products-mobile) .product_holder .product_holder__inside__info__btns,
  .products-grid .product_holder .product_holder__inside__info__btns {
    margin-top: 10px;
  }
}
/* product-page */
#productPrevNext {
  position: relative;
  z-index: 100;
}
#productPrevNext img {
  position: absolute;
  top: -110px;
  left: -20px;
  width: 80px;
  max-width: inherit;
  display: none;
}
#productPrevNext .product-prev:hover,
#productPrevNext .product-next:hover {
  text-decoration: none;
}
#productPrevNext .product-prev:hover img,
#productPrevNext .product-next:hover img {
  display: block;
}
#productPrevNext .product-prev,
#productPrevNext .product-next {
  display: block;
  height: 45px;
  width: 45px;
  cursor: pointer;
  position: absolute;
  top: 339px;
  margin-top: -24.5px;
}
@media (max-width: 1200px) {
  #productPrevNext img {
    top: auto;
    bottom: -110px;
    right: 20px;
    left: auto;
  }
  #productPrevNext .product-prev {
    top: -60px !important;
    right: 70px !important;
    left: auto !important;
    margin-top: 0;
  }
  #productPrevNext .product-next {
    top: -60px !important;
    right: 0 !important;
    left: auto !important;
    margin-top: 0;
  }
}
#productPrevNext .product-prev:hover:before,
#productPrevNext .product-next:hover:before {
  color: #1fc0a0;
}
#productPrevNext .product-prev:before,
#productPrevNext .product-next:before {
  display: block;
  font-family: "Material Icons";
  font-size: 44px;
  line-height: 45px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#productPrevNext .product-prev {
  left: -50px;
}
#productPrevNext .product-prev:before {
  content: "\e408";
}
#productPrevNext .product-next {
  right: -50px;
}
#productPrevNext .product-next:before {
  content: "\e409";
}
.product-main-image {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.product-main-image img {
  width: 100%;
}
.product-images-carousel {
  padding: 0;
  margin: 30px 0 40px;
  width: 100%;
  position: relative;
}
.product-images-carousel ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.product-images-carousel ul li {
  margin: 0 25px 0 0;
}
.product-images-carousel ul .slick-list {
  margin-right: -25px;
}
.product-images-carousel img {
  width: 100%;
}
#mobileGallery {
  margin: 15px 0;
  padding: 0;
}
#mobileGallery img {
  width: 100%;
}
/* magento page styles */
.product-info__title,
.product-info-main__title,
.product-info .page-title-wrapper,
.product-info-main .page-title-wrapper {
  margin: 8px 0 20px;
  overflow: inherit;
  text-align: left;
}
.product-info__title h1,
.product-info-main__title h1,
.product-info .page-title-wrapper h1,
.product-info-main .page-title-wrapper h1,
.product-info__title h2,
.product-info-main__title h2,
.product-info .page-title-wrapper h2,
.product-info-main .page-title-wrapper h2 {
  font-size: 30px;
  padding: 0;
  margin: 0 0 13px !important;
  text-transform: uppercase;
  font-weight: 500;
}
.product-info__title h1:after,
.product-info-main__title h1:after,
.product-info .page-title-wrapper h1:after,
.product-info-main .page-title-wrapper h1:after,
.product-info__title h2:after,
.product-info-main__title h2:after,
.product-info .page-title-wrapper h2:after,
.product-info-main .page-title-wrapper h2:after {
  display: none;
}
.product-info .product-info-price,
.product-info-main .product-info-price {
  border-bottom: solid 1px #e5e5e5;
}
.product-info .product.attribute.overview,
.product-info-main .product.attribute.overview {
  border-bottom: solid 1px #e5e5e5;
  font-weight: 300;
  padding: 20px 0 10px;
}
.product-info__price,
.product-info-main__price,
.product-info .price-box,
.product-info-main .price-box {
  text-align: left !important;
  margin: 0 0 18px;
}
.product-info__price .price,
.product-info-main__price .price,
.product-info .price-box .price,
.product-info-main .price-box .price {
  font-size: 2.5em;
  color: #1fc0a0;
}
.product-info__price .old-price,
.product-info-main__price .old-price,
.product-info .price-box .old-price,
.product-info-main .price-box .old-price,
.product-info__price .old.price,
.product-info-main__price .old.price,
.product-info .price-box .old.price,
.product-info-main .price-box .old.price {
  text-decoration: none;
}
.product-info__price .old-price .price,
.product-info-main__price .old-price .price,
.product-info .price-box .old-price .price,
.product-info-main .price-box .old-price .price,
.product-info__price .old.price .price,
.product-info-main__price .old.price .price,
.product-info .price-box .old.price .price,
.product-info-main .price-box .old.price .price {
  color: #fa6b6b;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  padding: 0 5px;
  text-decoration: line-through;
}
.product-info__description__brand,
.product-info-main__description__brand {
  float: left;
  margin: 0 15px 0 0;
}
.product-info__description__text,
.product-info-main__description__text {
  overflow: hidden;
  font-weight: 300;
}
.product-info .product-reviews-summary,
.product-info-main .product-reviews-summary {
  margin: 0 0 20px;
}
.product-info .product-reviews-summary .rating-summary,
.product-info-main .product-reviews-summary .rating-summary {
  float: left;
  margin: 0 20px 0 0;
}
.product-info .product-reviews-summary .reviews-actions,
.product-info-main .product-reviews-summary .reviews-actions {
  float: left;
  margin: 1px 0 0 0;
}
.product-info .product-reviews-summary .reviews-actions a,
.product-info-main .product-reviews-summary .reviews-actions a {
  -webkit-transition:  color 300ms linear 0s;
  -moz-transition:  color 300ms linear 0s;
  -ms-transition:  color 300ms linear 0s;
  -o-transition:  color 300ms linear 0s;
  transition:  color 300ms linear 0s;
}
.product-info .product-reviews-summary .reviews-actions a:last-child,
.product-info-main .product-reviews-summary .reviews-actions a:last-child {
  color: #333333;
}
.product-info .product-reviews-summary .reviews-actions a:hover,
.product-info-main .product-reviews-summary .reviews-actions a:hover {
  color: #1fc0a0;
}
.product-info .product-info-stock-sku,
.product-info-main .product-info-stock-sku {
  display: inline-block;
  width: 100%;
}
.product-info .attribute.sku,
.product-info-main .attribute.sku {
  float: left;
  font-weight: 300;
  margin-top: -4px;
}
.product-info .attribute.sku strong,
.product-info-main .attribute.sku strong {
  display: inline-block;
  font-weight: 300;
}
.product-info .attribute.sku strong:after,
.product-info-main .attribute.sku strong:after {
  content: ": ";
}
.product-info .attribute.sku .value,
.product-info-main .attribute.sku .value {
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 991px) {
  .product-info .attribute.sku,
  .product-info-main .attribute.sku {
    float: none !important;
    margin-bottom: 15px;
  }
}
.product-info .stock,
.product-info-main .stock {
  float: right;
  font-weight: 300;
  margin-top: -4px;
}
@media (min-width: 1770px) {
  .product-info .stock,
  .product-info-main .stock {
    float: left !important;
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .product-info .stock,
  .product-info-main .stock {
    float: none !important;
  }
}
.product-info .stock.available span,
.product-info-main .stock.available span,
.product-info .stock.unavailable span,
.product-info-main .stock.unavailable span {
  font-weight: bold;
}
.product-info .stock.available span,
.product-info-main .stock.available span {
  color: #1fc0a0;
}
.product-info .stock.unavailable span,
.product-info-main .stock.unavailable span {
  color: #fa6b6b;
}
.product-info__divider,
.product-info-main__divider {
  border-bottom: 1px solid #e5e5e5;
  height: 5px;
  margin-bottom: 20px;
}
.product-info__description,
.product-info-main__description {
  padding: 0 0 18px;
}
.product-info .required,
.product-info-main .required {
  color: #fa6b6b;
  font-weight: 300;
}
.product-info .option-label,
.product-info-main .option-label,
.product-info .qty-label,
.product-info-main .qty-label {
  color: #333333;
  font-weight: 500;
}
.product-info .qty-label,
.product-info-main .qty-label {
  line-height: 70px;
  margin-right: 10px;
}
.product-info .qty-input,
.product-info-main .qty-input {
  height: 70px;
  width: 90px;
  margin-right: 10px;
  text-align: center;
}
.product-info .product-link,
.product-info-main .product-link {
  margin-top: 10px;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart,
.block-bundle-summary .box-tocart {
  display: inline-block;
  width: 100%;
  margin: 30px 0 20px;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty,
.block-bundle-summary .box-tocart .field.qty {
  float: left;
}
.product-info-main .box-tocart .field.qty label.label,
.product-options-bottom .box-tocart .field.qty label.label,
.block-bundle-summary .box-tocart .field.qty label.label {
  float: left;
  line-height: 70px;
  margin: 0 10px 0 0;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0;
  text-align: left;
}
.product-info-main .box-tocart .field.qty .control,
.product-options-bottom .box-tocart .field.qty .control,
.block-bundle-summary .box-tocart .field.qty .control {
  float: left;
  margin-right: 10px;
}
.product-info-main .box-tocart .field.qty .control .input-text.qty,
.product-options-bottom .box-tocart .field.qty .control .input-text.qty,
.block-bundle-summary .box-tocart .field.qty .control .input-text.qty {
  height: 70px;
  width: 90px;
  text-align: center;
  margin: 0;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions,
.block-bundle-summary .box-tocart .actions {
  float: left;
}
.product-info-main .swatch-opt,
.product-options-bottom .swatch-opt,
.block-bundle-summary .swatch-opt {
  margin-bottom: 0;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links,
.block-bundle-summary .product-addto-links {
  display: inline-block;
  margin: 0;
}
.product-info-main .product-addto-links a,
.product-options-bottom .product-addto-links a,
.block-bundle-summary .product-addto-links a {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #333333;
  font-size: 24px;
  line-height: 24px;
  -webkit-transition:  color 200ms linear 0s;
  -moz-transition:  color 200ms linear 0s;
  -ms-transition:  color 200ms linear 0s;
  -o-transition:  color 200ms linear 0s;
  transition:  color 200ms linear 0s;
}
.product-info-main .product-addto-links a:before,
.product-options-bottom .product-addto-links a:before,
.block-bundle-summary .product-addto-links a:before {
  font-family: 'Material Icons';
  font-size: 24px;
  font-weight: normal;
}
.product-info-main .product-addto-links a.towishlist:before,
.product-options-bottom .product-addto-links a.towishlist:before,
.block-bundle-summary .product-addto-links a.towishlist:before {
  content: "\e87e";
}
.product-info-main .product-addto-links a.tocompare:before,
.product-options-bottom .product-addto-links a.tocompare:before,
.block-bundle-summary .product-addto-links a.tocompare:before {
  content: "\e164";
}
.product-info-main .product-addto-links a:hover,
.product-options-bottom .product-addto-links a:hover,
.block-bundle-summary .product-addto-links a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
.product-info-main .product-addto-links a span,
.product-options-bottom .product-addto-links a span,
.block-bundle-summary .product-addto-links a span {
  display: none;
}
.product-info-main .product-social-links .action.mailto,
.product-options-bottom .product-social-links .action.mailto,
.block-bundle-summary .product-social-links .action.mailto {
  display: inline-block;
  color: #333333;
  font-size: 24px;
  line-height: 24px;
  -webkit-transition:  color 200ms linear 0s;
  -moz-transition:  color 200ms linear 0s;
  -ms-transition:  color 200ms linear 0s;
  -o-transition:  color 200ms linear 0s;
  transition:  color 200ms linear 0s;
}
.product-info-main .product-social-links .action.mailto:before,
.product-options-bottom .product-social-links .action.mailto:before,
.block-bundle-summary .product-social-links .action.mailto:before {
  font-family: 'Material Icons';
  font-size: 24px;
  font-weight: normal;
  content: "\e0be";
}
.product-info-main .product-social-links .action.mailto:hover,
.product-options-bottom .product-social-links .action.mailto:hover,
.block-bundle-summary .product-social-links .action.mailto:hover {
  color: #1fc0a0;
  text-decoration: none;
}
.product-info-main .product-social-links .action.mailto span,
.product-options-bottom .product-social-links .action.mailto span,
.block-bundle-summary .product-social-links .action.mailto span {
  display: none;
}
/* MAP price */
.map-popup-wrapper .action.close {
  opacity: 1;
  background: none !important;
  z-index: 100001 !important;
  color: #333;
}
.map-popup-wrapper .action.close:before {
  color: #333;
  font-size: 34px !important;
  line-height: 34px !important;
}
.map-popup .map-info-price .price-box {
  text-align: left;
}
.gallery_img_holder {
  position: relative;
}
/* Prod img Gallery */
.fotorama__fullscreen .fotorama--fullscreen {
  z-index: 9999999 !important;
}
.fotorama__stage {
  margin-bottom: 20px;
}
.fotorama__thumb-border {
  border-color: #1fc0a0 !important;
}
.fotorama__arr {
  margin-top: -47px !important;
}
.fotorama__arr .fotorama__arr__arr {
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-transition:  background 200ms linear 0s;
  -moz-transition:  background 200ms linear 0s;
  -ms-transition:  background 200ms linear 0s;
  -o-transition:  background 200ms linear 0s;
  transition:  background 200ms linear 0s;
  width: 50px !important;
  height: 50px !important;
}
.fotorama__arr .fotorama__arr__arr:before {
  font-family: 'Material Icons';
  font-size: 35px;
  line-height: 50px;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-transition:  color 200ms linear 0s;
  -moz-transition:  color 200ms linear 0s;
  -ms-transition:  color 200ms linear 0s;
  -o-transition:  color 200ms linear 0s;
  transition:  color 200ms linear 0s;
  color: #333;
}
.fotorama__arr.fotorama__arr--prev .fotorama__arr__arr:before {
  content: "\e408";
}
.fotorama__arr.fotorama__arr--next .fotorama__arr__arr:before {
  content: "\e409";
}
.fotorama__arr:hover .fotorama__arr__arr {
  background: #1fc0a0 !important;
}
.fotorama__arr:hover .fotorama__arr__arr:before {
  color: #fff;
}
.product-social-links {
  margin-bottom: 20px;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.fotorama__arr {
  top: auto !important;
  width: 50px !important;
}
.fotorama__arr--prev {
  left: auto !important;
  right: 50px;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  left: auto !important;
  position: static !important;
  top: auto !important;
}
.fotorama__thumb__arr {
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-transition:  background 200ms linear 0s;
  -moz-transition:  background 200ms linear 0s;
  -ms-transition:  background 200ms linear 0s;
  -o-transition:  background 200ms linear 0s;
  transition:  background 200ms linear 0s;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  width: 46px !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr {
  padding-bottom: 0 !important;
  height: 46px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr:before,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr:before {
  font-family: 'Material Icons';
  font-size: 35px;
  line-height: 46px;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  text-align: center;
  -webkit-transition:  color 200ms linear 0s;
  -moz-transition:  color 200ms linear 0s;
  -ms-transition:  color 200ms linear 0s;
  -o-transition:  color 200ms linear 0s;
  transition:  color 200ms linear 0s;
  color: #333;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr:before {
  content: "\e408";
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr:before {
  content: "\e409";
}
.video-link {
  text-decoration: none;
  color: #1fc0a0;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1em;
}
.video-link:hover,
.video-link:focus {
  text-decoration: none;
  color: #333333;
}
.video-link .icon {
  font-size: 34px;
  line-height: 1em;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.custom-product-block {
  position: relative;
}
@media (min-width: 1770px) {
  .custom-product-block {
    padding-left: 75px;
  }
}
.custom-product-block:after {
  content: '';
  position: absolute;
  left: 20px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
@media (max-width: 1769px) {
  .custom-product-block {
    clear: both;
  }
  .custom-product-block:after {
    display: none;
  }
}
.delivery-banner {
  position: relative;
  min-height: 85px;
  margin-bottom: 37px;
  cursor: pointer;
}
.delivery-banner__icon {
  position: absolute;
  top: 3px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #1fc0a0;
}
.delivery-banner__icon span {
  display: block;
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 34px;
  margin-top: 2px;
}
.delivery-banner__icon span.icon-replay_5 {
  font-size: 42px;
}
.delivery-banner__text {
  padding-left: 117px;
}
.delivery-banner__text h3 {
  font-size: 1.375em;
  font-weight: 500;
  margin-bottom: 9px;
  color: #1fc0a0;
  text-transform: uppercase;
}
.delivery-banner__text h5 {
  font-size: 1.125em;
  margin-bottom: 5px;
  font-family: Georgia, sans-serif;
  font-style: italic;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .delivery-banner__icon {
    top: 3px;
    width: 60px;
    height: 60px;
  }
  .delivery-banner__icon span {
    font-size: 26px;
    margin-top: 2px;
  }
  .delivery-banner__icon span.icon-replay_5 {
    font-size: 34px;
  }
  .delivery-banner__text {
    padding-left: 80px;
  }
  .delivery-banner__text h3 {
    font-size: 1.175em;
    margin-bottom: 9px;
  }
  .delivery-banner__text h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .delivery-banner__text p {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .delivery-banner {
    margin-bottom: 20px;
  }
  .delivery-banner__icon {
    top: 3px;
    width: 60px;
    height: 60px;
  }
  .delivery-banner__icon span {
    font-size: 26px;
    margin-top: 2px;
  }
  .delivery-banner__icon span.icon-replay_5 {
    font-size: 34px;
  }
  .delivery-banner__text {
    padding-left: 80px;
  }
  .delivery-banner__text h3 {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .delivery-banner__text h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .delivery-banner__text p {
    font-size: 13px;
  }
}
@media (min-width: 1770px) {
  .product_custom_block,
  .related {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .product_custom_block,
  .related {
    padding-left: 0;
    padding-right: 0;
  }
  .related {
    position: relative;
  }
}
/* Bundle product styles */
.bundle-actions {
  margin: 25px 0 20px;
}
.bundle-options-container .product-add-form {
  display: none;
  margin-bottom: 40px;
}
.bundle-options-container .product-add-form:after {
  clear: both;
  display: table;
  content: '';
}
.bundle-options-container .product-options-wrapper {
  float: left;
  width: 48%;
}
.bundle-options-container .product-options-wrapper legend {
  padding: 0;
  margin: 0 0 10px;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.bundle-options-container .product-options-wrapper .action.customization {
  margin: 0 0 30px;
}
.bundle-options-container .product-options-wrapper .field.option {
  border-bottom: solid 1px #e5e5e5;
  padding: 0 0 20px;
  margin: 0 0 30px;
}
.bundle-options-container .product-options-wrapper .field.option > label.label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 10px;
  text-align: left;
}
.bundle-options-container .product-options-wrapper .field.option .options-list {
  font-size: 14px;
  color: #333333;
}
.bundle-options-container .product-options-wrapper .field.option .options-list .field {
  margin-bottom: 10px;
}
.bundle-options-container .product-options-wrapper .field.option .options-list .field input[type="radio"],
.bundle-options-container .product-options-wrapper .field.option .options-list .field input[type="checkbox"] {
  float: left;
  margin: 4px 8px 0 0;
}
.bundle-options-container .product-options-wrapper .field.option .options-list .field label {
  display: block;
  padding: 0;
  margin: 0;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
}
.bundle-options-container .product-options-wrapper .field.option .options-list .field.qty-holder {
  padding: 10px 0 0 0;
}
.bundle-options-container .product-options-wrapper .field.option .options-list .field.qty-holder:after {
  clear: both;
  display: table;
  content: '';
}
.bundle-options-container .product-options-wrapper .field.option .options-list .field.qty-holder label {
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 15px 0 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.bundle-options-container .product-options-wrapper .field.option .options-list .field.qty-holder .control {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.option .options-list .field.qty-holder .control .qty {
  margin: 0;
  width: 60px;
  height: 50px;
  text-align: center;
}
.bundle-options-container .block-bundle-summary {
  float: right;
  width: 48%;
}
.bundle-options-container .block-bundle-summary .title {
  padding: 0;
  margin: 0 0 30px;
  border: 0;
  font-size: 18px;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #333333;
}
.bundle-options-container .block-bundle-summary .content {
  margin: 0;
}
.bundle-options-container .block-bundle-summary .bundle-info {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-info .product-image-container,
.bundle-options-container .block-bundle-summary .bundle-info .product.name,
.bundle-options-container .block-bundle-summary .bundle-info .available {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-info .price-box {
  text-align: left;
  margin: 0 0 20px;
}
.bundle-options-container .block-bundle-summary .bundle-info .price-box .price {
  font-size: 2.5em;
  color: #1fc0a0;
}
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  padding: 0;
  margin: 0 0 30px;
  border: 0;
  font-size: 18px;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #333333;
}
/* Downloadable product */
.product-info-main dl.items.samples dt {
  padding: 15px 0 0;
  margin: 0 0 15px;
}
.product-info-main dl.items.samples dd {
  padding: 0;
  margin: 0 0 15px;
}
.page-product-downloadable .product-options-wrapper {
  float: none !important;
  width: 100% !important;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-wrapper .fieldset .field.downloads-no-separately > label.label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px;
  text-align: left;
}
.page-product-downloadable .product-options-wrapper .fieldset .field.choice > label.label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px;
  text-align: left;
}
.page-product-downloadable .product-options-bottom {
  float: none !important;
  width: 100% !important;
}
/* table-product */
.table-product {
  width: 100%;
}
.table-product th {
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 12px;
}
.table-product tr {
  border-bottom: 1px solid #e5e5e5;
}
.table-product td {
  padding: 5px;
}
.table-product td:first-child,
.table-product th:first-child {
  width: 65%;
  padding-left: 0;
}
.table-product td:nth-child(2n),
.table-product th:nth-child(2n) {
  width: 30%;
}
.table-product td:last-child,
.table-product th:last-child {
  width: 5%;
}
.table-product td:last-child {
  padding-right: 0;
}
.table-product input {
  border: 1px solid #e5e5e5;
  width: 52px;
  height: 26px;
  text-align: center;
}
/* /table-product */
/* product-big
==================================== */
.bigGallery .slick-arrow {
  z-index: 1111;
}
.product-info-big {
  overflow: hidden;
}
.product-info-big .product-info__price {
  text-align: center !important;
}
.product-info-big .product-info__sku,
.product-info-big .product-info__availability {
  display: inline-block;
  margin: 0 20px;
  width: auto;
  float: inherit !important;
}
.product-info-big .option-label,
.product-info-big .options-swatch {
  display: inline-block;
}
.product-info-big .product-info-left {
  float: left;
}
@media (max-width: 768px) {
  .product-info-big .product-info-left {
    float: inherit;
  }
}
.product-info-big .product-info-right {
  float: right;
}
@media (max-width: 768px) {
  .product-info-big .product-info-right {
    float: inherit;
  }
}
.product-info-big .product-link {
  display: block !important;
}
.product-info-big #productPrevNext .product-prev,
.product-info-big #productPrevNext .product-next {
  margin-top: 220px;
}
.product-info-big #productPrevNext .product-prev:focus,
.product-info-big #productPrevNext .product-next:focus {
  text-decoration: none;
}
.product-info-big #productPrevNext .product-next {
  right: 0 !important;
}
.product-info-big #productPrevNext .product-prev {
  left: 0 !important;
}
.product-info-big .fields {
  padding-bottom: 27px;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.product-info-big .fields .option-label {
  padding-bottom: 7px;
}
.product-info-big .fields .option-label {
  display: block;
  text-align: center;
}
.product-data-big h5 {
  font-size: 26px;
  margin-bottom: 25px;
}
.product-data-big ul {
  margin: 0 0 25px 0;
  padding: 0;
}
@media (max-width: 767px) {
  .product-data-big {
    width: 90%;
    padding-top: 7%;
    padding-bottom: 3%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .product-data-big h5 {
    margin-bottom: 25px;
  }
  .product-data-big .simple-list li {
    padding: 0 0 2px 18px;
  }
}
@media (min-width: 768px) {
  .product-data-big {
    width: 90%;
    padding-top: 7%;
    padding-bottom: 3%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .product-data-big h5 {
    margin-bottom: 25px;
  }
  .product-data-big .simple-list li {
    padding: 0 0 2px 30px;
  }
}
@media (min-width: 992px) {
  .product-data-big {
    width: 85%;
    padding-top: 7%;
    margin-left: 10%;
    margin-right: 5%;
  }
  .product-data-big h5 {
    margin-bottom: 25px;
  }
  .product-data-big .simple-list li {
    padding: 0 0 2px 30px;
  }
}
@media (min-width: 1200px) {
  .product-data-big {
    width: 80%;
    padding-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .product-data-big h5 {
    margin-bottom: 35px;
  }
  .product-data-big .simple-list li {
    padding: 0 0 5px 30px;
  }
}
@media (min-width: 1770px) {
  .product-data-big {
    width: 50%;
    padding-top: 20%;
    margin-left: 25%;
    margin-right: 25%;
  }
  .product-data-big h5 {
    margin-bottom: 39px;
  }
  .product-data-big .simple-list li {
    padding: 0 0 7px 30px;
  }
}
.related .select_all_link {
  background: none;
  border: 0;
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  color: #1fc0a0;
  padding: 0;
  margin: 0 0 0 5px;
  display: inline;
  vertical-align: top;
  -webkit-transition:  color 300ms linear 0s;
  -moz-transition:  color 300ms linear 0s;
  -ms-transition:  color 300ms linear 0s;
  -o-transition:  color 300ms linear 0s;
  transition:  color 300ms linear 0s;
}
.related .select_all_link:hover {
  color: #333333;
}
/* /product-big
==================================== */
.options-swatch--size li a {
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
/* countdown product(product-small)
==================================== */
.countdown-product {
  padding-top: 2px;
}
.countdown-product .countdown-row > span {
  width: 60px;
  height: 60px;
  background-color: #67e0fa;
  margin: 0 10px 10px 0;
  padding: 15px 0 0 0 !important;
  font-size: 14px;
  line-height: 1em;
  padding: 0;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.countdown-product .countdown-row > span span {
  padding: 0;
}
/* /countdown product(/product-small)
==================================== */
/* slider-product(product-fields.html)
==================================== */
.slider-product-large {
  padding: 0;
  width: 100%;
  position: relative;
  margin-bottom: 21px;
}
.slider-product-large div {
  width: 100%;
}
.slider-product-large div img {
  width: 100%;
  height: auto;
}
.slider-product-small {
  padding: 0;
  margin: 30px 0 40px 0 !important;
  position: relative;
  overflow: hidden;
}
.slider-product-small div {
  cursor: pointer;
  margin: 0 12px;
}
.slider-product-small div img {
  width: 100%;
  height: auto;
}
/* end slider-product(product-fields.html)
==================================== */
/****************************************
* end product
*****************************************/
/****************************************
* carousel  
*****************************************/
/* Carousel content */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Heritage/yourstore_child/en_US/images/ajax-loader.gif') center center no-repeat;
}
.slickArrow {
  display: block;
  height: 45px;
  width: 45px;
  cursor: pointer;
  background-color: #f5f5f5;
  color: #333333;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.slickArrowHover {
  outline: none;
  background: #1fc0a0;
}
.slickArrowHover:before {
  opacity: 0.8;
  color: #ffffff;
}
.slickBefore {
  display: block;
  font-family: "Material Icons";
  font-size: 35px;
  line-height: 45px;
  color: #333333;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .product .carousel-control {
    display: block;
    height: 45px;
    width: 45px;
    cursor: pointer;
    background-color: #f5f5f5;
    color: #333333;
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
    z-index: 1000;
    top: 50%;
    margin-top: -22.5px;
    text-shadow: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .product .carousel-control:hover,
  .product .carousel-control:focus {
    outline: none;
    background: #1fc0a0;
  }
  .product .carousel-control:hover:before,
  .product .carousel-control:focus:before {
    opacity: 0.8;
    color: #ffffff;
  }
  .product .carousel-control:before {
    display: block;
    font-family: "Material Icons";
    font-size: 35px;
    line-height: 45px;
    color: #333333;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .product .carousel-control.prev {
    left: 0;
  }
  .product .carousel-control.prev:before {
    content: "\e408";
  }
  .product .carousel-control.prev:before[dir="rtl"] {
    content: "\e409";
  }
  .product .carousel-control.next {
    right: 0;
    left: auto;
  }
  .product .carousel-control.next:before {
    content: "\e409";
  }
  .product .carousel-control.next:before[dir="rtl"] {
    content: "\e408";
  }
}
/* Arrows */
.slick-prev:active,
.slick-next:active,
.carousel-products__button .slick-arrow:active {
  background-color: #f5f5f5;
}
.slick-prev:active:before,
.slick-next:active:before,
.carousel-products__button .slick-arrow:active:before {
  color: #333333;
}
.slick-prev:focus,
.slick-next:focus,
.carousel-products__button .slick-arrow:focus {
  background-color: #f5f5f5;
}
.slick-prev:focus:before,
.slick-next:focus:before,
.carousel-products__button .slick-arrow:focus:before {
  color: #333333;
}
.carousel-products__button .slick-arrow:active {
  background-color: #f5f5f5;
}
.carousel-products__button .slick-arrow:active:before {
  color: #333333;
}
.carousel-products__button .slick-arrow:focus {
  background-color: #f5f5f5;
}
.carousel-products__button .slick-arrow:focus:before {
  color: #333333;
}
.carousel-products__button .slick-arrow:hover {
  background-color: #1fc0a0;
}
.carousel-products__button .slick-arrow:hover:before {
  color: #ffffff;
}
.slick-prev,
.slick-next {
  display: block;
  height: 45px;
  width: 45px;
  cursor: pointer;
  background-color: #f5f5f5;
  color: #333333;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -22.5px;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  background: #1fc0a0;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 0.8;
  color: #ffffff;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  display: block;
  font-family: "Material Icons";
  font-size: 35px;
  line-height: 45px;
  color: #333333;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carouselTab.slick-arrow-top .slick-prev {
  right: 66px;
  margin-top: -36px;
}
.carouselTab.slick-arrow-top .slick-next {
  right: 15px;
  margin-top: -36px;
}
@media (min-width: 768px) {
  .carouselTab.slick-arrow-top .slick-prev {
    right: 66px;
  }
  .carouselTab.slick-arrow-top .slick-next {
    right: 15px;
  }
}
@media (max-width: 768px) {
  .carouselTab.slick-arrow-top .slick-prev {
    left: 15px;
  }
  .carouselTab.slick-arrow-top .slick-next {
    right: 15px;
  }
}
.slick-prev {
  left: 0;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "\e408";
}
.slick-prev:before[dir="rtl"] {
  content: "\e409";
}
.slick-next {
  right: 0;
}
.slick-next[dir="rtl"] {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "\e409";
}
.slick-next:before[dir="rtl"] {
  content: "\e408";
}
/*==== sliderDarkHover====*/
.sliderDarkHover .slick-prev,
.sliderDarkHover .slick-next {
  background-color: #ffffff;
}
.sliderDarkHover .slick-prev:before,
.sliderDarkHover .slick-next:before {
  color: #333333;
}
.sliderDarkHover .slick-prev:active,
.sliderDarkHover .slick-next:active {
  background-color: #ffffff;
}
.sliderDarkHover .slick-prev:active:before,
.sliderDarkHover .slick-next:active:before {
  color: #333333;
}
.sliderDarkHover .slick-prev:focus,
.sliderDarkHover .slick-next:focus {
  background-color: #ffffff;
}
.sliderDarkHover .slick-prev:focus:before,
.sliderDarkHover .slick-next:focus:before {
  color: #333333;
}
.sliderDarkHover .slick-prev:hover,
.sliderDarkHover .slick-next:hover {
  background-color: rgba(51, 51, 51, 0.7);
}
.sliderDarkHover .slick-prev:hover:before,
.sliderDarkHover .slick-next:hover:before {
  color: #ffffff;
}
/*==== /sliderDarkHover====*/
/* Arrows variants */
@media (min-width: 768px) {
  .slick-arrow-bottom .slick-prev,
  .slick-arrow-bottom .slick-next {
    background: none;
    border: none;
    cursor: pointer;
    top: 75%;
    width: 45px;
    height: 45px;
    z-index: 1001;
    color: #333333;
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
  }
  .slick-arrow-bottom .slick-prev:focus,
  .slick-arrow-bottom .slick-next:focus {
    background: none;
  }
  .slick-arrow-bottom .slick-prev:focus:before,
  .slick-arrow-bottom .slick-next:focus:before {
    color: #333333;
  }
  .slick-arrow-bottom .slick-prev:hover,
  .slick-arrow-bottom .slick-next:hover {
    background: none;
  }
  .slick-arrow-bottom .slick-prev:hover:before,
  .slick-arrow-bottom .slick-next:hover:before {
    color: #1fc0a0;
  }
  .slick-arrow-bottom .slick-prev:before,
  .slick-arrow-bottom .slick-next:before {
    font-size: 45px;
    line-height: 45px;
  }
  .slick-arrow-bottom .slick-prev {
    right: 50%;
    left: auto;
    margin-right: 4px;
  }
  .slick-arrow-bottom .slick-next {
    left: 50%;
    right: auto;
    margin-left: 4px;
  }
  .slick-arrow-top .slick-prev,
  .slick-arrow-top .slick-next {
    cursor: pointer;
    top: -15% !important;
    z-index: 1001;
  }
  .slick-arrow-top .slick-prev {
    right: 51px;
    left: auto;
    margin-right: 4px;
  }
  .slick-arrow-top .slick-next {
    right: 0%;
    left: auto;
    margin-left: 4px;
  }
  .slick-arrow-top button.slick-prev {
    right: 62px;
    left: auto;
    margin-right: 4px;
  }
  .slick-arrow-top button.slick-next {
    right: 15px;
    left: auto;
    margin-left: 4px;
  }
}
@media (min-width: 768px) and (min-width: 1770px) {
  .slick-arrow-bottom .slick-prev {
    right: 49.5%;
  }
}
@media (min-width: 768px) {
  .slick-arrow-bottom-wrapper .slick-prev,
  .slick-arrow-bottom-wrapper .slick-next {
    background: none;
    border: none;
    cursor: pointer;
    top: 75%;
    width: 45px;
    height: 45px;
    z-index: 1001;
    color: #333333;
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
    background-color: rgba(255, 255, 255, 0.8);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
  }
  .slick-arrow-bottom-wrapper .slick-prev:focus,
  .slick-arrow-bottom-wrapper .slick-next:focus {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .slick-arrow-bottom-wrapper .slick-prev:focus:before,
  .slick-arrow-bottom-wrapper .slick-next:focus:before {
    color: #000;
  }
  .slick-arrow-bottom-wrapper .slick-prev:hover,
  .slick-arrow-bottom-wrapper .slick-next:hover {
    background-color: rgba(255, 255, 255, 0.55);
  }
  .slick-arrow-bottom-wrapper .slick-prev:hover:before,
  .slick-arrow-bottom-wrapper .slick-next:hover:before {
    color: #000;
  }
  .slick-arrow-bottom-wrapper .slick-prev:before,
  .slick-arrow-bottom-wrapper .slick-next:before {
    font-size: 45px;
    line-height: 45px;
  }
  .slick-arrow-bottom-wrapper .slick-prev {
    right: 50%;
    left: auto;
    margin-right: 8px;
  }
  .slick-arrow-bottom-wrapper .slick-next {
    left: 50%;
    right: auto;
    margin-left: 8px;
  }
  .slick-arrow-top .slick-prev,
  .slick-arrow-top .slick-next {
    cursor: pointer;
    top: -15% !important;
    z-index: 1001;
  }
  .slick-arrow-top .slick-prev {
    right: 51px;
    left: auto;
    margin-right: 8px;
  }
  .slick-arrow-top .slick-next {
    right: 0%;
    left: auto;
    margin-left: 8px;
  }
  .slick-arrow-top .slick-prev:focus,
  .slick-arrow-top .slick-next:focus {
    background-color: #f5f5f5;
  }
  .slick-arrow-top .slick-prev:focus:before,
  .slick-arrow-top .slick-next:focus:before {
    color: #333333;
  }
  .slick-arrow-top .slick-prev:hover,
  .slick-arrow-top .slick-next:hover {
    background-color: #1fc0a0;
  }
  .slick-arrow-top .slick-prev:hover:before,
  .slick-arrow-top .slick-next:hover:before {
    color: #ffffff;
  }
}
@media (min-width: 768px) and (min-width: 1770px) {
  .slick-arrow-bottom-wrapper .slick-prev {
    right: 49.5%;
  }
}
/* Dots */
.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  display: none !important;
}
.nav-dot .slick-dots {
  position: absolute;
  bottom: 19px;
  list-style: none;
  display: block !important;
  text-align: center;
  padding: 0;
  width: 100%;
  line-height: 0px;
  font-size: 0px;
}
.nav-dot .slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 30px;
  line-height: 0;
  font-size: 0;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}
.nav-dot .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  width: 15px;
  height: 15px;
  outline: none;
  color: transparent;
  padding: 0px;
  cursor: pointer;
  position: relative;
}
.nav-dot .slick-dots li button:hover,
.nav-dot .slick-dots li button:focus {
  outline: none;
}
.nav-dot .slick-dots li button:hover:before,
.nav-dot .slick-dots li button:focus:before {
  opacity: 0.8;
}
.nav-dot .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 15px;
  height: 15px;
  font-family: "Material Icons";
  font-size: 60px;
  text-align: center;
  color: #ffffff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-dot .slick-dots li.slick-active button:before {
  color: #1fc0a0;
  opacity: 1;
}
.nav-dot.nav-dot-invert .slick-dots li button:hover,
.nav-dot.nav-dot-invert .slick-dots li button:focus {
  outline: none;
}
.nav-dot.nav-dot-invert .slick-dots li button:hover:before,
.nav-dot.nav-dot-invert .slick-dots li button:focus:before {
  opacity: 1;
  color: #fff;
}
.nav-dot.nav-dot-invert .slick-dots li button:before {
  opacity: 0.6;
}
.nav-dot.nav-dot-invert .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}
/*==== carousel title+arrows====*/
.title-with-button {
  z-index: 0;
}
@media (max-width: 767px) {
  .title-with-button {
    z-index: 77;
  }
}
@media (max-width: 479px) {
  .title-with-button {
    display: inline-block;
    overflow: visible !important;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .carousel-products .slick-list {
    padding-bottom: 200px;
    margin-bottom: -200px;
  }
  .carousel-products.hover {
    z-index: 1;
  }
  .carousel-products .product {
    margin-bottom: 0;
  }
}
.carousel-products__button {
  position: absolute;
  z-index: 100;
  top: 16px;
}
.carousel-products__button_aside {
  position: relative;
}
@media (max-width: 479px) {
  .carousel-products__button {
    width: 100%;
    top: 50%;
  }
}
.carousel-products__button.pull-right {
  right: 0;
}
.carousel-products__button.pull-left {
  left: 0;
}
.carousel-products__button span {
  display: block;
  height: 45px;
  width: 45px;
  cursor: pointer;
  background-color: #f5f5f5;
  color: #333333;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
  display: inline-block;
  margin-left: 0.17em;
  margin-top: 0.1em;
  position: relative;
  z-index: 1;
  text-align: center;
}
.carousel-products__button span:hover,
.carousel-products__button span:focus {
  outline: none;
  background: #1fc0a0;
}
.carousel-products__button span:hover:before,
.carousel-products__button span:focus:before {
  opacity: 0.8;
  color: #ffffff;
}
.carousel-products__button span.slick-disabled:before {
  opacity: 1;
}
@media (max-width: 479px) {
  .carousel-products__button span {
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
  }
  .carousel-products__button span.btn-prev {
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    background: transparent;
    color: transparent;
    margin-top: -10px \9;
    /*lte IE 8*/
    left: -25px;
    display: block;
    height: 45px;
    width: 45px;
    cursor: pointer;
    background-color: #f5f5f5;
    color: #333333;
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -22.5px;
    left: 0;
    z-index: 200;
    left: -15px;
  }
  .carousel-products__button span.btn-prev:hover,
  .carousel-products__button span.btn-prev:focus {
    outline: none;
    background: transparent;
    color: transparent;
  }
  .carousel-products__button span.btn-prev:hover:before,
  .carousel-products__button span.btn-prev:focus:before {
    opacity: 0.8;
  }
  .carousel-products__button span.btn-prev.slick-disabled:before {
    opacity: 1;
  }
  .carousel-products__button span.btn-prev[dir="rtl"] {
    left: auto;
    right: -25px;
  }
  .carousel-products__button span.btn-prev:before {
    content: "\e408";
  }
  .carousel-products__button span.btn-prev:before[dir="rtl"] {
    content: "\e409";
  }
  .carousel-products__button span.btn-prev:hover {
    outline: none;
    background: #1fc0a0;
  }
  .carousel-products__button span.btn-prev:hover:before {
    opacity: 0.8;
    color: #ffffff;
  }
  .carousel-products__button span.btn-prev.slick-disabled:before {
    opacity: 1;
  }
  .carousel-products__button span.btn-prev[dir="rtl"] {
    left: auto;
    right: 0;
  }
  .carousel-products__button span.btn-prev:before {
    content: "\e408";
  }
  .carousel-products__button span.btn-prev:before[dir="rtl"] {
    content: "\e409";
  }
  .carousel-products__button span.btn-next {
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    background: transparent;
    color: transparent;
    margin-top: -10px \9;
    /*lte IE 8*/
    right: -25px;
    display: block;
    height: 45px;
    width: 45px;
    cursor: pointer;
    background-color: #f5f5f5;
    color: #333333;
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -22.5px;
    right: 0;
    z-index: 200;
    right: -15px;
  }
  .carousel-products__button span.btn-next:hover,
  .carousel-products__button span.btn-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
  }
  .carousel-products__button span.btn-next:hover:before,
  .carousel-products__button span.btn-next:focus:before {
    opacity: 0.8;
  }
  .carousel-products__button span.btn-next.slick-disabled:before {
    opacity: 1;
  }
  .carousel-products__button span.btn-next[dir="rtl"] {
    left: -25px;
    right: auto;
  }
  .carousel-products__button span.btn-next:before {
    content: "\e409";
  }
  .carousel-products__button span.btn-next:before[dir="rtl"] {
    content: "\e408";
  }
  .carousel-products__button span.btn-next:hover {
    outline: none;
    background: #1fc0a0;
  }
  .carousel-products__button span.btn-next:hover:before {
    opacity: 0.8;
    color: #ffffff;
  }
  .carousel-products__button span.btn-next.slick-disabled:before {
    opacity: 1;
  }
  .carousel-products__button span.btn-next[dir="rtl"] {
    left: 0;
    right: auto;
  }
  .carousel-products__button span.btn-next:before {
    content: "\e409";
  }
  .carousel-products__button span.btn-next:before[dir="rtl"] {
    content: "\e408";
  }
}
.carousel-products__button span:before {
  display: block;
  font-family: "Material Icons";
  font-size: 35px;
  line-height: 45px;
  color: #333333;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel-products__button span.btn-prev:before {
  content: "\e408";
}
.carousel-products__button span.btn-next:before {
  content: "\e409";
}
.carousel-products__button span:hover:before {
  opacity: 0.8;
}
/*==== /carousel title+arrows====*/
.category-carousel .category img {
  width: 100%;
}
/*==== banner-slider-button====*/
.banner-slider-button .slick-prev,
.banner-slider-button .slick-next {
  background-color: transparent;
}
.banner-slider-button .slick-prev:before,
.banner-slider-button .slick-next:before {
  color: #ffffff;
}
.banner-slider-button .slick-prev:hover:before,
.banner-slider-button .slick-next:hover:before,
.banner-slider-button .slick-prev:hover:before,
.banner-slider-button .slick-next:hover:before {
  opacity: 1;
  color: #1fc0a0;
}
/*==== /banner-slider-button====*/
@media (max-width: 479px) {
  .carousel-products__button.button-bottom {
    width: 100%;
    top: 50% !important;
  }
  .carousel-products__button.button-bottom span.slick-arrow {
    margin-top: 18px !important;
  }
  .carousel-products__button.button-bottom span.btn-prev {
    left: 0;
  }
  .carousel-products__button.button-bottom span.btn-next {
    left: 59px;
    right: auto;
  }
}
.gr_txt {
  color: #777777;
}
/****************************************
* end carousel  
*****************************************/
/****************************************
* blog carousel  
*****************************************/
.content-bg-1 {
  background: url(../../frontend/Heritage/yourstore_child/en_US/images/custom/content-bg-1.jpg) center center no-repeat;
  padding: 100px 0 35px;
}
@media (max-width: 991px) {
  .content-bg-1 {
    padding: 30px 0 15px;
  }
}
.slider-fluid-bg1 {
  background: #fafafa;
  z-index: 1;
  position: relative;
  padding-bottom: 3.9em;
}
.slider-blog {
  padding: 15px 0 130px;
}
.slider-blog .box-foto {
  padding: 5px 0 0 22px;
  text-align: left;
}
@media (min-width: 1770px) {
  .slider-blog .box-foto {
    margin-left: 27.5% !important;
  }
}
.slider-blog .box-foto img {
  float: left;
  max-width: 100%;
}
.slider-blog .box-foto:after {
  position: absolute;
  display: block;
  top: 0;
  right: 200px;
  margin-top: -15px;
  font-family: Georgia, sans-serif;
  content: '“';
  font-size: 13.5em;
  line-height: 1em;
  color: #1fc0a0;
}
.slider-blog .box-data {
  font-size: 1em;
}
@media (min-width: 1770px) {
  .slider-blog .box-data {
    width: 27.5% !important;
  }
}
.slider-blog .box-data h6 {
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.375em;
  margin: 0 0 0.85em 0;
  letter-spacing: 1px;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.slider-blog .box-data h6 em {
  color: #333333;
  font-family: Georgia, sans-serif;
  text-transform: lowercase;
  font-size: 0.818em;
  letter-spacing: 0;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.slider-blog .box-data p {
  font-weight: 300;
  line-height: 1.7em;
}
.slider-blog-layout1 .box-data h6 {
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.slider-blog-layout1 .box-data h6 em {
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
/* link-hover-block */
.link-hover-block {
  text-decoration: none;
}
.link-hover-block:hover {
  text-decoration: none;
}
.link-hover-block:hover h6 {
  color: #1fc0a0 !important;
  letter-spacing: 2px;
}
.link-hover-block:hover h6 em {
  color: #1fc0a0 !important;
  letter-spacing: normal;
}
.fill-bg-custom .link-hover-block {
  text-decoration: none;
  color: #ffffff;
}
.fill-bg-custom .link-hover-block b,
.fill-bg-custom .link-hover-block em,
.fill-bg-custom .link-hover-block img {
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.fill-bg-custom .link-hover-block:hover {
  text-decoration: none;
}
.fill-bg-custom .link-hover-block:hover img {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}
.fill-bg-custom .link-hover-block:hover b,
.fill-bg-custom .link-hover-block:hover em {
  color: #333333 !important;
}
/* /link-hover-block */
@media (min-width: 1770px) {
  .slider-blog .box-foto img {
    float: right;
    padding: 0 15px 0 0;
  }
}
@media (max-width: 767px) {
  .slider-blog {
    padding: 0 25px 15px;
    margin-top: 0;
  }
  .slider-blog .box-foto {
    margin-bottom: 20px;
    padding-top: 60px;
    text-align: center !important;
  }
  .slider-blog .box-foto img {
    display: inline-block;
    float: none;
  }
  .slider-blog .box-foto:after {
    position: absolute;
    display: block;
    top: 0;
    right: auto;
    margin-top: -0.1em;
    font-family: Georgia, sans-serif;
    content: '“';
    font-size: 13.5em;
    line-height: 1em;
    color: #1fc0a0;
  }
  .box-data h6 {
    text-align: center;
  }
  .box-data p {
    text-align: left;
  }
}
/* testimonials
==================================== */
.testimonialsAsid .slick-slide {
  padding: 0px 0 65px 0;
}
.testimonialsAsid .slick-slide img {
  max-width: 109px;
  margin-bottom: 26px;
}
.testimonialsAsid .slick-slide p {
  position: relative;
  font-weight: 300;
}
.testimonialsAsid .slick-slide p span {
  width: 45px;
  display: inline-block;
  position: relative;
}
.testimonialsAsid .slick-slide p span:before {
  color: #ffffff;
  content: "“";
  display: block;
  font-family: Georgia,sans-serif;
  font-size: 110px;
  line-height: 1em;
  margin-top: -15px;
  position: absolute;
  right: 0px;
  top: -25px;
}
/* testimonials
==================================== */
/* slider-blog-layout1
==================================== */
.slider-blog-layout1 .slider-blog__item,
.slider-blog-layout2 .slider-blog__item {
  overflow: hidden;
}
.slider-blog-layout1 .slider-blog__item .box-foto,
.slider-blog-layout2 .slider-blog__item .box-foto {
  float: left;
  width: 29%;
  margin-right: 5%;
  overflow: hidden;
}
.slider-blog-layout1 .slider-blog__item .box-foto img,
.slider-blog-layout2 .slider-blog__item .box-foto img {
  width: 100%;
  height: auto;
}
@media (max-width: 510px) {
  .slider-blog-layout1 .slider-blog__item .box-foto,
  .slider-blog-layout2 .slider-blog__item .box-foto {
    width: 100%;
    text-align: center;
  }
  .slider-blog-layout1 .slider-blog__item .box-foto img,
  .slider-blog-layout2 .slider-blog__item .box-foto img {
    max-width: 170px;
    display: inline-block;
  }
  .slider-blog-layout1 .slider-blog__item .box-foto:before,
  .slider-blog-layout2 .slider-blog__item .box-foto:before {
    color: #1fc0a0;
    content: "“";
    display: block;
    font-family: Georgia, sans-serif;
    font-size: 145px;
    line-height: 1em;
    position: absolute;
    top: -15px;
    left: 0;
  }
}
.slider-blog-layout1 .slider-blog__item .box-data,
.slider-blog-layout2 .slider-blog__item .box-data {
  float: left;
  width: 60%;
  position: relative;
  padding-top: 55px;
}
.slider-blog-layout1 .slider-blog__item .box-data:before,
.slider-blog-layout2 .slider-blog__item .box-data:before {
  color: #1fc0a0;
  content: "“";
  display: block;
  font-family: Georgia, sans-serif;
  font-size: 145px;
  line-height: 1em;
  position: absolute;
  top: -15px;
  left: 0;
}
@media (max-width: 510px) {
  .slider-blog-layout1 .slider-blog__item .box-data,
  .slider-blog-layout2 .slider-blog__item .box-data {
    width: 100%;
    text-align: center;
    padding-top: 25px;
  }
  .slider-blog-layout1 .slider-blog__item .box-data p,
  .slider-blog-layout2 .slider-blog__item .box-data p {
    text-align: center;
  }
  .slider-blog-layout1 .slider-blog__item .box-data:before,
  .slider-blog-layout2 .slider-blog__item .box-data:before {
    display: none;
  }
}
.slider-blog-layout1 .slider-blog__item h6,
.slider-blog-layout2 .slider-blog__item h6 {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 500;
  padding-top: 5px;
  color: #1fc0a0;
  text-transform: uppercase;
  font-family: Ubuntu, sans-serif;
}
.slider-blog-layout1 .slider-blog__item h6 em,
.slider-blog-layout2 .slider-blog__item h6 em {
  font-size: 18px;
  color: #333333;
  text-transform: none;
  font-family: Georgia, sans-serif;
}
/* /slider-blog-layout1
==================================== */
/****************************************
* end blog carousel  
*****************************************/
/****************************************
* recent-posts-carousel 
*****************************************/
@media (min-width: 768px) {
  #postsCarousel,
  #postsCarousel_side {
    margin-top: -20px;
    margin-bottom: 0;
  }
}
.recent-post-box {
  position: relative;
}
.recent-post-box > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 1770px) {
  .recent-post-box > div:last-child {
    padding-left: 60px !important;
  }
}
.recent-post-box .figure {
  display: block;
  margin-bottom: 34px;
  background: #1fc0a0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .recent-post-box .figure {
    margin-bottom: 15px;
  }
}
.recent-post-box .figure .figcaption {
  display: block;
  position: absolute;
  background-color: #1fc0a0;
  width: 73px;
  height: 73px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 24px;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
  font-size: 16px;
}
.recent-post-box .figure .figcaption b {
  font-weight: 500;
  display: block;
  text-align: center;
  font-size: 30px;
}
.recent-post-box .figure .figcaption span {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recent-post-box .figure .figcaption em {
  font-family: Georgia, sans-serif;
  display: inline-block;
}
.recent-post-box .figure .figcaption.label-top-left {
  top: 21px;
  left: 21px;
}
.recent-post-box .figure .figcaption.label-top-right {
  top: 21px;
  right: 21px;
}
.recent-post-box .figure .figcaption.label-bottom-left {
  bottom: 21px;
  left: 21px;
}
.recent-post-box .figure .figcaption.label-bottom-right {
  bottom: 21px;
  right: 21px;
}
.recent-post-box .figure:hover img {
  opacity: 0.9;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  backface-visibility: hidden;
}
.recent-post-box img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  backface-visibility: hidden;
}
.recent-post-box h4 {
  color: #1fc0a0;
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
  font-size: 1.375em;
  line-height: 1.182em;
  text-transform: uppercase;
}
.recent-post-box h4 a {
  color: #1fc0a0;
  text-decoration: none;
  -webkit-transition:  all 0.3s 0s ease;
  -moz-transition:  all 0.3s 0s ease;
  -ms-transition:  all 0.3s 0s ease;
  -o-transition:  all 0.3s 0s ease;
  transition:  all 0.3s 0s ease;
}
.recent-post-box h4 a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .recent-post-box h4 {
    font-size: 1em;
  }
}
.recent-post-box .author {
  font-style: italic;
  color: #333333;
  font-size: 1.125em;
  line-height: 1em;
  padding-bottom: 19px;
  font-family: Georgia, sans-serif;
}
.recent-post-box .author a {
  color: #333333;
}
.recent-post-box .author a:hover {
  color: #1fc0a0;
}
@media (max-width: 767px) {
  .recent-post-box .author {
    padding-bottom: 10px;
  }
}
.recent-post-box p {
  font-weight: 300;
  font-size: 1em;
  line-height: 1.6875em;
  padding-right: 30px;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .recent-post-box p {
    padding-right: 0;
    margin-bottom: 0;
  }
}
.recent-post-box .link-commet {
  color: #1fc0a0;
  font-size: 1em;
  text-decoration: none;
  -webkit-transition:  all 0.3s 0s ease;
  -moz-transition:  all 0.3s 0s ease;
  -ms-transition:  all 0.3s 0s ease;
  -o-transition:  all 0.3s 0s ease;
  transition:  all 0.3s 0s ease;
}
.recent-post-box .link-commet .icon {
  font-size: 1.5em;
  position: relative;
  top: 3px;
  margin-right: 16px;
}
.recent-post-box .link-commet:hover {
  text-decoration: none;
  color: #333333;
}
@media (min-width: 1770px) {
  .blog-wide .recent-post-box > div:last-child {
    padding-left: 0 !important;
  }
}
/* aside */
aside .recent-post-box,
.sidebar .recent-post-box {
  overflow: hidden;
}
@media (min-width: 1770px) {
  aside .recent-post-box > div:last-child,
  .sidebar .recent-post-box > div:last-child {
    padding-left: 0px !important;
  }
}
/* /aside */
@media (min-width: 1770px) {
  #centerColumn .recent-post-box {
    display: table;
  }
  #centerColumn .recent-post-box > div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    float: none;
  }
  #centerColumn .recent-post-box__text {
    height: 100%;
    margin-top: -17px;
  }
}
.recent-post-box .figcaption:before {
  content: '';
  background: #ffffff;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  float: left;
  border-radius: 50%;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.recent-post-box:hover .figcaption {
  background-color: #fff;
}
.recent-post-box:hover .figcaption:before {
  width: 73px;
  height: 73px;
  top: 0;
  left: 0;
  opacity: 1;
}
.recent-post-box:hover .figcaption span {
  color: #1fc0a0;
}
/* col */
.recent-post-box.recent-post-col {
  overflow: hidden;
}
.recent-post-box.recent-post-col > div {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.recent-post-box.recent-post-col .figure .figcaption.label-top-left {
  top: 10px;
  left: 10px;
}
.recent-post-box.recent-post-col .figure .figcaption.label-top-right {
  top: 10px;
  right: 10px;
}
.recent-post-box.recent-post-col .figure .figcaption.label-bottom-left {
  bottom: 10px;
  left: 10px;
}
.recent-post-box.recent-post-col .figure .figcaption.label-bottom-right {
  bottom: 10px;
  right: 10px;
}
@media (max-width: 500px) {
  .recent-post-box.recent-post-col > div {
    width: 100% !important;
  }
}
/* /col */
/****************************************
* end recent-posts-carousel 
*****************************************/
/****************************************
* carousel brands 
*****************************************/
.brand-link {
  display: inline-block;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
}
.brand-link img {
  display: block;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}
.brand-link:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
  /* IE 6-9 */
}
.fill-bg-custom .brands-carousel {
  padding: 85px 0 57px 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.fill-bg-custom .brands-carousel img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  /* IE 6-9 */
}
.fill-bg-custom .brands-carousel:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  /* IE 6-9 */
}
.fill-bg-custom .brands-carousel a:hover img {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
@media (max-width: 767px) {
  .fill-bg-custom .brands-carousel {
    padding: 45px 0 17px 0;
  }
}
.fill-bg-custom .slick-prev,
.fill-bg-custom .slick-next {
  background-color: rgba(255, 255, 255, 0.2);
}
.fill-bg-custom .slick-prev:before,
.fill-bg-custom .slick-next:before {
  color: #ffffff;
}
.fill-bg-custom .slick-prev:hover,
.fill-bg-custom .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fill-bg .brands-carousel {
  padding: 85px 0 57px 0;
}
@media (max-width: 767px) {
  .fill-bg .brands-carousel {
    padding: 45px 0 17px 0;
  }
}
.fill-bg .slick-prev,
.fill-bg .slick-next {
  background-color: #ffffff;
}
.fill-bg .slick-prev:before,
.fill-bg .slick-next:before {
  color: #333333;
}
.fill-bg .slick-prev:hover,
.fill-bg .slick-next:hover {
  background-color: #ffffff;
}
.fill-bg .slick-prev:hover:before,
.fill-bg .slick-next:hover:before {
  color: #1fc0a0;
}
/*==== brands ====*/
.brands-list a {
  display: inline-block;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
}
.brands-list a img {
  display: block;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}
.brands-list a:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
  /* IE 6-9 */
}
.megamenu .brands-list {
  margin-bottom: -20px;
}
.megamenu .brands-list img {
  max-width: 95px;
}
/*==== brands-carousel ====*/
.brands-carousel {
  margin-top: -15px;
}
.brands-carousel .slick-slide {
  text-align: center;
}
.brands-carousel .slick-list {
  padding: 10px 8px 10px;
}
.brands-carousel a {
  display: inline-block;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
}
.brands-carousel a img {
  display: block;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}
.brands-carousel a:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
  /* IE 6-9 */
}
.brands-carousel .slick-next {
  right: 15px;
}
.brands-carousel .slick-prev {
  left: 15px;
}
@media (min-width: 768px) {
  .brands-carousel .slick-list {
    margin: 0 85px;
  }
}
/****************************************
* end carousel brands 
*****************************************/
/****************************************
* menu
*****************************************/
/*=== dropdowns style ===*/
.dropdown-link {
  display: block;
  color: #777777;
  font-size: 1em;
  line-height: 1em;
  padding: 16px 15px 17px;
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 300;
}
.dropdown-link:hover {
  background-color: #f7f7f7;
  color: #333333;
}
.dropdown-link .icon {
  font-size: 1.125em;
  color: #1fc0a0;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  padding: 0 12px 0 2px;
}
@media (min-width: 1025px) {
  .visible-mobile-menu-on {
    display: none;
  }
  .nav-menu-wrapper {
    display: none;
  }
  .visible-mobile-menu-off {
    display: inline-block;
  }
  .navbar .dropdown {
    position: static;
  }
  .dropdown {
    display: inline;
    padding: 0 20px 10px 0;
    font-weight: 300;
  }
  .dropdown .dropdown-menu {
    padding: 0;
    border: 0;
    margin-top: 0 !important;
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  .dropdown .dropdown-menu__close {
    display: none;
  }
  .dropdown .dropdown-menu > li > a,
  .dropdown .dropdown-menu > li > strong {
    display: block;
    color: #777777;
    font-size: 1em;
    line-height: 1em;
    padding: 16px 15px 17px;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 300;
  }
  .dropdown .dropdown-menu > li > a:hover,
  .dropdown .dropdown-menu > li > strong:hover {
    background-color: #f7f7f7;
    color: #333333;
  }
  .dropdown .dropdown-menu > li > a .icon,
  .dropdown .dropdown-menu > li > strong .icon {
    font-size: 1.125em;
    color: #1fc0a0;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    padding: 0 12px 0 2px;
  }
  .dropdown .dropdown-menu.multicolumn > li:last-child a {
    border: 0;
  }
  .dropdown.dropdown-mega-menu {
    position: static;
  }
  .dropdown.dropdown-mega-menu .dropdown-menu {
    display: block;
    top: -10000px;
    overflow: hidden;
  }
  .dropdown.dropdown-mega-menu:hover .dropdown-menu {
    display: block;
    top: auto;
  }
  .dropdown.dropdown-one-col {
    position: relative;
  }
  .dropdown.dropdown-one-col .dropdown-menu.multicolumn {
    min-width: 300px;
  }
  .dropdown.dropdown-one-col .dropdown-menu.multicolumn a {
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
  }
  .dropdown.dropdown-two-col {
    position: static;
  }
  .dropdown.dropdown-two-col .dropdown-menu {
    display: block;
    top: -10000px;
    overflow: hidden;
  }
  .dropdown.dropdown-two-col:hover .dropdown-menu {
    display: block;
    top: auto;
  }
  .dropdown .caret {
    margin-left: 16px;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .dropdown.text-right {
    padding: 0 14px 10px 16px;
  }
  .settings .dropdown.text-right {
    padding: 0 0 10px 28px;
  }
  .dropdown > a {
    text-decoration: none;
  }
  .dropdown > a:hover {
    text-decoration: none;
  }
  .dropdown > a:hover .icon {
    color: #1fc0a0;
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
  }
  .dropdown > a .icon {
    font-size: 1.9375em;
    color: #333333;
    position: relative;
  }
  .dropdown .dl-close {
    display: none;
  }
  .settings .dropdown-menu,
  .account .dropdown-menu {
    min-width: 209px;
  }
  .settings .dropdown-menu > li,
  .account .dropdown-menu > li {
    margin: 0;
  }
  .settings .dropdown-menu > li > a,
  .account .dropdown-menu > li > a,
  .settings .dropdown-menu > li > strong,
  .account .dropdown-menu > li > strong {
    padding-left: 20px;
    padding-right: 20px;
    color: #777777;
    font-weight: 300;
  }
  .settings .dropdown-menu > li.active > a,
  .account .dropdown-menu > li.active > a,
  .settings .dropdown-menu > li:hover > a,
  .account .dropdown-menu > li:hover > a,
  .settings .dropdown-menu > li:hover > strong,
  .account .dropdown-menu > li:hover > strong {
    color: #333333;
    background-color: #f7f7f7;
  }
  .settings .dropdown-menu > li.customer-welcome,
  .account .dropdown-menu > li.customer-welcome {
    display: none;
  }
  .account .dropdown-menu {
    min-width: 270px;
  }
}
/* nav */
@media (min-width: 1025px) {
  .nav .dropdown .dropdown-menu .col-md-3 {
    width: 24.5%;
  }
  .nav .dropdown.dropdown-one-col {
    position: relative;
  }
  .nav .dropdown.dropdown-one-col .dropdown-menu {
    width: 304px;
  }
  .nav .dropdown.dropdown-two-col {
    position: relative;
  }
  .nav .dropdown.dropdown-two-col .dropdown-menu {
    width: 609px;
  }
  .nav .dropdown.dropdown-two-col .dropdown-menu.popup-center {
    margin-left: -252px;
  }
  .nav .dropdown.dropdown-two-col .dropdown-menu.popup-left {
    margin-left: -502px;
  }
  .nav .dropdown.dropdown-three-col {
    position: relative;
  }
  .nav .dropdown.dropdown-three-col .dropdown-menu {
    width: 658px;
  }
  .nav .dropdown.dropdown-three-col .dropdown-menu.popup-center {
    margin-left: -352px;
  }
  .nav .dropdown.dropdown-three-col .dropdown-menu.popup-left {
    margin-left: -703px;
  }
}
@media (min-width: 1025px) and (min-width: 992px) {
  .nav .dropdown .dropdown-menu {
    width: 992px;
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  .nav .dropdown .dropdown-menu {
    width: 1200px;
  }
}
@media (min-width: 1025px) and (min-width: 1770px) {
  .nav .dropdown .dropdown-menu {
    width: 1770px;
  }
}
/* /nav */
@media (max-width: 1024px) {
  .visible-mobile-menu-on {
    display: block;
  }
  .nav-menu-wrapper {
    display: block;
  }
  .visible-mobile-menu-off {
    display: none;
  }
  .dropdown {
    position: static;
    display: inline;
    padding: 0 20px 0 0;
    font-weight: 300;
  }
  .dropdown .caret {
    margin-left: 10px;
    color: #777777;
  }
  .dropdown.text-right {
    padding: 0 0 0 20px;
  }
  .dropdown > a {
    position: relative;
    text-decoration: none;
  }
  .dropdown > a:hover {
    text-decoration: none;
  }
  .dropdown > a:hover .icon {
    color: #1fc0a0;
  }
  .dropdown > a .icon {
    font-size: 1.9375em;
    color: #777777;
    position: relative;
  }
  .dropdown .dropdown-menu__close a {
    display: block;
    text-align: center;
    color: #1fc0a0 !important;
    text-transform: uppercase;
    font-size: 0.8175em;
  }
  .dropdown .dropdown-menu__close a .icon {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
    font-size: 1.5385em;
    color: #fff;
  }
  .dropdown .dropdown-menu--xs-full {
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #333333;
  }
  .dropdown .dropdown-menu--xs-full a:not(.btn) {
    padding: 10px 15px;
    color: #999999;
    border-top: 1px solid #777777;
  }
  .dropdown .dropdown-menu--xs-full a:not(.btn):hover {
    color: #ffffff;
    background-color: #171717;
  }
  .dropdown .dropdown-menu--xs-full a:not(.btn) .icon {
    font-size: 1.125em;
    color: #1fc0a0;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    padding: 0 10px 0 2px;
  }
}
.dropdown-toggle {
  cursor: pointer;
}
.dropdown.text-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown-label {
  display: inline-block;
  padding: 0 10px 0 0;
}
/*=== desktop-menu ===*/
@media (min-width: 1025px) {
  .toggle-nav-btn,
  .category-menu-close {
    display: none;
  }
  /* Megamenu styles */
  header .mainMenu {
    padding-top: 6px;
  }
  header .mainMenu .navbar-nav {
    position: relative;
  }
  header .mainMenu .navbar-nav > li.simple_menu_item:hover > ul {
    display: block;
  }
  header .mainMenu .navbar-nav > li.simple_menu_item li:hover > ul {
    display: block;
  }
  header .mainMenu .navbar-nav > li.simple_menu_item ul {
    position: absolute;
    text-align: left;
    z-index: 100;
    display: none;
    left: 100% !important;
    top: 0 !important;
    padding: 0;
    min-width: 230px;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }
  header .mainMenu .navbar-nav > li.simple_menu_item ul li {
    position: relative;
  }
  header .mainMenu .navbar-nav > li.simple_menu_item ul li a {
    display: block;
    color: #777777;
    font-size: 1em;
    line-height: 1em;
    padding: 16px 15px 17px;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 300;
  }
  header .mainMenu .navbar-nav > li.simple_menu_item ul li a:hover {
    background-color: #f7f7f7;
    color: #333333;
  }
  header .mainMenu .navbar-nav > li.simple_menu_item ul li a .icon {
    font-size: 1.125em;
    color: #1fc0a0;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    padding: 0 12px 0 2px;
  }
  header .mainMenu .navbar-nav > li.simple_menu_item ul li:last-child > a {
    border: 0;
  }
  header .mainMenu .navbar-nav > li.simple_menu_item ul li a:not(:only-child):after {
    font-family: "Material Icons";
    speak: none;
    content: "\e5cc";
    position: relative;
    display: inline-block;
    right: 0;
    float: right;
    color: #1fc0a0;
    -webkit-font-smoothing: antialiased;
  }
  header .mainMenu .navbar-nav > li.simple_menu_item > ul {
    left: 0 !important;
    top: 50px !important;
  }
  header .mainMenu .navbar-nav > li {
    padding: 0 0 0.8em 0 !important;
  }
  header .mainMenu .navbar-nav > li > a {
    padding-left: 0.9em;
    padding-right: 0.9em;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #333333;
    background-color: transparent;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    top: 0;
    -moz-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    -webkit-transition: top 0.3s ease;
  }
  header .mainMenu .navbar-nav > li > a .act-underline {
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 5px;
    position: relative;
  }
  header .mainMenu .navbar-nav > li > a .act-underline:before {
    content: "";
    position: absolute;
    bottom: 0px;
    display: block;
    background-color: #1fc0a0;
    height: 0.28em;
    width: 100%;
    left: 0;
    opacity: 0;
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    -webkit-transition: all 0.12s linear;
  }
  header .mainMenu .navbar-nav > li > a:hover,
  header .mainMenu .navbar-nav > li > a:focus,
  .open header .mainMenu .navbar-nav > li > a {
    background-color: transparent;
  }
  header .mainMenu .navbar-nav > li > a:hover .act-underline:before,
  header .mainMenu .navbar-nav > li > a:focus .act-underline:before,
  header .mainMenu .navbar-nav > li > a .open .act-underline:before {
    opacity: 1;
  }
  header .mainMenu .navbar-nav > li:nth-child(1) > a {
    padding-left: 0;
  }
  header .mainMenu .navbar-nav > li:last-child > a {
    padding-right: 0;
  }
  header .mainMenu .navbar-nav > li > a:hover {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    top: -0.2em;
    -moz-transition: top 0.1s linear;
    -o-transition: top 0.1s linear;
    -webkit-transition: top 0.1s linear;
  }
  /* Default menu styles */
  header .navigation-menu {
    padding-top: 8px;
  }
  header .navigation-menu .category-menu-list {
    padding: 0;
    margin: 0;
    position: absolute;
  }
  header .navigation-menu .category-menu-list li:hover > ul {
    display: block;
  }
  header .navigation-menu > ul {
    position: relative;
  }
  header .navigation-menu > ul > li {
    padding: 0 0 0.8em 0;
    margin: 0;
    display: inline-block;
    position: relative;
  }
  header .navigation-menu > ul > li > a {
    display: block;
    position: relative;
    padding-bottom: 11.5px;
    padding-top: 11.5px;
    padding-left: 0.9em;
    padding-right: 0.9em;
    font-size: 1.125em;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #333333;
    background-color: transparent;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    top: 0;
    -moz-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    -webkit-transition: top 0.3s ease;
  }
  header .navigation-menu > ul > li > a span {
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 5px;
    position: relative;
  }
  header .navigation-menu > ul > li > a span:before {
    content: "";
    position: absolute;
    bottom: 0px;
    display: block;
    background-color: #1fc0a0;
    height: 0.28em;
    width: 100%;
    left: 0;
    opacity: 0;
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    -webkit-transition: all 0.12s linear;
  }
  header .navigation-menu > ul > li > a:hover,
  header .navigation-menu > ul > li > a:focus,
  .open header .navigation-menu > ul > li > a {
    background-color: transparent;
  }
  header .navigation-menu > ul > li > a:hover span:before,
  header .navigation-menu > ul > li > a:focus span:before,
  header .navigation-menu > ul > li > a .open span:before {
    opacity: 1;
  }
  header .navigation-menu > ul > li > a:hover {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    top: -0.2em;
    -moz-transition: top 0.1s linear;
    -o-transition: top 0.1s linear;
    -webkit-transition: top 0.1s linear;
  }
  header .navigation-menu > ul > li ul {
    position: absolute;
    z-index: 100;
    display: none;
    left: 100% !important;
    top: 0 !important;
    padding: 0;
    min-width: 300px;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }
  header .navigation-menu > ul > li ul li {
    position: relative;
  }
  header .navigation-menu > ul > li ul li a {
    display: block;
    color: #777777;
    font-size: 1em;
    line-height: 1em;
    padding: 16px 15px 17px;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 300;
  }
  header .navigation-menu > ul > li ul li a:hover {
    background-color: #f7f7f7;
    color: #333333;
  }
  header .navigation-menu > ul > li ul li a .icon {
    font-size: 1.125em;
    color: #1fc0a0;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    padding: 0 12px 0 2px;
  }
  header .navigation-menu > ul > li ul li:last-child > a {
    border: 0;
  }
  header .navigation-menu > ul > li ul li a:not(:only-child):after {
    font-family: "Material Icons";
    speak: none;
    content: "\e5cc";
    position: relative;
    display: inline-block;
    right: 0;
    float: right;
    color: #1fc0a0;
    -webkit-font-smoothing: antialiased;
  }
  header .navigation-menu > ul > li > ul {
    left: 0 !important;
    top: 50px !important;
  }
  header .navigation-menu > ul > li:nth-child(1) > a {
    padding-left: 0;
  }
  header .navigation-menu > ul > li:last-child > a {
    padding-right: 0;
  }
  .dl-close,
  .dl-back {
    display: none !important;
  }
}
@media (min-width: 1770px) {
  header .mainMenu .navbar-nav > li > a {
    font-size: 1.125em;
  }
}
@media (min-width: 1025px) {
  .navbar-vertical .mainMenu {
    padding-top: 20px;
  }
  .navbar-vertical .mainMenu .navbar-nav {
    position: relative;
  }
  .navbar-vertical .mainMenu .navbar-nav > li {
    padding: 0 0 0.8em 0 !important;
    margin-right: 1.8em !important;
  }
  .navbar-vertical .mainMenu .navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125em;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #333333;
    background-color: transparent;
    top: 0;
  }
  .navbar-vertical .mainMenu .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    display: block;
    background-color: #1fc0a0;
    height: 0.28em;
    width: 100%;
    opacity: 0;
  }
  .navbar-vertical .mainMenu .navbar-nav > li > a:hover,
  .navbar-vertical .mainMenu .navbar-nav > li > a:focus,
  .open .navbar-vertical .mainMenu .navbar-nav > li > a {
    background-color: transparent;
  }
  .navbar-vertical .mainMenu .navbar-nav > li > a:hover:before,
  .navbar-vertical .mainMenu .navbar-nav > li > a:focus:before,
  .open .navbar-vertical .mainMenu .navbar-nav > li > a:before {
    opacity: 1;
  }
  .dl-close,
  .dl-back {
    display: none !important;
  }
}
/* discolor-hover */
.discolor-hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
  /* IE 6-9 */
}
.discolor-hover:hover img {
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}
/* /discolor-hover */
/*=== megamenu ===*/
@media (min-width: 1025px) {
  .megamenu {
    width: 100%;
    max-width: 1170px;
    padding: 20px 25px 50px !important;
  }
  .megamenu.dropdown-menu {
    top: inherit;
    margin-top: 0 !important;
  }
  .megamenu > li {
    float: left;
  }
  .megamenu > li li {
    position: relative;
  }
  .megamenu > li li > ul {
    position: absolute;
    z-index: 100;
    display: none;
    left: 100%;
    top: 0;
    min-width: 200px;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }
  .megamenu > li li > a:not(:only-child):after {
    font-family: "Material Icons";
    speak: none;
    content: "\e5cc";
    position: relative;
    display: inline-block;
    right: 0;
    float: right;
    color: #1fc0a0;
    -webkit-font-smoothing: antialiased;
  }
  .megamenu > li li:hover > ul {
    display: block;
  }
  .megamenu > li li.sub-menu-popup-left > a:not(:only-child):after {
    content: "\e5cb";
  }
  .megamenu > li li.sub-menu-popup-left > ul {
    left: -200px !important;
  }
  .megamenu__submenu {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
  }
  .megamenu__submenu li a {
    display: block;
    color: #777777;
    font-size: 1em;
    line-height: 1em;
    padding: 16px 15px 17px;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 300;
  }
  .megamenu__submenu li a:hover {
    background-color: #f7f7f7;
    color: #333333;
  }
  .megamenu__submenu li a .icon {
    font-size: 1.125em;
    color: #1fc0a0;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    padding: 0 12px 0 2px;
  }
  .megamenu__submenu li:last-child a {
    border: 0;
  }
  .megamenu .megamenu__submenu--marked li > a:before {
    width: 25px;
    font-family: "Material Icons";
    speak: none;
    content: "\e5cc";
    position: relative;
    display: inline-block;
    float: left;
    color: #1fc0a0;
    -webkit-font-smoothing: antialiased;
  }
  .megamenu__subtitle {
    background-color: transparent !important;
    padding: 7px 0 0 !important;
    border-bottom: 0 !important;
    color: #333333 !important;
    margin-bottom: 7px;
  }
  .megamenu__subtitle span:first-child {
    display: block;
    font-size: 1em;
    line-height: 1em;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 0.5em 0 0.9em 0 !important;
    border-bottom: 2px solid #1fc0a0 !important;
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
  }
  .megamenu__subtitle:hover span:first-child {
    color: #1fc0a0;
  }
  .megamenu__category-image {
    display: block;
    margin: 21px 0 0;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition:  opacity 300ms linear 0s;
    -moz-transition:  opacity 300ms linear 0s;
    -ms-transition:  opacity 300ms linear 0s;
    -o-transition:  opacity 300ms linear 0s;
    transition:  opacity 300ms linear 0s;
  }
  .megamenu__category-image:hover {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
  }
  .megamenu .carousel-products {
    margin-top: 25px;
  }
}
.image-links > [class*="col-"] {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.image-link {
  display: block;
  text-align: center;
}
.image-link > a {
  text-decoration: none;
  display: block;
  padding: 20px 0 20px;
}
.image-link .figure {
  display: block;
  position: relative;
  text-align: center;
}
.image-link .btn {
  position: absolute;
  display: block;
  opacity: 0;
  width: 50%;
  left: 25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition:  opacity 200ms linear 0s;
  -moz-transition:  opacity 200ms linear 0s;
  -ms-transition:  opacity 200ms linear 0s;
  -o-transition:  opacity 200ms linear 0s;
  transition:  opacity 200ms linear 0s;
}
.image-link:hover .btn {
  opacity: 1;
}
.image-link:hover img {
  opacity: 0.5;
}
.image-link:hover .figcaption {
  color: #1fc0a0;
}
.image-link img {
  display: inline-block;
  background-color: #ffffff;
  -webkit-transition:  all 200ms linear 0s;
  -moz-transition:  all 200ms linear 0s;
  -ms-transition:  all 200ms linear 0s;
  -o-transition:  all 200ms linear 0s;
  transition:  all 200ms linear 0s;
}
.image-link .figcaption {
  display: block;
  margin: 20px 0 10px;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
}
@media (min-width: 1025px) {
  .image-links .col-one-fifth {
    width: 18.3%;
    float: left;
    margin-left: 2.125%;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .image-links .col-one-fifth:nth-child(5n+2) {
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .image-links .col-one-third {
    width: 33.333%;
    float: left;
    margin-top: 27px;
  }
}
@media (min-width: 1025px) {
  .image-links .col-one-third {
    width: 23%;
    float: left;
    margin-right: 0;
  }
  .image-links .col-one-third:nth-child(3n+2) {
    margin-left: 15.5%;
  }
}
@media (min-width: 1025px) {
  .image-links .col-half {
    width: 35%;
    float: left;
    margin-right: 0;
  }
  .image-links .col-half.col-half-left {
    margin: 0 5% 0 10%;
  }
  .image-links .col-half.col-half-right {
    margin: 0 10% 0 5%;
  }
}
@media (min-width: 1025px) {
  .image-links .col-half {
    width: 40%;
    float: left;
  }
  .image-links .col-half.col-half-left {
    margin: 0 0 0 10%;
  }
  .image-links .col-half.col-half-right {
    margin: 0 10% 0 0;
  }
}
@media (min-width: 1025px) {
  .image-links .col-one-fourth {
    width: 33.333%;
    float: left;
    margin-top: 27px;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .image-links .col-one-fourth {
    width: 23%;
    float: left;
  }
  .image-links .col-one-fourth:nth-child(4n+2) {
    margin-left: 5%;
  }
}
.image-links-prototypes .image-link > a {
  margin-bottom: 10px;
}
.image-links-prototypes .image-link .figcaption {
  font-size: 45px;
  letter-spacing: 0;
  color: #333333;
  margin: 25px 0 12px;
}
.image-links-prototypes .image-link .figcaption .size1 {
  font-size: 16px;
  font-weight: 500;
}
.image-links-prototypes .image-link img {
  opacity: 0.5;
  max-width: 100%;
}
.image-links-prototypes .image-link:hover img {
  opacity: 1;
}
.image-links-prototypes .image-link:hover .figcaption {
  color: #1fc0a0;
}
.image-links-listing {
  padding-bottom: 50px !important;
}
.image-links-listing .image-link > a {
  margin-bottom: 8px;
}
.image-links-listing .image-link .figcaption {
  color: #333333;
  margin: 25px 0 0;
}
.image-links-listing .image-link img {
  opacity: 0.5;
}
.image-links-listing .image-link:hover img {
  opacity: 1;
}
.image-links-listing .image-link:hover .figcaption {
  color: #1fc0a0;
}
/*=== mobile-menu ===*/
@media (max-width: 1024px) {
  .navbar-toggle {
    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    width: 110px;
    text-transform: uppercase;
  }
  .toggle-nav-btn {
    float: left;
    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    padding: 0 0 0 40px;
    margin: 14px 0 0 17px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
  }
  .toggle-nav-btn strong {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 0;
    line-height: 0;
  }
  .toggle-nav-btn strong span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 0 4px 0;
    background: #fff;
  }
  .nav-menu-wrapper {
    height: 50px;
  }
  .overlay_menu {
    opacity: 0;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.55);
    -webkit-transition:  opacity 300ms ease 0s;
    -moz-transition:  opacity 300ms ease 0s;
    -ms-transition:  opacity 300ms ease 0s;
    -o-transition:  opacity 300ms ease 0s;
    transition:  opacity 300ms ease 0s;
  }
  .category-menu-open {
    height: 100%;
    width: 100%;
  }
  .category-menu-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .category-menu-open .overlay_menu {
    bottom: 0;
    opacity: 1;
  }
  .category-menu-scroll {
    position: absolute;
    text-align: left;
    z-index: 10000;
    left: -340px;
    top: 0;
    width: 300px;
    background: #fff;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.2);
  }
  .category-menu-close {
    background: #fff;
    height: 46px;
    text-align: right;
  }
  .category-menu-close a {
    font-size: 22px;
    line-height: 20px;
    display: inline-block;
    padding: 11px 13px;
    color: #333333;
    text-decoration: none;
  }
  .category-menu-close a:hover {
    color: #1fc0a0;
    text-decoration: none;
  }
  .navigation-menu {
    overflow: scroll;
  }
  .navigation-menu ul,
  .navigation-menu li {
    padding: 0;
    margin: 0;
  }
  .navigation-menu ul.category-menu-list {
    left: auto !important;
    top: auto !important;
  }
  .navigation-menu ul.category-menu-list li {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    background: #fff;
  }
  .navigation-menu ul.category-menu-list li a {
    color: #333333;
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 20px 13px 20px;
    display: block;
  }
  .navigation-menu ul.category-menu-list li.parent a {
    padding-right: 60px;
  }
  .navigation-menu ul.category-menu-list li.level1 a {
    padding-left: 33px;
  }
  .navigation-menu ul.category-menu-list li.level2 a {
    padding-left: 43px;
  }
  .navigation-menu ul.category-menu-list li.level3 a {
    padding-left: 53px;
  }
  .navigation-menu ul.category-menu-list li.level4 a {
    padding-left: 63px;
  }
  .navigation-menu ul.category-menu-list li strong {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    width: 50px;
    text-align: center;
    cursor: pointer;
  }
  .navigation-menu ul.category-menu-list li strong:before {
    font-family: 'Material Icons';
    font-size: 22px;
    content: "\e409";
    line-height: 46px;
    color: #1fc0a0;
  }
  .navigation-menu ul.category-menu-list li strong.opened:before {
    content: "\e5cf";
  }
  .navigation-menu ul.category-menu-list li.has-active {
    background: #f7f7f7;
  }
  .navigation-menu ul.category-menu-list li.active {
    background: #f7f7f7;
  }
  .navigation-menu ul.category-menu-list li.active > a {
    color: #1fc0a0;
  }
  .navigation-menu ul.category-menu-list li ul {
    border-top: 1px solid #e5e5e5;
    display: none;
  }
  .navigation-menu ul.category-menu-list li ul li.last {
    border-bottom: 0;
  }
  .menu-text {
    left: 48px;
    position: absolute;
    top: 5px;
    color: #ffffff;
  }
  .navbar {
    position: static !important;
  }
  .responsive-menu {
    margin: 1px auto;
    text-align: center;
  }
  .responsive-menu .hidden-xs {
    display: none;
  }
  .responsive-menu > ul {
    position: fixed;
    display: none;
    margin: 0;
    padding: 0;
    background: #fff;
    list-style: none;
    z-index: 10000;
    top: 0;
    left: -100%;
    height: 100%;
    text-align: left;
    -webkit-transition:  left 300ms linear 0s;
    -moz-transition:  left 300ms linear 0s;
    -ms-transition:  left 300ms linear 0s;
    -o-transition:  left 300ms linear 0s;
    transition:  left 300ms linear 0s;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
  }
  .responsive-menu > ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .responsive-menu > ul li {
    float: left;
    border-top: 1px solid #e5e5e5;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .responsive-menu > ul li.dropdown {
    padding: 0 !important;
  }
  .responsive-menu > ul li:first-child,
  .responsive-menu > ul li.open {
    border-top: 0 !important;
  }
  .responsive-menu > ul li a {
    color: #333333;
    font-size: 18px !important;
    line-height: 1em !important;
    font-weight: 600 !important;
    display: block;
    padding: 15px 18px !important;
    text-decoration: none;
    text-transform: uppercase;
  }
  .responsive-menu > ul li a:hover {
    color: #1fc0a0;
    background-color: #f7f7f7;
  }
  .responsive-menu > ul li .image-link a {
    margin: 0;
  }
  .responsive-menu > ul li.dl-back a,
  .responsive-menu > ul li.dl-close a {
    font-size: 0.8125em !important;
    color: #1fc0a0;
  }
  .responsive-menu > ul li.dl-back a .icon,
  .responsive-menu > ul li.dl-close a .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.7692em;
    color: #333333;
  }
  .responsive-menu > ul ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
    border: 0;
  }
  .responsive-menu > ul ul li {
    position: relative;
  }
  .responsive-menu li > a:not(:only-child):after {
    font-family: "Material Icons";
    speak: none;
    content: "\e5cc";
    position: relative;
    display: inline-block;
    right: 0;
    float: right;
    color: #1fc0a0;
    -webkit-font-smoothing: antialiased;
  }
  .responsive-menu-toggled {
    width: 50px;
    min-height: 50px;
    display: none;
  }
  .responsive-menu-open ~ ul {
    left: 0;
    -webkit-transition:  left 300ms linear 0s;
    -moz-transition:  left 300ms linear 0s;
    -ms-transition:  left 300ms linear 0s;
    -o-transition:  left 300ms linear 0s;
    transition:  left 300ms linear 0s;
  }
  .responsive-menu-dropdown:not(.hidden-xs) {
    display: block !important;
  }
  .responsive-menu-mobile {
    width: 85%;
    max-width: 300px;
  }
  html:not(.touch) .responsive-menu-mobile .responsive-menu-dropdown:hover ~ ul,
  html:not(.touch) .responsive-menu-mobile .responsive-menu-dropdown:hover > ul,
  html:not(.touch) .responsive-menu-mobile .responsive-menu-dropdown:hover + ul {
    display: none !important;
  }
  .responsive-menu-mobile li {
    width: 100%;
  }
  .responsive-menu-mobile .dl-submenu {
    position: relative;
    left: 0px;
    top: -1px;
    width: 100%;
  }
  .responsive-menu-mobile .dl-back {
    display: block;
  }
  .dl-subview {
    display: block !important;
  }
  .dl-subover-hidden {
    display: none !important;
  }
  .dl-subover-visible {
    display: block;
  }
  .dl-subover-visible .dl-subover-header {
    display: none !important;
  }
}
/*=== multicolumn menu ===*/
@media (min-width: 1025px) {
  .multicolumn {
    padding: 20px 25px !important;
    min-width: 605px;
  }
  .multicolumn li {
    display: inline-block;
    float: left;
    min-width: 250px;
    width: 100%;
  }
  .multicolumn li a {
    margin: 0 15px;
    padding: 16px 7px 17px !important;
  }
  .multicolumn.two-col li {
    width: 50%;
  }
  .multicolumn.one-col {
    min-width: 250px;
  }
  .multicolumn.three-col {
    min-width: 810px;
  }
  .multicolumn.three-col li {
    width: 33.333%;
  }
  .multicolumn.four-col {
    min-width: 1060px;
  }
  .multicolumn.four-col li {
    width: 25%;
  }
  .multicolumn.five-col {
    min-width: 1310px;
  }
  .multicolumn.five-col li {
    width: 20%;
  }
  .multicolumn.six-col {
    min-width: 1560px;
  }
  .multicolumn.six-col li {
    width: 16.666%;
  }
}
/*============== dropdown-menu-right ==============*/
.dropdown-menu-right {
  left: 0 !important;
  right: auto !important;
}
/*============== /dropdown-menu-right ==============*/
@media (min-width: 1025px) {
  .navbar.navbar-vertical .mainMenu {
    padding-top: 0;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav {
    float: none;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li {
    float: none !important;
    width: 100%;
    padding: 0 !important;
    top: 0px !important;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li > a {
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    line-height: 1em;
    padding: 19px 92px 21px 20px;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li > a:after {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    color: #1fc0a0;
    content: "\e409";
    position: absolute;
    right: 21px;
    top: 50%;
    margin: -9px 0 0 0;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li > a .icon {
    font-size: 23px;
    color: #1fc0a0;
    margin-left: 11px;
    top: 1px;
    position: relative;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li > a .badge {
    top: 50%;
    right: 55px;
    left: auto;
    margin: -8px 0 0 0;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li > a .badge:after {
    display: none;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li > a:before {
    display: none;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li > a:hover {
    -webkit-transform: translate3d(0, 0.9em, 0);
    transform: translate3d(0, 0em, 0);
    background-color: #f7f7f7;
    color: #1fc0a0;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: 230px;
    top: 0;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #1fc0a0;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li.simple_menu_item {
    position: relative;
    /*& > ul {
        left: 0 !important;
        top: 50px !important;
      }*/
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li.simple_menu_item:hover > ul {
    display: block;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li.simple_menu_item li:hover > ul {
    display: block;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li.simple_menu_item ul {
    position: absolute;
    text-align: left;
    z-index: 100;
    display: none;
    left: 100% !important;
    top: 0 !important;
    padding: 0;
    min-width: 230px;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li.simple_menu_item ul li {
    position: relative;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li.simple_menu_item ul li a {
    display: block;
    color: #777777;
    font-size: 1em;
    line-height: 1em;
    padding: 16px 15px 17px;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 300;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li.simple_menu_item ul li a:hover {
    background-color: #f7f7f7;
    color: #333333;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li.simple_menu_item ul li a .icon {
    font-size: 1.125em;
    color: #1fc0a0;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    padding: 0 12px 0 2px;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li.simple_menu_item ul li:last-child > a {
    border: 0;
  }
  .navbar.navbar-vertical .mainMenu .navbar-nav > li.simple_menu_item ul li a:not(:only-child):after {
    font-family: "Material Icons";
    speak: none;
    content: "\e5cc";
    position: relative;
    display: inline-block;
    right: 0;
    float: right;
    color: #1fc0a0;
    -webkit-font-smoothing: antialiased;
  }
  body.cms-index-index .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: 263px;
  }
  body.page-layout-2columns-right .navbar.navbar-vertical .mainMenu .navbar-nav > li {
    position: relative;
  }
  body.page-layout-2columns-right .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: auto;
    right: 230px;
  }
  body.page-layout-2columns-right .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu:before {
    right: 0;
    left: auto;
  }
  body.page-layout-2columns-right .navbar.navbar-vertical .mainMenu .navbar-nav > li.simple_menu_item ul {
    left: auto !important;
    right: 100% !important;
  }
  body.page-layout-2columns-right-wide .navbar.navbar-vertical .mainMenu .navbar-nav > li {
    position: relative;
  }
  body.page-layout-2columns-right-wide .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: auto;
    right: 526px;
  }
  body.page-layout-2columns-right-wide .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu:before {
    right: 0;
    left: auto;
  }
  body.page-layout-2columns-right-wide .navbar.navbar-vertical .mainMenu .navbar-nav > li.simple_menu_item ul {
    left: auto !important;
    right: 100% !important;
  }
}
@media (min-width: 1025px) and (max-width: 767px) {
  .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: 270px;
  }
}
@media (min-width: 1025px) and (min-width: 768px) {
  .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: 270px;
  }
}
@media (min-width: 1025px) and (min-width: 992px) {
  .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: 269px;
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: 236px;
  }
}
@media (min-width: 1025px) and (min-width: 1770px) {
  .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: 230px;
  }
}
@media (min-width: 1025px) and (max-width: 767px) {
  .navbar.navbar-vertical .mainMenu .megamenu {
    width: 666px;
  }
}
@media (min-width: 1025px) and (min-width: 768px) {
  .navbar.navbar-vertical .mainMenu .megamenu {
    width: 666px;
  }
}
@media (min-width: 1025px) and (min-width: 992px) {
  .navbar.navbar-vertical .mainMenu .megamenu {
    width: 666px;
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  .navbar.navbar-vertical .mainMenu .megamenu {
    width: 900px;
  }
}
@media (min-width: 1025px) and (min-width: 1770px) {
  .navbar.navbar-vertical .mainMenu .megamenu {
    width: 1170px;
  }
}
@media (min-width: 1025px) and (max-width: 767px) {
  body.cms-index-index .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: 270px;
  }
}
@media (min-width: 1025px) and (min-width: 768px) {
  body.cms-index-index .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: 270px;
  }
}
@media (min-width: 1025px) and (min-width: 992px) {
  body.cms-index-index .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: 300px;
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  body.cms-index-index .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: 267px;
  }
}
@media (min-width: 1025px) and (min-width: 1770px) {
  body.cms-index-index .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: 263px;
  }
}
@media (min-width: 1025px) and (max-width: 767px) {
  body.page-layout-2columns-right .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: auto;
    right: 270px;
  }
}
@media (min-width: 1025px) and (min-width: 768px) {
  body.page-layout-2columns-right .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: auto;
    right: 270px;
  }
}
@media (min-width: 1025px) and (min-width: 992px) {
  body.page-layout-2columns-right .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: auto;
    right: 300px;
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  body.page-layout-2columns-right .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: auto;
    right: 236px;
  }
}
@media (min-width: 1025px) and (min-width: 1770px) {
  body.page-layout-2columns-right .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: auto;
    right: 230px;
  }
}
@media (min-width: 1025px) and (max-width: 767px) {
  body.page-layout-2columns-right-wide .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: auto;
    right: 270px;
  }
}
@media (min-width: 1025px) and (min-width: 768px) {
  body.page-layout-2columns-right-wide .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: auto;
    right: 270px;
  }
}
@media (min-width: 1025px) and (min-width: 992px) {
  body.page-layout-2columns-right-wide .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: auto;
    right: 0px;
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  body.page-layout-2columns-right-wide .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: auto;
    right: 336px;
  }
}
@media (min-width: 1025px) and (min-width: 1770px) {
  body.page-layout-2columns-right-wide .navbar.navbar-vertical .mainMenu .navbar-nav > li:hover .dropdown-menu {
    left: auto;
    right: 526px;
  }
}
/* navbar-color-white
==================================== */
@media (min-width: 1025px) {
  .navbar-color-white .mainMenu .navbar-nav > li > a {
    color: #ffffff;
  }
}
.navbar-color-white .badge--menu {
  background-color: #777777;
}
.navbar-color-white .badge--color {
  background-color: #1fc0a0;
}
/* /navbar-color-white
==================================== */
@media (min-width: 1025px) {
  header .navbar .dropdown {
    display: inline-block;
  }
  header .navbar .megamenu__submenu.dl-submenu,
  header .navbar .dropdown-one-col {
    -o-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
  }
  .megamenu > li:hover .megamenu__subtitle span {
    color: #1fc0a0;
  }
  .megamenu > li li li {
    -o-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  .megamenu > li li ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
    -o-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  .megamenu > li li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  .megamenu > li li:hover ul ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
    -o-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  .megamenu > li li:hover ul ul li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  .megamenu > li li li ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
    -o-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  .megamenu > li li li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  .megamenu_right_html {
    padding-bottom: 50px;
  }
  .megamenu_btm_html {
    clear: both;
  }
}
@media screen and (max-height: 768px) {
  .no-touch #header .navbar .dropdown-menu {
    max-height: 520px;
    overflow: auto;
  }
}
@media screen and (max-height: 670px) {
  .no-touch #header .navbar .dropdown-menu {
    max-height: 420px;
    overflow: auto;
  }
}
@media (min-width: 1025px) {
  .navbar-nav > li > .extra-arrow {
    display: none;
  }
}
@media (max-width: 1024px) {
  .navbar-nav > li > .extra-arrow {
    position: absolute !important;
    width: 15%;
    right: 0;
    height: 100%;
    z-index: 7;
    border: 1px solid green;
    font-family: none;
    font-size: 0;
    line-height: 0;
    background: transparent !important;
  }
  .navbar-nav > li > .extra-arrow:after {
    display: none;
  }
}
/* mobile menu
==================================== */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  -webkit-overflow-scrolling: touch;
  overflow: hidden !important;
}
#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;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.55);
}
#colorbox {
  outline: 0;
}
#cboxContent {
  background: #000;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  border: none;
  background: #fff;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}
/*        #cboxLoadingGraphic{background:url(../../frontend/Heritage/yourstore_child/en_US/css/images/loading.gif) no-repeat center center;}
*/
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious,
#cboxNext {
  opacity: 0;
  position: absolute;
  height: 54px;
  width: 54px;
  cursor: pointer;
  background: none;
  color: transparent;
  text-align: center;
  border: 2px solid #3a3a3a;
  outline: none;
  margin-top: -28px;
  top: 50%;
  text-indent: -9999px;
}
#colorbox:hover #cboxPrevious,
#colorbox:hover #cboxNext,
#colorbox:hover #cboxClose {
  opacity: 1;
}
#cboxPrevious {
  left: 5px;
}
#cboxNext {
  right: 5px;
}
#cboxPrevious:before,
#cboxNext:before {
  display: block;
  position: relative;
  font-size: 14px !important;
  line-height: 50px !important;
  color: #3a3a3a;
  margin: 0 0 0 -2px;
  text-indent: 0;
}
#cboxNext:before {
  margin: 0 0 0 2px;
}
#cboxClose {
  position: absolute;
  top: 8px;
  right: 15px;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  outline: none;
}
.touch #cboxClose {
  opacity: 1 !important;
}
#cboxClose:before {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: 0;
  font-family: 'Material Icons';
  content: "\e14c";
  font-size: 23px !important;
}
.canvas-menu #cboxClose:before {
  color: #333333;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.canvas-menu #cboxClose:hover:before {
  color: #1fc0a0;
}
.canvas-menu #cboxLoadedContent {
  background: #242424;
}
.gallery-popup #cboxClose:before {
  font-size: 20px !important;
}
@media (max-width: 1024px) {
  /* off canvas menu */
  #outer {
    overflow: hidden;
  }
  #outer-canvas,
  #off-canvas-menu {
    width: 100%;
  }
  body.off-canvas-menu-open #outer-canvas {
    margin-left: 0;
    overflow: hidden;
    position: relative;
  }
  body.off-canvas-menu-open.notouch #outer-canvas {
    margin-left: 300px;
  }
  #off-canvas-menu-toggle {
    display: block;
  }
  #off-canvas-menu {
    background: #ffffff;
    display: block;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 10001;
    overflow: auto;
  }
  #off-canvas-menu .expander-list {
    border-top: 1px solid #e5e5e5 !important;
    list-style-type: none;
    padding: 49px 0 0 0;
  }
  #off-canvas-menu .expander-list ul {
    margin: 0px;
  }
  #off-canvas-menu .expander-list .expander {
    font-size: 0px;
    margin-top: 0px;
    right: 0px;
  }
  #off-canvas-menu .expander-list .name {
    padding: 0px;
    color: #333333;
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 500;
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
  }
  #off-canvas-menu .expander-list .name.open,
  #off-canvas-menu .expander-list .name:hover {
    background: #f7f7f7;
  }
  #off-canvas-menu ul li span.icon {
    font-size: 18px;
    line-height: 22px;
    padding: 0 10px 0 0;
  }
  #off-canvas-menu ul li li li {
    padding-left: 15px;
  }
  #off-canvas-menu ul li .name a {
    color: #333333;
    font-size: 18px;
    line-height: 1.1em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 0 13px 20px;
    display: inline-block;
  }
  #off-canvas-menu ul li .name.open a {
    color: #1fc0a0;
  }
  #off-canvas-menu ul li .name a {
    display: inline-block;
    width: 80%;
  }
  #off-canvas-menu ul li .name .expander {
    width: 20% !important;
    float: right;
    cursor: pointer;
    padding: 2px 15px 0 0;
  }
  #off-canvas-menu-close {
    background: transparent;
    display: none;
    right: 15px;
    top: 0px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    z-index: 2;
    color: #fff;
    cursor: pointer;
  }
  #off-canvas-menu-close [class^="icon-"]:before,
  #off-canvas-menu-close [class*=" icon-"]:before {
    margin: 0;
    width: auto;
    line-height: 53px;
  }
  body.off-canvas-menu-open #off-canvas-menu-close {
    display: block;
  }
  body.off-canvas-menu-open #off-canvas-menu {
    display: block;
    left: 0;
  }
  body.off-canvas-menu-open #outer-overlay {
    background: none repeat scroll 0 0 #000;
    display: block;
    height: 100%;
    left: 0;
    min-height: 100% !important;
    opacity: .5;
    position: absolute !important;
    top: 0;
    width: 100% !important;
    z-index: 10000;
  }
  #outer-overlay {
    opacity: 0;
    z-index: 0;
  }
  /* expander list */
  .expander-list,
  .expander-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .responsive-menu ul li {
    border-bottom: 1px solid #e5e5e5;
  }
  #off-canvas-menu > ul ul li {
    border-bottom: 1px solid #e5e5e5;
  }
  #off-canvas-menu ul ul ul li {
    border-bottom: 1px solid #e5e5e5;
  }
  #off-canvas-menu ul ul ul li:last-child {
    border-bottom: 1px solid transparent;
  }
  .expander-list li {
    margin: 0;
    padding: 0 !important;
  }
  .expander-list .name {
    display: block;
    padding: 0px 0 0px;
    border-bottom: 1px solid #e5e5e5;
  }
  .expander-list ul .name {
    padding-left: 21px;
  }
  .expander-list ul ul .name {
    padding-left: 42px;
  }
  .expand-nav {
    left: 0px;
    position: absolute;
    top: 0px;
  }
  .expand-nav a {
    text-decoration: none;
  }
  .expand-nav .nav-item > a {
    display: block;
    float: left;
    height: 53px;
    left: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 47px;
    z-index: 2;
  }
  .expand-nav .nav-item > a .icon {
    color: #3b3b3b;
    font-size: 24px;
    line-height: 50px;
    margin-top: 5px;
    position: relative;
  }
  /* bull */
  #off-canvas-menu .expander-list .name .expander:before {
    content: "\e409";
  }
  #off-canvas-menu .expander-list .name.open .expander:before {
    content: "\e5cf";
  }
  /* /bull */
  /* level - 2 */
  #off-canvas-menu > ul ul li {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  #off-canvas-menu > ul ul li:hover {
    background: #f7f7f7;
  }
  /* /level-2 */
  .image-links-prototypes .image-link a {
    color: #333333;
    font-size: 18px !important;
    line-height: 1em !important;
    font-weight: 600 !important;
    display: block;
    padding: 15px 18px !important;
    text-decoration: none;
    text-transform: uppercase;
  }
  .image-links-prototypes .image-link .figcaption {
    font-size: 45px;
    letter-spacing: 0;
    color: #333333;
    margin: 25px 0 12px;
  }
  .multicolumn li a {
    color: #333333;
    font-size: 18px !important;
    line-height: 1em !important;
    font-weight: 600 !important;
    display: block;
    padding: 15px 18px 15px 33px !important;
    text-decoration: none;
    text-transform: uppercase;
  }
  .multicolumn-level li a {
    color: #333333;
    font-size: 18px !important;
    line-height: 1em !important;
    font-weight: 600 !important;
    display: block;
    padding: 15px 18px 15px 33px !important;
    text-decoration: none;
    text-transform: uppercase;
  }
  .multicolumn-level .name {
    border-color: transparent;
  }
  .multicolumn-level .name.open {
    border-color: #e5e5e5;
  }
  .image-links-level-2 li {
    border: none;
  }
  .image-links-level-2 li a {
    padding: 15px 18px 15px 33px !important;
  }
  .image-links-level-3 li a {
    padding: 15px 18px 15px 43px !important;
  }
  .image-links-level-4 li a {
    padding: 15px 18px 15px 53px !important;
  }
  .image-links-level-5 li a {
    padding: 15px 18px 15px 63px !important;
  }
  .image-links-level-6 li a {
    padding: 15px 18px 15px 73px !important;
  }
  .image-links-level-7 li a {
    padding: 15px 18px 15px 83px !important;
  }
  /* badge */
  #off-canvas-menu .badge {
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
  }
  #off-canvas-menu .badge:after {
    display: none !important;
  }
  /* end badge */
}
/* end mobile menu
==================================== */
/****************************************
* end menu
*****************************************/
/****************************************
* search
*****************************************/
header .search a {
  display: inline-block;
  text-decoration: none;
  padding: 0;
}
header .search a:hover {
  text-decoration: none;
}
header .search a:hover .icon {
  color: #1fc0a0;
}
header .search a .icon {
  position: relative;
  font-size: 1.8125em;
  color: #333333;
  line-height: 32px;
  padding: 10px 0 6px;
  display: inline-block;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
header .search .nested {
  display: none;
}
@media (max-width: 1024px) {
  header .search a:hover .icon {
    color: #ffffff;
  }
  header .search a .icon {
    color: #ffffff;
  }
}
.search-dropdown {
  position: absolute;
  width: 100%;
  right: 0;
  z-index: 1;
  margin-top: -52px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
}
.search-dropdown.open {
  visibility: visible;
  opacity: 1;
}
.search-dropdown .input-outer {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding-right: 62px;
}
@media (max-width: 1024px) {
  .search-dropdown .input-outer {
    height: 55px;
  }
}
.search-dropdown .input-outer input {
  width: 100%;
  height: 51px;
  border: 1px solid #e5e5e5;
  padding: 14px 15px;
  line-height: 21px;
}
@media (max-width: 1024px) {
  .search-dropdown .input-outer input {
    height: 55px;
  }
}
.search-dropdown .input-outer button.icon-search {
  position: absolute;
  right: 65px;
  top: 0;
  border: none;
  background: none;
  font-size: 1.8em;
  padding: 13px 10px 7px;
  line-height: 1em;
}
.search-dropdown .input-outer button.icon-search:hover {
  color: #1fc0a0;
}
.search-dropdown .search__close {
  margin-right: 12px;
}
@media (max-width: 1024px) {
  .search.open {
    width: 100%;
  }
  .search.open .search-dropdown {
    width: 100%;
    display: block;
  }
  .search-dropdown {
    width: auto;
    right: -18px;
    margin-top: -55px;
    height: 55px;
    display: none;
  }
  .search-dropdown .input-outer {
    height: 55px;
  }
  .search-dropdown .input-outer input {
    height: 55px;
    margin-left: 15px;
  }
  .search-dropdown .search__close .icon {
    color: #333333;
  }
  .search-dropdown .search__close .icon:hover {
    color: #1fc0a0;
  }
}
/* search-outer
==================================== */
.search-outer .input-outer {
  position: relative;
}
.search-outer .input-outer input {
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  padding: 13px 15px 14px 20px;
  line-height: 21px;
  font-weight: 500;
  font-size: 18px;
}
.search-outer .input-outer input::-webkit-input-placeholder {
  color: #333333;
}
.search-outer .input-outer input::-moz-placeholder {
  font-size: 1em;
  color: #777777;
}
.search-outer .input-outer input::-moz-placeholder::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.search-outer .input-outer input::-moz-placeholder:-ms-input-placeholder {
  color: #999999;
}
.search-outer .input-outer input::-moz-placeholder::-webkit-input-placeholder {
  color: #999999;
}
.search-outer .input-outer input:-ms-input-placeholder {
  color: #333333;
}
.search-outer .input-outer input:-moz-placeholder {
  color: #333333;
}
.search-outer .input-outer button {
  position: absolute;
  right: 0px;
  top: 0;
  border: none;
  background: none;
  font-size: 1.8em;
  padding: 16px 17px 7px;
  line-height: 1em;
  color: #333333;
}
/* /search-outer
==================================== */
/****************************************
* end search
*****************************************/
/****************************************
* shopping cart
*****************************************/
.minicart-wrapper .dropdown > a {
  text-decoration: none;
  margin: 0;
}
@media (max-width: 1024px) {
  .minicart-wrapper .dropdown > a {
    margin: 0 -5px 0 0;
  }
}
.minicart-wrapper .dropdown > a:hover {
  text-decoration: none;
}
.minicart-wrapper .dropdown > a:hover .icon {
  color: #333333 !important;
}
.minicart-wrapper .dropdown > a .icon {
  font-size: 2.3125em !important;
  color: #1fc0a0 !important;
  position: relative;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.minicart-wrapper .subtitle.empty {
  font-size: 1.25em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 1024px) {
  .minicart-wrapper .subtitle.empty {
    display: block;
    font-size: 1em;
    line-height: 1;
    text-align: center;
  }
}
.minicart-wrapper .mage-dropdown-dialog {
  position: absolute;
}
@media (min-width: 1025px) {
  .minicart-wrapper .mage-dropdown-dialog {
    display: block !important;
  }
}
.minicart-wrapper.open .dropdown-menu {
  display: block;
}
.minicart-wrapper .dropdown-menu {
  width: 320px;
  padding: 20px 20px 30px;
}
@media (max-width: 1024px) {
  .minicart-wrapper .dropdown-menu {
    position: fixed;
    top: 0px;
    right: -45px !important;
    color: #ffffff;
    padding: 10px 0 45px;
  }
}
.minicart-wrapper .dropdown-menu .block-title {
  display: none;
}
.minicart-wrapper .dropdown-menu ul {
  margin: 0;
  padding: 0;
  height: auto !important;
  max-height: 234px;
  overflow: auto;
}
@media (max-width: 1024px) {
  .minicart-wrapper .dropdown-menu ul {
    max-height: 190px;
  }
}
.minicart-wrapper .dropdown-menu .container {
  position: relative;
  max-width: 100%;
}
.minicart-wrapper .dropdown-menu .cart__top {
  font-size: 1.25em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .minicart-wrapper .dropdown-menu .cart__top {
    font-size: 1.125em;
    font-weight: 500;
  }
}
.minicart-wrapper .dropdown-menu .cart__bottom {
  font-size: 1em;
  padding: 5px 0 0 0;
  position: relative;
}
.minicart-wrapper .dropdown-menu .cart__close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.minicart-wrapper .dropdown-menu .cart__close span {
  display: none;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
}
.minicart-wrapper .dropdown-menu .cart__close:hover {
  color: #1fc0a0;
}
@media (max-width: 1024px) {
  .minicart-wrapper .dropdown-menu .cart__close {
    right: 0;
    left: 0;
    top: auto;
    bottom: -42px;
    text-align: center;
    text-transform: uppercase;
  }
  .minicart-wrapper .dropdown-menu .cart__close span {
    display: inline-block;
    color: #1fc0a0;
    padding: 0 5px;
    vertical-align: text-top;
  }
}
.minicart-wrapper .dropdown-menu .cart__total {
  font-weight: 500;
  text-transform: uppercase;
}
.minicart-wrapper .dropdown-menu .cart__total .label_total_price {
  display: inline-block;
}
.minicart-wrapper .dropdown-menu .cart__total .price-container {
  display: inline-block;
  padding: 0 5px;
}
.minicart-wrapper .dropdown-menu .cart__total .price-container span.price {
  color: #1fc0a0;
}
.minicart-wrapper .dropdown-menu a:not(.btn) {
  border: none;
  padding: 0;
}
.minicart-wrapper .dropdown-menu a:not(.btn):hover {
  background-color: transparent;
}
@media (max-width: 1024px) {
  .minicart-wrapper .dropdown-menu .btn.btn--ys:not(.update-cart-item) {
    width: 100%;
    margin: 10px 0 0;
  }
  .minicart-wrapper .dropdown-menu .btn.btn--ys:not(.update-cart-item):hover,
  .minicart-wrapper .dropdown-menu .btn.btn--ys:not(.update-cart-item):focus {
    background-color: #ffffff;
    color: #333333;
  }
  .minicart-wrapper .dropdown-menu .btn.btn--ys:not(.update-cart-item):hover .icon,
  .minicart-wrapper .dropdown-menu .btn.btn--ys:not(.update-cart-item):focus .icon {
    color: #1fc0a0;
  }
}
.minicart-wrapper .dropdown-menu .cart__item {
  display: block;
  width: 100%;
  min-height: 92px;
  position: relative;
  margin: 10px 0 10px;
  padding: 0 0 15px 0;
  /*&:after {
				position: absolute;
				left: -20px;
				bottom: 0;
				width: calc(100% + 15px);
				content: '';
				height: 1px;
				background-color: #fff;
				opacity: 0.2;
			}*/
}
.minicart-wrapper .dropdown-menu .cart__item__image {
  position: absolute;
  top: 5px;
  left: 0;
  width: 71px;
  overflow: hidden;
}
.minicart-wrapper .dropdown-menu .cart__item__image .product-image-container {
  display: block;
}
.minicart-wrapper .dropdown-menu .cart__item__image img {
  width: 100%;
}
.minicart-wrapper .dropdown-menu .cart__item__image:hover {
  outline: 2px solid #1fc0a0;
}
.minicart-wrapper .dropdown-menu .cart__item__control {
  position: absolute;
  top: 0;
  right: 0;
}
.minicart-wrapper .dropdown-menu .cart__item__control div {
  display: inline-block;
}
.minicart-wrapper .dropdown-menu .cart__item__control a {
  display: inline-block;
  white-space: nowrap;
  font-size: 1.25em;
  overflow: hidden;
  max-width: 30px;
  transition: max-width 500ms ease-out;
}
@media (max-width: 1024px) {
  .minicart-wrapper .dropdown-menu .cart__item__control a {
    max-width: 30px !important;
    color: #1fc0a0 !important;
  }
}
.minicart-wrapper .dropdown-menu .cart__item__control a span {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  vertical-align: text-top;
  padding: 0 10px;
  color: #ffffff;
}
.minicart-wrapper .dropdown-menu .cart__item__control a:hover {
  max-width: 150px;
  color: #1fc0a0 !important;
  transition: max-width 500ms ease-out;
}
.minicart-wrapper .dropdown-menu .cart__item__info {
  margin: 0 0 0 90px;
}
.minicart-wrapper .dropdown-menu .cart__item__info .info-label {
  min-width: 50px;
  display: inline-block;
  margin-bottom: 7px;
}
@media (max-width: 1024px) {
  .minicart-wrapper .dropdown-menu .cart__item__info .info-label {
    min-width: 44px;
  }
}
.minicart-wrapper .dropdown-menu .cart__item__info .price-wrapper {
  display: inline-block;
}
.minicart-wrapper .dropdown-menu .cart__item__info__title h2 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.6875em;
  padding: 0 90px 10px 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .minicart-wrapper .dropdown-menu .cart__item__info__title h2 {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 300;
  }
}
.minicart-wrapper .dropdown-menu .cart__item__info__title h2 a:hover {
  color: #ffffff !important;
}
@media (max-width: 1024px) {
  .minicart-wrapper .dropdown-menu .cart__item__info__title h2 a {
    color: #1fc0a0 !important;
  }
}
@media (min-width: 1024px) {
  .minicart-wrapper .dropdown-menu .cart__item__info__title .title-center {
    display: table-cell;
    height: 75px;
    vertical-align: middle;
  }
}
.minicart-wrapper .dropdown-menu .cart__item__info__price span:not(.info-label) {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.minicart-wrapper .dropdown-menu .cart__item__info__qty input {
  width: 77px;
  text-align: center;
  background: transparent;
  border-color: #606060;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .minicart-wrapper .dropdown-menu .cart__item__info__qty input {
    background-color: transparent;
    width: 50px;
  }
}
@media (max-width: 1024px) {
  .minicart-wrapper .dropdown-menu .cart__item__info__qty .btn--ys,
  .minicart-wrapper .dropdown-menu .cart__item__info__qty .action.primary {
    padding: 10px;
  }
}
.minicart-wrapper .dropdown-menu .cart__item__info__details a {
  text-transform: uppercase;
  font-size: 0.8125em;
  color: #1fc0a0;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .minicart-wrapper .dropdown-menu .cart__item__info__details {
    display: none;
  }
}
@media (min-width: 1025px) {
  .minicart-wrapper .dropdown-menu.slide-from-top {
    position: fixed;
    top: -120%;
    left: 0;
    width: 100%;
    background-color: #333333;
    display: block;
    -webkit-transition:  top 600ms linear 0s;
    -moz-transition:  top 600ms linear 0s;
    -ms-transition:  top 600ms linear 0s;
    -o-transition:  top 600ms linear 0s;
    transition:  top 600ms linear 0s;
  }
  .minicart-wrapper .dropdown.active .dropdown-menu.slide-from-top {
    top: 0;
    -webkit-transition:  top 600ms linear 0s;
    -moz-transition:  top 600ms linear 0s;
    -ms-transition:  top 600ms linear 0s;
    -o-transition:  top 600ms linear 0s;
    transition:  top 600ms linear 0s;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__top {
    color: #fff;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item {
    margin: 6px 0 20px;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info__title {
    max-width: 500px;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info {
    margin: 0 0 0 100px;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .minicart-wrapper .dropdown-menu .cart__item {
    margin: 5px 0 10px;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info__title h2 {
    font-size: 1em;
    line-height: 1.6875em;
    padding: 22px 0 0 0;
    text-transform: uppercase;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info__title h2 a {
    color: #1fc0a0;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info__price {
    position: absolute;
    right: 320px;
    top: 0;
    padding: 38px 0 0;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info__qty {
    position: absolute;
    right: 545px;
    top: 0;
    padding: 30px 0 0;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info .info-label {
    color: #ffffff;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info__details a {
    color: #ffffff;
    opacity: 0.5;
    text-decoration: none;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item:after {
    display: none;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__bottom {
    border-top: 1px solid #606060;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .btn-checkout {
    float: right;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__total {
    position: absolute;
    padding: 4px 150px 0 0;
    right: 0;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__total .price-container {
    display: inline-block;
    padding: 0 5px;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__total .price-container span.price {
    font-size: 20px;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__edit,
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__delete {
    margin: 33px 0 0 0;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__edit .icon,
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__delete .icon {
    color: #1fc0a0;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info__title {
    max-width: 500px;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info__price {
    right: 180px;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info__qty {
    right: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info__title {
    max-width: 400px;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info__price {
    right: 180px;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info__qty {
    right: 340px;
  }
}
@media (min-width: 1025px) and (max-width: 991px) {
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info__title {
    max-width: 180px;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info__price {
    right: 170px;
  }
  .minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info__qty {
    right: 320px;
  }
}
/****************************************
* end shopping cart
*****************************************/
/****************************************
* banner
*****************************************/
.bg-none {
  background: none !important;
}
.banner {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .block-table {
  display: table;
  width: 100%;
  height: 100%;
}
.banner .block-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.banner .figure {
  display: block;
  background-color: #1fc0a0;
  overflow: hidden;
  height: 99%;
}
.banner .figure img {
  width: 101%;
  /* fix chrome image width bug */
  vertical-align: top;
  margin-bottom: -1px;
}
.banner .figcaption {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
  /* font-size */
  /* /font-size */
}
.banner .figcaption::before,
.banner .figcaption::after {
  pointer-events: none;
}
.banner .figcaption .banner__title {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  margin: 12px 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner .figcaption .banner__title {
    font-size: 1.8em;
  }
}
.banner .figcaption .size1 {
  font-size: 2.75em;
  line-height: 1.364em;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin: 0 0 0.55em;
  padding: 0;
}
@media (max-width: 1199px) {
  .banner .figcaption .size1 {
    font-size: 2.55em;
  }
}
@media (max-width: 767px) {
  .banner .figcaption .size1 {
    font-size: 2.35em;
  }
}
.banner .figcaption .size2 {
  font-size: 3.875em;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin: 0 0 0.2em;
  padding: 0;
}
@media (max-width: 1199px) {
  .banner .figcaption .size2 {
    font-size: 3.675em;
  }
}
@media (max-width: 767px) {
  .banner .figcaption .size2 {
    font-size: 3.475em;
  }
}
.banner .figcaption .size3,
.banner .figcaption .size3-1 {
  font-size: 5em;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin: 0 0 16px;
  padding: 0 5px;
  word-spacing: 0.1em;
}
.banner .figcaption .size3-1 {
  margin-top: 6px;
}
.banner .figcaption .size4 {
  font-size: 3.375em;
  line-height: 1.111em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: -4px 5px 20px;
}
.banner .figcaption .size5 {
  font-size: 3.125em;
  letter-spacing: 5px;
  font-weight: 600;
}
@media (max-width: 1770px) {
  .banner .figcaption .size5 {
    font-size: 2.5em;
    letter-spacing: 3px;
  }
}
.banner .figcaption .size6 {
  font-size: 2.375em;
  line-height: 1em;
  letter-spacing: 5px;
  font-weight: bold;
  margin: 0;
}
.banner .figcaption .size40 {
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: 0px;
  font-weight: 500;
  margin: 0 0 27px 0;
  font-family: Ubuntu, sans-serif !important;
}
@media (max-width: 360px) {
  .banner .figcaption .size40 {
    font-size: 1.5em;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 768px) {
  .banner .figcaption .size40 {
    font-size: 1.7em;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 992px) {
  .banner .figcaption .size40 {
    font-size: 1.8em;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .banner .figcaption .size40 {
    font-size: 2.2em;
    margin: 0 0 27px 0;
  }
}
@media (min-width: 1770px) {
  .banner .figcaption .size40 {
    font-size: 2.5em;
    margin: 0 0 27px 0;
  }
}
.banner .figcaption .text {
  display: block;
  margin-bottom: 10px;
  font-size: 1.125em;
  line-height: 1em;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
}
.banner .figcaption .text.color {
  color: #1fc0a0;
}
.banner .figcaption .text.size1 {
  font-size: 1.375em;
  font-family: Georgia, sans-serif;
  font-style: italic;
  letter-spacing: 0;
  margin-bottom: 1.4em;
  margin-top: -2px;
}
.banner .figcaption .text.size2 {
  font-size: 1.625em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.banner .figcaption .text.size3 {
  font-size: 2.375em;
  font-weight: bold;
  letter-spacing: 2px;
}
.banner .figcaption .text.size4 {
  font-size: 1.375em;
  font-family: Georgia, sans-serif;
  font-style: italic;
  letter-spacing: 0;
  margin-bottom: 1.833em;
  margin-top: -5px;
}
.banner .figcaption .text.size5 {
  font-size: 1.375em;
  font-family: Georgia, sans-serif;
  font-style: italic;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}
.banner .figcaption .font-size50 {
  font-size: 50px;
}
.banner .figcaption .btn {
  opacity: 1;
  margin-top: 16px;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.banner .figcaption .btn.offset-top {
  margin-top: 36px;
}
.banner-carousel .btn--xl {
  line-height: 1.1em;
}
.banner-layout-1 {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner-layout-1 .figure {
  display: block;
  background-color: #1fc0a0;
}
.banner-layout-1 .figure img {
  width: 101%;
  /* fix chrome image width bug */
}
.banner-layout-1 .figcaption {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  font-size: 25px;
  line-height: 1em;
  color: #ffffff;
  padding: 3.8% 4%;
  background: rgba(121, 121, 121, 0.85);
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
@media (max-width: 767px) {
  .banner-layout-1 .figcaption {
    padding: 3.8% 4%;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .banner-layout-1 .figcaption {
    padding: 3.8% 4%;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .banner-layout-1 .figcaption {
    padding: 3.8% 4%;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .banner-layout-1 .figcaption {
    padding: 3.8% 4%;
    font-size: 16px;
  }
}
@media (min-width: 1770px) {
  .banner-layout-1 .figcaption {
    font-size: 25px;
    padding: 3.8% 4%;
  }
}
.banner-layout-1:hover .figcaption {
  background: rgba(249, 99, 50, 0.85);
}
/****************************************
* collections all
*****************************************/
.collectionsall {
  margin-top: -30px;
}
.collectionsall .banner .banner__title {
  padding-left: 5px;
  padding-right: 5px;
}
.collectionsall .banner {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .collectionsall .col-sm-3 .banner__title {
    font-size: 20px !important;
    margin-bottom: 10px;
  }
  .collectionsall .col-sm-3 .btn {
    font-size: 12px;
    letter-spacing: 0.02em;
    padding: 11px 14px 11px !important;
  }
}
/****************************************
* end collections all
*****************************************/
.banner .figure.buttononhover .banner__title {
  position: relative;
  top: 38px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.banner .figure.buttononhover:hover .banner__title {
  top: 0;
}
.banner .figure.buttononhover .figcaption .btn {
  position: relative;
  top: -10px;
  opacity: 0;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.banner .figure.buttononhover:hover .figcaption .btn {
  top: 0;
  opacity: 1;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.banner.cs_border {
  border: solid 1px #e5e5e5;
}
@media (min-width: 1200px) {
  .banner .figcaption .size6 {
    font-size: 1.8em !important;
  }
  .banner .figcaption .size3,
  .banner .figcaption .size3-1 {
    font-size: 3.5em;
    letter-spacing: 0.04em;
  }
  .banner .figcaption .size4 {
    font-size: 3em;
  }
  .banner .figcaption .text.size3 {
    font-size: 1.7em;
  }
}
@media (min-width: 1770px) {
  .banner .figcaption .size3,
  .banner .figcaption .size3-1 {
    font-size: 5em;
  }
  .banner .figcaption .text.size3 {
    font-size: 2.375em;
  }
  .banner .figcaption .size4 {
    font-size: 3.375em;
  }
}
@media screen and (max-width: 1199px) {
  .banner .figcaption .size3,
  .banner .figcaption .size3-1 {
    font-size: 2.7em;
  }
  .banner .figcaption .size4 {
    font-size: 2.375em;
  }
  .banner .figcaption .size5 {
    font-size: 2.125em;
  }
  .banner .figcaption .size6 {
    font-size: 1.375em;
  }
  .banner .figcaption .text {
    font-size: 1em;
  }
  .banner .figcaption .text.size1 {
    font-size: 1.1em;
  }
  .banner .figcaption .text.size2 {
    font-size: 1.3em;
  }
  .banner .figcaption .text.size3 {
    font-size: 1.5em;
    letter-spacing: 1px;
  }
  .banner .figcaption .btn {
    margin-top: 10px;
  }
  .banner .figcaption .btn.offset-top {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .banner .figcaption .size3,
  .banner .figcaption .size3-1 {
    font-size: 2em;
  }
  .banner .figcaption .size4 {
    font-size: 1.7em;
  }
  .banner .figcaption .size5 {
    font-size: 1.55em;
  }
  .banner .figcaption .size6 {
    font-size: 1em;
  }
  .banner .figcaption .text {
    font-size: 1em;
  }
  .banner .figcaption .text.size1 {
    font-size: 1.1em;
  }
  .banner .figcaption .text.size2 {
    font-size: 1.2em;
  }
  .banner .figcaption .text.size3 {
    font-size: 1.3em;
    letter-spacing: 1px;
  }
  .banner .figcaption .btn {
    margin-top: 10px;
    padding: 11px 20px 11px !important;
  }
  .banner .figcaption .btn.offset-top {
    margin-top: 15px;
  }
}
@media screen and (max-width: 479px) {
  .banner .figcaption .size1 {
    font-size: 1.8em;
  }
  .banner .figcaption .size2 {
    font-size: 1.7em;
  }
  .banner .figcaption .size3,
  .banner .figcaption .size3-1 {
    font-size: 2.2em;
  }
  .banner .figcaption .size4 {
    font-size: 2.375em;
  }
  .banner .figcaption .size5 {
    font-size: 1.125em;
  }
  .banner .figcaption .size6 {
    font-size: 1.375em;
  }
}
/*=== banner animations ===*/
.zoom-in .figure {
  -webkit-transform: translateZ(0);
}
.zoom-in .figure img {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.zoom-in .figure:hover img {
  opacity: 0.9;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* box-baners
==================================== */
.box-baners .row div {
  padding: 0;
  margin: 0;
}
.box-baners .text-top .block-table-cell {
  vertical-align: top !important;
  padding-top: 15% !important;
}
.box-baners .text-left {
  text-align: left !important;
  padding-left: 9%;
  padding-right: 8.8%;
}
.box-baners .text-right {
  text-align: right !important;
  padding-left: 5%;
  padding-right: 5%;
}
.box-baners .text-center {
  padding-left: 5%;
  padding-right: 5%;
}
.box-baners .text-center .block {
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .box-baners .text-center {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media (min-width: 768px) {
  .box-baners .text-center {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.box-baners .btn-right-bottom .btn {
  position: absolute;
  right: 6%;
  bottom: 9%;
}
@media (max-width: 767px) {
  .box-baners .btn-right-bottom .btn {
    padding-left: 0%;
    padding-right: 0%;
  }
}
.box-baners .block-left-bottom {
  position: absolute;
  left: 6%;
  bottom: 9%;
  width: 50%;
  text-align: left;
}
@media (max-width: 767px) {
  .box-baners .block-left-bottom {
    padding-left: 0%;
    padding-right: 0%;
  }
}
.box-baners .block-top-md {
  margin-top: 20px;
}
.box-baners .block-top-sm {
  margin-top: 10px;
}
.box-baners .text-center-small {
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}
.box-baners .text-right-small {
  padding-left: 5%;
  padding-right: 5%;
  text-align: right;
}
.box-baners .banner-md {
  height: 350px;
  width: 100%;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.box-baners .banner-md .block-table {
  height: 350px;
}
@media (max-width: 767px) {
  .box-baners .banner-md {
    height: 258px;
  }
  .box-baners .banner-md .block-table {
    height: 258px;
  }
}
.box-baners .banner-md:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #f5f5f5;
}
.box-baners .banner-md:hover .figcaption {
  color: #333333;
}
.box-baners .banner-md:hover .figcaption .btn.btn--border {
  border-color: #333333;
  color: #333333;
}
.box-baners .banner .figcaption {
  color: #ffffff;
  /* indent */
  /* /indent */
  /* font-bold */
  /* /font-bold */
  /* wrapper-green */
  /* /wrapper-green */
  /* line-height */
  /* /line-height-md */
  /* font-size */
  /* /font-size */
  /* line-height-small */
  /* /line-height-small */
  /* text-sm */
  /* /text-sm */
  /* link-btn */
  /* /link-btn */
  /* link-btn */
  /* /link-btn */
}
.box-baners .banner .figcaption .icon.color {
  color: #1fc0a0;
}
.box-baners .banner .figcaption span.color,
.box-baners .banner .figcaption span.color span,
.box-baners .banner .figcaption em.color,
.box-baners .banner .figcaption em.color span {
  color: #1fc0a0;
}
.box-baners .banner .figcaption span.text-color,
.box-baners .banner .figcaption span.text-color span,
.box-baners .banner .figcaption em.text-color,
.box-baners .banner .figcaption em.text-color span {
  color: #777777;
}
.box-baners .banner .figcaption span.text-dark,
.box-baners .banner .figcaption span.text-dark span,
.box-baners .banner .figcaption em.text-dark,
.box-baners .banner .figcaption em.text-dark span {
  color: #333333;
}
.box-baners .banner .figcaption span.color-yellow,
.box-baners .banner .figcaption span.color-yellow span,
.box-baners .banner .figcaption em.color-yellow,
.box-baners .banner .figcaption em.color-yellow span {
  color: #feea3a;
}
.box-baners .banner .figcaption span.color-yellow:hover,
.box-baners .banner .figcaption span.color-yellow span:hover,
.box-baners .banner .figcaption em.color-yellow:hover,
.box-baners .banner .figcaption em.color-yellow span:hover {
  color: #ffffff;
}
.box-baners .banner .figcaption span.color-yellow:hover span,
.box-baners .banner .figcaption span.color-yellow span:hover span,
.box-baners .banner .figcaption em.color-yellow:hover span,
.box-baners .banner .figcaption em.color-yellow span:hover span {
  color: #ffffff;
}
.box-baners .banner .figcaption .text-custom {
  color: #1fc0a0;
}
.box-baners .banner .figcaption .block {
  display: block;
  margin-bottom: 0;
}
.box-baners .banner .figcaption .top-indent {
  margin-top: 23% !important;
}
.box-baners .banner .figcaption .top-indent-sm {
  margin-top: 2% !important;
}
.box-baners .banner .figcaption .top-indent-sm1 {
  margin-top: 3% !important;
}
.box-baners .banner .figcaption .top-indent-md {
  margin-top: 5% !important;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .text-overflow-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50px;
  }
}
.box-baners .banner .figcaption .font-bold {
  font-weight: bold;
}
.box-baners .banner .figcaption .font-medium {
  font-weight: 500;
}
.box-baners .banner .figcaption .font-light {
  font-weight: lighter;
}
.box-baners .banner .figcaption .wrapper-green {
  display: inline-block;
  padding: 0 16px 4px 16px;
  background-color: #41df7c;
}
.box-baners .banner .figcaption .wrapper-coquelicot {
  display: inline-block;
  padding: 0 16px 1px 16px;
  background-color: #fd6940;
}
.box-baners .banner .figcaption .line-height-md {
  line-height: 38px !important;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .line-height-md {
    line-height: 24px !important;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .line-height-md {
    line-height: 27px !important;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .line-height-md {
    line-height: 27px !important;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .line-height-md {
    line-height: 33px !important;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .line-height-md {
    line-height: 38px !important;
  }
}
.box-baners .banner .figcaption .font-size160 {
  font-size: 160px;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size160 {
    font-size: 90px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size160 {
    font-size: 91px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size160 {
    font-size: 93px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size160 {
    font-size: 115px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size160 {
    font-size: 160px;
  }
}
@media (max-width: 500px) {
  .box-baners .banner .figcaption .font-size160 {
    font-size: 70px;
  }
}
@media (max-width: 400px) {
  .box-baners .banner .figcaption .font-size160 {
    font-size: 50px;
  }
}
.box-baners .banner .figcaption .font-size100 {
  font-size: 100px;
  line-height: 1.15em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size100 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size100 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size100 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size100 {
    font-size: 90px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size100 {
    font-size: 100px;
  }
}
@media (max-width: 400px) {
  .box-baners .banner .figcaption .font-size100 {
    font-size: 40px;
  }
}
.box-baners .banner .figcaption .font-size96 {
  font-size: 96px;
  line-height: 0.96em;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size96 {
    font-size: 46px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size96 {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size96 {
    font-size: 66px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size96 {
    font-size: 86px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size96 {
    font-size: 96px;
  }
}
@media (max-width: 400px) {
  .box-baners .banner .figcaption .font-size96 {
    font-size: 36px;
  }
}
.box-baners .banner .figcaption .font-size90 {
  font-size: 90px;
  line-height: 1.15em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size90 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size90 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size90 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size90 {
    font-size: 60px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size90 {
    font-size: 90px;
  }
}
@media (max-width: 400px) {
  .box-baners .banner .figcaption .font-size90 {
    font-size: 30px;
  }
}
.box-baners .banner .figcaption .font-size88 {
  font-size: 88px;
  line-height: 1.15em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size88 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size88 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size88 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size88 {
    font-size: 60px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size88 {
    font-size: 88px;
  }
}
@media (max-width: 400px) {
  .box-baners .banner .figcaption .font-size88 {
    font-size: 30px;
  }
}
.box-baners .banner .figcaption .font-size87 {
  font-size: 87px;
  line-height: 1.15em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size87 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size87 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size87 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size87 {
    font-size: 60px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size87 {
    font-size: 87px;
  }
}
@media (max-width: 400px) {
  .box-baners .banner .figcaption .font-size87 {
    font-size: 30px;
  }
}
.box-baners .banner .figcaption .font-size82 {
  font-size: 5.125em;
  line-height: 1.15em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size82 {
    font-size: 27px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size82 {
    font-size: 37px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size82 {
    font-size: 43px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size82 {
    font-size: 55px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size82 {
    font-size: 82px;
  }
}
@media (max-width: 400px) {
  .box-baners .banner .figcaption .font-size82 {
    font-size: 22px;
  }
}
.box-baners .banner .figcaption .font-size80 {
  font-size: 80px;
  line-height: 1.15em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size80 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size80 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size80 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size80 {
    font-size: 55px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size80 {
    font-size: 80px;
  }
}
@media (max-width: 400px) {
  .box-baners .banner .figcaption .font-size80 {
    font-size: 20px;
  }
}
.box-baners .banner .figcaption .font-size70 {
  font-size: 70px;
  line-height: 1.15em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size70 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size70 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size70 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size70 {
    font-size: 50px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size70 {
    font-size: 70px;
  }
}
.box-baners .banner .figcaption .font-size68 {
  font-size: 70px;
  line-height: 1.15em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size68 {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size68 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size68 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size68 {
    font-size: 48px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size68 {
    font-size: 68px;
  }
}
.box-baners .banner .figcaption .font-size62 {
  font-size: 62px;
  line-height: 1.15em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size62 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size62 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size62 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size62 {
    font-size: 42px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size62 {
    font-size: 62px;
  }
}
.box-baners .banner .figcaption .font-size54 {
  font-size: 54px;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size54 {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size54 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size54 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size54 {
    font-size: 44px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size54 {
    font-size: 54px;
  }
}
@media (max-width: 400px) {
  .box-baners .banner .figcaption .font-size54 {
    font-size: 24px;
  }
}
.box-baners .banner .figcaption .font-size52 {
  font-size: 54px;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size52 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size52 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size52 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size52 {
    font-size: 42px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size52 {
    font-size: 52px;
  }
}
@media (max-width: 400px) {
  .box-baners .banner .figcaption .font-size52 {
    font-size: 22px;
  }
}
.box-baners .banner .figcaption .font-size50 {
  font-size: 50px;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size50 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size50 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size50 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size50 {
    font-size: 40px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size50 {
    font-size: 50px;
  }
}
@media (max-width: 400px) {
  .box-baners .banner .figcaption .font-size50 {
    font-size: 20px;
  }
}
.box-baners .banner .figcaption .font-size46 {
  font-size: 46px;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size46 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size46 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size46 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size46 {
    font-size: 40px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size46 {
    font-size: 46px;
  }
}
@media (max-width: 400px) {
  .box-baners .banner .figcaption .font-size46 {
    font-size: 20px;
  }
}
.box-baners .banner .figcaption .font-size40 {
  font-size: 40px;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size40 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size40 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size40 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size40 {
    font-size: 30px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size40 {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .box-baners .banner .figcaption .font-size40 {
    font-size: 20px;
  }
}
.box-baners .banner .figcaption .font-size38 {
  font-size: 50px;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size38 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size38 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size38 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size38 {
    font-size: 30px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size38 {
    font-size: 38px;
  }
}
@media (max-width: 400px) {
  .box-baners .banner .figcaption .font-size38 {
    font-size: 20px;
  }
}
.box-baners .banner .figcaption .font-size30 {
  font-size: 30px;
  line-height: 1.15em;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size30 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size30 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size30 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size30 {
    font-size: 25px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size30 {
    font-size: 30px;
  }
}
.box-baners .banner .figcaption .font-size26 {
  font-size: 26px;
  line-height: 1.15em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size26 {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size26 {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size26 {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size26 {
    font-size: 21px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size26 {
    font-size: 26px;
  }
}
.box-baners .banner .figcaption .font-size24 {
  font-size: 26px;
  line-height: 1.15em;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size24 {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size24 {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size24 {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size24 {
    font-size: 20px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size24 {
    font-size: 24px;
  }
}
.box-baners .banner .figcaption .font-size22 {
  font-size: 22px;
  line-height: 1.15em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size22 {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size22 {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size22 {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size22 {
    font-size: 17px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size22 {
    font-size: 22px;
  }
}
.box-baners .banner .figcaption .font-size21 {
  font-size: 21px;
  line-height: 1.15em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size21 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size21 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size21 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size21 {
    font-size: 16px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size21 {
    font-size: 21px;
  }
}
.box-baners .banner .figcaption .font-size20 {
  font-size: 1.250em;
  line-height: 1.15em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .font-size20 {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .font-size20 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .font-size20 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .font-size20 {
    font-size: 15px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .font-size20 {
    font-size: 20px;
  }
}
.box-baners .banner .figcaption .line-height-small {
  line-height: 1em;
}
.box-baners .banner .figcaption .text_sm {
  color: #ffffff;
  display: block;
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .text_sm {
    font-size: 11px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .box-baners .banner .figcaption .text_sm {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .box-baners .banner .figcaption .text_sm {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .box-baners .banner .figcaption .text_sm {
    font-size: 14px;
  }
}
@media (min-width: 1770px) {
  .box-baners .banner .figcaption .text_sm {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .box-baners .banner .figcaption .btn.btn--ys,
  .box-baners .banner .figcaption .btn--border {
    padding: 11px 20px 11px !important;
    font-size: 1.1em;
  }
}
.box-baners .banner .figcaption .link-btn-20 {
  font-size: 1.250em;
  line-height: 1em;
  -webkit-transition:  all 0.3s 0s ease;
  -moz-transition:  all 0.3s 0s ease;
  -ms-transition:  all 0.3s 0s ease;
  -o-transition:  all 0.3s 0s ease;
  transition:  all 0.3s 0s ease;
}
.box-baners .banner .figcaption .link-btn-20 span {
  font-size: 2.250em;
  line-height: 1em;
  position: relative;
  top: 0.32em;
  -webkit-transition:  all 0.3s 0s ease;
  -moz-transition:  all 0.3s 0s ease;
  -ms-transition:  all 0.3s 0s ease;
  -o-transition:  all 0.3s 0s ease;
  transition:  all 0.3s 0s ease;
}
.box-baners .banner .figcaption .link-btn-20:hover {
  color: #1fc0a0;
}
.box-baners .banner .figcaption .link-btn-20:hover span {
  color: #1fc0a0;
}
@media (max-width: 767px) {
  .box-baners .banner .figcaption .link-btn-20 {
    font-size: 1.150em;
  }
  .box-baners .banner .figcaption .link-btn-20 span {
    font-size: 1.8em;
    top: 0.33em;
  }
}
@media (max-width: 767px) {
  .banner-bg {
    height: 220px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
  }
  .banner-bg .block-table {
    height: 220px;
  }
  .banner-bg img {
    display: none;
  }
  .banner-bg .figure {
    height: 100%;
  }
}
/* /box-baners
==================================== */
/* banner-icon
==================================== */
.banner-icon {
  position: relative;
  min-height: 85px;
  margin-bottom: 37px;
  cursor: pointer;
}
.banner-icon__icon {
  position: absolute;
  top: 3px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #f5f5f5;
  -webkit-transition:  all 0.3s 0s ease;
  -moz-transition:  all 0.3s 0s ease;
  -ms-transition:  all 0.3s 0s ease;
  -o-transition:  all 0.3s 0s ease;
  transition:  all 0.3s 0s ease;
}
.banner-icon__icon span {
  display: block;
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333333;
  font-size: 34px;
  margin-top: 2px;
  -webkit-transition:  all 0.3s 0s ease;
  -moz-transition:  all 0.3s 0s ease;
  -ms-transition:  all 0.3s 0s ease;
  -o-transition:  all 0.3s 0s ease;
  transition:  all 0.3s 0s ease;
}
.banner-icon__icon span.icon-replay_5 {
  font-size: 42px;
}
.banner-icon__text {
  padding-left: 117px;
}
.banner-icon__text h3 {
  font-size: 1.375em;
  font-weight: 500;
  margin-bottom: 21px;
  color: #1fc0a0;
  text-transform: uppercase;
  -webkit-transition:  all 0.3s 0s ease;
  -moz-transition:  all 0.3s 0s ease;
  -ms-transition:  all 0.3s 0s ease;
  -o-transition:  all 0.3s 0s ease;
  transition:  all 0.3s 0s ease;
}
.banner-icon:hover .banner-icon__icon {
  background: #1fc0a0;
}
.banner-icon:hover .banner-icon__icon span {
  color: #ffffff;
}
.banner-icon:hover .banner-icon__text h3 {
  color: #333333;
}
/* /banner-icon
==================================== */
/* banner-all-width
==================================== */
.banner-all-width {
  padding: 72px 0 60px;
}
.banner-all-width.color-white .title {
  color: #ffffff !important;
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
}
.banner-all-width p {
  font-size: 20px;
  line-height: 37px;
}
@media (max-width: 768px) {
  .banner-all-width {
    padding: 62px 0 50px;
  }
  .banner-all-width .title {
    font-size: 35px;
  }
  .banner-all-width p {
    font-size: 17px;
    line-height: 34px;
  }
}
/* /banner-all-width
==================================== */
/* banner-one-product
==================================== */
.banner-one-product {
  padding-left: 0;
  padding-right: 0;
}
.banner-one-product .product-content {
  padding-top: 26%;
}
.banner-one-product .product-content .title {
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 35px;
  color: #333333;
}
.banner-one-product .product-content .title a {
  color: #333333;
}
.banner-one-product .product-content .title a:hover {
  color: #1fc0a0;
}
.banner-one-product .product-content .price-box {
  text-align: left;
  margin: 0;
  padding-bottom: 50px;
}
.banner-one-product .product-content .price {
  color: #1fc0a0;
  font-size: 70px;
  font-weight: lighter;
}
.banner-one-product .product-content .old-price .price {
  font-size: 36px;
  color: #333333;
}
@media (max-width: 1200px) {
  .banner-one-product .product-content {
    text-align: center;
    padding-top: 0%;
    padding-bottom: 10%;
  }
  .banner-one-product .product-content .price-box {
    text-align: center;
  }
  .banner-one-product .product-content .pull-left {
    float: inherit !important;
  }
  .banner-one-product .product-content .input-counter {
    margin-bottom: 19px;
  }
}
@media (min-width: 992px) {
  .banner-one-product .product-content {
    padding-top: 0% !important;
  }
  .banner-one-product .product-content .input-counter .pull-left {
    width: 100%;
    padding-bottom: 19px;
  }
}
@media (max-width: 768px) {
  .banner-one-product .product-content .title {
    margin-top: 0;
  }
  .banner-one-product .product-content .price-box {
    padding-bottom: 16px;
  }
  .banner-one-product .product-content .price {
    font-size: 45px;
  }
  .banner-one-product .product-content .old-price .price {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .banner-one-product .product-content {
    padding-top: 15% !important;
  }
}
@media (min-width: 1770px) {
  .banner-one-product .product-content {
    padding-top: 26% !important;
  }
}
/* input-counter */
.input-counter {
  position: relative;
  width: 134px;
  margin: 0 auto;
}
.input-counter input {
  border: 1px solid #e5e5e5;
  display: inline-block;
  width: 134px;
  height: 76px;
  font-size: 24px;
  line-height: 1em;
  text-align: center;
  font-family: Ubuntu, sans-serif;
  font-weight: lighter;
}
.input-counter span {
  display: inline-block;
  font-size: 27px;
  line-height: 1em;
  color: #777777;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.input-counter span:hover {
  color: #1fc0a0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.input-counter span.minus-btn {
  left: 19px;
}
.input-counter span.plus-btn {
  right: 19px;
}
/* /input-counter */
/* /banner-one-product
==================================== */
/* link-img-hover */
.link-img-hover {
  overflow: hidden;
  display: inline-block;
  -webkit-transition:  all 200ms linear 0s;
  -moz-transition:  all 200ms linear 0s;
  -ms-transition:  all 200ms linear 0s;
  -o-transition:  all 200ms linear 0s;
  transition:  all 200ms linear 0s;
}
.link-img-hover.banner--md {
  display: block;
}
.link-img-hover img {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  backface-visibility: hidden;
}
.link-img-hover:hover {
  background: #1fc0a0;
}
.link-img-hover:hover img {
  opacity: 0.9;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  backface-visibility: hidden;
}
/* /link-img-hover */
/* link-img-hover1 */
.link-img-hover1 {
  overflow: hidden;
  display: block;
  position: relative;
  -webkit-transition:  all 200ms linear 0s;
  -moz-transition:  all 200ms linear 0s;
  -ms-transition:  all 200ms linear 0s;
  -o-transition:  all 200ms linear 0s;
  transition:  all 200ms linear 0s;
}
.link-img-hover1.banner--md {
  display: block;
}
.link-img-hover1 img {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  backface-visibility: hidden;
}
.link-img-hover1:hover {
  background: #1fc0a0;
}
.link-img-hover1:hover img {
  opacity: 0.9;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  backface-visibility: hidden;
}
/* /link-img-hover1 */
@media (max-width: 767px) {
  .banner--md .vis-hid-img-small {
    display: none;
  }
  .banner--md .vis-hid-img-big {
    display: block;
  }
}
@media (min-width: 768px) {
  .banner--md .vis-hid-img-small {
    display: block;
  }
  .banner--md .vis-hid-img-big {
    display: none;
  }
}
@media (min-width: 992px) {
  .banner--md .vis-hid-img-small {
    display: block;
  }
  .banner--md .vis-hid-img-big {
    display: none;
  }
}
@media (min-width: 1200px) {
  .banner--md .vis-hid-img-small {
    display: block;
  }
  .banner--md .vis-hid-img-big {
    display: none;
  }
}
@media (min-width: 1770px) {
  .banner--md .vis-hid-img-small {
    display: none;
  }
  .banner--md .vis-hid-img-big {
    display: block;
  }
}
/* ---------------- New banners --------------------- */
.promo-design2 {
  text-align: center;
  text-decoration: none;
  display: block;
}
.promo-design2 .block-title {
  font-size: 54px;
  line-height: 60px;
  color: #333333;
  margin-top: 28px;
  font-weight: 500;
  padding: 0 10px;
  text-transform: uppercase;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  display: inline-block;
}
.promo-design2 p {
  margin: 7px 15px 0;
  font-size: 18px;
  line-height: 30px;
  color: #777;
}
.promo-design2 .btn.btn-underline {
  color: #1fc0a0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 8px;
  display: inline-block;
  text-transform: uppercase;
}
.promo-design2 .btn.btn-underline:after {
  content: "";
  display: block;
  position: relative;
  top: -3px;
  line-height: 0;
  background: #1fc0a0;
  width: 100%;
  height: 2px;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.promo-design2 .btn.btn-underline:hover:after {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.promo-design2 .img {
  background: #1fc0a0;
  overflow: hidden;
  display: block;
  -webkit-transform: translateZ(0);
}
.promo-design2 .img img {
  width: 100%;
  height: auto;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.promo-design2:hover,
.promo-design2:hover a {
  text-decoration: none;
}
a.promo-design2:hover .block-title {
  color: #1fc0a0;
}
a.promo-design2.zoom-in .img img {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
a.promo-design2:hover .img img {
  opacity: 0.9;
}
a.promo-design2.zoom-in:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
a.promo-design2:hover .btn.btn-underline:after {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.promo-design2:not(a) .img img {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.promo-design2:not(a) .img:hover img {
  opacity: 0.9;
}
.promo-design2.zoom-in:not(a) .img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.promo-design2:not(a) .block-title:hover {
  color: #1fc0a0;
}
@media (max-width: 1770px) {
  .promo-design2 .block-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .promo-design2 .block-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .promo-design2 .block-title {
    font-size: 23px;
    line-height: 33px;
  }
  .promo-design2 p {
    font-size: 16px;
    line-height: 24px;
  }
}
.promo-design2.promotitlesize30 .block-title {
  font-size: 30px;
  line-height: 44px;
}
.promo-design2.promotitlesize40 .block-title {
  font-size: 40px;
  line-height: 38px;
}
@media (max-width: 1770px) {
  .promo-design2 .block-title {
    font-size: 40px;
    line-height: 50px;
  }
  .promo-design2.promotitlesize30 .block-title {
    font-size: 30px;
    line-height: 40px;
  }
  .promo-design2.promotitlesize40 .block-title {
    font-size: 40px;
    line-height: 38px;
  }
}
.promo-design3 {
  text-transform: center;
  border: 1px solid #e5e5e5;
  display: block;
  width: 100%;
  display: table;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.promo-design3 > div {
  display: table-cell;
  vertical-align: middle;
  height: 348px;
  width: 100%;
  padding: 0 5%;
}
.promo-design3 .block-title {
  color: #333333;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.03em;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.promo-design3 .block {
  color: #777777;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.promo-design3 .color-base {
  color: #1fc0a0;
}
.promo-design3 .color-dark {
  color: #333333;
}
.promo-design3 .font-size24 {
  font-size: 24px;
}
.promo-design3 .font-size46 {
  font-size: 46px;
}
.promo-design3 .font-size26 {
  font-size: 26px;
}
.promo-design3 .font-size16 {
  font-size: 16px;
}
.promo-design3 .font-style-italic {
  font-style: italic;
}
.promo-design3 .block-top-11 {
  margin-top: 11px;
  margin-bottom: 0;
}
.promo-design3 .block-top-15 {
  margin-top: 15px;
}
.promo-design3 .block-top-23 {
  margin-top: 23px;
}
.promo-design3:hover {
  text-decoration: none;
  border: 1px solid #1fc0a0;
}
.promo-design3:hover .block-title,
.promo-design3:hover .block {
  color: #1fc0a0;
}
@media (max-width: 1200px) {
  .promo-design3 .block-title {
    font-size: 30px;
    line-height: 40px;
  }
  .promo-design3 .font-size46 {
    font-size: 40px;
    line-height: 50px;
  }
  .promo-design3 .font-size24 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .promo-design3 > div {
    height: 277px;
  }
  .promo-design3 .block-title {
    font-size: 24px;
    line-height: 34px;
  }
  .promo-design3 .font-size46 {
    font-size: 30px;
    font-height: 40px;
  }
  .promo-design3 .font-size24 {
    font-size: 17px;
    font-height: 25px;
  }
}
@media (max-width: 992px) {
  .promo-design3 .font-size24 {
    font-size: 15px;
  }
  .promo-design3 .font-size16 {
    font-size: 14px;
  }
}
.text-block-with-bg {
  padding: 75px 17% 72px;
  text-align: center;
}
.text-block-with-bg .title-under {
  margin-bottom: 69px;
}
.text-block-with-bg p {
  margin: 0;
  padding: 0;
}
.text-block-with-bg p:not(:first-child) {
  margin: 21px 0 0 0;
}
@media (max-width: 1200px) {
  .text-block-with-bg {
    padding: 75px 7% 72px;
  }
}
@media (max-width: 767px) {
  .text-block-with-bg {
    padding: 50px 7%;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .text-block-with-bg .title-under {
    margin-bottom: 30px;
  }
}
.text-info-banner-listing {
  margin-top: -30px;
}
.text-info-banner {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding: 49px 24px 35px 24px;
  margin-top: 30px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.text-info-banner .img {
  float: left;
  padding-right: 20px;
  padding-top: 9px;
  width: 52%;
  max-width: 409px;
}
.text-info-banner .img img {
  max-width: 100%;
  height: auto;
}
.text-info-banner .description {
  overflow: hidden;
}
.text-info-banner p {
  letter-spacing: -0.01em;
}
.text-info-banner .block-title {
  font-size: 48px;
  line-height: 60px;
  color: #333333;
  font-weight: 500;
  padding: 0 0px 17px 0;
  text-transform: uppercase;
}
.text-info-banner .btn {
  margin-top: 18px;
}
.text-info-banner:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1769px) {
  .text-info-banner .block-title {
    font-size: 37px;
    line-height: 50px;
  }
}
@media (max-width: 1200px) {
  .text-info-banner .block-title {
    font-size: 29px;
    line-height: 39px;
  }
}
@media (max-width: 540px) {
  .text-info-banner .img {
    float: inherit;
    width: 100%;
  }
  .text-info-banner .description {
    margin-top: 25px;
  }
}
@media (max-width: 490px) {
  .text-info-banner .block-title {
    font-size: 25px;
    line-height: 33px;
    padding-bottom: 10px;
  }
  .text-info-banner .btn {
    margin-top: 10px;
  }
}
.promo-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.promo-box > img {
  width: 100%;
  height: auto;
}
.promo-box .description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 5% 9%;
}
@media (max-width: 1070px) {
  .promo-box .description {
    padding: 5% 5%;
  }
}
.promo-box .description .block-title {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.promo-box .description .block-title-sm {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 58px;
  line-height: 58px;
  text-transform: uppercase;
}
.promo-box .description img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
.promo-box .description p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}
.promo-box .block-table-cell {
  text-align: center;
}
.promo-box .btn.btn-underline {
  color: #c09749;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 8px;
  padding: 5px 0;
  display: inline-block;
  text-transform: uppercase;
}
.promo-box .btn.btn-underline:after {
  content: "";
  display: block;
  position: relative;
  top: -3px;
  line-height: 0;
  background: #c09749;
  width: 100%;
  height: 2px;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.promo-box .btn.btn-underline:hover:after {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.promo-box .btn.btn-underline.color-white {
  color: #fff;
}
.promo-box .btn.btn-underline:after {
  background: #fff;
}
.promo-box .description .color-base {
  color: #c09749;
}
.promo-box .description .color-dark {
  color: #333333;
}
.promo-box .description .font-style-italic {
  font-style: italic;
}
.btn--ys.btn.inversion {
  background: #333333;
}
.btn--ys.btn.inversion:hover {
  background: #c09749;
  color: #fff;
}
.promo-box.design-default .block-title {
  font-size: 80px;
  line-height: 85px;
  font-weight: 500;
}
.promo-box.design-default .btn {
  margin-top: 36px;
}
.promo-box .btn.btn-underline {
  font-weight: 500;
  letter-spacing: 0.04em;
}
.promo-box.design-default .btn.btn-underline {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .promo-box.design-default .block-title {
    font-size: 51px;
    line-height: 60px;
  }
  .promo-box.design-default p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .promo-box.design-default .block-title {
    font-size: 38px;
    line-height: 45px;
  }
  .promo-box.design-default p {
    font-size: 18px;
    line-height: 24px;
  }
  .promo-box.design-default .btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1070px) {
  .promo-box.design-default .block-title {
    font-size: 32px;
    line-height: 37px;
  }
  .promo-box.design-default p {
    font-size: 16px;
    line-height: 24px;
  }
  .promo-box.design-default .btn {
    margin-top: 20px;
  }
  .promo-box.design-default .btn {
    padding: 11px 19px !important;
    font-size: 15px !important;
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .promo-box.design-default .block-title {
    font-size: 29px;
    line-height: 30px;
  }
  .promo-box.design-default p {
    font-size: 15px;
    line-height: 19px;
  }
  .promo-box.design-default .btn {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .promo-box.design-default .block-title {
    font-size: 51px;
    line-height: 60px;
  }
  .promo-box.design-default p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 420px) {
  .promo-box.design-default .block-title {
    font-size: 38px;
    line-height: 45px;
  }
  .promo-box.design-default p {
    font-size: 18px;
    line-height: 24px;
  }
  .promo-box.design-default .btn {
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .promo-box.design-default .block-title {
    font-size: 29px;
    line-height: 30px;
  }
  .promo-box.design-default p {
    font-size: 15px;
    line-height: 19px;
  }
  .promo-box.design-default .btn {
    margin-top: 14px;
  }
}
.promo-box.design-01 .block-title {
  font-size: 54px;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.promo-box.design-01 p {
  margin-top: 27px;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .promo-box.design-01 .block-title {
    font-size: 42px;
    line-height: 52px;
  }
  .promo-box.design-01 p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .promo-box.design-01 .block-title {
    font-size: 35px;
    line-height: 45px;
  }
  .promo-box.design-01 p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1070px) {
  .promo-box.design-01 .block-title {
    font-size: 27px;
    line-height: 32px;
  }
  .promo-box.design-01 p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .promo-box.design-01 .block-title {
    font-size: 42px;
    line-height: 52px;
  }
  .promo-box.design-01 p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 420px) {
  .promo-box.design-01 .block-title {
    font-size: 27px;
    line-height: 32px;
  }
  .promo-box.design-01 p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 22px;
  }
}
.promo-box.design-02 .block-title {
  font-size: 80px;
  line-height: 85px;
  font-weight: 500;
  margin-top: 7px;
  letter-spacing: 0.06em;
}
.promo-box.design-02 p {
  margin-top: 27px;
}
.promo-box.design-02 .btn {
  margin-top: 35px;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .promo-box.design-02 .block-title {
    font-size: 51px;
    line-height: 60px;
  }
  .promo-box.design-02 p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .promo-box.design-02 .block-title {
    font-size: 38px;
    line-height: 45px;
  }
  .promo-box.design-02 p {
    font-size: 18px;
    line-height: 24px;
  }
  .promo-box.design-02 .btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1070px) {
  .promo-box.design-02 .block-title {
    font-size: 32px;
    line-height: 37px;
  }
  .promo-box.design-02 p {
    font-size: 16px;
    line-height: 24px;
  }
  .promo-box.design-02 .btn {
    margin-top: 20px;
  }
  .promo-box.design-02 .btn {
    padding: 11px 19px !important;
    font-size: 15px !important;
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .promo-box.design-02 .block-title {
    font-size: 29px;
    line-height: 30px;
  }
  .promo-box.design-02 p {
    font-size: 15px;
    line-height: 19px;
  }
  .promo-box.design-02 .btn {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .promo-box.design-02 .block-title {
    font-size: 51px;
    line-height: 60px;
  }
  .promo-box.design-02 p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 420px) {
  .promo-box.design-02 .block-title {
    font-size: 38px;
    line-height: 45px;
  }
  .promo-box.design-02 p {
    font-size: 18px;
    line-height: 24px;
  }
  .promo-box.design-02 .btn {
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .promo-box.design-02 .block-title {
    font-size: 29px;
    line-height: 30px;
  }
  .promo-box.design-02 p {
    font-size: 15px;
    line-height: 19px;
  }
  .promo-box.design-02 .btn {
    margin-top: 14px;
  }
}
.promo-box.design-03 .block-title {
  font-size: 80px;
  line-height: 82px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.promo-box.design-03 p {
  margin-top: 9px;
  font-size: 26px;
  line-height: 35px;
  font-weight: lighter;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.promo-box.design-03 .btn {
  margin-top: 42px;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .promo-box.design-03 .block-title {
    font-size: 51px;
    line-height: 60px;
  }
  .promo-box.design-03 p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .promo-box.design-03 .block-title {
    font-size: 38px;
    line-height: 45px;
  }
  .promo-box.design-03 p {
    font-size: 18px;
    line-height: 24px;
  }
  .promo-box.design-03 .btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1070px) {
  .promo-box.design-03 .block-title {
    font-size: 32px;
    line-height: 37px;
  }
  .promo-box.design-03 p {
    font-size: 16px;
    line-height: 24px;
  }
  .promo-box.design-03 .btn {
    margin-top: 20px;
  }
  .promo-box.design-03 .btn {
    padding: 11px 19px !important;
    font-size: 15px !important;
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .promo-box.design-03 .block-title {
    font-size: 29px;
    line-height: 30px;
  }
  .promo-box.design-03 p {
    font-size: 15px;
    line-height: 19px;
  }
  .promo-box.design-03 .btn {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .promo-box.design-03 .block-title {
    font-size: 51px;
    line-height: 60px;
  }
  .promo-box.design-03 p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 420px) {
  .promo-box.design-03 .block-title {
    font-size: 38px;
    line-height: 45px;
  }
  .promo-box.design-03 p {
    font-size: 18px;
    line-height: 24px;
  }
  .promo-box.design-03 .btn {
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .promo-box.design-03 .block-title {
    font-size: 29px;
    line-height: 30px;
  }
  .promo-box.design-03 p {
    font-size: 15px;
    line-height: 19px;
  }
  .promo-box.design-03 .btn {
    margin-top: 14px;
  }
}
.promo-box.design-04 .block-title {
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
  margin-left: -6px;
  letter-spacing: 0.06em;
}
.promo-box.design-04 p {
  font-size: 22px;
  line-height: 25px;
}
.promo-box.design-04 .btn {
  margin-top: 27px;
  margin-left: -2px;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .promo-box.design-04 .block-title {
    font-size: 51px;
    line-height: 60px;
  }
  .promo-box.design-04 p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .promo-box.design-04 .block-title {
    font-size: 38px;
    line-height: 45px;
  }
  .promo-box.design-04 p {
    font-size: 18px;
    line-height: 24px;
  }
  .promo-box.design-04 .btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1070px) {
  .promo-box.design-04 .block-title {
    font-size: 32px;
    line-height: 37px;
  }
  .promo-box.design-04 p {
    font-size: 16px;
    line-height: 24px;
  }
  .promo-box.design-04 .btn {
    margin-top: 20px;
  }
  .promo-box.design-04 .btn {
    font-size: 15px !important;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .promo-box.design-04 .block-title {
    font-size: 38px;
    line-height: 45px;
  }
  .promo-box.design-04 p {
    font-size: 18px;
    line-height: 24px;
  }
  .promo-box.design-04 .btn {
    margin-top: 20px;
  }
}
@media (max-width: 420px) {
  .promo-box.design-04 .block-title {
    font-size: 32px;
    line-height: 37px;
  }
  .promo-box.design-04 p {
    font-size: 16px;
    line-height: 24px;
  }
  .promo-box.design-04 .btn {
    margin-top: 20px;
  }
  .promo-box.design-04 .btn {
    font-size: 15px !important;
    margin-top: 16px;
  }
}
.promo-box.design-05 .block-title {
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
  margin-left: -6px;
  letter-spacing: 0.06em;
}
.promo-box.design-05 p {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 13px;
  letter-spacing: 0.04em;
}
.promo-box.design-05 .block-title.small {
  font-size: 58px;
  line-height: 60px;
  margin-top: 2px;
}
.promo-box.design-05 .btn {
  margin-top: 32px;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .promo-box.design-05 .block-title {
    font-size: 51px;
    line-height: 60px;
  }
  .promo-box.design-05 .block-title.small {
    font-size: 47px;
    line-height: 57px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .promo-box.design-05 .block-title {
    font-size: 38px;
    line-height: 45px;
  }
  .promo-box.design-05 .block-title.small {
    font-size: 35px;
    line-height: 45px;
  }
  .promo-box.design-05 .btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1070px) {
  .promo-box.design-05 .block-title {
    font-size: 32px;
    line-height: 37px;
  }
  .promo-box.design-05 .btn {
    margin-top: 20px;
    padding: 11px 19px !important;
    font-size: 15px !important;
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .promo-box.design-05 .block-title {
    font-size: 29px;
    line-height: 30px;
  }
  .promo-box.design-05 .btn {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .promo-box.design-05 .block-title {
    font-size: 34px;
    line-height: 42px;
  }
  .promo-box.design-05 .block-title.small {
    font-size: 30px;
    line-height: 40px;
  }
  .promo-box.design-05 p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0px;
  }
  .promo-box.design-05 .btn {
    margin-top: 15px;
  }
}
@media (max-width: 420px) {
  .promo-box.design-05 .block-title {
    font-size: 29px;
    line-height: 30px;
  }
  .promo-box.design-05 .block-title.small {
    font-size: 23px;
    line-height: 24px;
    margin-top: 0px;
  }
  .promo-box.design-05 p {
    font-size: 14px;
    line-height: 20px;
  }
  .promo-box.design-05 .btn {
    margin-top: 7px;
  }
}
.promo-box .point-top .block-table-cell {
  vertical-align: top;
}
.promo-box .point-center .block-table-cell {
  vertical-align: middle;
}
.promo-box .point-bottom .block-table-cell {
  vertical-align: bottom;
}
.promo-box .point-center .block-table-cell {
  text-align: center;
}
.promo-box .point-left .block-table-cell {
  text-align: left;
}
.promo-box.design-default .point-left .block-title {
  margin-left: -6px;
}
.promo-box.design-default .point-right .block-title {
  margin-right: -2px;
}
.promo-box.design-default .point-left .btn.btn-underline {
  margin-left: -2px;
}
.promo-box .point-right .block-table-cell {
  text-align: right;
}
.promo-box .point-top.point-center .block-table-cell {
  vertical-align: top;
  text-align: center;
}
.promo-box .point-center-horizontal .block-table-cell {
  text-align: center;
}
.promo-box .point-center-vertical .block-table-cell {
  vertical-align: middle;
}
.promo-box .right-offset .block-table {
  width: 60%;
  margin-left: 40%;
}
.promo-box .right-offset .block-table-cell {
  text-align: left;
}
.promo-box .left-offset .block-table {
  width: 60%;
}
.promo-box .left-offset .block-table-cell {
  text-align: left;
}
.promo-box .point-left.text-center .block-table-cell {
  text-align: center;
}
.promo-box.zoom-in > img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.promo-box.zoom-in:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  backface-visibility: hidden;
}
.brands-link-listing {
  margin-top: -30px;
  font-size: 0;
  line-height: 0;
}
.brands-link-listing > div {
  display: inline-block;
  float: inherit !important;
  vertical-align: top;
}
.brands-link {
  overflow: hidden;
  display: block;
  margin-top: 30px;
  text-align: center;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.brands-link img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.brands-link:hover {
  overflow: hidden;
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
}
.brands-link:hover .block-title {
  color: #1f1f1f;
}
.brands-link .block-title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 17px;
  padding: 0 10px 66px;
  text-transform: uppercase;
  color: #ed2b2b;
  text-align: center;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .brands-link .block-title {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 46px;
  }
}
@media (max-width: 991px) {
  .brands-link .block-title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 35px;
  }
}
@media (max-width: 380px) {
  .brands-link .block-title {
    font-size: 18px;
    line-height: 23px;
  }
}
.brands-link.brands-link-border {
  border: 1px solid #e5e5e5;
}
.brands-link.brands-link-border:hover {
  border-color: transparent;
}
/****************************************
* end banner
*****************************************/
/****************************************
* REVOLUTION SLIDER
*****************************************/
#slider {
  overflow: hidden;
}
#slider video {
  width: 100%;
  height: 100%;
}
.tp-banner {
  font-size: 10px;
  z-index: 1;
  position: relative;
}
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
  z-index: 1;
}
.slider-button .tp-banner,
.slider-button .tp-banner-container {
  z-index: -1;
}
/*  CAPTION SLIDE  */
.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* tp-caption1--wd-1 */
.tp-caption1--wd-1 {
  font-size: 20px;
  line-height: 40px;
  color: #333333;
  font-family: Georgia, sans-serif;
  font-style: italic;
}
.tp-caption1--wd-2 {
  font-size: 80px;
  line-height: 100px;
  font-family: Ubuntu, sans-serif;
  color: #1fc0a0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: inline-block;
}
.tp-caption1--wd-3 {
  font-size: 90px;
  line-height: 90px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.tp-banner .color-white {
  color: #ffffff !important;
}
/* effect-button */
.link-button {
  margin-top: 47px;
  background-color: #1fc0a0;
  text-transform: uppercase;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  display: inline-block;
  padding: 20px  35px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: none !important;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.13);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.13);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.13);
}
.link-button:hover {
  color: #1fc0a0 !important;
  background: none;
}
.button--border-thick {
  border: 2px solid #1fc0a0;
}
@media (max-width: 1700px) {
  .tp-caption1--wd-1 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .tp-caption1--wd-2 {
    font-size: 60px !important;
    line-height: 70px !important;
  }
  .tp-caption1--wd-3 {
    font-size: 70px !important;
    line-height: 70px !important;
  }
}
@media (max-width: 991px) {
  .tp-caption1--wd-1 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .tp-caption1--wd-2 {
    font-size: 60px !important;
    line-height: 70px !important;
  }
  .tp-caption1--wd-3 {
    font-size: 70px !important;
    line-height: 70px !important;
  }
  .link-button {
    font-size: 19px;
    padding: 13px  18px;
  }
}
@media (max-width: 767px) {
  .tp-caption1--wd-1 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .tp-caption1--wd-2 {
    font-size: 24px !important;
    line-height: 27px !important;
  }
  .tp-caption1--wd-3 {
    font-size: 26px !important;
    line-height: 26px !important;
  }
  .link-button {
    margin-top: 9px;
    font-size: 13px;
    padding: 2px  13px;
  }
}
/* /tp-caption2--wd-1 */
.tp-caption2--wd-1 {
  font-size: 30px;
  line-height: 50px;
  color: #ffffff;
  font-style: italic;
  font-family: Georgia, sans-serif;
  text-align: right;
}
/* tp-caption2--wd-2 */
.tp-caption2--wd-2 {
  font-size: 160px;
  line-height: 160px;
  font-family: Ubuntu, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  text-align: right;
}
/* tp-caption2--wd-3 */
.tp-caption2--wd-3 {
  font-size: 70px;
  line-height: 80px;
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 1700px) {
  .tp-caption2--wd-1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .tp-caption2--wd-2 {
    font-size: 140px !important;
    line-height: 140px !important;
  }
  .container .tp-caption2--wd-2 {
    font-size: 90px !important;
    line-height: 90px !important;
  }
  .tp-caption2--wd-3 {
    font-size: 60px !important;
    line-height: 70px !important;
  }
}
@media (max-width: 991px) {
  .tp-caption2--wd-1 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .tp-caption2--wd-2 {
    font-size: 72px !important;
    line-height: 72px !important;
  }
  .container .tp-caption2--wd-2 {
    font-size: 80px !important;
    line-height: 80px !important;
  }
  .tp-caption2--wd-3 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
@media (max-width: 767px) {
  .tp-caption2--wd-1 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .tp-caption2--wd-2 {
    font-size: 35px !important;
    line-height: 35px !important;
  }
  .container .tp-caption2--wd-2 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .tp-caption2--wd-3 {
    font-size: 25px !important;
    line-height: 25px !important;
  }
}
/* tp-caption3--wd-1 */
.tp-caption3--wd-1 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 2.5em;
  color: #333333;
  font-family: Georgia, sans-serif;
  font-style: italic;
  text-align: center;
}
/* tp-caption3--wd-2 */
.tp-caption3--wd-2 {
  font-size: 50px;
  line-height: 70px;
  color: #1fc0a0;
  font-family: Ubuntu, sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* tp-caption3--wd-3 */
.tp-caption3--wd-3 {
  font-size: 100px;
  line-height: 100px;
  color: #333333;
  font-family: Ubuntu, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (max-width: 1700px) {
  .tp-caption3--wd-2 {
    font-size: 40px !important;
    line-height: 60px !important;
  }
  .tp-caption3--wd-3 {
    font-size: 80px !important;
    line-height: 80px !important;
  }
}
@media (max-width: 991px) {
  .tp-caption3--wd-2 {
    font-size: 40px !important;
    line-height: 60px !important;
  }
  .tp-caption3--wd-3 {
    font-size: 70px !important;
    line-height: 70px !important;
  }
}
@media (max-width: 767px) {
  .tp-caption3--wd-1 {
    font-size: 14px !important;
    line-height: 17px !important;
    margin-bottom: 0.2em;
  }
  .tp-caption3--wd-2 {
    font-size: 19px !important;
    line-height: 27px !important;
  }
  .tp-caption3--wd-3 {
    font-size: 23px !important;
    line-height: 20px !important;
  }
}
/* tp-caption1--wd-3 */
/* tp-caption4--wd-1 */
.tp-caption4--wd-1 {
  font-size: 50px;
  line-height: 1em;
  margin: 0 0 10px 85px;
  color: #ffffff;
  font-family: Ubuntu, sans-serif;
  text-transform: uppercase;
}
.tp-caption4--wd-2 {
  font-size: 70px;
  line-height: 1em;
  margin: 0 0 0 85px;
  color: #ffffff;
  font-family: Ubuntu, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.tp-caption4--wd-3 {
  margin: 0 85px 0 0;
  white-space: nowrap;
}
.tp-caption4--wd-3 .button--border-thick {
  background: #8ed044;
  border-color: #8ed044;
}
.tp-caption4--wd-3 .button--border-thick:hover {
  background: none !important;
  border-color: #8ed044;
}
.tp-caption4--wd-3 .link-button {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .tp-caption4--wd-1 {
    font-size: 40px;
    margin: 0 0 10px 70px;
  }
  .tp-caption4--wd-2 {
    font-size: 45px;
    margin: 0 10px 0 70px;
  }
  .tp-caption4--wd-3 {
    margin: 131px 45px 0 0;
  }
  .tp-caption4--wd-3 .link-button {
    padding: 20px 25px;
  }
}
@media (max-width: 480px) {
  .tp-caption4--wd-1 {
    font-size: 20px;
  }
  .tp-caption4--wd-2 {
    font-size: 25px;
  }
  .tp-caption4--wd-3 {
    margin: 15px 45px 0 0;
  }
}
@media (max-width: 992px) {
  .tp-caption4--wd-1 {
    font-size: 40px;
  }
  .tp-caption4--wd-2 {
    font-size: 40px;
  }
  .tp-caption4--wd-3 .link-button {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .tp-caption4--wd-1 {
    font-size: 40px;
    margin: 0 0 10px 70px;
  }
  .tp-caption4--wd-2 {
    font-size: 50px;
    margin: 0 10px 0 70px;
  }
  .tp-caption4--wd-3 {
    margin: 70px 45px 0 0;
  }
  .tp-caption4--wd-3 .link-button {
    padding: 20px 25px;
  }
}
@media (min-width: 1200px) {
  .tp-caption4--wd-1 {
    font-size: 40px;
    margin: 0 0 10px 85px;
  }
  .tp-caption4--wd-2 {
    font-size: 60px;
    margin: 0 160px 0 85px;
  }
  .tp-caption4--wd-3 {
    margin: 0 45px 0 0;
  }
  .tp-caption4--wd-3 .link-button {
    padding: 20px 25px;
  }
}
@media (min-width: 1770px) {
  .tp-caption4--wd-1 {
    font-size: 50px;
    margin: 0 0 10px 85px;
  }
  .tp-caption4--wd-2 {
    font-size: 70px;
    margin: 0 0 0 85px;
  }
}
/*  NAV SLIDER  */
.tp-leftarrow.default {
  z-index: 1;
  cursor: pointer;
  position: relative;
  background: none !important;
  width: 40px;
  height: 40px;
}
.tp-rightarrow.default {
  z-index: 1;
  cursor: pointer;
  position: relative;
  background: none !important;
  width: 40px;
  height: 40px;
}
.tp-leftarrow.default,
.tp-rightarrow.default {
  top: 50% !important;
  margin-top: -20px !important;
  color: #d2d2d2;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
  color: #1fc0a0;
}
.tp-leftarrow.default:before,
.tp-rightarrow.default:before {
  font-family: 'Material Icons';
  font-size: 39px;
  line-height: 40px;
  cursor: pointer;
}
.tp-leftarrow.default:before {
  content: "\e408";
}
.tp-rightarrow.default:before {
  content: "\e409";
}
@media (max-width: 767px) {
  .tp-leftarrow.default {
    left: 0 !important;
  }
  .tp-rightarrow.default {
    right: 0 !important;
  }
}
body.stop-scrolling #slider .tp-leftarrow {
  opacity: 0;
}
/* slider-layout-2
==================================== */
.slider-layout-2 .tp-caption1--wd-1 {
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  font-family: Georgia, sans-serif;
  font-style: italic;
}
.slider-layout-2 .tp-caption1--wd-2 {
  font-size: 80px;
  line-height: 100px;
  font-family: Ubuntu, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: inline-block;
}
.slider-layout-2 .tp-caption1--wd-3 {
  font-size: 90px;
  line-height: 90px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
/* /slider-layout-2
==================================== */
/* slider-layout-3
==================================== */
.slider-layout-3 .tp-caption1--wd-1 {
  color: #ffffff;
}
.slider-layout-3 .tp-caption1--wd-2 {
  color: #ffffff;
}
.slider-layout-3 .tp-caption1--wd-3 {
  color: #ffffff;
}
.slider-layout-3 .tp-caption1--wd-4 {
  color: #ffffff;
}
.slider-layout-3 .tp-caption2 {
  text-align: left;
}
.slider-layout-3 .tp-caption2--wd-1 {
  color: #333333;
  text-align: left;
}
.slider-layout-3 .tp-caption2--wd-2 {
  color: #1fc0a0;
  text-align: left;
}
.slider-layout-3 .tp-caption2--wd-3 {
  color: #333333;
  text-align: left;
}
.slider-layout-3 .tp-caption2--wd-4 {
  color: #333333;
}
.slider-layout-3 .tp-caption3--wd-1 {
  color: #ffffff;
}
.slider-layout-3 .tp-caption3--wd-3 {
  color: #ffffff;
}
@media (max-width: 1500px) {
  .slider-layout-3 .tp-caption2 {
    text-align: right;
  }
  .slider-layout-3 .tp-caption2--wd-1,
  .slider-layout-3 .tp-caption2--wd-2,
  .slider-layout-3 .tp-caption2--wd-3,
  .slider-layout-3 .tp-caption2--wd-4,
  .slider-layout-3 .tp-caption2--wd-5 {
    text-align: right;
  }
}
/* /slider-layout-3
==================================== */
/* slider-layout-4
==================================== */
.slider-layout-4 .tp-caption2--wd-text {
  font-size: 16px;
  line-height: 27px;
  word-spacing: inherit;
  color: #ffffff;
}
.slider-layout-4 .tp-caption2--wd-1,
.slider-layout-4 .tp-caption2--wd-2,
.slider-layout-4 .tp-caption2--wd-3 {
  text-align: left;
}
.slider-layout-4 .tp-caption1--wd-1,
.slider-layout-4 .tp-caption1--wd-2,
.slider-layout-4 .tp-caption1--wd-3 {
  color: #ffffff;
}
/* /slider-layout-4
==================================== */
/* slider-layout-5
==================================== */
.slider-layout-5 .tp-caption2--wd-text {
  font-size: 16px;
  line-height: 27px;
  word-spacing: inherit;
  color: #ffffff;
}
.slider-layout-5 .tp-caption2--wd-1,
.slider-layout-5 .tp-caption2--wd-2,
.slider-layout-5 .tp-caption2--wd-3 {
  text-align: left;
}
.slider-layout-5 .tp-caption1--wd-1,
.slider-layout-5 .tp-caption1--wd-2,
.slider-layout-5 .tp-caption1--wd-3 {
  color: #ffffff;
}
/* /slider-layout-5
==================================== */
/* tp-caption--product-1
==================================== */
.tp-caption {
  z-index: 1;
  white-space: inherit;
}
.tp-caption--product-1 {
  white-space: inherit !important;
}
.tp-caption--product-1 .title {
  font-size: 30px;
  line-height: 1.1em;
  color: #1fc0a0;
}
.tp-caption--product-1 .title a {
  color: #1fc0a0;
}
.tp-caption--product-1 .title a:hover {
  color: #333333;
}
.tp-caption--product-1 .title a:focus {
  text-decoration: none;
  color: #1fc0a0;
}
.tp-caption--product-1 .price {
  font-size: 50px;
  line-height: 1.1em;
  padding-bottom: 30px;
  color: #333333;
}
.tp-caption--product-1 .price .price-box__old {
  font-size: 23px;
  color: #fa6b6b;
}
.tp-caption--product-1 .text {
  font-size: 16px;
  line-height: 27px;
  max-width: 391px;
}
.tp-caption--product-1 .btn--ys {
  color: #ffffff;
  font-size: 24px;
  white-space: inherit;
}
.tp-caption--product-1 .btn--ys.btn--lg {
  padding-left: 38px;
  padding-right: 38px;
}
.tp-caption--product-1 .btn--ys:hover {
  color: #1fc0a0;
}
.tp-caption--product-1 .btn-top {
  margin-top: 55px;
}
@media (max-width: 1200px) {
  .tp-caption--product-1 .title {
    font-size: 25px;
  }
  .tp-caption--product-1 .price {
    font-size: 40px;
    padding-bottom: 15px;
  }
  .tp-caption--product-1 .price .price-box__old {
    font-size: 20px;
  }
  .tp-caption--product-1 .text {
    font-size: 14px;
    line-height: 25px;
    max-width: 300px;
  }
  .tp-caption--product-1 .btn--ys {
    font-size: 18px;
  }
  .tp-caption--product-1 .btn--ys.btn--lg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tp-caption--product-1 .btn-top {
    margin-top: 35px;
  }
}
@media (max-width: 992px) {
  .tp-caption--product-1 .title {
    font-size: 22px;
  }
  .tp-caption--product-1 .price {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .tp-caption--product-1 .price .price-box__old {
    font-size: 20px;
  }
  .tp-caption--product-1 .text {
    font-size: 12px;
    line-height: 25px;
    max-width: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50px;
  }
  .tp-caption--product-1 .btn--ys {
    font-size: 15px;
  }
  .tp-caption--product-1 .btn--ys.btn--lg {
    padding: 10px 17px 9px;
  }
  .tp-caption--product-1 .btn-top {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .tp-caption--product-1 .title {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .tp-caption--product-1 .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .tp-caption--product-1 .price {
    font-size: 21px;
    padding-bottom: 5px;
  }
  .tp-caption--product-1 .price .price-box__old {
    font-size: 15px;
  }
  .tp-caption--product-1 .text {
    font-size: 11px;
    line-height: 22px;
    max-width: inherit;
    display: none;
  }
  .tp-caption--product-1 .btn--ys .icon {
    display: none;
  }
  .tp-caption--product-1 .btn-top {
    margin-top: 5px;
  }
}
@media (max-width: 500px) {
  .tp-caption--product-1 .btn--ys.btn--lg {
    padding: 7px 10px;
    font-size: 11px;
    line-height: 1.2em;
  }
}
@media (max-width: 400px) {
  .tp-caption--product-1 .price {
    display: none;
  }
}
/* /tp-caption--product-1
==================================== */
/* intro
==================================== */
.intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tp-banner-button1 .tp-leftarrow.default:before,
.tp-banner-button1 .tp-rightarrow.default:before {
  font-family: 'Material Icons';
  font-size: 45px;
  line-height: 48px;
  cursor: pointer;
}
.tp-banner-button1 .tp-leftarrow.default:hover,
.tp-banner-button1 .tp-rightarrow.default:hover {
  color: #1fc0a0 !important;
  background-color: transparent !important;
}
/* /intro
==================================== */
.btn--bg-green.link-button {
  background: #8ed044;
  border-color: #8ed044;
}
.btn--bg-green.link-button:hover {
  background: #fff;
  border-color: #8ed044;
}
.btn--bg-coquelicot.link-button {
  background: #fd6940;
  border-color: #fd6940;
}
.btn--bg-coquelicot.link-button:hover {
  background: #fff;
  border-color: #fd6940;
}
.btn--bg-dark.link-button {
  background: #333333;
  border-color: #333333;
}
.btn--bg-dark.link-button:hover {
  background: #fff;
  border-color: #333333;
}
/****************************************
* end REVOLUTION SLIDER
*****************************************/
/****************************************
* Instagram Feed
*****************************************/
.instafeed-wrapper,
.instafeed-wrapper2 {
  position: relative;
  overflow: hidden;
}
.instafeed-wrapper:after,
.instafeed-wrapper2:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
  background-color: rgba(51, 51, 51, 0.89);
  height: 100%;
  width: 3em;
}
.instafeed a {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 10%;
  height: 10%;
  background-color: #1fc0a0;
  text-decoration: none;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.instafeed2 a {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 6.25%;
  height: 6.25%;
  background-color: #1fc0a0;
  text-decoration: none;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.instafeed img,
.instafeed2 img {
  display: block;
  width: 100%;
}
.instafeed a:before,
.instafeed2 a:before {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  content: "\e409";
  font-family: "Material Icons";
  font-size: 1.8em;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 7;
}
.instafeed a:after,
.instafeed2 a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #1fc0a0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.instafeed a:hover img,
.instafeed2 a:hover img {
  opacity: 1;
}
.instafeed a:hover:before,
.instafeed2 a:hover:before {
  opacity: 1;
}
.instafeed a:hover:after,
.instafeed2 a:hover:after {
  opacity: 0.88;
}
.title-vertical {
  position: absolute;
  z-index: 9;
  color: #ffffff;
  font-size: 1.4em;
  line-height: 2em;
  font-weight: 400;
  white-space: nowrap;
  right: 100%;
  top: 23.4%;
  text-align: center;
  transform-origin: top right 0;
  transform: rotate(270deg);
}
.title-vertical:before {
  background: #000;
  padding: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (max-width: 1857px) {
  .title-vertical,
  .instafeed-wrapper:after {
    display: none !important;
  }
}
@media (min-width: 1857px) {
  .instafeed {
    margin-left: 48px;
  }
}
/* instafeed-center
==================================== */
.instafeed-center:after,
.instafeed-center:before,
.instafeed-center .title-vertical {
  display: none !important;
}
.instafeed-center .instafeed {
  text-align: center;
}
.instafeed-center .instafeed a {
  display: inline-block;
  float: inherit;
  margin: 0 15px 15px 15px;
}
/* /instafeed-center
==================================== */
/****************************************
* end Instagram Feed
*****************************************/
/****************************************
* social-links
*****************************************/
.social-links {
  margin-bottom: 2.438em;
  overflow: hidden;
}
.social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-links ul li {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.social-links ul a {
  text-decoration: none;
  display: inline-block;
  color: #c4c4c4;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.social-links:hover ul a {
  background-color: #f3f3f3;
}
.social-links:hover ul a:hover {
  background-color: #333333;
  text-decoration: none;
}
.social-links.margin-bottom-none {
  margin-bottom: 0;
}
.social-links.social-links--large .icon {
  font-size: 27px;
}
.social-links.social-links--large .icon {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.social-links.text-center ul {
  display: inline-block;
}
@media (max-width: 767px) {
  footer .social-links ul {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
  footer .social-links ul li {
    margin-right: 5px;
  }
}
/* social-links-border
==================================== */
.social-links.social-links-border ul a {
  border: 2px solid transparent;
  color: #ffffff;
}
.social-links.social-links-border:hover ul a {
  background-color: transparent;
  border-color: #ffffff;
}
.social-links.social-links-border:hover ul a:hover {
  background-color: #333333;
  border-color: #ffffff;
}
/* /social-links-border
==================================== */
/* social-links-border
==================================== */
.social-links-no-bg {
  background-color: transparent;
}
.social-links-no-bg ul a {
  border: 2px solid transparent;
  color: #ffffff;
}
.social-links-no-bg:hover ul a {
  background-color: transparent;
}
.social-links-no-bg:hover ul a:hover {
  background-color: transparent;
  color: #333333;
}
/* /social-links-border
==================================== */
/****************************************
* end social-links
*****************************************/
/****************************************
* promos
*****************************************/
.promos__image {
  position: relative;
}
.promos__label {
  display: block;
  position: absolute;
  left: 50%;
  width: 3.1em;
  height: 3.1em;
  margin: 0 0 0 -1.55em;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(31, 192, 160, 0.8);
  font-size: 3.75em;
  line-height: 3.1em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: Ubuntu, sans-serif;
  font-weight: 600;
}
.promos h2 {
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 10px;
  margin: 1.7em 0 1em;
  color: #1fc0a0;
}
.promos h2 a {
  color: #1fc0a0;
}
/****************************************
* end promos
*****************************************/
/****************************************
* breadcrumbs  
*****************************************/
.breadcrumbs_block {
  margin-bottom: 14px;
  padding: 10px 0 10px;
}
@media (max-width: 767px) {
  .breadcrumbs_block {
    margin-bottom: 0;
  }
}
.breadcrumbs_block--boxed,
body.boxed .breadcrumbs_block {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .breadcrumbs_block--boxed,
  body.boxed .breadcrumbs_block {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs_block--boxed,
  body.boxed .breadcrumbs_block {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs_block--boxed,
  body.boxed .breadcrumbs_block {
    width: 1170px;
  }
}
.breadcrumbs_block--boxed > .navbar-header,
body.boxed .breadcrumbs_block > .navbar-header,
.breadcrumbs_block--boxed > .navbar-collapse,
body.boxed .breadcrumbs_block > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .breadcrumbs_block--boxed > .navbar-header,
  body.boxed .breadcrumbs_block > .navbar-header,
  .breadcrumbs_block--boxed > .navbar-collapse,
  body.boxed .breadcrumbs_block > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.breadcrumbs_block--full {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumbs_block--full > .navbar-header,
.breadcrumbs_block--full > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .breadcrumbs_block--full > .navbar-header,
  .breadcrumbs_block--full > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.breadcrumbs_block--full .container {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.breadcrumbs_block--full .container > .navbar-header,
.breadcrumbs_block--full .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .breadcrumbs_block--full .container > .navbar-header,
  .breadcrumbs_block--full .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.breadcrumbs_block .breadcrumb_list.breadcrumb--ys {
  display: inline-block;
  background-color: transparent;
  padding: 15px 0 10px;
  border-radius: 0;
  margin: 0;
  font-size: 0.75em;
  line-height: 1.583em;
}
.breadcrumbs_block .breadcrumb_list.breadcrumb--ys > li.home a {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #1fc0a0;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}
.breadcrumbs_block .breadcrumb_list.breadcrumb--ys > li.home a span {
  display: none;
}
.breadcrumbs_block .breadcrumb_list.breadcrumb--ys > li.home a::before {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
  content: "\e88a";
}
.breadcrumbs_block .breadcrumb_list.breadcrumb--ys > li.home a:hover {
  text-decoration: none;
}
.breadcrumbs_block .breadcrumb_list.breadcrumb--ys > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px;
}
.breadcrumbs_block .breadcrumb_list.breadcrumb--ys > li.product {
  margin: 0;
  padding: 0 10px;
  max-width: inherit;
  text-align: left;
}
.breadcrumbs_block .breadcrumb_list.breadcrumb--ys > li:first-child {
  padding-left: 0;
}
.breadcrumbs_block .breadcrumb_list.breadcrumb--ys > li + li:before {
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  height: 19px;
  border-left: 1px solid #e5e5e5;
  content: "";
}
.breadcrumbs_block .breadcrumb_list.breadcrumb--ys > li strong {
  font-weight: normal;
  color: #333333;
}
.breadcrumbs_block .breadcrumb_list.breadcrumb--ys > .active {
  color: #333333;
}
/****************************************
* end breadcrumbs  
*****************************************/
/****************************************
* collapse-block
*****************************************/
.collapse-block {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px;
  padding-bottom: 14px;
}
.collapse-block__content {
  display: none;
  padding-bottom: 19px;
}
.collapse-block__content > p:first-child {
  margin-top: 10px;
}
.collapse-block__title {
  cursor: pointer;
  padding: 14px 20px 12px 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
  font-size: 1.25em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.collapse-block__title:after {
  position: absolute;
  display: block;
  top: 14px;
  right: -5px;
  font-family: 'Material Icons';
  font-size: 22px;
  content: "\e148";
  line-height: 1em;
  color: #1fc0a0;
}
.collapse-block.active .collapse-block__title:after,
.collapse-block.open .collapse-block__title:after {
  content: "\e15d";
}
.collapse-block__icon-left {
  padding-left: 38px;
}
.collapse-block__icon-left:after {
  left: 0px;
}
.collapse-block--indent-lg {
  margin-bottom: 22px;
  padding-bottom: 24px;
}
.collapse-block .title-large-icon {
  font-size: 30px;
}
.collapse-block .title-large-icon:after {
  top: 43px;
}
.collapse-block .title-large-icon .icon {
  font-size: 46px;
  line-height: 1em;
  position: relative;
  top: 6px;
}
.collapse-block:last-child {
  border-bottom: 0;
}
.collapse-block .options-swatch {
  margin: 14px 0 -10px -4px;
}
.collapse-block .options-swatch--size li a {
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.collapse-block .under-form-text {
  margin-top: 10px;
}
.collapse-block .tags-list {
  margin: 14px 0 -10px;
}
/* ------------------ Sidebar block ------------------ */
.sidebar .block {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px;
  padding-bottom: 14px;
}
.sidebar .block .block-content {
  padding-bottom: 19px;
}
.sidebar .block .block-content .actions-toolbar:after {
  content: "";
  clear: both;
  display: block;
}
.sidebar .block .block-content .actions-toolbar div.primary {
  float: left;
  margin: 0 10px 0 0;
}
.sidebar .block .block-content .actions-toolbar div.secondary {
  float: left;
}
.sidebar .block .block-title {
  padding: 14px 20px 12px 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
  font-size: 1.25em;
  line-height: 1.1;
}
.sidebar .block .block-title strong {
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  margin: 0;
}
.sidebar .block .product-items {
  padding: 20px 0 0 0;
  list-style: none;
}
.sidebar .block .product-items .product-item {
  margin: 0;
}
.sidebar .block .product-items .product-item .product-item-info {
  position: relative;
  padding: 0 0 0 100px;
}
.sidebar .block .product-items .product-item .product-item-info .product-item-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 100px;
}
.sidebar .block .product-items .product-item .product-item-info .product-item-photo img {
  width: 100% !important;
  height: 100% !important;
}
.sidebar .block .product-items .product-item .product-item-info .product-item-details .product-item-name {
  margin: 0 25px 10px 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.sidebar .block .product-items .product-item .product-item-info .product-item-details .product-item-name a {
  color: #777777;
  font-weight: 300;
  text-decoration: none !important;
  -webkit-transition:  color 200ms linear 0s;
  -moz-transition:  color 200ms linear 0s;
  -ms-transition:  color 200ms linear 0s;
  -o-transition:  color 200ms linear 0s;
  transition:  color 200ms linear 0s;
}
.sidebar .block .product-items .product-item .product-item-info .product-item-details .product-item-name a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
.sidebar .block .product-items .product-item .product-item-info .product-item-details .price-box {
  margin: 0 0 10px;
  text-align: left;
}
.sidebar .block .product-items .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.sidebar .block .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.primary {
  font-size: 13px;
  padding: 5px 10px;
  height: 30px;
  letter-spacing: 0.5px;
}
.sidebar.sidebar-additional .block:last-child {
  border-bottom: 0;
}
/* ------------- layered filters ------------ */
.spinner_layered {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -25px;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner_layered > div {
  background-color: #1fc0a0;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner_layered .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner_layered .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner_layered .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner_layered .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
#layered-filter-block {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#layered-filter-block .block-title,
#layered-filter-block .block-subtitle.filter-subtitle {
  display: none;
}
#layered-filter-block .filter-options .filter-options-item {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px;
  padding-bottom: 14px;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-title {
  padding: 14px 25px 12px 0;
  margin: 0;
  position: relative;
  font-size: 1.25em;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  line-height: 1.1;
  cursor: pointer;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-title:after {
  position: absolute;
  display: block;
  top: 15px;
  right: -5px;
  font-family: 'Material Icons';
  font-size: 22px;
  content: "\e148";
  line-height: 1em;
  color: #1fc0a0;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content {
  padding-bottom: 19px;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .swatch-option {
  min-width: 40px;
  height: 40px;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items {
  margin: 10px 0 6px 0;
  padding: 0;
  list-style-type: none;
  counter-reset: myCounter;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items .checkbox-group {
  display: inline-block;
  margin: 0;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items .checkbox-group label {
  padding-left: 26px;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items .checkbox-group label .box {
  margin-top: 4px;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items .checkbox-group label .check {
  top: 3px;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li {
  padding: 0 0 7px 0;
  position: relative;
  list-style-type: none;
  color: #777777;
  font-weight: 300;
  /*&:after {
			  position: absolute;
			  display: block;
			  top: 9px;
			  left: 0;
			  color: @custom-color;
			  font-family: 'Material Icons';
			  content: "\e3a6";
			  font-size: 0.53em;
			  line-height: 1em;
			}*/
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li #ln_price_attribute {
  padding: 18px 0 0;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li .ui-slider-horizontal {
  height: 4px;
  border-radius: 0;
  background: #e5e5e5;
  margin: 0 0 15px;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1fc0a0;
  top: -8px;
  cursor: pointer !important;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li ul {
  padding: 0 0 0 0;
  margin: 7px 0 0 17px;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li ul li:last-child {
  padding-bottom: 0;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li .count {
  color: #333;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li .count:before {
  content: "(";
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li .count:after {
  content: ")";
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li .count .filter-count-label {
  display: none;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li a {
  color: #777777;
  font-weight: 300;
  text-decoration: none !important;
  -webkit-transition:  color 200ms linear 0s;
  -moz-transition:  color 200ms linear 0s;
  -ms-transition:  color 200ms linear 0s;
  -o-transition:  color 200ms linear 0s;
  transition:  color 200ms linear 0s;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li.active > a {
  color: #1fc0a0;
}
#layered-filter-block .filter-options .filter-options-item.active .filter-options-title:after {
  content: "\e15d";
}
#layered-filter-block .filter-options .filter-options-item:last-child {
  margin-bottom: 0;
}
#layered-filter-block .filter-current .filter-current-subtitle {
  display: block;
  padding: 14px 25px 12px 0;
  margin: 0 0 15px;
  position: relative;
  font-size: 1.25em;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  line-height: 1.1;
}
#layered-filter-block .filter-current .items {
  padding-bottom: 5px;
}
#layered-filter-block .filter-current .items .item {
  position: relative;
  padding: 0 20px 7px 0;
  font-size: 16px;
  font-weight: 300;
}
#layered-filter-block .filter-current .items .item .filter-label:after {
  content: ': ';
}
#layered-filter-block .filter-current .items .item .filter-value {
  color: #1fc0a0;
}
#layered-filter-block .filter-current .items .item .remove {
  position: absolute;
  top: 0;
  right: 0;
  color: #333;
  text-decoration: none !important;
}
#layered-filter-block .filter-current .items .item .remove:hover {
  color: #1fc0a0;
}
#layered-filter-block .filter-current .items .item .remove:before {
  font-family: 'Material Icons';
  content: "\e14c";
  font-size: 1em;
  font-weight: normal;
}
#layered-filter-block .filter-current .items .item .remove span {
  display: none;
}
#layered-filter-block .filter-actions {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px;
  padding-bottom: 30px;
}
/* ------------------ Sidebar Compare block ------------------ */
.block-compare .block-title span.counter {
  display: none !important;
}
.block-compare .empty {
  padding: 9px 15px 9px 0;
}
.block-compare .product-items-names {
  margin-bottom: 15px;
}
.block-compare .product-items-names .product-item {
  position: relative;
  padding: 0 18px 0 0;
  margin: 0 0 6px 0;
}
.block-compare .product-items-names .product-item .product-item-name {
  margin: 0;
}
.block-compare .product-items-names .product-item .product-item-name .product-item-link {
  color: #777777;
  font-weight: 300;
  text-decoration: none !important;
  -webkit-transition:  color 200ms linear 0s;
  -moz-transition:  color 200ms linear 0s;
  -ms-transition:  color 200ms linear 0s;
  -o-transition:  color 200ms linear 0s;
  transition:  color 200ms linear 0s;
}
.block-compare .product-items-names .product-item .product-item-name .product-item-link:hover {
  color: #1fc0a0;
}
.block-compare .product-items-names .product-item .action.delete {
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
  text-decoration: none !important;
  -webkit-transition:  color 200ms linear 0s;
  -moz-transition:  color 200ms linear 0s;
  -ms-transition:  color 200ms linear 0s;
  -o-transition:  color 200ms linear 0s;
  transition:  color 200ms linear 0s;
}
.block-compare .product-items-names .product-item .action.delete:hover {
  color: #1fc0a0;
}
.block-compare .product-items-names .product-item .action.delete:before {
  font-family: 'Material Icons';
  content: "\e14c";
  font-size: 1em;
  font-weight: normal;
}
.block-compare .product-items-names .product-item .action.delete span {
  display: none;
}
/* ------------------ Sidebar Wishlist block ------------------ */
.sidebar .block.block-wishlist .empty {
  padding: 9px 15px 9px 0;
}
.sidebar .block.block-wishlist .block-title span.counter {
  display: none !important;
}
.sidebar .block.block-wishlist .subtitle {
  display: none;
}
.sidebar .block.block-wishlist .product-items .product-item {
  min-height: 100px;
  margin-bottom: 28px;
}
.sidebar .block.block-wishlist .actions-secondary {
  position: absolute;
  right: 0;
  top: -2px;
  width: auto;
  padding: 0;
}
.sidebar .block.block-wishlist .actions-secondary .btn-remove span {
  display: none;
}
.sidebar .block.block-wishlist .actions-secondary .btn-remove:before {
  font-family: 'Material Icons';
  content: "\e14c";
  font-size: 1em;
  font-weight: normal;
}
/* ------------------ Sidebar Sales block ------------------ */
.sidebar .block.block-reorder {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar .block.block-reorder div.field {
  margin: 0 0 1px;
}
.sidebar .block.block-reorder .product-item-name {
  font-weight: 500;
}
.no-border-bottom {
  border-bottom: none;
}
.expander-list {
  margin: 0 0 -16px;
  padding: 0;
  list-style-type: none;
}
.expander-list > li {
  padding: 7px 0;
}
.expander-list > li a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
.expander-list > li > a {
  text-transform: uppercase;
  color: #333333;
  font-weight: 500;
  text-decoration: none !important;
}
.expander-list li.active > a,
.expander-list li.open > a {
  color: #1fc0a0;
}
.expander-list ul {
  display: none;
  margin: 10px 0 -5px;
  padding: 0;
  list-style-type: none;
}
.expander-list ul li {
  padding: 4px 0 3px;
}
.expander-list ul li a {
  font-weight: 300;
}
li.open .expander-list ul {
  display: block;
}
.expander-list li {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.expander-list .expander {
  position: absolute;
  display: block;
  top: 10px;
  right: -5px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  text-align: right;
}
.expander-list .expander:before {
  font-family: 'Material Icons';
  font-size: 22px;
  content: "\e5cf";
  line-height: 1em;
  color: #1fc0a0;
}
.expander-list .open > .expander:before {
  content: "\e5ce";
}
.filter-list {
  list-style: none;
  margin: 8px 0 15px;
  padding: 0;
}
.filter-list li {
  margin: 0 0 5px;
  position: relative;
}
.filter-list li span {
  color: #1fc0a0;
}
.filter-list li a.icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  text-decoration: none;
  color: #333333;
}
.filter-list li a.icon:hover {
  color: #1fc0a0;
}
.filter-list li a.icon.icon-to-right {
  position: absolute;
  right: -2px;
  top: 2px;
}
/****************************************
* end collapse-block
*****************************************/
/****************************************
* price slider
*****************************************/
#priceSlider {
  margin: 20px 0 26px;
}
.noUi-horizontal {
  height: 4px;
}
.noUi-background {
  background: #e5e5e5;
  box-shadow: none;
}
.noUi-connect {
  background: #23d6b2;
  box-shadow: none;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 0;
}
.noUi-target {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbbbbb;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  border: 0;
  border-radius: 50%;
  background: #1eb799;
  cursor: pointer;
  box-shadow: none;
}
.noUi-horizontal .noUi-handle {
  width: 19px;
  height: 19px;
  left: -9.5px;
  top: -8px;
}
.noUi-active {
  box-shadow: none;
}
.noUi-handle:before,
.noUi-handle:after {
  display: none;
}
.noUi-handle:after {
  left: 17px;
}
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.price-input {
  display: inline-block;
  vertical-align: top;
}
.price-input label {
  display: block;
  font-weight: normal;
  float: none;
  margin: 0;
}
.price-input input[type=text] {
  display: inline-block;
  border: 1px solid #e5e5e5;
  color: #1fc0a0;
  width: 67px;
  font-size: 1em;
  line-height: 1.25em;
  padding: 9px 0;
  text-align: center;
}
.price-input .btn {
  margin: 27px 0 0 5px;
}
.price-input-divider {
  display: inline-block;
  vertical-align: middle;
  padding: 30px 0 0;
}
/****************************************
* end price slider
*****************************************/
/****************************************
* compare
*****************************************/
body.catalog-product-compare-index .action.print {
  float: left;
  margin: -113px 0 0 0;
}
body.catalog-product-compare-index .action.print.btn--ys.btn--sm .icon {
  font-size: 20px;
  color: #1fc0a0;
}
body.catalog-product-compare-index .action.print.btn--ys.btn--sm:hover .icon {
  color: #fff;
}
.cell.remove .action.link-close {
  font-size: 20px;
}
.cell.remove .action.link-close span {
  display: none;
}
.table-wrapper.comparison .cell.product.info {
  text-align: center;
}
.table-wrapper.comparison .product-item-photo-wrap {
  max-width: 270px;
  margin: 0 auto 18px;
}
.table-wrapper.comparison .product-item-name {
  font-size: 16px;
  text-transform: uppercase;
}
.table-wrapper.comparison .product-reviews-summary {
  display: table;
  margin: 0 auto 15px;
}
.table-wrapper.comparison .product-reviews-summary .reviews-actions {
  display: none;
}
.table-wrapper.comparison .actions-secondary {
  margin: 10px 0 0 0;
}
.table-wrapper.comparison .actions-secondary a {
  display: inline-block;
  margin: 0 5px;
  color: #333333;
  font-size: 24px;
  line-height: 24px;
  -webkit-transition:  color 200ms linear 0s;
  -moz-transition:  color 200ms linear 0s;
  -ms-transition:  color 200ms linear 0s;
  -o-transition:  color 200ms linear 0s;
  transition:  color 200ms linear 0s;
}
.table-wrapper.comparison .actions-secondary a:before {
  font-family: 'Material Icons';
  font-size: 24px;
  font-weight: normal;
}
.table-wrapper.comparison .actions-secondary a.towishlist:before {
  content: "\e87e";
}
.table-wrapper.comparison .actions-secondary a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
.table-wrapper.comparison .actions-secondary a span {
  display: none;
}
.addtocart_compare {
  background: none;
  border: 0;
  padding: 0;
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  color: #1fc0a0;
}
.addtocart_compare:hover {
  background: none;
  border: 0;
  padding: 0;
  color: #333333;
}
.addtocart_compare .cart_txt {
  display: none;
}
.compare__item {
  display: block;
  width: 100%;
  position: relative;
  margin: 10px 0 32px;
  padding: 0;
  min-height: 100px;
}
.compare__item__image {
  position: absolute;
  top: 5px;
  left: 0;
  width: 80px;
  height: 100px;
}
.compare__item__image img {
  width: 100%;
}
.compare__item__delete {
  position: absolute;
  top: 0;
  right: 0;
}
.compare__item__delete a {
  color: #1fc0a0;
  font-size: 1em;
  text-decoration: none !important;
}
.compare__item__delete a:hover {
  color: #333333;
}
.compare__item__title {
  margin: 0 0 0 100px;
}
.compare__item__title h2 {
  font-size: 1em;
  line-height: 1.6875em;
  letter-spacing: normal;
  padding: 0 40px 10px 0;
  font-weight: normal;
  margin: 0;
}
.compare__item__title h2 a {
  color: #777777;
}
.compare__item__title h2 a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
#compareSlide {
  position: fixed;
  z-index: 10000;
  bottom: -150%;
  left: 0;
  width: 100%;
  padding: 20px 0 20px;
  background-color: #333333;
  display: block;
  -webkit-transition:  bottom 500ms linear 0s;
  -moz-transition:  bottom 500ms linear 0s;
  -ms-transition:  bottom 500ms linear 0s;
  -o-transition:  bottom 500ms linear 0s;
  transition:  bottom 500ms linear 0s;
}
#compareSlide.open {
  bottom: 0;
  -webkit-transition:  bottom 500ms linear 0s;
  -moz-transition:  bottom 500ms linear 0s;
  -ms-transition:  bottom 500ms linear 0s;
  -o-transition:  bottom 500ms linear 0s;
  transition:  bottom 500ms linear 0s;
}
#compareSlide .container {
  position: relative;
}
#compareSlide .compareSlide__top {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
#compareSlide .compareSlide__close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}
#compareSlide .compareSlide__close span {
  display: none;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
}
#compareSlide .compareSlide__close:hover {
  color: #1fc0a0;
}
#compareSlide .compareSlide__bot {
  overflow: hidden;
  border-top: 1px solid #606060;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}
#compareSlide .compareSlide__bot .clear-all {
  float: left;
  white-space: nowrap;
  font-size: 1.25em;
  color: #1fc0a0;
}
#compareSlide .compareSlide__bot .clear-all span {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  vertical-align: text-top;
  padding: 0 10px;
  color: #ffffff;
}
#compareSlide .compareSlide__bot .clear-all:hover {
  color: #1fc0a0;
}
#compareSlide .compareSlide__bot .btn-compare {
  float: right;
}
#compareSlide .compared-product-row {
  overflow: hidden;
  margin: 10px 0;
}
#compareSlide .compared-product {
  display: inline-block;
  vertical-align: top;
  width: 16.6667%;
  margin: 0 -4px 0 0;
  text-align: center;
  padding: 0 10px;
}
#compareSlide .compared-product__image {
  margin: 10px 0;
}
#compareSlide .compared-product__image img {
  max-width: 70px;
}
#compareSlide .compared-product__delete {
  font-size: 1.25em;
  text-decoration: none;
  color: #1fc0a0;
}
#compareSlide .compared-product__delete:hover {
  color: #ffffff;
}
#compareSlide .compared-product__name {
  font-size: 1em;
  line-height: 1.6875em;
  color: #1fc0a0;
  font-weight: 300;
}
/****************************************
* end compare
*****************************************/
/****************************************
* vertical carousel
*****************************************/
.vertical-carousel {
  padding: 0 0 40px;
  margin: 0 0 -3px;
}
.megamenu .vertical-carousel {
  margin: 15px 0 0;
}
.vertical-carousel__item {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 5px 0;
  min-height: 121px;
}
.vertical-carousel__item__select {
  width: 35px;
}
.vertical-carousel__item__image {
  width: 80px;
}
.vertical-carousel__item__image img {
  width: 100%;
}
.vertical-carousel__item .price-box {
  margin: 0 0 0 100px;
  padding: 0 0 2px;
  text-align: left;
}
.vertical-carousel__item .price-box .price {
  font-size: 1.25em;
  color: #1fc0a0;
}
.vertical-carousel__item .price-box .old-price .price {
  color: #fa6b6b;
  font-size: 12px;
}
.vertical-carousel__item .price-box del {
  font-size: 90%;
  display: block;
  padding: 5px 0 0 0;
}
.vertical-carousel__item .product-reviews-summary {
  margin: 5px 0 5px 100px;
  font-size: 0.75em;
  text-align: left;
}
.vertical-carousel__item .product-reviews-summary .reviews-actions {
  display: none;
}
.vertical-carousel__item__title {
  margin: 0 0 0 100px;
}
.vertical-carousel__item__title h2 {
  font-size: 1em;
  line-height: 1.6875em;
  padding: 0 0 4px 0;
  font-weight: normal;
  margin: -7px 0 0 0;
  letter-spacing: 0;
}
.vertical-carousel__item__title h2 a {
  color: #777777;
}
.vertical-carousel__item__title h2 a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
.vertical-carousel .label {
  position: absolute;
  top: 0.4em;
  font-size: 0.625em;
  line-height: 1.04em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: Ubuntu, sans-serif;
  font-weight: 600;
  padding: 0.5em;
}
.vertical-carousel .label--right {
  right: 0.5em;
}
.vertical-carousel .label--left {
  left: 0.5em;
}
.vertical-carousel .label--new {
  background-color: #474747;
}
.vertical-carousel .label--sale {
  background-color: #fa6b6b;
}
.vertical-carousel .slick-prev,
.vertical-carousel .slick-next {
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  color: #333333;
}
.vertical-carousel .slick-prev:hover,
.vertical-carousel .slick-next:hover {
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #1fc0a0;
  color: #ffffff;
}
.vertical-carousel .slick-prev:before,
.vertical-carousel .slick-next:before {
  font-size: 30px;
  line-height: 40px;
}
.vertical-carousel .slick-prev {
  left: 0;
}
.vertical-carousel .slick-next {
  left: 50px;
  right: auto;
}
.vertical-carousel.with-checkbox .vertical-carousel__item__select {
  width: 35px;
}
.vertical-carousel.with-checkbox .vertical-carousel__item__image {
  width: 80px;
}
.vertical-carousel.with-checkbox .price-box,
.vertical-carousel.with-checkbox .product-reviews-summary,
.vertical-carousel.with-checkbox .vertical-carousel__item__title {
  margin: 0 0 0 135px;
}
.vertical-carousel.with-checkbox .slick-prev {
  top: -75px;
  left: auto;
  right: 45px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.vertical-carousel.with-checkbox .slick-next {
  top: -75px;
  left: auto;
  right: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
@media (max-width: 991px) {
  .vertical-carousel.with-checkbox .slick-prev {
    top: -88px;
  }
  .vertical-carousel.with-checkbox .slick-next {
    top: -88px;
  }
}
@media (max-width: 767px) {
  .vertical-carousel.with-checkbox.vertical-carousel-2 {
    position: static;
  }
  .vertical-carousel.with-checkbox.vertical-carousel-2 .slick-prev {
    top: -10px;
    margin-top: 0;
  }
  .vertical-carousel.with-checkbox.vertical-carousel-2 .slick-next {
    top: -10px;
    margin-top: 0;
  }
  .vertical-carousel.with-checkbox.offset-top-40 {
    margin-top: 20px !important;
  }
}
.vertical-carousel.special-carousel {
  margin-top: -9px;
  padding-bottom: 0;
}
.vertical-carousel.special-carousel .vertical-carousel__item:first-child {
  border-top: none;
}
.vertical-carousel.special-carousel .vertical-carousel__item {
  min-height: 175px;
  padding-top: 20px;
  margin-top: 18px;
  border-top: 1px solid #e5e5e5;
}
.vertical-carousel.special-carousel .vertical-carousel__item__image {
  width: 120px;
}
.vertical-carousel.special-carousel .price-box,
.vertical-carousel.special-carousel .rating,
.vertical-carousel.special-carousel .vertical-carousel__item__title {
  margin: 0 0 0 140px;
}
.vertical-carousel.special-carousel .product_holder__label--sale {
  top: 30px !important;
  left: 10px;
  font-size: 10px;
  font-weight: 300;
  padding: 3px 5px 4px;
}
.vertical-carousel.special-carousel h2 {
  line-height: 1.5em;
  padding: 0 0 8px 0;
}
/****************************************
* end vertical carousel
*****************************************/
/****************************************
* subcategory
*****************************************/
.subcategory-item {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-bottom: 40px;
  margin-right: -4px;
  text-align: center;
}
.subcategory-item .figure {
  display: block;
  max-width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.subcategory-item .figure img {
  width: 100%;
}
.subcategory-item .figure::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 10px solid #eeeeee;
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.subcategory-item a {
  text-decoration: none;
}
.subcategory-item a:hover {
  text-decoration: none;
}
.subcategory-item a:hover .figure::before {
  opacity: 0;
}
.subcategory-item a:hover .subcategory-item__title {
  color: #1fc0a0;
}
.subcategory-item__title {
  font-size: 1.25em;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333333;
  text-transform: uppercase;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.subcategory-item__title a {
  color: #333333;
}
.subcategory-item__title a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
/****************************************
* end subcategory
*****************************************/
.toolbar-products {
  padding: 28px 0 20px;
  border-top: 1px solid #e5e5e5;
}
.limiter label.label_limiter {
  padding: 0 5px;
}
.limiter .control select {
  min-width: 70px;
}
.limiter .limiter-text {
  display: none;
}
.sorter .sorter-label {
  padding: 0 5px;
}
@media (max-width: 479px) {
  .sorter .sorter-label {
    display: none;
  }
}
.sorter-options {
  min-width: 175px;
}
@media (max-width: 639px) {
  .sorter-options {
    min-width: 95px;
    width: 95px;
    font-size: 11px !important;
  }
}
.sorter-action {
  display: inline-block;
  font-size: 21px;
  line-height: 1em;
  vertical-align: middle;
  color: #1fc0a0;
  -webkit-transition:  color 200ms linear 0s;
  -moz-transition:  color 200ms linear 0s;
  -ms-transition:  color 200ms linear 0s;
  -o-transition:  color 200ms linear 0s;
  transition:  color 200ms linear 0s;
}
.sorter-action:hover {
  color: #333333;
  text-decoration: none;
}
.sorter-action:before {
  font-family: 'Material Icons';
  content: "\e5c4";
  font-size: inherit;
  font-weight: normal;
}
.sorter-action.sort-asc {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.sorter-action.sort-desc {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.sorter-action span {
  display: none;
}
.modes {
  margin: 7px 15px 0 0;
}
@media (max-width: 639px) {
  .modes {
    margin: 7px 0 0 0;
  }
}
.modes-label {
  display: none;
}
.modes-mode {
  display: inline-block;
  margin: 0 12px 0 0;
  font-size: 24px;
  line-height: 20px;
  color: #777777;
  cursor: pointer;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.modes-mode:before {
  font-family: 'Material Icons';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  line-height: 26px;
}
.modes-mode.mode-grid:before {
  content: "\e8f0";
}
.modes-mode.mode-list:before {
  content: "\e8ef";
}
.modes-mode span {
  display: none;
}
.modes-mode:hover,
.modes-mode:focus,
.modes-mode:active {
  text-decoration: none;
}
.modes-mode:not(.active):hover {
  text-decoration: none;
  color: #1fc0a0;
}
.modes-mode.active {
  color: #1fc0a0;
}
.toolbar-amount {
  margin: 6px 0 0 0;
}
.toolbar-amount .toolbar-number {
  color: #333;
}
/***************************************
* filters-row
*****************************************/
.filters-row {
  position: relative;
  padding: 28px 0 20px;
  border-top: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filters-row {
    padding-bottom: 60px;
  }
}
.filters-row__mode,
.filters-row__pagination {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 992px) and (max-width: 1199px) {
  __pagination .filters-row {
    position: absolute;
    right: 5px;
    bottom: 5px;
  }
}
.filters-row__view {
  margin: 0 12px 0 0;
  font-size: 24px;
  line-height: 40px;
  color: #777777;
  cursor: pointer;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.filters-row__view:hover {
  color: #1fc0a0;
}
.filters-row__view.active {
  color: #1fc0a0;
}
.filters-row__items {
  display: inline-block;
  padding: 0 20px;
}
@media (max-width: 1680px) {
  .filters-row__items {
    padding: 0 12px;
  }
}
@media (max-width: 1199px) {
  .filters-row__items {
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .filters-row__items {
    padding: 0;
  }
}
.filters-row__select {
  display: inline-block;
  padding: 0  22px;
}
@media (max-width: 1680px) {
  .filters-row__select {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .filters-row__select {
    padding: 0 0 0 5px;
  }
}
.filters-row__select .sort-position {
  min-width: 175px;
}
@media (max-width: 1680px) {
  .filters-row__select .sort-position {
    min-width: 150px;
  }
}
@media (max-width: 1199px) {
  .filters-row__select .sort-position {
    min-width: 130px;
  }
}
.filters-row__select .show-qty {
  min-width: 70px;
}
.filters-row__select label {
  padding: 0 5px;
}
.filters-row__select .icon {
  display: inline-block;
  font-size: 21px;
  line-height: 1em;
  vertical-align: middle;
  color: #1fc0a0;
}
.filters-row__select .icon.sort-direction {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.filters-row__select .icon:hover {
  color: #333333;
}
@media (max-width: 640px) {
  .filters-row__select {
    display: block;
    padding: 0;
    margin: 5px 0;
  }
  .filters-row__select.pull-right {
    float: none !important;
  }
}
/* shopping-cart-table
==================================== */
@media (min-width: 992px) and (max-width: 1199px) {
  .filters-row-layout .filters-row__pagination {
    position: relative;
    right: 0px;
    bottom: 0px;
  }
}
@media (max-width: 992px) {
  .filters-row-layout div {
    text-align: center;
  }
  .filters-row-layout .slide-column-open {
    margin: 10px 0 20px 0;
  }
}
@media (max-width: 992px) {
  .filters-row-layout {
    padding-top: 0;
  }
}
/* shopping-cart-table
==================================== */
/* filter-popup
==================================== */
.collapse-block .filter-title {
  display: none;
}
.collapse-block .filter-popup li {
  position: relative;
  text-align: center;
}
.collapse-block .filter-popup a {
  position: relative;
}
.collapse-block .filter-popup .active a:before {
  content: "\e5cd";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 3em;
  background: #333333;
  color: #fff;
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
}
.collapse-block .filter-popup .active .filter-title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.collapse-block .filter-popup .active {
  padding-top: 29px !important;
}
.collapse-block .options-swatch--color li a:hover:before {
  border: none !important;
}
/* /filter-popup
==================================== */
/****************************************
* end filters-row
****************************************/
/****************************************
* slide column 
*****************************************/
@media (min-width: 992px) {
  #leftColumn {
    position: relative;
    padding-right: 47px;
    margin-top: -12px;
  }
  #leftColumn:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
  }
  .page-layout-2columns-left #centerColumn {
    float: right;
  }
}
@media (max-width: 991px) {
  .catalog-category-view #leftColumn .sidebar-main,
  .catalog-category-view #rightColumn .sidebar-main {
    position: fixed;
    display: block;
    margin: 0;
    padding: 0;
    background: #fff;
    list-style: none;
    z-index: 1000001;
    top: 0;
    left: -150%;
    height: 100%;
    width: 270px;
    text-align: left;
    overflow: auto;
    -webkit-transition:  left 300ms linear 0s;
    -moz-transition:  left 300ms linear 0s;
    -ms-transition:  left 300ms linear 0s;
    -o-transition:  left 300ms linear 0s;
    transition:  left 300ms linear 0s;
  }
  .catalog-category-view #leftColumn .sidebar-main.column-open,
  .catalog-category-view #rightColumn .sidebar-main.column-open {
    left: 0;
    -webkit-transition:  left 300ms linear 0s;
    -moz-transition:  left 300ms linear 0s;
    -ms-transition:  left 300ms linear 0s;
    -o-transition:  left 300ms linear 0s;
    transition:  left 300ms linear 0s;
  }
  .catalog-category-view #leftColumn .sidebar-main .block.filter,
  .catalog-category-view #rightColumn .sidebar-main .block.filter {
    padding: 0 20px;
  }
  .catalog-category-view #leftColumn .collapse-block,
  .catalog-category-view #rightColumn .collapse-block {
    padding: 0 20px;
  }
  .catalog-category-view #leftColumn .slide-column-close,
  .catalog-category-view #rightColumn .slide-column-close {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.8125em !important;
    line-height: 1em !important;
    font-weight: 600 !important;
    color: #1fc0a0;
    padding: 15px 18px !important;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition:  opacity 600ms linear 0s;
    -moz-transition:  opacity 600ms linear 0s;
    -ms-transition:  opacity 600ms linear 0s;
    -o-transition:  opacity 600ms linear 0s;
    transition:  opacity 600ms linear 0s;
  }
  .catalog-category-view #leftColumn .slide-column-close .icon,
  .catalog-category-view #rightColumn .slide-column-close .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.7692em;
    color: #333333;
  }
  .catalog-category-view #leftColumn .filters-block,
  .catalog-category-view #rightColumn .filters-block {
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .catalog-category-view #leftColumn .filters-row__select,
  .catalog-category-view #rightColumn .filters-row__select {
    display: block;
    padding: 5px 0 0 0;
  }
  .catalog-category-view #leftColumn .filters-row__select label,
  .catalog-category-view #rightColumn .filters-row__select label {
    min-width: 65px;
    margin: 0;
  }
  .catalog-category-view #leftColumn .filters-row__select .select-wrapper .select--ys,
  .catalog-category-view #rightColumn .filters-row__select .select-wrapper .select--ys {
    min-width: 118px;
  }
  .slide-column-open {
    margin: 0 15px 0 0;
    display: inline-block;
  }
}
.icon-to-right {
  position: absolute;
  right: 0;
  top: 3px;
}
#leftColumn .sidebar-main.column-open,
#rightColumn .sidebar-main.column-open {
  padding-top: 59px !important;
}
#leftColumn .sidebar-main.column-open .slide-column-close,
#rightColumn .sidebar-main.column-open .slide-column-close {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 777;
  width: 253px;
  opacity: 1;
}
.catalog-category-view #centerColumn #layered-filter-block {
  position: fixed;
  display: block;
  margin: 0;
  padding: 0 20px;
  background: #fff;
  list-style: none;
  z-index: 1000003;
  top: 0;
  left: -150%;
  height: 100%;
  width: 270px;
  text-align: left;
  overflow: auto;
  -webkit-transition:  left 300ms linear 0s;
  -moz-transition:  left 300ms linear 0s;
  -ms-transition:  left 300ms linear 0s;
  -o-transition:  left 300ms linear 0s;
  transition:  left 300ms linear 0s;
}
.catalog-category-view #centerColumn #layered-filter-block.column-open {
  left: 0;
  -webkit-transition:  left 300ms linear 0s;
  -moz-transition:  left 300ms linear 0s;
  -ms-transition:  left 300ms linear 0s;
  -o-transition:  left 300ms linear 0s;
  transition:  left 300ms linear 0s;
}
.catalog-category-view #centerColumn #layered-filter-block .block.filter {
  padding: 0 20px;
}
.catalog-category-view #centerColumn .collapse-block {
  padding: 0 20px;
}
.catalog-category-view #centerColumn .slide-column-close {
  display: block !important;
  opacity: 1 !important;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.8125em !important;
  line-height: 1em !important;
  font-weight: 600 !important;
  color: #1fc0a0;
  padding: 15px 18px !important;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition:  opacity 600ms linear 0s;
  -moz-transition:  opacity 600ms linear 0s;
  -ms-transition:  opacity 600ms linear 0s;
  -o-transition:  opacity 600ms linear 0s;
  transition:  opacity 600ms linear 0s;
}
.catalog-category-view #centerColumn .slide-column-close .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.7692em;
  color: #333333;
}
.catalog-category-view #centerColumn .filters-block {
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.catalog-category-view #centerColumn .filters-row__select {
  display: block;
  padding: 5px 0 0 0;
}
.catalog-category-view #centerColumn .filters-row__select label {
  min-width: 65px;
  margin: 0;
}
.catalog-category-view #centerColumn .filters-row__select .select-wrapper .select--ys {
  min-width: 118px;
}
.page-layout-1column.catalog-category-view #centerColumn .slide-column-open {
  display: block !important;
  opacity: 1 !important;
}
@media (min-width: 992px) {
  #rightColumn {
    position: relative;
    padding-left: 47px;
    margin-top: -12px;
  }
  #rightColumn:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
  }
}
@media (max-width: 1199px) {
  #rightColumn {
    padding-left: 15px;
  }
  #rightColumn:after {
    display: none;
  }
}
/* without-left-col
==================================== */
.without-left-col#leftColumn {
  position: fixed;
  display: block;
  margin: 0;
  padding: 0;
  background: #fff;
  list-style: none;
  z-index: 1000001;
  top: 0;
  left: -150%;
  height: 100%;
  width: 320px;
  text-align: left;
  overflow: auto;
  -webkit-transition:  left 300ms linear 0s;
  -moz-transition:  left 300ms linear 0s;
  -ms-transition:  left 300ms linear 0s;
  -o-transition:  left 300ms linear 0s;
  transition:  left 300ms linear 0s;
}
.without-left-col#leftColumn:after {
  display: none;
}
.without-left-col#leftColumn .slide-column-close {
  width: 320px;
}
@media (max-width: 767px) {
  .without-left-col#leftColumn {
    width: 270px;
  }
  .without-left-col#leftColumn .slide-column-close {
    width: 253px;
  }
}
.without-left-col#leftColumn .collapse-block {
  padding: 0 20px;
}
.without-left-col#leftColumn.column-open {
  left: 0;
  -webkit-transition:  left 300ms linear 0s;
  -moz-transition:  left 300ms linear 0s;
  -ms-transition:  left 300ms linear 0s;
  -o-transition:  left 300ms linear 0s;
  transition:  left 300ms linear 0s;
}
.without-left-col#leftColumn .slide-column-close {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.8125em !important;
  line-height: 1em !important;
  font-weight: 600 !important;
  color: #1fc0a0;
  padding: 15px 18px !important;
  text-decoration: none;
  text-transform: uppercase;
}
.without-left-col#leftColumn .slide-column-close .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.7692em;
  color: #333333;
}
.without-left-col#leftColumn .filters-block {
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.without-left-col#leftColumn .filters-row__select {
  display: block;
  padding: 5px 0 0 0;
}
.without-left-col#leftColumn .filters-row__select label {
  min-width: 65px;
  margin: 0;
}
.without-left-col#leftColumn .filters-row__select .select-wrapper .select--ys {
  min-width: 118px;
}
.without-left-col#leftColumn .collapse-block {
  padding: 0 20px;
}
.slide-column-open {
  margin: 0 15px 0 0;
  display: inline-block;
}
/* /without-left-col
==================================== */
.slide-column-open {
  float: left;
}
.text-center .slide-column-open {
  float: none;
}
/****************************************
* end slide column 
*****************************************/
/****************************************
* back-to-top
*****************************************/
.back-to-top {
  cursor: pointer;
  display: none;
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 1000;
  width: 62px;
  height: 62px;
  background-color: #1fc0a0;
  color: #ffffff;
  text-align: center;
  font-size: 2.77em;
  line-height: 1.4em;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}
.back-to-top span {
  color: #ffffff;
}
.back-to-top:hover {
  animation: animation-arrow-top alternate infinite 0.4s;
  -moz-animation: animation-arrow-top alternate infinite 0.4s;
  -webkit-animation: animation-arrow-top alternate infinite 0.4s;
}
/* arrow animation */
@-webkit-keyframes animation-arrow-top {
  0% {
    line-height: 1.4em;
  }
  100% {
    line-height: 1.1em;
  }
}
@-moz-keyframes animation-arrow-top {
  0% {
    line-height: 1.4em;
  }
  100% {
    line-height: 1.1em;
  }
}
@-ms-keyframes animation-arrow-top {
  0% {
    line-height: 1.4em;
  }
  100% {
    line-height: 1.1em;
  }
}
@-o-keyframes animation-arrow-top {
  0% {
    line-height: 1.4em;
  }
  100% {
    line-height: 1.1em;
  }
}
@keyframes animation-arrow-top {
  0% {
    line-height: 1.4em;
  }
  100% {
    line-height: 1.1em;
  }
}
/* /arrow animation */
/****************************************
* end back-to-top
*****************************************/
/****************************************
* Blog 
*****************************************/
.widget.block-recent-posts .block-content a,
.widget.block-archive .block-content a,
.widget.block-categories .block-content a {
  color: #777777;
}
.widget.block-recent-posts .block-content a:hover,
.widget.block-archive .block-content a:hover,
.widget.block-categories .block-content a:hover {
  color: #1fc0a0;
}
/* Post
==================================== */
.post {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.post.post-view {
  padding-bottom: 0;
  margin-bottom: 0;
}
.post__title_block {
  position: relative;
  overflow: hidden;
  padding: 0 0 43px 0;
}
.post__title_block figure {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.post__title_block figure img {
  width: 100%;
  height: auto;
  -webkit-transition:  all 0.3s 0s ease;
  -moz-transition:  all 0.3s 0s ease;
  -ms-transition:  all 0.3s 0s ease;
  -o-transition:  all 0.3s 0s ease;
  transition:  all 0.3s 0s ease;
}
.post__title_block figure:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.post__title_block time {
  background-color: #1fc0a0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 73px;
  height: 73px;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 1em;
  font-style: italic;
  font-family: Georgia, sans-serif;
  margin-right: 28px;
  text-transform: lowercase;
}
.post__title_block time span {
  font-size: 30px;
  line-height: 1em;
  font-weight: 500;
  display: block;
  text-align: center;
  padding-top: 11px;
  font-style: normal;
  font-family: Ubuntu, sans-serif;
  padding-bottom: 1px;
}
.post__title_block .post__title {
  font-size: 22px;
  line-height: 1em;
  padding-top: 4px;
  margin-bottom: 8px;
  letter-spacing: normal;
}
.post__title_block .pull-left.second-pull {
  width: 75%;
}
.post__title_block .pull-right {
  margin: 15px 0 0 0;
}
.post__title_block .post__meta {
  padding-top: 4px !important;
}
.post__title_block .post__meta.post_view_categories a {
  margin-right: 10px;
}
.post__title_block .post__meta.post_view_categories a:after {
  content: ',';
  color: #333333;
}
.post__title_block .post__meta.post_view_categories a:hover {
  color: #333333;
}
.post__title_block .post__meta.post_view_categories a:last-child:after {
  display: none;
}
@media (max-width: 991px) {
  .post__title_block .post__meta__item:first-child {
    display: block;
  }
}
@media (max-width: 695px) {
  .post__title_block .pull-left {
    width: 100%;
    float: none;
  }
  .post__title_block .pull-left:last-child {
    padding-top: 10px;
    width: 100%;
  }
}
.post .post__meta {
  width: 100%;
  padding-top: 20px;
}
@media (max-width: 535px) {
  .post .post__meta__item {
    display: block;
  }
}
.post .post-ftimg-hld {
  margin-bottom: 15px;
}
.post .color1 {
  color: #55acee;
}
.post h1 {
  font-size: 50px;
  line-height: 0.8em;
  margin-bottom: 27px;
  letter-spacing: -0.01em;
}
.post h2 {
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}
.post h3 {
  font-size: 26px;
  line-height: 1em;
  margin-bottom: 31px;
  letter-spacing: -0.01em;
}
.post h4 {
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 34px;
  letter-spacing: -0.01em;
}
.post h5 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 37px;
  letter-spacing: -0.01em;
}
.post h6 {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 19px;
  letter-spacing: -0.01em;
}
.post .title-header {
  line-height: 1.2em;
  padding: 24px 0 31px 0;
  margin: 0;
}
.post .post-text-hld ul {
  margin: 10px 0 6px 0;
  padding: 0;
  list-style-type: none;
  counter-reset: myCounter;
}
.post .post-text-hld ul li {
  padding: 0 0 7px 18px;
  position: relative;
  list-style-type: none;
}
.post .post-text-hld ul li:after {
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  color: #1fc0a0;
  font-family: 'Material Icons';
  content: "\e3a6";
  font-size: 0.53em;
  line-height: 1em;
}
.post .post-text-hld ul li ul {
  padding: 0 0 0 0;
  margin: 7px 0 0 17px;
}
.post .post-text-hld ul li ul li:last-child {
  padding-bottom: 0;
}
.post .post-text-hld ul li a {
  color: #777777;
  font-weight: 300;
  text-decoration: none !important;
}
.post .post-text-hld ul li a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
.post .post-text-hld ul li.active > a {
  color: #1fc0a0;
}
.post .post-text-hld ol {
  padding: 0;
  margin: 10px 0 0 0;
  list-style-type: none;
  counter-reset: myCounter;
}
.post .post-text-hld ol li {
  padding: 0 0 0 18px;
  margin-bottom: 7px;
  text-indent: 0;
  position: relative;
}
.post .post-text-hld ol li:before {
  content: counter(myCounter);
  counter-increment: myCounter;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #1fc0a0;
  font-weight: 500;
}
.post .post-text-hld ol ul {
  counter-reset: myCounter1;
  list-style-type: none;
  padding: 0;
  margin: 7px 0 0 17px;
}
.post .post-text-hld ol ul li:before {
  content: counter(myCounter1);
  counter-increment: myCounter1;
}
.post .post-text-hld ol ul li:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 767px) and (max-width: 1770px) {
  .blog-layout .post__title_block .pull-left:last-child {
    width: 65% !important;
  }
}
.embed-youtube {
  max-width: 604px;
}
/* post__meta
==================================== */
.post__meta {
  overflow: hidden;
}
.post__meta .icon {
  margin-right: 11px;
  top: 2px;
  position: relative;
  font-size: 18px;
}
.post__meta a,
.post__meta .icon {
  color: #1fc0a0;
}
.post__meta__item {
  color: #333333;
}
.post__meta__item.meta_category {
  float: left;
}
.post__meta__item.meta_category a {
  margin-right: 10px;
}
.post__meta__item.meta_category a:after {
  content: ',';
  color: #333333;
}
.post__meta__item.meta_category a:hover {
  color: #333333;
}
.post__meta__item.meta_category a:last-child:after {
  display: none;
}
.post__meta .addthis_toolbox {
  float: right;
  margin: 11px 0 0 0;
}
@media (max-width: 767px) {
  .post__meta .addthis_toolbox {
    float: none;
    clear: both;
    margin: 0;
    padding: 11px 0 0 0;
  }
}
.post__meta .autor {
  font-size: 18px;
  font-family: Georgia, sans-serif;
  font-style: italic;
  margin-right: 7px;
}
.post__meta .autor a {
  color: #333333;
}
.post__meta .autor a:hover {
  color: #1fc0a0;
}
/* /post__meta
==================================== */
.post-bottom .block {
  border-top: solid 1px #e5e5e5;
}
.post-bottom .block .block-title.title {
  margin: 0 0 20px;
  padding: 20px 0 0 0;
}
.post-bottom .block .block-title.title strong {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
}
.post-bottom .block .block-content {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* blog-layout
==================================== */
.blog-layout .post {
  border-color: transparent;
}
/* /blog-layout
==================================== */
/****************************************
* end Blog 
*****************************************/
/****************************************
* gallery(
	gallery-layout-1.html
	gallery-layout-2.html
	gallery-layout-3.html
	gallery-layout-4.html
	gallery-layout-5.html
)
*****************************************/
/* ---- isotope ---- */
.filter-nav {
  text-align: center;
  padding-bottom: 50px;
}
.filter-nav div {
  display: inline-block;
  background: #f5f5f5;
  text-transform: uppercase;
  font-weight: 500;
  color: #333333;
  margin: 0 5px;
  margin-bottom: 10px;
  padding: 14px 16px;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
  font-size: 13px;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
}
.filter-nav div:hover {
  background: #1fc0a0;
  color: #ffffff;
}
.filter-nav div.current {
  background: #1fc0a0;
  color: #ffffff;
}
.gallery-content .filter-content-item {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.gallery-content .zomm-gallery {
  width: 67px;
  height: 67px;
  background: #ffffff;
  display: inline-block;
  font-size: 36px;
  line-height: 1.9em;
  text-align: center;
  text-decoration: none;
  color: #333333;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.gallery-content .zomm-gallery:before {
  content: "\e8ff";
  display: block;
  position: relative;
  margin-left: 1px;
  font-family: 'Material Icons';
}
.gallery-content .zomm-gallery:hover {
  background: #1fc0a0;
  color: #ffffff;
}
.gallery-content .link-gallery {
  width: 67px;
  height: 67px;
  background: #ffffff;
  display: inline-block;
  font-size: 36px;
  line-height: 1.9em;
  text-align: center;
  text-decoration: none;
  color: #333333;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.gallery-content .link-gallery:before {
  content: "\e5c8";
  display: block;
  position: relative;
  margin-left: 1px;
  font-family: 'Material Icons';
}
.gallery-content .link-gallery:hover {
  background: #1fc0a0;
  color: #ffffff;
}
.gallery-content img {
  width: 100%;
  height: auto;
}
.gallery-content .title {
  font-size: 22px;
  line-height: 1em;
  margin-top: 0px;
}
.gallery-content .title a:focus {
  text-decoration: none;
  color: #333333;
}
.gallery-content .title a:hover {
  color: #1fc0a0;
  text-decoration: none;
}
.gallery-content figure {
  position: relative;
  display: block;
}
.gallery-content figure figcaption {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  display: block;
  padding: 5% 10%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 0;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.gallery-content figure:hover figcaption {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  z-index: 7;
  left: 0;
}
.gallery-content .button-box {
  position: absolute;
}
@media (max-width: 1770px) {
  .gallery-content .button-box {
    bottom: 7.5%;
    right: 5.3%;
    font-size: 30px;
  }
}
@media (min-width: 1770px) {
  .gallery-content .button-box {
    bottom: 13.5%;
    right: 10.3%;
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .gallery-content figcaption {
    padding-top: 5%;
  }
  .gallery-content .zomm-gallery,
  .gallery-content .link-gallery {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 1.7em;
  }
  .gallery-content .button-box {
    bottom: 6%;
  }
}
@media (max-width: 1200px) {
  .gallery-content .title {
    font-size: 19px;
  }
  .gallery-content .font18 {
    font-size: 15px;
  }
  .gallery-content figcaption {
    padding-top: 2%;
  }
  .gallery-content figcaption p {
    font-size: 13px;
    line-height: 1.5em;
  }
  .gallery-content .zomm-gallery,
  .gallery-content .link-gallery {
    width: 35px;
    height: 35px;
    font-size: 24px;
    line-height: 1.45em;
  }
  .gallery-content .button-box {
    bottom: 3%;
  }
}
@media (max-width: 1677px) {
  .gallery-layout-3.gallery-content .title {
    margin-top: 27px;
  }
}
@media (max-width: 1677px) {
  .gallery-layout-3.gallery-content .button-box {
    bottom: 7.5%;
    right: 5.3%;
    font-size: 30px;
  }
}
@media (max-width: 1677px) {
  .gallery-layout-3.gallery-content figcaption {
    padding-top: 5%;
  }
  .gallery-layout-3.gallery-content .zomm-gallery,
  .gallery-layout-3.gallery-content .link-gallery {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 1.7em;
  }
  .gallery-layout-3.gallery-content .button-box {
    bottom: 6%;
  }
}
@media (max-width: 1677px) {
  .gallery-layout-3.gallery-content .title {
    font-size: 19px;
  }
  .gallery-layout-3.gallery-content .font18 {
    font-size: 15px;
  }
  .gallery-layout-3.gallery-content figcaption {
    padding-top: 2%;
  }
  .gallery-layout-3.gallery-content figcaption p {
    font-size: 13px;
    line-height: 1.5em;
  }
  .gallery-layout-3.gallery-content .zomm-gallery,
  .gallery-layout-3.gallery-content .link-gallery {
    width: 35px;
    height: 35px;
    font-size: 24px;
    line-height: 1.45em;
  }
  .gallery-layout-3.gallery-content .button-box {
    bottom: 3%;
  }
}
@media (max-width: 1677px) {
  .gallery-layout-3.gallery-content .text-center .button-box {
    padding-top: 3%;
  }
}
.gallery-layout-4.gallery-content .block-table {
  height: 100%;
}
.gallery-layout-4.gallery-content figcaption {
  padding-top: 11%;
  text-align: center;
}
.gallery-layout-4.gallery-content figcaption .button-box {
  position: relative;
  padding-top: 5%;
  right: auto !important;
  bottom: inherit;
}
@media (max-width: 1770px) {
  .gallery-layout-4.gallery-content figcaption .button-box {
    padding-top: 3%;
  }
}
@media (min-width: 1770px) {
  .gallery-layout-4.gallery-content figcaption .button-box {
    padding-top: 5%;
  }
}
.gallery-layout-4.gallery-content figcaption p {
  display: none;
}
@media (max-width: 1641px) {
  .gallery-layout-4.gallery-content figcaption {
    padding: 5% 5%;
  }
  .gallery-layout-4.gallery-content .zomm-gallery,
  .gallery-layout-4.gallery-content .link-gallery {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 1.7em;
  }
  .gallery-layout-4.gallery-content .button-box {
    bottom: 6%;
  }
}
@media (max-width: 1641px) {
  .gallery-layout-4.gallery-content .title {
    font-size: 17px;
    margin-top: 27px;
  }
  .gallery-layout-4.gallery-content .font18 {
    font-size: 14px;
  }
  .gallery-layout-4.gallery-content figcaption p {
    font-size: 13px;
    line-height: 1.5em;
  }
  .gallery-layout-4.gallery-content .zomm-gallery,
  .gallery-layout-4.gallery-content .link-gallery {
    width: 40px;
    height: 40px;
    font-size: 26px;
    line-height: 1.6em;
  }
  .gallery-layout-4.gallery-content .button-box {
    bottom: 0%;
  }
}
.gallery-layout-4.gallery-content figcaption .button-box {
  text-align: center;
}
@media (max-width: 1641px) {
  .gallery-layout-4.gallery-content figcaption .button-box {
    padding-top: 3%;
  }
}
@media (max-width: 517px) {
  .gallery-layout-4.gallery-content figcaption {
    padding-top: 15%;
  }
}
/* add class content-cente */
.gallery-content .content-center .button-box {
  position: relative;
  right: auto;
  top: auto;
  text-align: center;
}
/* /add class content-cente */
.col-item-5 {
  float: left;
}
@media (max-width: 517px) {
  .col-item-5 {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .col-item-5 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-item-5 {
    width: 33.3%;
  }
}
@media (min-width: 992px) {
  .col-item-5 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-item-5 {
    width: 20%;
  }
}
@media (min-width: 1770px) {
  .col-item-5 {
    width: 20%;
  }
}
.col-item-4 {
  float: left;
}
@media (max-width: 767px) {
  .col-item-4 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-item-4 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-item-4 {
    width: 25%;
  }
}
@media (min-width: 1770px) {
  .col-item-4 {
    width: 25%;
  }
}
.css-masonry .filter-content-item {
  overflow: inherit;
  float: inherit;
}
@media (max-width: 767px) {
  .css-masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0em;
    -moz-column-gap: 0em;
    column-gap: 0em;
  }
}
@media (min-width: 768px) {
  .css-masonry {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0em;
    -moz-column-gap: 0em;
    column-gap: 0em;
  }
}
@media (min-width: 1200px) {
  .css-masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0em;
    -moz-column-gap: 0em;
    column-gap: 0em;
  }
}
@media (min-width: 1770px) {
  .css-masonry {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0em;
    -moz-column-gap: 0em;
    column-gap: 0em;
  }
}
.css-masonry .filter-content-item {
  display: inline-block;
  width: 100%;
  position: relative;
}
.gallery-content .block-table {
  display: table;
  width: 100%;
  height: 82%;
}
.gallery-content .content-center .block-table {
  height: 100%;
}
.gallery-content .content-center .title,
.gallery-content .content-center em,
.gallery-content .content-center p {
  text-align: center;
}
.gallery-content .content-center em {
  display: block;
}
.gallery-content .block-table-cell {
  display: table-cell;
  vertical-align: middle;
}
/****************************************
* end gallery
*****************************************/
/****************************************
* gallery(
	blog-variants.html
)
*****************************************/
.gallery-isotope .gallery__item {
  position: relative;
  float: left;
  width: 19.9%;
  overflow: hidden;
}
.gallery-isotope .gallery__item img {
  width: 100%;
  position: relative;
  z-index: 0;
}
.gallery-isotope .gallery__item--double {
  width: 39.9%;
}
.gallery-isotope .gallery__item .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0;
  -webkit-transition:  all 300ms ease 0s;
  -moz-transition:  all 300ms ease 0s;
  -ms-transition:  all 300ms ease 0s;
  -o-transition:  all 300ms ease 0s;
  transition:  all 300ms ease 0s;
}
.gallery-isotope .gallery__item__image {
  overflow: hidden;
}
.gallery-isotope .gallery__item__image__caption {
  -webkit-transition:  all 300ms ease 0s;
  -moz-transition:  all 300ms ease 0s;
  -ms-transition:  all 300ms ease 0s;
  -o-transition:  all 300ms ease 0s;
  transition:  all 300ms ease 0s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.gallery-isotope .gallery__item__image__caption h6 {
  position: absolute;
  top: 43%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition:  all 300ms ease 0s;
  -moz-transition:  all 300ms ease 0s;
  -ms-transition:  all 300ms ease 0s;
  -o-transition:  all 300ms ease 0s;
  transition:  all 300ms ease 0s;
}
.gallery-isotope .gallery__item a {
  display: block;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.gallery-isotope .gallery__item a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #1fc0a0;
  opacity: 0;
  -webkit-transition:  all 300ms ease 0s;
  -moz-transition:  all 300ms ease 0s;
  -ms-transition:  all 300ms ease 0s;
  -o-transition:  all 300ms ease 0s;
  transition:  all 300ms ease 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.gallery-isotope .gallery__item:hover :before {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery-isotope .gallery__item:hover h6 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/****************************************
* end gallery
*****************************************/
/****************************************
* Shopping-cart-page
*****************************************/
/* shopping-cart-table
==================================== */
.checkout-cart-index .cart-empty {
  text-align: center;
}
.checkout-cart-index .cart-empty a {
  color: #333333;
  text-decoration: underline;
}
.checkout-cart-index .cart-empty a:hover {
  color: #1fc0a0;
}
.table-wrapper {
  margin-bottom: 30px;
}
.shopping-cart-table {
  width: 100%;
}
.shopping-cart-table tr {
  border-bottom: 1px solid #e5e5e5;
}
.shopping-cart-table th {
  border-top: 1px solid #e5e5e5;
  color: #333333;
  font-weight: 500;
  padding: 11px 0;
}
.shopping-cart-table td {
  padding: 50px 0;
}
.shopping-cart-table td,
.shopping-cart-table th {
  border-right: 1px solid #e5e5e5;
  vertical-align: top;
  text-align: center;
}
.shopping-cart-table td:first-child,
.shopping-cart-table th:first-child,
.shopping-cart-table td:last-child,
.shopping-cart-table th:last-child {
  border-right: none;
}
.shopping-cart-table td:first-child,
.shopping-cart-table th:first-child {
  text-align: left;
}
.shopping-cart-table td.image,
.shopping-cart-table th.image {
  width: 18.3%;
}
.shopping-cart-table td.item,
.shopping-cart-table th.item {
  width: 32.7%;
  text-align: left;
}
.shopping-cart-table td.price,
.shopping-cart-table th.price {
  width: 14%;
}
.shopping-cart-table td.qty,
.shopping-cart-table th.qty {
  width: 15%;
}
.shopping-cart-table td.subtotal,
.shopping-cart-table th.subtotal {
  width: 15%;
}
.shopping-cart-table td.item-actions,
.shopping-cart-table th.item-actions {
  width: 5%;
}
.shopping-cart-table .icon,
.shopping-cart-table .fa {
  font-size: 20px;
}
.shopping-cart-table__create {
  float: right;
  position: relative;
  top: -10px;
  right: 20%;
}
.shopping-cart-table__product-image {
  padding: 0 19px 0 0;
}
.shopping-cart-table .cart-price .price {
  font-size: 30px;
  font-weight: normal !important;
  line-height: 1.1em;
  color: #1fc0a0;
}
.shopping-cart-table__input {
  width: 77px;
  display: inline-block;
}
.shopping-cart-table__input label {
  display: none !important;
}
.shopping-cart-table__input input {
  text-align: center;
  color: #1fc0a0;
}
.shopping-cart-table .actions-toolbar .action {
  display: block;
  height: 34px;
  width: 34px;
  text-align: center;
  margin: 0 auto 3px;
}
.shopping-cart-table .actions-toolbar .action span {
  display: none;
}
.shopping-cart-table .actions-toolbar .action:before {
  font-family: 'Material Icons';
  font-size: 20px;
  font-weight: normal;
}
.shopping-cart-table .actions-toolbar .action.action-towishlist:before {
  content: "\e87e";
}
.shopping-cart-table .actions-toolbar .action.action-edit:before {
  content: "\e150";
}
.shopping-cart-table .actions-toolbar .action.action-delete:before {
  content: "\e14c";
}
.shopping-cart-table a {
  color: #1fc0a0;
  -webkit-transition:  all 0.3s 0s ease;
  -moz-transition:  all 0.3s 0s ease;
  -ms-transition:  all 0.3s 0s ease;
  -o-transition:  all 0.3s 0s ease;
  transition:  all 0.3s 0s ease;
}
.shopping-cart-table a:hover {
  color: #333333;
}
.shopping-cart-table__product-name {
  margin-bottom: 20px;
}
.shopping-cart-table__product-name a {
  color: #1fc0a0;
}
.shopping-cart-table .product-item-name {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.shopping-cart-table .item-options dt {
  float: left;
  clear: both;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  line-height: normal;
  margin: 0 6px 7px 0;
  color: #333333;
}
.shopping-cart-table .item-options dt:after {
  content: ":";
}
.shopping-cart-table .item-options dd {
  float: left;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  line-height: normal;
  margin: 0 6px 7px 0;
}
.shopping-cart-table__list-parameters {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.shopping-cart-table__list-parameters li {
  padding: 0 0 7px 0;
  text-align: left;
  font-size: 16px;
}
.shopping-cart-table__list-parameters span {
  color: #333333;
  display: inline-block;
  margin-right: 6px;
}
.cart.main.actions {
  overflow: hidden;
}
.cart.main.actions .action {
  float: left;
  margin: 0;
}
.cart.main.actions .action.continue {
  margin-right: 30px;
}
.cart.main.actions .action.update {
  float: right;
}
.cart.table-wrapper .action-gift {
  float: none !important;
}
.shopping-cart-table td.item-actions .actions-toolbar {
  position: relative;
  z-index: 10;
}
.shopping-cart-table td.item-actions .gift-content {
  clear: left;
  display: none;
  float: none;
  margin: 0;
  text-align: left;
  width: 500px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 20px;
  border: solid 1px #e5e5e5;
}
.shopping-cart-table td.item-actions .gift-content .actions-toolbar .action {
  width: auto;
  height: 40px;
}
.shopping-cart-table td.item-actions .gift-content .actions-toolbar .action span {
  display: block;
}
.shopping-cart-table td.item-actions .gift-content._active {
  display: block !important;
}
.cart-summary .summary.title {
  display: none;
}
.cart-summary .collapse-block {
  margin-bottom: 30px;
}
.cart-summary .collapse-block__title {
  text-transform: uppercase;
}
.cart-summary .shipping .fieldset .legend {
  display: none;
}
.cart-summary .shipping .fieldset p.note {
  font-size: 16px;
  color: #777777;
  margin: 10px 0 13px;
}
.cart-summary .shipping .items.methods {
  padding: 20px 0 0 0;
}
.cart-summary .shipping .items.methods dt {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 10px;
}
.cart-summary .shipping .items.methods dd {
  padding: 0;
  margin: 0 0 12px;
}
.cart-summary .shipping .items.methods dd input {
  float: left;
  margin: 7px 10px 0 0;
}
.cart-summary .shipping .items.methods dd label {
  overflow: hidden;
  display: block;
  padding: 0;
  cursor: pointer;
}
.cart-summary .discount .fieldset .field {
  margin: 0 0 25px;
}
.cart-summary .totals-block-wrapper .data.table.totals th,
.cart-summary .totals-block-wrapper .data.table.totals td {
  padding: 0 0 15px;
  line-height: 18px;
}
.cart-summary .totals-block-wrapper .data.table.totals th {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  width: 60%;
}
.cart-summary .totals-block-wrapper .data.table.totals td {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  color: #1fc0a0;
  width: 40%;
}
.cart-summary .totals-block-wrapper .data.table.totals .grand.totals {
  border-top: solid 1px #e5e5e5;
}
.cart-summary .totals-block-wrapper .data.table.totals .grand.totals th {
  font-size: 30px;
  font-weight: 500 !important;
  padding-top: 20px;
  line-height: normal;
}
.cart-summary .totals-block-wrapper .data.table.totals .grand.totals td {
  padding-top: 20px;
  font-size: 30px;
  font-weight: 500 !important;
  line-height: normal;
}
.cart-summary .totals-block-wrapper .data.table.totals .grand.totals th strong,
.cart-summary .totals-block-wrapper .data.table.totals .grand.totals td strong {
  font-weight: 500;
}
.cart-summary .totals-block-wrapper .checkout-methods-items {
  text-align: right;
}
.cart-summary .totals-block-wrapper .checkout-methods-items li {
  margin-bottom: 22px;
}
.cart-summary .totals-block-wrapper .checkout-methods-items li:last-child {
  margin-bottom: 0;
}
.cart-summary .totals-block-wrapper .checkout-methods-items li a {
  color: #1fc0a0;
  text-decoration: underline;
}
.cart-summary .totals-block-wrapper .checkout-methods-items li a:hover {
  text-decoration: none;
}
@media (max-width: 1769px) {
  .shopping-cart-table td {
    padding: 30px 0;
  }
  .shopping-cart-table .cart-price .price {
    font-size: 20px;
    line-height: 1.8em;
  }
  .shopping-cart-table .item-options dt {
    font-size: 14px;
    margin: 0 6px 5px 0;
  }
  .shopping-cart-table .item-options dd {
    font-size: 14px;
    margin: 0 6px 5px 0;
  }
  .cart-summary .card h4 {
    font-size: 16px;
  }
  .cart-summary .collapse-block__title {
    padding: 17px 20px 15px 0;
  }
  .cart-summary .totals-block-wrapper .data.table.totals .grand.totals th {
    font-size: 22px;
  }
  .cart-summary .totals-block-wrapper .data.table.totals .grand.totals td {
    font-size: 22px;
  }
  .cart-summary .totals-block-wrapper .btn--ys.btn--xl,
  .cart-summary .totals-block-wrapper .action.primary.btn--xl {
    padding: 14px;
  }
}
@media (max-width: 1024px) {
  .cart.main.actions {
    margin-bottom: 30px;
  }
  .cart.main.actions .action {
    margin-bottom: 10px;
  }
  .cart.main.actions .action.clear {
    float: right;
  }
  .cart.main.actions .action.update {
    clear: both;
    float: right;
  }
}
@media (max-width: 767px) {
  .shopping-cart-table thead {
    display: none;
  }
  .shopping-cart-table td {
    padding: 15px 0;
  }
  .shopping-cart-table td,
  .shopping-cart-table th {
    border-right: 0;
    vertical-align: top;
    text-align: center;
  }
  .shopping-cart-table td:first-child,
  .shopping-cart-table th:first-child,
  .shopping-cart-table td:last-child,
  .shopping-cart-table th:last-child {
    border-right: none;
  }
  .shopping-cart-table td:first-child,
  .shopping-cart-table th:first-child {
    text-align: left;
  }
  .shopping-cart-table td.image,
  .shopping-cart-table th.image {
    float: left;
    display: block;
    width: 40%;
    text-align: left;
    border-right: 0;
  }
  .shopping-cart-table td.item,
  .shopping-cart-table th.item {
    float: left;
    display: block;
    width: 60%;
    text-align: left;
  }
  .shopping-cart-table td.price,
  .shopping-cart-table th.price {
    float: left;
    display: block;
    width: 33.333%;
    clear: both;
  }
  .shopping-cart-table td.qty,
  .shopping-cart-table th.qty {
    float: left;
    display: block;
    width: 33.333%;
  }
  .shopping-cart-table td.subtotal,
  .shopping-cart-table th.subtotal {
    float: left;
    display: block;
    width: 33.333%;
  }
  .shopping-cart-table td.item-actions,
  .shopping-cart-table th.item-actions {
    float: left;
    display: block;
    width: 100%;
    clear: both;
  }
  .shopping-cart-table .actions-toolbar {
    text-align: center;
  }
  .shopping-cart-table .actions-toolbar .action {
    display: inline-block;
    margin: 0 5px;
  }
  .cart.main.actions {
    text-align: center;
  }
  .cart.main.actions .action {
    float: none;
    display: inline-block;
    margin: 0 0 10px;
  }
  .cart.main.actions .action.continue {
    float: none;
    margin: 0 0 10px;
  }
  .cart.main.actions .action.update {
    float: none;
    margin: 0 0 10px;
  }
  .cart.main.actions .action.clear {
    float: none;
    margin: 0 0 10px;
  }
}
@media (max-width: 480px) {
  .cart-summary .card--padding {
    padding: 15px 16px 20px;
  }
  .cart-summary .card--padding.collapse-block {
    margin-bottom: 20px;
    padding: 8px 16px 6px;
  }
  .cart-summary .totals-block-wrapper .data.table.totals .grand.totals th {
    font-size: 19px;
  }
  .cart-summary .totals-block-wrapper .data.table.totals .grand.totals td {
    font-size: 19px;
  }
  .cart-summary .totals-block-wrapper .btn--ys.btn--xl,
  .cart-summary .totals-block-wrapper .action.primary.btn--xl {
    padding: 14px;
  }
  .cart-summary .totals-block-wrapper .btn--ys.btn--xl i,
  .cart-summary .totals-block-wrapper .action.primary.btn--xl i {
    display: none;
  }
  .cart-summary .totals-block-wrapper .checkout-methods-items {
    text-align: center;
  }
}
/* /shopping-cart-table
==================================== */
/* shopping-cart-btns
==================================== */
.shopping-cart-btns button.pull-right,
.shopping-cart-btns .btn.pull-right {
  margin-right: 0;
}
.shopping-cart-btns .btn {
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  .shopping-cart-btns {
    text-align: center;
  }
  .shopping-cart-btns > div {
    text-align: center !important;
    float: none !important;
  }
  .shopping-cart-btns .btn.pull-left,
  .shopping-cart-btns .btn.pull-right {
    float: none !important;
    display: inline-block !important;
  }
  .shopping-cart-btns .btn-right {
    margin-right: 0;
  }
}
/* /shopping-cart-btns
==================================== */
/* card
==================================== */
.card {
  border: 1px solid #e5e5e5;
}
.card--padding {
  padding: 25px 30px 30px 30px;
}
.card--padding.collapse-block {
  padding: 12px 30px 10px 30px;
}
.card h4 {
  font-size: 20px;
  margin-bottom: 19px;
}
.card label sup {
  color: #fa6b6b;
}
.card .btn {
  white-space: inherit;
}
/* /card
==================================== */
/* table-total
==================================== */
.table-total {
  width: 100%;
  text-transform: uppercase;
}
.table-total th {
  color: #333333;
  font-weight: 500;
  padding: 0 0 15px 0;
}
.table-total td {
  color: #1fc0a0;
  padding: 0 0 15px 0;
}
.table-total tbody {
  font-size: 16px;
  line-height: 1em;
}
.table-total tbody tr td {
  font-weight: 500;
}
.table-total tbody tr:last-child td,
.table-total tbody tr:last-child th {
  padding-bottom: 28px;
}
.table-total tfoot {
  width: 100%;
  font-size: 30px;
  line-height: 1em;
}
.table-total tfoot tr {
  border-top: 1px solid #e5e5e5;
}
.table-total tfoot tr td,
.table-total tfoot tr th {
  padding-top: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
.table-total tfoot tr td {
  text-align: right;
}
/* /table-total
==================================== */
/****************************************
* End Shopping-cart-page
*****************************************/
/****************************************
* Checkout step
*****************************************/
.form-shipping-address .fieldset > .field {
  margin: 0 0 10px;
}
.form-shipping-address .fieldset > .field.choice input[type="checkbox"] {
  float: left;
  margin: 7px 6px 0 0;
}
.form-shipping-address select {
  margin: 0;
}
.form-shipping-address fieldset {
  margin-bottom: 5px;
}
.form-shipping-address fieldset legend {
  font-size: 16px;
  line-height: 1.6875;
  border: 0;
  margin-bottom: 5px;
}
.form-shipping-address fieldset .control .field {
  margin-bottom: 10px;
}
.checkout-shipping-address {
  padding-bottom: 30px;
}
.checkout-shipping-address fieldset.street label {
  display: none;
}
.checkout-payment-method .payment-method-title {
  border-color: #e5e5e5;
}
.opc-payment .payment-methods .field.choice input[type="radio"],
.opc-payment .payment-methods .field.choice input[type="checkbox"] {
  float: left;
  margin: 8px 9px 0 0;
}
.opc-payment .payment-methods .field.choice label {
  float: left;
}
.opc-payment .payment-methods .field.choice:after {
  clear: both;
  content: '';
  display: table;
}
@media (max-width: 767px) {
  .opc-wrapper {
    padding: 0 15px;
  }
}
.opc-wrapper .step-title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 25px 0;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  display: block;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: 1000px !important;
}
.opc-wrapper .fieldset > .field {
  margin: 0 0 10px;
}
.opc-wrapper select {
  margin: 0;
}
.opc-wrapper fieldset {
  margin-bottom: 5px;
}
.opc-wrapper fieldset legend {
  font-size: 16px;
  line-height: 1.6875;
  border: 0;
  margin-bottom: 5px;
}
.opc-wrapper fieldset .control .field {
  margin-bottom: 10px;
}
.opc-wrapper .shipping-address-items {
  padding: 30px 0 0 0;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #1fc0a0;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #1fc0a0;
}
.opc-wrapper .table-checkout-shipping-method {
  width: 100% !important;
}
.opc-wrapper .table-checkout-shipping-method input[type="radio"] {
  margin: 7px 0 0 0;
}
.opc-wrapper .checkout-payment-method .payment-method-content .actions-toolbar:after {
  clear: both;
  display: table;
  content: '';
}
.opc-wrapper .checkout-payment-method .payment-method-content .actions-toolbar .action.primary.checkout {
  padding: 17px 24px;
  font-size: 1.1em;
  font-weight: 500;
  height: auto;
}
.opc-wrapper .checkout-payment-method .payment-option-title {
  border-top: solid 1px #e5e5e5;
}
.opc-wrapper .checkout-payment-method .payment-option-title .action-toggle {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
}
.opc-wrapper .checkout-payment-method .payment-option-title .action-toggle:hover {
  color: #1fc0a0;
}
._has-auth-shown .authentication-wrapper {
  z-index: 999999;
}
.opc-sidebar {
  margin: 0 !important;
}
.opc-sidebar .modal-header {
  border: 0;
  min-height: inherit;
  padding: 0;
}
@media (max-width: 767px) {
  .opc-sidebar .modal-header {
    min-height: 40px;
  }
  .opc-sidebar .modal-header .action-close {
    margin: 5px;
  }
}
.opc-sidebar .modal-content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding-bottom: 10px;
}
.opc-sidebar .opc-block-summary {
  border: solid 1px #e5e5e5;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .opc-sidebar .opc-block-summary {
    padding: 16px 15px;
  }
}
.opc-sidebar .opc-block-summary > .title {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.opc-sidebar .opc-block-summary .items-in-cart > .title {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.opc-sidebar .opc-block-summary .items-in-cart > .title strong {
  font-size: 20px;
  font-weight: 500;
}
.opc-sidebar .opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  display: block;
  top: 12px;
  right: 10px;
  font-family: 'Material Icons';
  font-size: 22px;
  content: "\e148";
  line-height: 1em;
  color: #1fc0a0;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items {
  margin: 0;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper {
  margin: 0;
  max-height: 305px;
  padding: 0;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper.overflowed {
  overflow: auto;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item {
  min-height: 90px;
  margin-bottom: 15px;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product {
  padding: 0 0 0 87px;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-image-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  margin: 0;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-image-container .product-image-wrapper {
  height: auto;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name {
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
}
@media (max-width: 1769px) {
  .opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name {
    display: block;
    font-size: 14px;
    line-height: 16px;
  }
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner {
  margin-bottom: 5px;
  padding-right: 5px;
}
@media (max-width: 1199px) {
  .opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .product-item-name-block {
    display: block;
  }
  .opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .subtotal {
    display: block;
    text-align: left;
  }
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .details-qty {
  font-size: 14px;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .details-qty .label {
  margin-right: 3px;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .details-qty .label:after {
  content: ':';
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .details-qty .value {
  font-weight: 700;
  color: #333333;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .subtotal {
  font-size: 16px;
  font-weight: 500;
  color: #1fc0a0;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .subtotal .price {
  font-size: 16px;
  font-weight: 500;
  color: #1fc0a0;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options:hover .toggle {
  color: #333333;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content {
  background: #e5e5e5;
  border: solid 1px #d3d3d3;
  padding: 5px 7px;
  position: static;
  left: inherit;
  top: inherit;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .item-options {
  margin: 0;
  overflow: hidden;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .item-options dt {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  padding: 0 0 4px;
  margin: 0 4px 0 0;
  float: left;
  clear: both;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .item-options dt:after {
  content: ':';
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .item-options dd {
  font-size: 13px;
  padding: 0 0 4px;
  margin: 0;
  float: left;
}
.opc-sidebar .opc-block-summary .items-in-cart.active > .title:after {
  content: "\e15d";
}
.opc-sidebar .opc-block-summary .table-totals {
  margin: 15px 0 20px;
}
.opc-sidebar .opc-block-summary .table-totals .mark {
  font-weight: 500;
  text-transform: uppercase;
}
.opc-sidebar .opc-block-summary .table-totals .mark .value {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  color: #777;
}
.opc-sidebar .opc-block-summary .table-totals .mark strong {
  font-weight: 500;
}
.opc-sidebar .opc-block-summary .table-totals .amount {
  font-size: 16px;
  font-weight: 500;
  color: #1fc0a0;
}
.opc-sidebar .opc-block-summary .table-totals .grand.totals {
  border-top: solid 1px #e5e5e5;
}
.opc-sidebar .opc-block-summary .table-totals .grand.totals .mark,
.opc-sidebar .opc-block-summary .table-totals .grand.totals .amount {
  font-size: 18px;
}
.opc-sidebar .opc-block-shipping-information {
  padding: 0;
}
.opc-sidebar .opc-block-shipping-information .ship-to,
.opc-sidebar .opc-block-shipping-information .ship-via {
  margin-bottom: 30px;
}
.opc-sidebar .opc-block-shipping-information .shipping-information-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  padding: 15px 0;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .opc-sidebar .opc-block-shipping-information .shipping-information-title {
    padding: 15px 0 15px 15px;
  }
}
.opc-sidebar .opc-block-shipping-information .shipping-information-title .action-edit {
  top: 9px;
  right: 10px;
}
.opc-sidebar .opc-block-shipping-information .shipping-information-title .action-edit:before {
  color: #333333;
}
.opc-sidebar .opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #1fc0a0;
}
.opc-sidebar .opc-block-shipping-information .shipping-information-content {
  padding: 0 15px;
}
.opc-progress-bar {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}
.opc-progress-bar li {
  display: inline-block;
  min-width: 190px;
  margin: 0;
  padding: 57px 10px 0;
  position: relative;
  text-align: center;
}
.opc-progress-bar li span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
}
.opc-progress-bar li:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 0;
  right: 0;
  height: 3px;
  background: #f5f5f5;
}
.opc-progress-bar li:before {
  width: 52px;
  height: 52px;
  background-color: #f5f5f5;
  text-align: center;
  color: #333333;
  font-size: 20px;
  line-height: 2.55em;
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  margin: 0 0 0 -26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition:  background-color 0.3s 0s ease;
  -moz-transition:  background-color 0.3s 0s ease;
  -ms-transition:  background-color 0.3s 0s ease;
  -o-transition:  background-color 0.3s 0s ease;
  transition:  background-color 0.3s 0s ease;
}
.opc-progress-bar li:nth-child(1):before {
  content: '1';
}
.opc-progress-bar li:nth-child(2):before {
  content: '2';
}
.opc-progress-bar li._active:after {
  background: #1fc0a0;
}
.opc-progress-bar li._active:before {
  background-color: #1fc0a0;
  color: #ffffff;
}
.opc-progress-bar li._complete {
  cursor: pointer;
}
@media (max-width: 767px) {
  .opc-progress-bar {
    text-align: center;
  }
  .opc-progress-bar li {
    margin: 0 0 15px;
  }
}
.opc-estimated-wrapper {
  border-bottom: 0 !important;
  margin: 0 !important;
}
.opc-estimated-wrapper .minicart-wrapper {
  float: right;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 20px;
  font-weight: 500;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  text-transform: uppercase;
  color: #333333;
}
.opc-estimated-wrapper .estimated-block .estimated-price {
  font-weight: 500;
  color: #1fc0a0;
}
.authentication-wrapper {
  margin: 23px 0 0 0;
}
@media (max-width: 767px) {
  .authentication-wrapper {
    float: none;
    text-align: center;
    max-width: 100%;
    margin: 0 0 30px;
  }
}
.authentication-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 0 !important;
}
.block-authentication .block-title {
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  color: #333333;
}
.block-authentication .block-title strong {
  font-weight: 500;
}
.block-authentication .field {
  margin-bottom: 15px;
}
.cart-empty {
  padding: 0 20px;
}
.cart-empty .btn_continue_shopping a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  padding: 10px 14px 10px 40px;
  font-size: 0.875em;
  line-height: 1.486em;
  height: 40px;
  background-color: #1fc0a0;
  color: #ffffff;
  border-radius: 0;
  vertical-align: top;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition:  background 300ms linear 0s;
  -moz-transition:  background 300ms linear 0s;
  -ms-transition:  background 300ms linear 0s;
  -o-transition:  background 300ms linear 0s;
  transition:  background 300ms linear 0s;
}
.cart-empty .btn_continue_shopping a:after {
  position: absolute;
  display: block;
  top: 9px;
  left: 15px;
  font-family: 'Material Icons';
  font-size: 22px;
  content: "\e314";
  line-height: 1em;
}
.cart-empty .btn_continue_shopping a:hover,
.cart-empty .btn_continue_shopping a:active,
.cart-empty .btn_continue_shopping a:focus,
.cart-empty .btn_continue_shopping a:visited {
  border: 0;
  text-decoration: none;
}
.cart-empty .btn_continue_shopping a:hover {
  background-color: #f5f5f5;
  color: #1fc0a0;
}
/* block-underline-top 
==================================== */
.block-underline-top {
  border-top: 1px solid #e5e5e5;
  padding-top: 29px;
  margin-bottom: 22px;
}
.block-underline-top:last-child {
  margin-bottom: 0;
}
.block-underline-top .link-functional {
  color: #1fc0a0;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  top: -1px;
}
/* /block-underline 
==================================== */
/* box-border 
==================================== */
.box-border {
  border: 1px solid #e5e5e5;
}
.box-border--padding {
  padding: 25px 30px 28px 30px;
}
/* box-border 
==================================== */
/* order-review-table
==================================== */
.order-review-table {
  width: 100%;
}
.order-review-table tr {
  border-bottom: 1px solid #e5e5e5;
}
.order-review-table th {
  border-top: 1px solid #e5e5e5;
  color: #333333;
  font-weight: 500;
  padding: 11px 5px;
}
.order-review-table td {
  padding: 50px 5px;
}
.order-review-table td,
.order-review-table th {
  border-right: 1px solid #e5e5e5;
  vertical-align: top;
  text-align: center;
}
.order-review-table td:last-child,
.order-review-table th:last-child {
  border-right: none;
}
.order-review-table td:first-child,
.order-review-table th:first-child {
  text-align: left;
  padding-left: 0;
}
.order-review-table td:nth-child(1),
.order-review-table th:nth-child(1) {
  width: 59.5%;
}
.order-review-table td:nth-child(2),
.order-review-table th:nth-child(2) {
  width: 13.5%;
}
.order-review-table td:nth-child(3),
.order-review-table th:nth-child(3) {
  width: 13%;
}
.order-review-table td:nth-child(4),
.order-review-table th:nth-child(4) {
  width: 14%;
}
.order-review-table .icon,
.order-review-table .fa {
  font-size: 20px;
}
.order-review-table__create {
  float: right;
  position: relative;
  top: -10px;
  right: 20%;
}
.order-review-table__product-image {
  padding: 0 19px 0 0;
}
.order-review-table__product-price {
  font-size: 30px;
  line-height: 1.1em;
  color: #1fc0a0;
}
.order-review-table__input {
  width: 77px;
  display: inline-block;
}
.order-review-table__input input {
  text-align: center;
  color: #1fc0a0;
}
.order-review-table a {
  color: #1fc0a0;
  -webkit-transition:  all 0.3s 0s ease;
  -moz-transition:  all 0.3s 0s ease;
  -ms-transition:  all 0.3s 0s ease;
  -o-transition:  all 0.3s 0s ease;
  transition:  all 0.3s 0s ease;
}
.order-review-table a:hover {
  color: #333333;
}
.order-review-table__product-name {
  margin-bottom: 20px;
}
.order-review-table__product-name a {
  color: #1fc0a0;
}
.order-review-table__list-parameters {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.order-review-table__list-parameters li {
  padding: 0 0 7px 0;
  text-align: left;
  font-size: 16px;
}
.order-review-table__list-parameters span {
  color: #333333;
  display: inline-block;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .order-review-table__create {
    float: right;
    position: relative;
    top: -10px;
    right: 0px;
    margin-right: 0px;
    margin-left: 18px;
  }
  .order-review-table__delete {
    float: right;
    position: relative;
    top: -10px;
  }
  .order-review-table__product-name {
    font-weight: normal;
  }
  .order-review-table__list-parameters li {
    padding: 0 0 2px 0;
    font-size: 14px;
  }
  .order-review-table tbody,
  .order-review-table td,
  .order-review-table tr {
    display: block;
    border: 0;
    width: 100% !important;
    text-align: center !important;
  }
  .order-review-table tr {
    border-bottom: 1px solid #e5e5e5;
  }
  .order-review-table td:nth-child(1) {
    width: 30% !important;
    display: table-cell !important;
  }
  .order-review-table td:nth-child(2) {
    width: 45% !important;
    display: table-cell !important;
    text-align: left;
  }
  .order-review-table td:nth-child(3) {
    width: 20% !important;
    display: table-cell !important;
    text-align: left;
  }
  .order-review-table td:nth-child(2),
  .order-review-table td:nth-child(3),
  .order-review-table td:nth-child(4) {
    display: none !important;
  }
  .order-review-table thead {
    display: none;
  }
  .order-review-table .price-mobile {
    font-size: 20px;
    font-weight: 500;
  }
}
@media (max-width: 767px) and (max-width: 529px) {
  .order-review-table__create {
    margin-right: 0px;
    margin-left: 7px;
  }
}
/* /order-review-table
==================================== */
/****************************************
* End Checkout step
*****************************************/
/****************************************
* End Checkout one page
*****************************************/
.title-checkout {
  font-size: 26px;
  margin-bottom: 33px;
}
.title-checkout .icon {
  font-size: 46px;
  line-height: 1em;
  top: 8px;
  position: relative;
}
/* table-total-checkout
==================================== */
.table-total-checkout {
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.table-total-checkout th {
  color: #333333;
  font-weight: 500;
  padding: 0 0 15px 0;
}
.table-total-checkout td {
  color: #1fc0a0;
  padding: 0 0 15px 0;
}
.table-total-checkout tbody {
  width: 100%;
  line-height: 1em;
  font-size: 26px;
  font-weight: 500;
}
.table-total-checkout tbody tr td,
.table-total-checkout tbody tr th {
  padding-top: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
.table-total-checkout tbody tr td {
  text-align: right;
  font-size: 30px;
}
/* /table-total-checkout
==================================== */
/****************************************
* End Checkout one page
*****************************************/
/****************************************
* wishlist page
*****************************************/
/* table-wishlist 
==================================== */
.table-wishlist {
  width: 100%;
}
.table-wishlist table {
  width: 100%;
}
.table-wishlist tr {
  border-bottom: 1px solid #e5e5e5;
}
.table-wishlist tr tr {
  border: none;
}
.table-wishlist td,
.table-wishlist th {
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #e5e5e5;
  padding-top: 50px;
  padding-bottom: 50px;
}
.table-wishlist td:last-child,
.table-wishlist th:last-child {
  border-right: none;
}
.table-wishlist td:first-child,
.table-wishlist th:first-child {
  text-align: left;
  padding-left: 0;
}
.table-wishlist td:nth-child(1),
.table-wishlist th:nth-child(1) {
  width: 70%;
}
.table-wishlist td:nth-child(1) td,
.table-wishlist th:nth-child(1) td {
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
  text-align: left;
}
.table-wishlist td:nth-child(1) td:first-child,
.table-wishlist th:nth-child(1) td:first-child {
  width: 26.7%;
}
.table-wishlist td:nth-child(1) td:last-child,
.table-wishlist th:nth-child(1) td:last-child {
  width: 73.3%;
  padding-right: 50px;
}
.table-wishlist td:nth-child(2),
.table-wishlist th:nth-child(2) {
  width: 25%;
}
.table-wishlist td:nth-child(3),
.table-wishlist th:nth-child(3) {
  width: 5%;
}
.table-wishlist textarea {
  padding: 18px 0 0 18px;
}
.table-wishlist th {
  border-top: 1px solid #e5e5e5;
  padding: 11px 5px;
}
.table-wishlist .btn {
  margin-bottom: 16px;
}
.table-wishlist__product-name {
  color: #1fc0a0;
  margin-bottom: 20px;
}
.table-wishlist__product-image {
  margin-right: 50px;
}
.table-wishlist__product-price {
  font-size: 30px;
  line-height: 1.1em;
  color: #1fc0a0;
  display: inline-block;
  padding-bottom: 13px;
}
.table-wishlist__input {
  width: 77px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.table-wishlist__input input {
  text-align: center;
}
.table-wishlist__delete {
  display: 20px;
  color: #1fc0a0;
}
.table-wishlist__list-parameters {
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.table-wishlist__list-parameters li {
  padding: 0 0 7px 0;
  text-align: left;
  font-size: 16px;
}
.table-wishlist__list-parameters span {
  color: #333333;
  display: inline-block;
  margin-right: 6px;
}
@media (max-width: 991px) {
  .table-wishlist .visible-icon .icon {
    position: relative;
    top: -10px;
    color: #1fc0a0;
    font-size: 20px;
    margin-left: 7px;
  }
  .table-wishlist th {
    display: none;
  }
  .table-wishlist td,
  .table-wishlist th {
    border-right: none;
  }
  .table-wishlist td:nth-child(1),
  .table-wishlist th:nth-child(1) {
    width: 100%;
  }
  .table-wishlist td:nth-child(1) td:first-child,
  .table-wishlist th:nth-child(1) td:first-child {
    width: 26.7%;
    display: table-cell;
  }
  .table-wishlist td:nth-child(1) td:last-child,
  .table-wishlist th:nth-child(1) td:last-child {
    width: 73.3%;
    padding-right: 0px;
    display: table-cell;
  }
  .table-wishlist td:nth-child(2),
  .table-wishlist th:nth-child(2),
  .table-wishlist td:nth-child(3),
  .table-wishlist th:nth-child(3) {
    display: none;
  }
  .table-wishlist td:nth-child(2) td,
  .table-wishlist th:nth-child(2) td,
  .table-wishlist td:nth-child(3) td,
  .table-wishlist th:nth-child(3) td {
    display: block;
  }
  .table-wishlist__list-parameters li {
    padding-bottom: 4px;
  }
  .table-wishlist__product-price {
    padding-bottom: 0;
  }
  .table-wishlist__input {
    margin: 0 0 15px 0;
  }
  .table-wishlist .btn {
    margin-bottom: 0px;
  }
  .table-wishlist__product-price {
    margin-bottom: 0;
  }
}
@media (max-width: 684px) {
  .table-wishlist__product-image {
    margin-bottom: 25px;
  }
  .table-wishlist td {
    border-right: none;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .table-wishlist td:nth-child(1) {
    width: 100%;
  }
  .table-wishlist td:nth-child(1) td:first-child {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 15px;
  }
  .table-wishlist td:nth-child(1) td:first-child img {
    display: inline-block;
  }
  .table-wishlist td:nth-child(1) td:last-child {
    width: 100%;
    display: block;
    text-align: center;
  }
  .table-wishlist__list-parameters li {
    text-align: center;
  }
  .table-wishlist__input {
    margin-left: auto;
    margin-right: auto;
  }
  .table-wishlist__product-image {
    margin-right: 0;
  }
  .table-wishlist th {
    border-top: 1px solid #e5e5e5;
    padding: 11px 5px;
  }
}
@media (max-width: 992px) {
  .wishlist-button .btn-right {
    margin-right: 0;
  }
}
/* /table-wishlist 
==================================== */
/* table-wishlist 
==================================== */
.table-wishlist-1 {
  width: 100%;
}
.table-wishlist-1 table {
  width: 100%;
}
.table-wishlist-1 tr {
  border-bottom: 1px solid #e5e5e5;
}
.table-wishlist-1 tr tr {
  border: none;
}
.table-wishlist-1 td,
.table-wishlist-1 th {
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #e5e5e5;
  padding-top: 50px;
  padding-bottom: 50px;
}
.table-wishlist-1 td a,
.table-wishlist-1 th a {
  text-decoration: none;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
}
.table-wishlist-1 td:last-child,
.table-wishlist-1 th:last-child {
  border-right: none;
}
.table-wishlist-1 td:first-child,
.table-wishlist-1 th:first-child {
  text-align: left;
  padding-left: 0;
}
.table-wishlist-1 td:nth-child(1),
.table-wishlist-1 th:nth-child(1) {
  width: 55%;
}
.table-wishlist-1 td:nth-child(1) .pull-left,
.table-wishlist-1 th:nth-child(1) .pull-left {
  width: 28.3%;
}
.table-wishlist-1 td:nth-child(1) .pull-right,
.table-wishlist-1 th:nth-child(1) .pull-right {
  width: 66.3%;
}
.table-wishlist-1 td:nth-child(2),
.table-wishlist-1 th:nth-child(2) {
  width: 15%;
}
.table-wishlist-1 td:nth-child(3),
.table-wishlist-1 th:nth-child(3) {
  width: 15%;
}
.table-wishlist-1 td:nth-child(4),
.table-wishlist-1 th:nth-child(4) {
  width: 15%;
}
.table-wishlist-1 th {
  border-top: 1px solid #e5e5e5;
  padding: 11px 5px;
}
.table-wishlist-1__product-price {
  font-size: 30px;
  line-height: 1.1em;
  color: #1fc0a0;
  display: inline-block;
  padding-bottom: 13px;
}
.table-wishlist-1__product-name {
  color: #1fc0a0;
}
.table-wishlist-1__product-name a {
  color: #1fc0a0;
}
.table-wishlist-1__product-name a:hover {
  color: #333333;
}
.table-wishlist-1 a.color-red {
  color: #fa6b6b;
}
.table-wishlist-1 a.color-red:active,
.table-wishlist-1 a.color-red:hover,
.table-wishlist-1 a.color-red:focus {
  color: #333333;
}
.table-wishlist-1 a.color-green {
  color: #21caa9;
}
.table-wishlist-1 a.color-green:active,
.table-wishlist-1 a.color-green:hover,
.table-wishlist-1 a.color-green:focus {
  color: #333333;
}
.table-wishlist-1 .icon {
  font-size: 20px;
}
.table-wishlist-1 .icon:active {
  color: #333333 !important;
}
@media (max-width: 991px) {
  .table-wishlist-1 .visible-icon .icon {
    position: relative;
    top: -8px;
    font-size: 20px;
    margin-left: 7px;
  }
  .table-wishlist-1 th {
    display: none;
  }
  .table-wishlist-1 td,
  .table-wishlist-1 th {
    border-right: none;
  }
  .table-wishlist-1 td:nth-child(1),
  .table-wishlist-1 th:nth-child(1) {
    width: 100%;
  }
  .table-wishlist-1 td:nth-child(1) .visible-icon,
  .table-wishlist-1 th:nth-child(1) .visible-icon {
    float: right;
    display: inline-block;
  }
  .table-wishlist-1 td:nth-child(1) h5,
  .table-wishlist-1 th:nth-child(1) h5 {
    padding-right: 67px;
  }
  .table-wishlist-1 td:nth-child(2),
  .table-wishlist-1 th:nth-child(2),
  .table-wishlist-1 td:nth-child(3),
  .table-wishlist-1 th:nth-child(3),
  .table-wishlist-1 td:nth-child(4),
  .table-wishlist-1 th:nth-child(4) {
    display: none;
  }
  .table-wishlist-1 td:nth-child(2) td,
  .table-wishlist-1 th:nth-child(2) td,
  .table-wishlist-1 td:nth-child(3) td,
  .table-wishlist-1 th:nth-child(3) td,
  .table-wishlist-1 td:nth-child(4) td,
  .table-wishlist-1 th:nth-child(4) td {
    display: block;
  }
}
@media (max-width: 532px) {
  .table-wishlist-1 td:nth-child(1) .img-responsive,
  .table-wishlist-1 th:nth-child(1) .img-responsive {
    display: inline-block;
  }
  .table-wishlist-1 td:nth-child(1) .pull-left,
  .table-wishlist-1 th:nth-child(1) .pull-left {
    width: 100%;
    text-align: center;
  }
  .table-wishlist-1 td:nth-child(1) .pull-right,
  .table-wishlist-1 th:nth-child(1) .pull-right {
    width: 100%;
    text-align: center;
    padding-top: 19px;
  }
  .table-wishlist-1 td:nth-child(1) .visible-icon,
  .table-wishlist-1 th:nth-child(1) .visible-icon {
    float: none;
  }
  .table-wishlist-1__product-name {
    padding-right: 5% !important;
    padding-left: 5%;
  }
}
/* end table-wishlist 
==================================== */
/****************************************
* End wishlist page
*****************************************/
/****************************************
* login form
*****************************************/
.login-form-box {
  border: 1px solid #e5e5e5;
  padding: 30px 40px;
}
.login-form-box h3 {
  text-transform: uppercase;
}
.login-form-box .note {
  font-size: 16px;
  color: #777777;
}
.login-form-box .actions-toolbar {
  padding: 15px 0 0 0;
}
.login-form-box .actions-toolbar:after {
  clear: both;
  display: table;
  content: '';
}
.login-form-box .actions-toolbar .primary {
  float: left;
}
.login-form-box .actions-toolbar .secondary {
  float: right;
  margin: 15px 0 0 0;
}
@media (min-width: 992px) {
  .login-form-box {
    min-height: 448px;
  }
}
@media (max-width: 768px) {
  .login-form-box .note {
    float: none !important;
  }
}
@media (max-width: 991px) {
  .login-form-box.block-customer-login {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 479px) {
  .login-form-box {
    padding: 18px 20px;
  }
  .login-form-box .actions-toolbar {
    padding: 5px 0 0 0;
  }
  .login-form-box .actions-toolbar .primary {
    float: none;
  }
  .login-form-box .actions-toolbar .secondary {
    float: none;
    margin: 0 0 15px 0;
  }
}
.login-form-box .btn {
  white-space: inherit;
}
/****************************************
* end login form
*****************************************/
body.customer-account-create .column.main .actions-toolbar,
body.customer-account-forgotpassword .column.main .actions-toolbar,
body.account .column.main .actions-toolbar {
  padding: 16px 0 0 0;
}
body.customer-account-create .column.main .actions-toolbar:after,
body.customer-account-forgotpassword .column.main .actions-toolbar:after,
body.account .column.main .actions-toolbar:after {
  clear: both;
  display: table;
  content: '';
}
body.customer-account-create .column.main .actions-toolbar .primary,
body.customer-account-forgotpassword .column.main .actions-toolbar .primary,
body.account .column.main .actions-toolbar .primary {
  float: right;
}
body.customer-account-create .column.main .actions-toolbar .secondary,
body.customer-account-forgotpassword .column.main .actions-toolbar .secondary,
body.account .column.main .actions-toolbar .secondary {
  float: left;
  margin: 15px 0 0 0;
}
@media (max-width: 479px) {
  body.customer-account-create .column.main .actions-toolbar,
  body.customer-account-forgotpassword .column.main .actions-toolbar,
  body.account .column.main .actions-toolbar {
    padding: 5px 0 0 0;
  }
  body.customer-account-create .column.main .actions-toolbar .primary,
  body.customer-account-forgotpassword .column.main .actions-toolbar .primary,
  body.account .column.main .actions-toolbar .primary {
    float: none;
  }
  body.customer-account-create .column.main .actions-toolbar .secondary,
  body.customer-account-forgotpassword .column.main .actions-toolbar .secondary,
  body.account .column.main .actions-toolbar .secondary {
    float: none;
    margin: 15px 0 0 0;
  }
}
.forgot-password,
.create-account-block {
  border: 1px solid #e5e5e5;
  padding: 30px 40px;
  max-width: 700px;
  margin: 0 auto;
}
.forgot-password .note,
.create-account-block .note {
  font-size: 16px;
  color: #777777;
}
@media (max-width: 479px) {
  .forgot-password,
  .create-account-block {
    padding: 18px 20px;
  }
}
.create-account-block {
  max-width: 900px;
}
/* Account pages */
.block.block-dashboard-orders .block-title,
.block.block-dashboard-info .block-title,
.block.block-dashboard-addresses .block-title,
.block-addresses-default .block-title,
.block-addresses-list .block-title,
.block-reviews-dashboard .block-title {
  margin-bottom: 35px !important;
}
.block.block-dashboard-orders .block-title strong,
.block.block-dashboard-info .block-title strong,
.block.block-dashboard-addresses .block-title strong,
.block-addresses-default .block-title strong,
.block-addresses-list .block-title strong,
.block-reviews-dashboard .block-title strong {
  font-size: 22px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  color: #1fc0a0;
}
.block.block-dashboard-orders .block-title .action,
.block.block-dashboard-info .block-title .action,
.block.block-dashboard-addresses .block-title .action,
.block-addresses-default .block-title .action,
.block-addresses-list .block-title .action,
.block-reviews-dashboard .block-title .action {
  float: right;
  margin: -8px 0 0 15px;
}
@media (max-width: 479px) {
  .block.block-dashboard-orders .block-title strong,
  .block.block-dashboard-info .block-title strong,
  .block.block-dashboard-addresses .block-title strong,
  .block-addresses-default .block-title strong,
  .block-addresses-list .block-title strong,
  .block-reviews-dashboard .block-title strong {
    display: block;
    margin: 0 0 10px 0;
  }
  .block.block-dashboard-orders .block-title .action,
  .block.block-dashboard-info .block-title .action,
  .block.block-dashboard-addresses .block-title .action,
  .block-addresses-default .block-title .action,
  .block-addresses-list .block-title .action,
  .block-reviews-dashboard .block-title .action {
    float: none;
    margin: 0 !important;
  }
}
.box .box-title {
  margin-bottom: 13px !important;
}
.box .box-title span {
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase;
  color: #333333;
}
.box .box-actions a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 12px 0 0;
}
.items.addresses .item.actions a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 12px 0 0;
}
.form-edit-account fieldset,
.form-address-edit fieldset {
  margin-bottom: 15px;
}
.field .control .nested {
  margin: 10px 0 0 0;
}
.block-reviews-dashboard .items .item {
  margin: 0;
  padding: 0 0 12px 18px;
  position: relative;
  list-style-type: none;
}
.block-reviews-dashboard .items .item:after {
  position: absolute;
  display: block;
  top: 9px;
  left: 0;
  color: #1fc0a0;
  font-family: 'Material Icons';
  content: "\e3a6";
  font-size: 0.53em;
  line-height: 1em;
}
.block-reviews-dashboard .items .item .product-name {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.block-reviews-dashboard .items .item .product-name a {
  color: #333333;
}
.block-reviews-dashboard .items .item .product-name a:hover {
  color: #1fc0a0;
}
.products-grid.wishlist {
  margin-bottom: 20px;
}
.products-grid.wishlist .product-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.products-grid.wishlist:after {
  clear: both;
  display: table;
  content: '';
}
.products-grid.wishlist .product-item {
  float: left;
  text-align: center;
  margin-bottom: 30px;
}
.products-grid.wishlist .product-item:nth-child(4n + 5) {
  clear: both;
}
@media (max-width: 1769px) {
  .products-grid.wishlist .product-item:nth-child(4n + 5) {
    clear: none;
  }
  .products-grid.wishlist .product-item:nth-child(3n + 4) {
    clear: both;
  }
}
@media (max-width: 1199px) {
  .products-grid.wishlist .product-item:nth-child(3n + 4) {
    clear: none;
  }
  .products-grid.wishlist .product-item:nth-child(2n + 3) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .products-grid.wishlist .product-item:nth-child(2n + 3) {
    clear: none;
  }
  .products-grid.wishlist .product-item:nth-child(1n + 2) {
    clear: both;
  }
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin: 0 auto 10px;
  max-width: 340px;
}
.products-grid.wishlist .product-item-name {
  margin: 0 0 0 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.products-grid.wishlist .product-item .price-box {
  margin: 5px 0 0;
}
.products-grid.wishlist .product-item-tooltip {
  display: none;
}
.products-grid.wishlist .product-item .comment-box .label {
  display: none;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 80px;
  min-height: 80px;
  margin: 0;
}
.products-grid.wishlist .product-item-actions {
  float: right;
  margin: 4px 0 0 0;
}
.products-grid.wishlist .product-item-actions a.action {
  float: left;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  margin: 0 0 0 4px;
}
.products-grid.wishlist .product-item-actions a.action span {
  display: none;
}
.products-grid.wishlist .product-item-actions a.action:before {
  font-family: 'Material Icons';
  font-size: 20px;
  font-weight: normal;
}
.products-grid.wishlist .product-item-actions a.action.edit {
  line-height: 28px;
}
.products-grid.wishlist .product-item-actions a.action.edit:before {
  content: "\e150";
}
.products-grid.wishlist .product-item-actions a.action.delete {
  line-height: 30px;
}
.products-grid.wishlist .product-item-actions a.action.delete:before {
  content: "\e14c";
}
.products-grid.wishlist .product-item .box-tocart {
  float: left;
}
.products-grid.wishlist .product-item .box-tocart label {
  display: none;
}
.products-grid.wishlist .product-item .box-tocart .product-item-actions {
  float: left;
  margin: 0;
}
.products-grid.wishlist .product-item .box-tocart div.field {
  margin: 0 10px 0 0;
  float: left;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  width: 60px;
  height: 40px;
  text-align: center;
}
body.account .column.main .form-wishlist-items .actions-toolbar .secondary {
  margin: 0;
}
body.account .column.main .form-wishlist-items .actions-toolbar .primary button {
  margin-left: 28px;
}
@media (max-width: 1199px) {
  body.account .column.main .form-wishlist-items .actions-toolbar .primary {
    float: none;
    margin: 0 0 10px;
  }
  body.account .column.main .form-wishlist-items .actions-toolbar .primary:after {
    clear: both;
    display: table;
    content: '';
  }
  body.account .column.main .form-wishlist-items .actions-toolbar .primary .update {
    float: left;
    margin: 0 20px 20px 0;
  }
  body.account .column.main .form-wishlist-items .actions-toolbar .primary .share {
    float: left;
    margin: 0 20px 20px 0;
  }
  body.account .column.main .form-wishlist-items .actions-toolbar .primary .tocart {
    float: left;
    clear: both;
    margin: 0;
  }
  body.account .column.main .form-wishlist-items .actions-toolbar .secondary {
    float: none;
  }
}
@media (max-width: 991px) {
  body.account .column.main .form-wishlist-items .actions-toolbar .primary {
    float: none;
    margin: 0 0 10px;
  }
  body.account .column.main .form-wishlist-items .actions-toolbar .primary .tocart {
    float: right;
    clear: none;
  }
}
@media (max-width: 767px) {
  body.account .column.main .form-wishlist-items .actions-toolbar {
    max-width: 340px;
    margin: 0 auto;
  }
  body.account .column.main .form-wishlist-items .actions-toolbar .primary {
    float: none;
    margin: 0;
    text-align: center;
  }
  body.account .column.main .form-wishlist-items .actions-toolbar .primary .update {
    float: none;
    margin: 0 0 15px;
  }
  body.account .column.main .form-wishlist-items .actions-toolbar .primary .share {
    float: none;
    margin: 0 0 15px;
  }
  body.account .column.main .form-wishlist-items .actions-toolbar .primary .tocart {
    float: none;
    margin: 0 0 15px;
  }
  body.account .column.main .form-wishlist-items .actions-toolbar .secondary {
    float: none;
    text-align: center;
  }
}
/* Side navigation */
@media (max-width: 991px) {
  .account #leftColumn {
    position: static !important;
  }
}
.account .block-collapsible-nav .title {
  margin: 0;
  padding: 14px 20px 12px 0;
  position: relative;
  font-size: 1.25em;
  line-height: 1.1;
}
.account .block-collapsible-nav .title strong {
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
  margin: 0;
}
.account .block-collapsible-nav .content {
  margin: 0;
  padding-bottom: 19px;
}
.account .block-collapsible-nav .item {
  margin: 0;
  padding: 0 0 7px 18px;
  position: relative;
  list-style-type: none;
}
.account .block-collapsible-nav .item:after {
  position: absolute;
  display: block;
  top: 9px;
  left: 0;
  color: #1fc0a0;
  font-family: 'Material Icons';
  content: "\e3a6";
  font-size: 0.53em;
  line-height: 1em;
}
.account .block-collapsible-nav .item a,
.account .block-collapsible-nav .item strong {
  padding: 0;
  color: #777777;
  font-weight: 300;
  text-decoration: none !important;
}
.account .block-collapsible-nav .item a:active,
.account .block-collapsible-nav .item strong:active,
.account .block-collapsible-nav .item a:focus,
.account .block-collapsible-nav .item strong:focus {
  background: none !important;
}
.account .block-collapsible-nav .item a:hover {
  color: #1fc0a0;
  background: none;
}
.account .block-collapsible-nav .item.current a,
.account .block-collapsible-nav .item.current strong {
  color: #1fc0a0;
}
@media (max-width: 767px) {
  .account .block-collapsible-nav {
    top: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .account .block-collapsible-nav .title {
    padding: 14px 30px 12px 20px;
    border-top: 0;
    border-bottom: solid 1px #e5e5e5;
  }
  .account .block-collapsible-nav .title:after {
    position: absolute;
    display: block;
    top: 13px;
    right: 22px;
    font-family: 'Material Icons';
    font-size: 22px;
    content: "\e148";
    line-height: 1em;
    color: #1fc0a0;
  }
  .account .block-collapsible-nav .title.active:after {
    content: "\e15d";
  }
  .account .block-collapsible-nav .content {
    padding: 20px;
    border-bottom: solid 1px #e5e5e5;
    background: #fff;
  }
}
/****************************************
* nav-select-item
*****************************************/
.nav-select-item {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  color: #333333;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.nav-select-item li {
  display: block;
  float: left;
  text-align: center;
  width: 10%;
}
.nav-select-item li a {
  display: block;
  text-align: center;
  color: #333333;
  text-decoration: none;
}
.nav-select-item li a .icon-clothes {
  font-size: 153px;
  line-height: 1em;
  color: #1fc0a0;
  width: 100%;
  display: block;
  text-align: center;
  -webkit-transition:  all 0.3s 0s ease;
  -moz-transition:  all 0.3s 0s ease;
  -ms-transition:  all 0.3s 0s ease;
  -o-transition:  all 0.3s 0s ease;
  transition:  all 0.3s 0s ease;
}
.nav-select-item li a .icon-clothes:before {
  margin-left: 0;
  margin-right: 0;
}
.nav-select-item li a .icon-clothes:hover {
  color: #333333;
}
.nav-select-item li a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .nav-select-item li {
    width: 33.3%;
  }
  .nav-select-item li:last-child {
    margin-left: 33.3%;
  }
}
@media (min-width: 768px) {
  .nav-select-item li {
    width: 20%;
    font-size: 17px;
  }
  .nav-select-item li a .icon-clothes {
    font-size: 130px;
  }
  .nav-select-item li:last-child {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .nav-select-item li {
    width: 20%;
  }
  .nav-select-item li:last-child {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .nav-select-item li {
    width: 20%;
  }
}
@media (min-width: 1770px) {
  .nav-select-item li {
    width: 10%;
  }
}
@media (max-width: 530px) {
  .nav-select-item li {
    font-size: 15px;
  }
  .nav-select-item li a .icon-clothes {
    font-size: 100px;
  }
}
@media (max-width: 400px) {
  .nav-select-item li {
    font-size: 15px;
    width: 50%;
  }
  .nav-select-item li:last-child {
    margin-left: 0%;
  }
}
/****************************************
* end nav-select-item
*****************************************/
/****************************************
* carousel-product-popup 
*****************************************/
.carousel-product-popup {
  position: relative;
  z-index: 7;
}
.carousel-product-popup .product-hover-popup {
  position: absolute;
  padding: 5px 0 33px 0;
  bottom: -100%;
  z-index: 7;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.carousel-product-popup:hover .product-hover-popup {
  bottom: 0%;
}
.carousel-product-popup .product__label--sold-out {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.5em;
  margin-left: -2.5em;
  background-color: #fa6b6b;
  width: 5em;
  height: 5em;
  background: rgba(250, 107, 107, 0.35);
  text-transform: uppercase;
  color: #fff;
  font-size: 1.3em;
  line-height: 1em;
  text-align: center;
  border-radius: 50%;
}
.carousel-product-popup .product__label--sold-out span {
  display: table-cell;
  width: 5em;
  height: 5em;
  vertical-align: middle;
}
.carousel-product-popup .sold-out img,
.carousel-product-popup .sold-out .product__label {
  -moz-opacity: 0.2 !important;
  -khtml-opacity: 0.2 !important;
  -webkit-opacity: 0.2 !important;
  opacity: 0.2 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20) !important;
  filter: alpha(opacity=20) !important;
}
.bigGallery .slick-prev,
.bigGallery .slick-next {
  background-color: #ffffff;
}
.bigGallery .slick-prev:before,
.bigGallery .slick-next:before {
  color: #333333;
}
.bigGallery .slick-prev:focus,
.bigGallery .slick-next:focus {
  background: #ffffff;
}
.bigGallery .slick-prev:focus:before,
.bigGallery .slick-next:focus:before {
  color: #333333;
}
.bigGallery .slick-prev:hover,
.bigGallery .slick-next:hover {
  background: #1fc0a0;
}
.bigGallery .slick-prev:hover:before,
.bigGallery .slick-next:hover:before {
  color: #ffffff;
}
/****************************************
* end carousel-product-popup  
*****************************************/
/****************************************
* site-map page
*****************************************/
.masonry-css {
  padding: 0;
  column-gap: 30px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
}
.masonry-css .item {
  display: inline-block;
  width: 100%;
}
.masonry-css .item img,
.masonry-css .item iframe {
  max-width: 100%;
  height: auto;
  display: block;
}
.masonry-css .item h2 {
  margin-top: 30px !important;
}
@media (max-width: 767px) {
  .masonry-css {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .masonry-css .item h2 {
    text-align: center;
  }
  .masonry-css ul {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .masonry-css {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .masonry-css {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .masonry-css {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
@media (min-width: 1770px) {
  .masonry-css {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}
/****************************************
* End site-map
*****************************************/
/****************************************
* lookbook
*****************************************/
.lookbook {
  text-align: center;
  vertical-align: top;
}
.lookbook__image {
  display: block;
  position: relative;
}
.lookbook__image img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}
.lookbook .hint {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  background: #1fc0a0;
  color: #fff;
  z-index: 1;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}
.lookbook .hint:hover {
  z-index: 2;
}
.lookbook .hint-title {
  color: #1fc0a0;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 4px;
}
.lookbook .hint-price {
  color: #333333;
  font-size: 20px;
  display: block;
}
@media (min-width: 1200px) {
  .lookbook .hint-title {
    font-size: 12px;
  }
  .lookbook .hint-price {
    font-size: 17px;
  }
}
@media (min-width: 1770px) {
  .lookbook .hint-title {
    font-size: 14px;
  }
  .lookbook .hint-price {
    font-size: 20px;
  }
}
.lookbook .hint .hover-tool__text a {
  text-decoration: none;
}
.lookbook .hint__dot {
  border-width: 5px;
  border-color: #1fc0a0;
  border-style: solid;
  background: transparent;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  -webkit-animation: pulse 1s ease-out;
  -moz-animation: pulse 1s ease-out;
  animation: pulse 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
}
.lookbook .hint .tool {
  width: 160px;
  top: -5px;
  position: absolute;
  font-size: 14px;
  line-height: 1.5em;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.lookbook .hint .tool .hint-title {
  -webkit-transition:  color 300ms linear 0s;
  -moz-transition:  color 300ms linear 0s;
  -ms-transition:  color 300ms linear 0s;
  -o-transition:  color 300ms linear 0s;
  transition:  color 300ms linear 0s;
}
.lookbook .hint .tool a {
  text-decoration: none;
}
.lookbook .hint .tool a:hover .hint-title {
  color: #333333;
}
.lookbook .hint .tool .box-wrapper {
  background: #ffffff;
  position: relative;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
}
.lookbook .hint .tool--right {
  right: 0;
  margin-right: -260px;
  padding-left: 9px;
}
.lookbook .hint .tool--right .hint-title,
.lookbook .hint .tool--right .hint-price {
  text-align: left;
}
.lookbook .hint .tool--right .box-wrapper {
  padding: 10px 5px 10px 10px;
}
.lookbook .hint .tool--right .box-wrapper:after {
  content: '';
  position: absolute;
  left: -18px;
  top: 13px;
  border: 10px solid transparent;
  border-right: 10px solid #ffffff;
}
.lookbook .hint .tool--left {
  left: 0;
  margin-left: -260px;
  padding-right: 9px;
}
.lookbook .hint .tool--left .hint-title,
.lookbook .hint .tool--left .hint-price {
  text-align: right;
}
.lookbook .hint .tool--left .box-wrapper {
  padding: 10px 10px 10px 5px;
}
.lookbook .hint .tool--left .box-wrapper:after {
  content: '';
  position: absolute;
  right: -18px;
  top: 13px;
  border: 10px solid transparent;
  border-left: 10px solid #ffffff;
}
.lookbook .hint:hover .tool {
  visibility: visible;
  opacity: 1;
}
.lookbook .hint:hover .tool--right {
  margin-right: -162px;
}
.lookbook .hint:hover .tool--left {
  margin-left: -162px;
}
@media (max-width: 767px) {
  .lookbook .hint .tool {
    top: -25px;
  }
  .lookbook .hint .tool--right {
    padding-right: 60px;
  }
  .lookbook .hint .tool--left {
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .lookbook .hint .tool {
    top: -5px;
  }
  .lookbook .hint .tool--right {
    padding-right: 0px;
  }
  .lookbook .hint .tool--left {
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .lookbook .hint .tool {
    top: -5px;
  }
  .lookbook .hint .tool--right {
    padding-right: 0px;
  }
  .lookbook .hint .tool--left {
    padding-left: 0px;
  }
}
@media (min-width: 1200px) {
  .lookbook .hint .tool {
    top: -25px;
  }
  .lookbook .hint .tool--right {
    padding-right: 60px;
  }
  .lookbook .hint .tool--left {
    padding-left: 60px;
  }
}
@media (min-width: 1770px) {
  .lookbook .hint .tool {
    top: -5px;
  }
  .lookbook .hint .tool--right {
    padding-right: 0px;
  }
  .lookbook .hint .tool--left {
    padding-left: 0px;
  }
}
/* lookbook-layout1
==================================== */
.lookbook-layout1__image {
  display: inline-block;
  position: relative;
}
.lookbook-layout1__image img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}
.lookbook-layout1 .hint-content {
  position: absolute;
  top: 34px;
  left: 40px;
  z-index: 2;
}
.lookbook-layout1 .hint {
  margin-bottom: 21px;
}
.lookbook-layout1 .hint-title {
  color: #1fc0a0;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 1px;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.lookbook-layout1 .hint-price {
  color: #333333;
  font-size: 20px;
  line-height: 1em;
  display: block;
}
.lookbook-layout1 .hint a {
  text-decoration: none;
}
.lookbook-layout1 .hint a:hover {
  text-decoration: none;
}
.lookbook-layout1 .hint a:hover .hint-title {
  color: #333333;
}
/* /end lookbook-layout1
==================================== */
/* lookbook-layout2
==================================== */
.lookbook-layout2 {
  position: relative;
}
.lookbook-layout2__image {
  display: block;
  position: relative;
}
.lookbook-layout2__image img {
  position: relative;
  z-index: 0;
  width: 100% !important;
  display: inline-block;
  height: auto;
}
.lookbook-layout2 .hint {
  position: absolute;
  text-align: center;
}
.lookbook-layout2 .hint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1fc0a0;
  opacity: 0;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.lookbook-layout2 .hint-title {
  color: #1fc0a0;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 4px;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.lookbook-layout2 .hint-title:hover {
  color: #333333;
}
.lookbook-layout2 .hint-price {
  color: #333333;
  font-size: 30px;
  display: block;
}
.lookbook-layout2 .hint .icon {
  font-size: 26px;
  color: #1fc0a0;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.lookbook-layout2 .hint a:hover:first-child .hint-title {
  color: #333333;
}
@media (min-width: 1770px) {
  .lookbook-layout2 .hint-title {
    font-size: 16px;
  }
  .lookbook-layout2 .hint-price {
    font-size: 30px;
  }
}
.lookbook-layout2 .hint .hover-tool__text a {
  text-decoration: none;
}
.lookbook-layout2 .hint .tool {
  width: 230px;
  top: 0px;
  position: absolute;
  font-size: 14px;
  line-height: 1.5em;
  visibility: hidden;
  background: #ffffff;
  padding: 16px 10px 19px 19px;
  opacity: 0;
  -webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
}
.lookbook-layout2 .hint .tool a {
  text-decoration: none;
  display: inline-block;
}
.lookbook-layout2 .hint .tool a:hover .icon {
  color: #333333;
}
.lookbook-layout2 .hint .tool--right {
  text-align: left;
  right: 0;
  margin-right: -300px;
}
.lookbook-layout2 .hint .tool--right .hint-title,
.lookbook-layout2 .hint .tool--right .hint-price {
  text-align: left;
}
.lookbook-layout2 .hint .tool--right .icon {
  position: absolute;
  bottom: 21px;
  right: 12px;
}
.lookbook-layout2 .hint .tool--left {
  left: 0;
  margin-left: -300px;
  text-align: right;
}
.lookbook-layout2 .hint .tool--left .hint-title,
.lookbook-layout2 .hint .tool--left .hint-price {
  text-align: right;
}
.lookbook-layout2 .hint .tool--left .icon {
  position: absolute;
  bottom: 21px;
  left: 12px;
}
.lookbook-layout2 .hint .tool--center {
  left: 50%;
  top: 0%;
  margin-left: -115px;
}
.lookbook-layout2 .hint .tool--center .hint-title,
.lookbook-layout2 .hint .tool--center .hint-price {
  text-align: center;
  padding-bottom: 7px;
}
.lookbook-layout2 .hint .tool--center .icon {
  text-align: center;
  margin: 7px 0 10px;
  display: block;
}
.lookbook-layout2 .hint .tool .divider {
  height: 1px !important;
}
.lookbook-layout2 .hint:hover {
  z-index: 2;
}
.lookbook-layout2 .hint:hover:before {
  opacity: 0.22;
}
.lookbook-layout2 .hint:hover .tool {
  visibility: visible;
  opacity: 1;
}
.lookbook-layout2 .hint:hover .tool--right {
  margin-right: -230px;
}
.lookbook-layout2 .hint:hover .tool--left {
  margin-left: -230px;
}
.lookbook-layout2 .hint:hover .tool--center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 535px) {
  .lookbook-layout2 .hint-title {
    font-size: 14px;
  }
  .lookbook-layout2 .hint-price {
    font-size: 25px;
  }
  .lookbook-layout2 .hint .icon {
    font-size: 20px;
  }
  .lookbook-layout2 .hint .tool {
    width: 190px;
  }
  .lookbook-layout2 .hint--right {
    margin-right: -220px;
  }
  .lookbook-layout2 .hint--left {
    margin-left: -220px;
  }
  .lookbook-layout2 .hint:hover .tool--right {
    margin-right: -190px;
  }
  .lookbook-layout2 .hint:hover .tool--left {
    margin-left: -190px;
  }
}
/* end lookbook-layout2
==================================== */
/****************************************
* end lookbook
*****************************************/
/****************************************
* Custom pages
*****************************************/
.contact-form textarea {
  min-height: 240px;
}
.message {
  position: relative;
  padding: 5px 20px 8px 40px;
  margin: 15px 0;
  font-size: 16px;
}
.message:before {
  position: absolute;
  font-family: 'Material Icons';
  font-size: 24px;
  font-weight: normal;
}
.message.info {
  background: #e7e7e7;
  color: #777;
}
.message.info:before {
  content: "\e88f";
  left: 10px;
  top: -1px;
}
.message.notice {
  background: #e7e7e7;
  color: #777;
}
.message.notice:before {
  content: "\e88f";
  left: 10px;
  top: -1px;
}
.message.error {
  background: #fef0f0;
  color: #fa6b6b;
}
.message.error:before {
  content: "\e001";
  left: 10px;
  top: -1px;
}
.message.warning {
  background: #fef0f0;
  color: #fa6b6b;
}
.message.warning:before {
  content: "\e002";
  left: 10px;
  top: -1px;
}
.message.success {
  background: #e8f9f5;
  color: #1fc0a0;
}
.message.success:before {
  content: "\e5ca";
  left: 10px;
  top: -1px;
}
/*=== options ===*/
.options-swatch {
  margin: 0 0 21px 0;
  padding: 0;
  list-style: none;
}
.slick-slide .options-swatch {
  margin: 0 0 3px;
}
.options-swatch li {
  display: inline-block;
  margin: 0 3.5px;
  margin-bottom: 8px;
}
.options-swatch li a {
  display: block;
  text-align: center;
  background-color: #f5f5f5;
  color: #333333;
  width: 28px;
  height: 28px;
  font-size: 13px;
  line-height: 28px;
  text-decoration: none;
}
.options-swatch li a:hover,
.options-swatch li.active a {
  text-decoration: none;
  background-color: #333333;
  color: #fff;
}
.options-swatch img {
  width: 100%;
  height: 100%;
}
.options-swatch--lg li a {
  width: 40px;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
}
.options-swatch--size li {
  padding: 0 !important;
  line-height: 19px;
}
.options-swatch--size.options-swatch--lg li {
  line-height: 26px;
}
.options-swatch--color li a,
.options-swatch--color li a:hover {
  background-color: transparent !important;
}
.options-swatch--color li a:hover {
  padding: 3px;
  line-height: 22px;
}
.options-swatch--color.options-swatch--lg li a:hover {
  padding: 5px;
  line-height: 30px;
}
.collapse-block .options-swatch--color {
  margin-left: -3px;
}
.collapse-block .options-swatch--color .color-black {
  background-color: #333333;
}
.collapse-block .options-swatch--color .color-grey {
  background-color: #cdcdcd;
}
.collapse-block .options-swatch--color .color-light-grey {
  background-color: #f5f5f5;
}
.collapse-block .options-swatch--color .color-blue {
  background-color: #20bdf7;
}
.collapse-block .options-swatch--color .color-dark-turquoise {
  background-color: #23cddc;
}
.collapse-block .options-swatch--color .color-orange {
  background-color: #fe9001;
}
.collapse-block .options-swatch--color .color-purple {
  background-color: #c73de0;
}
.collapse-block .options-swatch--color .color-pale-violet-red {
  background-color: #ff527f;
}
.collapse-block .options-swatch--color .color-red {
  background-color: #fc121d;
}
.collapse-block .options-swatch--color .color-green {
  background-color: #5ec90f;
}
.collapse-block .options-swatch--color .color-yellow {
  background-color: #fee301;
}
.collapse-block .options-swatch--color .color-tan {
  background-color: #eacea7;
}
.collapse-block .options-swatch--color li {
  margin: 0 2.5px;
  margin-bottom: 1px;
}
.collapse-block .options-swatch--color li a {
  position: relative;
  display: block;
}
.collapse-block .options-swatch--color li a span {
  display: block;
  width: 100%;
  height: 100%;
}
.collapse-block .options-swatch--color li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #ffffff;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition:  0.1s 0.3s 0s ease;
  -moz-transition:  0.1s 0.3s 0s ease;
  -ms-transition:  0.1s 0.3s 0s ease;
  -o-transition:  0.1s 0.3s 0s ease;
  transition:  0.1s 0.3s 0s ease;
}
.collapse-block .options-swatch--color li a:hover:before {
  background-color: none;
  border: 6px solid #ffffff;
}
/*=== /options ===*/
/*=== countdown ===*/
.countdown_box {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.countdown_inner {
  overflow: hidden;
  background-color: rgba(250, 107, 107, 0.8);
  margin: 0 auto;
  width: 100%;
  padding: 0.3em 0 0.4em;
  text-align: center;
  color: #fff;
}
.countdown-section {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0.5em 0;
  margin: 0 0.9em;
  line-height: 0.714em;
  font-size: 0.875em;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .countdown-section {
    margin: 0 0.8em;
  }
}
.countdown-section:before {
  content: ":";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.3em;
  font-weight: bold;
}
.countdown-section:nth-child(1):before {
  right: -46%;
}
.countdown-section:nth-child(2):before {
  right: -65%;
}
.countdown-section:nth-child(3):before {
  right: -65%;
}
.countdown-section:last-child:before {
  display: none;
}
.countdown-amount {
  line-height: 1em;
  font-weight: bold;
  padding-bottom: 0.2em;
  display: block;
}
.countdown-period {
  display: block;
  text-transform: lowercase;
}
.countdown-descr {
  display: block;
  width: 100%;
}
/*=== /countdown ===*/
/* countdown-transparent
==================================== */
.countdown-transparent .countdown-section {
  background-color: rgba(255, 255, 255, 0.8);
  color: #1fc0a0;
  width: 127px;
  height: 127px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 1em;
  margin: 0 10px 20px;
}
.countdown-transparent .countdown-section:before {
  display: none;
}
.countdown-transparent .countdown-amount {
  font-size: 50px;
  line-height: 1em;
  font-weight: 500;
  font-family: Ubuntu, sans-serif;
  padding-top: 11%;
}
.countdown-transparent .countdown-period {
  font-size: 18px;
  line-height: 1em;
  color: #333333;
}
@media (max-width: 1199px) {
  .countdown-transparent .countdown-section {
    width: 87px;
    height: 87px;
  }
  .countdown-transparent .countdown-amount {
    font-size: 30px;
  }
  .countdown-transparent .countdown-period {
    font-size: 15px;
  }
}
/* /countdown-transparent
==================================== */
/****************************************
* title 
*****************************************/
.title-box {
  width: 100%;
  overflow: hidden;
}
.title {
  margin-top: 75px;
}
@media (max-width: 479px) {
  .title {
    margin-top: 24.975px;
  }
}
.page-title-wrapper {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.page-title-wrapper h1,
.page-title-wrapper h2 {
  text-transform: uppercase;
  font-size: 30px;
  position: relative;
  margin-top: 0;
  margin-bottom: 2.667em;
}
.page-title-wrapper h1:after,
.page-title-wrapper h2:after {
  content: "";
  position: absolute;
  display: block;
  height: 5px;
  width: 68px;
  background: #1fc0a0;
  bottom: -1em;
  left: 50%;
  margin-left: -34px;
}
.page-layout-1column .page-title-wrapper h1,
.checkout-index-index .page-title-wrapper h1,
.page-layout-1column .page-title-wrapper h2,
.checkout-index-index .page-title-wrapper h2 {
  margin-top: 60px;
}
/* title
==================================== */
h2.title-default {
  margin-bottom: 0.9em;
  padding: 1.05em 0 0 0;
}
h4.title-default {
  margin-bottom: 2.4em;
  padding: 1.05em 0 0 0;
  font-size: 22px;
  line-height: 1.2em;
}
/* end title
==================================== */
/* title-aside
==================================== */
.title-aside-wrapper {
  background-color: #1fc0a0;
  color: #ffffff;
  padding: 19px 21px 19px 20px;
  margin: 0 !important;
  font-size: 20px;
}
/* end title-aside
==================================== */
/* title-under
==================================== */
.title-under {
  position: relative;
  margin-bottom: 2.667em;
}
.title-under:after {
  content: "";
  position: absolute;
  display: block;
  height: 5px;
  width: 68px;
  background: #1fc0a0;
  bottom: -1em;
}
.title-under.text-left:after {
  left: 0%;
}
.title-under.text-center:after {
  left: 50%;
  margin-left: -34px;
}
.title-under.text-right:after {
  right: 0%;
}
@media (max-width: 479px) {
  .title-under {
    font-size: 1.35em;
    margin-bottom: 1em;
    text-align: center !important;
  }
  .title-under.pull-left,
  .title-under.pull-rigth {
    float: none !important;
    text-align: center !important;
  }
  .title-under:after {
    display: none;
  }
}
h4.title-under:after {
  bottom: -1.2em;
}
.indent-bottom {
  margin-bottom: 2.74em;
}
.title-under.title-md {
  font-size: 2.9em;
}
.title-with-button {
  position: relative;
  overflow: hidden;
}
.title-xs {
  font-size: 18px;
}
.title-with-button .title-under.text-center {
  padding-right: 117px !important;
  padding-left: 117px !important;
}
@media (max-width: 767px) {
  .title-with-button .title-under.text-center {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
/* /title-under
==================================== */
/* title-icon
==================================== */
h4.title-icon {
  font-size: 30px;
  margin-bottom: 0.8em;
  padding-left: 2.7em;
  position: relative;
}
h4.title-icon .icon {
  font-size: 1.9em;
  line-height: 1em;
  top: -0.25em;
  left: 0;
  margin-right: 21px;
  position: absolute;
}
@media (max-width: 480px) {
  h4.title-icon {
    font-size: 1.35em;
    margin-bottom: 1em;
  }
}
/* /title-icon
==================================== */
/****************************************
* end title 
*****************************************/
/*=== slogan ===*/
.slogan {
  color: #1fc0a0;
  font-family: Georgia, sans-serif;
  font-style: italic;
  font-size: 1em;
}
@media (max-width: 1024px) {
  .slogan {
    display: none;
  }
}
.badge--cart {
  position: absolute;
  z-index: 0;
  padding: 0;
  right: -5px;
  top: -45px;
  width: 31px;
  height: 31px;
  line-height: 31px;
  font-size: 1.1em;
  font-weight: 300;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e8e8e8;
  color: #777777;
}
@media (max-width: 767px) {
  .badge--cart {
    top: -32px;
    right: -22px;
  }
}
.badge--cart .counter-label {
  display: none;
}
.badge--menu {
  position: absolute;
  left: 0;
  top: -13px;
  border-radius: 0;
  font-size: 10px;
  line-height: 1em;
  font-weight: lighter;
  text-transform: uppercase;
  padding: 3px 4px 3px;
  background-color: #333333;
}
.badge--menu:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 0px;
  border-right-width: 6px;
  border-top: 5px solid #333333;
  -moz-transform: scale(0.9999);
}
.badge--color {
  background-color: #1fc0a0;
}
.badge--color:after {
  border-top-color: #1fc0a0;
}
@media (min-width: 1025px) {
  .badge.badge--hidden {
    display: none;
  }
}
@media (max-width: 1024px) {
  .badge--menu {
    position: relative;
    margin: 0 5px;
    top: -15px;
  }
}
/*=== multitooltip ===*/
.multitooltip,
.product.options {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.multitooltip .toggle,
.product.options .toggle {
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  color: #777;
}
.multitooltip .tip,
.product.options .tip,
.multitooltip .content,
.product.options .content {
  position: absolute;
  margin: 0;
  width: 180px;
  color: #777;
  font-size: 14px;
  font-style: normal;
  line-height: 1.7em;
  text-align: left;
  border-radius: 0;
  background: #3c3c3c;
  padding: 12px 14px;
  box-sizing: border-box;
  cursor: auto;
  z-index: 10;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  /*strong {
      color: #fff;
      font-weight: normal;
      padding: 0 5px 0 0;
    }*/
}
.multitooltip .tip .subtitle,
.product.options .tip .subtitle,
.multitooltip .content .subtitle,
.product.options .content .subtitle {
  display: none;
}
.multitooltip .tip .product.options.list,
.product.options .tip .product.options.list,
.multitooltip .content .product.options.list,
.product.options .content .product.options.list {
  margin: 0;
  position: static;
  cursor: auto;
  display: block;
}
.multitooltip .tip .product.options.list dt,
.product.options .tip .product.options.list dt,
.multitooltip .content .product.options.list dt,
.product.options .content .product.options.list dt {
  clear: both;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  padding: 0 0 5px;
  margin: 0 5px 0 0;
  text-align: left;
  color: #fff;
}
.multitooltip .tip .product.options.list dd,
.product.options .tip .product.options.list dd,
.multitooltip .content .product.options.list dd,
.product.options .content .product.options.list dd {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  padding: 0 0 5px;
  margin: 0;
  color: #777;
}
.multitooltip .tip:after,
.product.options .tip:after,
.multitooltip .content:after,
.product.options .content:after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
}
.multitooltip .tip.on-top:after,
.product.options .tip.on-top:after,
.multitooltip .content.on-top:after,
.product.options .content.on-top:after,
.multitooltip .tip.on-bottom:after,
.product.options .tip.on-bottom:after,
.multitooltip .content.on-bottom:after,
.product.options .content.on-bottom:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.multitooltip .tip.on-right:after,
.product.options .tip.on-right:after,
.multitooltip .content.on-right:after,
.product.options .content.on-right:after,
.multitooltip .tip.on-left:after,
.product.options .tip.on-left:after,
.multitooltip .content.on-left:after,
.product.options .content.on-left:after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.multitooltip .tip.on-top,
.product.options .tip.on-top,
.multitooltip .content.on-top,
.product.options .content.on-top {
  bottom: 18px;
  left: 0;
}
.multitooltip .tip.on-top:after,
.product.options .tip.on-top:after,
.multitooltip .content.on-top:after,
.product.options .content.on-top:after {
  bottom: -7px;
  left: 20px;
  border-top: 7px solid #3c3c3c;
}
.multitooltip .tip.on-right,
.product.options .tip.on-right,
.multitooltip .content.on-right,
.product.options .content.on-right {
  top: -100%;
  left: 103%;
}
.multitooltip .tip.on-right:after,
.product.options .tip.on-right:after,
.multitooltip .content.on-right:after,
.product.options .content.on-right:after {
  top: 37%;
  left: -7px;
  border-right: 7px solid #3c3c3c;
}
.multitooltip .tip.on-bottom,
.product.options .tip.on-bottom,
.multitooltip .content.on-bottom,
.product.options .content.on-bottom {
  top: 28px;
  left: 0;
}
.multitooltip .tip.on-bottom:after,
.product.options .tip.on-bottom:after,
.multitooltip .content.on-bottom:after,
.product.options .content.on-bottom:after {
  top: -7px;
  left: 20px;
  border-bottom: 7px solid #3c3c3c;
}
.multitooltip .tip.on-left,
.product.options .tip.on-left,
.multitooltip .content.on-left,
.product.options .content.on-left {
  top: -100%;
  right: 103%;
}
.multitooltip .tip.on-left:after,
.product.options .tip.on-left:after,
.multitooltip .content.on-left:after,
.product.options .content.on-left:after {
  top: 37%;
  right: -7px;
  border-left: 7px solid #3c3c3c;
}
.multitooltip:hover .toggle,
.product.options:hover .toggle {
  color: #fff;
}
.multitooltip.active .toggle,
.product.options.active .toggle {
  color: #1fc0a0;
}
.multitooltip.active .tip.on-top,
.product.options.active .tip.on-top {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.multitooltip.active .tip.on-right,
.product.options.active .tip.on-right {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.multitooltip.active .tip.on-bottom,
.product.options.active .tip.on-bottom {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.multitooltip.active .tip.on-left,
.product.options.active .tip.on-left {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
/*.multitooltip:hover .tip {
  opacity: 1;
  visibility: visible;
}*/
/*=== buttons ===*/
button:focus,
.btn:focus,
button:active:focus,
.btn:active:focus,
button.active:focus,
.btn.active:focus,
button.focus,
.btn.focus,
button:active.focus,
.btn:active.focus,
button.active.focus,
.btn.active.focus {
  outline: 0;
  outline: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}
button:hover,
.btn:hover,
button:focus,
.btn:focus,
button.focus,
.btn.focus {
  outline: 0;
  outline: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}
button:active,
.btn:active,
button.active,
.btn.active {
  outline: 0;
  outline: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}
button.pull-right,
.btn.pull-right {
  margin-right: 10px;
}
.btn--ys,
.action.primary,
button.action {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  padding: 10px 14px;
  font-size: 0.875em;
  line-height: 1.486em;
  height: 40px;
  background-color: #1fc0a0;
  color: #ffffff;
  border-radius: 0;
  vertical-align: top;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
}
.btn--ys.text-lowercase,
.action.primary.text-lowercase,
button.action.text-lowercase {
  text-transform: lowercase;
}
.btn--ys.text-inherit,
.action.primary.text-inherit,
button.action.text-inherit {
  text-transform: inherit;
}
.btn--ys:hover,
.action.primary:hover,
button.action:hover,
.btn--ys:active,
.action.primary:active,
button.action:active,
.btn--ys.focus,
.action.primary.focus,
button.action.focus,
.btn--ys:focus,
.action.primary:focus,
button.action:focus,
.btn--ys:visited,
.action.primary:visited,
button.action:visited {
  background: #1fc0a0;
  color: #ffffff;
  border: 0;
  text-decoration: none;
}
.btn--ys:hover,
.action.primary:hover,
button.action:hover {
  background-color: #f5f5f5;
  color: #1fc0a0;
}
.btn--ys.btn--light,
.action.primary.btn--light,
button.action.btn--light {
  background: #f5f5f5;
  color: #333333;
  font-weight: 500;
}
.btn--ys.btn--light i,
.action.primary.btn--light i,
button.action.btn--light i {
  color: #1fc0a0;
  font-style: normal;
  -webkit-transition:  color 300ms 0s ease;
  -moz-transition:  color 300ms 0s ease;
  -ms-transition:  color 300ms 0s ease;
  -o-transition:  color 300ms 0s ease;
  transition:  color 300ms 0s ease;
}
.btn--ys.btn--light:hover,
.action.primary.btn--light:hover,
button.action.btn--light:hover {
  color: #f5f5f5;
  background-color: #1fc0a0;
}
.btn--ys.btn--light:hover i,
.action.primary.btn--light:hover i,
button.action.btn--light:hover i {
  color: #ffffff;
}
.btn--ys.btn--invert,
.action.primary.btn--invert,
button.action.btn--invert {
  background: #f5f5f5;
  color: #1fc0a0;
}
.btn--ys.btn--invert:hover,
.action.primary.btn--invert:hover,
button.action.btn--invert:hover {
  color: #f5f5f5;
  background-color: #1fc0a0;
}
.btn--ys .icon,
.action.primary .icon,
button.action .icon {
  display: inline-block;
  padding: 0 3px 0 0;
  font-size: 1.486em;
  vertical-align: middle;
}
.btn--ys .icon.icon--flippedX,
.action.primary .icon.icon--flippedX,
button.action .icon.icon--flippedX {
  padding: 0 0 0 3px;
}
.btn--ys i,
.action.primary i,
button.action i {
  position: relative;
  top: 1px;
  left: 0;
}
.btn--ys.btn--links--dropdown,
.action.primary.btn--links--dropdown,
button.action.btn--links--dropdown {
  border: none;
  background: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.btn--ys.btn--links--dropdown:hover,
.action.primary.btn--links--dropdown:hover,
button.action.btn--links--dropdown:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.btn--ys.btn--xs,
.action.primary.btn--xs,
button.action.btn--xs {
  padding: 5px 10px;
  font-size: 0.923em;
  height: auto;
}
.btn--ys.btn--xs:hover,
.action.primary.btn--xs:hover,
button.action.btn--xs:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.btn--ys.btn--sm,
.action.primary.btn--sm,
button.action.btn--sm {
  padding: 8px 16px;
  height: auto;
  font-size: 13px;
}
.btn--ys.btn--sm .icon,
.action.primary.btn--sm .icon,
button.action.btn--sm .icon {
  font-size: 12px;
}
.btn--ys.btn--sm--icon,
.action.primary.btn--sm--icon,
button.action.btn--sm--icon {
  padding: 9px 16px 7px;
  height: auto;
  font-size: 13px;
}
.btn--ys.btn--sm--icon .icon,
.action.primary.btn--sm--icon .icon,
button.action.btn--sm--icon .icon {
  font-size: 20px;
}
.btn--ys.btn--lg,
.action.primary.btn--lg,
button.action.btn--lg {
  padding: 15px 20px;
  height: auto;
}
.btn--ys.btn--xl,
.action.primary.btn--xl,
button.action.btn--xl {
  padding: 17px 24px;
  font-size: 1.1em;
  font-weight: 500;
  height: auto;
}
.btn--ys.btn--xl .icon,
.action.primary.btn--xl .icon,
button.action.btn--xl .icon {
  height: 1em;
  position: relative;
  top: -2px;
  padding: 0 5px 0 0;
  font-size: 1.45em;
  line-height: 1em;
}
.btn--ys.btn--xl.btn--xl-small,
.action.primary.btn--xl.btn--xl-small,
button.action.btn--xl.btn--xl-small {
  padding: 12px 18px 11px;
}
.btn--ys.btn--xxl,
.action.primary.btn--xxl,
button.action.btn--xxl {
  padding: 12px 24px 12px;
  font-size: 1.5em;
  line-height: 1.72em;
  height: auto;
}
.btn--ys.btn--l,
.action.primary.btn--l,
button.action.btn--l {
  padding: 15px 33px 15px;
  font-size: 1.5em;
  line-height: 1.72em;
  height: auto;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .btn--ys.btn--l,
  .action.primary.btn--l,
  button.action.btn--l {
    padding: 12px 24px 12px;
  }
}
.btn--ys.btn--full,
.action.primary.btn--full,
button.action.btn--full {
  width: 100%;
  display: block;
  margin-bottom: 0.4em;
}
.btn--border {
  position: relative;
  padding: 10px 14px;
  font-size: 0.875em;
  line-height: 1.486em;
  height: 40px;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition:  all 100ms 0s ease;
  -moz-transition:  all 100ms 0s ease;
  -ms-transition:  all 100ms 0s ease;
  -o-transition:  all 100ms 0s ease;
  transition:  all 100ms 0s ease;
}
.btn--border.text-lowercase {
  text-transform: lowercase;
}
.btn--border.text-inherit {
  text-transform: inherit;
}
.btn--border:hover,
.btn--border:active,
.btn--border.focus,
.btn--border:focus {
  background: #1fc0a0;
  color: #ffffff;
}
.btn--border:hover {
  background-color: #f5f5f5;
  color: #1fc0a0;
}
.btn--border .icon {
  display: inline-block;
  padding: 0 3px 0 0;
  font-size: 1.486em;
  vertical-align: middle;
}
.btn--border .icon.icon--flippedX {
  padding: 0 0 0 3px;
}
.btn--border span {
  position: relative;
  top: 0;
  left: 0;
}
.btn--border.btn--links--dropdown {
  border: none;
  background: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.btn--border.btn--links--dropdown:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.btn--border.btn--xs {
  padding: 5px 10px;
  font-size: 0.923em;
  height: auto;
}
.btn--border.btn--xs:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.btn--border.btn--sm {
  padding: 8px 16px;
  height: auto;
  font-size: 13px;
}
.btn--border.btn--sm .icon {
  font-size: 12px;
}
.btn--border.btn--sm--icon {
  padding: 9px 16px 7px;
  height: auto;
  font-size: 13px;
}
.btn--border.btn--sm--icon .icon {
  font-size: 20px;
}
.btn--border.btn--lg {
  padding: 15px 20px;
  height: auto;
}
.btn--border.btn--xl {
  padding: 17px 24px;
  font-size: 1.1em;
  font-weight: 500;
  height: auto;
}
.btn--border.btn--xl .icon {
  height: 1em;
  position: relative;
  top: -2px;
  padding: 0 5px 0 0;
  font-size: 1.45em;
  line-height: 1em;
}
.btn--border.btn--xl.btn--xl-small {
  padding: 12px 18px 11px;
}
.btn--border.btn--xxl {
  padding: 12px 24px 12px;
  font-size: 1.5em;
  line-height: 1.72em;
  height: auto;
}
.btn--border.btn--l {
  padding: 15px 33px 15px;
  font-size: 1.5em;
  line-height: 1.72em;
  height: auto;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .btn--border.btn--l {
    padding: 12px 24px 12px;
  }
}
.btn--border.btn--full {
  width: 100%;
  display: block;
  margin-bottom: 0.4em;
}
.btn--clear {
  border: 0;
  padding-left: 0;
  background-color: transparent;
}
.btn--clear:hover,
.btn--clear:active,
.btn--clear.focus,
.btn--clear:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.open > .btn--clear.dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-top {
  margin-top: 15px;
}
.btn-left {
  margin-left: 10px !important;
}
/* color options */
.btn.btn-red {
  background: #fa6b6b;
}
.btn.btn-red:hover,
.btn.btn-red:active,
.btn.btn-red.focus,
.btn.btn-red:focus {
  background: #f5f5f5;
}
.btn.btn-blue {
  background-color: #395499;
}
.btn.btn-blue:hover,
.btn.btn-blue:active,
.btn.btn-blue.focus,
.btn.btn-blue:focus {
  background: #f5f5f5;
}
/* /color options */
/* Individual button styles */
/* Tamaya */
.button--tamaya {
  overflow: hidden;
}
.button--tamaya::before,
.button--tamaya::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  background: #1fc0a0;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--tamaya::before {
  top: 0;
  padding-top: 1em;
}
.button--tamaya::after {
  bottom: 0;
  line-height: 0;
}
.button--tamaya > span {
  display: block;
  -webkit-transform: scale3d(0.2, 0.2, 1);
  transform: scale3d(0.2, 0.2, 1);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--tamaya:hover::before {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.button--tamaya:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--tamaya:hover > span {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.btn-right {
  margin-right: 30px;
}
.btn-img {
  width: 19px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  margin: 14px 12px 0 0;
}
.btn-img-view_module {
  background: #777777 url("../../frontend/Heritage/yourstore_child/en_US/images/custom/btn-img-view_module.png") 0 0 no-repeat;
}
.btn-img-view_list {
  background: #777777 url("../../frontend/Heritage/yourstore_child/en_US/images/custom/btn-img-view_list.png") 0 0 no-repeat;
}
.btn-img.active {
  background-color: #1fc0a0;
}
.btn-img:hover {
  background-color: #1fc0a0;
}
.input--ys {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 12px;
  font-size: 1em;
  line-height: 1.4em;
  height: 40px;
  margin-bottom: 10px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.input--ys:hover,
.input--ys:focus,
.input--ys.focus {
  box-shadow: none !important;
  outline: none !important;
}
.input--ys--full {
  width: 100%;
}
textarea,
.textarea--ys {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 12px;
  font-size: 1em;
  line-height: 1.4em;
  height: 40px;
  margin-bottom: 10px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  min-height: 140px;
  height: auto;
}
textarea:hover,
.textarea--ys:hover,
textarea:focus,
.textarea--ys:focus,
textarea.focus,
.textarea--ys.focus {
  box-shadow: none !important;
  outline: none !important;
}
textarea--full,
.textarea--ys--full {
  width: 100%;
}
label {
  font-weight: normal;
}
label.label--inline {
  font-size: 1.231em;
  line-height: 2.6em;
  font-weight: normal;
  padding-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  label.label--inline {
    display: block;
    margin-bottom: 5px;
    float: none !important;
  }
}
.subscribe-form {
  position: relative;
}
.subscribe-form__label {
  font-size: 1.231em;
  line-height: 2.6em;
  font-weight: normal;
  padding-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .subscribe-form__label {
    display: block;
    margin-bottom: 5px;
    float: none !important;
  }
}
.subscribe-form__input {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .subscribe-form__input {
    margin-right: 0;
    width: 97%;
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subscribe-form__input {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .subscribe-form button {
    position: absolute;
    right: 0;
  }
}
.subscribe-form button .icon {
  font-size: 18px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input::-webkit-input-placeholder {
  font-size: 1em;
  color: #777777;
}
input::-webkit-input-placeholder::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input::-webkit-input-placeholder:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder::-webkit-input-placeholder {
  color: #999999;
}
input::-moz-placeholder {
  font-size: 1em;
  color: #777777;
}
input::-moz-placeholder::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input::-moz-placeholder:-ms-input-placeholder {
  color: #999999;
}
input::-moz-placeholder::-webkit-input-placeholder {
  color: #999999;
}
input:-ms-input-placeholder {
  font-size: 1em;
  color: #777777;
}
input:-ms-input-placeholder::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input:-ms-input-placeholder:-ms-input-placeholder {
  color: #999999;
}
input:-ms-input-placeholder::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder {
  font-size: 1em;
  color: #777777;
}
input:-moz-placeholder::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input:-moz-placeholder:-ms-input-placeholder {
  color: #999999;
}
input:-moz-placeholder::-webkit-input-placeholder {
  color: #999999;
}
/* placeholder */
.placeholder {
  font-size: 1em;
  color: #777777;
}
::-webkit-input-placeholder {
  color: #777777;
}
::-moz-placeholder {
  color: #777777;
}
:-moz-placeholder {
  color: #777777;
}
:-ms-input-placeholder {
  color: #777777;
}
input[placeholder] {
  text-overflow: ellipsis;
}
input::-moz-placeholder {
  text-overflow: ellipsis;
}
input:-moz-placeholder {
  text-overflow: ellipsis;
}
input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
/* /placeholder */
div.field {
  margin-bottom: 10px;
}
legend {
  border-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.field.choice input[type="checkbox"] {
  margin: 7px 7px 0 0;
  float: left;
}
.fields.group-2 .field {
  float: left;
  width: 50%;
}
.sales-guest-form .actions-toolbar {
  padding: 20px 0 0 0;
}
.bootstrap-select .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #e5e5e5;
}
.select--ys,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 12px;
  font-size: 1em;
  line-height: 1.4em;
  height: 40px;
  margin-bottom: 10px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  color: #333333;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.select--ys:hover,
select:hover,
.select--ys:focus,
select:focus,
.select--ys.focus,
select.focus {
  box-shadow: none !important;
  outline: none !important;
}
.select--ys--full,
select--full {
  width: 100%;
}
.select--ys option {
  color: #333333;
}
.select--sm {
  padding: 8px 10px;
  height: 34px;
}
.select--lg {
  padding: 10px 12px;
  height: 40px;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
  width: 100%;
}
.select-wrapper {
  display: inline-block;
}
.field .control .select-wrapper {
  display: block;
}
.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  content: " ";
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #777777;
  position: absolute;
  top: 20px;
  right: 12px;
  transition: all 0.3s linear;
  -moz-transform: scale(0.9999);
}
.select-wrapper select {
  cursor: pointer;
  padding-right: 25px;
}
/* select-basket
==================================== */
@media (max-width: 767px) {
  .pull-extra-left {
    float: left !important;
  }
}
.select-basket {
  padding-right: 0;
  position: relative;
  line-height: 1.67em;
}
.select-basket .dropdown-toggle {
  background-color: #1fc0a0;
  padding: 7px 135px 10px 19px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.select-basket .dropdown-toggle .icon {
  color: #ffffff;
  font-size: 25px;
  position: relative;
  top: 6px;
  margin-right: 11px;
}
.select-basket .dropdown-toggle .caret {
  position: absolute;
  right: 16px;
  top: 8px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .select-basket .dropdown-toggle .caret {
    top: 18px;
  }
}
.select-basket .dropdown-menu {
  width: 420px;
  margin-top: 11px !important;
  left: auto;
  right: 0;
}
.select-basket__inner {
  padding: 24px 30px 0px 30px;
}
.select-basket > a:hover .icon {
  color: #ffffff;
}
.select-basket__table {
  width: 100%;
  position: relative;
}
.select-basket__table td,
.select-basket__table th {
  padding: 10px 5px;
}
.select-basket__table th {
  color: #333333;
}
.select-basket__table thead tr {
  border-bottom: 1px solid #e5e5e5;
}
.select-basket__table thead tr th:first-child {
  text-align: left;
}
.select-basket__table thead tr th {
  text-align: center;
}
.select-basket__table thead tr th:last-child {
  text-align: right;
}
.select-basket__table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.select-basket__table tbody tr td:first-child {
  text-align: left;
}
.select-basket__table tbody tr td {
  text-align: center;
}
.select-basket__table tbody tr td:last-child {
  text-align: right;
}
.select-basket__table tfoot tr:first-child td,
.select-basket__table tfoot tr:first-child th {
  padding-top: 25px;
}
.select-basket__table tfoot th {
  text-transform: uppercase;
  padding: 3px 5px;
}
.select-basket__table tfoot td {
  color: #1fc0a0;
  padding: 3px 5px;
  font-weight: bold;
  text-align: right;
}
/* /select-basket
==================================== */
.radio {
  display: block;
  cursor: pointer;
  margin: 0 0 8px;
  font-weight: 300;
}
.radio:hover .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: .8;
}
.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #1fc0a0;
}
.radio .outer {
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  margin: 6px 9px 0 0;
  border-radius: 50%;
  background-color: #e5e5e5;
}
.radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 14px;
  height: 14px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  border-radius: 50%;
  background-color: #1fc0a0;
  opacity: 0;
}
.contact-form .fieldset .field.required > .label::after,
.fieldset > .field.required > .label::after,
.fieldset > .fields > .field.required > .label::after,
.fieldset > .field._required > .label::after,
.fieldset > .fields > .field._required > .label::after {
  color: #fa6b6b;
  content: "*";
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 0 2px;
}
p.required {
  color: #fa6b6b;
  margin: 0;
}
div.mage-error[generated] {
  color: #fa6b6b;
}
input[type="text"].mage-error,
input[type="password"].mage-error,
input[type="url"].mage-error,
input[type="tel"].mage-error,
input[type="search"].mage-error,
input[type="number"].mage-error,
input[type="datetime"].mage-error,
input[type="email"].mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #fa6b6b;
}
.checkbox-group {
  position: relative;
  margin-bottom: 10px;
}
.checkbox-group input[type=checkbox] {
  display: none;
}
.checkbox-group label {
  padding-left: 34px;
  cursor: pointer;
  font-size: 16px;
  color: #777777;
}
.checkbox-group label span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}
.checkbox-group label .box {
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  height: 20px;
  width: 20px;
  z-index: 9;
  margin-top: 2px;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
.checkbox-group label .check {
  top: 0px;
  left: 1px;
  opacity: 0;
  z-index: 10;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.checkbox-group label .check:before {
  content: "\e876";
  color: #1fc0a0;
  font-size: 18px;
  line-height: 1em;
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
}
input[type=checkbox]:checked ~ label .box {
  border-color: #1fc0a0;
}
input[type=checkbox]:checked ~ label .check {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
input[type=checkbox]:disabled ~ label {
  cursor: default;
}
input[type=checkbox]:disabled ~ label .box {
  background: #eee;
  border-color: #ccc;
}
.divider--xl {
  height: 60px;
}
/* form */
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
  border-color: #e5e5e5;
  height: 40px;
}
textarea:focus,
.input-text:focus,
.form-control:focus {
  border-color: #1fc0a0;
  box-shadow: none;
  outline: 0 none;
}
label {
  color: #333333;
}
label sup {
  color: #fa6b6b;
  font-weight: lighter;
  font-size: 16px;
  line-height: 1em;
  position: relative;
  top: -1px;
}
.note {
  color: #fa6b6b;
  font-size: 14px;
}
.form-group {
  margin-bottom: 10px;
}
.form-group-top {
  margin-top: 14px;
}
.form-inline label {
  margin-right: 13px;
  margin-bottom: 0;
}
.form-inline .form-group {
  margin-right: 6px;
}
input.form-control::-webkit-input-placeholder {
  color: #777777;
}
input.form-control::-moz-placeholder {
  color: #777777;
}
input.form-control::-moz-placeholder {
  color: #777777;
}
input.form-control::-ms-input-placeholder {
  color: #777777;
}
.input-group-btn {
  font-size: inherit !important;
}
/* /form */
/* input-group-addon */
.input-group-addon {
  background: none;
  border-right: none;
  border-color: #e5e5e5;
  color: #1fc0a0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 23px;
  padding-right: 0px;
}
.input-group input {
  color: #777777;
}
.input-group input.form-control::-webkit-input-placeholder {
  color: #777777;
}
.input-group input.form-control::-moz-placeholder {
  color: #777777;
}
.input-group input.form-control::-moz-placeholder {
  color: #777777;
}
.input-group input.form-control::-ms-input-placeholder {
  color: #777777;
}
.modal .input-group input {
  border-left: 0;
}
/* /input-group-addon */
/* fill box style */
.radio-fill-inner-sx {
  padding: 6px 0 0 13px;
}
body .fill-bg .radio {
  color: #777777;
  margin-bottom: 5px;
}
/* fill box style */
/* subscribe-full-center */
.subscribe-full-center {
  display: inline-block;
  width: 500px;
}
.subscribe-full-center .form-inline input.form-control {
  height: 60px;
  float: left;
  width: 350px;
}
.subscribe-full-center .form-inline button {
  float: left;
}
@media (max-width: 570px) {
  .subscribe-full-center {
    width: auto;
  }
  .subscribe-full-center .form-inline input.form-control {
    height: 60px;
    float: inherit;
    width: auto;
    display: inline-block;
    margin-bottom: 19px;
  }
  .subscribe-full-center .form-inline button {
    float: inherit;
  }
}
/* /subscribe-full-center */
/*=== slogan ===*/
.white-popup {
  position: relative;
  background: #ffffff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.tag {
  display: block;
  background-color: #f5f5f5;
  color: #333333;
  height: 40px;
  padding: 10px 18px;
  font-size: 0.875em;
  line-height: 1.486em;
  text-decoration: none;
  -webkit-transition:  all 200ms 0s ease;
  -moz-transition:  all 200ms 0s ease;
  -ms-transition:  all 200ms 0s ease;
  -o-transition:  all 200ms 0s ease;
  transition:  all 200ms 0s ease;
  text-transform: uppercase;
}
.tag:hover {
  background-color: #1fc0a0;
  border-color: #1fc0a0;
  color: #ffffff;
}
.tags-list {
  position: relative;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.tags-list li {
  display: inline-block;
  padding: 0;
  margin: 0 6px 10px 0;
}
.tags-list li a {
  display: block;
  background-color: #f5f5f5;
  color: #333333;
  height: 40px;
  padding: 10px 18px;
  font-size: 0.875em;
  line-height: 1.486em;
  text-decoration: none;
  -webkit-transition:  all 200ms 0s ease;
  -moz-transition:  all 200ms 0s ease;
  -ms-transition:  all 200ms 0s ease;
  -o-transition:  all 200ms 0s ease;
  transition:  all 200ms 0s ease;
  text-transform: uppercase;
}
.tags-list li a:hover {
  background-color: #1fc0a0;
  border-color: #1fc0a0;
  color: #ffffff;
}
/*=== pagination ===*/
.pagination {
  margin: 15px 0 0 0;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .pagination {
    margin: 15px 0 35px;
  }
}
.pagination li {
  display: inline-block;
  border-radius: 0 !important;
  margin: 0 10px 0 0;
  padding: 0;
}
.pagination li a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  background-color: #f5f5f5;
  color: #333333;
  -webkit-transition:  all 0.3s 0s ease;
  -moz-transition:  all 0.3s 0s ease;
  -ms-transition:  all 0.3s 0s ease;
  -o-transition:  all 0.3s 0s ease;
  transition:  all 0.3s 0s ease;
}
.pagination li a .icon {
  font-size: 16px;
  color: #1fc0a0;
}
.pagination li a:hover {
  background-color: #333333;
  color: #ffffff;
}
.pagination li.active a {
  background-color: #333333;
  color: #ffffff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.filters-row .pagination {
  padding-top: 0;
  margin-top: 0;
}
.filters-row .pagination li:last-child {
  margin-right: 0;
}
.pages .pages-label {
  display: none;
}
.pages .items .item {
  float: left;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}
.pages .items .item a,
.pages .items .item strong {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 13px;
  font-weight: normal;
  line-height: 40px;
  padding: 0;
  text-align: center;
  background-color: #f5f5f5;
  color: #333333;
  -webkit-transition:  all 0.3s 0s ease;
  -moz-transition:  all 0.3s 0s ease;
  -ms-transition:  all 0.3s 0s ease;
  -o-transition:  all 0.3s 0s ease;
  transition:  all 0.3s 0s ease;
}
.pages .items .item a .label,
.pages .items .item strong .label {
  display: none;
}
.pages .items .item a .icon,
.pages .items .item strong .icon {
  font-size: 16px;
  color: #1fc0a0;
}
.pages .items .item a:hover,
.pages .items .item strong:hover {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
}
.pages .items .item.current strong {
  background-color: #333333;
  color: #ffffff;
}
.pages .items .item.pages-item-next a,
.pages .items .item.pages-item-previous a {
  color: #1fc0a0;
}
.pages .items .item.pages-item-next a:before,
.pages .items .item.pages-item-previous a:before {
  font-family: 'Material Icons';
  font-size: 16px;
  font-weight: normal;
}
.pages .items .item.pages-item-next a span,
.pages .items .item.pages-item-previous a span {
  display: none;
}
.pages .items .item.pages-item-next a:before {
  content: "\e5cc";
}
.pages .items .item.pages-item-previous a:before {
  content: "\e5cb";
}
@media (max-width: 639px) {
  .pages {
    text-align: center;
  }
  .pages .items .item {
    float: none;
    margin: 0 3px;
  }
  .pages .items .item a,
  .pages .items .item strong {
    width: 30px;
    height: 30px;
    font-size: 11px;
    line-height: 30px;
  }
  .pages .items .item.pages-item-next,
  .pages .items .item.pages-item-previous {
    margin: 0;
  }
  .pages .items .item.pages-item-next {
    float: right;
  }
  .pages .items .item.pages-item-previous {
    float: left;
  }
}
/*=== /pagination ===*/
/* Magento tabs restyle */
.product.info.detailed {
  padding: 0 15px;
}
.product.data.items {
  border: solid 1px #e5e5e5;
}
.product.data.items > .item.title {
  float: left;
  width: auto;
  position: relative;
  margin: 0;
}
.product.data.items > .item.title > a.switch {
  display: block;
  padding: 15px 25px 16px 25px;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
  border-radius: 0;
  border-right: solid 1px #e5e5e5;
  -webkit-transition:  color 300ms linear 0s;
  -moz-transition:  color 300ms linear 0s;
  -ms-transition:  color 300ms linear 0s;
  -o-transition:  color 300ms linear 0s;
  transition:  color 300ms linear 0s;
}
.product.data.items > .item.title > a.switch:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 0;
  background: #1fc0a0;
  -webkit-transition:  height 300ms linear 0s;
  -moz-transition:  height 300ms linear 0s;
  -ms-transition:  height 300ms linear 0s;
  -o-transition:  height 300ms linear 0s;
  transition:  height 300ms linear 0s;
}
.product.data.items > .item.title > a.switch .counter:before {
  content: '(';
}
.product.data.items > .item.title > a.switch .counter:after {
  content: ')';
}
.product.data.items > .item.title.active > a.switch:before {
  height: 3px;
}
.product.data.items > .item.title:hover > a.switch {
  color: #1fc0a0;
  text-decoration: none;
}
.product.data.items > .item.content {
  float: right;
  margin-left: -100%;
  margin-top: 58px;
  width: 100%;
  padding: 40px;
  border-top: solid 1px #e5e5e5;
}
.product.data.items:after {
  clear: both;
  display: table;
  content: '';
}
@media (max-width: 767px) {
  .product.data.items {
    border: 0;
  }
  .product.data.items > .item.title {
    float: none;
    width: 100%;
    border: solid 1px #e5e5e5;
    margin: 0 0 10px;
  }
  .product.data.items > .item.content {
    float: none;
    margin: 0 0 10px;
    width: 100%;
    padding: 20px;
    border: solid 1px #e5e5e5;
  }
}
/* Tabs content styles */
.product.attibute.description ul {
  margin: 13px 0;
  padding: 0;
  list-style: none;
}
.product.attibute.description ul li {
  position: relative;
  padding-left: 31px;
  margin-bottom: 0px;
  font-weight: 300;
}
.product.attibute.description ul li:after {
  position: absolute;
  display: block;
  top: 9px;
  left: 0;
  color: #1fc0a0;
  font-family: 'Material Icons';
  content: "\e3a6";
  font-size: 0.53em;
  line-height: 1em;
}
.product.attibute.description p {
  font-weight: 300;
}
.product.attibute.description h1,
.product.attibute.description h2,
.product.attibute.description h3,
.product.attibute.description h4,
.product.attibute.description h5,
.product.attibute.description h6 {
  color: #1fc0a0;
}
.product.info.detailed .table-wrapper {
  margin: 0;
}
.product.info.detailed .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td::before,
.product.info.detailed .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th::before {
  font-weight: 300;
  color: #1fc0a0;
}
.product.info.detailed .additional-attributes {
  width: 100%;
  border-bottom: 1px solid #e5e5e5 !important;
  margin-bottom: 0;
}
.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: 11px 18px !important;
  border-top: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important;
  text-align: right;
  width: 30%;
  font-weight: 300;
  text-transform: uppercase;
  color: #1fc0a0;
}
.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: 11px 18px !important;
  border-top: 1px solid #e5e5e5 !important;
  font-weight: 300;
}
.review-list .block-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1fc0a0;
  margin-bottom: 30px;
}
.review-list .review-toolbar .pager {
  float: right;
}
.review-list .review-toolbar:after {
  clear: both;
  display: table;
  content: '';
}
.review-list .review-toolbar.top-toolbar {
  margin: -62px 0 20px 0;
}
@media (max-width: 768px) {
  .review-list .review-toolbar {
    display: none;
  }
  .review-list .review-toolbar.top-toolbar {
    display: block;
  }
}
@media (max-width: 479px) {
  .review-list .review-toolbar.top-toolbar {
    margin: -10px 0 20px 0;
  }
}
.review-list .review-items {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}
.review-list .review-items .review-item {
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.review-list .review-items .review-item .review-title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 13px;
}
.review-list .review-items .review-item .review-ratings {
  margin-bottom: 13px;
}
.review-list .review-items .review-item .review-content {
  font-weight: 300;
  margin-bottom: 13px;
}
.review-list .review-items .review-item .review-details {
  font-size: 14px;
  font-weight: 300;
}
.review-list .review-items .review-item .review-details:after {
  clear: both;
  display: table;
  content: '';
}
.review-list .review-items .review-item .review-details .review-author {
  display: inline-block;
  margin: 0 0 0 0;
}
.review-list .review-items .review-item .review-details .review-author strong {
  color: #333333;
}
.review-list .review-items .review-item .review-details .review-author:after {
  content: ' / ';
}
.review-list .review-items .review-item .review-details .review-date {
  display: inline-block;
  margin: 0 0 0 0;
}
.review-list .review-items .review-item .review-details .review-date time {
  color: #333333;
}
.review-list .review-items .review-item .review-details .review-date time:before {
  content: '(';
}
.review-list .review-items .review-item .review-details .review-date time:after {
  content: ')';
}
@media (max-width: 479px) {
  .review-list .review-items .review-item .review-details .review-author {
    display: block;
  }
  .review-list .review-items .review-item .review-details .review-author:after {
    content: '';
  }
  .review-list .review-items .review-item .review-details .review-date {
    display: block;
  }
}
.review-add .block-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1fc0a0;
  margin-bottom: 30px;
}
.review-add .fieldset .legend {
  margin: 0 0 20px;
  border: 0;
  font-size: 16px;
  font-weight: 300;
}
.review-add .fieldset .legend span {
  text-transform: uppercase;
  color: #1fc0a0;
}
.review-add .fieldset .legend strong {
  font-weight: 300;
  color: #777;
}
.review-add .fieldset > .field:not(.choice) > .label {
  float: none;
  padding: 0;
  border: 0;
  text-align: left;
  width: auto;
  font-size: 16px;
  font-weight: normal;
}
.review-add .fieldset > .field:not(.choice) > .control {
  float: none;
  width: 100%;
}
.review-add .fieldset > .field:not(.choice) > .control input[type="text"],
.review-add .fieldset > .field:not(.choice) > .control textarea {
  margin: 0;
}
.review-add .review-field-ratings legend.label {
  margin-bottom: 10px;
}
/* --------------------------------------  */
.review-field-rating .label {
  display: inline-block;
  padding: 0;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.review-field-rating .control {
  margin-bottom: 40px;
}
.review-control-vote:before {
  color: #d2d2d2;
  content: '\e838' '\e838' '\e838' '\e838' '\e838';
  display: block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  letter-spacing: 2px;
  line-height: 20px;
  position: absolute;
  vertical-align: top;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ffaf47;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  letter-spacing: 2px;
  line-height: 20px;
  opacity: 0;
  vertical-align: top;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote input[type="radio"]:focus + label::before,
.review-control-vote input[type="radio"]:checked + label::before {
  opacity: 1;
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e838';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e838' '\e838';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e838' '\e838' '\e838';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e838' '\e838' '\e838' '\e838';
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e838' '\e838' '\e838' '\e838' '\e838';
}
/*=== tabs ===*/
@media (min-width: 768px) {
  .nav-tabs--ys {
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
  }
  .nav-tabs--ys > li > a {
    border: 0;
    background-color: #f5f5f5;
    margin-right: 0;
    border-radius: 0;
    padding: 16px 28px 15px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
    text-transform: uppercase;
    font-weight: 500;
  }
  .nav-tabs--ys > li > a:hover {
    border-color: #e5e5e5;
  }
  .nav-tabs--ys > li.active > a,
  .nav-tabs--ys > li.active > a:hover,
  .nav-tabs--ys > li.active > a:focus {
    padding-bottom: 14px;
    border: 0;
    border-right: 1px solid #e5e5e5;
    color: #333333;
  }
  .nav-tabs--ys > li.active > a:after {
    background-color: #ffffff;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
  }
  .nav-tabs--ys > li.active > a:before {
    background-color: #1fc0a0;
    height: 3px;
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
  }
  .nav-tabs--ys-center {
    border: none;
  }
  .nav-tabs--ys-center li {
    display: inline-block;
    float: inherit;
    margin: 0px 20px 20px 0 !important;
  }
  .nav-tabs--ys-center li.active > a {
    border-bottom: 5px solid #1fc0a0 !important;
    color: #333333 !important;
  }
  .nav-tabs--ys-center a {
    border: none !important;
    font-size: 24px;
    padding: 0 0 18px 0 !important;
    border-bottom: 5px solid transparent !important;
    color: #777777;
    -webkit-transition:  all 0.3s 0s ease;
    -moz-transition:  all 0.3s 0s ease;
    -ms-transition:  all 0.3s 0s ease;
    -o-transition:  all 0.3s 0s ease;
    transition:  all 0.3s 0s ease;
  }
  .nav-tabs--ys-center a:hover {
    color: #333333;
    background: none !important;
  }
  .nav-tabs--ys-center1 {
    border-bottom: 1px solid #e5e5e5;
  }
  .nav-tabs--ys-center1 li {
    display: inline-block;
    float: inherit;
    margin: 0px 20px !important;
  }
  .nav-tabs--ys-center1 li.active > a {
    border-bottom: 3px solid #1fc0a0 !important;
  }
  .nav-tabs--ys-center1 a {
    border: none !important;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding: 0 !important;
    border-bottom: 3px solid transparent !important;
    -webkit-transition:  all 0.3s 0s ease;
    -moz-transition:  all 0.3s 0s ease;
    -ms-transition:  all 0.3s 0s ease;
    -o-transition:  all 0.3s 0s ease;
    transition:  all 0.3s 0s ease;
  }
  .nav-tabs--ys-center1 a:hover {
    color: #333333;
    background: none !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .nav-tabs--ys > li {
    float: none;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .nav-tabs--ys > li > a {
    border: 0;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .nav-tabs--ys > li.active > a,
  .nav-tabs--ys > li.active > a:hover,
  .nav-tabs--ys > li.active > a:focus {
    border: 0;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .nav-tabs--ys > li.active > a:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .nav-tabs--ys-center1 li {
    float: none;
    display: block;
    margin: 10px 20px !important;
  }
}
@media (max-width: 767px) {
  .nav-tabs {
    border-color: transparent !important;
  }
  .nav-tabs li {
    float: none !important;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
  }
  .nav-tabs li a {
    border-color: transparent !important;
    border-radius: 0;
    font-weight: bold;
    color: #333333;
    -webkit-transition:  all 300ms linear 0s;
    -moz-transition:  all 300ms linear 0s;
    -ms-transition:  all 300ms linear 0s;
    -o-transition:  all 300ms linear 0s;
    transition:  all 300ms linear 0s;
  }
  .nav-tabs li a:hover {
    background: none;
    color: #1fc0a0;
  }
  .nav-tabs li.active a {
    background: #1fc0a0 !important;
    color: #ffffff !important;
    border-color: transparent !important;
  }
}
.tab-content--ys > .tab-pane {
  display: none;
  background-color: #ffffff;
  padding: 30px 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  border-top: 0;
  font-weight: 300;
}
.tab-content--ys > .active {
  display: block;
}
.tab-content--ys-center {
  padding: 50px 0 0 0;
  text-align: center;
}
.tab-content--ys-fullwidth {
  border: none !important;
  padding: 50px 0 0 0;
}
.tab-content--ys-fullwidth > .tab-pane {
  display: none;
  padding: 0px 0px;
  border-width: 1px;
  border-top: 0;
  font-weight: 300;
}
.tab-content--ys-fullwidth > .active {
  display: block;
}
.tab-content--ys-center {
  padding: 50px 0 0 0;
  text-align: center;
}
/* flip tab */
.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
  font-size: 1.25em;
}
.tabs nav {
  text-align: center;
}
.tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}
.tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
}
.tabs nav li.tab-current a {
  color: #74777b;
}
.tabs nav a:focus {
  outline: none;
}
.tabs-style-flip {
  max-width: 1200px;
}
.tabs-style-flip nav a {
  padding: 0.5em 0;
  color: #2CC185;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.tabs-style-flip nav a:hover,
.tabs-style-flip nav a:focus,
.tabs-style-flip nav li.tab-current a {
  color: #74777b;
}
.tabs-style-flip nav a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.625em;
}
.tabs-style-flip nav a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}
.tabs-style-flip nav li.tab-current a::after {
  background-color: #fff;
  -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}
.tabs-style-flip .content-wrap {
  background: #ffffff;
}
/*=== /tabs ===*/
.open-tab {
  display: block !important;
}
/*=== zoom ===*/
.zoomLens {
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0.36) !important;
  border: 1px solid #e5e5e5 !important;
}
.zoomWindowContainer > div {
  border: 1px solid #e5e5e5 !important;
  margin: 0 10px;
}
/*=== /zoom ===*/
/*=== modal ===*/
.product-popup {
  position: relative;
  background: #ffffff;
  margin: 20px auto;
  padding: 0;
  width: 90%;
  height: 90%;
  max-width: 1170px;
  max-height: 750px;
}
.product-popup .product-popup-content {
  overflo-y: scroll;
}
.product-popup .container-fluid {
  padding: 0;
  background: #ffffff;
}
.product-popup .product-info {
  padding: 25px 40px 15px;
  margin: 0 0 0 -15px;
}
.product-popup .mfp-close {
  color: #ffffff;
  right: -37px;
  top: -37px;
}
/*=== /modal ===*/
/* modal size  */
.modal-sm {
  max-width: 372px;
}
.modal-md {
  max-width: 816px !important;
  margin: 0 auto;
}
.img-responsive1 {
  max-width: 100%;
}
/* /modal size */
/* modal style  */
.white-modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
  padding: 37px;
  border-color: transparent;
}
.white-modal .modal-header {
  border: none;
  padding: 0;
  margin: 0 0 18px 0;
}
.white-modal .modal-header .close {
  color: #1fc0a0;
  font-size: 29px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: 'delay: 1s;';
  -o-transition: 'delay: 1s;';
  transition: 'delay: 1s;';
  -webkit-transition:  'delay: 1s;' 0.3s 0s ease;
  -moz-transition:  'delay: 1s;' 0.3s 0s ease;
  -ms-transition:  'delay: 1s;' 0.3s 0s ease;
  -o-transition:  'delay: 1s;' 0.3s 0s ease;
  transition:  'delay: 1s;' 0.3s 0s ease;
}
.white-modal .modal-header .close:hover {
  color: #333333;
}
.white-modal .modal-header .modal-title {
  font-size: 21px;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
}
.white-modal .modal-body {
  font-weight: lighter;
  padding: 0 0 42px 0;
}
.white-modal .indent-bot-none {
  padding-bottom: 0;
}
.white-modal .modal-footer {
  text-align: inherit;
  border: none;
  padding: 0;
}
.white-modal .modal-footer.text-left {
  text-align: left;
}
.white-modal .modal-footer.text-center {
  text-align: center;
}
.white-modal .modal-footer.text-right {
  text-align: right;
}
/* /modal style  */
/* modal center center */
.modal {
  text-align: center;
  padding: 0 !important;
}
@media (min-width: 450px) {
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    /* Adjusts for spacing */
  }
}
.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
}
/* /modal center center */
.modal {
  z-index: 77777777;
}
.modal-backdrop {
  z-index: 7777777;
}
#modalAddToCart.modal,
#modalAddToCartError.modal {
  z-index: 7777777777;
}
.modal-bg-image {
  position: absolute;
  z-index: 0;
}
.modal-bg-image.bottom-right {
  right: 0;
  bottom: 0;
}
.modal-bg-image.bottom-left {
  left: 0;
  bottom: 0;
}
.modal-bg-image.top-left {
  left: 0;
  top: 0;
}
.modal-bg-image.top-right {
  right: 0;
  top: 0;
}
/* modal-newsletter  */
.modal-newsletter {
  padding-bottom: 35px;
  position: relative;
  z-index: 2;
}
.modal-newsletter .checkbox-group {
  display: inline-block;
}
.modal-newsletter .checkbox-group .box {
  margin-top: 0;
  display: inline-block;
}
.modal-newsletter .checkbox-group .check {
  top: 5px;
}
.modal-newsletter .logo {
  margin-bottom: 47px;
  max-height: 80px;
}
.modal-newsletter .modal-title {
  font-size: 21px;
  line-height: 1.1em;
  padding-bottom: 15px;
}
.modal-newsletter p {
  padding-bottom: 7px;
}
.modal-newsletter .row-subscibe {
  font-size: 0;
  line-height: 0;
  padding: 27px 0 27px 0;
}
.modal-newsletter .row-subscibe input {
  height: 60px;
  border: 1px solid #e5e5e5;
  width: 266px;
  margin: 0;
  padding: 2.3% 2.5%;
  font-size: 18px;
  line-height: 1.2em;
  color: #777777;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-newsletter .row-subscibe button {
  font-size: 18px;
  height: 60px;
}
.modal-newsletter .checkbox-group label {
  font-size: 12px;
  padding-left: 25px;
}
.modal-newsletter p {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  #newsletterModal .modal-newsletter .row-subscibe input {
    width: 80%;
    padding: 2.3% 3%;
  }
  #newsletterModal .modal-newsletter .row-subscibe button {
    position: relative;
    right: auto;
    margin-top: 15px;
  }
  #newsletterModal .modal-newsletter .logo {
    max-height: 75px;
  }
}
@media (max-width: 420px) {
  #newsletterModal .modal-newsletter .logo {
    max-height: 59px;
  }
}
@media (max-width: 768px) {
  #newsletterModal button.btn--ys.btn--xl {
    padding: 17px 14px !important;
  }
}
/* /modal-newsletter  */
/* quickViewModal */
#quickViewModal .modal-dialog {
  width: inherit;
}
#quickViewModal .product-popup {
  padding: 0;
  width: 100%;
  height: inherit !important;
  max-height: inherit !important;
}
@media (max-width: 992px) {
  #quickViewModal .modal-content {
    padding: 20px 27px 10px 27px;
  }
}
#quickViewModal .modal-content.container {
  max-width: 1244px;
  min-width: 320px;
}
@media (max-width: 450px) {
  .modal-dialog:before {
    display: none !important;
  }
  .modal-dialog {
    width: inherit;
    margin: 10px !important;
  }
}
/* /quickViewModal */
.comments {
  margin-bottom: 38px;
}
.comments.comments-level-1 {
  margin-left: 136px;
}
.comments .pull-left {
  width: 100px;
  height: 100px;
  display: block;
  background-color: #f5f5f5;
  margin-right: 40px;
  margin-top: 16px;
  color: #ffffff;
  position: relative;
}
.comments .pull-left:before {
  font-family: 'Material Icons';
  content: "\e7fd";
  font-size: 46px;
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 10px;
}
.comments .pull-left img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.comments .pull-left span {
  position: absolute;
  display: inline-block;
  top: 15%;
}
.comments .media-body .media-title {
  color: #1fc0a0;
  padding-bottom: 14px;
}
.comments .media-body .media-title .username {
  font-size: 18px;
  font-style: italic;
  font-family: Georgia, sans-serif;
  display: inline-block;
  margin-right: 14px;
}
.comments .media-body .media-title time {
  font-size: 16px;
}
.comments .media-body .media-title time .icon {
  font-size: 24px;
  margin: 0 13px 0 0;
  position: relative;
  top: 3px;
}
.comments .media-body .media-title .link {
  color: #333333;
  text-decoration: underline;
  text-transform: capitalize;
}
.comments .media-body .media-title .link:hover {
  text-decoration: none;
}
@media (max-width: 745px) {
  .comments {
    margin-bottom: 28px;
  }
  .comments.comments-level-1 {
    margin-left: 70px;
  }
  .comments .pull-left {
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }
  .comments .pull-left:before {
    font-size: 46px;
    line-height: 1em;
    top: 10px;
  }
  .comments .media-body .media-title time {
    display: block;
  }
  .comments .media-body .media-title time .icon {
    font-size: 20px;
    margin: 0 6px 0 0;
    position: relative;
    top: 3px;
  }
}
.panel {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
}
.panel .panel-heading {
  position: relative;
  border-top: 1px solid #e5e5e5;
  padding: 0;
}
.panel .panel-heading__number {
  width: 52px;
  height: 52px;
  background-color: #f5f5f5;
  text-align: center;
  color: #333333;
  font-size: 20px;
  line-height: 2.55em;
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition:  background-color 0.3s 0s ease;
  -moz-transition:  background-color 0.3s 0s ease;
  -ms-transition:  background-color 0.3s 0s ease;
  -o-transition:  background-color 0.3s 0s ease;
  transition:  background-color 0.3s 0s ease;
}
.panel .panel-heading .panel-title {
  color: #333333;
  font-size: 20px;
}
.panel .panel-heading .panel-title:after {
  position: absolute;
  display: block;
  top: 34px;
  right: 0px;
  z-index: 0;
  font-family: 'Material Icons';
  font-size: 22px;
  content: "\e148";
  line-height: 1em;
  color: #1fc0a0;
}
.panel .panel-heading .panel-title a {
  text-decoration: none !important;
  display: block;
  padding: 34px 0 25px 77px;
  position: relative;
  z-index: 2;
}
.panel .panel-heading.active .panel-heading__number {
  background-color: #1fc0a0;
  color: #ffffff;
}
.panel .panel-heading.active .panel-title:after {
  content: "\e15d";
}
.panel .panel-body {
  padding: 10px 0 28px 0;
}
.panel .panel-body,
.panel .panel-collapse,
.panel .panel-collapse > .list-group {
  border: none !important;
}
/* link-functional */
.link-functional {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1em;
  font-weight: 500;
  color: #333333;
}
.link-functional .icon,
.link-functional .fa {
  font-size: 20px;
  margin-right: 10px;
  color: #1fc0a0;
  position: relative;
  top: 6px;
}
.link-functional:hover {
  text-decoration: none;
  color: #1fc0a0;
}
/* /link-functional */
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa); }

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

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

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0 {
  --fa: "\30"; }

.fa-1 {
  --fa: "\31"; }

.fa-2 {
  --fa: "\32"; }

.fa-3 {
  --fa: "\33"; }

.fa-4 {
  --fa: "\34"; }

.fa-5 {
  --fa: "\35"; }

.fa-6 {
  --fa: "\36"; }

.fa-7 {
  --fa: "\37"; }

.fa-8 {
  --fa: "\38"; }

.fa-9 {
  --fa: "\39"; }

.fa-fill-drip {
  --fa: "\f576"; }

.fa-arrows-to-circle {
  --fa: "\e4bd"; }

.fa-circle-chevron-right {
  --fa: "\f138"; }

.fa-chevron-circle-right {
  --fa: "\f138"; }

.fa-at {
  --fa: "\40"; }

.fa-trash-can {
  --fa: "\f2ed"; }

.fa-trash-alt {
  --fa: "\f2ed"; }

.fa-text-height {
  --fa: "\f034"; }

.fa-user-xmark {
  --fa: "\f235"; }

.fa-user-times {
  --fa: "\f235"; }

.fa-stethoscope {
  --fa: "\f0f1"; }

.fa-message {
  --fa: "\f27a"; }

.fa-comment-alt {
  --fa: "\f27a"; }

.fa-info {
  --fa: "\f129"; }

.fa-down-left-and-up-right-to-center {
  --fa: "\f422"; }

.fa-compress-alt {
  --fa: "\f422"; }

.fa-explosion {
  --fa: "\e4e9"; }

.fa-file-lines {
  --fa: "\f15c"; }

.fa-file-alt {
  --fa: "\f15c"; }

.fa-file-text {
  --fa: "\f15c"; }

.fa-wave-square {
  --fa: "\f83e"; }

.fa-ring {
  --fa: "\f70b"; }

.fa-building-un {
  --fa: "\e4d9"; }

.fa-dice-three {
  --fa: "\f527"; }

.fa-calendar-days {
  --fa: "\f073"; }

.fa-calendar-alt {
  --fa: "\f073"; }

.fa-anchor-circle-check {
  --fa: "\e4aa"; }

.fa-building-circle-arrow-right {
  --fa: "\e4d1"; }

.fa-volleyball {
  --fa: "\f45f"; }

.fa-volleyball-ball {
  --fa: "\f45f"; }

.fa-arrows-up-to-line {
  --fa: "\e4c2"; }

.fa-sort-down {
  --fa: "\f0dd"; }

.fa-sort-desc {
  --fa: "\f0dd"; }

.fa-circle-minus {
  --fa: "\f056"; }

.fa-minus-circle {
  --fa: "\f056"; }

.fa-door-open {
  --fa: "\f52b"; }

.fa-right-from-bracket {
  --fa: "\f2f5"; }

.fa-sign-out-alt {
  --fa: "\f2f5"; }

.fa-atom {
  --fa: "\f5d2"; }

.fa-soap {
  --fa: "\e06e"; }

.fa-icons {
  --fa: "\f86d"; }

.fa-heart-music-camera-bolt {
  --fa: "\f86d"; }

.fa-microphone-lines-slash {
  --fa: "\f539"; }

.fa-microphone-alt-slash {
  --fa: "\f539"; }

.fa-bridge-circle-check {
  --fa: "\e4c9"; }

.fa-pump-medical {
  --fa: "\e06a"; }

.fa-fingerprint {
  --fa: "\f577"; }

.fa-hand-point-right {
  --fa: "\f0a4"; }

.fa-magnifying-glass-location {
  --fa: "\f689"; }

.fa-search-location {
  --fa: "\f689"; }

.fa-forward-step {
  --fa: "\f051"; }

.fa-step-forward {
  --fa: "\f051"; }

.fa-face-smile-beam {
  --fa: "\f5b8"; }

.fa-smile-beam {
  --fa: "\f5b8"; }

.fa-flag-checkered {
  --fa: "\f11e"; }

.fa-football {
  --fa: "\f44e"; }

.fa-football-ball {
  --fa: "\f44e"; }

.fa-school-circle-exclamation {
  --fa: "\e56c"; }

.fa-crop {
  --fa: "\f125"; }

.fa-angles-down {
  --fa: "\f103"; }

.fa-angle-double-down {
  --fa: "\f103"; }

.fa-users-rectangle {
  --fa: "\e594"; }

.fa-people-roof {
  --fa: "\e537"; }

.fa-people-line {
  --fa: "\e534"; }

.fa-beer-mug-empty {
  --fa: "\f0fc"; }

.fa-beer {
  --fa: "\f0fc"; }

.fa-diagram-predecessor {
  --fa: "\e477"; }

.fa-arrow-up-long {
  --fa: "\f176"; }

.fa-long-arrow-up {
  --fa: "\f176"; }

.fa-fire-flame-simple {
  --fa: "\f46a"; }

.fa-burn {
  --fa: "\f46a"; }

.fa-person {
  --fa: "\f183"; }

.fa-male {
  --fa: "\f183"; }

.fa-laptop {
  --fa: "\f109"; }

.fa-file-csv {
  --fa: "\f6dd"; }

.fa-menorah {
  --fa: "\f676"; }

.fa-truck-plane {
  --fa: "\e58f"; }

.fa-record-vinyl {
  --fa: "\f8d9"; }

.fa-face-grin-stars {
  --fa: "\f587"; }

.fa-grin-stars {
  --fa: "\f587"; }

.fa-bong {
  --fa: "\f55c"; }

.fa-spaghetti-monster-flying {
  --fa: "\f67b"; }

.fa-pastafarianism {
  --fa: "\f67b"; }

.fa-arrow-down-up-across-line {
  --fa: "\e4af"; }

.fa-spoon {
  --fa: "\f2e5"; }

.fa-utensil-spoon {
  --fa: "\f2e5"; }

.fa-jar-wheat {
  --fa: "\e517"; }

.fa-envelopes-bulk {
  --fa: "\f674"; }

.fa-mail-bulk {
  --fa: "\f674"; }

.fa-file-circle-exclamation {
  --fa: "\e4eb"; }

.fa-circle-h {
  --fa: "\f47e"; }

.fa-hospital-symbol {
  --fa: "\f47e"; }

.fa-pager {
  --fa: "\f815"; }

.fa-address-book {
  --fa: "\f2b9"; }

.fa-contact-book {
  --fa: "\f2b9"; }

.fa-strikethrough {
  --fa: "\f0cc"; }

.fa-k {
  --fa: "\4b"; }

.fa-landmark-flag {
  --fa: "\e51c"; }

.fa-pencil {
  --fa: "\f303"; }

.fa-pencil-alt {
  --fa: "\f303"; }

.fa-backward {
  --fa: "\f04a"; }

.fa-caret-right {
  --fa: "\f0da"; }

.fa-comments {
  --fa: "\f086"; }

.fa-paste {
  --fa: "\f0ea"; }

.fa-file-clipboard {
  --fa: "\f0ea"; }

.fa-code-pull-request {
  --fa: "\e13c"; }

.fa-clipboard-list {
  --fa: "\f46d"; }

.fa-truck-ramp-box {
  --fa: "\f4de"; }

.fa-truck-loading {
  --fa: "\f4de"; }

.fa-user-check {
  --fa: "\f4fc"; }

.fa-vial-virus {
  --fa: "\e597"; }

.fa-sheet-plastic {
  --fa: "\e571"; }

.fa-blog {
  --fa: "\f781"; }

.fa-user-ninja {
  --fa: "\f504"; }

.fa-person-arrow-up-from-line {
  --fa: "\e539"; }

.fa-scroll-torah {
  --fa: "\f6a0"; }

.fa-torah {
  --fa: "\f6a0"; }

.fa-broom-ball {
  --fa: "\f458"; }

.fa-quidditch {
  --fa: "\f458"; }

.fa-quidditch-broom-ball {
  --fa: "\f458"; }

.fa-toggle-off {
  --fa: "\f204"; }

.fa-box-archive {
  --fa: "\f187"; }

.fa-archive {
  --fa: "\f187"; }

.fa-person-drowning {
  --fa: "\e545"; }

.fa-arrow-down-9-1 {
  --fa: "\f886"; }

.fa-sort-numeric-desc {
  --fa: "\f886"; }

.fa-sort-numeric-down-alt {
  --fa: "\f886"; }

.fa-face-grin-tongue-squint {
  --fa: "\f58a"; }

.fa-grin-tongue-squint {
  --fa: "\f58a"; }

.fa-spray-can {
  --fa: "\f5bd"; }

.fa-truck-monster {
  --fa: "\f63b"; }

.fa-w {
  --fa: "\57"; }

.fa-earth-africa {
  --fa: "\f57c"; }

.fa-globe-africa {
  --fa: "\f57c"; }

.fa-rainbow {
  --fa: "\f75b"; }

.fa-circle-notch {
  --fa: "\f1ce"; }

.fa-tablet-screen-button {
  --fa: "\f3fa"; }

.fa-tablet-alt {
  --fa: "\f3fa"; }

.fa-paw {
  --fa: "\f1b0"; }

.fa-cloud {
  --fa: "\f0c2"; }

.fa-trowel-bricks {
  --fa: "\e58a"; }

.fa-face-flushed {
  --fa: "\f579"; }

.fa-flushed {
  --fa: "\f579"; }

.fa-hospital-user {
  --fa: "\f80d"; }

.fa-tent-arrow-left-right {
  --fa: "\e57f"; }

.fa-gavel {
  --fa: "\f0e3"; }

.fa-legal {
  --fa: "\f0e3"; }

.fa-binoculars {
  --fa: "\f1e5"; }

.fa-microphone-slash {
  --fa: "\f131"; }

.fa-box-tissue {
  --fa: "\e05b"; }

.fa-motorcycle {
  --fa: "\f21c"; }

.fa-bell-concierge {
  --fa: "\f562"; }

.fa-concierge-bell {
  --fa: "\f562"; }

.fa-pen-ruler {
  --fa: "\f5ae"; }

.fa-pencil-ruler {
  --fa: "\f5ae"; }

.fa-people-arrows {
  --fa: "\e068"; }

.fa-people-arrows-left-right {
  --fa: "\e068"; }

.fa-mars-and-venus-burst {
  --fa: "\e523"; }

.fa-square-caret-right {
  --fa: "\f152"; }

.fa-caret-square-right {
  --fa: "\f152"; }

.fa-scissors {
  --fa: "\f0c4"; }

.fa-cut {
  --fa: "\f0c4"; }

.fa-sun-plant-wilt {
  --fa: "\e57a"; }

.fa-toilets-portable {
  --fa: "\e584"; }

.fa-hockey-puck {
  --fa: "\f453"; }

.fa-table {
  --fa: "\f0ce"; }

.fa-magnifying-glass-arrow-right {
  --fa: "\e521"; }

.fa-tachograph-digital {
  --fa: "\f566"; }

.fa-digital-tachograph {
  --fa: "\f566"; }

.fa-users-slash {
  --fa: "\e073"; }

.fa-clover {
  --fa: "\e139"; }

.fa-reply {
  --fa: "\f3e5"; }

.fa-mail-reply {
  --fa: "\f3e5"; }

.fa-star-and-crescent {
  --fa: "\f699"; }

.fa-house-fire {
  --fa: "\e50c"; }

.fa-square-minus {
  --fa: "\f146"; }

.fa-minus-square {
  --fa: "\f146"; }

.fa-helicopter {
  --fa: "\f533"; }

.fa-compass {
  --fa: "\f14e"; }

.fa-square-caret-down {
  --fa: "\f150"; }

.fa-caret-square-down {
  --fa: "\f150"; }

.fa-file-circle-question {
  --fa: "\e4ef"; }

.fa-laptop-code {
  --fa: "\f5fc"; }

.fa-swatchbook {
  --fa: "\f5c3"; }

.fa-prescription-bottle {
  --fa: "\f485"; }

.fa-bars {
  --fa: "\f0c9"; }

.fa-navicon {
  --fa: "\f0c9"; }

.fa-people-group {
  --fa: "\e533"; }

.fa-hourglass-end {
  --fa: "\f253"; }

.fa-hourglass-3 {
  --fa: "\f253"; }

.fa-heart-crack {
  --fa: "\f7a9"; }

.fa-heart-broken {
  --fa: "\f7a9"; }

.fa-square-up-right {
  --fa: "\f360"; }

.fa-external-link-square-alt {
  --fa: "\f360"; }

.fa-face-kiss-beam {
  --fa: "\f597"; }

.fa-kiss-beam {
  --fa: "\f597"; }

.fa-film {
  --fa: "\f008"; }

.fa-ruler-horizontal {
  --fa: "\f547"; }

.fa-people-robbery {
  --fa: "\e536"; }

.fa-lightbulb {
  --fa: "\f0eb"; }

.fa-caret-left {
  --fa: "\f0d9"; }

.fa-circle-exclamation {
  --fa: "\f06a"; }

.fa-exclamation-circle {
  --fa: "\f06a"; }

.fa-school-circle-xmark {
  --fa: "\e56d"; }

.fa-arrow-right-from-bracket {
  --fa: "\f08b"; }

.fa-sign-out {
  --fa: "\f08b"; }

.fa-circle-chevron-down {
  --fa: "\f13a"; }

.fa-chevron-circle-down {
  --fa: "\f13a"; }

.fa-unlock-keyhole {
  --fa: "\f13e"; }

.fa-unlock-alt {
  --fa: "\f13e"; }

.fa-cloud-showers-heavy {
  --fa: "\f740"; }

.fa-headphones-simple {
  --fa: "\f58f"; }

.fa-headphones-alt {
  --fa: "\f58f"; }

.fa-sitemap {
  --fa: "\f0e8"; }

.fa-circle-dollar-to-slot {
  --fa: "\f4b9"; }

.fa-donate {
  --fa: "\f4b9"; }

.fa-memory {
  --fa: "\f538"; }

.fa-road-spikes {
  --fa: "\e568"; }

.fa-fire-burner {
  --fa: "\e4f1"; }

.fa-flag {
  --fa: "\f024"; }

.fa-hanukiah {
  --fa: "\f6e6"; }

.fa-feather {
  --fa: "\f52d"; }

.fa-volume-low {
  --fa: "\f027"; }

.fa-volume-down {
  --fa: "\f027"; }

.fa-comment-slash {
  --fa: "\f4b3"; }

.fa-cloud-sun-rain {
  --fa: "\f743"; }

.fa-compress {
  --fa: "\f066"; }

.fa-wheat-awn {
  --fa: "\e2cd"; }

.fa-wheat-alt {
  --fa: "\e2cd"; }

.fa-ankh {
  --fa: "\f644"; }

.fa-hands-holding-child {
  --fa: "\e4fa"; }

.fa-asterisk {
  --fa: "\2a"; }

.fa-square-check {
  --fa: "\f14a"; }

.fa-check-square {
  --fa: "\f14a"; }

.fa-peseta-sign {
  --fa: "\e221"; }

.fa-heading {
  --fa: "\f1dc"; }

.fa-header {
  --fa: "\f1dc"; }

.fa-ghost {
  --fa: "\f6e2"; }

.fa-list {
  --fa: "\f03a"; }

.fa-list-squares {
  --fa: "\f03a"; }

.fa-square-phone-flip {
  --fa: "\f87b"; }

.fa-phone-square-alt {
  --fa: "\f87b"; }

.fa-cart-plus {
  --fa: "\f217"; }

.fa-gamepad {
  --fa: "\f11b"; }

.fa-circle-dot {
  --fa: "\f192"; }

.fa-dot-circle {
  --fa: "\f192"; }

.fa-face-dizzy {
  --fa: "\f567"; }

.fa-dizzy {
  --fa: "\f567"; }

.fa-egg {
  --fa: "\f7fb"; }

.fa-house-medical-circle-xmark {
  --fa: "\e513"; }

.fa-campground {
  --fa: "\f6bb"; }

.fa-folder-plus {
  --fa: "\f65e"; }

.fa-futbol {
  --fa: "\f1e3"; }

.fa-futbol-ball {
  --fa: "\f1e3"; }

.fa-soccer-ball {
  --fa: "\f1e3"; }

.fa-paintbrush {
  --fa: "\f1fc"; }

.fa-paint-brush {
  --fa: "\f1fc"; }

.fa-lock {
  --fa: "\f023"; }

.fa-gas-pump {
  --fa: "\f52f"; }

.fa-hot-tub-person {
  --fa: "\f593"; }

.fa-hot-tub {
  --fa: "\f593"; }

.fa-map-location {
  --fa: "\f59f"; }

.fa-map-marked {
  --fa: "\f59f"; }

.fa-house-flood-water {
  --fa: "\e50e"; }

.fa-tree {
  --fa: "\f1bb"; }

.fa-bridge-lock {
  --fa: "\e4cc"; }

.fa-sack-dollar {
  --fa: "\f81d"; }

.fa-pen-to-square {
  --fa: "\f044"; }

.fa-edit {
  --fa: "\f044"; }

.fa-car-side {
  --fa: "\f5e4"; }

.fa-share-nodes {
  --fa: "\f1e0"; }

.fa-share-alt {
  --fa: "\f1e0"; }

.fa-heart-circle-minus {
  --fa: "\e4ff"; }

.fa-hourglass-half {
  --fa: "\f252"; }

.fa-hourglass-2 {
  --fa: "\f252"; }

.fa-microscope {
  --fa: "\f610"; }

.fa-sink {
  --fa: "\e06d"; }

.fa-bag-shopping {
  --fa: "\f290"; }

.fa-shopping-bag {
  --fa: "\f290"; }

.fa-arrow-down-z-a {
  --fa: "\f881"; }

.fa-sort-alpha-desc {
  --fa: "\f881"; }

.fa-sort-alpha-down-alt {
  --fa: "\f881"; }

.fa-mitten {
  --fa: "\f7b5"; }

.fa-person-rays {
  --fa: "\e54d"; }

.fa-users {
  --fa: "\f0c0"; }

.fa-eye-slash {
  --fa: "\f070"; }

.fa-flask-vial {
  --fa: "\e4f3"; }

.fa-hand {
  --fa: "\f256"; }

.fa-hand-paper {
  --fa: "\f256"; }

.fa-om {
  --fa: "\f679"; }

.fa-worm {
  --fa: "\e599"; }

.fa-house-circle-xmark {
  --fa: "\e50b"; }

.fa-plug {
  --fa: "\f1e6"; }

.fa-chevron-up {
  --fa: "\f077"; }

.fa-hand-spock {
  --fa: "\f259"; }

.fa-stopwatch {
  --fa: "\f2f2"; }

.fa-face-kiss {
  --fa: "\f596"; }

.fa-kiss {
  --fa: "\f596"; }

.fa-bridge-circle-xmark {
  --fa: "\e4cb"; }

.fa-face-grin-tongue {
  --fa: "\f589"; }

.fa-grin-tongue {
  --fa: "\f589"; }

.fa-chess-bishop {
  --fa: "\f43a"; }

.fa-face-grin-wink {
  --fa: "\f58c"; }

.fa-grin-wink {
  --fa: "\f58c"; }

.fa-ear-deaf {
  --fa: "\f2a4"; }

.fa-deaf {
  --fa: "\f2a4"; }

.fa-deafness {
  --fa: "\f2a4"; }

.fa-hard-of-hearing {
  --fa: "\f2a4"; }

.fa-road-circle-check {
  --fa: "\e564"; }

.fa-dice-five {
  --fa: "\f523"; }

.fa-square-rss {
  --fa: "\f143"; }

.fa-rss-square {
  --fa: "\f143"; }

.fa-land-mine-on {
  --fa: "\e51b"; }

.fa-i-cursor {
  --fa: "\f246"; }

.fa-stamp {
  --fa: "\f5bf"; }

.fa-stairs {
  --fa: "\e289"; }

.fa-i {
  --fa: "\49"; }

.fa-hryvnia-sign {
  --fa: "\f6f2"; }

.fa-hryvnia {
  --fa: "\f6f2"; }

.fa-pills {
  --fa: "\f484"; }

.fa-face-grin-wide {
  --fa: "\f581"; }

.fa-grin-alt {
  --fa: "\f581"; }

.fa-tooth {
  --fa: "\f5c9"; }

.fa-v {
  --fa: "\56"; }

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6"; }

.fa-bicycle {
  --fa: "\f206"; }

.fa-staff-snake {
  --fa: "\e579"; }

.fa-rod-asclepius {
  --fa: "\e579"; }

.fa-rod-snake {
  --fa: "\e579"; }

.fa-staff-aesculapius {
  --fa: "\e579"; }

.fa-head-side-cough-slash {
  --fa: "\e062"; }

.fa-truck-medical {
  --fa: "\f0f9"; }

.fa-ambulance {
  --fa: "\f0f9"; }

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598"; }

.fa-snowman {
  --fa: "\f7d0"; }

.fa-mortar-pestle {
  --fa: "\f5a7"; }

.fa-road-barrier {
  --fa: "\e562"; }

.fa-school {
  --fa: "\f549"; }

.fa-igloo {
  --fa: "\f7ae"; }

.fa-joint {
  --fa: "\f595"; }

.fa-angle-right {
  --fa: "\f105"; }

.fa-horse {
  --fa: "\f6f0"; }

.fa-q {
  --fa: "\51"; }

.fa-g {
  --fa: "\47"; }

.fa-notes-medical {
  --fa: "\f481"; }

.fa-temperature-half {
  --fa: "\f2c9"; }

.fa-temperature-2 {
  --fa: "\f2c9"; }

.fa-thermometer-2 {
  --fa: "\f2c9"; }

.fa-thermometer-half {
  --fa: "\f2c9"; }

.fa-dong-sign {
  --fa: "\e169"; }

.fa-capsules {
  --fa: "\f46b"; }

.fa-poo-storm {
  --fa: "\f75a"; }

.fa-poo-bolt {
  --fa: "\f75a"; }

.fa-face-frown-open {
  --fa: "\f57a"; }

.fa-frown-open {
  --fa: "\f57a"; }

.fa-hand-point-up {
  --fa: "\f0a6"; }

.fa-money-bill {
  --fa: "\f0d6"; }

.fa-bookmark {
  --fa: "\f02e"; }

.fa-align-justify {
  --fa: "\f039"; }

.fa-umbrella-beach {
  --fa: "\f5ca"; }

.fa-helmet-un {
  --fa: "\e503"; }

.fa-bullseye {
  --fa: "\f140"; }

.fa-bacon {
  --fa: "\f7e5"; }

.fa-hand-point-down {
  --fa: "\f0a7"; }

.fa-arrow-up-from-bracket {
  --fa: "\e09a"; }

.fa-folder {
  --fa: "\f07b"; }

.fa-folder-blank {
  --fa: "\f07b"; }

.fa-file-waveform {
  --fa: "\f478"; }

.fa-file-medical-alt {
  --fa: "\f478"; }

.fa-radiation {
  --fa: "\f7b9"; }

.fa-chart-simple {
  --fa: "\e473"; }

.fa-mars-stroke {
  --fa: "\f229"; }

.fa-vial {
  --fa: "\f492"; }

.fa-gauge {
  --fa: "\f624"; }

.fa-dashboard {
  --fa: "\f624"; }

.fa-gauge-med {
  --fa: "\f624"; }

.fa-tachometer-alt-average {
  --fa: "\f624"; }

.fa-wand-magic-sparkles {
  --fa: "\e2ca"; }

.fa-magic-wand-sparkles {
  --fa: "\e2ca"; }

.fa-e {
  --fa: "\45"; }

.fa-pen-clip {
  --fa: "\f305"; }

.fa-pen-alt {
  --fa: "\f305"; }

.fa-bridge-circle-exclamation {
  --fa: "\e4ca"; }

.fa-user {
  --fa: "\f007"; }

.fa-school-circle-check {
  --fa: "\e56b"; }

.fa-dumpster {
  --fa: "\f793"; }

.fa-van-shuttle {
  --fa: "\f5b6"; }

.fa-shuttle-van {
  --fa: "\f5b6"; }

.fa-building-user {
  --fa: "\e4da"; }

.fa-square-caret-left {
  --fa: "\f191"; }

.fa-caret-square-left {
  --fa: "\f191"; }

.fa-highlighter {
  --fa: "\f591"; }

.fa-key {
  --fa: "\f084"; }

.fa-bullhorn {
  --fa: "\f0a1"; }

.fa-globe {
  --fa: "\f0ac"; }

.fa-synagogue {
  --fa: "\f69b"; }

.fa-person-half-dress {
  --fa: "\e548"; }

.fa-road-bridge {
  --fa: "\e563"; }

.fa-location-arrow {
  --fa: "\f124"; }

.fa-c {
  --fa: "\43"; }

.fa-tablet-button {
  --fa: "\f10a"; }

.fa-building-lock {
  --fa: "\e4d6"; }

.fa-pizza-slice {
  --fa: "\f818"; }

.fa-money-bill-wave {
  --fa: "\f53a"; }

.fa-chart-area {
  --fa: "\f1fe"; }

.fa-area-chart {
  --fa: "\f1fe"; }

.fa-house-flag {
  --fa: "\e50d"; }

.fa-person-circle-minus {
  --fa: "\e540"; }

.fa-ban {
  --fa: "\f05e"; }

.fa-cancel {
  --fa: "\f05e"; }

.fa-camera-rotate {
  --fa: "\e0d8"; }

.fa-spray-can-sparkles {
  --fa: "\f5d0"; }

.fa-air-freshener {
  --fa: "\f5d0"; }

.fa-star {
  --fa: "\f005"; }

.fa-repeat {
  --fa: "\f363"; }

.fa-cross {
  --fa: "\f654"; }

.fa-box {
  --fa: "\f466"; }

.fa-venus-mars {
  --fa: "\f228"; }

.fa-arrow-pointer {
  --fa: "\f245"; }

.fa-mouse-pointer {
  --fa: "\f245"; }

.fa-maximize {
  --fa: "\f31e"; }

.fa-expand-arrows-alt {
  --fa: "\f31e"; }

.fa-charging-station {
  --fa: "\f5e7"; }

.fa-shapes {
  --fa: "\f61f"; }

.fa-triangle-circle-square {
  --fa: "\f61f"; }

.fa-shuffle {
  --fa: "\f074"; }

.fa-random {
  --fa: "\f074"; }

.fa-person-running {
  --fa: "\f70c"; }

.fa-running {
  --fa: "\f70c"; }

.fa-mobile-retro {
  --fa: "\e527"; }

.fa-grip-lines-vertical {
  --fa: "\f7a5"; }

.fa-spider {
  --fa: "\f717"; }

.fa-hands-bound {
  --fa: "\e4f9"; }

.fa-file-invoice-dollar {
  --fa: "\f571"; }

.fa-plane-circle-exclamation {
  --fa: "\e556"; }

.fa-x-ray {
  --fa: "\f497"; }

.fa-spell-check {
  --fa: "\f891"; }

.fa-slash {
  --fa: "\f715"; }

.fa-computer-mouse {
  --fa: "\f8cc"; }

.fa-mouse {
  --fa: "\f8cc"; }

.fa-arrow-right-to-bracket {
  --fa: "\f090"; }

.fa-sign-in {
  --fa: "\f090"; }

.fa-shop-slash {
  --fa: "\e070"; }

.fa-store-alt-slash {
  --fa: "\e070"; }

.fa-server {
  --fa: "\f233"; }

.fa-virus-covid-slash {
  --fa: "\e4a9"; }

.fa-shop-lock {
  --fa: "\e4a5"; }

.fa-hourglass-start {
  --fa: "\f251"; }

.fa-hourglass-1 {
  --fa: "\f251"; }

.fa-blender-phone {
  --fa: "\f6b6"; }

.fa-building-wheat {
  --fa: "\e4db"; }

.fa-person-breastfeeding {
  --fa: "\e53a"; }

.fa-right-to-bracket {
  --fa: "\f2f6"; }

.fa-sign-in-alt {
  --fa: "\f2f6"; }

.fa-venus {
  --fa: "\f221"; }

.fa-passport {
  --fa: "\f5ab"; }

.fa-thumbtack-slash {
  --fa: "\e68f"; }

.fa-thumb-tack-slash {
  --fa: "\e68f"; }

.fa-heart-pulse {
  --fa: "\f21e"; }

.fa-heartbeat {
  --fa: "\f21e"; }

.fa-people-carry-box {
  --fa: "\f4ce"; }

.fa-people-carry {
  --fa: "\f4ce"; }

.fa-temperature-high {
  --fa: "\f769"; }

.fa-microchip {
  --fa: "\f2db"; }

.fa-crown {
  --fa: "\f521"; }

.fa-weight-hanging {
  --fa: "\f5cd"; }

.fa-xmarks-lines {
  --fa: "\e59a"; }

.fa-file-prescription {
  --fa: "\f572"; }

.fa-weight-scale {
  --fa: "\f496"; }

.fa-weight {
  --fa: "\f496"; }

.fa-user-group {
  --fa: "\f500"; }

.fa-user-friends {
  --fa: "\f500"; }

.fa-arrow-up-a-z {
  --fa: "\f15e"; }

.fa-sort-alpha-up {
  --fa: "\f15e"; }

.fa-chess-knight {
  --fa: "\f441"; }

.fa-face-laugh-squint {
  --fa: "\f59b"; }

.fa-laugh-squint {
  --fa: "\f59b"; }

.fa-wheelchair {
  --fa: "\f193"; }

.fa-circle-arrow-up {
  --fa: "\f0aa"; }

.fa-arrow-circle-up {
  --fa: "\f0aa"; }

.fa-toggle-on {
  --fa: "\f205"; }

.fa-person-walking {
  --fa: "\f554"; }

.fa-walking {
  --fa: "\f554"; }

.fa-l {
  --fa: "\4c"; }

.fa-fire {
  --fa: "\f06d"; }

.fa-bed-pulse {
  --fa: "\f487"; }

.fa-procedures {
  --fa: "\f487"; }

.fa-shuttle-space {
  --fa: "\f197"; }

.fa-space-shuttle {
  --fa: "\f197"; }

.fa-face-laugh {
  --fa: "\f599"; }

.fa-laugh {
  --fa: "\f599"; }

.fa-folder-open {
  --fa: "\f07c"; }

.fa-heart-circle-plus {
  --fa: "\e500"; }

.fa-code-fork {
  --fa: "\e13b"; }

.fa-city {
  --fa: "\f64f"; }

.fa-microphone-lines {
  --fa: "\f3c9"; }

.fa-microphone-alt {
  --fa: "\f3c9"; }

.fa-pepper-hot {
  --fa: "\f816"; }

.fa-unlock {
  --fa: "\f09c"; }

.fa-colon-sign {
  --fa: "\e140"; }

.fa-headset {
  --fa: "\f590"; }

.fa-store-slash {
  --fa: "\e071"; }

.fa-road-circle-xmark {
  --fa: "\e566"; }

.fa-user-minus {
  --fa: "\f503"; }

.fa-mars-stroke-up {
  --fa: "\f22a"; }

.fa-mars-stroke-v {
  --fa: "\f22a"; }

.fa-champagne-glasses {
  --fa: "\f79f"; }

.fa-glass-cheers {
  --fa: "\f79f"; }

.fa-clipboard {
  --fa: "\f328"; }

.fa-house-circle-exclamation {
  --fa: "\e50a"; }

.fa-file-arrow-up {
  --fa: "\f574"; }

.fa-file-upload {
  --fa: "\f574"; }

.fa-wifi {
  --fa: "\f1eb"; }

.fa-wifi-3 {
  --fa: "\f1eb"; }

.fa-wifi-strong {
  --fa: "\f1eb"; }

.fa-bath {
  --fa: "\f2cd"; }

.fa-bathtub {
  --fa: "\f2cd"; }

.fa-underline {
  --fa: "\f0cd"; }

.fa-user-pen {
  --fa: "\f4ff"; }

.fa-user-edit {
  --fa: "\f4ff"; }

.fa-signature {
  --fa: "\f5b7"; }

.fa-stroopwafel {
  --fa: "\f551"; }

.fa-bold {
  --fa: "\f032"; }

.fa-anchor-lock {
  --fa: "\e4ad"; }

.fa-building-ngo {
  --fa: "\e4d7"; }

.fa-manat-sign {
  --fa: "\e1d5"; }

.fa-not-equal {
  --fa: "\f53e"; }

.fa-border-top-left {
  --fa: "\f853"; }

.fa-border-style {
  --fa: "\f853"; }

.fa-map-location-dot {
  --fa: "\f5a0"; }

.fa-map-marked-alt {
  --fa: "\f5a0"; }

.fa-jedi {
  --fa: "\f669"; }

.fa-square-poll-vertical {
  --fa: "\f681"; }

.fa-poll {
  --fa: "\f681"; }

.fa-mug-hot {
  --fa: "\f7b6"; }

.fa-car-battery {
  --fa: "\f5df"; }

.fa-battery-car {
  --fa: "\f5df"; }

.fa-gift {
  --fa: "\f06b"; }

.fa-dice-two {
  --fa: "\f528"; }

.fa-chess-queen {
  --fa: "\f445"; }

.fa-glasses {
  --fa: "\f530"; }

.fa-chess-board {
  --fa: "\f43c"; }

.fa-building-circle-check {
  --fa: "\e4d2"; }

.fa-person-chalkboard {
  --fa: "\e53d"; }

.fa-mars-stroke-right {
  --fa: "\f22b"; }

.fa-mars-stroke-h {
  --fa: "\f22b"; }

.fa-hand-back-fist {
  --fa: "\f255"; }

.fa-hand-rock {
  --fa: "\f255"; }

.fa-square-caret-up {
  --fa: "\f151"; }

.fa-caret-square-up {
  --fa: "\f151"; }

.fa-cloud-showers-water {
  --fa: "\e4e4"; }

.fa-chart-bar {
  --fa: "\f080"; }

.fa-bar-chart {
  --fa: "\f080"; }

.fa-hands-bubbles {
  --fa: "\e05e"; }

.fa-hands-wash {
  --fa: "\e05e"; }

.fa-less-than-equal {
  --fa: "\f537"; }

.fa-train {
  --fa: "\f238"; }

.fa-eye-low-vision {
  --fa: "\f2a8"; }

.fa-low-vision {
  --fa: "\f2a8"; }

.fa-crow {
  --fa: "\f520"; }

.fa-sailboat {
  --fa: "\e445"; }

.fa-window-restore {
  --fa: "\f2d2"; }

.fa-square-plus {
  --fa: "\f0fe"; }

.fa-plus-square {
  --fa: "\f0fe"; }

.fa-torii-gate {
  --fa: "\f6a1"; }

.fa-frog {
  --fa: "\f52e"; }

.fa-bucket {
  --fa: "\e4cf"; }

.fa-image {
  --fa: "\f03e"; }

.fa-microphone {
  --fa: "\f130"; }

.fa-cow {
  --fa: "\f6c8"; }

.fa-caret-up {
  --fa: "\f0d8"; }

.fa-screwdriver {
  --fa: "\f54a"; }

.fa-folder-closed {
  --fa: "\e185"; }

.fa-house-tsunami {
  --fa: "\e515"; }

.fa-square-nfi {
  --fa: "\e576"; }

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5"; }

.fa-martini-glass {
  --fa: "\f57b"; }

.fa-glass-martini-alt {
  --fa: "\f57b"; }

.fa-square-binary {
  --fa: "\e69b"; }

.fa-rotate-left {
  --fa: "\f2ea"; }

.fa-rotate-back {
  --fa: "\f2ea"; }

.fa-rotate-backward {
  --fa: "\f2ea"; }

.fa-undo-alt {
  --fa: "\f2ea"; }

.fa-table-columns {
  --fa: "\f0db"; }

.fa-columns {
  --fa: "\f0db"; }

.fa-lemon {
  --fa: "\f094"; }

.fa-head-side-mask {
  --fa: "\e063"; }

.fa-handshake {
  --fa: "\f2b5"; }

.fa-gem {
  --fa: "\f3a5"; }

.fa-dolly {
  --fa: "\f472"; }

.fa-dolly-box {
  --fa: "\f472"; }

.fa-smoking {
  --fa: "\f48d"; }

.fa-minimize {
  --fa: "\f78c"; }

.fa-compress-arrows-alt {
  --fa: "\f78c"; }

.fa-monument {
  --fa: "\f5a6"; }

.fa-snowplow {
  --fa: "\f7d2"; }

.fa-angles-right {
  --fa: "\f101"; }

.fa-angle-double-right {
  --fa: "\f101"; }

.fa-cannabis {
  --fa: "\f55f"; }

.fa-circle-play {
  --fa: "\f144"; }

.fa-play-circle {
  --fa: "\f144"; }

.fa-tablets {
  --fa: "\f490"; }

.fa-ethernet {
  --fa: "\f796"; }

.fa-euro-sign {
  --fa: "\f153"; }

.fa-eur {
  --fa: "\f153"; }

.fa-euro {
  --fa: "\f153"; }

.fa-chair {
  --fa: "\f6c0"; }

.fa-circle-check {
  --fa: "\f058"; }

.fa-check-circle {
  --fa: "\f058"; }

.fa-circle-stop {
  --fa: "\f28d"; }

.fa-stop-circle {
  --fa: "\f28d"; }

.fa-compass-drafting {
  --fa: "\f568"; }

.fa-drafting-compass {
  --fa: "\f568"; }

.fa-plate-wheat {
  --fa: "\e55a"; }

.fa-icicles {
  --fa: "\f7ad"; }

.fa-person-shelter {
  --fa: "\e54f"; }

.fa-neuter {
  --fa: "\f22c"; }

.fa-id-badge {
  --fa: "\f2c1"; }

.fa-marker {
  --fa: "\f5a1"; }

.fa-face-laugh-beam {
  --fa: "\f59a"; }

.fa-laugh-beam {
  --fa: "\f59a"; }

.fa-helicopter-symbol {
  --fa: "\e502"; }

.fa-universal-access {
  --fa: "\f29a"; }

.fa-circle-chevron-up {
  --fa: "\f139"; }

.fa-chevron-circle-up {
  --fa: "\f139"; }

.fa-lari-sign {
  --fa: "\e1c8"; }

.fa-volcano {
  --fa: "\f770"; }

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553"; }

.fa-sterling-sign {
  --fa: "\f154"; }

.fa-gbp {
  --fa: "\f154"; }

.fa-pound-sign {
  --fa: "\f154"; }

.fa-viruses {
  --fa: "\e076"; }

.fa-square-person-confined {
  --fa: "\e577"; }

.fa-user-tie {
  --fa: "\f508"; }

.fa-arrow-down-long {
  --fa: "\f175"; }

.fa-long-arrow-down {
  --fa: "\f175"; }

.fa-tent-arrow-down-to-line {
  --fa: "\e57e"; }

.fa-certificate {
  --fa: "\f0a3"; }

.fa-reply-all {
  --fa: "\f122"; }

.fa-mail-reply-all {
  --fa: "\f122"; }

.fa-suitcase {
  --fa: "\f0f2"; }

.fa-person-skating {
  --fa: "\f7c5"; }

.fa-skating {
  --fa: "\f7c5"; }

.fa-filter-circle-dollar {
  --fa: "\f662"; }

.fa-funnel-dollar {
  --fa: "\f662"; }

.fa-camera-retro {
  --fa: "\f083"; }

.fa-circle-arrow-down {
  --fa: "\f0ab"; }

.fa-arrow-circle-down {
  --fa: "\f0ab"; }

.fa-file-import {
  --fa: "\f56f"; }

.fa-arrow-right-to-file {
  --fa: "\f56f"; }

.fa-square-arrow-up-right {
  --fa: "\f14c"; }

.fa-external-link-square {
  --fa: "\f14c"; }

.fa-box-open {
  --fa: "\f49e"; }

.fa-scroll {
  --fa: "\f70e"; }

.fa-spa {
  --fa: "\f5bb"; }

.fa-location-pin-lock {
  --fa: "\e51f"; }

.fa-pause {
  --fa: "\f04c"; }

.fa-hill-avalanche {
  --fa: "\e507"; }

.fa-temperature-empty {
  --fa: "\f2cb"; }

.fa-temperature-0 {
  --fa: "\f2cb"; }

.fa-thermometer-0 {
  --fa: "\f2cb"; }

.fa-thermometer-empty {
  --fa: "\f2cb"; }

.fa-bomb {
  --fa: "\f1e2"; }

.fa-registered {
  --fa: "\f25d"; }

.fa-address-card {
  --fa: "\f2bb"; }

.fa-contact-card {
  --fa: "\f2bb"; }

.fa-vcard {
  --fa: "\f2bb"; }

.fa-scale-unbalanced-flip {
  --fa: "\f516"; }

.fa-balance-scale-right {
  --fa: "\f516"; }

.fa-subscript {
  --fa: "\f12c"; }

.fa-diamond-turn-right {
  --fa: "\f5eb"; }

.fa-directions {
  --fa: "\f5eb"; }

.fa-burst {
  --fa: "\e4dc"; }

.fa-house-laptop {
  --fa: "\e066"; }

.fa-laptop-house {
  --fa: "\e066"; }

.fa-face-tired {
  --fa: "\f5c8"; }

.fa-tired {
  --fa: "\f5c8"; }

.fa-money-bills {
  --fa: "\e1f3"; }

.fa-smog {
  --fa: "\f75f"; }

.fa-crutch {
  --fa: "\f7f7"; }

.fa-cloud-arrow-up {
  --fa: "\f0ee"; }

.fa-cloud-upload {
  --fa: "\f0ee"; }

.fa-cloud-upload-alt {
  --fa: "\f0ee"; }

.fa-palette {
  --fa: "\f53f"; }

.fa-arrows-turn-right {
  --fa: "\e4c0"; }

.fa-vest {
  --fa: "\e085"; }

.fa-ferry {
  --fa: "\e4ea"; }

.fa-arrows-down-to-people {
  --fa: "\e4b9"; }

.fa-seedling {
  --fa: "\f4d8"; }

.fa-sprout {
  --fa: "\f4d8"; }

.fa-left-right {
  --fa: "\f337"; }

.fa-arrows-alt-h {
  --fa: "\f337"; }

.fa-boxes-packing {
  --fa: "\e4c7"; }

.fa-circle-arrow-left {
  --fa: "\f0a8"; }

.fa-arrow-circle-left {
  --fa: "\f0a8"; }

.fa-group-arrows-rotate {
  --fa: "\e4f6"; }

.fa-bowl-food {
  --fa: "\e4c6"; }

.fa-candy-cane {
  --fa: "\f786"; }

.fa-arrow-down-wide-short {
  --fa: "\f160"; }

.fa-sort-amount-asc {
  --fa: "\f160"; }

.fa-sort-amount-down {
  --fa: "\f160"; }

.fa-cloud-bolt {
  --fa: "\f76c"; }

.fa-thunderstorm {
  --fa: "\f76c"; }

.fa-text-slash {
  --fa: "\f87d"; }

.fa-remove-format {
  --fa: "\f87d"; }

.fa-face-smile-wink {
  --fa: "\f4da"; }

.fa-smile-wink {
  --fa: "\f4da"; }

.fa-file-word {
  --fa: "\f1c2"; }

.fa-file-powerpoint {
  --fa: "\f1c4"; }

.fa-arrows-left-right {
  --fa: "\f07e"; }

.fa-arrows-h {
  --fa: "\f07e"; }

.fa-house-lock {
  --fa: "\e510"; }

.fa-cloud-arrow-down {
  --fa: "\f0ed"; }

.fa-cloud-download {
  --fa: "\f0ed"; }

.fa-cloud-download-alt {
  --fa: "\f0ed"; }

.fa-children {
  --fa: "\e4e1"; }

.fa-chalkboard {
  --fa: "\f51b"; }

.fa-blackboard {
  --fa: "\f51b"; }

.fa-user-large-slash {
  --fa: "\f4fa"; }

.fa-user-alt-slash {
  --fa: "\f4fa"; }

.fa-envelope-open {
  --fa: "\f2b6"; }

.fa-handshake-simple-slash {
  --fa: "\e05f"; }

.fa-handshake-alt-slash {
  --fa: "\e05f"; }

.fa-mattress-pillow {
  --fa: "\e525"; }

.fa-guarani-sign {
  --fa: "\e19a"; }

.fa-arrows-rotate {
  --fa: "\f021"; }

.fa-refresh {
  --fa: "\f021"; }

.fa-sync {
  --fa: "\f021"; }

.fa-fire-extinguisher {
  --fa: "\f134"; }

.fa-cruzeiro-sign {
  --fa: "\e152"; }

.fa-greater-than-equal {
  --fa: "\f532"; }

.fa-shield-halved {
  --fa: "\f3ed"; }

.fa-shield-alt {
  --fa: "\f3ed"; }

.fa-book-atlas {
  --fa: "\f558"; }

.fa-atlas {
  --fa: "\f558"; }

.fa-virus {
  --fa: "\e074"; }

.fa-envelope-circle-check {
  --fa: "\e4e8"; }

.fa-layer-group {
  --fa: "\f5fd"; }

.fa-arrows-to-dot {
  --fa: "\e4be"; }

.fa-archway {
  --fa: "\f557"; }

.fa-heart-circle-check {
  --fa: "\e4fd"; }

.fa-house-chimney-crack {
  --fa: "\f6f1"; }

.fa-house-damage {
  --fa: "\f6f1"; }

.fa-file-zipper {
  --fa: "\f1c6"; }

.fa-file-archive {
  --fa: "\f1c6"; }

.fa-square {
  --fa: "\f0c8"; }

.fa-martini-glass-empty {
  --fa: "\f000"; }

.fa-glass-martini {
  --fa: "\f000"; }

.fa-couch {
  --fa: "\f4b8"; }

.fa-cedi-sign {
  --fa: "\e0df"; }

.fa-italic {
  --fa: "\f033"; }

.fa-table-cells-column-lock {
  --fa: "\e678"; }

.fa-church {
  --fa: "\f51d"; }

.fa-comments-dollar {
  --fa: "\f653"; }

.fa-democrat {
  --fa: "\f747"; }

.fa-z {
  --fa: "\5a"; }

.fa-person-skiing {
  --fa: "\f7c9"; }

.fa-skiing {
  --fa: "\f7c9"; }

.fa-road-lock {
  --fa: "\e567"; }

.fa-a {
  --fa: "\41"; }

.fa-temperature-arrow-down {
  --fa: "\e03f"; }

.fa-temperature-down {
  --fa: "\e03f"; }

.fa-feather-pointed {
  --fa: "\f56b"; }

.fa-feather-alt {
  --fa: "\f56b"; }

.fa-p {
  --fa: "\50"; }

.fa-snowflake {
  --fa: "\f2dc"; }

.fa-newspaper {
  --fa: "\f1ea"; }

.fa-rectangle-ad {
  --fa: "\f641"; }

.fa-ad {
  --fa: "\f641"; }

.fa-circle-arrow-right {
  --fa: "\f0a9"; }

.fa-arrow-circle-right {
  --fa: "\f0a9"; }

.fa-filter-circle-xmark {
  --fa: "\e17b"; }

.fa-locust {
  --fa: "\e520"; }

.fa-sort {
  --fa: "\f0dc"; }

.fa-unsorted {
  --fa: "\f0dc"; }

.fa-list-ol {
  --fa: "\f0cb"; }

.fa-list-1-2 {
  --fa: "\f0cb"; }

.fa-list-numeric {
  --fa: "\f0cb"; }

.fa-person-dress-burst {
  --fa: "\e544"; }

.fa-money-check-dollar {
  --fa: "\f53d"; }

.fa-money-check-alt {
  --fa: "\f53d"; }

.fa-vector-square {
  --fa: "\f5cb"; }

.fa-bread-slice {
  --fa: "\f7ec"; }

.fa-language {
  --fa: "\f1ab"; }

.fa-face-kiss-wink-heart {
  --fa: "\f598"; }

.fa-kiss-wink-heart {
  --fa: "\f598"; }

.fa-filter {
  --fa: "\f0b0"; }

.fa-question {
  --fa: "\3f"; }

.fa-file-signature {
  --fa: "\f573"; }

.fa-up-down-left-right {
  --fa: "\f0b2"; }

.fa-arrows-alt {
  --fa: "\f0b2"; }

.fa-house-chimney-user {
  --fa: "\e065"; }

.fa-hand-holding-heart {
  --fa: "\f4be"; }

.fa-puzzle-piece {
  --fa: "\f12e"; }

.fa-money-check {
  --fa: "\f53c"; }

.fa-star-half-stroke {
  --fa: "\f5c0"; }

.fa-star-half-alt {
  --fa: "\f5c0"; }

.fa-code {
  --fa: "\f121"; }

.fa-whiskey-glass {
  --fa: "\f7a0"; }

.fa-glass-whiskey {
  --fa: "\f7a0"; }

.fa-building-circle-exclamation {
  --fa: "\e4d3"; }

.fa-magnifying-glass-chart {
  --fa: "\e522"; }

.fa-arrow-up-right-from-square {
  --fa: "\f08e"; }

.fa-external-link {
  --fa: "\f08e"; }

.fa-cubes-stacked {
  --fa: "\e4e6"; }

.fa-won-sign {
  --fa: "\f159"; }

.fa-krw {
  --fa: "\f159"; }

.fa-won {
  --fa: "\f159"; }

.fa-virus-covid {
  --fa: "\e4a8"; }

.fa-austral-sign {
  --fa: "\e0a9"; }

.fa-f {
  --fa: "\46"; }

.fa-leaf {
  --fa: "\f06c"; }

.fa-road {
  --fa: "\f018"; }

.fa-taxi {
  --fa: "\f1ba"; }

.fa-cab {
  --fa: "\f1ba"; }

.fa-person-circle-plus {
  --fa: "\e541"; }

.fa-chart-pie {
  --fa: "\f200"; }

.fa-pie-chart {
  --fa: "\f200"; }

.fa-bolt-lightning {
  --fa: "\e0b7"; }

.fa-sack-xmark {
  --fa: "\e56a"; }

.fa-file-excel {
  --fa: "\f1c3"; }

.fa-file-contract {
  --fa: "\f56c"; }

.fa-fish-fins {
  --fa: "\e4f2"; }

.fa-building-flag {
  --fa: "\e4d5"; }

.fa-face-grin-beam {
  --fa: "\f582"; }

.fa-grin-beam {
  --fa: "\f582"; }

.fa-object-ungroup {
  --fa: "\f248"; }

.fa-poop {
  --fa: "\f619"; }

.fa-location-pin {
  --fa: "\f041"; }

.fa-map-marker {
  --fa: "\f041"; }

.fa-kaaba {
  --fa: "\f66b"; }

.fa-toilet-paper {
  --fa: "\f71e"; }

.fa-helmet-safety {
  --fa: "\f807"; }

.fa-hard-hat {
  --fa: "\f807"; }

.fa-hat-hard {
  --fa: "\f807"; }

.fa-eject {
  --fa: "\f052"; }

.fa-circle-right {
  --fa: "\f35a"; }

.fa-arrow-alt-circle-right {
  --fa: "\f35a"; }

.fa-plane-circle-check {
  --fa: "\e555"; }

.fa-face-rolling-eyes {
  --fa: "\f5a5"; }

.fa-meh-rolling-eyes {
  --fa: "\f5a5"; }

.fa-object-group {
  --fa: "\f247"; }

.fa-chart-line {
  --fa: "\f201"; }

.fa-line-chart {
  --fa: "\f201"; }

.fa-mask-ventilator {
  --fa: "\e524"; }

.fa-arrow-right {
  --fa: "\f061"; }

.fa-signs-post {
  --fa: "\f277"; }

.fa-map-signs {
  --fa: "\f277"; }

.fa-cash-register {
  --fa: "\f788"; }

.fa-person-circle-question {
  --fa: "\e542"; }

.fa-h {
  --fa: "\48"; }

.fa-tarp {
  --fa: "\e57b"; }

.fa-screwdriver-wrench {
  --fa: "\f7d9"; }

.fa-tools {
  --fa: "\f7d9"; }

.fa-arrows-to-eye {
  --fa: "\e4bf"; }

.fa-plug-circle-bolt {
  --fa: "\e55b"; }

.fa-heart {
  --fa: "\f004"; }

.fa-mars-and-venus {
  --fa: "\f224"; }

.fa-house-user {
  --fa: "\e1b0"; }

.fa-home-user {
  --fa: "\e1b0"; }

.fa-dumpster-fire {
  --fa: "\f794"; }

.fa-house-crack {
  --fa: "\e3b1"; }

.fa-martini-glass-citrus {
  --fa: "\f561"; }

.fa-cocktail {
  --fa: "\f561"; }

.fa-face-surprise {
  --fa: "\f5c2"; }

.fa-surprise {
  --fa: "\f5c2"; }

.fa-bottle-water {
  --fa: "\e4c5"; }

.fa-circle-pause {
  --fa: "\f28b"; }

.fa-pause-circle {
  --fa: "\f28b"; }

.fa-toilet-paper-slash {
  --fa: "\e072"; }

.fa-apple-whole {
  --fa: "\f5d1"; }

.fa-apple-alt {
  --fa: "\f5d1"; }

.fa-kitchen-set {
  --fa: "\e51a"; }

.fa-r {
  --fa: "\52"; }

.fa-temperature-quarter {
  --fa: "\f2ca"; }

.fa-temperature-1 {
  --fa: "\f2ca"; }

.fa-thermometer-1 {
  --fa: "\f2ca"; }

.fa-thermometer-quarter {
  --fa: "\f2ca"; }

.fa-cube {
  --fa: "\f1b2"; }

.fa-bitcoin-sign {
  --fa: "\e0b4"; }

.fa-shield-dog {
  --fa: "\e573"; }

.fa-solar-panel {
  --fa: "\f5ba"; }

.fa-lock-open {
  --fa: "\f3c1"; }

.fa-elevator {
  --fa: "\e16d"; }

.fa-money-bill-transfer {
  --fa: "\e528"; }

.fa-money-bill-trend-up {
  --fa: "\e529"; }

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f"; }

.fa-square-poll-horizontal {
  --fa: "\f682"; }

.fa-poll-h {
  --fa: "\f682"; }

.fa-circle {
  --fa: "\f111"; }

.fa-backward-fast {
  --fa: "\f049"; }

.fa-fast-backward {
  --fa: "\f049"; }

.fa-recycle {
  --fa: "\f1b8"; }

.fa-user-astronaut {
  --fa: "\f4fb"; }

.fa-plane-slash {
  --fa: "\e069"; }

.fa-trademark {
  --fa: "\f25c"; }

.fa-basketball {
  --fa: "\f434"; }

.fa-basketball-ball {
  --fa: "\f434"; }

.fa-satellite-dish {
  --fa: "\f7c0"; }

.fa-circle-up {
  --fa: "\f35b"; }

.fa-arrow-alt-circle-up {
  --fa: "\f35b"; }

.fa-mobile-screen-button {
  --fa: "\f3cd"; }

.fa-mobile-alt {
  --fa: "\f3cd"; }

.fa-volume-high {
  --fa: "\f028"; }

.fa-volume-up {
  --fa: "\f028"; }

.fa-users-rays {
  --fa: "\e593"; }

.fa-wallet {
  --fa: "\f555"; }

.fa-clipboard-check {
  --fa: "\f46c"; }

.fa-file-audio {
  --fa: "\f1c7"; }

.fa-burger {
  --fa: "\f805"; }

.fa-hamburger {
  --fa: "\f805"; }

.fa-wrench {
  --fa: "\f0ad"; }

.fa-bugs {
  --fa: "\e4d0"; }

.fa-rupee-sign {
  --fa: "\f156"; }

.fa-rupee {
  --fa: "\f156"; }

.fa-file-image {
  --fa: "\f1c5"; }

.fa-circle-question {
  --fa: "\f059"; }

.fa-question-circle {
  --fa: "\f059"; }

.fa-plane-departure {
  --fa: "\f5b0"; }

.fa-handshake-slash {
  --fa: "\e060"; }

.fa-book-bookmark {
  --fa: "\e0bb"; }

.fa-code-branch {
  --fa: "\f126"; }

.fa-hat-cowboy {
  --fa: "\f8c0"; }

.fa-bridge {
  --fa: "\e4c8"; }

.fa-phone-flip {
  --fa: "\f879"; }

.fa-phone-alt {
  --fa: "\f879"; }

.fa-truck-front {
  --fa: "\e2b7"; }

.fa-cat {
  --fa: "\f6be"; }

.fa-anchor-circle-exclamation {
  --fa: "\e4ab"; }

.fa-truck-field {
  --fa: "\e58d"; }

.fa-route {
  --fa: "\f4d7"; }

.fa-clipboard-question {
  --fa: "\e4e3"; }

.fa-panorama {
  --fa: "\e209"; }

.fa-comment-medical {
  --fa: "\f7f5"; }

.fa-teeth-open {
  --fa: "\f62f"; }

.fa-file-circle-minus {
  --fa: "\e4ed"; }

.fa-tags {
  --fa: "\f02c"; }

.fa-wine-glass {
  --fa: "\f4e3"; }

.fa-forward-fast {
  --fa: "\f050"; }

.fa-fast-forward {
  --fa: "\f050"; }

.fa-face-meh-blank {
  --fa: "\f5a4"; }

.fa-meh-blank {
  --fa: "\f5a4"; }

.fa-square-parking {
  --fa: "\f540"; }

.fa-parking {
  --fa: "\f540"; }

.fa-house-signal {
  --fa: "\e012"; }

.fa-bars-progress {
  --fa: "\f828"; }

.fa-tasks-alt {
  --fa: "\f828"; }

.fa-faucet-drip {
  --fa: "\e006"; }

.fa-cart-flatbed {
  --fa: "\f474"; }

.fa-dolly-flatbed {
  --fa: "\f474"; }

.fa-ban-smoking {
  --fa: "\f54d"; }

.fa-smoking-ban {
  --fa: "\f54d"; }

.fa-terminal {
  --fa: "\f120"; }

.fa-mobile-button {
  --fa: "\f10b"; }

.fa-house-medical-flag {
  --fa: "\e514"; }

.fa-basket-shopping {
  --fa: "\f291"; }

.fa-shopping-basket {
  --fa: "\f291"; }

.fa-tape {
  --fa: "\f4db"; }

.fa-bus-simple {
  --fa: "\f55e"; }

.fa-bus-alt {
  --fa: "\f55e"; }

.fa-eye {
  --fa: "\f06e"; }

.fa-face-sad-cry {
  --fa: "\f5b3"; }

.fa-sad-cry {
  --fa: "\f5b3"; }

.fa-audio-description {
  --fa: "\f29e"; }

.fa-person-military-to-person {
  --fa: "\e54c"; }

.fa-file-shield {
  --fa: "\e4f0"; }

.fa-user-slash {
  --fa: "\f506"; }

.fa-pen {
  --fa: "\f304"; }

.fa-tower-observation {
  --fa: "\e586"; }

.fa-file-code {
  --fa: "\f1c9"; }

.fa-signal {
  --fa: "\f012"; }

.fa-signal-5 {
  --fa: "\f012"; }

.fa-signal-perfect {
  --fa: "\f012"; }

.fa-bus {
  --fa: "\f207"; }

.fa-heart-circle-xmark {
  --fa: "\e501"; }

.fa-house-chimney {
  --fa: "\e3af"; }

.fa-home-lg {
  --fa: "\e3af"; }

.fa-window-maximize {
  --fa: "\f2d0"; }

.fa-face-frown {
  --fa: "\f119"; }

.fa-frown {
  --fa: "\f119"; }

.fa-prescription {
  --fa: "\f5b1"; }

.fa-shop {
  --fa: "\f54f"; }

.fa-store-alt {
  --fa: "\f54f"; }

.fa-floppy-disk {
  --fa: "\f0c7"; }

.fa-save {
  --fa: "\f0c7"; }

.fa-vihara {
  --fa: "\f6a7"; }

.fa-scale-unbalanced {
  --fa: "\f515"; }

.fa-balance-scale-left {
  --fa: "\f515"; }

.fa-sort-up {
  --fa: "\f0de"; }

.fa-sort-asc {
  --fa: "\f0de"; }

.fa-comment-dots {
  --fa: "\f4ad"; }

.fa-commenting {
  --fa: "\f4ad"; }

.fa-plant-wilt {
  --fa: "\e5aa"; }

.fa-diamond {
  --fa: "\f219"; }

.fa-face-grin-squint {
  --fa: "\f585"; }

.fa-grin-squint {
  --fa: "\f585"; }

.fa-hand-holding-dollar {
  --fa: "\f4c0"; }

.fa-hand-holding-usd {
  --fa: "\f4c0"; }

.fa-chart-diagram {
  --fa: "\e695"; }

.fa-bacterium {
  --fa: "\e05a"; }

.fa-hand-pointer {
  --fa: "\f25a"; }

.fa-drum-steelpan {
  --fa: "\f56a"; }

.fa-hand-scissors {
  --fa: "\f257"; }

.fa-hands-praying {
  --fa: "\f684"; }

.fa-praying-hands {
  --fa: "\f684"; }

.fa-arrow-rotate-right {
  --fa: "\f01e"; }

.fa-arrow-right-rotate {
  --fa: "\f01e"; }

.fa-arrow-rotate-forward {
  --fa: "\f01e"; }

.fa-redo {
  --fa: "\f01e"; }

.fa-biohazard {
  --fa: "\f780"; }

.fa-location-crosshairs {
  --fa: "\f601"; }

.fa-location {
  --fa: "\f601"; }

.fa-mars-double {
  --fa: "\f227"; }

.fa-child-dress {
  --fa: "\e59c"; }

.fa-users-between-lines {
  --fa: "\e591"; }

.fa-lungs-virus {
  --fa: "\e067"; }

.fa-face-grin-tears {
  --fa: "\f588"; }

.fa-grin-tears {
  --fa: "\f588"; }

.fa-phone {
  --fa: "\f095"; }

.fa-calendar-xmark {
  --fa: "\f273"; }

.fa-calendar-times {
  --fa: "\f273"; }

.fa-child-reaching {
  --fa: "\e59d"; }

.fa-head-side-virus {
  --fa: "\e064"; }

.fa-user-gear {
  --fa: "\f4fe"; }

.fa-user-cog {
  --fa: "\f4fe"; }

.fa-arrow-up-1-9 {
  --fa: "\f163"; }

.fa-sort-numeric-up {
  --fa: "\f163"; }

.fa-door-closed {
  --fa: "\f52a"; }

.fa-shield-virus {
  --fa: "\e06c"; }

.fa-dice-six {
  --fa: "\f526"; }

.fa-mosquito-net {
  --fa: "\e52c"; }

.fa-file-fragment {
  --fa: "\e697"; }

.fa-bridge-water {
  --fa: "\e4ce"; }

.fa-person-booth {
  --fa: "\f756"; }

.fa-text-width {
  --fa: "\f035"; }

.fa-hat-wizard {
  --fa: "\f6e8"; }

.fa-pen-fancy {
  --fa: "\f5ac"; }

.fa-person-digging {
  --fa: "\f85e"; }

.fa-digging {
  --fa: "\f85e"; }

.fa-trash {
  --fa: "\f1f8"; }

.fa-gauge-simple {
  --fa: "\f629"; }

.fa-gauge-simple-med {
  --fa: "\f629"; }

.fa-tachometer-average {
  --fa: "\f629"; }

.fa-book-medical {
  --fa: "\f7e6"; }

.fa-poo {
  --fa: "\f2fe"; }

.fa-quote-right {
  --fa: "\f10e"; }

.fa-quote-right-alt {
  --fa: "\f10e"; }

.fa-shirt {
  --fa: "\f553"; }

.fa-t-shirt {
  --fa: "\f553"; }

.fa-tshirt {
  --fa: "\f553"; }

.fa-cubes {
  --fa: "\f1b3"; }

.fa-divide {
  --fa: "\f529"; }

.fa-tenge-sign {
  --fa: "\f7d7"; }

.fa-tenge {
  --fa: "\f7d7"; }

.fa-headphones {
  --fa: "\f025"; }

.fa-hands-holding {
  --fa: "\f4c2"; }

.fa-hands-clapping {
  --fa: "\e1a8"; }

.fa-republican {
  --fa: "\f75e"; }

.fa-arrow-left {
  --fa: "\f060"; }

.fa-person-circle-xmark {
  --fa: "\e543"; }

.fa-ruler {
  --fa: "\f545"; }

.fa-align-left {
  --fa: "\f036"; }

.fa-dice-d6 {
  --fa: "\f6d1"; }

.fa-restroom {
  --fa: "\f7bd"; }

.fa-j {
  --fa: "\4a"; }

.fa-users-viewfinder {
  --fa: "\e595"; }

.fa-file-video {
  --fa: "\f1c8"; }

.fa-up-right-from-square {
  --fa: "\f35d"; }

.fa-external-link-alt {
  --fa: "\f35d"; }

.fa-table-cells {
  --fa: "\f00a"; }

.fa-th {
  --fa: "\f00a"; }

.fa-file-pdf {
  --fa: "\f1c1"; }

.fa-book-bible {
  --fa: "\f647"; }

.fa-bible {
  --fa: "\f647"; }

.fa-o {
  --fa: "\4f"; }

.fa-suitcase-medical {
  --fa: "\f0fa"; }

.fa-medkit {
  --fa: "\f0fa"; }

.fa-user-secret {
  --fa: "\f21b"; }

.fa-otter {
  --fa: "\f700"; }

.fa-person-dress {
  --fa: "\f182"; }

.fa-female {
  --fa: "\f182"; }

.fa-comment-dollar {
  --fa: "\f651"; }

.fa-business-time {
  --fa: "\f64a"; }

.fa-briefcase-clock {
  --fa: "\f64a"; }

.fa-table-cells-large {
  --fa: "\f009"; }

.fa-th-large {
  --fa: "\f009"; }

.fa-book-tanakh {
  --fa: "\f827"; }

.fa-tanakh {
  --fa: "\f827"; }

.fa-phone-volume {
  --fa: "\f2a0"; }

.fa-volume-control-phone {
  --fa: "\f2a0"; }

.fa-hat-cowboy-side {
  --fa: "\f8c1"; }

.fa-clipboard-user {
  --fa: "\f7f3"; }

.fa-child {
  --fa: "\f1ae"; }

.fa-lira-sign {
  --fa: "\f195"; }

.fa-satellite {
  --fa: "\f7bf"; }

.fa-plane-lock {
  --fa: "\e558"; }

.fa-tag {
  --fa: "\f02b"; }

.fa-comment {
  --fa: "\f075"; }

.fa-cake-candles {
  --fa: "\f1fd"; }

.fa-birthday-cake {
  --fa: "\f1fd"; }

.fa-cake {
  --fa: "\f1fd"; }

.fa-envelope {
  --fa: "\f0e0"; }

.fa-angles-up {
  --fa: "\f102"; }

.fa-angle-double-up {
  --fa: "\f102"; }

.fa-paperclip {
  --fa: "\f0c6"; }

.fa-arrow-right-to-city {
  --fa: "\e4b3"; }

.fa-ribbon {
  --fa: "\f4d6"; }

.fa-lungs {
  --fa: "\f604"; }

.fa-arrow-up-9-1 {
  --fa: "\f887"; }

.fa-sort-numeric-up-alt {
  --fa: "\f887"; }

.fa-litecoin-sign {
  --fa: "\e1d3"; }

.fa-border-none {
  --fa: "\f850"; }

.fa-circle-nodes {
  --fa: "\e4e2"; }

.fa-parachute-box {
  --fa: "\f4cd"; }

.fa-indent {
  --fa: "\f03c"; }

.fa-truck-field-un {
  --fa: "\e58e"; }

.fa-hourglass {
  --fa: "\f254"; }

.fa-hourglass-empty {
  --fa: "\f254"; }

.fa-mountain {
  --fa: "\f6fc"; }

.fa-user-doctor {
  --fa: "\f0f0"; }

.fa-user-md {
  --fa: "\f0f0"; }

.fa-circle-info {
  --fa: "\f05a"; }

.fa-info-circle {
  --fa: "\f05a"; }

.fa-cloud-meatball {
  --fa: "\f73b"; }

.fa-camera {
  --fa: "\f030"; }

.fa-camera-alt {
  --fa: "\f030"; }

.fa-square-virus {
  --fa: "\e578"; }

.fa-meteor {
  --fa: "\f753"; }

.fa-car-on {
  --fa: "\e4dd"; }

.fa-sleigh {
  --fa: "\f7cc"; }

.fa-arrow-down-1-9 {
  --fa: "\f162"; }

.fa-sort-numeric-asc {
  --fa: "\f162"; }

.fa-sort-numeric-down {
  --fa: "\f162"; }

.fa-hand-holding-droplet {
  --fa: "\f4c1"; }

.fa-hand-holding-water {
  --fa: "\f4c1"; }

.fa-water {
  --fa: "\f773"; }

.fa-calendar-check {
  --fa: "\f274"; }

.fa-braille {
  --fa: "\f2a1"; }

.fa-prescription-bottle-medical {
  --fa: "\f486"; }

.fa-prescription-bottle-alt {
  --fa: "\f486"; }

.fa-landmark {
  --fa: "\f66f"; }

.fa-truck {
  --fa: "\f0d1"; }

.fa-crosshairs {
  --fa: "\f05b"; }

.fa-person-cane {
  --fa: "\e53c"; }

.fa-tent {
  --fa: "\e57d"; }

.fa-vest-patches {
  --fa: "\e086"; }

.fa-check-double {
  --fa: "\f560"; }

.fa-arrow-down-a-z {
  --fa: "\f15d"; }

.fa-sort-alpha-asc {
  --fa: "\f15d"; }

.fa-sort-alpha-down {
  --fa: "\f15d"; }

.fa-money-bill-wheat {
  --fa: "\e52a"; }

.fa-cookie {
  --fa: "\f563"; }

.fa-arrow-rotate-left {
  --fa: "\f0e2"; }

.fa-arrow-left-rotate {
  --fa: "\f0e2"; }

.fa-arrow-rotate-back {
  --fa: "\f0e2"; }

.fa-arrow-rotate-backward {
  --fa: "\f0e2"; }

.fa-undo {
  --fa: "\f0e2"; }

.fa-hard-drive {
  --fa: "\f0a0"; }

.fa-hdd {
  --fa: "\f0a0"; }

.fa-face-grin-squint-tears {
  --fa: "\f586"; }

.fa-grin-squint-tears {
  --fa: "\f586"; }

.fa-dumbbell {
  --fa: "\f44b"; }

.fa-rectangle-list {
  --fa: "\f022"; }

.fa-list-alt {
  --fa: "\f022"; }

.fa-tarp-droplet {
  --fa: "\e57c"; }

.fa-house-medical-circle-check {
  --fa: "\e511"; }

.fa-person-skiing-nordic {
  --fa: "\f7ca"; }

.fa-skiing-nordic {
  --fa: "\f7ca"; }

.fa-calendar-plus {
  --fa: "\f271"; }

.fa-plane-arrival {
  --fa: "\f5af"; }

.fa-circle-left {
  --fa: "\f359"; }

.fa-arrow-alt-circle-left {
  --fa: "\f359"; }

.fa-train-subway {
  --fa: "\f239"; }

.fa-subway {
  --fa: "\f239"; }

.fa-chart-gantt {
  --fa: "\e0e4"; }

.fa-indian-rupee-sign {
  --fa: "\e1bc"; }

.fa-indian-rupee {
  --fa: "\e1bc"; }

.fa-inr {
  --fa: "\e1bc"; }

.fa-crop-simple {
  --fa: "\f565"; }

.fa-crop-alt {
  --fa: "\f565"; }

.fa-money-bill-1 {
  --fa: "\f3d1"; }

.fa-money-bill-alt {
  --fa: "\f3d1"; }

.fa-left-long {
  --fa: "\f30a"; }

.fa-long-arrow-alt-left {
  --fa: "\f30a"; }

.fa-dna {
  --fa: "\f471"; }

.fa-virus-slash {
  --fa: "\e075"; }

.fa-minus {
  --fa: "\f068"; }

.fa-subtract {
  --fa: "\f068"; }

.fa-chess {
  --fa: "\f439"; }

.fa-arrow-left-long {
  --fa: "\f177"; }

.fa-long-arrow-left {
  --fa: "\f177"; }

.fa-plug-circle-check {
  --fa: "\e55c"; }

.fa-street-view {
  --fa: "\f21d"; }

.fa-franc-sign {
  --fa: "\e18f"; }

.fa-volume-off {
  --fa: "\f026"; }

.fa-hands-asl-interpreting {
  --fa: "\f2a3"; }

.fa-american-sign-language-interpreting {
  --fa: "\f2a3"; }

.fa-asl-interpreting {
  --fa: "\f2a3"; }

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3"; }

.fa-gear {
  --fa: "\f013"; }

.fa-cog {
  --fa: "\f013"; }

.fa-droplet-slash {
  --fa: "\f5c7"; }

.fa-tint-slash {
  --fa: "\f5c7"; }

.fa-mosque {
  --fa: "\f678"; }

.fa-mosquito {
  --fa: "\e52b"; }

.fa-star-of-david {
  --fa: "\f69a"; }

.fa-person-military-rifle {
  --fa: "\e54b"; }

.fa-cart-shopping {
  --fa: "\f07a"; }

.fa-shopping-cart {
  --fa: "\f07a"; }

.fa-vials {
  --fa: "\f493"; }

.fa-plug-circle-plus {
  --fa: "\e55f"; }

.fa-place-of-worship {
  --fa: "\f67f"; }

.fa-grip-vertical {
  --fa: "\f58e"; }

.fa-hexagon-nodes {
  --fa: "\e699"; }

.fa-arrow-turn-up {
  --fa: "\f148"; }

.fa-level-up {
  --fa: "\f148"; }

.fa-u {
  --fa: "\55"; }

.fa-square-root-variable {
  --fa: "\f698"; }

.fa-square-root-alt {
  --fa: "\f698"; }

.fa-clock {
  --fa: "\f017"; }

.fa-clock-four {
  --fa: "\f017"; }

.fa-backward-step {
  --fa: "\f048"; }

.fa-step-backward {
  --fa: "\f048"; }

.fa-pallet {
  --fa: "\f482"; }

.fa-faucet {
  --fa: "\e005"; }

.fa-baseball-bat-ball {
  --fa: "\f432"; }

.fa-s {
  --fa: "\53"; }

.fa-timeline {
  --fa: "\e29c"; }

.fa-keyboard {
  --fa: "\f11c"; }

.fa-caret-down {
  --fa: "\f0d7"; }

.fa-house-chimney-medical {
  --fa: "\f7f2"; }

.fa-clinic-medical {
  --fa: "\f7f2"; }

.fa-temperature-three-quarters {
  --fa: "\f2c8"; }

.fa-temperature-3 {
  --fa: "\f2c8"; }

.fa-thermometer-3 {
  --fa: "\f2c8"; }

.fa-thermometer-three-quarters {
  --fa: "\f2c8"; }

.fa-mobile-screen {
  --fa: "\f3cf"; }

.fa-mobile-android-alt {
  --fa: "\f3cf"; }

.fa-plane-up {
  --fa: "\e22d"; }

.fa-piggy-bank {
  --fa: "\f4d3"; }

.fa-battery-half {
  --fa: "\f242"; }

.fa-battery-3 {
  --fa: "\f242"; }

.fa-mountain-city {
  --fa: "\e52e"; }

.fa-coins {
  --fa: "\f51e"; }

.fa-khanda {
  --fa: "\f66d"; }

.fa-sliders {
  --fa: "\f1de"; }

.fa-sliders-h {
  --fa: "\f1de"; }

.fa-folder-tree {
  --fa: "\f802"; }

.fa-network-wired {
  --fa: "\f6ff"; }

.fa-map-pin {
  --fa: "\f276"; }

.fa-hamsa {
  --fa: "\f665"; }

.fa-cent-sign {
  --fa: "\e3f5"; }

.fa-flask {
  --fa: "\f0c3"; }

.fa-person-pregnant {
  --fa: "\e31e"; }

.fa-wand-sparkles {
  --fa: "\f72b"; }

.fa-ellipsis-vertical {
  --fa: "\f142"; }

.fa-ellipsis-v {
  --fa: "\f142"; }

.fa-ticket {
  --fa: "\f145"; }

.fa-power-off {
  --fa: "\f011"; }

.fa-right-long {
  --fa: "\f30b"; }

.fa-long-arrow-alt-right {
  --fa: "\f30b"; }

.fa-flag-usa {
  --fa: "\f74d"; }

.fa-laptop-file {
  --fa: "\e51d"; }

.fa-tty {
  --fa: "\f1e4"; }

.fa-teletype {
  --fa: "\f1e4"; }

.fa-diagram-next {
  --fa: "\e476"; }

.fa-person-rifle {
  --fa: "\e54e"; }

.fa-house-medical-circle-exclamation {
  --fa: "\e512"; }

.fa-closed-captioning {
  --fa: "\f20a"; }

.fa-person-hiking {
  --fa: "\f6ec"; }

.fa-hiking {
  --fa: "\f6ec"; }

.fa-venus-double {
  --fa: "\f226"; }

.fa-images {
  --fa: "\f302"; }

.fa-calculator {
  --fa: "\f1ec"; }

.fa-people-pulling {
  --fa: "\e535"; }

.fa-n {
  --fa: "\4e"; }

.fa-cable-car {
  --fa: "\f7da"; }

.fa-tram {
  --fa: "\f7da"; }

.fa-cloud-rain {
  --fa: "\f73d"; }

.fa-building-circle-xmark {
  --fa: "\e4d4"; }

.fa-ship {
  --fa: "\f21a"; }

.fa-arrows-down-to-line {
  --fa: "\e4b8"; }

.fa-download {
  --fa: "\f019"; }

.fa-face-grin {
  --fa: "\f580"; }

.fa-grin {
  --fa: "\f580"; }

.fa-delete-left {
  --fa: "\f55a"; }

.fa-backspace {
  --fa: "\f55a"; }

.fa-eye-dropper {
  --fa: "\f1fb"; }

.fa-eye-dropper-empty {
  --fa: "\f1fb"; }

.fa-eyedropper {
  --fa: "\f1fb"; }

.fa-file-circle-check {
  --fa: "\e5a0"; }

.fa-forward {
  --fa: "\f04e"; }

.fa-mobile {
  --fa: "\f3ce"; }

.fa-mobile-android {
  --fa: "\f3ce"; }

.fa-mobile-phone {
  --fa: "\f3ce"; }

.fa-face-meh {
  --fa: "\f11a"; }

.fa-meh {
  --fa: "\f11a"; }

.fa-align-center {
  --fa: "\f037"; }

.fa-book-skull {
  --fa: "\f6b7"; }

.fa-book-dead {
  --fa: "\f6b7"; }

.fa-id-card {
  --fa: "\f2c2"; }

.fa-drivers-license {
  --fa: "\f2c2"; }

.fa-outdent {
  --fa: "\f03b"; }

.fa-dedent {
  --fa: "\f03b"; }

.fa-heart-circle-exclamation {
  --fa: "\e4fe"; }

.fa-house {
  --fa: "\f015"; }

.fa-home {
  --fa: "\f015"; }

.fa-home-alt {
  --fa: "\f015"; }

.fa-home-lg-alt {
  --fa: "\f015"; }

.fa-calendar-week {
  --fa: "\f784"; }

.fa-laptop-medical {
  --fa: "\f812"; }

.fa-b {
  --fa: "\42"; }

.fa-file-medical {
  --fa: "\f477"; }

.fa-dice-one {
  --fa: "\f525"; }

.fa-kiwi-bird {
  --fa: "\f535"; }

.fa-arrow-right-arrow-left {
  --fa: "\f0ec"; }

.fa-exchange {
  --fa: "\f0ec"; }

.fa-rotate-right {
  --fa: "\f2f9"; }

.fa-redo-alt {
  --fa: "\f2f9"; }

.fa-rotate-forward {
  --fa: "\f2f9"; }

.fa-utensils {
  --fa: "\f2e7"; }

.fa-cutlery {
  --fa: "\f2e7"; }

.fa-arrow-up-wide-short {
  --fa: "\f161"; }

.fa-sort-amount-up {
  --fa: "\f161"; }

.fa-mill-sign {
  --fa: "\e1ed"; }

.fa-bowl-rice {
  --fa: "\e2eb"; }

.fa-skull {
  --fa: "\f54c"; }

.fa-tower-broadcast {
  --fa: "\f519"; }

.fa-broadcast-tower {
  --fa: "\f519"; }

.fa-truck-pickup {
  --fa: "\f63c"; }

.fa-up-long {
  --fa: "\f30c"; }

.fa-long-arrow-alt-up {
  --fa: "\f30c"; }

.fa-stop {
  --fa: "\f04d"; }

.fa-code-merge {
  --fa: "\f387"; }

.fa-upload {
  --fa: "\f093"; }

.fa-hurricane {
  --fa: "\f751"; }

.fa-mound {
  --fa: "\e52d"; }

.fa-toilet-portable {
  --fa: "\e583"; }

.fa-compact-disc {
  --fa: "\f51f"; }

.fa-file-arrow-down {
  --fa: "\f56d"; }

.fa-file-download {
  --fa: "\f56d"; }

.fa-caravan {
  --fa: "\f8ff"; }

.fa-shield-cat {
  --fa: "\e572"; }

.fa-bolt {
  --fa: "\f0e7"; }

.fa-zap {
  --fa: "\f0e7"; }

.fa-glass-water {
  --fa: "\e4f4"; }

.fa-oil-well {
  --fa: "\e532"; }

.fa-vault {
  --fa: "\e2c5"; }

.fa-mars {
  --fa: "\f222"; }

.fa-toilet {
  --fa: "\f7d8"; }

.fa-plane-circle-xmark {
  --fa: "\e557"; }

.fa-yen-sign {
  --fa: "\f157"; }

.fa-cny {
  --fa: "\f157"; }

.fa-jpy {
  --fa: "\f157"; }

.fa-rmb {
  --fa: "\f157"; }

.fa-yen {
  --fa: "\f157"; }

.fa-ruble-sign {
  --fa: "\f158"; }

.fa-rouble {
  --fa: "\f158"; }

.fa-rub {
  --fa: "\f158"; }

.fa-ruble {
  --fa: "\f158"; }

.fa-sun {
  --fa: "\f185"; }

.fa-guitar {
  --fa: "\f7a6"; }

.fa-face-laugh-wink {
  --fa: "\f59c"; }

.fa-laugh-wink {
  --fa: "\f59c"; }

.fa-horse-head {
  --fa: "\f7ab"; }

.fa-bore-hole {
  --fa: "\e4c3"; }

.fa-industry {
  --fa: "\f275"; }

.fa-circle-down {
  --fa: "\f358"; }

.fa-arrow-alt-circle-down {
  --fa: "\f358"; }

.fa-arrows-turn-to-dots {
  --fa: "\e4c1"; }

.fa-florin-sign {
  --fa: "\e184"; }

.fa-arrow-down-short-wide {
  --fa: "\f884"; }

.fa-sort-amount-desc {
  --fa: "\f884"; }

.fa-sort-amount-down-alt {
  --fa: "\f884"; }

.fa-less-than {
  --fa: "\3c"; }

.fa-angle-down {
  --fa: "\f107"; }

.fa-car-tunnel {
  --fa: "\e4de"; }

.fa-head-side-cough {
  --fa: "\e061"; }

.fa-grip-lines {
  --fa: "\f7a4"; }

.fa-thumbs-down {
  --fa: "\f165"; }

.fa-user-lock {
  --fa: "\f502"; }

.fa-arrow-right-long {
  --fa: "\f178"; }

.fa-long-arrow-right {
  --fa: "\f178"; }

.fa-anchor-circle-xmark {
  --fa: "\e4ac"; }

.fa-ellipsis {
  --fa: "\f141"; }

.fa-ellipsis-h {
  --fa: "\f141"; }

.fa-chess-pawn {
  --fa: "\f443"; }

.fa-kit-medical {
  --fa: "\f479"; }

.fa-first-aid {
  --fa: "\f479"; }

.fa-person-through-window {
  --fa: "\e5a9"; }

.fa-toolbox {
  --fa: "\f552"; }

.fa-hands-holding-circle {
  --fa: "\e4fb"; }

.fa-bug {
  --fa: "\f188"; }

.fa-credit-card {
  --fa: "\f09d"; }

.fa-credit-card-alt {
  --fa: "\f09d"; }

.fa-car {
  --fa: "\f1b9"; }

.fa-automobile {
  --fa: "\f1b9"; }

.fa-hand-holding-hand {
  --fa: "\e4f7"; }

.fa-book-open-reader {
  --fa: "\f5da"; }

.fa-book-reader {
  --fa: "\f5da"; }

.fa-mountain-sun {
  --fa: "\e52f"; }

.fa-arrows-left-right-to-line {
  --fa: "\e4ba"; }

.fa-dice-d20 {
  --fa: "\f6cf"; }

.fa-truck-droplet {
  --fa: "\e58c"; }

.fa-file-circle-xmark {
  --fa: "\e5a1"; }

.fa-temperature-arrow-up {
  --fa: "\e040"; }

.fa-temperature-up {
  --fa: "\e040"; }

.fa-medal {
  --fa: "\f5a2"; }

.fa-bed {
  --fa: "\f236"; }

.fa-square-h {
  --fa: "\f0fd"; }

.fa-h-square {
  --fa: "\f0fd"; }

.fa-podcast {
  --fa: "\f2ce"; }

.fa-temperature-full {
  --fa: "\f2c7"; }

.fa-temperature-4 {
  --fa: "\f2c7"; }

.fa-thermometer-4 {
  --fa: "\f2c7"; }

.fa-thermometer-full {
  --fa: "\f2c7"; }

.fa-bell {
  --fa: "\f0f3"; }

.fa-superscript {
  --fa: "\f12b"; }

.fa-plug-circle-xmark {
  --fa: "\e560"; }

.fa-star-of-life {
  --fa: "\f621"; }

.fa-phone-slash {
  --fa: "\f3dd"; }

.fa-paint-roller {
  --fa: "\f5aa"; }

.fa-handshake-angle {
  --fa: "\f4c4"; }

.fa-hands-helping {
  --fa: "\f4c4"; }

.fa-location-dot {
  --fa: "\f3c5"; }

.fa-map-marker-alt {
  --fa: "\f3c5"; }

.fa-file {
  --fa: "\f15b"; }

.fa-greater-than {
  --fa: "\3e"; }

.fa-person-swimming {
  --fa: "\f5c4"; }

.fa-swimmer {
  --fa: "\f5c4"; }

.fa-arrow-down {
  --fa: "\f063"; }

.fa-droplet {
  --fa: "\f043"; }

.fa-tint {
  --fa: "\f043"; }

.fa-eraser {
  --fa: "\f12d"; }

.fa-earth-americas {
  --fa: "\f57d"; }

.fa-earth {
  --fa: "\f57d"; }

.fa-earth-america {
  --fa: "\f57d"; }

.fa-globe-americas {
  --fa: "\f57d"; }

.fa-person-burst {
  --fa: "\e53b"; }

.fa-dove {
  --fa: "\f4ba"; }

.fa-battery-empty {
  --fa: "\f244"; }

.fa-battery-0 {
  --fa: "\f244"; }

.fa-socks {
  --fa: "\f696"; }

.fa-inbox {
  --fa: "\f01c"; }

.fa-section {
  --fa: "\e447"; }

.fa-gauge-high {
  --fa: "\f625"; }

.fa-tachometer-alt {
  --fa: "\f625"; }

.fa-tachometer-alt-fast {
  --fa: "\f625"; }

.fa-envelope-open-text {
  --fa: "\f658"; }

.fa-hospital {
  --fa: "\f0f8"; }

.fa-hospital-alt {
  --fa: "\f0f8"; }

.fa-hospital-wide {
  --fa: "\f0f8"; }

.fa-wine-bottle {
  --fa: "\f72f"; }

.fa-chess-rook {
  --fa: "\f447"; }

.fa-bars-staggered {
  --fa: "\f550"; }

.fa-reorder {
  --fa: "\f550"; }

.fa-stream {
  --fa: "\f550"; }

.fa-dharmachakra {
  --fa: "\f655"; }

.fa-hotdog {
  --fa: "\f80f"; }

.fa-person-walking-with-cane {
  --fa: "\f29d"; }

.fa-blind {
  --fa: "\f29d"; }

.fa-drum {
  --fa: "\f569"; }

.fa-ice-cream {
  --fa: "\f810"; }

.fa-heart-circle-bolt {
  --fa: "\e4fc"; }

.fa-fax {
  --fa: "\f1ac"; }

.fa-paragraph {
  --fa: "\f1dd"; }

.fa-check-to-slot {
  --fa: "\f772"; }

.fa-vote-yea {
  --fa: "\f772"; }

.fa-star-half {
  --fa: "\f089"; }

.fa-boxes-stacked {
  --fa: "\f468"; }

.fa-boxes {
  --fa: "\f468"; }

.fa-boxes-alt {
  --fa: "\f468"; }

.fa-link {
  --fa: "\f0c1"; }

.fa-chain {
  --fa: "\f0c1"; }

.fa-ear-listen {
  --fa: "\f2a2"; }

.fa-assistive-listening-systems {
  --fa: "\f2a2"; }

.fa-tree-city {
  --fa: "\e587"; }

.fa-play {
  --fa: "\f04b"; }

.fa-font {
  --fa: "\f031"; }

.fa-table-cells-row-lock {
  --fa: "\e67a"; }

.fa-rupiah-sign {
  --fa: "\e23d"; }

.fa-magnifying-glass {
  --fa: "\f002"; }

.fa-search {
  --fa: "\f002"; }

.fa-table-tennis-paddle-ball {
  --fa: "\f45d"; }

.fa-ping-pong-paddle-ball {
  --fa: "\f45d"; }

.fa-table-tennis {
  --fa: "\f45d"; }

.fa-person-dots-from-line {
  --fa: "\f470"; }

.fa-diagnoses {
  --fa: "\f470"; }

.fa-trash-can-arrow-up {
  --fa: "\f82a"; }

.fa-trash-restore-alt {
  --fa: "\f82a"; }

.fa-naira-sign {
  --fa: "\e1f6"; }

.fa-cart-arrow-down {
  --fa: "\f218"; }

.fa-walkie-talkie {
  --fa: "\f8ef"; }

.fa-file-pen {
  --fa: "\f31c"; }

.fa-file-edit {
  --fa: "\f31c"; }

.fa-receipt {
  --fa: "\f543"; }

.fa-square-pen {
  --fa: "\f14b"; }

.fa-pen-square {
  --fa: "\f14b"; }

.fa-pencil-square {
  --fa: "\f14b"; }

.fa-suitcase-rolling {
  --fa: "\f5c1"; }

.fa-person-circle-exclamation {
  --fa: "\e53f"; }

.fa-chevron-down {
  --fa: "\f078"; }

.fa-battery-full {
  --fa: "\f240"; }

.fa-battery {
  --fa: "\f240"; }

.fa-battery-5 {
  --fa: "\f240"; }

.fa-skull-crossbones {
  --fa: "\f714"; }

.fa-code-compare {
  --fa: "\e13a"; }

.fa-list-ul {
  --fa: "\f0ca"; }

.fa-list-dots {
  --fa: "\f0ca"; }

.fa-school-lock {
  --fa: "\e56f"; }

.fa-tower-cell {
  --fa: "\e585"; }

.fa-down-long {
  --fa: "\f309"; }

.fa-long-arrow-alt-down {
  --fa: "\f309"; }

.fa-ranking-star {
  --fa: "\e561"; }

.fa-chess-king {
  --fa: "\f43f"; }

.fa-person-harassing {
  --fa: "\e549"; }

.fa-brazilian-real-sign {
  --fa: "\e46c"; }

.fa-landmark-dome {
  --fa: "\f752"; }

.fa-landmark-alt {
  --fa: "\f752"; }

.fa-arrow-up {
  --fa: "\f062"; }

.fa-tv {
  --fa: "\f26c"; }

.fa-television {
  --fa: "\f26c"; }

.fa-tv-alt {
  --fa: "\f26c"; }

.fa-shrimp {
  --fa: "\e448"; }

.fa-list-check {
  --fa: "\f0ae"; }

.fa-tasks {
  --fa: "\f0ae"; }

.fa-jug-detergent {
  --fa: "\e519"; }

.fa-circle-user {
  --fa: "\f2bd"; }

.fa-user-circle {
  --fa: "\f2bd"; }

.fa-user-shield {
  --fa: "\f505"; }

.fa-wind {
  --fa: "\f72e"; }

.fa-car-burst {
  --fa: "\f5e1"; }

.fa-car-crash {
  --fa: "\f5e1"; }

.fa-y {
  --fa: "\59"; }

.fa-person-snowboarding {
  --fa: "\f7ce"; }

.fa-snowboarding {
  --fa: "\f7ce"; }

.fa-truck-fast {
  --fa: "\f48b"; }

.fa-shipping-fast {
  --fa: "\f48b"; }

.fa-fish {
  --fa: "\f578"; }

.fa-user-graduate {
  --fa: "\f501"; }

.fa-circle-half-stroke {
  --fa: "\f042"; }

.fa-adjust {
  --fa: "\f042"; }

.fa-clapperboard {
  --fa: "\e131"; }

.fa-circle-radiation {
  --fa: "\f7ba"; }

.fa-radiation-alt {
  --fa: "\f7ba"; }

.fa-baseball {
  --fa: "\f433"; }

.fa-baseball-ball {
  --fa: "\f433"; }

.fa-jet-fighter-up {
  --fa: "\e518"; }

.fa-diagram-project {
  --fa: "\f542"; }

.fa-project-diagram {
  --fa: "\f542"; }

.fa-copy {
  --fa: "\f0c5"; }

.fa-volume-xmark {
  --fa: "\f6a9"; }

.fa-volume-mute {
  --fa: "\f6a9"; }

.fa-volume-times {
  --fa: "\f6a9"; }

.fa-hand-sparkles {
  --fa: "\e05d"; }

.fa-grip {
  --fa: "\f58d"; }

.fa-grip-horizontal {
  --fa: "\f58d"; }

.fa-share-from-square {
  --fa: "\f14d"; }

.fa-share-square {
  --fa: "\f14d"; }

.fa-child-combatant {
  --fa: "\e4e0"; }

.fa-child-rifle {
  --fa: "\e4e0"; }

.fa-gun {
  --fa: "\e19b"; }

.fa-square-phone {
  --fa: "\f098"; }

.fa-phone-square {
  --fa: "\f098"; }

.fa-plus {
  --fa: "\2b"; }

.fa-add {
  --fa: "\2b"; }

.fa-expand {
  --fa: "\f065"; }

.fa-computer {
  --fa: "\e4e5"; }

.fa-xmark {
  --fa: "\f00d"; }

.fa-close {
  --fa: "\f00d"; }

.fa-multiply {
  --fa: "\f00d"; }

.fa-remove {
  --fa: "\f00d"; }

.fa-times {
  --fa: "\f00d"; }

.fa-arrows-up-down-left-right {
  --fa: "\f047"; }

.fa-arrows {
  --fa: "\f047"; }

.fa-chalkboard-user {
  --fa: "\f51c"; }

.fa-chalkboard-teacher {
  --fa: "\f51c"; }

.fa-peso-sign {
  --fa: "\e222"; }

.fa-building-shield {
  --fa: "\e4d8"; }

.fa-baby {
  --fa: "\f77c"; }

.fa-users-line {
  --fa: "\e592"; }

.fa-quote-left {
  --fa: "\f10d"; }

.fa-quote-left-alt {
  --fa: "\f10d"; }

.fa-tractor {
  --fa: "\f722"; }

.fa-trash-arrow-up {
  --fa: "\f829"; }

.fa-trash-restore {
  --fa: "\f829"; }

.fa-arrow-down-up-lock {
  --fa: "\e4b0"; }

.fa-lines-leaning {
  --fa: "\e51e"; }

.fa-ruler-combined {
  --fa: "\f546"; }

.fa-copyright {
  --fa: "\f1f9"; }

.fa-equals {
  --fa: "\3d"; }

.fa-blender {
  --fa: "\f517"; }

.fa-teeth {
  --fa: "\f62e"; }

.fa-shekel-sign {
  --fa: "\f20b"; }

.fa-ils {
  --fa: "\f20b"; }

.fa-shekel {
  --fa: "\f20b"; }

.fa-sheqel {
  --fa: "\f20b"; }

.fa-sheqel-sign {
  --fa: "\f20b"; }

.fa-map {
  --fa: "\f279"; }

.fa-rocket {
  --fa: "\f135"; }

.fa-photo-film {
  --fa: "\f87c"; }

.fa-photo-video {
  --fa: "\f87c"; }

.fa-folder-minus {
  --fa: "\f65d"; }

.fa-hexagon-nodes-bolt {
  --fa: "\e69a"; }

.fa-store {
  --fa: "\f54e"; }

.fa-arrow-trend-up {
  --fa: "\e098"; }

.fa-plug-circle-minus {
  --fa: "\e55e"; }

.fa-sign-hanging {
  --fa: "\f4d9"; }

.fa-sign {
  --fa: "\f4d9"; }

.fa-bezier-curve {
  --fa: "\f55b"; }

.fa-bell-slash {
  --fa: "\f1f6"; }

.fa-tablet {
  --fa: "\f3fb"; }

.fa-tablet-android {
  --fa: "\f3fb"; }

.fa-school-flag {
  --fa: "\e56e"; }

.fa-fill {
  --fa: "\f575"; }

.fa-angle-up {
  --fa: "\f106"; }

.fa-drumstick-bite {
  --fa: "\f6d7"; }

.fa-holly-berry {
  --fa: "\f7aa"; }

.fa-chevron-left {
  --fa: "\f053"; }

.fa-bacteria {
  --fa: "\e059"; }

.fa-hand-lizard {
  --fa: "\f258"; }

.fa-notdef {
  --fa: "\e1fe"; }

.fa-disease {
  --fa: "\f7fa"; }

.fa-briefcase-medical {
  --fa: "\f469"; }

.fa-genderless {
  --fa: "\f22d"; }

.fa-chevron-right {
  --fa: "\f054"; }

.fa-retweet {
  --fa: "\f079"; }

.fa-car-rear {
  --fa: "\f5de"; }

.fa-car-alt {
  --fa: "\f5de"; }

.fa-pump-soap {
  --fa: "\e06b"; }

.fa-video-slash {
  --fa: "\f4e2"; }

.fa-battery-quarter {
  --fa: "\f243"; }

.fa-battery-2 {
  --fa: "\f243"; }

.fa-radio {
  --fa: "\f8d7"; }

.fa-baby-carriage {
  --fa: "\f77d"; }

.fa-carriage-baby {
  --fa: "\f77d"; }

.fa-traffic-light {
  --fa: "\f637"; }

.fa-thermometer {
  --fa: "\f491"; }

.fa-vr-cardboard {
  --fa: "\f729"; }

.fa-hand-middle-finger {
  --fa: "\f806"; }

.fa-percent {
  --fa: "\25"; }

.fa-percentage {
  --fa: "\25"; }

.fa-truck-moving {
  --fa: "\f4df"; }

.fa-glass-water-droplet {
  --fa: "\e4f5"; }

.fa-display {
  --fa: "\e163"; }

.fa-face-smile {
  --fa: "\f118"; }

.fa-smile {
  --fa: "\f118"; }

.fa-thumbtack {
  --fa: "\f08d"; }

.fa-thumb-tack {
  --fa: "\f08d"; }

.fa-trophy {
  --fa: "\f091"; }

.fa-person-praying {
  --fa: "\f683"; }

.fa-pray {
  --fa: "\f683"; }

.fa-hammer {
  --fa: "\f6e3"; }

.fa-hand-peace {
  --fa: "\f25b"; }

.fa-rotate {
  --fa: "\f2f1"; }

.fa-sync-alt {
  --fa: "\f2f1"; }

.fa-spinner {
  --fa: "\f110"; }

.fa-robot {
  --fa: "\f544"; }

.fa-peace {
  --fa: "\f67c"; }

.fa-gears {
  --fa: "\f085"; }

.fa-cogs {
  --fa: "\f085"; }

.fa-warehouse {
  --fa: "\f494"; }

.fa-arrow-up-right-dots {
  --fa: "\e4b7"; }

.fa-splotch {
  --fa: "\f5bc"; }

.fa-face-grin-hearts {
  --fa: "\f584"; }

.fa-grin-hearts {
  --fa: "\f584"; }

.fa-dice-four {
  --fa: "\f524"; }

.fa-sim-card {
  --fa: "\f7c4"; }

.fa-transgender {
  --fa: "\f225"; }

.fa-transgender-alt {
  --fa: "\f225"; }

.fa-mercury {
  --fa: "\f223"; }

.fa-arrow-turn-down {
  --fa: "\f149"; }

.fa-level-down {
  --fa: "\f149"; }

.fa-person-falling-burst {
  --fa: "\e547"; }

.fa-award {
  --fa: "\f559"; }

.fa-ticket-simple {
  --fa: "\f3ff"; }

.fa-ticket-alt {
  --fa: "\f3ff"; }

.fa-building {
  --fa: "\f1ad"; }

.fa-angles-left {
  --fa: "\f100"; }

.fa-angle-double-left {
  --fa: "\f100"; }

.fa-qrcode {
  --fa: "\f029"; }

.fa-clock-rotate-left {
  --fa: "\f1da"; }

.fa-history {
  --fa: "\f1da"; }

.fa-face-grin-beam-sweat {
  --fa: "\f583"; }

.fa-grin-beam-sweat {
  --fa: "\f583"; }

.fa-file-export {
  --fa: "\f56e"; }

.fa-arrow-right-from-file {
  --fa: "\f56e"; }

.fa-shield {
  --fa: "\f132"; }

.fa-shield-blank {
  --fa: "\f132"; }

.fa-arrow-up-short-wide {
  --fa: "\f885"; }

.fa-sort-amount-up-alt {
  --fa: "\f885"; }

.fa-comment-nodes {
  --fa: "\e696"; }

.fa-house-medical {
  --fa: "\e3b2"; }

.fa-golf-ball-tee {
  --fa: "\f450"; }

.fa-golf-ball {
  --fa: "\f450"; }

.fa-circle-chevron-left {
  --fa: "\f137"; }

.fa-chevron-circle-left {
  --fa: "\f137"; }

.fa-house-chimney-window {
  --fa: "\e00d"; }

.fa-pen-nib {
  --fa: "\f5ad"; }

.fa-tent-arrow-turn-left {
  --fa: "\e580"; }

.fa-tents {
  --fa: "\e582"; }

.fa-wand-magic {
  --fa: "\f0d0"; }

.fa-magic {
  --fa: "\f0d0"; }

.fa-dog {
  --fa: "\f6d3"; }

.fa-carrot {
  --fa: "\f787"; }

.fa-moon {
  --fa: "\f186"; }

.fa-wine-glass-empty {
  --fa: "\f5ce"; }

.fa-wine-glass-alt {
  --fa: "\f5ce"; }

.fa-cheese {
  --fa: "\f7ef"; }

.fa-yin-yang {
  --fa: "\f6ad"; }

.fa-music {
  --fa: "\f001"; }

.fa-code-commit {
  --fa: "\f386"; }

.fa-temperature-low {
  --fa: "\f76b"; }

.fa-person-biking {
  --fa: "\f84a"; }

.fa-biking {
  --fa: "\f84a"; }

.fa-broom {
  --fa: "\f51a"; }

.fa-shield-heart {
  --fa: "\e574"; }

.fa-gopuram {
  --fa: "\f664"; }

.fa-earth-oceania {
  --fa: "\e47b"; }

.fa-globe-oceania {
  --fa: "\e47b"; }

.fa-square-xmark {
  --fa: "\f2d3"; }

.fa-times-square {
  --fa: "\f2d3"; }

.fa-xmark-square {
  --fa: "\f2d3"; }

.fa-hashtag {
  --fa: "\23"; }

.fa-up-right-and-down-left-from-center {
  --fa: "\f424"; }

.fa-expand-alt {
  --fa: "\f424"; }

.fa-oil-can {
  --fa: "\f613"; }

.fa-t {
  --fa: "\54"; }

.fa-hippo {
  --fa: "\f6ed"; }

.fa-chart-column {
  --fa: "\e0e3"; }

.fa-infinity {
  --fa: "\f534"; }

.fa-vial-circle-check {
  --fa: "\e596"; }

.fa-person-arrow-down-to-line {
  --fa: "\e538"; }

.fa-voicemail {
  --fa: "\f897"; }

.fa-fan {
  --fa: "\f863"; }

.fa-person-walking-luggage {
  --fa: "\e554"; }

.fa-up-down {
  --fa: "\f338"; }

.fa-arrows-alt-v {
  --fa: "\f338"; }

.fa-cloud-moon-rain {
  --fa: "\f73c"; }

.fa-calendar {
  --fa: "\f133"; }

.fa-trailer {
  --fa: "\e041"; }

.fa-bahai {
  --fa: "\f666"; }

.fa-haykal {
  --fa: "\f666"; }

.fa-sd-card {
  --fa: "\f7c2"; }

.fa-dragon {
  --fa: "\f6d5"; }

.fa-shoe-prints {
  --fa: "\f54b"; }

.fa-circle-plus {
  --fa: "\f055"; }

.fa-plus-circle {
  --fa: "\f055"; }

.fa-face-grin-tongue-wink {
  --fa: "\f58b"; }

.fa-grin-tongue-wink {
  --fa: "\f58b"; }

.fa-hand-holding {
  --fa: "\f4bd"; }

.fa-plug-circle-exclamation {
  --fa: "\e55d"; }

.fa-link-slash {
  --fa: "\f127"; }

.fa-chain-broken {
  --fa: "\f127"; }

.fa-chain-slash {
  --fa: "\f127"; }

.fa-unlink {
  --fa: "\f127"; }

.fa-clone {
  --fa: "\f24d"; }

.fa-person-walking-arrow-loop-left {
  --fa: "\e551"; }

.fa-arrow-up-z-a {
  --fa: "\f882"; }

.fa-sort-alpha-up-alt {
  --fa: "\f882"; }

.fa-fire-flame-curved {
  --fa: "\f7e4"; }

.fa-fire-alt {
  --fa: "\f7e4"; }

.fa-tornado {
  --fa: "\f76f"; }

.fa-file-circle-plus {
  --fa: "\e494"; }

.fa-book-quran {
  --fa: "\f687"; }

.fa-quran {
  --fa: "\f687"; }

.fa-anchor {
  --fa: "\f13d"; }

.fa-border-all {
  --fa: "\f84c"; }

.fa-face-angry {
  --fa: "\f556"; }

.fa-angry {
  --fa: "\f556"; }

.fa-cookie-bite {
  --fa: "\f564"; }

.fa-arrow-trend-down {
  --fa: "\e097"; }

.fa-rss {
  --fa: "\f09e"; }

.fa-feed {
  --fa: "\f09e"; }

.fa-draw-polygon {
  --fa: "\f5ee"; }

.fa-scale-balanced {
  --fa: "\f24e"; }

.fa-balance-scale {
  --fa: "\f24e"; }

.fa-gauge-simple-high {
  --fa: "\f62a"; }

.fa-tachometer {
  --fa: "\f62a"; }

.fa-tachometer-fast {
  --fa: "\f62a"; }

.fa-shower {
  --fa: "\f2cc"; }

.fa-desktop {
  --fa: "\f390"; }

.fa-desktop-alt {
  --fa: "\f390"; }

.fa-m {
  --fa: "\4d"; }

.fa-table-list {
  --fa: "\f00b"; }

.fa-th-list {
  --fa: "\f00b"; }

.fa-comment-sms {
  --fa: "\f7cd"; }

.fa-sms {
  --fa: "\f7cd"; }

.fa-book {
  --fa: "\f02d"; }

.fa-user-plus {
  --fa: "\f234"; }

.fa-check {
  --fa: "\f00c"; }

.fa-battery-three-quarters {
  --fa: "\f241"; }

.fa-battery-4 {
  --fa: "\f241"; }

.fa-house-circle-check {
  --fa: "\e509"; }

.fa-angle-left {
  --fa: "\f104"; }

.fa-diagram-successor {
  --fa: "\e47a"; }

.fa-truck-arrow-right {
  --fa: "\e58b"; }

.fa-arrows-split-up-and-left {
  --fa: "\e4bc"; }

.fa-hand-fist {
  --fa: "\f6de"; }

.fa-fist-raised {
  --fa: "\f6de"; }

.fa-cloud-moon {
  --fa: "\f6c3"; }

.fa-briefcase {
  --fa: "\f0b1"; }

.fa-person-falling {
  --fa: "\e546"; }

.fa-image-portrait {
  --fa: "\f3e0"; }

.fa-portrait {
  --fa: "\f3e0"; }

.fa-user-tag {
  --fa: "\f507"; }

.fa-rug {
  --fa: "\e569"; }

.fa-earth-europe {
  --fa: "\f7a2"; }

.fa-globe-europe {
  --fa: "\f7a2"; }

.fa-cart-flatbed-suitcase {
  --fa: "\f59d"; }

.fa-luggage-cart {
  --fa: "\f59d"; }

.fa-rectangle-xmark {
  --fa: "\f410"; }

.fa-rectangle-times {
  --fa: "\f410"; }

.fa-times-rectangle {
  --fa: "\f410"; }

.fa-window-close {
  --fa: "\f410"; }

.fa-baht-sign {
  --fa: "\e0ac"; }

.fa-book-open {
  --fa: "\f518"; }

.fa-book-journal-whills {
  --fa: "\f66a"; }

.fa-journal-whills {
  --fa: "\f66a"; }

.fa-handcuffs {
  --fa: "\e4f8"; }

.fa-triangle-exclamation {
  --fa: "\f071"; }

.fa-exclamation-triangle {
  --fa: "\f071"; }

.fa-warning {
  --fa: "\f071"; }

.fa-database {
  --fa: "\f1c0"; }

.fa-share {
  --fa: "\f064"; }

.fa-mail-forward {
  --fa: "\f064"; }

.fa-bottle-droplet {
  --fa: "\e4c4"; }

.fa-mask-face {
  --fa: "\e1d7"; }

.fa-hill-rockslide {
  --fa: "\e508"; }

.fa-right-left {
  --fa: "\f362"; }

.fa-exchange-alt {
  --fa: "\f362"; }

.fa-paper-plane {
  --fa: "\f1d8"; }

.fa-road-circle-exclamation {
  --fa: "\e565"; }

.fa-dungeon {
  --fa: "\f6d9"; }

.fa-align-right {
  --fa: "\f038"; }

.fa-money-bill-1-wave {
  --fa: "\f53b"; }

.fa-money-bill-wave-alt {
  --fa: "\f53b"; }

.fa-life-ring {
  --fa: "\f1cd"; }

.fa-hands {
  --fa: "\f2a7"; }

.fa-sign-language {
  --fa: "\f2a7"; }

.fa-signing {
  --fa: "\f2a7"; }

.fa-calendar-day {
  --fa: "\f783"; }

.fa-water-ladder {
  --fa: "\f5c5"; }

.fa-ladder-water {
  --fa: "\f5c5"; }

.fa-swimming-pool {
  --fa: "\f5c5"; }

.fa-arrows-up-down {
  --fa: "\f07d"; }

.fa-arrows-v {
  --fa: "\f07d"; }

.fa-face-grimace {
  --fa: "\f57f"; }

.fa-grimace {
  --fa: "\f57f"; }

.fa-wheelchair-move {
  --fa: "\e2ce"; }

.fa-wheelchair-alt {
  --fa: "\e2ce"; }

.fa-turn-down {
  --fa: "\f3be"; }

.fa-level-down-alt {
  --fa: "\f3be"; }

.fa-person-walking-arrow-right {
  --fa: "\e552"; }

.fa-square-envelope {
  --fa: "\f199"; }

.fa-envelope-square {
  --fa: "\f199"; }

.fa-dice {
  --fa: "\f522"; }

.fa-bowling-ball {
  --fa: "\f436"; }

.fa-brain {
  --fa: "\f5dc"; }

.fa-bandage {
  --fa: "\f462"; }

.fa-band-aid {
  --fa: "\f462"; }

.fa-calendar-minus {
  --fa: "\f272"; }

.fa-circle-xmark {
  --fa: "\f057"; }

.fa-times-circle {
  --fa: "\f057"; }

.fa-xmark-circle {
  --fa: "\f057"; }

.fa-gifts {
  --fa: "\f79c"; }

.fa-hotel {
  --fa: "\f594"; }

.fa-earth-asia {
  --fa: "\f57e"; }

.fa-globe-asia {
  --fa: "\f57e"; }

.fa-id-card-clip {
  --fa: "\f47f"; }

.fa-id-card-alt {
  --fa: "\f47f"; }

.fa-magnifying-glass-plus {
  --fa: "\f00e"; }

.fa-search-plus {
  --fa: "\f00e"; }

.fa-thumbs-up {
  --fa: "\f164"; }

.fa-user-clock {
  --fa: "\f4fd"; }

.fa-hand-dots {
  --fa: "\f461"; }

.fa-allergies {
  --fa: "\f461"; }

.fa-file-invoice {
  --fa: "\f570"; }

.fa-window-minimize {
  --fa: "\f2d1"; }

.fa-mug-saucer {
  --fa: "\f0f4"; }

.fa-coffee {
  --fa: "\f0f4"; }

.fa-brush {
  --fa: "\f55d"; }

.fa-file-half-dashed {
  --fa: "\e698"; }

.fa-mask {
  --fa: "\f6fa"; }

.fa-magnifying-glass-minus {
  --fa: "\f010"; }

.fa-search-minus {
  --fa: "\f010"; }

.fa-ruler-vertical {
  --fa: "\f548"; }

.fa-user-large {
  --fa: "\f406"; }

.fa-user-alt {
  --fa: "\f406"; }

.fa-train-tram {
  --fa: "\e5b4"; }

.fa-user-nurse {
  --fa: "\f82f"; }

.fa-syringe {
  --fa: "\f48e"; }

.fa-cloud-sun {
  --fa: "\f6c4"; }

.fa-stopwatch-20 {
  --fa: "\e06f"; }

.fa-square-full {
  --fa: "\f45c"; }

.fa-magnet {
  --fa: "\f076"; }

.fa-jar {
  --fa: "\e516"; }

.fa-note-sticky {
  --fa: "\f249"; }

.fa-sticky-note {
  --fa: "\f249"; }

.fa-bug-slash {
  --fa: "\e490"; }

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6"; }

.fa-bone {
  --fa: "\f5d7"; }

.fa-table-cells-row-unlock {
  --fa: "\e691"; }

.fa-user-injured {
  --fa: "\f728"; }

.fa-face-sad-tear {
  --fa: "\f5b4"; }

.fa-sad-tear {
  --fa: "\f5b4"; }

.fa-plane {
  --fa: "\f072"; }

.fa-tent-arrows-down {
  --fa: "\e581"; }

.fa-exclamation {
  --fa: "\21"; }

.fa-arrows-spin {
  --fa: "\e4bb"; }

.fa-print {
  --fa: "\f02f"; }

.fa-turkish-lira-sign {
  --fa: "\e2bb"; }

.fa-try {
  --fa: "\e2bb"; }

.fa-turkish-lira {
  --fa: "\e2bb"; }

.fa-dollar-sign {
  --fa: "\24"; }

.fa-dollar {
  --fa: "\24"; }

.fa-usd {
  --fa: "\24"; }

.fa-x {
  --fa: "\58"; }

.fa-magnifying-glass-dollar {
  --fa: "\f688"; }

.fa-search-dollar {
  --fa: "\f688"; }

.fa-users-gear {
  --fa: "\f509"; }

.fa-users-cog {
  --fa: "\f509"; }

.fa-person-military-pointing {
  --fa: "\e54a"; }

.fa-building-columns {
  --fa: "\f19c"; }

.fa-bank {
  --fa: "\f19c"; }

.fa-institution {
  --fa: "\f19c"; }

.fa-museum {
  --fa: "\f19c"; }

.fa-university {
  --fa: "\f19c"; }

.fa-umbrella {
  --fa: "\f0e9"; }

.fa-trowel {
  --fa: "\e589"; }

.fa-d {
  --fa: "\44"; }

.fa-stapler {
  --fa: "\e5af"; }

.fa-masks-theater {
  --fa: "\f630"; }

.fa-theater-masks {
  --fa: "\f630"; }

.fa-kip-sign {
  --fa: "\e1c4"; }

.fa-hand-point-left {
  --fa: "\f0a5"; }

.fa-handshake-simple {
  --fa: "\f4c6"; }

.fa-handshake-alt {
  --fa: "\f4c6"; }

.fa-jet-fighter {
  --fa: "\f0fb"; }

.fa-fighter-jet {
  --fa: "\f0fb"; }

.fa-square-share-nodes {
  --fa: "\f1e1"; }

.fa-share-alt-square {
  --fa: "\f1e1"; }

.fa-barcode {
  --fa: "\f02a"; }

.fa-plus-minus {
  --fa: "\e43c"; }

.fa-video {
  --fa: "\f03d"; }

.fa-video-camera {
  --fa: "\f03d"; }

.fa-graduation-cap {
  --fa: "\f19d"; }

.fa-mortar-board {
  --fa: "\f19d"; }

.fa-hand-holding-medical {
  --fa: "\e05c"; }

.fa-person-circle-check {
  --fa: "\e53e"; }

.fa-turn-up {
  --fa: "\f3bf"; }

.fa-level-up-alt {
  --fa: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-brands-400.woff2") format("woff2"), url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero {
  --fa: "\f3d0"; }

.fa-hooli {
  --fa: "\f427"; }

.fa-yelp {
  --fa: "\f1e9"; }

.fa-cc-visa {
  --fa: "\f1f0"; }

.fa-lastfm {
  --fa: "\f202"; }

.fa-shopware {
  --fa: "\f5b5"; }

.fa-creative-commons-nc {
  --fa: "\f4e8"; }

.fa-aws {
  --fa: "\f375"; }

.fa-redhat {
  --fa: "\f7bc"; }

.fa-yoast {
  --fa: "\f2b1"; }

.fa-cloudflare {
  --fa: "\e07d"; }

.fa-ups {
  --fa: "\f7e0"; }

.fa-pixiv {
  --fa: "\e640"; }

.fa-wpexplorer {
  --fa: "\f2de"; }

.fa-dyalog {
  --fa: "\f399"; }

.fa-bity {
  --fa: "\f37a"; }

.fa-stackpath {
  --fa: "\f842"; }

.fa-buysellads {
  --fa: "\f20d"; }

.fa-first-order {
  --fa: "\f2b0"; }

.fa-modx {
  --fa: "\f285"; }

.fa-guilded {
  --fa: "\e07e"; }

.fa-vnv {
  --fa: "\f40b"; }

.fa-square-js {
  --fa: "\f3b9"; }

.fa-js-square {
  --fa: "\f3b9"; }

.fa-microsoft {
  --fa: "\f3ca"; }

.fa-qq {
  --fa: "\f1d6"; }

.fa-orcid {
  --fa: "\f8d2"; }

.fa-java {
  --fa: "\f4e4"; }

.fa-invision {
  --fa: "\f7b0"; }

.fa-creative-commons-pd-alt {
  --fa: "\f4ed"; }

.fa-centercode {
  --fa: "\f380"; }

.fa-glide-g {
  --fa: "\f2a6"; }

.fa-drupal {
  --fa: "\f1a9"; }

.fa-jxl {
  --fa: "\e67b"; }

.fa-dart-lang {
  --fa: "\e693"; }

.fa-hire-a-helper {
  --fa: "\f3b0"; }

.fa-creative-commons-by {
  --fa: "\f4e7"; }

.fa-unity {
  --fa: "\e049"; }

.fa-whmcs {
  --fa: "\f40d"; }

.fa-rocketchat {
  --fa: "\f3e8"; }

.fa-vk {
  --fa: "\f189"; }

.fa-untappd {
  --fa: "\f405"; }

.fa-mailchimp {
  --fa: "\f59e"; }

.fa-css3-alt {
  --fa: "\f38b"; }

.fa-square-reddit {
  --fa: "\f1a2"; }

.fa-reddit-square {
  --fa: "\f1a2"; }

.fa-vimeo-v {
  --fa: "\f27d"; }

.fa-contao {
  --fa: "\f26d"; }

.fa-square-font-awesome {
  --fa: "\e5ad"; }

.fa-deskpro {
  --fa: "\f38f"; }

.fa-brave {
  --fa: "\e63c"; }

.fa-sistrix {
  --fa: "\f3ee"; }

.fa-square-instagram {
  --fa: "\e055"; }

.fa-instagram-square {
  --fa: "\e055"; }

.fa-battle-net {
  --fa: "\f835"; }

.fa-the-red-yeti {
  --fa: "\f69d"; }

.fa-square-hacker-news {
  --fa: "\f3af"; }

.fa-hacker-news-square {
  --fa: "\f3af"; }

.fa-edge {
  --fa: "\f282"; }

.fa-threads {
  --fa: "\e618"; }

.fa-napster {
  --fa: "\f3d2"; }

.fa-square-snapchat {
  --fa: "\f2ad"; }

.fa-snapchat-square {
  --fa: "\f2ad"; }

.fa-google-plus-g {
  --fa: "\f0d5"; }

.fa-artstation {
  --fa: "\f77a"; }

.fa-markdown {
  --fa: "\f60f"; }

.fa-sourcetree {
  --fa: "\f7d3"; }

.fa-google-plus {
  --fa: "\f2b3"; }

.fa-diaspora {
  --fa: "\f791"; }

.fa-foursquare {
  --fa: "\f180"; }

.fa-stack-overflow {
  --fa: "\f16c"; }

.fa-github-alt {
  --fa: "\f113"; }

.fa-phoenix-squadron {
  --fa: "\f511"; }

.fa-pagelines {
  --fa: "\f18c"; }

.fa-algolia {
  --fa: "\f36c"; }

.fa-red-river {
  --fa: "\f3e3"; }

.fa-creative-commons-sa {
  --fa: "\f4ef"; }

.fa-safari {
  --fa: "\f267"; }

.fa-google {
  --fa: "\f1a0"; }

.fa-square-font-awesome-stroke {
  --fa: "\f35c"; }

.fa-font-awesome-alt {
  --fa: "\f35c"; }

.fa-atlassian {
  --fa: "\f77b"; }

.fa-linkedin-in {
  --fa: "\f0e1"; }

.fa-digital-ocean {
  --fa: "\f391"; }

.fa-nimblr {
  --fa: "\f5a8"; }

.fa-chromecast {
  --fa: "\f838"; }

.fa-evernote {
  --fa: "\f839"; }

.fa-hacker-news {
  --fa: "\f1d4"; }

.fa-creative-commons-sampling {
  --fa: "\f4f0"; }

.fa-adversal {
  --fa: "\f36a"; }

.fa-creative-commons {
  --fa: "\f25e"; }

.fa-watchman-monitoring {
  --fa: "\e087"; }

.fa-fonticons {
  --fa: "\f280"; }

.fa-weixin {
  --fa: "\f1d7"; }

.fa-shirtsinbulk {
  --fa: "\f214"; }

.fa-codepen {
  --fa: "\f1cb"; }

.fa-git-alt {
  --fa: "\f841"; }

.fa-lyft {
  --fa: "\f3c3"; }

.fa-rev {
  --fa: "\f5b2"; }

.fa-windows {
  --fa: "\f17a"; }

.fa-wizards-of-the-coast {
  --fa: "\f730"; }

.fa-square-viadeo {
  --fa: "\f2aa"; }

.fa-viadeo-square {
  --fa: "\f2aa"; }

.fa-meetup {
  --fa: "\f2e0"; }

.fa-centos {
  --fa: "\f789"; }

.fa-adn {
  --fa: "\f170"; }

.fa-cloudsmith {
  --fa: "\f384"; }

.fa-opensuse {
  --fa: "\e62b"; }

.fa-pied-piper-alt {
  --fa: "\f1a8"; }

.fa-square-dribbble {
  --fa: "\f397"; }

.fa-dribbble-square {
  --fa: "\f397"; }

.fa-codiepie {
  --fa: "\f284"; }

.fa-node {
  --fa: "\f419"; }

.fa-mix {
  --fa: "\f3cb"; }

.fa-steam {
  --fa: "\f1b6"; }

.fa-cc-apple-pay {
  --fa: "\f416"; }

.fa-scribd {
  --fa: "\f28a"; }

.fa-debian {
  --fa: "\e60b"; }

.fa-openid {
  --fa: "\f19b"; }

.fa-instalod {
  --fa: "\e081"; }

.fa-files-pinwheel {
  --fa: "\e69f"; }

.fa-expeditedssl {
  --fa: "\f23e"; }

.fa-sellcast {
  --fa: "\f2da"; }

.fa-square-twitter {
  --fa: "\f081"; }

.fa-twitter-square {
  --fa: "\f081"; }

.fa-r-project {
  --fa: "\f4f7"; }

.fa-delicious {
  --fa: "\f1a5"; }

.fa-freebsd {
  --fa: "\f3a4"; }

.fa-vuejs {
  --fa: "\f41f"; }

.fa-accusoft {
  --fa: "\f369"; }

.fa-ioxhost {
  --fa: "\f208"; }

.fa-fonticons-fi {
  --fa: "\f3a2"; }

.fa-app-store {
  --fa: "\f36f"; }

.fa-cc-mastercard {
  --fa: "\f1f1"; }

.fa-itunes-note {
  --fa: "\f3b5"; }

.fa-golang {
  --fa: "\e40f"; }

.fa-kickstarter {
  --fa: "\f3bb"; }

.fa-square-kickstarter {
  --fa: "\f3bb"; }

.fa-grav {
  --fa: "\f2d6"; }

.fa-weibo {
  --fa: "\f18a"; }

.fa-uncharted {
  --fa: "\e084"; }

.fa-firstdraft {
  --fa: "\f3a1"; }

.fa-square-youtube {
  --fa: "\f431"; }

.fa-youtube-square {
  --fa: "\f431"; }

.fa-wikipedia-w {
  --fa: "\f266"; }

.fa-wpressr {
  --fa: "\f3e4"; }

.fa-rendact {
  --fa: "\f3e4"; }

.fa-angellist {
  --fa: "\f209"; }

.fa-galactic-republic {
  --fa: "\f50c"; }

.fa-nfc-directional {
  --fa: "\e530"; }

.fa-skype {
  --fa: "\f17e"; }

.fa-joget {
  --fa: "\f3b7"; }

.fa-fedora {
  --fa: "\f798"; }

.fa-stripe-s {
  --fa: "\f42a"; }

.fa-meta {
  --fa: "\e49b"; }

.fa-laravel {
  --fa: "\f3bd"; }

.fa-hotjar {
  --fa: "\f3b1"; }

.fa-bluetooth-b {
  --fa: "\f294"; }

.fa-square-letterboxd {
  --fa: "\e62e"; }

.fa-sticker-mule {
  --fa: "\f3f7"; }

.fa-creative-commons-zero {
  --fa: "\f4f3"; }

.fa-hips {
  --fa: "\f452"; }

.fa-css {
  --fa: "\e6a2"; }

.fa-behance {
  --fa: "\f1b4"; }

.fa-reddit {
  --fa: "\f1a1"; }

.fa-discord {
  --fa: "\f392"; }

.fa-chrome {
  --fa: "\f268"; }

.fa-app-store-ios {
  --fa: "\f370"; }

.fa-cc-discover {
  --fa: "\f1f2"; }

.fa-wpbeginner {
  --fa: "\f297"; }

.fa-confluence {
  --fa: "\f78d"; }

.fa-shoelace {
  --fa: "\e60c"; }

.fa-mdb {
  --fa: "\f8ca"; }

.fa-dochub {
  --fa: "\f394"; }

.fa-accessible-icon {
  --fa: "\f368"; }

.fa-ebay {
  --fa: "\f4f4"; }

.fa-amazon {
  --fa: "\f270"; }

.fa-unsplash {
  --fa: "\e07c"; }

.fa-yarn {
  --fa: "\f7e3"; }

.fa-square-steam {
  --fa: "\f1b7"; }

.fa-steam-square {
  --fa: "\f1b7"; }

.fa-500px {
  --fa: "\f26e"; }

.fa-square-vimeo {
  --fa: "\f194"; }

.fa-vimeo-square {
  --fa: "\f194"; }

.fa-asymmetrik {
  --fa: "\f372"; }

.fa-font-awesome {
  --fa: "\f2b4"; }

.fa-font-awesome-flag {
  --fa: "\f2b4"; }

.fa-font-awesome-logo-full {
  --fa: "\f2b4"; }

.fa-gratipay {
  --fa: "\f184"; }

.fa-apple {
  --fa: "\f179"; }

.fa-hive {
  --fa: "\e07f"; }

.fa-gitkraken {
  --fa: "\f3a6"; }

.fa-keybase {
  --fa: "\f4f5"; }

.fa-apple-pay {
  --fa: "\f415"; }

.fa-padlet {
  --fa: "\e4a0"; }

.fa-amazon-pay {
  --fa: "\f42c"; }

.fa-square-github {
  --fa: "\f092"; }

.fa-github-square {
  --fa: "\f092"; }

.fa-stumbleupon {
  --fa: "\f1a4"; }

.fa-fedex {
  --fa: "\f797"; }

.fa-phoenix-framework {
  --fa: "\f3dc"; }

.fa-shopify {
  --fa: "\e057"; }

.fa-neos {
  --fa: "\f612"; }

.fa-square-threads {
  --fa: "\e619"; }

.fa-hackerrank {
  --fa: "\f5f7"; }

.fa-researchgate {
  --fa: "\f4f8"; }

.fa-swift {
  --fa: "\f8e1"; }

.fa-angular {
  --fa: "\f420"; }

.fa-speakap {
  --fa: "\f3f3"; }

.fa-angrycreative {
  --fa: "\f36e"; }

.fa-y-combinator {
  --fa: "\f23b"; }

.fa-empire {
  --fa: "\f1d1"; }

.fa-envira {
  --fa: "\f299"; }

.fa-google-scholar {
  --fa: "\e63b"; }

.fa-square-gitlab {
  --fa: "\e5ae"; }

.fa-gitlab-square {
  --fa: "\e5ae"; }

.fa-studiovinari {
  --fa: "\f3f8"; }

.fa-pied-piper {
  --fa: "\f2ae"; }

.fa-wordpress {
  --fa: "\f19a"; }

.fa-product-hunt {
  --fa: "\f288"; }

.fa-firefox {
  --fa: "\f269"; }

.fa-linode {
  --fa: "\f2b8"; }

.fa-goodreads {
  --fa: "\f3a8"; }

.fa-square-odnoklassniki {
  --fa: "\f264"; }

.fa-odnoklassniki-square {
  --fa: "\f264"; }

.fa-jsfiddle {
  --fa: "\f1cc"; }

.fa-sith {
  --fa: "\f512"; }

.fa-themeisle {
  --fa: "\f2b2"; }

.fa-page4 {
  --fa: "\f3d7"; }

.fa-hashnode {
  --fa: "\e499"; }

.fa-react {
  --fa: "\f41b"; }

.fa-cc-paypal {
  --fa: "\f1f4"; }

.fa-squarespace {
  --fa: "\f5be"; }

.fa-cc-stripe {
  --fa: "\f1f5"; }

.fa-creative-commons-share {
  --fa: "\f4f2"; }

.fa-bitcoin {
  --fa: "\f379"; }

.fa-keycdn {
  --fa: "\f3ba"; }

.fa-opera {
  --fa: "\f26a"; }

.fa-itch-io {
  --fa: "\f83a"; }

.fa-umbraco {
  --fa: "\f8e8"; }

.fa-galactic-senate {
  --fa: "\f50d"; }

.fa-ubuntu {
  --fa: "\f7df"; }

.fa-draft2digital {
  --fa: "\f396"; }

.fa-stripe {
  --fa: "\f429"; }

.fa-houzz {
  --fa: "\f27c"; }

.fa-gg {
  --fa: "\f260"; }

.fa-dhl {
  --fa: "\f790"; }

.fa-square-pinterest {
  --fa: "\f0d3"; }

.fa-pinterest-square {
  --fa: "\f0d3"; }

.fa-xing {
  --fa: "\f168"; }

.fa-blackberry {
  --fa: "\f37b"; }

.fa-creative-commons-pd {
  --fa: "\f4ec"; }

.fa-playstation {
  --fa: "\f3df"; }

.fa-quinscape {
  --fa: "\f459"; }

.fa-less {
  --fa: "\f41d"; }

.fa-blogger-b {
  --fa: "\f37d"; }

.fa-opencart {
  --fa: "\f23d"; }

.fa-vine {
  --fa: "\f1ca"; }

.fa-signal-messenger {
  --fa: "\e663"; }

.fa-paypal {
  --fa: "\f1ed"; }

.fa-gitlab {
  --fa: "\f296"; }

.fa-typo3 {
  --fa: "\f42b"; }

.fa-reddit-alien {
  --fa: "\f281"; }

.fa-yahoo {
  --fa: "\f19e"; }

.fa-dailymotion {
  --fa: "\e052"; }

.fa-affiliatetheme {
  --fa: "\f36b"; }

.fa-pied-piper-pp {
  --fa: "\f1a7"; }

.fa-bootstrap {
  --fa: "\f836"; }

.fa-odnoklassniki {
  --fa: "\f263"; }

.fa-nfc-symbol {
  --fa: "\e531"; }

.fa-mintbit {
  --fa: "\e62f"; }

.fa-ethereum {
  --fa: "\f42e"; }

.fa-speaker-deck {
  --fa: "\f83c"; }

.fa-creative-commons-nc-eu {
  --fa: "\f4e9"; }

.fa-patreon {
  --fa: "\f3d9"; }

.fa-avianex {
  --fa: "\f374"; }

.fa-ello {
  --fa: "\f5f1"; }

.fa-gofore {
  --fa: "\f3a7"; }

.fa-bimobject {
  --fa: "\f378"; }

.fa-brave-reverse {
  --fa: "\e63d"; }

.fa-facebook-f {
  --fa: "\f39e"; }

.fa-square-google-plus {
  --fa: "\f0d4"; }

.fa-google-plus-square {
  --fa: "\f0d4"; }

.fa-web-awesome {
  --fa: "\e682"; }

.fa-mandalorian {
  --fa: "\f50f"; }

.fa-first-order-alt {
  --fa: "\f50a"; }

.fa-osi {
  --fa: "\f41a"; }

.fa-google-wallet {
  --fa: "\f1ee"; }

.fa-d-and-d-beyond {
  --fa: "\f6ca"; }

.fa-periscope {
  --fa: "\f3da"; }

.fa-fulcrum {
  --fa: "\f50b"; }

.fa-cloudscale {
  --fa: "\f383"; }

.fa-forumbee {
  --fa: "\f211"; }

.fa-mizuni {
  --fa: "\f3cc"; }

.fa-schlix {
  --fa: "\f3ea"; }

.fa-square-xing {
  --fa: "\f169"; }

.fa-xing-square {
  --fa: "\f169"; }

.fa-bandcamp {
  --fa: "\f2d5"; }

.fa-wpforms {
  --fa: "\f298"; }

.fa-cloudversify {
  --fa: "\f385"; }

.fa-usps {
  --fa: "\f7e1"; }

.fa-megaport {
  --fa: "\f5a3"; }

.fa-magento {
  --fa: "\f3c4"; }

.fa-spotify {
  --fa: "\f1bc"; }

.fa-optin-monster {
  --fa: "\f23c"; }

.fa-fly {
  --fa: "\f417"; }

.fa-square-bluesky {
  --fa: "\e6a3"; }

.fa-aviato {
  --fa: "\f421"; }

.fa-itunes {
  --fa: "\f3b4"; }

.fa-cuttlefish {
  --fa: "\f38c"; }

.fa-blogger {
  --fa: "\f37c"; }

.fa-flickr {
  --fa: "\f16e"; }

.fa-viber {
  --fa: "\f409"; }

.fa-soundcloud {
  --fa: "\f1be"; }

.fa-digg {
  --fa: "\f1a6"; }

.fa-tencent-weibo {
  --fa: "\f1d5"; }

.fa-letterboxd {
  --fa: "\e62d"; }

.fa-symfony {
  --fa: "\f83d"; }

.fa-maxcdn {
  --fa: "\f136"; }

.fa-etsy {
  --fa: "\f2d7"; }

.fa-facebook-messenger {
  --fa: "\f39f"; }

.fa-audible {
  --fa: "\f373"; }

.fa-think-peaks {
  --fa: "\f731"; }

.fa-bilibili {
  --fa: "\e3d9"; }

.fa-erlang {
  --fa: "\f39d"; }

.fa-x-twitter {
  --fa: "\e61b"; }

.fa-cotton-bureau {
  --fa: "\f89e"; }

.fa-dashcube {
  --fa: "\f210"; }

.fa-42-group {
  --fa: "\e080"; }

.fa-innosoft {
  --fa: "\e080"; }

.fa-stack-exchange {
  --fa: "\f18d"; }

.fa-elementor {
  --fa: "\f430"; }

.fa-square-pied-piper {
  --fa: "\e01e"; }

.fa-pied-piper-square {
  --fa: "\e01e"; }

.fa-creative-commons-nd {
  --fa: "\f4eb"; }

.fa-palfed {
  --fa: "\f3d8"; }

.fa-superpowers {
  --fa: "\f2dd"; }

.fa-resolving {
  --fa: "\f3e7"; }

.fa-xbox {
  --fa: "\f412"; }

.fa-square-web-awesome-stroke {
  --fa: "\e684"; }

.fa-searchengin {
  --fa: "\f3eb"; }

.fa-tiktok {
  --fa: "\e07b"; }

.fa-square-facebook {
  --fa: "\f082"; }

.fa-facebook-square {
  --fa: "\f082"; }

.fa-renren {
  --fa: "\f18b"; }

.fa-linux {
  --fa: "\f17c"; }

.fa-glide {
  --fa: "\f2a5"; }

.fa-linkedin {
  --fa: "\f08c"; }

.fa-hubspot {
  --fa: "\f3b2"; }

.fa-deploydog {
  --fa: "\f38e"; }

.fa-twitch {
  --fa: "\f1e8"; }

.fa-flutter {
  --fa: "\e694"; }

.fa-ravelry {
  --fa: "\f2d9"; }

.fa-mixer {
  --fa: "\e056"; }

.fa-square-lastfm {
  --fa: "\f203"; }

.fa-lastfm-square {
  --fa: "\f203"; }

.fa-vimeo {
  --fa: "\f40a"; }

.fa-mendeley {
  --fa: "\f7b3"; }

.fa-uniregistry {
  --fa: "\f404"; }

.fa-figma {
  --fa: "\f799"; }

.fa-creative-commons-remix {
  --fa: "\f4ee"; }

.fa-cc-amazon-pay {
  --fa: "\f42d"; }

.fa-dropbox {
  --fa: "\f16b"; }

.fa-instagram {
  --fa: "\f16d"; }

.fa-cmplid {
  --fa: "\e360"; }

.fa-upwork {
  --fa: "\e641"; }

.fa-facebook {
  --fa: "\f09a"; }

.fa-gripfire {
  --fa: "\f3ac"; }

.fa-jedi-order {
  --fa: "\f50e"; }

.fa-uikit {
  --fa: "\f403"; }

.fa-fort-awesome-alt {
  --fa: "\f3a3"; }

.fa-phabricator {
  --fa: "\f3db"; }

.fa-ussunnah {
  --fa: "\f407"; }

.fa-earlybirds {
  --fa: "\f39a"; }

.fa-trade-federation {
  --fa: "\f513"; }

.fa-autoprefixer {
  --fa: "\f41c"; }

.fa-whatsapp {
  --fa: "\f232"; }

.fa-square-upwork {
  --fa: "\e67c"; }

.fa-slideshare {
  --fa: "\f1e7"; }

.fa-google-play {
  --fa: "\f3ab"; }

.fa-viadeo {
  --fa: "\f2a9"; }

.fa-line {
  --fa: "\f3c0"; }

.fa-google-drive {
  --fa: "\f3aa"; }

.fa-servicestack {
  --fa: "\f3ec"; }

.fa-simplybuilt {
  --fa: "\f215"; }

.fa-bitbucket {
  --fa: "\f171"; }

.fa-imdb {
  --fa: "\f2d8"; }

.fa-deezer {
  --fa: "\e077"; }

.fa-raspberry-pi {
  --fa: "\f7bb"; }

.fa-jira {
  --fa: "\f7b1"; }

.fa-docker {
  --fa: "\f395"; }

.fa-screenpal {
  --fa: "\e570"; }

.fa-bluetooth {
  --fa: "\f293"; }

.fa-gitter {
  --fa: "\f426"; }

.fa-d-and-d {
  --fa: "\f38d"; }

.fa-microblog {
  --fa: "\e01a"; }

.fa-cc-diners-club {
  --fa: "\f24c"; }

.fa-gg-circle {
  --fa: "\f261"; }

.fa-pied-piper-hat {
  --fa: "\f4e5"; }

.fa-kickstarter-k {
  --fa: "\f3bc"; }

.fa-yandex {
  --fa: "\f413"; }

.fa-readme {
  --fa: "\f4d5"; }

.fa-html5 {
  --fa: "\f13b"; }

.fa-sellsy {
  --fa: "\f213"; }

.fa-square-web-awesome {
  --fa: "\e683"; }

.fa-sass {
  --fa: "\f41e"; }

.fa-wirsindhandwerk {
  --fa: "\e2d0"; }

.fa-wsh {
  --fa: "\e2d0"; }

.fa-buromobelexperte {
  --fa: "\f37f"; }

.fa-salesforce {
  --fa: "\f83b"; }

.fa-octopus-deploy {
  --fa: "\e082"; }

.fa-medapps {
  --fa: "\f3c6"; }

.fa-ns8 {
  --fa: "\f3d5"; }

.fa-pinterest-p {
  --fa: "\f231"; }

.fa-apper {
  --fa: "\f371"; }

.fa-fort-awesome {
  --fa: "\f286"; }

.fa-waze {
  --fa: "\f83f"; }

.fa-bluesky {
  --fa: "\e671"; }

.fa-cc-jcb {
  --fa: "\f24b"; }

.fa-snapchat {
  --fa: "\f2ab"; }

.fa-snapchat-ghost {
  --fa: "\f2ab"; }

.fa-fantasy-flight-games {
  --fa: "\f6dc"; }

.fa-rust {
  --fa: "\e07a"; }

.fa-wix {
  --fa: "\f5cf"; }

.fa-square-behance {
  --fa: "\f1b5"; }

.fa-behance-square {
  --fa: "\f1b5"; }

.fa-supple {
  --fa: "\f3f9"; }

.fa-webflow {
  --fa: "\e65c"; }

.fa-rebel {
  --fa: "\f1d0"; }

.fa-css3 {
  --fa: "\f13c"; }

.fa-staylinked {
  --fa: "\f3f5"; }

.fa-kaggle {
  --fa: "\f5fa"; }

.fa-space-awesome {
  --fa: "\e5ac"; }

.fa-deviantart {
  --fa: "\f1bd"; }

.fa-cpanel {
  --fa: "\f388"; }

.fa-goodreads-g {
  --fa: "\f3a9"; }

.fa-square-git {
  --fa: "\f1d2"; }

.fa-git-square {
  --fa: "\f1d2"; }

.fa-square-tumblr {
  --fa: "\f174"; }

.fa-tumblr-square {
  --fa: "\f174"; }

.fa-trello {
  --fa: "\f181"; }

.fa-creative-commons-nc-jp {
  --fa: "\f4ea"; }

.fa-get-pocket {
  --fa: "\f265"; }

.fa-perbyte {
  --fa: "\e083"; }

.fa-grunt {
  --fa: "\f3ad"; }

.fa-weebly {
  --fa: "\f5cc"; }

.fa-connectdevelop {
  --fa: "\f20e"; }

.fa-leanpub {
  --fa: "\f212"; }

.fa-black-tie {
  --fa: "\f27e"; }

.fa-themeco {
  --fa: "\f5c6"; }

.fa-python {
  --fa: "\f3e2"; }

.fa-android {
  --fa: "\f17b"; }

.fa-bots {
  --fa: "\e340"; }

.fa-free-code-camp {
  --fa: "\f2c5"; }

.fa-hornbill {
  --fa: "\f592"; }

.fa-js {
  --fa: "\f3b8"; }

.fa-ideal {
  --fa: "\e013"; }

.fa-git {
  --fa: "\f1d3"; }

.fa-dev {
  --fa: "\f6cc"; }

.fa-sketch {
  --fa: "\f7c6"; }

.fa-yandex-international {
  --fa: "\f414"; }

.fa-cc-amex {
  --fa: "\f1f3"; }

.fa-uber {
  --fa: "\f402"; }

.fa-github {
  --fa: "\f09b"; }

.fa-php {
  --fa: "\f457"; }

.fa-alipay {
  --fa: "\f642"; }

.fa-youtube {
  --fa: "\f167"; }

.fa-skyatlas {
  --fa: "\f216"; }

.fa-firefox-browser {
  --fa: "\e007"; }

.fa-replyd {
  --fa: "\f3e6"; }

.fa-suse {
  --fa: "\f7d6"; }

.fa-jenkins {
  --fa: "\f3b6"; }

.fa-twitter {
  --fa: "\f099"; }

.fa-rockrms {
  --fa: "\f3e9"; }

.fa-pinterest {
  --fa: "\f0d2"; }

.fa-buffer {
  --fa: "\f837"; }

.fa-npm {
  --fa: "\f3d4"; }

.fa-yammer {
  --fa: "\f840"; }

.fa-btc {
  --fa: "\f15a"; }

.fa-dribbble {
  --fa: "\f17d"; }

.fa-stumbleupon-circle {
  --fa: "\f1a3"; }

.fa-internet-explorer {
  --fa: "\f26b"; }

.fa-stubber {
  --fa: "\e5c7"; }

.fa-telegram {
  --fa: "\f2c6"; }

.fa-telegram-plane {
  --fa: "\f2c6"; }

.fa-old-republic {
  --fa: "\f510"; }

.fa-odysee {
  --fa: "\e5c6"; }

.fa-square-whatsapp {
  --fa: "\f40c"; }

.fa-whatsapp-square {
  --fa: "\f40c"; }

.fa-node-js {
  --fa: "\f3d3"; }

.fa-edge-legacy {
  --fa: "\e078"; }

.fa-slack {
  --fa: "\f198"; }

.fa-slack-hash {
  --fa: "\f198"; }

.fa-medrt {
  --fa: "\f3c8"; }

.fa-usb {
  --fa: "\f287"; }

.fa-tumblr {
  --fa: "\f173"; }

.fa-vaadin {
  --fa: "\f408"; }

.fa-quora {
  --fa: "\f2c4"; }

.fa-square-x-twitter {
  --fa: "\e61a"; }

.fa-reacteurope {
  --fa: "\f75d"; }

.fa-medium {
  --fa: "\f23a"; }

.fa-medium-m {
  --fa: "\f23a"; }

.fa-amilia {
  --fa: "\f36d"; }

.fa-mixcloud {
  --fa: "\f289"; }

.fa-flipboard {
  --fa: "\f44d"; }

.fa-viacoin {
  --fa: "\f237"; }

.fa-critical-role {
  --fa: "\f6c9"; }

.fa-sitrox {
  --fa: "\e44a"; }

.fa-discourse {
  --fa: "\f393"; }

.fa-joomla {
  --fa: "\f1aa"; }

.fa-mastodon {
  --fa: "\f4f6"; }

.fa-airbnb {
  --fa: "\f834"; }

.fa-wolf-pack-battalion {
  --fa: "\f514"; }

.fa-buy-n-large {
  --fa: "\f8a6"; }

.fa-gulp {
  --fa: "\f3ae"; }

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1"; }

.fa-strava {
  --fa: "\f428"; }

.fa-ember {
  --fa: "\f423"; }

.fa-canadian-maple-leaf {
  --fa: "\f785"; }

.fa-teamspeak {
  --fa: "\f4f9"; }

.fa-pushed {
  --fa: "\f3e1"; }

.fa-wordpress-simple {
  --fa: "\f411"; }

.fa-nutritionix {
  --fa: "\f3d6"; }

.fa-wodu {
  --fa: "\e088"; }

.fa-google-pay {
  --fa: "\e079"; }

.fa-intercom {
  --fa: "\f7af"; }

.fa-zhihu {
  --fa: "\f63f"; }

.fa-korvue {
  --fa: "\f42f"; }

.fa-pix {
  --fa: "\e43a"; }

.fa-steam-symbol {
  --fa: "\f3f6"; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-regular-400.woff2") format("woff2"), url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-solid-900.woff2") format("woff2"), url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-brands-400.woff2") format("woff2"), url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-solid-900.woff2") format("woff2"), url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-regular-400.woff2") format("woff2"), url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-regular-400.ttf") format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-solid-900.woff2") format("woff2"), url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-brands-400.woff2") format("woff2"), url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-regular-400.woff2") format("woff2"), url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-v4compatibility.woff2") format("woff2"), url("../../frontend/Heritage/yourstore_child/en_US/webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }
@charset "UTF-8";/*!
 * Bootstrap  v5.3.6 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13, 110, 253, 0.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255, 255, 255, 0.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;line-height:inherit;font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-weight:300;line-height:1.2;font-size:calc(1.625rem + 4.5vw)}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-weight:300;line-height:1.2;font-size:calc(1.575rem + 3.9vw)}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-weight:300;line-height:1.2;font-size:calc(1.525rem + 3.3vw)}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-weight:300;line-height:1.2;font-size:calc(1.475rem + 2.7vw)}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-weight:300;line-height:1.2;font-size:calc(1.425rem + 2.1vw)}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-weight:300;line-height:1.2;font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a6b5cc;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b5b6b7;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg:var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;-moz-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;max-width:100%;height:100%;padding:1rem .75rem;overflow:hidden;color:rgba(var(--bs-body-color-rgb),.65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem;padding-left:.75rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>textarea:focus~label::after,.form-floating>textarea:not(:placeholder-shown)~label::after{position:absolute;inset:1rem 0.375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>textarea:disabled~label::after{background-color:var(--bs-secondary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(-1 * var(--bs-border-width));border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(-1 * var(--bs-border-width))}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(-1 * var(--bs-border-width))}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:nth-child(n+3),.btn-group-vertical>:not(.btn-check)+.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:0 0;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-grow:1;flex-basis:0;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:rgba(255, 255, 255, 0.55);--bs-navbar-hover-color:rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child)>.card-header,.card-group>.card:not(:last-child)>.card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-footer,.card-group>.card:not(:last-child)>.card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child)>.card-header,.card-group>.card:not(:first-child)>.card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-footer,.card-group>.card:not(:first-child)>.card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(-1 * var(--bs-border-width))}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:var(--bs-progress-height)}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:not(.active):focus,.list-group-item-action:not(.active):hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:not(.active):active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }[data-bs-theme=dark]{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color:var(--bs-body-color);--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transform:translate(0,-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin-top:calc(-.5 * var(--bs-modal-header-padding-y));margin-right:calc(-.5 * var(--bs-modal-header-padding-x));margin-bottom:calc(-.5 * var(--bs-modal-header-padding-y));margin-left:auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-top>.popover-arrow::before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-end>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-start>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;filter:var(--bs-carousel-control-icon-filter);border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:var(--bs-carousel-indicator-active-bg);background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:var(--bs-carousel-caption-color);text-align:center}.carousel-dark{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg:#fff;--bs-carousel-caption-color:#fff;--bs-carousel-control-icon-filter: }[data-bs-theme=dark]{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}.spinner-border,.spinner-grow{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y));margin-left:auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-underline-offset:0.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-none{-o-object-fit:none!important;object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10{--bs-link-opacity:0.1}.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25{--bs-link-opacity:0.25}.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50{--bs-link-opacity:0.5}.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75{--bs-link-opacity:0.75}.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100{--bs-link-opacity:1}.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1{text-underline-offset:0.125em!important}.link-offset-1-hover:hover{text-underline-offset:0.125em!important}.link-offset-2{text-underline-offset:0.25em!important}.link-offset-2-hover:hover{text-underline-offset:0.25em!important}.link-offset-3{text-underline-offset:0.375em!important}.link-offset-3-hover:hover{text-underline-offset:0.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0{--bs-link-underline-opacity:0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10{--bs-link-underline-opacity:0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25{--bs-link-underline-opacity:0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50{--bs-link-underline-opacity:0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75{--bs-link-underline-opacity:0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100{--bs-link-underline-opacity:1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-sm-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-sm-none{-o-object-fit:none!important;object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-sm-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-sm-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-sm-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-sm-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-md-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-md-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-md-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-md-none{-o-object-fit:none!important;object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-md-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-md-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-md-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-md-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-lg-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-lg-none{-o-object-fit:none!important;object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-lg-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-lg-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-lg-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-lg-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-lg-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xl-none{-o-object-fit:none!important;object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xl-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-xl-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-xl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xxl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xxl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xxl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xxl-none{-o-object-fit:none!important;object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xxl-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-xxl-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-xxl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xxl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xxl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}/* perfect-scrollbar v0.7.1 */
.ps{-ms-touch-action:auto;touch-action:auto;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps{overflow:auto !important}}.ps.ps--active-x>.ps__scrollbar-x-rail,.ps.ps--active-y>.ps__scrollbar-y-rail{display:block;background-color:transparent}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}.ps>.ps__scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x,.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x{height:11px}.ps>.ps__scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y{width:11px}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}.ps:hover>.ps__scrollbar-x-rail,.ps:hover>.ps__scrollbar-y-rail{opacity:.6}.ps:hover>.ps__scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x{background-color:#999}.ps:hover>.ps__scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y{background-color:#999}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../frontend/Heritage/yourstore_child/en_US/Etheme_Ysmegamenu/css/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../frontend/Heritage/yourstore_child/en_US/Etheme_Ysmegamenu/css/fonts/slick.eot');
    src: url('../../frontend/Heritage/yourstore_child/en_US/Etheme_Ysmegamenu/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/Heritage/yourstore_child/en_US/Etheme_Ysmegamenu/css/fonts/slick.woff') format('woff'), url('../../frontend/Heritage/yourstore_child/en_US/Etheme_Ysmegamenu/css/fonts/slick.ttf') format('truetype'), url('../../frontend/Heritage/yourstore_child/en_US/Etheme_Ysmegamenu/css/fonts/slick.svg#slick') format('svg');
}

/**
 * Copyright © 2016 MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */

form.minisearch.loading .control input[type="text"] {
    box-shadow: none;
    -webkit-animation-name: search-loading; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: search-loading;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

/* Standard syntax */
@keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

.searchsuite-autocomplete {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    left: 0;
    right: 62px;
    margin-top: 0;
    position: absolute;
    z-index: 9999999;
}
.searchsuite-autocomplete .suggest,
.searchsuite-autocomplete .product {
    margin: 0;
}

.searchsuite-autocomplete.active,
.searchsuite-autocomplete .suggest.active,
.searchsuite-autocomplete .product.active {
    display: block;
}

.searchsuite-autocomplete .suggest {
    color: #3C3C3C;
}

.searchsuite-autocomplete .title {
    padding: 10px;
    margin: 0 0 12px;
    background: #f7f7f7;
    color: #777;
    text-align: left;
}

.searchsuite-autocomplete .title .see-all {
    display: inline-block;
    float: right;
    color: #1fc0a0;
    cursor: pointer;
}
.searchsuite-autocomplete .title .see-all:hover {
    color: #333;
}

.searchsuite-autocomplete .no-result {
    padding: 10px;
    background: #f7f7f7;
    color: #777;
    text-align: center;
}

.searchsuite-autocomplete ul {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    overflow: auto;
    max-height: 424px;
}

.searchsuite-autocomplete ul li {
    color: #333;
    cursor: unset;
    padding: 0;
}

.searchsuite-autocomplete .suggest ul li {
    color: #3C3C3C;
}

.searchsuite-autocomplete .product ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 20px 16px;
}
.searchsuite-autocomplete .product ul li:last-child {
    border-bottom: none;
}

.searchsuite-autocomplete ul li:hover,
.searchsuite-autocomplete ul li.selected {
    background-color: #fff;
}

.searchsuite-autocomplete ul li:after {
    clear: both;
    content: '';
    display: block;
}

.searchsuite-autocomplete ul li.action {
    padding: 0;
}

.searchsuite-autocomplete ul li.action .action.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 400;
    height: 30px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 40px;
}

.searchsuite-autocomplete ul li.action .action.close:before {
    color: #8f8f8f;
    content: '\e616';
    display: inline-block;
    font-family: 'luma-icons';
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.searchsuite-autocomplete ul li.gray-row {
    text-align: center;
}

.searchsuite-autocomplete ul li.gray-row,
.searchsuite-autocomplete ul li.gray-row:hover,
.searchsuite-autocomplete ul li.gray-row.selected {
    background-color: #e8e8e8;
}

.searchsuite-autocomplete ul li.gray-row a {
    color: #7B7B7B;
    text-decoration: blink;
}

.searchsuite-autocomplete ul li a {
    cursor: pointer;
}

.searchsuite-autocomplete ul li .qs-option-image {
    float: left;
    max-width: 120px;
    width: 120px;
}

.searchsuite-autocomplete ul li .qs-option-info {
    color: #333;
    overflow: hidden;
    padding-left: 25px;
    text-align: left;
}

.searchsuite-autocomplete ul li .qs-option-info.noimage {
    padding-left: 0;
    width: 100%;
}
.searchsuite-autocomplete ul li:last-child .qs-option-info {
    margin-bottom: 0;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-title {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews {
    display: inline-block;
    text-transform: lowercase;
    width: 100%;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .product-reviews-summary {
    margin: 0 0 0 0;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .rating-summary {
    margin: 0;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .reviews-actions {
    float: left;
    margin: 1px 0 0 10px;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .product-reviews-summary.empty {
    float: none;
    margin: 0;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-sku {
    display: block;
    width: 100%;
    font-size: 12px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-shortdescription,
.searchsuite-autocomplete ul li .qs-option-info .qs-option-description {
    color: #3C3C3C;
    font-size: 13px;
}


.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
    display: inline-block;
    font-weight: bold;
    margin: 5px 0 10px;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-price .price-box {
    margin: 0;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-price .price-box .price {
    font-size: 22px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-addtocart button {
    position: static;
    right: inherit;
    top: inherit;
}

@media only screen and (max-width: 767px) {
    .searchsuite-autocomplete {
        border-top: 0;
        left: 15px;
        margin-top: 0;
        right: 15px;
        width: auto;
    }
    .searchsuite-autocomplete ul {
        max-height: 212px;
    }
}
@media only screen and (max-width: 640px) {
    .searchsuite-autocomplete ul li .qs-option-image {
        max-width: 50px;
        width: 50px;
    }
    .searchsuite-autocomplete ul li .qs-option-info {
        padding-left: 13px;
    }
    .searchsuite-autocomplete ul li .qs-option-info .qs-option-title {
        font-size: 14px;
    }
}
/**
 * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.post-list {
	padding: 0;
    margin: 0;
	list-style: none;
}


.post-list .hidden {display:none;}

.post-view .post-holder .post-header .addthis_toolbox {float: right;}
.post-view .post-bottom {margin-top:30px;}

.post-view .block {margin-bottom: 30px;}

/* Sidebar items ------------------------- */

.widget.block-recent-posts .block-content,
.widget.block-archive .block-content,
.widget.block-categories .block-content {
    padding-top: 8px;
}

.widget.block-recent-posts .block-content .item,
.widget.block-archive .block-content .item {
    margin: 0 0 7px;
}
.widget.block-categories ul {
	list-style: none;
    padding: 0;
    margin: 0;
}
.widget.block-categories ul ul {
	padding: 5px 0 5px 20px;
}
.widget.block-categories li {
	margin: 0 0 7px;
}
.widget.block-rss .rss-icon {
    float: left;
    width: 23px;
    padding-right: 10px;
}
.widget.blog-search .block-content {
    padding-top: 16px;
    padding-bottom: 40px;
}
.widget.blog-search label {
    display: none;
}

.blog-widget-recent .post-list {
    padding: 0px;
    margin: 0px;
}
.blog-widget-recent .post-holder {
    width: 29%;
    float: left;
    margin: 5px;
}

.blog-widget-recent .post-description .post-text-hld {
    max-height: 150px;
    min-height: 150px;
    overflow-y: auto;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
  #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}/**
 * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */
/* Apple Pay */
.stripe-payments-apple-pay-section {
    text-align: center;
    margin-bottom: 25px;
}
.stripe-payments-apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}

/* Authorized Apple Pay Result */
.stripe-payments-apple-pay-result label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 18px;
}
.stripe-payments-apple-pay-result {
    text-align: center;
    padding: 10px 0 15px;
    font-size: 1.1em;
}
.stripe-payments-apple-pay-result > div {
    margin-bottom: 18px;
}

.indent {
    margin-right: 20px;
}

/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../frontend/Heritage/yourstore_child/en_US/StripeIntegration_Payments/svg/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.catalog-product-view .payment-request-button {
    margin-bottom: 15px;
    margin-right: 1%;
    width: 49%;
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }


.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 200px;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 64.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    opacity: 0;
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }



.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
.mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
  z-index: 99999;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}/**

 * Copyright © 2016 Magento. All rights reserved.

 * See COPYING.txt for license details.

 */



.swatch-attribute-label {

    font-weight: 500;

    text-transform: uppercase;

    color: #333 !important;

    position: relative;

}

.swatch-attribute-label:after {

    content: ":";

}



.swatch-attribute-label.required {

    padding-right: 10px;

}



.swatch-attribute-label[data-required="1"]:after {

    content: '*';

    color: red;

    position: absolute;

    right: -11px;

    top: -2px;

    font-weight: bold;

    font-size: 1em;

}



.swatch-attribute-selected-option {

    color: #888;

    padding-left: 6px;

}



.swatch-attribute-options {

    margin-top: 10px;

}



.swatch-option {

    /*width: 30px;*/

    padding: 0;

    min-width: 28px;

    max-width: 90px;

    height: 28px;

    float: left;

    margin: 0 10px 10px 0;

    text-align: center;

    cursor: pointer;

    position: relative;

    border: 0;

    overflow: hidden;

    text-overflow: ellipsis;

}

.swatch-option.color {

    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);

}

.swatch-option:before {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    border: solid 0px #1fc0a0;

    content: '';

}



.swatch-option.text {

    background: #f5f5f5;

    color: #333;

    font-size: 13px;

    font-weight: 500;

    text-transform: uppercase;

    line-height: 20px;

    padding: 9px 4px;

    min-width: 40px;

    height: 40px;

    -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;

    -moz-transition: color 0.3s ease 0s, background 0.3s ease 0s;

    -o-transition: color 0.3s ease 0s, background 0.3s ease 0s;

    transition: color 0.3s ease 0s, background 0.3s ease 0s;

}



.swatch-option.selected {

    color: #333;

}

.swatch-option.color.selected:before {

    border: solid 3px #1fc0a0;

}



.swatch-option.text.selected {

    background-color: #FFF !important;

}



.clearfix:after {

    content: " "; /* Older browser do not support empty content */

    visibility: hidden;

    display: block;

    height: 0;

    clear: both;

}



.swatch-attribute.size .swatch-option, .swatch-attribute.manufacturer .swatch-option {

    background: #f5f5f5;

    color: #333;

}



.swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected {

    color: #fff;

    background: #333 !important;

    border: 0;

}



.swatch-option:not(.disabled):hover {

    color: #fff;

    background: #333;

    border: 0;

}



.swatch-option.image:not(.disabled):hover:before,

.swatch-option.color:not(.disabled):hover:before {

    border: solid 3px #1fc0a0;

}



.swatch-option.disabled {

    cursor: default;

}



.swatch-option.disabled:after {

    position: absolute;

    display: block;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    line-height: 40px;

    text-align: center;

    font-family: 'Material Icons';

    font-size: 22px;

    font-weight: bold;

    content: "\e14c";

    color: #f00;

    background: rgba(255,255,255,0.5);

}



.swatch-option-tooltip {

    max-width: 140px;

    /*max-height: 160px;*/

    max-height: 100%;

    min-height: 20px;

    min-width: 20px;

    position: absolute;

    padding: 5px;

    background: #fff;

    color: rgb(148, 148, 148);

    border: 1px solid #e5e5e5;

    display: none;

    z-index: 999;

    text-align: center;

}



.swatch-option-tooltip .corner,

.swatch-option-tooltip-layered .corner {

    left: 40%;

    position: absolute;

    bottom: 0;

    height: 12px;

}



.swatch-option-tooltip .corner:after,

.swatch-option-tooltip-layered .corner:after {

    content: '';

    position: relative;

    top: 1px;

    left: -15px;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 7px 7.5px 0 7.5px;

    border-color: #fff transparent transparent transparent;

    font-size: 1px;

}



.swatch-option-tooltip .corner:before,

.swatch-option-tooltip-layered .corner:before {

    content: '';

    position: relative;

    top: 2px;

    left: 0;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 8px 8.5px 0 8.5px;

    border-color: #d7d7d7 transparent transparent transparent;

    font-size: 1px;

}



.swatch-option-tooltip .image,

.swatch-option-tooltip-layered .image {

    display: block;

    height: 130px;

    width: 130px;

    /*margin: 0 0 5px;*/

    margin: 0 auto;

}



.swatch-option-tooltip .title {

    max-width: 140px;

    min-height: 20px;

    max-height: 200px;

    color: #333;

    text-align: center;

    display: block;

    overflow: hidden;

    margin-top: 0;

    font-size: 14px;

    font-weight: 500;

}



.swatch-opt {

    margin: 20px 0;

}



.swatch-more {

    display: inline-block;

    margin: 2px 0;

    text-decoration: none !important;

    position: static;

    z-index: 1;

}



/* Layered Features */

.swatch-option-link-layered {

    position: relative;

    margin: 0 !important;

    padding: 0 !important;

}



.swatch-option-tooltip-layered {

    width: 140px;

    position: absolute;

    background: #fff;

    color: rgb(148, 148, 148);

    border: 1px solid #adadad;

    display: none;

    z-index: 999;

    left: -47px;

}



.swatch-visual-tooltip-layered {

    height: 160px;

    top: -170px;

}



.swatch-textual-tooltip-layered {

    height: 30px;

    top: -40px;

}



.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {

    display: block;

}



.swatch-attribute-options .swatch-option-tooltip-layered .title {

    width: 100%;

    height: 20px;

    position: absolute;

    bottom: -5px;

    left: 0;

    color: rgb(40, 40, 40);

    text-align: center;

    margin-bottom: 10px;

}



.swatch-option-disabled:after {

    content: '';

    position: absolute;

    width: 42px;

    height: 2px;

    background: red;

    transform: rotate(-30deg);

    -o-transform: rotate(-30deg);

    -moz-transform: rotate(-30deg);

    -ms-transform: rotate(-30deg);

    -webkit-transform: rotate(-30deg);

    z-index: 995;

    left: -4px;

    top: 10px;

}



.swatch-option-disabled {

    outline: none !important;

    cursor: default;

    border: 0;

}



/* Bugfix for Add To Cart button */

div[class^="swatch-opt-"] {

    margin-bottom: 10px;

}



.swatch-option-loading {

    content: url("../../frontend/Heritage/yourstore_child/en_US/Magento_Swatches/images/loader-2.gif");

}

/*-----------------------------------------------------------------------------

-	Revolution Slider 6.0 Default Style Settings -

Screen Stylesheet

version:   	6.2.8
date:      	24/06/19
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; }

/* NEW Z-INDEX FIX*/
.wp-block-themepunch-revslider { position: relative }

#debungcontrolls {
	z-index:100000;
	position:fixed;
	bottom:0px; width:100%;
	height:auto;
	background:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing: border-box;
}


rs-debug {
	z-index:100000;
	position:fixed;
	top:0px; width:300px;
	height:300px;
	background:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 10px;
	line-height: 13px;
	overflow: scroll;
}

/* MODAL BASICS */
rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }

rs-sbg-px { pointer-events: none }

.rs-forcehidden * { visibility: hidden !important; }

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/

.rs_splitted_lines { display: block; white-space: nowrap !important}

.debugtimeline {
	width:100%;
	height:10px;
	position:relative;
	display:block;
	margin-bottom:3px;
	display:none;
	white-space: nowrap;
	box-sizing: border-box;
}

.debugtimeline:hover {
	height:15px;

}

.the_timeline_tester {
	background:#e74c3c;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:0;
}

.rs-go-fullscreen {
	position:fixed !important;
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	z-index:9999999 !important;
	background:#ffffff;
}


.debugtimeline.tl_slide .the_timeline_tester {
	background:#f39c12;
}

.debugtimeline.tl_frame .the_timeline_tester {
	background:#3498db;
}

.debugtimline_txt {
	color:#fff;
	font-weight: 400;
	font-size:7px;
	position:absolute;
	left:10px;
	top:0px;
	white-space: nowrap;
	line-height: 10px;
}


.rtl {	direction: rtl;}
@font-face {
  font-family: 'revicons';
  src: url('../../frontend/Heritage/yourstore_child/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888');
  src: url('../../frontend/Heritage/yourstore_child/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('../../frontend/Heritage/yourstore_child/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),
       url('../../frontend/Heritage/yourstore_child/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),
       url('../../frontend/Heritage/yourstore_child/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;

    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0;
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus

{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */




/******************************
	-	BASIC STYLES		-
******************************/

.tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}

rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}

.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }

rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }

rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }

/*rs-carousel-wrap,*/
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }

rs-sbg-effectwrap {
	position:absolute;top:0px;left:0px;width:100%;height:100%
}

rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}

a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }

a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }

.entry-content rs-module a, rs-module a { box-shadow: none; }

.rs-ov-hidden 		{ 	overflow:hidden !important;}


.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}

.tp-simpleresponsive img,
rs-module img{
	max-width:none !important;
	transition: none;
	margin:0px;
	padding:0px;
	border:none;
}

rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}


rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }

.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}

.rs-tc-active.rs-layer .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer .rs-untoggled-content { display:none;}

.rs-layer-video { overflow: hidden }

rs-module rs-layer,
rs-module .rs-layer {
	opacity: 0;
	position:relative;
	visibility: hidden;
	white-space: nowrap;
	display: block;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index:1;
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
	margin-bottom:0;

}

.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}


rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; }


/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
	cursor:url(../../frontend/Heritage/yourstore_child/en_US/Nwdthemes_Revslider/public/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
	cursor:url(../../frontend/Heritage/yourstore_child/en_US/Nwdthemes_Revslider/public/assets/css/closedhand.cur), move;
}

rs-carousel-wrap.noswipe {
	cursor: default;
}

rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
	box-sizing:border-box;
	max-height:none !important;
}


.rs-layer.rs-selectable {
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-o-user-select: all;
}



rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
	max-width: none !important;
	border: none;
}

rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }


rs-column-wrap>rs-loop-wrap { z-index: 1 }

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
 { transform-style:flat;}


.safarifix rs-layer-wrap {
	perspective: 1000000;
}


@-moz-document url-prefix() {
 	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap { perspective: none; }
}


 /*@-moz-document url-prefix() {
 	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap { filter: blur(0px); }
 }*/   /* REMOVED LINES TO FIX BOX-SHADOW ISSUE IN FIREFOX */



rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}
/*IE11 AND IE EDGE NEED SOME SPECIAL OVERFLOW
Removed now since iE 11 and ieEdge fullwidth Slider had spacings again on other themes.
May need to keep in eye the Carousel and Modal sliders in Fullscreen / Fullwidth mode !
@media screen and (-ms-high-contrast: none) {
	rs-fullwidth-wrap { overflow: hidden; }
}
@supports (-ms-ime-align:auto) {
  rs-fullwidth-wrap { overflow: hidden; }
}
*/

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}

rs-column-wrap .rs-parallax-wrap  { vertical-align: top }

.rs-layer img,
rs-layer img { vertical-align: top }

rs-row,
rs-row.rs-layer 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto;
	font-size:0px;
}

rs-column-wrap {
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;
	font-size:0px;
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	white-space: normal !important;
}

rs-cbg-mask-wrap {
	position: absolute;
    z-index: 0;
    box-sizing: border-box;
}

rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.rs-pelock * { pointer-events: none !important;}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}


rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }


.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
	visibility:hidden !important;
	display:none !important
}

/*rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap,
rs-column rs-layer { vertical-align: inherit }*/



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

rs-layer.rs-nointeraction,
.rs-layer.rs-nointeraction {
	pointer-events: none !important
}

rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none;}

/* new static layers position option */
rs-static-layers.rs-stl-back {
	z-index:0;
}


.rs-layer rs-fcr    {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-top: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-fcrt   {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-bcr    {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}
.rs-layer rs-bcrt   {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-top: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}


.tp-layer-inner-rotation {
	position: relative !important;
}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

rs-bgvideo 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}

.rs-layer.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.rs-layer.rs-fsv		{	left:0px; top:0px; position:absolute;width:100%;height:100%}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; display: none}

.fullcoveredvideo audio,
.rs-fsv audio
.fullcoveredvideo video,
.rs-fsv video				{	background: #000}

.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid rs-poster	{	display: none}

.tp-video-play-button					{
	background:#000;
	background:rgba(0,0,0,0.3);
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;

	display: inline-block;
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	transition:opacity 300ms ease-out !important;
}


.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}

.videoisplaying  .tp-video-play-button			{	display:none}


.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }


@supports not (-ms-high-contrast:none) {
   /* Non-IE styles here */
	.rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
	.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}

.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}


.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}



rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; }


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(../../frontend/Heritage/yourstore_child/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(../../frontend/Heritage/yourstore_child/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(../../frontend/Heritage/yourstore_child/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(../../frontend/Heritage/yourstore_child/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);

  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
    position:absolute;
    z-index:-2;
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;
    border-radius:100px / 20px;
}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }

.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}

.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);

}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);

  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);

}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}

.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 70%;}
	50% {opacity: 0;top: 70%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
	border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
	background: #333;
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;
	color: #FFF;
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	border-radius: 50px;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{
	border-radius: 3px;
}

.rev-cbutton-light	{
	color: #333;
	background-color: rgba(255,255,255, 0.75);
}

.rev-cbutton-light-sr	{
	color: #333;
	border-radius: 3px;
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {
	line-height: 37px;
	width:37px;
	height:37px;
}

.rev-sbutton-blue	{
	background-color: #3B5998
}
.rev-sbutton-lightblue	{
	background-color: #00A0D1;
}
.rev-sbutton-red	{
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute; vertical-align:top;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px }

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom:1;
}


.rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(../../frontend/Heritage/yourstore_child/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(../../frontend/Heritage/yourstore_child/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat; width:100%;height:100%;display:block}
/*.tp-shape {	width:100%;height:100%;}*/



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.rs-layer .rs-starring				{	display: inline-block}


.rs-layer .rs-starring .star-rating {
	float: none;
	display: inline-block;
    vertical-align: top;
    color: #FFC321 !important;
}


.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
	position: relative;
	height: 1em;
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}




/******************************
	-	LOADER FORMS	-
********************************/

rs-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

rs-loader.off {
	display: none !important;
}

rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(../../frontend/Heritage/yourstore_child/en_US/Nwdthemes_Revslider/public/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}


rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}



rs-loader.spinner5 	{
	background-image:url(../../frontend/Heritage/yourstore_child/en_US/Nwdthemes_Revslider/public/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
}


@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
  0% {transform: scale(0.0);}
  100% {transform: scale(1.0);opacity: 0;}
}


rs-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}

rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

rs-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);}
  40% {transform: scale(1.0);}
}




rs-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  animation-delay: -1.0s;
}


@keyframes tp-rotate { 100% { transform: rotate(360deg);}}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);}
  50% { transform: scale(1.0);}
}



rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }

rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}

a.rs-layer { transition: none }


/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block;}

/*rs-layer {	font-size:20px; line-height: 25px; padding:0px; margin:0px; border-radius:0px; max-width: none;min-width:none; max-height: none; min-height: none}*/

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

rs-poster 						 { cursor:pointer; z-index:3; }

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}




.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }

/*.tp-thumb-mask {max-width: 100% !important}*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit;
}


/***************************
	- KEN BURNS FIXES -
***************************/

rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important}



/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

.dddwrapper { transform-style: flat;perspective: 10000px; }

/*******************
	- DEBUG MODE -
*******************/

.rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}



.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/
.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%}

/**
new spinners
**/
rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}



/* NEW CANVAS ANIMATIONS ON SLIDE BG'S */
.bgcanvas { display: none; position: absolute; overflow: hidden; }

/* Fix for Ken Burn background disappear */
.active-rs-slide rs-sbg-wrap.kenburn_fix {
    opacity: 1 !important;
    visibility: visible !important;
}