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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
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: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
h3 {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.9rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
h5 {
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
h6 {
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #aaaaaa;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #5bd2ec;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #eeeeee;
  border: none;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 8px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #333333;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Hind', '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: 'Hind', '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: 'Hind', '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 {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.product-items > li,
.prices-tier > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  background-image: none;
  background: #eeeeee;
  border: none;
  color: #333333;
  cursor: pointer;
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 8px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover {
  background: #333333;
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus {
  text-decoration: none;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.abs-reset-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list:not(.products-list-ext) .product-image-wrapper,
.products-list-ext .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list:not(.products-list-ext) .product-image-wrapper .product-image-photo,
.products-list-ext .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-block-title,
.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,
.block-compare .block-title,
.widget .block-title,
.block-wishlist .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-block-title > strong,
.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,
.block-compare .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.abs-account-blocks .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.abs-account-blocks .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.9rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.abs-account-blocks .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-account-blocks .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.abs-dropdown-simple,
.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;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\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,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #303030;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.filter-options-content .filter-count-label,
.block.newsletter .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.shipping-policy-block.field-tooltip .field-tooltip-action span,
.product-social-links .addto-links-text .action .label,
.product-items .item .addto-links-text .action .label,
.table-comparison .addto-links-text .action .label,
.product-social-links .action.feature .label {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.inner-container:before,
.inner-container:after,
.clearfix:before,
.clearfix:after,
.clearer:before,
.clearer:after,
.section-line:before,
.section-line:after,
.section-title:before,
.section-title:after,
.block-related-thumbnails .product:before,
.block-related-thumbnails .product:after,
.items-grid:before,
.items-grid:after,
.product-view .box-description:before,
.product-view .box-description:after,
.products-list-ext .product-item-actions:before,
.products-list-ext .product-item-actions:after,
.sidebar .items-grid-thumbnails.items-grid-thumbnails .product-item-info:before,
.sidebar .items-grid-thumbnails.items-grid-thumbnails .product-item-info:after,
.items-grid-thumbnails .product-item-info:before,
.items-grid-thumbnails .product-item-info:after,
.user-menu:before,
.user-menu:after,
.top-links ul:before,
.top-links ul:after,
.footer-container .footer-primary-top > .inner:before,
.footer-container .footer-primary-top > .inner:after,
.footer-container .footer-primary-bottom > .inner:before,
.footer-container .footer-primary-bottom > .inner:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.inner-container:after,
.clearfix:after,
.clearer:after,
.section-line:after,
.section-title:after,
.block-related-thumbnails .product:after,
.items-grid:after,
.product-view .box-description:after,
.products-list-ext .product-item-actions:after,
.sidebar .items-grid-thumbnails.items-grid-thumbnails .product-item-info:after,
.items-grid-thumbnails .product-item-info:after,
.user-menu:after,
.top-links ul:after,
.footer-container .footer-primary-top > .inner:after,
.footer-container .footer-primary-bottom > .inner:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.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-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-action-addto-product,
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.abs-actions-addto-gridlist,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.product-items .item .action.tocompare,
.product-items .product-item .action.tocompare,
.action.mailto.friend,
.product-social-links .action.towishlist,
.product-items .item .action.towishlist,
.product-items .product-item .action.towishlist,
.table-comparison .action.towishlist {
  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,
.product-item-actions .actions-secondary > .action > span,
.product-social-links .action.tocompare > span,
.product-items .item .action.tocompare > span,
.product-items .product-item .action.tocompare > span,
.action.mailto.friend > span,
.product-social-links .action.towishlist > span,
.product-items .item .action.towishlist > span,
.product-items .product-item .action.towishlist > span,
.table-comparison .action.towishlist > 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,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.product-items .item .action.tocompare:before,
.product-items .product-item .action.tocompare:before,
.action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.product-items .item .action.towishlist:before,
.product-items .product-item .action.towishlist:before,
.table-comparison .action.towishlist: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,
.product-item-actions .actions-secondary > .action:hover:before,
.product-social-links .action.tocompare:hover:before,
.product-items .item .action.tocompare:hover:before,
.product-items .product-item .action.tocompare:hover:before,
.action.mailto.friend:hover:before,
.product-social-links .action.towishlist:hover:before,
.product-items .item .action.towishlist:hover:before,
.product-items .product-item .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333333;
}
.abs-button-l,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.bundle-options-container .box-tocart .action.tocart,
.product-info-main .box-tocart .action.instant-purchase,
.product-options-bottom .box-tocart .action.instant-purchase,
.bundle-options-container .box-tocart .action.instant-purchase,
.bundle-actions .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-container .checkout-methods-items .amshopby-button,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
.bundle-actions .am-filter-go,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-container .checkout-methods-items .am-filter-go,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 4rem;
  padding: 0 30px;
  font-size: 1.4rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.block.related .action.select,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #aaaaaa;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.block.related .action.select:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #5bd2ec;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #aaaaaa;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #eeeeee;
  border: none;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #333333;
  color: #ffffff;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 8px 15px;
}
.abs-box-tocart,
.bundle-actions {
  margin: 10px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.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;
}
.abs-tax-total:after,
.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';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-title,
.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;
}
.abs-account-title > strong,
.abs-account-title > span,
.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;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-icon-add,
.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;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.sidebar .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 0;
  font-weight: 700;
  background-image: none;
  background: #eeeeee;
  border: none;
  color: #333333;
  cursor: pointer;
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #333333;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.abs-field-date .control,
.field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.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;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.abs-checkout-tooltip-content-position-top:after,
.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;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Hind';
  src: url('../../frontend/Mageplus/shins/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Mageplus/shins/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hind';
  src: url('../../frontend/Mageplus/shins/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Mageplus/shins/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hind';
  src: url('../../frontend/Mageplus/shins/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Mageplus/shins/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hind';
  src: url('../../frontend/Mageplus/shins/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Mageplus/shins/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
h1.border-bottom,
h2.border-bottom,
h3.border-bottom,
h4.border-bottom,
h5.border-bottom,
h6.border-bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #aaaaaa;
}
.message.info a:hover {
  color: #5bd2ec;
}
.message.info a:active {
  color: #5bd2ec;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #aaaaaa;
}
.message.error a:hover {
  color: #5bd2ec;
}
.message.error a:active {
  color: #5bd2ec;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #aaaaaa;
}
.message.warning a:hover {
  color: #5bd2ec;
}
.message.warning a:active {
  color: #5bd2ec;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #aaaaaa;
}
.message.notice a:hover {
  color: #5bd2ec;
}
.message.notice a:active {
  color: #5bd2ec;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #aaaaaa;
}
.message.success a:hover {
  color: #5bd2ec;
}
.message.success a:active {
  color: #5bd2ec;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Mageplus/shins/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/Mageplus/shins/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Mageplus/shins/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 0;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #5bd2ec;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 8px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #333333;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items > .item.title > .switch .counter:before {
  content: '(';
}
.product.data.items > .item.title > .switch .counter:after {
  content: ')';
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.product.data.items.style-luma {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items.style-luma > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items.style-luma > .item.title > .switch {
  display: block;
}
.product.data.items.style-luma > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items.style-luma > .item.content:before,
.product.data.items.style-luma > .item.content:after {
  content: '';
  display: table;
}
.product.data.items.style-luma > .item.content:after {
  clear: both;
}
.product.data.items.style-luma > .item.content.active {
  display: block;
}
.product.data.items.style-luma > .item.title {
  margin: 0;
}
.product.data.items.style-luma > .item.title > .switch {
  background: transparent;
  border-bottom: 1px solid #d1d1d1;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
  height: 40px;
  padding: 5px 35px 5px 10px;
  font-weight: normal;
  line-height: 40px;
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items.style-luma > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items.style-luma > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items.style-luma > .item.title:not(.disabled) > .switch:focus,
.product.data.items.style-luma > .item.title:not(.disabled) > .switch:hover {
  background: transparent;
}
.product.data.items.style-luma > .item.title:not(.disabled) > .switch:active,
.product.data.items.style-luma > .item.title.active > .switch,
.product.data.items.style-luma > .item.title.active > .switch:focus,
.product.data.items.style-luma > .item.title.active > .switch:hover {
  background: transparent;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items.style-luma > .item.content {
  background: #ffffff;
  border: transparent;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items.style-luma .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items.style-luma .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items.style-luma .item.title a:after {
  position: absolute;
  right: 5px;
  top: 5px;
}
.product.data.items.style-luma .item.title.active a:after {
  content: '\e621';
}
.product.data.items.style-luma .item.title > .switch strong {
  font-weight: normal;
}
.product.data.items.style-luma > .item.content:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.product.data.items.style-luma .value p:last-child {
  margin-bottom: 0;
}
.product.data.items.style-luma .table-wrapper {
  margin: 0;
}
.product.data.items.style1 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items.style1 > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items.style1 > .item.title > .switch {
  display: block;
}
.product.data.items.style1 > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items.style1 > .item.content:before,
.product.data.items.style1 > .item.content:after {
  content: '';
  display: table;
}
.product.data.items.style1 > .item.content:after {
  clear: both;
}
.product.data.items.style1 > .item.content.active {
  display: block;
}
.product.data.items.style1 > .item.title {
  margin: 0;
}
.product.data.items.style1 > .item.title > .switch {
  background: transparent;
  border-bottom: 1px solid #d1d1d1;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
  height: 40px;
  padding: 5px 35px 5px 10px;
  font-weight: normal;
  line-height: 40px;
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items.style1 > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items.style1 > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items.style1 > .item.title:not(.disabled) > .switch:focus,
.product.data.items.style1 > .item.title:not(.disabled) > .switch:hover {
  background: transparent;
}
.product.data.items.style1 > .item.title:not(.disabled) > .switch:active,
.product.data.items.style1 > .item.title.active > .switch,
.product.data.items.style1 > .item.title.active > .switch:focus,
.product.data.items.style1 > .item.title.active > .switch:hover {
  background: transparent;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items.style1 > .item.content {
  background: #ffffff;
  border: transparent;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items.style1 .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items.style1 .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items.style1 .item.title a:after {
  position: absolute;
  right: 5px;
  top: 5px;
}
.product.data.items.style1 .item.title.active a:after {
  content: '\e621';
}
.product.data.items.style1 .item.title > .switch strong {
  font-weight: normal;
}
.product.data.items.style1 > .item.content:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.product.data.items.style1 .value p:last-child {
  margin-bottom: 0;
}
.product.data.items.style1 .table-wrapper {
  margin: 0;
}
.product.data.items.style1.style1-small > .item.title > .switch {
  font-size: 1.4rem;
  height: auto;
  line-height: 18px;
  padding-top: 9px;
  padding-right: 35px;
  padding-bottom: 9px;
}
.product.data.items.style1.style1-small > .item.title a:after {
  right: 0;
  top: 9px;
}
.product.data.items.style1.style1-small > .item.title:not(.disabled) > .switch:active,
.product.data.items.style1.style1-small > .item.title.active > .switch,
.product.data.items.style1.style1-small > .item.title.active > .switch:focus,
.product.data.items.style1.style1-small > .item.title.active > .switch:hover {
  padding-bottom: 9px;
}
.product.data.items.stacked-tabs > .item.title > .switch,
.product.data.items.stacked-tabs > .item.title:not(.disabled) > .switch:active,
.product.data.items.stacked-tabs > .item.title.active > .switch,
.product.data.items.stacked-tabs > .item.title.active > .switch:focus,
.product.data.items.stacked-tabs > .item.title.active > .switch:hover {
  border: none;
  height: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.product.data.items.stacked-tabs > .item.title a:after {
  display: none;
}
.product.data.items.stacked-tabs > .item.content {
  border: none;
  margin: 0 0 30px;
  padding: 0;
}
.product.data.items.stacked-tabs > .item.content:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages a.page:hover {
  text-decoration: none;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  display: inline-block;
  font-weight: 400;
  padding: 0;
}
.pages .action {
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 1px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 1px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.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 {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.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/Mageplus/shins/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Mageplus/shins/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Mageplus/shins/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Mageplus/shins/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Mageplus/shins/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 4rem;
  padding: 0 30px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 15px 17px;
  color: #aaaaaa;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #5bd2ec;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #aaaaaa;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #5bd2ec;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 8px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 4rem;
  padding: 0 30px;
  font-size: 1.4rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #333333;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: none;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 8px 15px;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 4rem;
  padding: 0 30px;
  font-size: 1.4rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #333333;
  color: #ffffff;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
._amrev-disabled {
  opacity: .8;
  pointer-events: none;
}
.hidden {
  display: none;
}
._clear-btn,
._clear-btn:focus,
._clear-btn:hover,
._clear-btn:active,
._clear-btn:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  outline: none;
  padding: 0;
}
.amstars-rating-container {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  height: 27px;
  margin: 0 0 10px 0;
  overflow: hidden;
  width: 160px;
}
.amstars-rating-container.-small {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
  height: 18px;
  width: 107px;
}
.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}
.amstars-rating-container .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
  height: 100%;
}
.amreview-popup.modal-popup {
  transition: 0.3s all ease-in;
}
.amreview-popup.modal-popup .modal-header {
  background: #fafafa;
}
.amreview-popup.modal-popup .modal-content {
  padding: 0;
}
.amreview-popup.modal-popup .block-content {
  background: #fafafa;
  padding: 10px 20px 40px;
}
.amreview-popup.modal-popup .modal-inner-wrap {
  max-width: 640px;
}
.amrev-toolbar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #363636;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: flex-end;
  padding: 0;
}
.amrev-toolbar-container.-disabled {
  opacity: .8;
  pointer-events: none;
}
.amrev-toolbar-container.-all .amrev-sorting {
  border-left: none;
}
.amrev-toolbar-container .amrev-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  order: 2;
  padding: 0;
}
.amrev-toolbar-container .amrev-filter {
  border-bottom: 1px solid #dcdcdc;
  flex-basis: 100%;
  margin: 0;
  padding: 15px 0 10px 20px;
}
.amrev-toolbar-container .amrev-sorting {
  background: #fafafa;
  border: none;
  flex-basis: 100%;
  order: 1;
  padding: 10px 18px;
}
.amrev-toolbar-container .amrev-sortbtn:before {
  font-size: 14px;
}
.amrev-toolbar-container .amrev-sortbtn:hover:before,
.amrev-toolbar-container .amrev-sortbtn:focus:before {
  color: #007bdb;
}
.amrev-toolbar-container .amrev-select {
  height: 25px;
  margin: 5px 5px 5px 8px;
  max-width: 160px;
  padding: 0 0 0 10px;
  width: 100%;
}
.amrev-toolbar-container .amrev-label {
  margin: 0;
}
.amrev-checkbox-container .amrev-label {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 20px;
  position: relative;
}
.amrev-checkbox-container .amrev-label:hover:before {
  border-color: #007bdb;
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amrev-checkbox-container .amrev-label:before,
.amrev-checkbox-container .amrev-label:after {
  transition: 0.1s all ease-in;
  content: '';
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
}
.amrev-checkbox-container .amrev-label:after {
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOSA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy45MDQ4IDBMMy41NDI1IDQuNjU5OEwxLjA5NDk1IDIuMDQ2MDNMMCAzLjIxNTg1TDMuNTQyNSA3TDkgMS4xNjk4M0w3LjkwNDggMFoiIGZpbGw9IiM1MTQ5NDMiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  bottom: 0;
  height: 8px;
  margin: auto 0 auto 3px;
  opacity: 0;
  top: 0;
  width: 10px;
}
.amrev-checkbox-container .amrev-label:before {
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 2px;
  box-sizing: border-box;
  height: 15px;
  width: 15px;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:after {
  opacity: 1;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:before {
  border-color: #007bdb;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:before:focus {
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amrev-checkbox-container .amrev-input {
  display: none;
}
.amrev-fancybox-zoom .fancybox-arrow {
  box-shadow: none;
}
.amrev-fancybox-zoom .fancybox-arrow:hover,
.amrev-fancybox-zoom .fancybox-arrow:active,
.amrev-fancybox-zoom .fancybox-arrow:focus {
  background: none;
  border: none;
  box-shadow: none;
  opacity: 1;
}
.amreview-images.slick-slider {
  padding: 0 18px;
}
.amreview-images.slick-slider .slick-arrow {
  transition: 0.1s all ease-in;
  background-size: 7px 12px !important;
  filter: invert(0.5);
}
.amreview-images.slick-slider .slick-arrow:hover {
  filter: invert(1);
}
.amreview-images.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amreview-images.slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amreview-images.slick-slider .slick-slide {
  border: 1px solid transparent;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
}
.amreview-images.slick-slider .slick-slide > div {
  display: flex;
}
.amreview-widget-container .slick-dots {
  position: initial;
}
@keyframes amloadrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.am-load-block {
  transition: 0.3s all ease-in;
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.am-load-block .am-dots {
  height: 64px;
  margin: 20px auto;
  position: sticky;
  top: 35%;
  width: 64px;
  z-index: 999;
}
.am-load-block .am-dot {
  animation: amloadrotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  display: block;
  transform-origin: 32px 32px;
}
.am-load-block .am-dot:nth-child(1) {
  animation-delay: -0.036s;
}
.am-load-block .am-dot:nth-child(2) {
  animation-delay: -0.07199999999999999s;
}
.am-load-block .am-dot:nth-child(3) {
  animation-delay: -0.108s;
}
.am-load-block .am-dot:nth-child(4) {
  animation-delay: -0.144s;
}
.am-load-block .am-dot:nth-child(6) {
  animation-delay: -0.216s;
}
.am-load-block .am-dot:nth-child(7) {
  animation-delay: -0.252s;
}
.am-load-block .am-dot:nth-child(8) {
  animation-delay: -0.288s;
}
.am-load-block .am-dot:after {
  background: #666666;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  margin: -3px 0 0 -3px;
  position: absolute;
  width: 6px;
}
.am-load-block .am-dot:nth-child(1):after {
  left: 50px;
  top: 50px;
}
.am-load-block .am-dot:nth-child(2):after {
  left: 45px;
  top: 54px;
}
.am-load-block .am-dot:nth-child(3):after {
  left: 39px;
  top: 57px;
}
.am-load-block .am-dot:nth-child(4):after {
  left: 32px;
  top: 58px;
}
.am-load-block .am-dot:nth-child(5) {
  animation-delay: -.18s;
}
.am-load-block .am-dot:nth-child(5):after {
  left: 25px;
  top: 57px;
}
.am-load-block .am-dot:nth-child(6):after {
  left: 19px;
  top: 54px;
}
.am-load-block .am-dot:nth-child(7):after {
  left: 14px;
  top: 50px;
}
.am-load-block .am-dot:nth-child(8):after {
  left: 10px;
  top: 45px;
}
.amrev-comment-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 0 0;
}
.amrev-comment-toolbar.-nocomments {
  justify-content: flex-end;
}
.amrev-comment-toolbar .amrev-reply {
  border-right: 1px solid #c4c4c4;
  box-sizing: border-box;
  flex-basis: 50%;
  order: 2;
  padding: 0 25px 0 0;
}
.amrev-comment-toolbar .amrev-repbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  background: #dff1ff;
  border: 1px solid #1e79c2;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  color: #1e79c2;
  flex-basis: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 8px;
  position: relative;
  width: 100%;
}
.amrev-comment-toolbar .amrev-repbtn:before {
  transition: 0.1s all ease-in;
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMjAzOSAzLjA3Njg4SDIuMTk4NTdMMy4wMzEyOCAzLjg3MjU3QzMuMjgyNzcgNC4xMTI4OCAzLjI4Mjc3IDQuNTAyNDMgMy4wMzEyOCA0Ljc0Mjc0QzIuNzgxNzIgNC45ODE1MSAyLjM3MzEgNC45ODQ1OSAyLjEyMDY1IDQuNzQyNzRMMC4xODg2MTUgMi44OTY1N0MtMC4wNjI4NzE5IDIuNjU2MjYgLTAuMDYyODcxOSAyLjI2NjcxIDAuMTg4NjE1IDIuMDI2NEwyLjEyMDY1IDAuMTgwMjMyQzIuMzcxODEgLTAuMDYwMDc3NSAyLjc4MDEyIC0wLjA2MDA3NzUgMy4wMzEyOCAwLjE4MDIzMkMzLjI4Mjc3IDAuNDIwNTQzIDMuMjgyNzcgMC44MTAwODUgMy4wMzEyOCAxLjA1MDRMMi4xOTg1NyAxLjg0NjA5SDYuMjAzOUM5LjM5OTgxIDEuODQ2MDkgMTIgNC4zMzA3MyAxMiA3LjM4NDYxQzEyIDcuNzI0MzEgMTEuNzExNSA4IDExLjM1NiA4QzExLjAwMDUgOCAxMC43MTIgNy43MjQzMSAxMC43MTIgNy4zODQ2MUMxMC43MTIgNS4wMDkyIDguNjg5NzggMy4wNzY4OCA2LjIwMzkgMy4wNzY4OFoiIGZpbGw9IiMxRTc5QzIiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  height: 8px;
  margin: auto 5px;
  width: 12px;
}
.amrev-comment-toolbar .amrev-repbtn:hover,
.amrev-comment-toolbar .amrev-repbtn:active,
.amrev-comment-toolbar .amrev-repbtn.-active {
  background: #026bb3;
  border-color: #026bb3;
  color: #fff;
}
.amrev-comment-toolbar .amrev-repbtn:hover:before,
.amrev-comment-toolbar .amrev-repbtn:active:before,
.amrev-comment-toolbar .amrev-repbtn.-active:before {
  filter: brightness(10);
}
.amrev-comment-toolbar .amrev-comment {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  box-sizing: border-box;
  flex-basis: 50%;
  order: 3;
  padding: 0 15px;
  position: relative;
}
.amrev-comment-toolbar .amrev-combtn {
  color: #026bb3;
  font-size: 1.4rem;
  font-weight: 600;
}
.amrev-comment-toolbar .amrev-combtn,
.amrev-comment-toolbar .amrev-combtn:focus,
.amrev-comment-toolbar .amrev-combtn:hover,
.amrev-comment-toolbar .amrev-combtn:active,
.amrev-comment-toolbar .amrev-combtn:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  outline: none;
  padding: 0;
}
.amrev-comment-toolbar .amrev-combtn:before {
  transition: 0.1s all ease-in;
  content: '\e622';
  display: inline-block;
  font-family: 'icons-blank-theme';
  font-size: 10px;
  margin: 0 7px 0 0;
}
.amrev-comment-toolbar .amrev-combtn:hover {
  color: #014d81;
}
.amrev-comment-toolbar .amrev-combtn.-active:before {
  transform: rotate(180deg) translateY(1px);
}
.amrev-comment-toolbar .amrev-combtn.-empty:before {
  display: none;
}
.amrev-comment-block {
  transition: 0.1s all ease-in;
  background: #fafafa;
  border-radius: 2px;
  margin: 0 -15px 0 -15px;
  padding: 0;
}
.amrev-comment-block .amrev-title {
  border-bottom: 1px solid #c8c8c8;
  font-size: 12px;
  font-style: normal;
  margin: 0 0 20px 0;
  padding: 10px 0;
}
.amrev-comment-block .amrev-qty {
  font-style: normal;
}
.amrev-comment-block .amrev-message {
  padding: 15px 20px;
}
.amrev-comment-list {
  transition: 0.1s all ease-in;
  color: #000;
  display: none;
  padding: 20px;
}
.amrev-comment-list.-active {
  display: block;
  margin: 20px 0 0 0;
}
.amrev-comment-list .amrev-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amrev-comment-list .amrev-comment {
  margin: 0;
  padding: 0;
}
.amrev-comment-list .amrev-comment:not(:last-child) {
  padding: 0 0 30px;
}
.amrev-comment-list .amrev-name {
  margin: 0;
}
.amrev-comment-list .amrev-email {
  font-size: 12px;
}
.amrev-comment-list .amrev-date {
  display: block;
  font-size: 12px;
}
.amrev-comment-list .amreview-text {
  display: block;
  font-size: 14px;
  padding: 15px 0 0 0;
}
.amrev-comment-form {
  transition: 0.1s all ease-in;
  display: none;
  margin: 10px 0 0;
  padding: 20px 20px 25px;
}
.amrev-comment-form.-active {
  display: block;
}
.amrev-comment-form .amrev-form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.amrev-comment-form .amrev-fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 0 15px 0 0;
}
.amrev-comment-form .amrev-label {
  color: #363636;
  font-size: 12px;
}
.amrev-comment-form .amrev-label.required:after {
  color: #f00f;
  content: '*';
}
.amrev-comment-form .amrev-input {
  background: #fff;
  border-color: transparent;
  color: #292929;
  font-size: 12px;
  height: 30px;
}
.amrev-comment-form .amrev-input ::placeholder {
  color: #adadad;
}
.amrev-comment-form .amrev-input:hover,
.amrev-comment-form .amrev-input:focus,
.amrev-comment-form .amrev-input:active {
  border: 1px solid #1e79c2;
}
.amrev-comment-form .amrev-area {
  height: auto;
  padding: 15px;
}
.amrev-comment-form .amrev-btn {
  transition: 0.1s all ease-in;
  background: #1e79c2;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  margin: 15px auto 0 0;
  padding: 10px;
}
.amrev-comment-form .amrev-btn:hover {
  background: #1b6bac;
}
.amrev-comment-form .amrev-field {
  position: relative;
}
.amrev-comment-form .amrev-area-field {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}
.amrev-comment-form .amrev-input-field {
  flex-basis: 48%;
  margin: 0 0 15px;
}
.amreview-helpful-wrap {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  order: 1;
  padding: 0 0 20px 0;
}
.amreview-helpful-wrap > .amreview-helpful {
  color: #adadad;
  font-size: 14px;
}
.amreview-helpful-wrap .amreview-plus {
  margin: 0 0 0 10px;
}
.amreview-helpful-wrap > .amreview-options,
.amreview-helpful-wrap .amreview-plus,
.amreview-helpful-wrap .amreview-minus,
.amreview-helpful-wrap .amreview-icon {
  cursor: pointer;
  display: inline-block;
}
.amreview-helpful-wrap .amreview-icon {
  height: 18px;
  margin: 0 0 0 10px;
  transition: .3s;
  width: 20px;
}
.amreview-helpful-wrap .amreview-plus > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-plus:hover > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzJFQUJDIi8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-plus.-voted > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjMUFCOTAwIi8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-minus > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0M0QzRDNCIvPjwvc3ZnPg==);
}
.amreview-helpful-wrap .amreview-minus:hover > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0ZGQkNCQyIvPjwvc3ZnPg==);
}
.amreview-helpful-wrap .amreview-minus.-voted > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0QyMzczNyIvPjwvc3ZnPg==);
}
.review-field-image {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #292929;
  margin: 0;
}
.review-field-image > .label {
  font-weight: 600;
  margin: 0 0 20px 0;
  width: 190px;
}
.review-field-rating {
  display: flex;
  align-items: center;
}
.review-field-rating > .label {
  color: #292929;
  margin: 0;
  min-width: 70px;
}
.review-field-rating > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin-left: 3px;
}
.amreview-submit-form {
  background: #fafafa;
  margin: 0 auto;
}
.amreview-submit-form > .block-content {
  margin: 0 auto;
  max-width: 575px;
  padding: 40px 20px 45px;
}
.amreview-submit-form .review-fieldset {
  display: block;
  margin: 0 0 35px;
  width: 100%;
}
.amreview-submit-form .review-fieldset .field:last-child {
  margin: 0;
}
.amreview-submit-form .review-form {
  max-width: 100%;
}
.amreview-submit-form .review-form .action.submit.primary {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  padding: 16px 22px;
}
.amreview-submit-form .review-form .action.submit.primary:hover,
.amreview-submit-form .review-form .action.submit.primary:active,
.amreview-submit-form .review-form .action.submit.primary.-active {
  background: #166bac;
  border-color: #166bac;
  color: #fff;
}
.amreview-submit-form .review-fieldset .field {
  margin: 0 0 20px 0;
}
.amreview-submit-form .review-fieldset .review-legend.legend {
  display: flex;
  float: none;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.amreview-submit-form .review-fieldset .review-legend.legend > span {
  float: left;
  margin: 0 5px 0 0;
}
.amreview-submit-form .review-fieldset .review-field-ratings .field {
  margin: 0 0 15px 0;
}
.amreview-submit-form .review-fieldset .review-field-ratings > .label {
  display: none;
}
.amreview-submit-form .review-control-vote.control {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 15px;
  position: relative;
}
.amreview-submit-form .review-control-vote.control:before {
  display: flex;
  transition: 0.1s all ease-in;
  color: #b1aeae;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: normal;
  margin: 0;
  position: initial;
}
.amreview-submit-form .review-control-vote.control:hover:before {
  color: #ed9d00;
}
.amreview-submit-form .review-control-vote.control label:hover:before {
  color: #ed9d00;
}
.amreview-submit-form .review-control-vote.control label:before {
  transition: 0.1s all ease-in;
  color: #ed9d00;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: normal;
  margin: 0;
  position: initial;
}
.amreview-submit-form .field > .label {
  font-weight: 400;
  margin: 0 0 2px;
}
.amreview-submit-form .field.required > .label:after {
  margin-left: 3px;
}
.amreview-submit-form .field .review-field-rating > .label,
.amreview-submit-form .field.review-field-image > .label {
  font-weight: 600;
}
.amreview-submit-form .field .mage-error[generated] {
  margin: 0;
}
.amreview-submit-form .field.review-field-nickname.-half {
  float: left;
}
.amreview-submit-form .field.review-field-email {
  float: right;
}
.amreview-submit-form .field.review-field-nickname,
.amreview-submit-form .field.review-field-email {
  width: 100%;
}
.amreview-submit-form .field .review-field-summary {
  float: none;
  overflow: hidden;
  width: 100%;
}
.amreview-submit-form .field .input-text {
  border: 1px solid #d4d4d4;
  border-radius: 1px;
  color: #292929;
  height: 30px;
}
.amreview-submit-form .field .input-text.mage-error {
  border-color: #ff2149;
}
.amreview-submit-form .field .input-text ::placeholder {
  color: #adadad;
}
.review-field-summary > .label {
  width: 100%;
}
.amreview-recommend-wrap {
  margin: 0 0 10px 0;
  position: relative;
}
.amreview-recommend-wrap > .amreview-checkbox,
.amreview-gdpr-wrap > .amreview-checkbox {
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.amreview-recommend-wrap > .amreview-checkbox:not(.valid) + .mage-error[generated] + .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkbox:not(.valid) + .mage-error[generated] + .amreview-checkboxlabel:before {
  border: 1px solid #e02b27;
}
.amreview-recommend-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:after,
.amreview-gdpr-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4wNzIuMzQzYy41MTMuNDg2LjU0OSAxLjMwOS4wOCAxLjgzOEw2LjY3IDkuNTA1YTEuMjI2IDEuMjI2IDAgMCAxLTEuNzQuMTEgMS4yNjIgMS4yNjIgMCAwIDEtLjIwOS0uMjA1TC44MDQgNC41OGExLjMzIDEuMzMgMCAwIDEgLjE2LTEuODMgMS4yMjUgMS4yMjUgMCAwIDEgMS43NjguMTU1TDUuNzc1IDYuNjYgMTEuMjk3LjQyYTEuMjI3IDEuMjI3IDAgMCAxIDEuNzc1LS4wNzd6IiBmaWxsPSIjMUFCOTAwIi8+PC9zdmc+) no-repeat center;
  content: '';
  display: inline-block;
  height: 9px;
  position: absolute;
  right: 2px;
  top: 5px;
  width: 10px;
}
.amreview-recommend-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:before {
  border-color: #007bdb;
}
.amreview-recommend-wrap > .amreview-checkboxlabel,
.amreview-gdpr-wrap > .amreview-checkboxlabel {
  color: #292929;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
}
.amreview-recommend-wrap > .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkboxlabel:before {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 2px;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 15px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 15px;
}
.amreview-recommend-wrap > .amreview-checkboxlabel .asterix,
.amreview-gdpr-wrap > .amreview-checkboxlabel .asterix {
  color: #e02b27;
  font-size: 1.2rem;
  margin-left: 3px;
}
.amreview-recommend-wrap > .amreview-checkboxlabel:hover:before,
.amreview-gdpr-wrap > .amreview-checkboxlabel:hover:before {
  border-color: #007bdb;
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amshowmore-container .amshowmore-text {
  transition: 0.3s all ease-in;
  display: block;
  overflow: hidden;
  position: relative;
}
.amshowmore-container .amshowmore-text:after {
  bottom: 0;
  box-shadow: inset 0 -15px 10px 0 rgba(255, 255, 255, 0.7);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}
.amshowmore-container .amshowmore-text.-active {
  box-shadow: none;
}
.amshowmore-container .amshowmore-text.-active:after {
  content: none;
}
.amshowmore-container .amshowmore-text:not(.-active) {
  max-height: 100px;
}
.amshowmore-container .amshowmore-button {
  display: flex;
  align-items: center;
  color: #6b8fab;
  cursor: pointer;
  font-size: 12px;
  margin-top: 5px;
  text-decoration: none;
  user-select: none;
}
.amshowmore-container .amshowmore-button:after {
  content: '>';
  display: inline-block;
  margin: 0 0 0 5px;
  text-decoration: none;
  transform: scaleY(1.3);
}
.amrev-title-block {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  padding: 50px 0 20px;
}
.amrev-items-block {
  position: relative;
}
.amreview-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 20px;
}
.amreview-description-wrap {
  max-width: 100%;
  width: 100%;
}
.amrev-desc-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.amrev-desc-title .amrev-voteqty {
  color: #adadad;
  font-size: 12px;
  line-height: 25px;
}
.amreview-description {
  color: #333;
  font-size: 14px;
  line-height: 19px;
  margin-top: 20px;
  overflow-wrap: break-word;
}
.amreview-summary-info {
  flex-basis: 100%;
  padding: 0 10px;
}
.amreview-summary-info .amreview-summary {
  color: #000;
  float: left;
  font-size: 60px;
  line-height: 1;
  margin-right: 20px;
}
.amreview-summary-info .amreview-count {
  color: #8f8f8f;
  display: inline-block;
  font-size: 16px;
}
.amreview-summary-info .amreview-showmore {
  color: #1979c3;
  cursor: pointer;
}
.amreview-percent-block {
  clear: both;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
}
.amreview-percent-block .amreview-value {
  font-size: 30px;
  margin: 0 10px 0 0;
}
.amreview-percent-block .amreview-desc {
  font-size: 12px;
  max-width: 180px;
}
.amreview-rating-wrapper {
  float: left;
  margin-bottom: 5px;
}
.amreview-review-list.-empty {
  padding: 20px;
  position: relative;
  text-align: center;
}
.amreview-summary-details {
  clear: both;
  display: none;
  flex-basis: 100%;
  order: 3;
  padding: 40px 10px 0;
}
.amreview-summary-details .amreview-label > .amreview-stars,
.amreview-summary-details .amreview-label > .amreview-bar,
.amreview-summary-details .amreview-label > .amreview-text {
  display: inline-block;
  line-height: 14px;
}
.amreview-summary-details .amreview-label > .amreview-stars:hover,
.amreview-summary-details .amreview-label > .amreview-bar:hover,
.amreview-summary-details .amreview-label > .amreview-text:hover {
  color: #ed9d00;
}
.amreview-summary-details .amreview-label > .amreview-stars {
  color: #8f8f8f;
  margin-bottom: 5px;
  min-width: 50px;
  text-align: right;
}
.amreview-summary-details .amreview-label .amreview-bar {
  background: #dfdfdf;
  height: 6px;
  margin: 0 20px;
  vertical-align: middle;
  width: 50%;
}
.amreview-summary-details .amreview-label .amreview-bar.-active {
  background: #ed9d00;
  margin: 0;
}
.amreview-add-new {
  background: #f9f9f9;
  clear: both;
  flex-basis: 100%;
  margin: 40px 0 0;
  order: 2;
  padding: 20px;
}
.amreview-add-new .amreview-button.action {
  border-radius: 2px;
  margin-right: 2%;
  padding: 12px 16px;
}
.amreview-add-new .amreview-label {
  color: #8f8f8f;
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  width: 50%;
}
.amreview-author-details {
  margin: 5px 0 20px;
  position: relative;
  width: 100%;
}
.amreview-author-details .amreview-author {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 2px;
  word-break: break-all;
}
.amreview-author-details .amreview-date {
  color: #c4c4c4;
  font-size: 12px;
  margin: 0 0 25px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.amreview-author-details .amreview-verified {
  color: #909090;
  font-size: 14px;
  margin: 0 0 2px;
}
.amreview-author-details .amreview-verified:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMnYxMkgweiIvPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI2IiBmaWxsPSIjQzJFQUJDIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04Ljk3OCAzLjdhLjY3LjY3IDAgMCAxIC4wNC45MTVMNS44NCA4LjI2M2EuNTk0LjU5NCAwIDAgMS0uODUxLjA1NS42MjIuNjIyIDAgMCAxLS4xMDMtLjEwMmwtMS45Mi0yLjQwOGEuNjY5LjY2OSAwIDAgMSAuMDc5LS45MS41OTMuNTkzIDAgMCAxIC44NjUuMDc2bDEuNDkzIDEuODcxIDIuNzA2LTMuMTA3YS41OTQuNTk0IDAgMCAxIC44NjktLjAzN3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  content: '';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
.amreview-author-details .amreview-recommended {
  color: #1ab900;
  font-size: 14px;
  margin-top: 5px;
}
.amreview-title-review {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 5px;
  word-break: break-all;
}
.amreview-adminanswer-block {
  color: #adadad;
  padding: 25px 0 0 15px;
}
.amreview-adminanswer-block > .amreview-title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.amreview-adminanswer-block > .amreview-text {
  font-size: 14px;
}
.amreview-review-wrapper.review-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 0 30px 0;
}
.amreview-review-wrapper .amreview-images {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
}
.amreview-review-wrapper .amreview-slider-item {
  box-sizing: content-box;
  display: inline-block;
  padding: 5px;
  width: 100%;
}
.amreview-review-wrapper .amreview-slider-item .amreview-image {
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
}
.amreview-toolbar-wrap .pages strong.page {
  background: #f0f0f0;
  padding: 0 10px;
}
.amreview-toolbar-wrap .pages .action {
  background: transparent;
  box-shadow: none;
}
.amreview-toolbar-wrap .limiter select {
  background-color: #fff;
  box-shadow: none;
}
.field.amreview-gdpr-wrap {
  padding: 0;
  position: relative;
}
.amreview-gdpr-wrap .mage-error[generated] {
  bottom: -30px;
  position: absolute;
}
.amreview-proscons-container {
  display: flex;
  flex-direction: column;
  margin: 15px 0 0 0;
  word-break: break-word;
  word-wrap: break-word;
}
.amreview-proscons-container .amreview-proscons {
  flex-basis: 50%;
  line-height: 15px;
  margin-right: 10px;
  min-width: 0;
  padding: 0 0 0 20px;
  position: relative;
}
.amreview-proscons-container .amreview-proscons:before {
  content: '';
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  width: 15px;
}
.amreview-proscons-container .amreview-proscons.-dislike {
  color: #d0021b;
}
.amreview-proscons-container .amreview-proscons.-like {
  color: #3e7405;
}
.amreview-proscons-container .amreview-proscons.-dislike:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoNTgydjQwMkgtMXoiLz48Y2lyY2xlIGZpbGw9IiNkODVhNGEiIHI9IjI1IiBjeT0iMjUiIGN4PSIyNSIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTM4IDI1SDEyIi8+PC9zdmc+) no-repeat;
  background-size: contain;
}
.amreview-proscons-container .amreview-proscons.-like:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIGZpbGw9IiM0M2IwNWMiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yNSAxM3YyNW0xMy0xM0gxMyIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
}
.field.amreview-email-wrap {
  margin: 0 0 10px;
}
.amreview-summary-details .amreview-label {
  color: unset;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
#row_amasty_advancedreview_reminder_frequency .tooltip-content ul {
  padding-left: 10px;
}
.block.review-list {
  display: flex;
  flex-direction: column;
}
.admin__fieldset .amreview-remove-image {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.admin__fieldset .amreview-remove-image .amreview-checkbox {
  margin-right: 5px;
}
.admin__fieldset #is_need_send_notification {
  margin-top: 12px;
}
.admin__fieldset .field-review_images .input-file {
  display: none;
}
.admin__fieldset .field-review_images .input-file::-webkit-file-upload-button {
  visibility: hidden;
}
.admin__fieldset .field-review_images .addbefore {
  background-color: #eb5202;
  border: 1px solid #eb5202;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  letter-spacing: .025em;
  padding: .6rem 1em;
  text-align: center;
  user-select: none;
}
.admin__fieldset .field-review_images .addbefore:hover {
  background-color: #ba4000;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #40070b;
  color: #ffffff;
  text-decoration: none;
}
.admin__fieldset .amreview-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.admin__fieldset .amreview-slider-item {
  background: #f1f0f0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 5px 10px;
  padding: 10px;
  text-align: center;
  width: calc(100% / 3 - 10px);
}
.amasty-advanced-review {
  margin-top: 2.2rem;
}
.amasty-advanced-review .table-row .item-position,
.amasty-advanced-review .table-row .table-header {
  background: #efefef;
  border-bottom: 1px solid #fff;
}
.amasty-advanced-review .table-row .item-position .draggable,
.amasty-advanced-review .table-row .table-header .draggable {
  color: #adadad;
}
.amasty-advanced-review .table-row .item-position:hover {
  cursor: move;
}
.amasty-advanced-review .table-row .amcontent.item-position {
  box-sizing: border-box;
  display: inline-block;
  padding: 1rem;
  width: 100%;
}
.amasty-advanced-review .table-row .item-position:before {
  content: '\e63d';
  font-family: 'Admin Icons';
}
.amreview-widget-title {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  max-width: 100%;
  padding: 10px;
  width: 100%;
}
.amreview-widget-container .amreview-full-link {
  font-size: 12px;
}
.amreview-widget-container .amreview-full-link,
.amreview-widget-container .amreview-full-link:visited,
.amreview-widget-container .amreview-full-link:active,
.amreview-widget-container .amreview-full-link:hover {
  color: #6b8fab;
}
.amreview-widget-container .amreview-full-link:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjNmI4ZmFiIiBmaWxsPSIjNmI4ZmFiIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 3px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.amreview-widget-container .slick-arrow {
  z-index: 1;
}
.amreview-widget-container .slick-dots {
  padding: 10px 0;
  position: relative;
}
.amreview-widget-container .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin: 0 2px;
}
.amreview-widget-container .slick-dots button,
.amreview-widget-container .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.amreview-widget-container .slick-dots .action-gift {
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  height: 10px;
  width: 10px;
}
.amreview-widget-container .slick-dots button:before,
.amreview-widget-container .slick-dots .cart.table-wrapper .actions-toolbar > .action:before,
.amreview-widget-container .slick-dots .action-gift:before {
  font-size: 0;
}
.amreview-widget-container .slick-dots .slick-active button,
.amreview-widget-container .slick-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.amreview-widget-container .slick-dots .slick-active .action-gift {
  background: #333;
}
.pagebuilder-content-type .amreview-review-items {
  list-style: none;
}
.pagebuilder-content-type .amreviews .amreviews-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  min-height: 300px;
}
@media screen and (min-width: 1024px), print {
  .page-main .amreview-widget-title {
    padding: 25px 0 20px;
  }
}
.amreview-widget-container .amreview-review-items {
  display: flex;
  flex-wrap: wrap;
}
.amreview-widget-container .amreview-review-wrapper.review-item {
  border-bottom: 1px solid #cde1ef;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
}
.amreview-widget-container .amreview-image-wrapper {
  height: 80px;
  width: 80px;
}
.amreview-widget-container .amreview-description-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.amreview-widget-container .amreview-rating-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 15px 15px 0;
  padding: 0;
}
.amreview-widget-container .amreview-title-wrapper {
  color: #006bb4;
  flex-basis: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amreview-widget-container .amreview-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 20px;
}
.amreview-widget-container .amreview-message {
  height: 60px;
  word-break: break-all;
  word-wrap: break-word;
}
.amreview-widget-container .amreview-date {
  color: #c4c4c4;
  font-size: 12px;
}
.amreview-widget-container .amreview-footer {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.amreview-widget-container .product-item-photo {
  margin: 0 15px 15px 0;
}
.amreview-widget-container.-advanced {
  margin-bottom: 15px;
}
.amreview-rating-label {
  color: #8f8f8f;
  font-size: 12px;
  margin: 0 10px 5px 0;
}
.amreview-widget-container.-grid .amreview-rating-wrapper {
  min-width: 160px;
}
.amreview-widget-container.-sidebar .amreview-rating-wrapper {
  flex-grow: 1;
}
.amreview-widget-container .amreview-title {
  background: #f8fcff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 15px 40px 15px 20px;
  position: relative;
  word-break: break-all;
  word-break: break-word;
}
.amreview-widget-container .amreview-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMjgyLjA4MiAxOTUuMjg1TDE0OS4wMjggNjIuMjRjLTEuOTAxLTEuOTAzLTQuMDg4LTIuODU2LTYuNTYyLTIuODU2cy00LjY2NS45NTMtNi41NjcgMi44NTZMMi44NTYgMTk1LjI4NUMuOTUgMTk3LjE5MSAwIDE5OS4zNzggMCAyMDEuODUzYzAgMi40NzQuOTUzIDQuNjY0IDIuODU2IDYuNTY2bDE0LjI3MiAxNC4yNzFjMS45MDMgMS45MDMgNC4wOTMgMi44NTQgNi41NjcgMi44NTRzNC42NjQtLjk1MSA2LjU2Ny0yLjg1NGwxMTIuMjA0LTExMi4yMDIgMTEyLjIwOCAxMTIuMjA5YzEuOTAyIDEuOTAzIDQuMDkzIDIuODQ4IDYuNTYzIDIuODQ4IDIuNDc4IDAgNC42NjgtLjk1MSA2LjU3LTIuODQ4bDE0LjI3NC0xNC4yNzdjMS45MDItMS45MDIgMi44NDctNC4wOTMgMi44NDctNi41NjYuMDAxLTIuNDc2LS45NDQtNC42NjYtMi44NDYtNi41Njl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjODU4NTg1Ii8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.amreview-widget-container .amreview-title.-collapsed:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}
.amreview-widget-container .amreview-rating-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.amreview-widget-container .amreview-rating-item:not(:last-child) {
  margin-bottom: 15px;
}
.amreview-widget-container .amreview-rating-item.-one-rating {
  align-items: flex-start;
  flex-direction: column;
}
.amreview-widget-container .amreview-rating-item.-one-rating .amreview-rating-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.amreview-widget-container .amreview-rating-item .amreview-number {
  font-size: 30px;
}
.amreview-widget-container .amreview-rating-item .amstars-rating-container {
  margin-bottom: 0;
}
.amreview-image-wrapper .product-image-container,
.amreview-image-wrapper .product-image-wrapper {
  height: 100%;
  width: 100%;
}
.amreview-image-wrapper .product-image-wrapper {
  padding: 0 !important;
}
.amreview-image-wrapper .product-image-photo {
  max-height: 100%;
  width: auto;
}
.amreview-widget-container.-summary-widget {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #f8fcff;
  margin: 10px 0 20px;
  padding: 30px 10px 80px;
  position: relative;
}
.amreview-widget-container.-summary-widget .amreview-description {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-description .amreview-text {
  margin: 15px 0 0;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amshowmore-container .amshowmore-text:not(.-active) {
  max-height: 45px;
}
.amreview-widget-container.-summary-widget .amrev-desc-title {
  margin: 0 0 10px 0;
}
.amreview-widget-container.-summary-widget .amreview-images {
  margin: 15px 0 0 0;
  max-width: 370px;
  overflow: hidden;
}
.amreview-widget-container.-summary-widget .amreview-images.-slider .amreview-slider-item {
  display: none;
}
.amreview-widget-container.-summary-widget .amreview-review-block {
  box-sizing: border-box;
  margin: 30px 0 0;
  max-width: 100%;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-review-items {
  margin: 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-review-wrapper {
  background: #fff;
  border-color: transparent;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 75, 136, 0.12);
  padding: 15px;
}
.amreview-widget-container.-summary-widget .amreview-rating-wrapper {
  margin: 0 15px 0 0;
}
.amreview-widget-container.-summary-widget .amreview-title-review {
  margin: 0 5px 0 0;
}
.amreview-widget-container.-summary-widget .amreview-info-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0;
  max-width: 280px;
  min-width: 230px;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-name {
  color: #1e79c2;
  flex-basis: 100%;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
}
.amreview-widget-container.-summary-widget .amreview-summary {
  font-size: 50px;
  letter-spacing: -.08em;
  margin-right: 15px;
}
.amreview-widget-container.-summary-widget .amreview-count {
  font-size: 14px;
  margin: 0 0 15px;
}
.amreview-widget-container.-summary-widget .amstars-rating-container {
  margin: 0 0 2px;
}
.amreview-widget-container.-summary-widget .amreview-summary-details {
  margin: 0 0 10px 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-details .amreview-text {
  color: #748593;
  margin: 0 0 0 auto;
  white-space: nowrap;
  width: 20%;
}
.amreview-widget-container.-summary-widget .amreview-add-new {
  margin: 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-label {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-bar {
  margin: 0 15px;
  width: 55%;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-stars {
  display: flex;
  align-items: center;
  margin: 0;
  min-width: auto;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-stars:before {
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  filter: invert(61%) sepia(0%) saturate(17%) hue-rotate(154deg) brightness(95%) contrast(68%);
  height: 10px;
  margin: 0 2px;
  width: 10px;
}
.amreview-widget-container.-summary-widget .amreview-text {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-button {
  box-sizing: border-box;
  font-weight: 600;
  order: 3;
  padding: 9px 16px;
  text-align: center;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-button.-see-all {
  bottom: 0;
  left: 0;
  padding: 25px 16px;
  position: absolute;
  right: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-info {
  display: flex;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-details {
  border: none;
  margin-right: 15px;
  order: 2;
  pointer-events: none;
  width: 100%;
}
.amreview-widget-container.-summary-widget .product-image-container {
  display: none;
  margin: 0 0 15px;
}
.amreview-widget-container.-summary-widget .amrev-comment-toolbar.-nocomments {
  justify-content: flex-start;
}
.amreview-widget-container.-summary-widget .amreview-helpful-wrap {
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-helpful {
  margin: 0 0 5px;
  text-align: center;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-minus {
  margin: 0 0 0 20px;
}
.amreview-widget-container.-summary-widget .amreview-plus {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-icon {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-percent-block {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
.amreview-widget-container.-summary-widget .amreview-pages-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 70%;
  list-style: none;
  margin: 5px 0 auto;
  padding: 0;
  position: relative;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .action {
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0 25px;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .action:hover {
  background: transparent;
  color: #1979c3;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .amreview-item {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  font-size: 16px;
  height: 25px;
  width: 25px;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .-current {
  background: #ececec;
}
.amreview-widget-container.-summary-widget .amreview-slider-item {
  height: 100px;
  max-width: 100px;
  width: 100%;
}
.amreview-widget-container.-summary-widget.-empty {
  align-items: center;
  padding-bottom: 35px;
}
.amreview-widget-container.-summary-widget.-list .amreview-review-wrapper {
  background: #fff;
  border-color: transparent;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 75, 136, 0.12);
  margin: 0 0 15px;
  padding: 15px;
}
.amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
  align-content: flex-start;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
.amreview-widget-container.-summary-widget.-slider .amrev-comment-toolbar {
  padding-bottom: 0;
}
.amreview-widget-container.-summary-widget.-slider .amrev-desc-title {
  flex-basis: 100%;
}
.amreview-widget-container.-summary-widget.-slider .slick-track {
  display: flex;
}
.amreview-widget-container.-summary-widget.-slider .slick-slide > div,
.amreview-widget-container.-summary-widget.-slider .slick-slide .amreview-review-wrapper {
  height: 100%;
}
@media (max-width: 768px) {
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items {
    margin-right: -10px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    transition: 0.1s all ease-in;
    margin: 5px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide:not(:last-child) {
    padding-right: 20px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide.slick-current ~ .slick-slide {
    transform: translateX(-20px);
  }
}
@media (min-width: 1024px) {
  .amreview-widget-container.-summary-widget {
    flex-wrap: nowrap;
  }
  .amreview-widget-container.-summary-widget .amreview-rating-wrapper {
    margin: 0 15px 5px 0;
  }
  .amreview-widget-container.-summary-widget .amreview-description .amreview-text {
    margin: 10px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-block {
    margin: 0 0 0 50px;
    max-width: 75%;
  }
  .amreview-widget-container.-summary-widget .amreview-button.-see-all {
    background: transparent;
    padding: 9px 16px;
    position: inherit;
  }
  .amreview-widget-container.-summary-widget .amreview-percent-block {
    margin: 0 0 25px 0;
    order: 3;
  }
  .amreview-widget-container.-summary-widget .product-image-container {
    display: block;
  }
  .amreview-widget-container.-summary-widget.-list {
    padding: 35px 125px;
  }
  .amreview-widget-container.-summary-widget.-slider {
    padding: 35px 125px 35px 90px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
    width: 74%;
  }
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amasty-label-container:not(.-preview) {
  max-height: 300px !important;
  max-width: 300px !important;
}
.amasty-label-container.-link:hover {
  cursor: pointer;
}
.amasty-label-container.-link:hover .amlabel-text {
  text-decoration: underline;
}
.fotorama--fullscreen .amasty-label-container {
  display: none;
}
.products-upsell .product-item .amlabel-text {
  font-size: 12px !important;
  padding: 0 !important;
}
.fotorama .amlabel-text.-am-centered {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
}
.admin__field.-amlabel-hidden {
  margin: 0;
}
.admin__field.-amlabel-hidden > .admin__field-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlabel-image-preview {
  border: 1px solid #ccc;
  display: flex;
  position: absolute;
  right: 0;
  white-space: nowrap;
  width: calc(100% * .25 - 30px);
  z-index: 99;
}
.amlabel-image-preview .amlabel-text {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.amlabel-image-preview > .amlabel-image {
  height: 100%;
  width: 100%;
}
.amlabel-image-preview .amlabel-position-wrapper {
  display: flex;
  position: absolute;
}
.amlabel-image-preview .amasty-label-container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 100%;
  position: relative;
}
.amlabel-image-preview .amlabel-preview-image + .amlabel-text {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amlabel-position-wrapper {
  z-index: 995;
}
.sidebar .amlabel-position-wrapper {
  z-index: 9;
}
.block-viewed-products-grid .amlabel-position-wrapper {
  z-index: 2;
}
.am-labels-rule {
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.am-labels-rule .rule-chooser [id^='skuChooserGrid'] ._clickable .col-in_products:first-child input.checkbox {
  height: 1.6rem;
  margin: 0;
  width: 1.6rem;
}
.amlabel-position-chooser {
  border-collapse: initial;
  border-spacing: 2px;
}
.amlabel-position-chooser td {
  border: 2px solid;
  cursor: pointer;
  padding: 20px;
}
.amlabel-position-chooser td[data-amlabel-position-enabled='0'] {
  background-color: #ced4de;
  cursor: not-allowed;
}
.amlabel-position-chooser td[data-amlabel-position-selected='1'] {
  background-color: #ffa726;
}
.amlabel-position-chooser td:hover:not([data-amlabel-position-enabled='0']) {
  background-color: rgba(255, 167, 38, 0.5);
}
.amlabel-position-chooser.amlabel-visual-chooser {
  border-spacing: 6px;
}
.amlabel-position-chooser.amlabel-visual-chooser td {
  padding: 5px;
}
.amlabel-position-chooser.amlabel-visual-chooser td[data-amlabel-position-selected='1'] {
  background-color: #007bdb;
  border-color: #007bdb;
  color: #fff;
}
.amlabel-position-chooser.amlabel-visual-chooser td:hover:not([data-amlabel-position-enabled='0'], [data-amlabel-position-selected='1']) {
  background-color: #e8f5ff;
  border-color: #000;
  color: #000;
}
.amlabel-shapes-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.amlabel-shapes-container > .amlabel-shape {
  align-items: center;
  border: 1px solid #eee;
  display: flex;
  flex-wrap: nowrap;
  height: 55px;
  justify-content: center;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  vertical-align: top;
  width: 115px;
}
.amlabel-shapes-container > .amlabel-shape:hover {
  border-color: #c4c4c4;
}
.amlabel-shapes-container > .amlabel-shape.-am-checked {
  border-color: #000;
}
.amlabel-shapes-container .amlabel-image {
  height: 40px;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  padding: 0 5px;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  width: 850px;
  margin: 0 30px;
}
.ampromo-gallery[data-count="1"] {
  width: 280px;
}
.ampromo-gallery[data-count="2"] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  width: 42px !important;
  height: 42px !important;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover,
.ampromo-slick .slick-dots .action-gift,
.ampromo-slick .slick-dots .action-gift:hover {
  height: 20px;
  width: 20px;
  padding: 5px !important;
  background: transparent !important;
  border: none !important;
  text-indent: 0 !important;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-items-add {
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  border: 1px solid #ededed;
  text-align: center;
}
.ampromo-items-add > a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.checkout-index-index .ampromo-items-add:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  width: 30%;
  margin-left: 35%;
  margin-top: 10%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80px;
  height: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  content: ' ';
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: load 1.2s linear infinite;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
.ampromo-overlay {
  position: fixed;
  top: -9999px;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.ampromo-overlay.-show {
  top: 0;
  opacity: 1;
}
.ampromo-popup-wrapper {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-height: 95vh;
  overflow: auto;
  margin: 30px auto;
  padding: 24px;
  border: 1px solid #ededed;
  text-align: left;
  background-color: #ffffff;
}
.ampromo-popup-wrapper .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-title {
  text-align: center;
}
.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-popup-wrapper .ampromo-item {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 8px 7px;
  border: 1px solid #ededed;
  transition: .6s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
  background: #ccc;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-popup-wrapper .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-popup-wrapper .ampromo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
  opacity: .8;
}
.ampromo-popup-wrapper .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-popup-wrapper .ampromo-button {
  box-shadow: none;
  border: none;
}
.ampromo-popup-wrapper .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-popup-wrapper .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-popup-wrapper .ampromo-title {
  margin: 0;
}
.ampromo-popup-wrapper .slick-dots {
  position: initial;
}
.ampromo-popup-wrapper .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.amrewards-expiration {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 20px;
  white-space: nowrap;
}
.amrewards-expiration.-warning {
  background: #ffa63d;
  color: #fff;
}
.amrewards-expiration.-critical {
  background: #eb5757;
  color: #fff;
}
.amrewards-expiration.-expired {
  background: #ececec;
  color: #838383;
}
.amrewards-info-table {
  border-top: 1px solid #ccc;
  color: #000;
}
.amrewards-info-table .amrewards-table-header .col {
  color: #888;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
}
.amrewards-info-table .col.status {
  white-space: nowrap;
}
.amrewards-current-balance .amrewards-balance {
  font-weight: 700;
  font-size: 36px;
}
.amrewards-current-balance .amrewards-label {
  font-size: 18px;
}
.amrewards-total-info {
  margin-bottom: 5px;
}
.amrewards-expiring-wrapper.table-wrapper {
  border-top: none;
  border-bottom: none;
}
.amrewards-expiring-wrapper .amrewards-title {
  font-weight: 600;
  font-size: 20px;
}
.amrewards-expiring-wrapper .amrewards-info-table {
  margin-top: 15px;
  max-width: 460px;
}
.customer-information {
  margin-bottom: 35px;
}
.amrewards-qty-info .amrewards-general {
  margin-bottom: 20px;
  padding-right: 10px;
  min-width: 200px;
}
.amrewards-qty-info .amrewards-description {
  margin-bottom: 20px;
}
.amrewards-balance-container {
  border-color: #a6a6a6;
  border-left-style: solid;
  border-right-style: solid;
  border-width: 1px;
}
.amrewards-balance-container .amrewards-label {
  margin-right: 10px;
}
.amrewards-balance-container .amrewards-amount {
  background: #f2c94c;
  border-radius: 2px;
  color: #000000;
  cursor: pointer;
  display: inline;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 0 5px;
  text-align: center;
}
.amrewards-apply-container#block-reward {
  float: left;
  width: 53%;
}
.amrewards-apply-container#block-reward .content {
  max-width: 90%;
}
.amrewards-minpoints-note {
  color: #ff0000;
  display: none;
  font-size: 13px;
  margin-top: 3%;
  width: 130%;
}
.amrewards-discount-form {
  max-width: 500px;
}
.amrewards-discount-form .amrewards-actions {
  margin-top: 20px;
}
.amrewards-highlight-container {
  display: inline-flex;
  padding: 0 0 5px;
}
.amrewards-highlight-container > .caption strong {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
}
.checkout-cart-index .amrewards-highlight-container,
.checkout-index-index .amrewards-highlight-container,
.catalog-product-view .amrewards-highlight-container {
  padding: 2px 0 15px;
}
.checkout-cart-index .amrewards-highlight-container > .caption strong,
.checkout-index-index .amrewards-highlight-container > .caption strong,
.catalog-product-view .amrewards-highlight-container > .caption strong {
  font-weight: 600;
}
.checkout-cart-index .amrewards-highlight-container:before,
.checkout-index-index .amrewards-highlight-container:before,
.catalog-product-view .amrewards-highlight-container:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjYuNTYzIiBmaWxsPSIjRjJDOTRDIi8+PHBhdGggZD0iTTcgMTRjLTMuODYgMC03LTMuMTQtNy03czMuMTQtNyA3LTcgNyAzLjE0IDcgNy0zLjE0IDctNyA3ek03IC44NzVBNi4xMzIgNi4xMzIgMCAwIDAgLjg3NSA3IDYuMTMyIDYuMTMyIDAgMCAwIDcgMTMuMTI1IDYuMTMyIDYuMTMyIDAgMCAwIDEzLjEyNSA3IDYuMTMyIDYuMTMyIDAgMCAwIDcgLjg3NXoiIGZpbGw9IiM0RTM2NTUiLz48cGF0aCBkPSJNNyA3LjQzN2MtLjUzNyAwLTEuMDQ2LS4xNy0xLjQzMy0uNDgtLjQxNi0uMzMyLS42NDUtLjc4My0uNjQ1LTEuMjcgMC0uNDg1LjIyOS0uOTM3LjY0NC0xLjI3Ljc4Ny0uNjI4IDIuMTk3LS42MDQgMy4wMi4wNTRhLjQzNy40MzcgMCAxIDEtLjU0Ny42ODNjLS40OTMtLjM5NC0xLjQ2Ni0uNDIxLTEuOTI2LS4wNTMtLjIwNC4xNjMtLjMxNi4zNzItLjMxNi41ODYgMCAuMjE1LjExMi40MjQuMzE2LjU4Ny4yMzMuMTg2LjU0OC4yODguODg3LjI4OGEuNDM4LjQzOCAwIDAgMSAwIC44NzV6IiBmaWxsPSIjNEUzNjU1Ii8+PHBhdGggZD0iTTYuOTg3IDEwLjAzOGMtLjU3IDAtMS4xNS0uMTctMS41NzMtLjUwOWEuNDM4LjQzOCAwIDAgMSAuNTQ3LS42ODNjLjQ5My4zOTUgMS40NjUuNDIxIDEuOTI1LjA1My4yMDUtLjE2My4zMTctLjM3Mi4zMTctLjU4NiAwLS4yMTUtLjExMi0uNDI0LS4zMTctLjU4N0ExLjQxOCAxLjQxOCAwIDAgMCA3IDcuNDM4YS40MzguNDM4IDAgMCAxIDAtLjg3NWMuNTM3IDAgMS4wNDYuMTcgMS40MzMuNDguNDE2LjMzMi42NDUuNzgzLjY0NSAxLjI3IDAgLjQ4Ni0uMjI5LjkzNy0uNjQ1IDEuMjctLjM4MS4zMDQtLjkxLjQ1NS0xLjQ0Ni40NTV6TTcgNC44MTJhLjQzOC40MzggMCAwIDEtLjQzOC0uNDM3VjMuNDJhLjQzOC40MzggMCAwIDEgLjg3NSAwdi45NTVBLjQzOC40MzggMCAwIDEgNyA0LjgxMnoiIGZpbGw9IiM0RTM2NTUiLz48cGF0aCBkPSJNNyAxMS4wMTdhLjQzNy40MzcgMCAwIDEtLjQzOC0uNDM3di0uOTU1YS40MzcuNDM3IDAgMSAxIC44NzUgMHYuOTU1YS40MzguNDM4IDAgMCAxLS40MzcuNDM3eiIgZmlsbD0iIzRFMzY1NSIvPjwvc3ZnPg==);
  margin: 2px 5px 0;
}
.amrewards-points-rate {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 30px;
  position: relative;
}
.amrewards-points-rate .field-tooltip {
  top: 50%;
  transform: translateY(-50%);
}
.amrewards-info-message.message.info {
  color: #000000;
  padding-left: 20px;
  word-break: break-word;
  word-wrap: break-word;
}
.amrewards-info-message.message.info > *:first-child:before {
  display: none;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #fff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/Mageplus/shins/en_US/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-width: 30px;
  max-height: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #fff;
  border-color: #ccc;
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000;
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/Mageplus/shins/en_US/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/Mageplus/shins/en_US/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #cccccc;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.amxnotif-block {
  clear: both;
  margin-bottom: 20px;
}
.amxnotif-block .input-fields {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 66%;
}
.amxnotif-block .amxnotif_guest_action {
  display: inline-block;
  max-width: 32%;
  min-width: 120px;
  vertical-align: top;
}
.amxnotif-block label {
  color: #2f2f2f;
  display: block;
  float: none;
  font-weight: 600;
}
.amxnotif-block .amsubscribe,
.amxnotif-block .amsubscribe:hover {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-position: center;
  background-repeat: no-repeat;
  height: 32px;
  padding: 0 20px;
}
.amxnotif-block div.field {
  margin: 5px 0;
}
.products.list .amxnotif-block .amxnotif_guest_action {
  min-width: initial;
}
.products.list .amxnotif-block.label:not(.subscribe-popup) {
  margin-bottom: inherit;
}
.products.list .stock.link-stock-alert {
  display: none;
  margin-bottom: 20px;
}
.category.subscribe-popup {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amxnotif-block .subscribe-popup {
  background-color: #fefefe;
  border: 1px solid #888;
  box-sizing: border-box;
  height: auto;
  padding: 20px;
  position: relative;
}
.category.amxnotif-block {
  display: none;
}
.label.subscribe-popup a {
  cursor: pointer;
}
.close-subscribe-popup {
  color: #aaa;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 20px;
}
.amxnotif-block .subscribe-popup label[for^='notification-container'] {
  font-size: 20px;
  text-align: center;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: .3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
  bottom: 0;
  height: 11px;
  margin: auto 5px auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 16px;
  z-index: 1000;
}
.amsearch-message-block {
  align-items: center;
  background: #fafafa;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  color: #1979c2;
  text-decoration: none;
}
.amsearch-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amsearch-link:active {
  color: #004c80;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.nav-sections .navigation {
  z-index: 2;
}
.page-header .amsearch-wrapper-block:before {
  background: #cccccc;
  content: '';
  height: 1px;
  margin: 0 -15px;
  position: absolute;
  top: 0;
  width: calc(100% + 15px * 2);
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #3ac39c);
  font-weight: 700;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: .3s;
}
.amsearch-button.-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(0.5);
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  border: 0;
  padding: 16px;
}
.amsearch-button.-loupe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.amsearch-button.-wishlist,
.amsearch-button.-compare {
  background-size: 18px;
}
.amsearch-button.-wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-compare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amsearch-button.-primary {
  background: #1979c2;
  border: 1px solid #1979c2;
  border-radius: 0;
  color: #1979c2;
  letter-spacing: -.015em;
  transition: .3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  background-color: var(--amsearch-color-search_button, #1979c2);
  border-color: var(--amsearch-color-search_button, #1979c2);
  color: var(--amsearch-color-search_button_text, #ffffff);
}
.amsearch-button.-search:hover {
  background: var(--amsearch-color-search_button-hover, #166bab);
  border-color: var(--amsearch-color-search_button-hover, #166bab);
}
.amsearch-button.-search:active {
  background: var(--amsearch-color-search_button-focus, #135d95);
  border-color: var(--amsearch-color-search_button-focus, #135d95);
}
.amsearch-button.-full-close {
  align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.amsearch-button.-full-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.amsearch-button.-full-close:hover {
  background-color: #e8e8e8;
}
.amsearch-button.-full-close:active {
  background-color: #dcdcdc;
}
.amsearch-slider-section {
  box-sizing: border-box;
  display: flex;
}
.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
  background-color: transparent;
}
.amsearch-slider-section .amsearch-item .amsearch-image {
  pointer-events: auto;
  width: 100%;
}
.amsearch-slider-section.slick-slider {
  padding: 0;
}
.amsearch-slider-section .slick-dots {
  background: inherit;
  border: none;
  top: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button,
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active .cart.table-wrapper .actions-toolbar > .action,
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active .action-gift {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button,
.amsearch-slider-section .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action,
.amsearch-slider-section .slick-dots > li[role='presentation'] .action-gift {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 100%;
  height: 100%;
  padding: 0;
  width: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button:before,
.amsearch-slider-section .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action:before,
.amsearch-slider-section .slick-dots > li[role='presentation'] .action-gift:before {
  content: none;
}
.amsearch-slider-section button.slick-arrow,
.amsearch-slider-section .cart.table-wrapper .actions-toolbar > .action.slick-arrow,
.amsearch-slider-section .action-gift.slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amasty-shopby-product-list {
  max-width: 100%;
  order: 10;
}
.amsearch-products-section {
  align-content: flex-start;
  border-left: none;
  border-top: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 20px 0 0;
  position: relative;
  transition: .1s;
  width: 100%;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amsearch-products-section .amsearch-sku-block {
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-link {
  color: var(--amsearch-color-text, #3ac39c);
}
.amsearch-products-section .amsearch-link:hover {
  color: var(--amsearch-color-hover_text, #3ac39c);
}
.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 25px;
}
.amsearch-products-section .amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-products-section .amsearch-item .product-item-description {
  word-break: break-all;
}
.amsearch-products-section .product-item-description {
  color: #999999;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.amsearch-products-section .amsearch-item {
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 20px;
  position: relative;
}
.amsearch-products-section .amsearch-item:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  z-index: 8;
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
  display: none;
}
.amsearch-products-section .product-item-details {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100px;
}
.amsearch-products-section .amsearch-wrapper-inner {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.amsearch-products-section .product-item-link {
  padding: 0 0 10px;
  word-break: keep-all;
}
.amsearch-products-section .action.tocart {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 35px;
  padding: 10px;
  white-space: inherit;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .product-item [data-role='priceBox'] p,
.amsearch-products-section .product-item [data-role='priceBox'] span {
  flex-basis: 100%;
  padding: 0 0 5px;
}
.amsearch-products-section .product-reviews-summary {
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .actions-secondary {
  align-items: center;
  display: flex;
  padding: 5px;
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  margin: 5px;
}
.amsearch-products-section .actions-secondary > .action {
  flex-grow: inherit;
  line-height: normal;
  margin-right: 5px;
}
.amsearch-products-section.-list .amsearch-item {
  width: 100%;
}
.amsearch-products-section.-list .amsearch-image {
  max-width: 132px;
  width: 40%;
}
.amsearch-products-section.-list .actions-secondary {
  padding: 0 0 0 5px;
}
.amsearch-products-section.-list .amsearch-description {
  padding-left: 10px;
}
.amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 10px;
  width: 100%;
}
.amsearch-products-section.-grid .amsearch-image .amsearch-product-image-container {
  display: inline-block;
  max-width: 100%;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-wrap: wrap;
  max-width: 50%;
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
  transform: rotate(225deg) translate(-5px, 0);
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translate(0, -5px);
  transition: .3s all;
  width: 10px;
}
.amsearch-block-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 20px 2px;
  width: 100%;
}
.amsearch-block-header .amsearch-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
  font-weight: inherit;
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
  content: '(+';
}
.amsearch-block-header .amsearch-count {
  font-weight: 300;
}
.amsearch-block-header .amsearch-count:before {
  content: '(';
}
.amsearch-block-header .amsearch-count:after {
  content: ')';
}
.amsearch-category-tab .amsearch-item {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.amsearch-result-tabs {
  margin-top: 5px;
  z-index: initial;
}
.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
  display: none;
}
.amsearch-result-tabs .title {
  box-sizing: border-box;
  position: relative;
}
.amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
.amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
.amsearch-result-tabs .data.content {
  display: none;
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-result-tabs .data.title {
  margin-right: 5px;
}
.amsearch-result-tabs .data.title.active {
  background: #d8d8d8;
  box-sizing: border-box;
}
.amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
  -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
  animation: amsearch-animation__fadeIn 0.3s forwards;
}
.page-header .amsearch-result-section {
  right: 0;
}
.amsearch-result-section {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background-color: var(--amsearch-color-background, #ffffff);
  border: 1px solid;
  border-color: var(--amsearch-color-border, transparent);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  max-height: 90vh;
  position: absolute;
  top: 100%;
  transition: .3s;
  width: 100%;
  z-index: 99;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section:empty {
  display: none;
}
.amsearch-result-section .amsearch-result-block {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.amsearch-result-section .amsearch-result-block:empty {
  display: none;
}
.amsearch-result-block.-preload {
  display: flex;
  flex-wrap: wrap;
}
.amsearch-result-block.-preload:empty {
  display: none;
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-slider-section {
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: .3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px;
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: .3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #1979c2;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 0;
}
.page-header.amsearch-full-width.-opened {
  z-index: 12;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.19);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.amsearch-overlay-block .amsearch-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amsearch-items-section {
  padding: 25px 0 0 0;
  width: 100%;
}
.amsearch-items-section:empty {
  display: none;
}
.amsearch-item-container {
  flex-basis: 100%;
  padding: 0 0 20px;
  position: relative;
}
.amsearch-item-container.-opened {
  padding: 0 0 32px;
}
.amsearch-item-container.-page a.amsearch-link {
  color: var(--amsearch-color-hover_text, #3ac39c);
  font-weight: 600;
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 20px 15px;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 20px;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px 10px 0;
  order: 1;
  text-decoration: none;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 6px 15px;
}
.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-browsing_history .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  color: #cccccc;
  display: inline-block;
  float: none;
}
.amsearch-item-container .amsearch-tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsearch-item-container .amsearch-description {
  padding: 8px 20px;
}
.amsearch-item-container .amsearch-item {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  color: var(--amsearch-color-text, #3ac39c);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  color: var(--amsearch-color-hover_text, #3ac39c);
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background: var(--amsearch-color-hover-focus, #f4f5fa);
  color: var(--amsearch-color-text-focus, #3ac39c);
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}
.amsearch-related-terms > .amsearch-item {
  background: #d8eeff;
  border-radius: 20px;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 15px 10px 0;
  padding: 5px 15px;
  transition: .1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: .1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
#mb-ajaxcart-wrapper .ajaxcart-success-box .error-content,
#mb-ajaxcart-wrapper .ajaxcart-success-box .success-content {
  overflow-y: auto !important;
  padding: 40px 25px;
  min-height: 250px;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box img.image {
  float: none;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box .success-content .content-top {
  display: flex;
  flex-flow: row;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box .success-content .content-top .column--content {
  flex: 0 0 50%;
  max-width: 50%;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box .success-content .content-top .column--content .content-inner {
  padding: 0 10px;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons {
  margin: 10px 0 10px;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons .action.primary,
#mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons .amshopby-button,
#mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons .am-filter-go {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons .action.primary.buton-border,
#mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons .amshopby-button.buton-border,
#mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons .am-filter-go.buton-border {
  line-height: 32px;
  border: 1px solid;
  background-color: transparent !important;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box .mp-message-successs {
  color: #191919;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box .product-name {
  font-weight: 400;
  font-size: 14px;
  margin-top: 12px;
  color: #191919;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box .mp-product-qty,
#mb-ajaxcart-wrapper .ajaxcart-success-box .mp-product-total {
  font-weight: 500;
  font-size: 14px;
  margin-top: 7px;
  color: #191919;
  text-transform: uppercase;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box .mp-product-qty > span,
#mb-ajaxcart-wrapper .ajaxcart-success-box .mp-product-total > span {
  margin-left: 5px;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box .mp-count-items-cart {
  margin-bottom: 15px;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box .mp-cart-sub-total .title-total {
  font-weight: 500;
  color: #191919;
  margin-top: 11px;
  text-transform: uppercase;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box .mp-cart-sub-total .value-total {
  font-size: 24px;
  font-weight: 600;
}
#mb-ajaxcart-wrapper img.image {
  max-width: 100%;
  float: left;
  width: 34%;
  margin: 10px;
}
#mb-ajaxcart-wrapper .product-add-form {
  float: right;
  width: 60%;
}
#mb-ajaxcart-wrapper .product-add-form .product-options-wrapper .field:not(.date) > .control {
  width: 100%;
}
#mb-ajaxcart-wrapper .product-add-form .actions {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
#mb-ajaxcart-wrapper .product-add-form .actions button.primary,
#mb-ajaxcart-wrapper .product-add-form .actions .cart.table-wrapper .actions-toolbar > .action.primary,
#mb-ajaxcart-wrapper .product-add-form .actions .action-gift.primary {
  width: auto;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0 10px 0 0;
  font-size: 1.4rem;
}
#mb-ajaxcart-wrapper .product-add-form .actions button.primary span,
#mb-ajaxcart-wrapper .product-add-form .actions .cart.table-wrapper .actions-toolbar > .action.primary span,
#mb-ajaxcart-wrapper .product-add-form .actions .action-gift.primary span {
  line-height: 25px;
}
#mb-ajaxcart-wrapper .product-options-wrapper .fieldset .field {
  margin-bottom: 10px;
}
#mb-ajaxcart-wrapper .price-box {
  margin: 7px 0;
}
#mb-ajaxcart-wrapper .price-box .price {
  color: #cc3500;
  font-size: 16px;
  font-weight: bold;
}
#mb-ajaxcart-wrapper p.error-message {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.ajaxcart-product-image {
  display: inline;
  margin: 5px;
}
.ajaxcart-success-box {
  text-align: center;
}
/*Upgrade*/
.mb-ajaxsuite-popup-border .ajaxcart-message-cartinfo {
  margin-top: 10px;
}
.mb-ajaxsuite-popup-border .block.related {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid lightgrey;
}
.mb-ajaxsuite-popup-border .block.related .block-actions {
  display: none;
}
.mb-ajaxsuite-popup-border .block.related .product-item-info .product-item-actions,
.mb-ajaxsuite-popup-border .block.related .product-item-info .field.choice.related {
  display: none;
}
.block-minicart > .loading-mask {
  position: absolute;
}
.block-minicart > .loading-mask > .loader img {
  position: absolute;
}
.minicart-items-wrapper {
  height: auto !important;
}
.catalog-product-view .messages[role="alert"] > div {
  display: none;
}
.catalog-product-view .messages[role="alert"] > div:first-child {
  display: block;
}
.mb-ajaxsuite-popup-wrapper {
  top: 10%;
  left: 30%;
  display: none;
  position: fixed;
  background: white;
  z-index: 1002;
}
.mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -30px;
  right: -30px;
  opacity: 1;
  cursor: pointer;
  z-index: 300;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
.mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close:hover {
  color: #2879fe;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup .center {
  text-align: center;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border {
  margin: 10px;
}
/*Blank black*/
#mb-ajaxsuite-blank {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #000000;
  position: fixed;
  top: 0;
  z-index: 1001;
  display: none;
  left: 0;
}
@media (max-width: 767px) {
  .popup_mobile_cart {
    position: fixed;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    padding: 10px 20px 10px 35px;
    background-color: #0c834d;
    color: #fff;
    z-index: 999999;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 500ms;
  }
  .popup_mobile_cart.active {
    bottom: 50px;
    opacity: 1;
    visibility: visible;
  }
  .popup_mobile_cart i {
    font-size: 22px;
    position: absolute;
    left: 10px;
    top: 44%;
    transform: translateY(-50%);
  }
}
@media (max-width: 479px) {
  .mb-ajaxsuite-popup-wrapper {
    max-width: 90%;
  }
}
@media (max-width: 480px) and (orientation: landscape) {
  #mb-ajaxcart-wrapper {
    overflow-y: auto !important;
    max-height: 300px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mb-ajaxsuite-popup-wrapper {
    max-width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mb-ajaxsuite-popup-wrapper {
    max-width: 80%;
  }
}
@media (min-width: 769px) {
  #mb-ajaxcart-wrapper {
    width: 700px;
  }
}
@media (min-width: 980px) {
  .mb-ajaxsuite-popup-wrapper {
    max-width: 70%;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.op-banner-item {
  position: relative;
  overflow: hidden;
}
.op-banner-item.type-background .op-banner-image {
  display: block;
}
.op-banner-item .op-banner-image {
  margin-bottom: -5px;
}
.op-banner-item .op-banner-image img.img-responsive {
  width: 100%;
}
.op-banner-item .op-banner-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.op-description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.op-banner-background {
  background-size: cover;
  background-position: center;
  padding-bottom: 50%;
  background-repeat: no-repeat;
}
.parallax-box {
  background-attachment: fixed;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
#banner-slider-carousel .item-image.both.is-lookbook img.desktop {
  display: block;
}
#banner-slider-carousel .item-image.both.is-lookbook img.mobile {
  display: none;
}
@media (max-width: 768px) {
  #banner-slider-carousel .item-image.both img.desktop {
    display: none;
  }
}
@media (min-width: 769px) {
  #banner-slider-carousel .item-image.both img.mobile {
    display: none;
  }
}
#banner-slider-carousel .item-image.desktop.is-lookbook img.desktop {
  display: block;
}
#banner-slider-carousel .item-image.desktop.is-lookbook img.mobile {
  display: none;
}
#banner-slider-carousel .item-image.desktop img.desktop {
  display: block;
}
#banner-slider-carousel .item-image.desktop img.mobile {
  display: none;
}
#banner-slider-carousel .item-image.mobile.is-lookbook img.desktop {
  display: block;
}
#banner-slider-carousel .item-image.mobile.is-lookbook img.mobile {
  display: none;
}
#banner-slider-carousel .item-image.mobile img.desktop {
  display: none;
}
#banner-slider-carousel .item-image.mobile img.mobile {
  display: block;
}
#banner-slider-carousel:hover .owl-dots,
#banner-slider-carousel:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
#banner-slider-carousel .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#banner-slider-carousel .owl-nav button,
#banner-slider-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action,
#banner-slider-carousel .owl-nav .action-gift {
  opacity: 1;
  height: 50px;
  width: 50px;
  top: 50%;
  margin: 0;
  position: absolute;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
#banner-slider-carousel .owl-nav button:before,
#banner-slider-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action:before,
#banner-slider-carousel .owl-nav .action-gift:before {
  font-family: "mageplus-module";
  font-size: 22px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#banner-slider-carousel .owl-nav button.owl-prev,
#banner-slider-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
#banner-slider-carousel .owl-nav .action-gift.owl-prev {
  left: 1px;
}
#banner-slider-carousel .owl-nav button.owl-prev:before,
#banner-slider-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:before,
#banner-slider-carousel .owl-nav .action-gift.owl-prev:before {
  content: '\f053';
  left: 45%;
}
#banner-slider-carousel .owl-nav button.owl-next,
#banner-slider-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
#banner-slider-carousel .owl-nav .action-gift.owl-next {
  right: 1px;
}
#banner-slider-carousel .owl-nav button.owl-next:before,
#banner-slider-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:before,
#banner-slider-carousel .owl-nav .action-gift.owl-next:before {
  content: '\f054';
  left: 55%;
}
#banner-slider-carousel .owl-nav button:hover,
#banner-slider-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action:hover,
#banner-slider-carousel .owl-nav .action-gift:hover {
  background-color: #000;
  color: #fff;
}
#banner-slider-carousel .owl-nav button span,
#banner-slider-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action span,
#banner-slider-carousel .owl-nav .action-gift span {
  display: none;
}
#banner-slider-carousel .owl-dots {
  position: absolute;
  bottom: 2px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner-slider-carousel .owl-dots .owl-dot.active span {
  width: 15px;
  height: 15px;
}
#banner-slider-carousel .owl-dots .owl-dot span {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  display: none;
}
#banner-slider-carousel .owl-item img {
  transform-style: unset;
}
#banner-slider-carousel .item-video {
  height: 340px;
}
#banner-slider-carousel .banner-title {
  position: absolute;
  bottom: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.5);
  color: #F0F0F0;
  border-radius: 4px 4px 0 0;
  opacity: .5;
}
.banner-item:hover .banner-title {
  opacity: 1 !important;
}
#banner-slider-carousel .item-image .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
#banner-slider-carousel .item-image .custom-position {
  z-index: 1;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.op-banner-item.position-center .op-description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.op-banner-item.position-top-left .op-description {
  left: 30px;
  top: 30px;
  transform: translate(0, 0);
  text-align: left;
}
.op-banner-item.position-top-center .op-description {
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
  text-align: center;
}
.op-banner-item.position-top-right .op-description {
  left: auto;
  right: 30px;
  top: 30px;
  transform: translate(0, 0);
  text-align: right;
}
.op-banner-item.position-middle-left .op-description {
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
  text-align: left;
}
.op-banner-item.position-middle-right .op-description {
  left: auto;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  text-align: right;
}
.op-banner-item.position-bottom-left .op-description {
  left: 30px;
  top: auto;
  bottom: 30px;
  transform: translate(0, 0);
  text-align: left;
}
.op-banner-item.position-bottom-center .op-description {
  left: 50%;
  top: auto;
  bottom: 30px;
  transform: translate(-50%, 0);
  text-align: center;
}
.op-banner-item.position-bottom-right .op-description {
  left: auto;
  right: 30px;
  top: auto;
  bottom: 30px;
  transform: translate(0, 0);
  text-align: right;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
button.action.tocart.primary,
.cart.table-wrapper .actions-toolbar > .action.action.tocart.primary,
.action-gift.action.tocart.primary {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  body.md-hide-overflow-y .group-content-outside .mgp-overlay {
    opacity: 1;
    visibility: visible;
  }
}
.group-content-look-book .product-detail {
  z-index: 1;
}
.group-content-look-book .product-detail .lookbook-post-info .lookbook-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.group-content-look-book {
  z-index: 1;
}
.group-content-look-book .lookbook-description {
  margin-top: 10px;
  text-align: justify;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.group-content-look-book .lookbook-description a {
  color: black;
}
.group-content-look-book .see-more {
  margin-top: 10px;
}
.group-content-look-book .see-more .lookbook-description-more {
  display: none;
  width: 100%;
  bottom: 20px;
  text-align: justify;
  white-space: pre-line;
  border: 1px solid transparent;
  position: absolute;
  background: #fff;
  max-width: 400px;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
  transition: ease-in-out 300ms;
}
.group-content-look-book .see-more .move-to-see-more:hover {
  color: #f36f25;
  cursor: pointer;
}
.group-content-look-book .see-more .move-to-see-more:hover .lookbook-description-more {
  display: block;
  transform: translate(0, -20px);
  color: black;
}
.lookbook.item {
  z-index: 3;
}
.lookbook.item:hover .lookbook-circle-fill,
.lookbook.item:hover .lookbook-icon {
  background-color: #aa1409;
}
.lookbook.item:hover .lookbook-circle {
  border-color: #aa1409;
}
.lookbook.item .lookbook-icon {
  width: 35px;
  height: 35px;
  display: block;
  color: #fff;
  background-color: #00aff2;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: ease-in-out 300ms;
}
.lookbook.item .lookbook-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-detail {
  width: 400px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  transition: ease-in-out 300ms;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: translate(0, 0) scale(0.7);
}
.product-detail.show-popup {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  transition: ease-in-out 300ms;
}
.product-detail.show-popup.position-top {
  transform: translate(-45%, -101%) scale(1);
}
.product-detail.show-popup.position-top-left {
  transform: translate(-100%, -97%) scale(1);
}
.product-detail.show-popup.position-top-right {
  transform: translate(9%, -97%) scale(1);
}
.product-detail.show-popup.position-right {
  transform: translate(10%, -45%) scale(1);
}
.product-detail.show-popup.position-right-bottom {
  transform: translate(8%, 8%) scale(1);
}
.product-detail.show-popup.position-bottom {
  transform: translate(-46%, 13%) scale(1);
}
.product-detail.show-popup.position-bottom-left {
  transform: translate(-101%, 9%) scale(1);
}
.product-detail.show-popup.position-left {
  transform: translate(-101%, -40%) scale(1);
}
@media (max-width: 991px) {
  .product-detail {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 100;
    transform: translate(-50%, -50%) !important;
  }
}
@media (max-width: 480px) {
  .product-detail {
    width: 90%;
  }
}
.product-detail .product-info {
  display: flex;
}
.product-detail .product-info .product-item-photo {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 480px) {
  .product-detail .product-info .product-item-photo {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
.product-detail .product-info .product-main-image img {
  padding-right: 20px;
}
.product-detail .product-info .product-info-main {
  padding-top: 15px;
}
.product-detail .product-info .product-info-main .stock {
  font-size: 12px;
}
.product-detail .product-info .product-info-main .stock.available .label + span {
  color: #0ECE00;
}
.product-detail .product-info .product-info-main .stock.unavailable .label + span {
  color: red;
}
.product-detail .product-info .product-info-main .product-item-name {
  font-size: 18px;
}
.product-detail .product-info .product-info-main .product-item-name .product-item-link {
  text-decoration: none;
}
.product-detail .product-info .product-info-main .product-item-name .product-item-link:hover {
  color: #aa1409;
}
.product-detail .product-info .product-info-main .product-item-inner {
  margin-top: 30px;
}
.close-look-book {
  font-size: 16px;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  color: #000;
}
.close-look-book:hover {
  color: #aa1409;
}
.lookbook-circle {
  width: 65px;
  height: 65px;
  top: -15px;
  left: -15px;
  position: absolute;
  background-color: transparent;
  border-radius: 50% !important;
  border: 2px solid rgba(0, 175, 242, 0.9);
  opacity: .5;
  animation: lookbook-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
}
.lookbook-circle-fill {
  width: 45px;
  height: 45px;
  top: -5px;
  left: -5px;
  position: absolute;
  background-color: rgba(0, 175, 242, 0.9);
  border-radius: 100% !important;
  border: 2px solid transparent;
  animation: lookbook-circle-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
}
@keyframes lookbook-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1;
  }
}
@keyframes lookbook-circle-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.g-flex {
  display: flex;
  flex-flow: row wrap;
}
.g-flex.row-col-1 .flex-item {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .g-flex.row-col-3 .flex-item,
  .g-flex.row-col-4 .flex-item,
  .g-flex.row-col-5 .flex-item,
  .g-flex.row-col-6 .flex-item,
  .g-flex.row-col-7 .flex-item,
  .g-flex.row-col-8 .flex-item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .g-flex.row-col-2 .flex-item,
  .g-flex.row-col-3 .flex-item,
  .g-flex.row-col-4 .flex-item,
  .g-flex.row-col-5 .flex-item,
  .g-flex.row-col-6 .flex-item,
  .g-flex.row-col-7 .flex-item,
  .g-flex.row-col-8 .flex-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 481px) {
  .g-flex.row-col-2 .flex-item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (min-width: 1201px) {
  .g-flex.row-col-3 .flex-item {
    flex: 1 1 33.33333333%;
    max-width: 33.33333333%;
  }
  .g-flex.row-col-4 .flex-item {
    flex: 1 1 25%;
    max-width: 25%;
  }
  .g-flex.row-col-5 .flex-item {
    flex: 1 1 20%;
    max-width: 20%;
  }
  .g-flex.row-col-6 .flex-item {
    flex: 1 1 16.66666667%;
    max-width: 16.66666667%;
  }
  .g-flex.row-col-7 .flex-item {
    flex: 1 1 14.28571429%;
    max-width: 14.28571429%;
  }
  .g-flex.row-col-8 .flex-item {
    flex: 1 1 12.5%;
    max-width: 12.5%;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.sidebar .op-blog-sidebar-main .block-title strong span,
.sidebar .op-blog-sidebar-main .block-title strong {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.sidebar .op-blog-sidebar-main .blog__sidebar-category-tree .block-collapsible-content.content {
  background-color: #fff;
  padding: 0;
}
.sidebar .op-blog-sidebar-main .blog__sidebar-category-tree ul.nav .item a {
  border: none;
  padding-left: 0;
}
.sidebar .op-blog-sidebar-main .blog__sidebar-category-tree ul.nav .item a:hover {
  background-color: #fff;
}
.sidebar .op-blog-sidebar-main .blog__sidebar-search form {
  position: relative;
}
.sidebar .op-blog-sidebar-main .blog__sidebar-search input {
  height: 40px;
  background-color: #f7f8fa;
  border-color: transparent;
}
.sidebar .op-blog-sidebar-main .blog__sidebar-search .action.primary,
.sidebar .op-blog-sidebar-main .blog__sidebar-search .amshopby-button,
.sidebar .op-blog-sidebar-main .blog__sidebar-search .am-filter-go {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background-color: transparent;
  color: #000;
  font-size: 20px;
  padding: 0 20px;
}
.sidebar .op-blog-sidebar-main .blog__sidebar-search .action.primary:hover,
.sidebar .op-blog-sidebar-main .blog__sidebar-search .amshopby-button:hover,
.sidebar .op-blog-sidebar-main .blog__sidebar-search .am-filter-go:hover {
  color: #2879fe;
}
.sidebar .op-blog-sidebar-main .blog__sidebar-recent .blog__post-mini-image {
  display: none;
}
.sidebar .op-blog-sidebar-main .blog__sidebar-recent .op-recent-name {
  font-size: 14px;
}
.sidebar .op-blog-sidebar-main .blog__sidebar-tag-cloud .block-content a {
  margin-right: 5px;
  text-transform: lowercase;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 7px;
  border-radius: 3px;
  background-color: #eee;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.mp-related-post {
  margin-top: 40px;
}
.mp-related-post .block-title {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding: 0 0 12px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.mp-related-post .blog-post-grid {
  margin: 0 -10px;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  .mp-related-post .blog-post-grid .blog__post-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .mp-related-post .blog-post-grid .blog__post-item {
    width: calc(50% - 20px);
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.blog__post-view-related-products {
  margin-top: 30px;
}
.blog__post-view-related-products .block-title {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding: 0 0 12px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.blog__post-view-related-products .product-items {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.blog__post-view-related-products .product-items .product-item {
  padding: 0 10px;
  text-align: center;
}
.blog__post-view-related-products .product-items .product-item .product-item-info {
  width: 100%;
}
@media (max-width: 768px) {
  .blog__post-view .blog__post-view-related-products .product-items .product-item {
    width: 50%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .blog__post-view .blog__post-view-related-products .product-items .product-item {
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .blog__post-view .blog__post-view-related-products .product-items .product-item {
    width: 25%;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.blog-post-grid {
  display: flex;
  flex-flow: row wrap;
}
.post-category-view .blog-post-grid {
  margin: 0 -10px;
}
.post-category-view .blog-post-grid .blog__post-item {
  margin-bottom: 30px;
}
.blog-post-list__toolbar {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 20px;
}
.blog-post-list__toolbar .pages {
  flex: 1 1 auto;
  margin-bottom: 10px;
}
.post-list-slider .blog__post-item {
  padding: 0;
}
.blog__post-item {
  padding: 0 10px;
  width: 100%;
}
.layout-default .blog__post-item {
  display: flex;
}
.layout-default .blog__post-item .blog__post-image {
  flex: 1 1 50%;
  max-width: 50%;
  margin-right: 30px;
}
.layout-default .blog__post-item .blog__post-image .feature-background {
  padding-bottom: 130%;
}
.layout-default .blog__post-item .blog__post-description {
  flex: 1 1 50%;
  max-width: 50%;
}
.layout-default .blog__post-item .blog__post-description .blog__post-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px 0 30px;
  position: relative;
  padding-bottom: 5px;
}
.layout-default .blog__post-item .blog__post-description .blog__post-title:after {
  content: '';
  width: 60px;
  height: 3px;
  background-color: #aa1409;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.layout-default .blog__post-item .blog__post-description .blog__post-title a {
  color: #666;
}
.layout-default .blog__post-item .blog__post-description .blog__post-title a:hover {
  color: #aa1409;
}
.layout-default .blog__post-item .blog__post-description .blog__post-short {
  margin-bottom: 50px;
}
.layout-style-1 .blog__post-item:hover .blog__post-description:before {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
.layout-style-1 .blog__post-item .blog__post-description {
  text-align: center;
  margin-top: -70px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.layout-style-1 .blog__post-item .blog__post-description:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
  border-radius: 5px;
  transition: all 500ms;
}
.layout-style-1 .blog__post-item .blog__post-description .blog__post-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.layout-style-1 .blog__post-item .blog__post-description .blog__post-short {
  margin-bottom: 15px;
}
.blog__post-item .blog__post-category {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
}
.layout-style-1 .blog__post-item .blog__post-category a {
  padding: 0 7px;
}
.blog__post-item .blog__post-category a {
  padding-right: 14px;
}
.blog__post-item .blog__post-category a:hover {
  color: #000 !important;
}
.blog__post-item .blog__post-title {
  margin-top: 10px;
}
.blog__post-item .blog__post-meta {
  margin-top: 5px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.layout-style-1 .blog__post-item .blog__post-meta {
  justify-content: center;
}
.layout-style-1 .blog__post-item .blog__post-meta > * {
  margin: 0 5px;
}
.blog__post-item .blog__post-meta > * {
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
  line-height: 20px;
}
.blog__post-item .op-read-more {
  margin-top: 15px;
}
.blog__post-item .btn-read-more {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #aa1409;
  transition: ease-in-out 300ms;
}
.blog__post-item .btn-read-more i {
  margin-left: 5px;
  transition: ease-in-out 300ms;
}
.blog__post-item .btn-read-more:hover i {
  margin-left: 10px;
}
.blog__post-item .blog__post-image {
  position: relative;
}
.blog__post-item .blog__post-image .feature-background {
  background-size: cover;
  background-position: center;
  padding-bottom: 60%;
}
.blog__post-item .blog__post-image img {
  width: 100%;
}
.blog__post-item .blog__post-image .blog__post-meta-time {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #fff;
  color: #aa1409;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.blog__post-item .blog__post-image .blog__post-meta-time .item-time {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.blog__post-item .blog__post-image .blog__post-meta-time .item-time.date-month {
  background-color: #aa1409;
  color: #fff;
}
.blog__post-item .blog__post-image .blog__post-meta-time .item-time .month {
  font-size: 14px;
}
.op-related-post {
  margin-top: 40px;
}
.op-related-post .block-title {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding: 0 0 12px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.op-related-post .blog-post-grid {
  margin: 0 -10px;
}
@media (max-width: 576px) {
  .blog__post-grid-wrapper.grid-3column .blog-post-grid .blog__post-item {
    width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  .blog__post-grid-wrapper.grid-3column .blog-post-grid .blog__post-item,
  .blog__post-grid-wrapper.grid-4column .blog-post-grid .blog__post-item,
  .blog__post-grid-wrapper.grid-5column .blog-post-grid .blog__post-item,
  .blog__post-grid-wrapper.grid-6column .blog-post-grid .blog__post-item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 577px) {
  .blog__post-grid-wrapper.grid-2column .blog-post-grid .blog__post-item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .blog__post-grid-wrapper.grid-3column .blog-post-grid .blog__post-item,
  .blog__post-grid-wrapper.grid-4column .blog-post-grid .blog__post-item,
  .blog__post-grid-wrapper.grid-5column .blog-post-grid .blog__post-item,
  .blog__post-grid-wrapper.grid-6column .blog-post-grid .blog__post-item {
    width: calc(33.3333% - 20px);
  }
}
@media (min-width: 1200px) {
  .blog__post-grid-wrapper.grid-4column .blog-post-grid .blog__post-item {
    width: calc(25% - 20px);
  }
  .blog__post-grid-wrapper.grid-5column .blog-post-grid .blog__post-item {
    width: calc(20% - 20px);
  }
  .blog__post-grid-wrapper.grid-6column .blog-post-grid .blog__post-item {
    width: calc(16.666% - 20px);
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.blog__post-list-wrapper .blog__post-list .blog__post-item {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0;
}
.blog__post-list-wrapper .blog__post-list .blog__post-item + .blog__post-item {
  margin-top: 60px;
}
.blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-image a {
  display: inline-block;
}
.blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-content .blog__post-category {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-content .blog__post-category a {
  margin-right: 10px;
}
.blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-content .blog__post-category a:hover {
  color: #000 !important;
}
.blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-content .blog__post-title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 3px;
  font-weight: 500;
  letter-spacing: -.02em;
}
.blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-content .blog__post-title a {
  display: inline-block;
}
.blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-content .blog__post-short {
  margin-top: 20px;
}
.blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-content .blog__post-meta {
  margin-top: 20px;
  font-size: 12px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-content .blog__post-meta > * {
  margin-right: 20px;
}
.blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-content .blog__post-group-action {
  margin-top: 20px;
}
.blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-content .blog__post-group-action a {
  line-height: 37px;
  padding: 0 30px;
  border-radius: 3px;
  vertical-align: middle;
  display: inline-block;
  height: 35px;
}
.blog__post-list-wrapper .toolbar .limiter,
.blog__post-list-wrapper .toolbar .toolbar-amount {
  display: none;
}
@media (min-width: 992px) {
  .blog__post-list-wrapper .blog__post-item .blog__post-image {
    width: 60%;
  }
  .blog__post-list-wrapper .blog__post-item .blog__post-image a {
    padding-right: 40px;
  }
  .blog__post-list-wrapper .blog__post-item .blog__post-content {
    width: 40%;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.blog__post-pinned {
  margin-bottom: 3rem;
  position: relative;
}
.blog__post-pinned:before,
.blog__post-pinned:after {
  content: '';
  display: table;
}
.blog__post-pinned:after {
  clear: both;
}
.blog__post-pinned .block-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  width: 100%;
}
.blog__post-pinned .items .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.blog__post-pinned .items .item img {
  width: 100%;
  margin-bottom: 1rem;
}
.blog__post-pinned .items .item:last-child {
  margin-right: 0;
}
.blog__post-pinned .items .item h2 {
  display: block;
  margin-top: 0;
  font-weight: 500;
}
.blog__post-pinned .items .item h2 a.title {
  color: #333;
  font-size: 1.8rem;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.blog__post-view .blog__post-category {
  text-align: center;
}
.blog__post-view .blog__post-category a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 5px;
}
.blog__post-view .blog__post-content {
  margin-bottom: 20px;
  padding: 0;
}
.blog__post-view .blog__post-content .blog__post-feature-image {
  display: grid;
}
.blog__post-view .blog__post-content .blog__post-feature-image img {
  width: 100%;
}
.blog__post-view .blog__post-content .blog__post-feature-image .blog__post-category {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 20px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.blog__post-view .blog__post-content .blog__post-feature-image .blog__post-category a {
  color: #aa1409;
}
.blog__post-view .blog__post-content .blog__post-text {
  margin-top: 20px;
}
.blog__post-view .blog__post-group-bottom {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .blog__post-view.post-type-box {
    max-width: 70%;
    margin: 0 auto;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.blog__post-category .blog__post-footer {
  margin-bottom: 10px;
}
.blog__post-category .blog__post-footer .blog__post-footer-categories {
  float: none;
  margin-left: 0;
}
.blog__post-category .blog__post-footer .blog__post-footer-categories i {
  display: none;
}
.blog__post-category .blog__post-footer .blog__post-footer-categories a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 5px;
}
.blog__post-category .blog__post-footer .blog__post-footer-categories a:after {
  display: none;
}
.blog__post-category .blog__post-categories-items i {
  display: none;
}
.blog__post-category .blog__post-categories-items a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 5px;
}
.blog__post-category .blog__post-categories-items a:after {
  display: none;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.category-list-name {
  padding: 20px 0;
  margin-bottom: 20px;
}
.category-list-name ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.category-list-name ul li {
  margin: 0 15px;
}
.category-list-name ul li.current a {
  color: #000;
}
.category-list-name ul li a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
}
.category-list-name ul li a:hover {
  color: #2879fe;
}
.read-more {
  text-decoration-line: underline;
  background-color: transparent;
  box-sizing: border-box;
  transition: color 0.2s ease-in-out 0s;
  margin-bottom: 16px;
  cursor: pointer;
  color: #afa9ab;
  outline: 0px;
  text-underline-position: under;
  text-decoration-style: initial;
  display: block;
  -webkit-font-smoothing: antialiased;
  text-decoration-color: initial;
}
.hide-content {
  text-decoration-line: underline;
  background-color: transparent;
  box-sizing: border-box;
  transition: color 0.2s ease-in-out 0s;
  margin-bottom: 16px;
  cursor: pointer;
  color: #afa9ab;
  outline: 0px;
  text-underline-position: under;
  text-decoration-style: initial;
  display: block;
  -webkit-font-smoothing: antialiased;
  text-decoration-color: initial;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.product.info.detailed {
  margin-top: 30px;
}
.product.data.items .fieldset .review-legend.legend strong {
  display: inline;
  margin-left: .5em;
}
.product.data.items.expanded {
  border-bottom: 1px solid #d1d1d1;
}
.product.data.items.expanded > .item.title,
.product.data.items.expanded > .item.content {
  border: none;
  float: none;
  margin: 0;
}
.product.data.items.expanded .data.item.content {
  display: block !important;
}
.product.data.items.expanded > .item.title {
  border-top: 1px solid #d1d1d1;
}
.product.data.items .data.item.content[aria-hidden="false"] {
  display: block;
}
.data.expanded .title .counter::before {
  content: '(';
}
.data.expanded .title .counter::after {
  content: ')';
}
.product.info.detailed .default .item.title {
  float: none;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.product.info.detailed .default .item.title.active:after {
  content: '\f077';
}
.product.info.detailed .default .item.title:after {
  content: '\f078';
  font-family: 'mageplus-module';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  z-index: 2;
}
.product.info.detailed .default .item.title > .switch {
  height: 40px;
  line-height: 45px;
  padding: 0 15px !important;
  background-color: #fff;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}
.product.info.detailed .default .item.title > .switch:hover,
.product.info.detailed .default .item.title > .switch:visited {
  background-color: #fff !important;
}
.product.info.detailed .default .item.content {
  margin-left: 0;
  float: none;
  border-top: 0;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
}
.product.info.detailed .horizontal .data.item.title {
  margin-right: 0;
}
.product.info.detailed .horizontal .data.item.title .data.switch {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  border: 0;
  background-color: #fff;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  position: relative;
}
@media (max-width: 768px) {
  .product.info.detailed .horizontal .data.item.title .data.switch {
    padding-left: 0;
  }
  .product.info.detailed .horizontal .data.item.title .data.switch:after {
    content: '\f078';
    font-family: 'Mageplus';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .product.info.detailed .horizontal .data.item.title.active .data.switch:after {
    content: '\f077';
  }
}
.product.info.detailed .horizontal .data.item.title:hover .data.switch,
.product.info.detailed .horizontal .data.item.title.active .data.switch {
  border-bottom-color: #0145b2;
}
.product.info.detailed .horizontal .data.item.content {
  margin-top: 50px;
  background-color: #fff;
  padding: 15px 0 15px 0;
  display: none;
}
.product.info.detailed .horizontal .data.item.content[aria-hidden="false"] {
  display: block;
}
@media (max-width: 768px) {
  .product.info.detailed .horizontal .data.item.content {
    margin-top: 0;
    border: 0;
  }
}
.product.info.detailed .vertical {
  display: flex;
  flex-flow: row wrap;
}
.product.info.detailed .vertical .group-title {
  flex: 1 1 25%;
  max-width: 25%;
}
.product.info.detailed .vertical .group-title .item.title.active .switch {
  background-color: #aa1409;
  color: #fff;
  position: relative;
}
.product.info.detailed .vertical .group-title .item.title.active .switch:after {
  content: '';
  border: 8px solid transparent;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  border-left-color: #aa1409;
}
.product.info.detailed .vertical .group-title .item.title .switch {
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  background-color: #eee;
}
.product.info.detailed .vertical .group-content {
  flex: 1 1 65%;
  border: 1px solid #ddd;
  padding: 15px;
  margin-left: 15px;
  position: relative;
}
.product.info.detailed .vertical .group-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: 5px;
  background-color: #aa1409;
}
.product.info.detailed .expanded .item.title .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 25px;
}
.product.data.items > .item.title.active > .data.switch {
  color: #000;
}
@media (max-width: 768px) {
  .product.info.detailed .horizontal .group-title .item.title {
    width: 50%;
    border: none;
  }
  .product.info.detailed .horizontal .group-title .item.title .switch {
    text-align: center;
    padding: 0 15px;
  }
  .product.info.detailed .vertical .group-title .item.title.active .switch:after {
    display: none;
  }
  .product.info.detailed .vertical .group-title,
  .product.info.detailed .vertical .group-content {
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .product.info.detailed .horizontal .group-title .item.title {
    width: 100%;
  }
  .product.info.detailed .horizontal .group-title .item.title .switch {
    text-align: left;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.modal_newsletter_popup {
  text-align: center;
}
.modal_newsletter_popup .mfp-close {
  position: absolute;
  background-color: transparent;
  border: 0 none;
  color: #fff !important;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  padding: 0;
  right: -30px;
  font-size: 28px;
  top: -30px;
  width: 40px;
}
.modal_newsletter_popup .mfp-close:before {
  content: none;
}
.modal_newsletter_popup .mfp-close em {
  display: block;
}
.modal_newsletter_popup .mfp-close:hover {
  background-color: transparent;
  color: #aa1409 !important;
}
.modal_newsletter_popup .block-popup-subscribe {
  position: relative;
  border-radius: 5px;
  display: flex;
  flex-flow: row nowrap;
}
.modal_newsletter_popup .newsletter_popup {
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  text-align: center;
  border-radius: 5px;
}
.modal_newsletter_popup .newsletter-popup-title h4 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: #191919;
}
.modal_newsletter_popup .newsletter-popup-content {
  text-align: center;
  padding-bottom: 10px;
}
.modal_newsletter_popup .text-before-subscribe {
  font-size: 12px;
  margin-bottom: 15px;
}
.modal_newsletter_popup .newsletter-popup-form .block.newsletter {
  width: auto;
}
.modal_newsletter_popup .newsletter-popup-form form.subscribe {
  display: block !important;
}
.modal_newsletter_popup .newsletter-popup-form form > * {
  display: block;
}
.modal_newsletter_popup .newsletter-popup-form form .form-group {
  margin-bottom: 20px;
  margin-right: 0;
}
.modal_newsletter_popup .newsletter-popup-form form .form-group input {
  border: none;
  background: #f7f8fa;
  font-size: 14px;
  border-radius: 5px;
}
.modal_newsletter_popup .newsletter-popup-form form .form-group.group-name .control {
  display: flex;
  justify-content: flex-end;
}
.modal_newsletter_popup .newsletter-popup-form form .form-group.group-name .control:before {
  display: none;
}
.modal_newsletter_popup .newsletter-popup-form form .form-group.group-name .control .newsletter-input {
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.modal_newsletter_popup .newsletter-popup-form form .form-group.group-name .control .newsletter-input:first-child {
  margin-right: 20px;
}
.modal_newsletter_popup .newsletter-popup-form form .form-group.group-name .control .newsletter-input input {
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
}
.modal_newsletter_popup .newsletter-popup-form form .form-group.group-name .control .newsletter-input input::placeholder {
  color: #c2c2c2;
}
.modal_newsletter_popup .newsletter-popup-form form .actions {
  padding: 0 0 20px;
  position: static;
  transform: none;
}
.modal_newsletter_popup .newsletter-popup-form form .actions .btn {
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin-left: 0;
  border-radius: 5px;
}
.modal_newsletter_popup .newsletter-popup-form form .checkbox #dont_show {
  height: auto;
  margin-top: 0;
  position: relative;
  top: 1px;
}
.modal_newsletter_popup .newsletter-popup-form input[type="email"] {
  text-align: center;
}
.modal_newsletter_popup .newsletter-popup-form .pop-sletter-footer {
  text-align: center;
  padding: 15px;
  font-size: 12px;
  background-color: #f4f4f4;
}
.modal_newsletter_popup .newsletter-popup-form div.checkbox {
  color: #333333;
  padding: 0px 8px 10px;
  margin: 0;
}
.modal_newsletter_popup .newsletter-popup-form div.checkbox label {
  font-size: 14px;
  display: inline-block;
}
.modal_newsletter_popup .newsletter-popup-form div.checkbox input {
  margin-top: 4px;
}
.modal_newsletter_popup .block-popup-top {
  padding: 45px 20px;
}
.modal_newsletter_popup .block-popup-top .block-popup-content {
  font-size: 14px;
  color: #666666;
}
.modal_newsletter_popup .modals-wrapper .modal-popup .modal-inner-wrap {
  margin-top: 650px;
  width: 600px;
  padding: 0 0 10px 0;
  height: 40px;
  background-color: #0c834d;
  color: #fff;
}
.modal_newsletter_popup .modals-wrapper .modal-popup .modal-inner-wrap .modal-content {
  line-height: 40px;
  overflow-y: hidden;
}
.modal_newsletter_popup .modals-wrapper .modal-popup .modal-inner-wrap .modal-footer {
  display: none;
}
.modal_newsletter_popup .modals-wrapper .modal-popup .modal-inner-wrap .modal-header {
  display: none;
}
.block-popup-content .newsletter-popup-form .newsletter .error_message_pop {
  padding: 10px 20px 10px 35px;
  background-color: #e54956;
  color: black;
}
.content-column-inner .newsletter .success_message {
  padding: 10px 20px 10px 35px;
  background-color: #0c834d;
  color: #fff;
}
.content-column-inner .newsletter .error_message {
  padding: 10px 20px 10px 35px;
  background-color: #e54956;
  color: black;
}
@media (max-width: 991px) {
  .modal_newsletter_popup .newsletter_popup {
    width: 90% !important;
  }
  .modal_newsletter_popup .newsletter_popup.hide_mobile {
    display: none !important;
  }
  .modal_newsletter_popup .newsletter_popup .block-popup-subscribe .block-popup-background {
    display: none;
  }
  .modal_newsletter_popup .newsletter_popup .block-popup-subscribe .block-popup-top {
    width: 100%;
  }
  .modal_newsletter_popup .newsletter_popup .mfp-close {
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .modal_newsletter_popup .block-popup-subscribe.no-background-image .block-popup-top {
    width: 100%;
  }
  .modal_newsletter_popup .block-popup-subscribe .block-popup-background {
    width: 50%;
    border-radius: 5px 0 0 5px;
    background-size: cover;
  }
  .modal_newsletter_popup .block-popup-subscribe .block-popup-top {
    width: calc(50% - 20px);
  }
}
/*
 * Copyright (c) 2019. Mageplus Team.  All rights reserved.
 */
/*
 * Copyright (c) 2019. Mageplus Team.  All rights reserved.
 */
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
body.show-quickView {
  overflow: hidden;
}
.fancybox-button.fancybox-close-small {
  right: -34px;
  top: -34px;
  background: none;
}
.fancybox-button.fancybox-close-small:before {
  content: '\f00d';
  font-family: mageplus-module;
  font-size: 20px;
}
.fancybox-button.fancybox-close-small:hover {
  background: none;
}
.fancybox-button.fancybox-close-small svg {
  display: none;
}
.ajaxcart-success-box.fancybox-content {
  max-width: 700px;
  text-align: center;
  padding: 30px;
  overflow: visible;
}
.ajaxcart-success-box.fancybox-content .success-content .content-top {
  display: flex;
  flex-flow: row;
}
.ajaxcart-success-box.fancybox-content .success-content .content-top .column--content {
  flex: 0 0 50%;
  max-width: 50%;
}
.ajaxcart-success-box.fancybox-content .success-content .content-top .column--content .content-inner {
  padding: 0 10px;
}
.ajaxcart-success-box.fancybox-content .success-content .mp-message-successs {
  color: #191919;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
.ajaxcart-success-box.fancybox-content .success-content img.image {
  max-width: 100%;
  width: 34%;
  margin: 10px;
}
.ajaxcart-success-box.fancybox-content .success-content .product-name {
  font-weight: 400;
  font-size: 14px;
  margin-top: 12px;
  color: #191919;
}
.ajaxcart-success-box.fancybox-content .success-content .mp-product-total,
.ajaxcart-success-box.fancybox-content .success-content .mp-product-qty {
  font-weight: 500;
  font-size: 14px;
  margin-top: 7px;
  color: #191919;
  text-transform: uppercase;
}
.ajaxcart-success-box.fancybox-content .success-content .mp-count-items-cart {
  margin-bottom: 15px;
}
.ajaxcart-success-box.fancybox-content .success-content .mp-cart-sub-total .title-total {
  font-weight: 500;
  color: #191919;
  margin-top: 11px;
  text-transform: uppercase;
}
.ajaxcart-success-box.fancybox-content .success-content .mp-cart-sub-total .value-total {
  font-size: 24px;
  font-weight: 600;
}
.ajaxcart-success-box.fancybox-content .success-content .ajaxcart-buttons {
  margin: 10px 0 10px;
}
.ajaxcart-success-box.fancybox-content .success-content .ajaxcart-buttons .action.primary,
.ajaxcart-success-box.fancybox-content .success-content .ajaxcart-buttons .amshopby-button,
.ajaxcart-success-box.fancybox-content .success-content .ajaxcart-buttons .am-filter-go {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
}
.ajaxcart-success-box.fancybox-content .success-content .ajaxcart-buttons .action.primary.buton-border,
.ajaxcart-success-box.fancybox-content .success-content .ajaxcart-buttons .amshopby-button.buton-border,
.ajaxcart-success-box.fancybox-content .success-content .ajaxcart-buttons .am-filter-go.buton-border {
  line-height: 32px;
}
.ajaxcart-success-box.fancybox-content .fancybox-button.fancybox-close-small {
  color: #000;
  border: none;
}
.page-layout-1column-quickview .quickview-popup-container {
  margin: auto 0;
}
.page-layout-1column-quickview .mp-quickview-main {
  padding: 20px 0;
  display: flex;
}
.page-layout-1column-quickview .mp-quickview-main .product-info-main .page-title-wrapper {
  text-align: left;
  margin: 0;
}
.page-layout-1column-quickview .mp-quickview-main .product-info-main .page-title-wrapper .page-title {
  margin-top: 0;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 5px;
}
.page-layout-1column-quickview .mp-quickview-main .product-info-main .product-reviews-summary {
  margin: 5px 0;
  font-size: 80%;
}
.page-layout-1column-quickview .mp-quickview-main .product-info-main .product-reviews-summary .rating-summary {
  left: 0;
  margin-right: 7px;
}
.page-layout-1column-quickview .mp-quickview-main .product-info-main .product-reviews-summary .reviews-actions {
  left: 5px;
}
.page-layout-1column-quickview .mp-quickview-main .product-info-main .product-info-price {
  position: relative;
  margin-top: 10px;
}
.page-layout-1column-quickview .mp-quickview-main .product-info-main .product-info-price .product-info-stock-sku {
  margin: 0;
  padding: 0;
  font-size: 90%;
}
.page-layout-1column-quickview .mp-quickview-main .product-info-main .product-info-price .product-info-stock-sku .stock.available span {
  color: green;
}
.page-layout-1column-quickview .mp-quickview-main .product-info-main .product-info-price .product-info-stock-sku .stock.unavailable span {
  color: red;
}
.page-layout-1column-quickview .mp-quickview-main .product-info-main .product-add-form {
  margin-top: 10px;
  border: none;
}
.page-layout-1column-quickview .mp-quickview-main .product-info-main .product-add-form .product-options-bottom .box-tocart .qty .control {
  padding-left: 0;
}
.page-layout-1column-quickview .mp-quickview-main .product.media {
  padding: 0 15px;
}
.page-layout-1column-quickview .mp-quickview-main .product.media .fotorama__wrap .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#button_sharethis {
  position: fixed;
  right: 20px;
  z-index: 9999;
  bottom: 65px;
}
#button_sharethis .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #f36f25 !important;
  color: #fff !important;
}
#button_sharethis .ib-hover.icon-color-productview:hover {
  background-color: #aa4409 !important;
}
#button_sharethis .label {
  display: none;
}
#button_sharethis .group-social-share {
  right: 43px;
  left: auto;
  bottom: 0;
}
#button_sharethis .sharethis-sticky-share-buttons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#button_sharethis .sharethis-sticky-share-buttons .st-btn {
  display: block !important;
  width: calc(50% - 4px);
  -webkit-flex: unset;
  flex: unset;
  margin: 2px;
}
@media (min-width: 769px) {
  #button_sharethis {
    display: none;
  }
}
.mp-instagram-lists {
  display: flex;
  flex-flow: row wrap;
}
.mp-instagram-lists .instagram-item > a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.mp-instagram-lists .instagram-item > a:hover:before,
.mp-instagram-lists .instagram-item > a:hover:after {
  opacity: 1;
}
.mp-instagram-lists .instagram-item > a:before {
  content: "\e9a8";
  font-family: 'FontMageplus';
  font-size: 20px;
  line-height: 1;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 7;
  transform: translate(-50%, -50%);
}
.mp-instagram-lists .instagram-item > a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 500ms;
}
.mp-instagram-lists .instagram-item img {
  width: 100%;
}
@media (max-width: 768px) {
  .mp-instagram-lists .instagram-item {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mp-instagram-lists .instagram-item {
    width: 33.3333%;
  }
}
@media (min-width: 991px) {
  .mp-instagram-lists .instagram-item {
    width: 16.6666%;
  }
}
#mp-whatsappchat a {
  position: fixed;
  z-index: 9999;
  float: right;
  cursor: pointer;
  min-width: 40px;
  max-width: 80px;
  text-align: center;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  -ms-transition: All .5s ease;
  transition: All .5s ease;
}
@media (max-width: 767px) {
  #mp-whatsappchat .btn-web {
    display: none;
  }
}
@media (min-width: 768px) {
  #mp-whatsappchat .btn-mobile {
    display: none;
  }
}
.apple-signup {
  margin-bottom: 0;
}
.apple-signup .signinwithapple {
  background: #000000;
  padding: 0 15px 0 0;
  border: 1px solid #000000;
  margin-top: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.apple-signup .signinwithapple:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}
.apple-signup .signinwithapple:active,
.apple-signup .signinwithapple:focus {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}
.apple-signup .apple-icon:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 27px;
  vertical-align: middle;
  background: url(../../frontend/Mageplus/base/en_US/Zealousweb_AppleLogin/images/apple.png) no-repeat 0 0;
  background-size: 22px;
}
.apple-icon {
  display: inline-block;
  padding: 9px 12px;
  background: #ffffff;
  margin-right: 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: 1px solid #000000;
}
.apple-login-container {
  width: 48%;
  clear: none !important;
}
.page-main .block.block-new-customer {
  margin-bottom: 20px;
}
.space-container {
  padding: 10px 0;
}
.checkout-popup-modal {
  text-align: center;
}
.checkout-popup-modal .space-container,
.checkout-popup-modal .block-customer-login {
  text-align: center;
}
.checkout-popup-modal .block.block-customer-login.apple-signup {
  margin: 0 auto;
  display: inline-block;
  float: none;
  padding: 0;
}
.block.block-customer-login.apple-signup {
  width: 100%;
}
.rtl .apple-signup .signinwithapple {
  padding: 0 0 0 15px;
}
.rtl .apple-icon {
  float: right;
  margin-right: 0;
  padding-left: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: 0;
  border-left: 1px solid #000000;
}
.rtl .apple-btn-text {
  padding: 13px 10px 10px 0;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .checkout-popup-modal .apple-signup .signinwithapple {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-popup-modal .block.block-customer-login.apple-signup {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .apple-login-container {
    width: 100%;
    margin-bottom: 15px;
  }
}
.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.8rem;
}
.block-cart-failed .block-title strong {
  font-weight: normal;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary,
.cart-container .checkout-methods-items .amshopby-button,
.cart-container .checkout-methods-items .am-filter-go {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart {
  position: relative;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  margin: 20px 0;
  font-weight: normal;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child,
.block-minicart .block-content > .actions > .primary .amshopby-button:last-child,
.block-minicart .block-content > .actions > .primary .am-filter-go:last-child {
  margin-bottom: 0;
}
.block-minicart .block-content > .actions > .primary .action.primary span,
.block-minicart .block-content > .actions > .primary .amshopby-button span,
.block-minicart .block-content > .actions > .primary .am-filter-go span {
  display: inline-block;
  text-decoration: none;
}
.block-minicart .block-content > .actions > .primary .action.primary span > span,
.block-minicart .block-content > .actions > .primary .amshopby-button span > span,
.block-minicart .block-content > .actions > .primary .am-filter-go span > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-minicart .block-content > .actions > .primary .action.primary span:after,
.block-minicart .block-content > .actions > .primary .amshopby-button span:after,
.block-minicart .block-content > .actions > .primary .am-filter-go span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 22px;
  color: inherit;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary .action.primary span:hover:after,
.block-minicart .block-content > .actions > .primary .amshopby-button span:hover:after,
.block-minicart .block-content > .actions > .primary .am-filter-go span:hover:after {
  color: inherit;
}
.block-minicart .block-content > .actions > .primary .action.primary span:active:after,
.block-minicart .block-content > .actions > .primary .amshopby-button span:active:after,
.block-minicart .block-content > .actions > .primary .am-filter-go span:active:after {
  color: inherit;
}
.block-minicart .block-content > .actions > .primary .action.primary span:after,
.block-minicart .block-content > .actions > .primary .amshopby-button span:after,
.block-minicart .block-content > .actions > .primary .am-filter-go span:after {
  content: '\e608';
}
.block-minicart .block-content > .actions > .primary .action.primary span:after,
.block-minicart .block-content > .actions > .primary .amshopby-button span:after,
.block-minicart .block-content > .actions > .primary .am-filter-go span:after {
  font-weight: bold;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  float: right;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
  right: 0;
  width: 320px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  display: none;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 15px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 2px;
}
.minicart-items .product-item-name a {
  color: #aaaaaa;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 2px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 5px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  margin: 0 0 5px;
  display: block;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper .action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper .action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper .action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
  float: left;
  margin: 0;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #aaaaaa;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 2.4rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #aaaaaa;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .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%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.9rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.column.main .block .title strong {
  font-size: 24px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #eeeeee;
  border: none;
  color: #333333;
  cursor: pointer;
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:hover {
  background: #333333;
  color: #ffffff;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  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: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #aaaaaa;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #5bd2ec;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #aaaaaa;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  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;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.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: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  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: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  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/Mageplus/shins/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/Mageplus/shins/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%;
  }
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.block.add.review .legend {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: none;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #333333;
  color: #ffffff;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.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/Mageplus/shins/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 rgba(81, 167, 232, 0.5);
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #aaaaaa;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:hover {
  color: #5bd2ec;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #aaaaaa;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #aaaaaa;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #5bd2ec;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #aaaaaa;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  width: 50%;
  display: inline-block;
}
.product-item-name {
  display: block;
  margin: 5px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.product-item-info {
  width: 152px;
  max-width: 100%;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .price-box .price,
.product-items .item .price-box .price {
  font-size: 1.6rem;
  font-weight: 600;
}
.product-item .price-box .price-label,
.product-items .item .price-box .price-label {
  color: #7d7d7d;
}
.product-item .price-box .price-label:after,
.product-items .item .price-box .price-label:after {
  content: ":";
}
.product-item .old-price,
.product-items .item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price,
.product-items .item .old-price .price {
  font-size: 1.4rem;
  font-weight: 400;
}
.product-item .minimal-price .price-container,
.product-items .item .minimal-price .price-container {
  display: inline-block;
}
.product-item .minimal-price .price-label,
.product-items .item .minimal-price .price-label {
  margin-right: 3px;
}
.product-item .minimal-price .price-label:last-child,
.product-items .item .minimal-price .price-label:last-child {
  margin-right: 0;
}
.product-item .minimal-price-link,
.product-items .item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-items .item .price-from,
.product-item .price-to,
.product-items .item .price-to {
  margin: 0;
}
.product-item .tocart,
.product-items .item .tocart {
  white-space: nowrap;
  padding-top: 12px;
  padding-bottom: 12px;
}
.sidebar .product-item .tocart,
.sidebar .product-items .item .tocart {
  white-space: normal;
}
.items-grid .itemgrid .product-item-info,
.itemslider .product-item-info,
.product-slider .product-item-info {
  width: auto;
  max-width: none;
}
.product-item-actions .actions-primary,
.product-item-actions .actions-secondary {
  float: left;
}
.product-item-actions .actions-primary + .actions-secondary {
  vertical-align: middle;
  padding-left: 3px;
}
.product-item-actions .stock.unavailable {
  line-height: 36px;
}
.price-container .price-including-tax,
.price-container .price-excluding-tax {
  font-size: 1.4rem;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.products-list:not(.products-list-ext) .product-item {
  display: table;
  width: 100%;
}
.products-list:not(.products-list-ext) .product-item-info {
  display: table-row;
}
.products-list:not(.products-list-ext) .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list:not(.products-list-ext) .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.products-list:not(.products-list-ext) .product-item-actions .actions-primary,
.products-list:not(.products-list-ext) .product-item-actions .actions-secondary {
  float: none;
}
.products-list:not(.products-list-ext) .product-item .price-box {
  margin: 10px 0 25px;
}
.products-list-ext .product-item {
  display: table;
  width: 100%;
}
.products-list-ext .product-item-info {
  display: table-row;
}
.products-list-ext .product-item-details,
.products-list-ext .product-item-inner {
  display: table-cell;
  padding: 0 0 0 20px;
  vertical-align: top;
}
.products-list-ext .product-item-img {
  display: table-cell;
  padding: 0 0 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list-ext .product-item-details .price-final_price.data-product {
  display: none !important;
}
.products-list-ext .item {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .products-list-ext .product-item-details,
  .products-list-ext .product-item-inner {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .products-list-ext .product-item-details {
    padding-left: 30px;
  }
  .products-list-ext .product-item-inner {
    width: 20%;
    padding-left: 15px;
  }
  .products-list-ext .product-item-inner-content {
    border-left: 1px solid #f5f5f5;
    padding-left: 15px;
  }
  .products-list-ext .product-item-actions .actions-primary,
  .products-list-ext .product-item-actions .actions-secondary {
    display: block;
    float: none;
    vertical-align: baseline;
  }
  .products-list-ext .product-item-actions .actions-primary + .actions-secondary {
    padding-left: 0;
    margin-top: 15px;
  }
  .products-list-ext .product-item-actions .action.primary,
  .products-list-ext .product-item-actions .amshopby-button,
  .products-list-ext .product-item-actions .am-filter-go {
    width: 100%;
  }
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 32px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 14px;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter {
  display: none;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.products.wrapper + .toolbar {
  margin-top: 20px;
}
.sorter {
  float: right;
  padding: 8px 0 0;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  width: 32px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: inherit;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  width: auto;
  margin: 0 5px 0 7px;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  height: auto;
  display: block;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  display: block;
}
.product-image-container .product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.block-bundle-summary .product-addto-links {
  display: none;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before,
.product-items .item .action.tocompare:before,
.product-items .product-item .action.tocompare:before {
  content: '\e61e';
}
.product-items[class*="widget"] .product-item-actions .action.towishlist,
.products-related .product-item-actions .action.towishlist,
.products-upsell .product-item-actions .action.towishlist,
.product-items[class*="widget"] .product-item-actions .action.tocompare,
.products-related .product-item-actions .action.tocompare,
.products-upsell .product-item-actions .action.tocompare {
  display: none;
}
.product-info-main .product-info-price {
  margin-bottom: 15px;
}
.product-info-main .product-info-price .price-box {
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-info-main .product-info-stock-sku {
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px #f5f5f5 solid;
}
.product-info-main .product-info-stock-sku > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.product-info-main .product-info-stock-sku > *:last-child {
  margin-right: 0;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku,
.product-info-main .product.attibute.sku {
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku > .value,
.product-info-main .product.attibute.sku > .value {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product.attribute.sku .type,
.product-info-main .product.attibute.sku .type {
  font-weight: normal;
  display: inline-block;
  margin-right: 2px;
}
.product-info-main .product.attribute.overview,
.product-info-main .product.attibute.overview {
  margin: 15px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .availability.only strong {
  font-weight: normal;
}
.product-info-main .page-title-wrapper .page-title {
  margin-bottom: 20px;
  line-height: 44px;
}
.product-info-main .product-reviews-summary {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-info-main .product-add-form {
  clear: both;
  border-bottom: 1px #f5f5f5 solid;
  margin-bottom: 10px;
}
.product-info-main .swatch-opt {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary + .product.attribute.overview,
.product-info-main .product-reviews-summary + .product.attibute.overview {
  margin-top: 0;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .product-items .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .product-items .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .product-items .price-box .weee + .price-excluding-tax,
.product-options-bottom .product-items .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .product-items .price-box .weee,
.product-options-bottom .product-items .price-box .weee,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.4rem;
}
.product-info-main .product-items .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .product-items .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-items .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .product-items .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .product-items .price-box .weee .price,
.product-options-bottom .product-items .price-box .weee .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.4rem;
  line-height: 16px;
  font-weight: normal;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 2.6rem;
  line-height: 26px;
  font-weight: normal;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax {
  color: inherit;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price {
  color: inherit;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 0 0 3px;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 2rem;
  line-height: 20px;
}
.product-info-main .special-price .price-container .price,
.product-options-bottom .special-price .price-container .price {
  font-size: 2rem;
  line-height: 20px;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-container,
.product-options-bottom .old-price .price-container {
  font-size: 2rem;
  line-height: 20px;
}
.product-info-main .old-price .price-container .price,
.product-options-bottom .old-price .price-container .price {
  font-size: 2rem;
  line-height: 20px;
}
.product-info-main .old-price .price-label,
.product-options-bottom .old-price .price-label {
  display: none;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ": ";
}
.product-info-main .table.grouped .price-box .price,
.product-options-bottom .table.grouped .price-box .price {
  font-size: 1.4rem;
  line-height: 14px;
  font-weight: 700;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .field.qty .label,
.product-options-bottom .box-tocart .field.qty .label {
  display: inline-block;
}
.product-info-main .box-tocart .field.qty .control,
.product-options-bottom .box-tocart .field.qty .control {
  display: inline-block;
  margin-left: 5px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .box-tocart div.mage-error[generated],
.product-options-bottom .box-tocart div.mage-error[generated] {
  display: inline;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  display: inline;
}
.product-info-main .product-addto-links .action,
.product-options-bottom .product-addto-links .action {
  margin-right: 7px;
}
.product-info-main .product-addto-links .action:last-child,
.product-options-bottom .product-addto-links .action:last-child {
  margin-right: 0;
}
.product-info-main .action.mailto.friend,
.product-options-bottom .action.mailto.friend {
  display: inline-block;
}
.product-info-main .product-addto-links + .action.mailto.friend,
.product-options-bottom .product-addto-links + .action.mailto.friend {
  margin-left: 7px;
}
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.bundle-options-container .box-tocart .action.tocart,
.product-info-main .box-tocart .action.instant-purchase,
.product-options-bottom .box-tocart .action.instant-purchase,
.bundle-options-container .box-tocart .action.instant-purchase {
  min-width: 170px;
  font-weight: 600;
}
.product-info-main .box-tocart .action.instant-purchase,
.product-options-bottom .box-tocart .action.instant-purchase,
.bundle-options-container .box-tocart .action.instant-purchase {
  margin-top: 15px;
}
.table.grouped .input-text.qty,
.product-info-main .input-text.qty,
.product-options-bottom .input-text.qty,
.bundle-options-container .input-text.qty {
  width: 52px;
  height: 52px;
  text-align: center;
}
.page-product-configurable .special-price .price-label {
  display: none;
}
.bundle-options-container .price-box {
  margin-top: 10px;
}
.bundle-options-container .price-box .price-wrapper .price {
  font-size: 2.6rem;
  line-height: 26px;
  font-weight: normal;
}
.bundle-options-container .price-box .price-including-tax + .price-excluding-tax {
  font-size: 1.4rem;
  line-height: 16px;
  font-weight: normal;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #aaaaaa;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:hover {
  color: #5bd2ec;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #aaaaaa;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0;
}
.block.related .block-actions {
  color: #a3a3a3;
  display: inline;
  font-size: 1.4rem;
  margin-left: 0;
}
.block.related .block-actions .label {
  display: none;
}
.block.related .block-title > strong {
  margin-right: 3px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  width: 140px;
  padding: 15px;
}
.table-comparison .cell .attribute.value,
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: -6px;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  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 #f1f1f1;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.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;
}
.filter-title strong {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: none;
  background: #eeeeee;
  border: none;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 8px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.filter-title strong:hover {
  background: #333333;
  color: #ffffff;
}
.filter-title strong.disabled,
.filter-title strong[disabled],
fieldset[disabled] .filter-title strong {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #fc5e10;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: normal;
  font-size: 19px;
  line-height: 24px;
  padding: 15px 0;
  margin-bottom: 0;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  display: block;
}
.filter-current .action.remove {
  left: -8px;
  position: absolute;
  top: -1px;
}
.filter-current .action.remove:before {
  font-size: 12px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #858585;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 25px 0 0;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 20px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: -11px;
  top: 10px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filters-collapsed .filter-options-content {
  display: none;
}
.filter-options-content .item {
  margin: 10px 0;
  line-height: 1.3em;
}
.filter-options-content a {
  color: #494949;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px 10px;
  display: block;
}
.filter-options-content a:hover {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.04);
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #858585;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.block.newsletter {
  margin-top: 10px;
  margin-bottom: 10px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 40px;
  height: 40px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
body {
  background-color: #ffffff;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  position: absolute;
  z-index: 15;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: #f0f0f0;
  padding: 10px;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #aaaaaa;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #5bd2ec;
}
.message.global.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.message.global.demo a {
  color: #aaaaaa;
}
.message.global.demo a:hover {
  color: #5bd2ec;
}
.page-footer {
  margin-top: auto;
}
.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  margin: 0;
  font-size: 12px;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
.product-social-links .action.towishlist:before,
.product-items .item .action.towishlist:before,
.product-items .product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
/**
 * Category navigation menu
 *
 * .navi.nav-regular            - regular horizontal menu
 * .navi.nav-regular.nav-vert   - regular vertical menu
 * .navi.nav-mobile             - mobile menu accordion
 *
 * .nav-item                    - item
 * .nav-item.parent             - item, parent of subcategories
 * .nav-item.nav-item--parent   - item, parent of subcategories, has a dropdown
 *
 */
/* Common elements %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Category blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-block {
  margin-top: 1%;
  margin-bottom: 1%;
}
.nav-block--center {
  margin-top: 1%;
  margin-bottom: 1%;
}
/* Section line (separator) is lighter than other lines
-------------------------------------------------------------- */
.nav-block .section-line {
  border-color: #eee;
}
/* Deprecated: custom static block block_header_nav_dropdown displayed as a dropdown
-------------------------------------------------------------- */
.navi .nav-custom-link .header-nav-dropdown-wrapper .heading {
  margin: 10px 0;
}
/* Menu triggers.
   Styles shared by vertical menu trigger and mobile menu trigger.
   Styles similar to 1st-level links from the standard menu.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.menu-trigger {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu-trigger.active .menu-trigger-inner {
  z-index: 4;
  /* One level above the top menu */
  position: relative;
}
/* Mobile menu icon */
.menu-trigger .trigger-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin: 0 4px 0 15px;
}
.menu-trigger .trigger-icon .line {
  display: block;
  background-color: #fff;
  height: 3px;
  margin-bottom: 2px;
}
.menu-trigger .label {
  margin-right: 10px;
}
/* Caret
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Only items with dropdown display the caret */
.nav-regular .caret {
  display: none;
}
.nav-regular .nav-item--parent > a .caret {
  display: inline-block;
}
/* Caret inside dropdowns - right side caret */
.nav-regular .nav-panel a .caret {
  margin-left: 5px;
  opacity: 0.2;
}
.nav-regular .nav-panel a:hover .caret {
  opacity: 1;
}
/* Sticky logo
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-item--stickylogo {
  display: none;
}
.nav-item--stickylogo img {
  padding-right: 10px;
}
/* Show only when sticky header active */
.sticky-header .nav-item--stickylogo {
  display: inline;
}
.header-container:not(.sticky-header) .nav-item--stickylogo {
  display: none !important;
}
/* Home link
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Home link with icon inside a menu item
-------------------------------------------------------------- */
/* Class "feature" inside an item */
.nav-regular .nav-item--home .ic {
  display: inline-block;
  font-size: 16px;
  padding: 0;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  float: none;
  background-color: transparent !important;
  /* Remove default colors */
}
/* Single icon as a home link
-------------------------------------------------------------- */
.navi .nav-item--homeicon a {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
}
.navi .nav-item--homeicon a:hover {
  opacity: 0.7;
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
}
/* Category labels
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cat-label {
  padding: 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -moz-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -o-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
}
li > a:hover > span > .cat-label {
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
}
/* labels: 1st level
-------------------------------------------------------------- */
li.level0 > a > span {
  position: relative;
}
li.level0 > a > span > .cat-label {
  position: absolute;
  top: -10px;
  /*-14px*/
  right: 0;
  padding: 0 6px;
  font-size: 14px;
  line-height: 22px;
}
/* Add pin (1st level only) */
li.level0 > a > span > .pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  transition: border-color 450ms ease-in-out;
  -moz-transition: border-color 450ms ease-in-out;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
}
li.level0 > a:hover > span > .pin-bottom:before {
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
}
/* labels: 2nd level
-------------------------------------------------------------- */
li.level1 > a > span > .cat-label {
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 5px;
  vertical-align: middle;
}
/* labels: 3rd level
-------------------------------------------------------------- */
li.level2 > a > span > .cat-label {
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 2px;
}
/* Category labels inside mobile menu / vertical menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-mobile li > a > span > .cat-label,
.nav-vert li > a > span > .cat-label {
  position: static;
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 5px;
  /* Label size: all levels */
  font-size: 14px;
  line-height: 18px;
}
/* Hide pin */
.nav-mobile li > a > span > .pin-bottom:before,
.nav-vert li > a > span > .pin-bottom:before {
  display: none;
}
/* Non-clickable links
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.navi a.no-click {
  cursor: default;
}
/* Remove highlight color on tap
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.navi,
.menu-trigger,
.nav-regular .nav-item.level0 > a {
  -webkit-tap-highlight-color: transparent;
}
/* Base styles of the menu %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.navi-wrapper {
  position: relative;
}
.navi {
  position: relative;
  /* Dropdown box position is relative to this container */
  -webkit-transform: translateZ(0);
  /* Fix possible glitches during animation */
}
.navi > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Clearfix for menu items list */
.navi > ul:before,
.navi > ul:after {
  display: table;
  content: " ";
}
.navi > ul:after {
  clear: both;
}
/* Items */
.navi .nav-item {
  margin: 0;
}
/* Show/hide mobile menu */
.navi.nav-mobile-triggerable {
  display: none;
  /* Important: menu needs to be cleared to avoid overlapping other elements inside nav bar, such as triggers and holders */
  clear: both;
}
.navi.nav-mobile-triggerable.show {
  display: block;
}
/* Show/hide vertical menu */
.navi.nav-vert-triggerable {
  display: none;
}
.navi.nav-vert-triggerable.show {
  display: block;
}
/* Pull up dropdowns above other elements
-------------------------------------------------------------- */
/* Top menu */
.header-container .navi {
  z-index: 3;
}
/* Sidebar menu */
.navi.nav-regular.navi-sidebarmenu {
  z-index: 2;
  /* One level below the top menu */
}
/* Bottom border
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-border-bottom {
  clear: both;
}
/* Standard menu %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Height of the menu bar (and other elements inisde menu bar)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Top-level items and menu triggers */
.menu-trigger,
.nav-regular .nav-item.level0 > a {
  line-height: 50px;
}
/* Other elements inisde menu bar need to have the same height as height of the menu bar.
   Set max height to avoid issues with excessive height of the elements. */
.nav-holder > *,
.nav-holder .dropdown-block .dropdown-heading {
  line-height: 50px;
  max-height: 50px;
}
/* Additional classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Menu items aligned right
-------------------------------------------------------------- */
.nav-regular li.level0.right {
  float: right;
}
/* Menu items centered within the menu bar
-------------------------------------------------------------- */
.nav-regular.centered {
  text-align: center;
}
.nav-regular.centered li.level0 {
  float: none;
  display: inline-block;
}
.nav-regular.centered li.level0.right,
.nav-regular.centered li.level0.left {
  float: none !important;
}
/* Sticky logo has to float left */
.nav-regular.centered li.nav-item--stickylogo {
  float: left;
}
/* Other elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Openers */
.nav-regular .opener {
  display: none;
}
/* Hide elements */
.nav-regular .hide-in-desktop-menu {
  display: none !important;
}
/* Holders %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Holder for additional elements inside the menu bar
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-holders-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 4;
  /* One level above the top menu */
  position: relative;
  /* Important: do not add floating to this element. Otherwise menu items may leave a gap (in the place where holders wrapper is displayed)
       after sticky menu suspends sticky mode. */
}
.nav-holders-wrapper .nav-holder {
  margin: 0;
  float: left;
  /* Required default floating */
}
.nav-holders-wrapper .nav-holder .control-search-full,
.nav-holders-wrapper .nav-holder .group-account-links {
  padding: 0 10px;
}
/* Elements inside holder
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-holder > * {
  display: block;
}
/* Specific elements inside holder
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Drop-downs
-------------------------------------------------------------- */
/* Search box
-------------------------------------------------------------- */
/* Common styles for search box in holder, when it's displayed inisde menu bar */
.nav-regular .nav-holder .block-search,
.nav-holders-wrapper .nav-holder .block-search {
  width: inherit;
  /* Important: to avoid stretching the box to 100% */
  float: none !important;
  /* display: inline-block;
    vertical-align: middle; */
  /* IMPORTANT: use margin instead padding (to be able to set outline border for the search block) */
  margin-left: 7px !important;
  /* Override styles of search box when its inside element with class ".hp-blocks-holder--stacked" */
  max-width: none;
  margin: 0;
}
/* Drop-downs
-------------------------------------------------------------- */
/* Increase the default side padding when heading is "filled" */
.nav-holder .dropdown-block.filled-heading .dropdown-heading .inner-heading {
  padding: 0 15px;
}
/* When heading is NOT "filled", add some space at the left side to move it away from other menu items */
.nav-holder .dropdown-block:not(.filled-heading) {
  margin-left: 7px !important;
}
/* Common styles with mobile menu trigger
-------------------------------------------------------------- */
.menu-trigger,
.nav-holder .dropdown-block .dropdown-heading {
  font-size: 14px;
}
/* Vertical menu %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.navi.nav-vert-triggerable {
  position: absolute;
  left: 0;
}
/* Hide selected elements
-------------------------------------------------------------- */
/* Important: added ".nav-item" class to make the rule more specific */
.nav-vert .nav-item.nav-item--home {
  display: none !important;
}
.nav-vert .nav-item--stickylogo {
  display: none !important;
}
/* Vertical menu trigger
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.vertnav-trigger {
  float: left;
  text-align: left;
}
/* Additional custom links inside menu bar
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-inline-links {
  float: left;
  margin: 0;
}
/* Mobile menu %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Mobile menu trigger
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.mobnav-trigger {
  display: none;
}
/* If trigger is next to the holders wrapper, make it float left
   so that it doesn't span entire container and overlap holders. */
.nav-holders-wrapper + .mobnav-trigger {
  float: left;
}
/* In left column, make it float right */
.left-column .nav-holders-wrapper + .mobnav-trigger {
  float: right;
}
/* In right column, make it float left */
.right-column .nav-holders-wrapper + .mobnav-trigger {
  float: left;
}
/* Dropdowns
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Dropdowns inside mobile menu */
.nav-mobile .nav-panel--dropdown {
  /* Override width which can be added to dropdowns of the regular menu */
  width: 100% !important;
  /* Reset of dropdown's inline positioning */
  left: 0 !important;
  top: 0 !important;
}
/* Dropdowns - categories without category blocks but with subcategories
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Simplify dropdown */
/* Remove dropdown shadow and background color  */
.nav-mobile .nav-item--only-subcategories > .nav-panel--dropdown {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
}
/* Remove padding of inner panel */
.nav-mobile .nav-item--only-subcategories > .nav-panel--dropdown > .nav-panel-inner {
  padding: 0 !important;
}
/* Stretch the central column */
.nav-mobile .nav-item--only-subcategories > .nav-panel--dropdown > .nav-panel-inner > .nav-block--center {
  margin: 0;
  width: 100%;
}
/* Hide category blocks (in case there are any non-standard added by user's modifications) */
.nav-mobile .nav-item--only-subcategories > .nav-panel--dropdown > .nav-panel-inner > .nav-block {
  display: none;
}
/* Dropdowns - categories which have only category blocks 
   but have no subcategories
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Special class "opt-sob" displays these items */
/* On 1st level, by default hide these items */
.nav-mobile .level0.nav-item.nav-item--only-blocks {
  display: none;
}
/* With special class "opt-sob", show these items */
.nav-mobile.opt-sob .level0.nav-item.nav-item--only-blocks {
  display: block;
}
/* Dropdowns - show category blocks on selected topmost levels
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Structure of the selectors used below:
   mobileMenu.modifier [level] categoryBlock 
   mobileMenu.modifier [level] item > panel > innerPanel > categoryBlock 

   Classes such as opt-sb0, opt-sb1 etc. are modifiers of the mobile menu.

   To show category blocks on only the first level, we hide 
   category blocks on all lower levels and simplify dropdowns.
*/
/* Default class "opt-sb0"
   - hide category blocks on all level and simplify dropdowns.
-------------------------------------------------------------- */
.nav-mobile.opt-sb0 .nav-block {
  display: none;
}
.nav-mobile.opt-sb0 .nav-item > div {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
}
/* Remove dropdown shadow and background color */
.nav-mobile.opt-sb0 .nav-item > div > div {
  padding: 0 !important;
}
/* Remove padding of inner panel */
.nav-mobile.opt-sb0 .nav-item > div > div > .nav-block--center {
  margin: 0;
  width: 100%;
}
/* Stretch the central column */
.nav-mobile.opt-sb0 .nav-item.nav-item--only-blocks {
  display: none;
}
/* Hide items containing only category blocks */
/* Override styles which simplify dropdowns when default class "opt-sb0" is present.
   When the default class is not present, we don't need to do this. */
.nav-mobile.opt-sb0.opt-sob .nav-item.nav-item--only-blocks .nav-block {
  display: block;
}
/* .nav-mobile.opt-sb0.opt-sob .nav-item.nav-item--only-blocks > div { background-color: transparent !important; } */
.nav-mobile.opt-sb0.opt-sob .nav-item.nav-item--only-blocks > div > div {
  padding: 20px !important;
}
.nav-mobile.opt-sb0.opt-sob .nav-item.nav-item--only-blocks > div > div > .nav-block--center {
  margin-top: 1%;
  margin-bottom: 1%;
}
/* Show on 1 topmost level
-------------------------------------------------------------- */
.nav-mobile.opt-sb1 ul.level0 .nav-block {
  display: none;
}
.nav-mobile.opt-sb1 ul.level0 .nav-item > div {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
}
.nav-mobile.opt-sb1 ul.level0 .nav-item > div > div {
  padding: 0 !important;
}
.nav-mobile.opt-sb1 ul.level0 .nav-item > div > div > .nav-block--center {
  margin: 0;
  width: 100%;
}
.nav-mobile.opt-sb1 ul.level0 .nav-item.nav-item--only-blocks {
  display: none;
}
/* Show on 2 topmost levels
-------------------------------------------------------------- */
.nav-mobile.opt-sb2 ul.level1 .nav-block {
  display: none;
}
.nav-mobile.opt-sb2 ul.level1 .nav-item > div {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
}
.nav-mobile.opt-sb2 ul.level1 .nav-item > div > div {
  padding: 0 !important;
}
.nav-mobile.opt-sb2 ul.level1 .nav-item > div > div > .nav-block--center {
  margin: 0;
  width: 100%;
}
.nav-mobile.opt-sb2 ul.level1 .nav-item.nav-item--only-blocks {
  display: none;
}
/* Show on 3 topmost levels
-------------------------------------------------------------- */
.nav-mobile.opt-sb3 ul.level2 .nav-block {
  display: none;
}
.nav-mobile.opt-sb3 ul.level2 .nav-item > div {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
}
.nav-mobile.opt-sb3 ul.level2 .nav-item > div > div {
  padding: 0 !important;
}
.nav-mobile.opt-sb3 ul.level2 .nav-item > div > div > .nav-block--center {
  margin: 0;
  width: 100%;
}
.nav-mobile.opt-sb3 ul.level2 .nav-item.nav-item--only-blocks {
  display: none;
}
/* Show on 4 topmost levels
-------------------------------------------------------------- */
.nav-mobile.opt-sb4 ul.level3 .nav-block {
  display: none;
}
.nav-mobile.opt-sb4 ul.level3 .nav-item > div {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
}
.nav-mobile.opt-sb4 ul.level3 .nav-item > div > div {
  padding: 0 !important;
}
.nav-mobile.opt-sb4 ul.level3 .nav-item > div > div > .nav-block--center {
  margin: 0;
  width: 100%;
}
.nav-mobile.opt-sb4 ul.level3 .nav-item.nav-item--only-blocks {
  display: none;
}
/* Show on 5 topmost levels
-------------------------------------------------------------- */
.nav-mobile.opt-sb5 ul.level4 .nav-block {
  display: none;
}
.nav-mobile.opt-sb5 ul.level4 .nav-item > div {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
}
.nav-mobile.opt-sb5 ul.level4 .nav-item > div > div {
  padding: 0 !important;
}
.nav-mobile.opt-sb5 ul.level4 .nav-item > div > div > .nav-block--center {
  margin: 0;
  width: 100%;
}
.nav-mobile.opt-sb5 ul.level4 .nav-item.nav-item--only-blocks {
  display: none;
}
/* Hide blocks on all levels below this breakpoint
-------------------------------------------------------------- */
/* Added more classes and selectors to these rules 
   to increase specificity */
@media only screen and (max-width: 479px) {
  .navi.nav-mobile.opt-hide480 .nav-block {
    display: none !important;
  }
  .navi.nav-mobile.opt-hide480 li.nav-item > div.nav-panel--dropdown {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
  }
  .navi.nav-mobile.opt-hide480 li.nav-item > div.nav-panel--dropdown > div {
    padding: 0 !important;
  }
  .navi.nav-mobile.opt-hide480 li.nav-item > div > div > .nav-block--center {
    margin: 0 !important;
    width: 100% !important;
  }
  .navi.nav-mobile.opt-hide480 li.nav-item.nav-item--only-blocks {
    display: none !important;
  }
}
/* Other elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Carets
-------------------------------------------------------------- */
.nav-mobile .caret {
  display: none !important;
}
/* Sticky logo
-------------------------------------------------------------- */
.nav-mobile .nav-item--stickylogo {
  display: none !important;
}
/* Home link
-------------------------------------------------------------- */
.nav-mobile .nav-item--home {
  display: none !important;
}
/* Hide elements
-------------------------------------------------------------- */
.nav-mobile .hide-in-mobile-menu {
  display: none !important;
}
/* Hide containers for additional elements
-------------------------------------------------------------- */
.nav-mobile .nav-holder {
  display: none !important;
}
/* Miscellaneous %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Other modules/components
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Item sliders
-------------------------------------------------------------- */
.navi .itemslider {
  margin-top: 0;
  margin-bottom: 0;
}
.navi .itemslider .item {
  padding-top: 5px;
  padding-bottom: 0;
}
.navi .itemslider .product-name a {
  display: inline-block;
}
.navi .itemslider .product-name {
  margin-top: 8px;
}
/* *************************************************************************************************************
****************************************************************************************************************
 DROPDOWN BOXES ************************************************************************************************
****************************************************************************************************************
************************************************************************************************************* */
/* Common %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* All levels
-------------------------------------------------------------- */
.nav-regular .nav-item {
  text-align: left;
}
.nav-regular .nav-item > a {
  display: block;
  text-decoration: none;
  font-size: 14px;
}
/* Level 1 only
-------------------------------------------------------------- */
.nav-regular li.level0 {
  float: left;
}
.nav-regular li.level0 > a {
  padding: 0 12px;
}
.nav-regular li.level0 > a > span {
  display: inline-block;
  white-space: nowrap;
}
/* Top-level item on hover */
.nav-regular li.level0:hover > a {
  /* Pull up the link above the dropdown */
  z-index: 2;
  position: relative;
}
/* Caret */
.nav-regular li.level0 > a .caret {
  opacity: 0.3;
  /* Fix: IE11
        Set small line height to avoid issues:
        - menu doesn't get additional border below the menu when menu items have dropdowns 
        - menu doesn't get additional padding below the menu when menu items have dropdowns
        */
  line-height: 1;
}
.nav-regular li.level0.active > a .caret {
  opacity: 1;
}
.nav-regular li.level0:hover > a .caret {
  opacity: 1;
}
/* Dropdowns
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* All levels
-------------------------------------------------------------- */
.nav-regular .nav-panel--dropdown {
  background-color: #fff;
  /* To avoid transparent menu */
  box-sizing: border-box;
  /* To allow border around dropdowns */
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  /* To avoid links overlaping a dropdown */
  /* Uncomment below line to fix possible glitches during animation in webkit browsers */
  /*-webkit-transform: translateZ(0);*/
}
/* Inner wrapper of the dropdown (for additional padding etc.)
-------------------------------------------------------------- */
.navi .nav-panel-inner {
  padding: 20px;
}
/* Required value in pixels to keep padding consistent in different dropdowns */
.navi .nav-panel-inner:before,
.navi .nav-panel-inner:after {
  display: table;
  line-height: 0;
  content: "";
}
.navi .nav-panel-inner:after {
  clear: both;
}
/* Full width dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-regular .nav-panel.full-width {
  width: 100%;
}
.nav-regular .nav-panel.tmp-full-width {
  width: 100% !important;
}
/* Temporary class required by js */
/* Dropdowns - with border
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Border
-------------------------------------------------------------- 
*/
/* Dropdown - all-levels */
.nav-regular.show-border .nav-panel--dropdown {
  border: 1px solid #ccc;
}
/* Border when dropdown heading is "filled" (has background color when open)
-------------------------------------------------------------- 
*/
/* Only for top-level items and with explicitly added class "filled-heading" */
/* All items have transparent border */
.nav-regular.show-border.filled-heading .nav-item.level0 > a {
  border: 1px solid transparent;
  border-bottom: none;
}
/* Only parent items have border color */
.nav-regular.show-border.filled-heading .nav-item--parent.level0:hover > a {
  border-color: #ccc;
}
/* Dropdown needs to be pulled up to cover the border of the heading */
.nav-regular.show-border.filled-heading .nav-item--parent.level0 > .nav-panel--dropdown {
  margin-top: -1px;
}
/* Effects
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Fade
-------------------------------------------------------------- */
.nav-regular.opt-fx-fade-inout .nav-panel .nav-item--parent > .nav-panel--dropdown {
  display: block;
  /* Important: has to be visible before hover */
  left: -10000px;
  opacity: 0;
  -moz-transition: opacity 50ms ease-in-out 50ms, left 0s ease-in-out 100ms, top 0s ease-in-out 100ms;
  -webkit-transition: opacity 50ms ease-in-out 50ms, left 0s ease-in-out 100ms, top 0s ease-in-out 100ms;
  -o-transition: opacity 50ms ease-in-out 50ms, left 0s ease-in-out 100ms, top 0s ease-in-out 100ms;
  transition: opacity 50ms ease-in-out 50ms, left 0s ease-in-out 100ms, top 0s ease-in-out 100ms;
}
.nav-regular.opt-fx-fade-inout .nav-panel .nav-item--parent:hover > .nav-panel--dropdown {
  opacity: 1;
  transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
}
/* Mega dropdown %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* All levels
-------------------------------------------------------------- */
.nav-regular .mega > .nav-panel--dropdown {
  margin: 0;
}
/* Level 2+
-------------------------------------------------------------- */
.nav-regular .nav-panel li.mega {
  position: relative;
  /* Container of the dropdown has to be relative (only on levels 2+) */
}
.nav-regular .nav-panel li.mega:hover > .nav-panel--dropdown {
  display: block;
  left: 60px;
  top: 0;
}
/* Inside mega dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Align submenu's content (grid) with the submenu */
.nav-regular .nav-submenu--mega {
  margin-left: -1%;
  margin-right: -1%;
}
/* Items */
.nav-regular .nav-submenu--mega .nav-item > a {
  padding: 0px 4px 0px 7px;
  /* Less right padding to avoid word wrapping */
}
/* Inside mega dropdown, level 1: item
-------------------------------------------------------------- */
.nav-regular .nav-submenu--mega > .nav-item {
  display: inline-block;
  float: none;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 5px;
}
.nav-regular .nav-submenu--mega > .nav-item > a {
  line-height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
}
/* If item is a parent of subcategories, add bottom margin, but romove it if item is a parent of a dropdown */
.nav-regular .nav-submenu--mega > .nav-item.parent > a {
  margin-bottom: 5px;
}
.nav-regular .nav-submenu--mega > .nav-item.nav-item--parent > a {
  margin-bottom: 0;
}
/* Inside mega dropdown, level 1: submenu
-------------------------------------------------------------- */
/* Each submenu has to be static unless it's a dropdown itself (e.g. if type "classic" was applied to the item).
   Also, add bottom margin to panel, but romove it if it's a dropdown. */
.nav-regular .nav-submenu--mega > li > .nav-panel {
  position: static;
  margin-bottom: 10px;
}
.nav-regular .nav-submenu--mega > li > .nav-panel--dropdown {
  position: absolute;
  margin-bottom: 0;
}
/* Inside mega dropdown, level 1: category blocks
-------------------------------------------------------------- */
.nav-regular .nav-submenu--mega > li > .nav-block--top {
  margin-top: 0;
  margin-bottom: 10px;
}
.nav-regular .nav-submenu--mega > li > .nav-block--bottom {
  margin-top: 10px;
  margin-bottom: 0;
}
/* Inside mega dropdown, level 2: item
-------------------------------------------------------------- */
.nav-regular .nav-submenu--mega > li > ul > li > a {
  line-height: 24px;
}
/* Inside mega dropdown, level 2: item with bullet.
   If mega dropdown has additional bullets 
   (displayed for 2nd and 3rd level items).
-------------------------------------------------------------- */
/* Added ":not(.nav-item--parent)" to not display bullet if the item is inside a dropdown
   (e.g. if type "classic" was applied to 2nd-level cat, 3rd level cats will be inside a dropdown so remove bullets from 3rd level cats) */
.nav-regular.with-bullets .nav-submenu--mega > li:not(.nav-item--parent) > ul > li > a {
  padding-left: 28px;
  position: relative;
}
.nav-regular.with-bullets .nav-submenu--mega > li:not(.nav-item--parent) > ul > li > a:before {
  content: "\e263";
  line-height: 24px;
  /* The same as actual height of the item */
  left: 0px;
  position: absolute;
  top: 0px;
  text-align: center;
  width: 24px;
  /* Not larger than the left padding of the item */
  transition: left 150ms ease-out;
  -moz-transition: left 150ms ease-out;
  -webkit-transition: left 150ms ease-out;
  -o-transition: left 150ms ease-out;
}
.nav-regular.with-bullets .nav-submenu--mega > li:not(.nav-item--parent) > ul > li > a:hover:before {
  left: 4px;
}
/* If there's an icon inside mega dropdown, it needs to have the same line height as the item  */
.nav-regular.with-bullets .nav-submenu--mega > li:not(.nav-item--parent) > ul > li > a .ic {
  line-height: 24px;
}
/* Remove bullet if item has an icon */
.nav-regular.with-bullets .nav-submenu--mega > li > ul > li.iconic > a:before {
  display: none;
}
/* Inside mega dropdown, level 2: submenu dropdown
-------------------------------------------------------------- */
.nav-regular .nav-submenu--mega > li > ul > .nav-item--parent:hover > .nav-panel--dropdown {
  left: 60%;
  /* TODO - add z-index if dropdown should be displayed over the containing item (which in "classic" dropdown has a background and covers the child dropdown) */
  /* z-index: 3; */
}
/* Classic dropdown %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Level 2+
-------------------------------------------------------------- */
.nav-regular .classic > .nav-panel--dropdown > li > a {
  line-height: 36px;
  padding-left: 10px;
}
.nav-regular .classic > .nav-panel--dropdown > li > a .caret {
  float: right;
  margin-right: 10px;
  /* Important: 
       when floating, caret needs to have the same height as item.
       Caret may exceed height of the item so we apply small negative margin.
       */
  line-height: inherit;
  margin-bottom: -2px;
}
/* Dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* All levels
-------------------------------------------------------------- */
.nav-regular .classic > .nav-panel--dropdown {
  margin: 0;
  padding: 10px;
  width: 16em;
  min-width: 12em;
}
/* Level 2+
-------------------------------------------------------------- */
/* Container of the dropdown has to be relative */
.nav-regular .nav-panel li.classic {
  position: relative;
}
.nav-regular .nav-panel li.classic:hover > .nav-panel--dropdown {
  display: block;
  left: 100%;
  top: 0;
}
/* If classic dropdown is on the 1 level of mega dropdown, change positioning */
.nav-regular .nav-submenu--mega > li.classic:hover > .nav-panel--dropdown {
  left: 60px;
  top: 20px;
}
/* Inside dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-regular .nav-panel li.classic:hover > a {
  /* TODO - add z-index (must be greater than dropdown's) if the link should be displayed over the child dropdown 
       (link in "classic" dropdown has a background so it would cover the child dropdown and dropdown's shadow) */
  /* z-index: 2; */
  position: relative;
}
/* Simple submenu - no dropdown %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* When submenu has to be displayed not as a dropdown, but as a simple nested list (with slight left indent) */
.nav-regular .nav-item.simple > ul {
  padding-left: 10px;
}
/* If mega dropdown has additional bullets (displayed for 2nd and 3rd level items in mega dropdown) */
.nav-regular.with-bullets .nav-item.simple > ul {
  padding-left: 28px;
  /* The same space as for standard item */
}
/* Bullets */
.nav-regular .nav-item.simple > ul > li > a {
  line-height: 24px;
  padding-left: 15px !important;
  /* Override item standard padding */
  position: relative;
  opacity: 0.6;
}
.nav-regular .nav-item.simple:hover > ul > li > a {
  opacity: 1;
}
.nav-regular .nav-item.simple > ul > li > a:before {
  content: "\e263";
  font-size: 10px;
  line-height: 24px;
  /* The same as actual height of the item */
  left: -2px;
  position: absolute;
  top: 0px;
  text-align: center;
  width: 10px;
  /* Not larger than the left padding of the item */
  transition: left 150ms ease-out;
  -moz-transition: left 150ms ease-out;
  -webkit-transition: left 150ms ease-out;
  -o-transition: left 150ms ease-out;
}
.nav-regular .nav-item.simple > ul > li > a:hover:before {
  left: 3px;
}
/* Vertical menu %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* All levels
-------------------------------------------------------------- */
.nav-vert li.level0 {
  float: none !important;
  /* Add "!important" to override floating of right-aligned items */
}
.nav-vert li.level0 > a {
  padding-left: 10px;
  padding-right: 7px;
}
.nav-vert li.level0 > a .caret {
  float: right;
  /* Important: 
       when floating, caret needs to have the same height as item.
       Caret may exceed height of the item so we apply small negative margin.
       */
  line-height: inherit;
  margin-bottom: -2px;
}
/* Dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Level 1
-------------------------------------------------------------- */
.nav-vert li.level0 > .nav-panel--dropdown {
  /* We may need to set static left positionning to prevent styling issues (inaccurate positionning via JS: non pixel-perfect) */
  left: 100% !important;
}
/* Item with icon %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Important: it has to be defined after item with bullet */
.navi .nav-item.iconic > a {
  position: relative;
  padding-left: 28px !important;
}
.navi .nav-item.iconic > a .ic {
  content: "\e226";
  font-size: 14px;
  line-height: 36px;
  /* The same as actual height of the item */
  left: 0px;
  position: absolute;
  top: 0px;
  text-align: center;
  width: 28px;
  /* Not larger than the left padding of the item */
}
/* Itemgrid for menu dropdown %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.dd-itemgrid > .nav-item {
  float: left;
  padding-left: 1%;
  padding-right: 1%;
}
/* Itemgrid: different numbers of columns
-------------------------------------------------------------- */
/* Clear first item in each row (row: group of n items) */
/* Item grid: 1 column */
.dd-itemgrid-1col > .nav-item {
  width: 98%;
}
/* Item grid: 2 columns */
.dd-itemgrid-2col > .nav-item {
  width: 48%;
}
.dd-itemgrid-2col > .nav-item:nth-child(2n+1) {
  clear: left;
}
/* Item grid: 3 columns */
.dd-itemgrid-3col > .nav-item {
  width: 31.3333%;
}
.dd-itemgrid-3col > .nav-item:nth-child(3n+1) {
  clear: left;
}
/* Item grid: 4 columns */
.dd-itemgrid-4col > .nav-item {
  width: 23%;
}
.dd-itemgrid-4col > .nav-item:nth-child(4n+1) {
  clear: left;
}
/* Item grid: 5 columns */
.dd-itemgrid-5col > .nav-item {
  width: 18%;
}
.dd-itemgrid-5col > .nav-item:nth-child(5n+1) {
  clear: left;
}
/* Item grid: 6 columns */
.dd-itemgrid-6col > .nav-item {
  width: 14.6666%;
}
.dd-itemgrid-6col > .nav-item:nth-child(6n+1) {
  clear: left;
}
/* Item grid: 7 columns */
.dd-itemgrid-7col > .nav-item {
  width: 12.2857%;
}
.dd-itemgrid-7col > .nav-item:nth-child(7n+1) {
  clear: left;
}
/* Item grid: 8 columns */
.dd-itemgrid-8col > .nav-item {
  width: 10.5%;
}
.dd-itemgrid-8col > .nav-item:nth-child(8n+1) {
  clear: left;
}
/* *************************************************************************************************************
****************************************************************************************************************
 MOBILE MENU ACCORDION *****************************************************************************************
****************************************************************************************************************
************************************************************************************************************* */
/* Accordion
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-acco {
  list-style-type: none;
}
.nav-acco li.nav-item {
  list-style-type: none;
  display: block;
  float: left;
  width: 100% !important;
  /* Use "!important" to override grid units styling */
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  /* For opener positioning */
}
.nav-acco ul.nav-panel {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* Items
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Space for openner if item has children. Space has to be a few pixels wider than openner */
.nav-acco li.parent > a {
  padding-right: 54px;
}
/* All levels
-------------------------------------------------------------- */
.nav-acco .nav-item > a {
  line-height: 50px;
  display: block;
  padding: 0 10px;
  font-size: 16px;
}
/* Level 1
-------------------------------------------------------------- */
.nav-acco li.level0 > a {
  font-size: 18px;
}
/* Level 2
-------------------------------------------------------------- */
.nav-acco li.level1 > a {
  padding-left: 30px;
  font-size: 16px;
}
/* Level 3
-------------------------------------------------------------- */
.nav-acco li.level2 > a {
  padding-left: 50px;
  font-size: 16px;
}
/* Level 4
-------------------------------------------------------------- */
.nav-acco li.level3 > a {
  padding-left: 70px;
  font-size: 14px;
}
/* Level 5+
-------------------------------------------------------------- */
.nav-acco li.level3 .nav-item > a {
  padding-left: 90px;
  font-size: 12px;
  text-transform: none;
}
/* Opener
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-acco .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.nav-acco .opener:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* *************************************************************************************************************
****************************************************************************************************************
 SIDEBAR MENU **************************************************************************************************
****************************************************************************************************************
************************************************************************************************************* */
/* Simple vertical accordion in sidebar menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.sideacco {
  float: left;
  width: 100%;
}
/* Number of products in category */
.sideacco .number {
  color: #aaa;
  margin-left: 3px;
}
/* Category labels inside vertical menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* All levels */
.sideacco li > a > span > .cat-label {
  position: static;
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 3px;
}
/* Hide pin */
.sideacco li > a > span > .pin-bottom:before {
  display: none;
}
/* end: media-common */
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #5bd2ec;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 8px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #333333;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 0;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart,
  .product-options-bottom .box-tocart .actions .action.tocart,
  .bundle-options-container .box-tocart .actions .action.tocart,
  .product-info-main .box-tocart .actions .action.instant-purchase,
  .product-options-bottom .box-tocart .actions .action.instant-purchase,
  .bundle-options-container .box-tocart .actions .action.instant-purchase {
    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;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .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;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px;
  }
  .columns .column.main {
    max-width: 100%;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .amreview-widget-container .slick-dots button,
  .amreview-widget-container .slick-dots .cart.table-wrapper .actions-toolbar > .action,
  .amreview-widget-container .slick-dots .action-gift {
    border: 1px solid #ccc;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .amrewards-apply-container#block-reward {
    float: initial;
    width: 100%;
  }
  .amrewards-apply-container#block-reward .content {
    max-width: 100%;
  }
  .amrewards-apply-container#block-reward .amrewards-discount-form {
    max-width: 100%;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .category .subscribe-popup {
    text-align: center;
    top: 35%;
    width: 100%;
  }
  .category .subscribe-popup .input-fields {
    margin-top: 20px;
    width: 100%;
  }
  .category .subscribe-popup .notification-container {
    margin: auto;
    width: 80%;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }
  .actions-toolbar.amxnotif_guest_action {
    margin-left: 5px;
  }
  .notification-container {
    display: inline-flex;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .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%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .toolbar-products {
    margin-bottom: 10px;
    padding: 0;
  }
  .sorter-options {
    margin-left: 3px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .product-items .item .action.tocompare,
  .actions-secondary > .action.tocompare,
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*="block-compare"] {
    display: none;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .actions {
    display: block;
  }
  .product-img-column {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .product-primary-column {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .product-lower-primary-column {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .product-secondary-column {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .product-lower-secondary-column {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .product-img-column {
    margin-bottom: 30px;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #d1d1d1;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 12px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 44px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-title strong:after {
    background-color: transparent;
  }
  .filter.active .filter-subtitle {
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    height: 60px;
    line-height: 60px;
    padding: 0 10px 0;
    background: #ffffff;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 60px;
    z-index: 10;
    padding-left: 10px;
    padding-right: 10px;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px 0 15px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .block.filter {
    margin-bottom: 0 !important;
  }
  .block.filter .block-title.filter-title {
    border: none;
    padding: 0;
    margin: 0;
  }
  .block.filter .block-title.filter-title:after {
    display: none !important;
  }
  .block.filter .block-title.filter-title strong {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .filter .filter-current {
    border: solid #d1d1d1;
    border-width: 1px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    z-index: 1;
    border: none;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 15px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    position: relative;
    width: 100px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .title:after {
    font-size: 36px;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .block-collapsible-nav .title {
    border-top: none;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .abs-flex-container-column-mobile,
  .product-columns-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .uaccordion-style1 li a {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .uaccordion-style1 li.parent > a {
    padding-right: 53px;
  }
  .uaccordion-style1 .opener {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .products-list-ext.hover-effect .item {
    border-top: none;
  }
  .products-list-ext.hover-effect .item:hover {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none !important;
  }
  .product-columns-wrapper {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .header-regular .header .links {
    text-align: center;
  }
  .header-regular .header .links li {
    float: none;
    display: inline-block;
  }
  .header-regular .user-menu {
    text-align: center;
  }
  .header-regular .user-menu > *,
  .header-regular .user-menu .links,
  .header-regular .dropdown {
    float: none !important;
    display: inline-block !important;
  }
  .header-regular .logo-wrapper {
    text-align: center;
  }
  .header-regular .logo-wrapper .logo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-container .footer-top > *,
  .footer-container .footer-top .links,
  .footer-container .footer-primary-top > *,
  .footer-container .footer-primary-bottom > *,
  .footer-container .footer-bottom > * {
    text-align: center;
  }
  .footer-container .footer-top .inner-container > .item,
  .footer-container .footer-top .links li,
  .footer-container .footer-primary-top .item,
  .footer-container .footer-primary-bottom .item,
  .footer-container .footer-bottom .item,
  .footer-container .footer-bottom .links li {
    float: none;
    display: inline-block;
  }
  .footer-container .footer-top .inner-container > .item,
  .footer-container .footer-primary-top .item,
  .footer-container .footer-primary-bottom .item,
  .footer-container .footer-bottom .item {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-container .footer .links-wrapper-separators .links li a,
  .footer-container .footer .links-wrapper-separators-left .links li a {
    background-image: none;
  }
  .footer-container .footer-bottom .item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .footer-container .footer-copyright {
    margin-left: 0;
    margin-right: 0;
  }
  .magnify-lens,
  .magnifier-preview {
    display: none !important;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@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;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .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%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .amreview-widget-container .amreview-message {
    height: 80px;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-list:not(.products-list-ext) .product-item {
    table-layout: fixed;
  }
  .products-list:not(.products-list-ext) .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .products-list:not(.products-list-ext) .product-item-actions .actions-primary,
  .products-list:not(.products-list-ext) .product-item-actions .actions-secondary {
    display: table-cell;
  }
  .products-list-ext .product-item {
    table-layout: fixed;
  }
  .products-list-ext .product-item-details,
  .products-list-ext .product-item-inner {
    padding-left: 15px;
  }
  .products-list-ext .product-item-img {
    padding: 0 0 10px 0;
    width: 30%;
  }
  .products-list-ext .item {
    table-layout: fixed;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .ban .cap p {
    font-size: 1.2rem !important;
  }
  .ban .cap h1,
  .ban .cap h2,
  .ban .cap h3,
  .ban .cap h4,
  .ban .cap h5,
  .ban .cap h6 {
    font-size: 1.6rem !important;
  }
  .products-list-ext .product-reviews-summary .reviews-actions {
    font-size: 12px;
  }
  .products-list-ext .addto-links-icons.addto-onimage {
    float: left;
    margin-top: 0;
    padding: 5px 0 0 0;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .itemslider .owl-pagination {
    display: none;
  }
  .caption > *,
  .caption .heading {
    display: none !important;
  }
  .caption .permanent {
    display: inline-block !important;
  }
  .header-container .skip-link .label {
    display: none !important;
  }
  .header-container .skip-link .icon {
    margin-right: 0;
  }
  .header-container .header-collateral .dropdown-block .dropdown-heading {
    line-height: 36px;
    max-height: 36px;
  }
  .header-container .lang-switcher .dropdown-heading .value,
  .header-container .currency-switcher .dropdown-heading .label {
    display: none !important;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 319px) {
  .header-container .header-collateral {
    float: none;
    text-align: center;
  }
  .header-container .header-collateral > * {
    display: inline-block;
  }
  .header-container .logo-wrapper--mobile {
    float: none !important;
    text-align: center !important;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .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;
  }
  .amrev-title-block {
    display: flex;
    align-items: center;
  }
  .amrev-title-block .am-strong {
    font-size: 2.4rem;
    font-weight: 400;
    padding: 0 24px 0 0;
    white-space: nowrap;
  }
  .amreview-proscons-container {
    flex-direction: row;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #aaaaaa;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:hover {
    color: #5bd2ec;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #aaaaaa;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    white-space: nowrap;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .product-item-actions .actions-primary {
    display: table-cell;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary .stock.unavailable {
    margin-right: 3px;
  }
  .products-list-ext .product-item-img {
    min-width: 240px;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 33.33333333%;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 50%;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .caption .heading {
    font-size: 24px;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
@font-face {
  font-family: 'MageplusPoppins';
  src: url('../../frontend/Mageplus/shins/en_US/fonts/Poppins/Poppins-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'MageplusPoppins';
  src: url('../../frontend/Mageplus/shins/en_US/fonts/Poppins/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'MageplusPoppins';
  src: url('../../frontend/Mageplus/shins/en_US/fonts/Poppins/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'MageplusPoppins';
  src: url('../../frontend/Mageplus/shins/en_US/fonts/Poppins/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'MageplusPoppins';
  src: url('../../frontend/Mageplus/shins/en_US/fonts/Poppins/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.abs-flex-container-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.abs-sidebar-block-title,
.product.data.items.stacked-tabs > .item.title,
.sidebar .block .block-title,
.itemslider .block-title,
.product-slider .block-title,
.block.related .block-title,
.block.upsell .block-title,
.block.crosssell .block-title,
.section-title,
.collateral-block > .block-title {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.abs-sidebar-block-title strong,
.product.data.items.stacked-tabs > .item.title strong,
.sidebar .block .block-title strong,
.itemslider .block-title strong,
.product-slider .block-title strong,
.block.related .block-title strong,
.block.upsell .block-title strong,
.block.crosssell .block-title strong,
.section-title strong,
.collateral-block > .block-title strong {
  font-weight: normal;
  font-size: 19px;
  line-height: 24px;
}
.abs-actions-addto {
  color: #7d7d7d;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05em;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'icons-blank-theme';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover {
  color: #333333;
  text-decoration: none;
}
.abs-global-border-color,
h1.border-bottom,
h2.border-bottom,
h3.border-bottom,
h4.border-bottom,
h5.border-bottom,
h6.border-bottom,
.filter .block-subtitle,
.filter-options-item,
.abs-sidebar-block-title,
.catalog-category-view .products-list-ext .item:first-child,
.collateral-container .review-list .review-toolbar,
.section-line,
.custom-sidebar-right .inner,
.custom-sidebar-left .inner,
.product.data.items.stacked-tabs > .item.title,
.sidebar .block .block-title,
.itemslider .block-title,
.product-slider .block-title,
.block.related .block-title,
.block.upsell .block-title,
.block.crosssell .block-title,
.section-title,
.collateral-block > .block-title {
  border-color: #e5e5e5;
}
.abs-global-border-color-light,
.minicart-items-wrapper,
.minicart-items .product-item:not(:first-child),
.product-info-main .product-info-stock-sku,
.product-info-main .product-add-form,
.feature.border-separated,
.feature.top-border,
.feature.border-top,
.feature.bottom-border,
.feature.border-bottom,
.products-list-ext .item,
.items-grid-partitioned .item,
.collateral-container .review-list .review-item,
.product-info-main .product-info-price,
.product-info-main .product-add-form,
.product-view .product-info-price,
.product-view .product-add-form,
.products-list .product-shop-inner {
  border-color: #f5f5f5;
}
.abs-global-border-color-dark {
  border-color: #cccccc;
}
.fontawesome-enabled {
  display: block !important;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/Mageplus/shins/en_US/fonts/fontawesome-4.7.0/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../frontend/Mageplus/shins/en_US/fonts/fontawesome-4.7.0/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../frontend/Mageplus/shins/en_US/fonts/fontawesome-4.7.0/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../frontend/Mageplus/shins/en_US/fonts/fontawesome-4.7.0/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../frontend/Mageplus/shins/en_US/fonts/fontawesome-4.7.0/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../frontend/Mageplus/shins/en_US/fonts/fontawesome-4.7.0/fontawesome-webfont.svg?v=4.7.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
: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-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.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-resistance: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:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.fontmidgard-enable {
  display: block !important;
}
@font-face {
  font-family: 'midgard';
  src: url('../../frontend/Mageplus/shins/en_US/fonts/midgard/midgard.eot?g7nf10');
  src: url('../../frontend/Mageplus/shins/en_US/fonts/midgard/midgard.eot?g7nf10#iefix') format('embedded-opentype'), url('../../frontend/Mageplus/shins/en_US/fonts/midgard/midgard.ttf?g7nf10') format('truetype'), url('../../frontend/Mageplus/shins/en_US/fonts/midgard/midgard.woff?g7nf10') format('woff'), url('../../frontend/Mageplus/shins/en_US/fonts/midgard/midgard.svg?g7nf10#midgard') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="mgp-icon-"],
[class*=" mgp-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'midgard' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgp-icon-f-82:before {
  content: "\e9b1";
}
.mgp-icon-f-83:before {
  content: "\e9b2";
}
.mgp-icon-f-84:before {
  content: "\e9b3";
}
.mgp-icon-f-89:before {
  content: "\e9b8";
}
.mgp-icon-h-14:before {
  content: "\ea2d";
}
.mgp-icon-twitter:before {
  content: "\f099";
}
.mgp-icon-google-plus-g:before {
  content: "\f0d5";
}
.mgp-icon-linkedin-in:before {
  content: "\f0e1";
}
.mgp-icon-youtube:before {
  content: "\f167";
}
.mgp-icon-instagram:before {
  content: "\f16d";
}
.mgp-icon-pinterest-p:before {
  content: "\f231";
}
.mgp-icon-facebook-f:before {
  content: "\f39e";
}
.mgp-icon-waze:before {
  content: "\f83f";
}
.mgp-icon-search:before {
  content: "\f002";
}
.mgp-icon-heart:before {
  content: "\f004";
}
.mgp-icon-user:before {
  content: "\f007";
}
.mgp-icon-check:before {
  content: "\f00c";
}
.mgp-icon-times:before {
  content: "\f00d";
}
.mgp-icon-home:before {
  content: "\f015";
}
.mgp-icon-clock:before {
  content: "\f017";
}
.mgp-icon-tag:before {
  content: "\f02b";
}
.mgp-icon-tags:before {
  content: "\f02c";
}
.mgp-icon-print:before {
  content: "\f02f";
}
.mgp-icon-pencil:before {
  content: "\f040";
}
.mgp-icon-map-marker:before {
  content: "\f041";
}
.mgp-icon-edit:before {
  content: "\f044";
}
.mgp-icon-play:before {
  content: "\f04b";
}
.mgp-icon-chevron-left:before {
  content: "\f053";
}
.mgp-icon-chevron-right:before {
  content: "\f054";
}
.mgp-icon-check-circle:before {
  content: "\f058";
}
.mgp-icon-question-circle:before {
  content: "\f059";
}
.mgp-icon-arrow-left:before {
  content: "\f060";
}
.mgp-icon-arrow-right:before {
  content: "\f061";
}
.mgp-icon-share:before {
  content: "\f064";
}
.mgp-icon-gift:before {
  content: "\f06b";
}
.mgp-icon-leaf:before {
  content: "\f06c";
}
.mgp-icon-calendar-alt:before {
  content: "\f073";
}
.mgp-icon-chevron-up:before {
  content: "\f077";
}
.mgp-icon-chevron-down:before {
  content: "\f078";
}
.mgp-icon-shopping-cart:before {
  content: "\f07a";
}
.mgp-icon-comments:before {
  content: "\f086";
}
.mgp-icon-phone:before {
  content: "\f095";
}
.mgp-icon-phone-square:before {
  content: "\f098";
}
.mgp-icon-hand-point-right:before {
  content: "\f0a4";
}
.mgp-icon-hand-point-left:before {
  content: "\f0a5";
}
.mgp-icon-hand-point-up:before {
  content: "\f0a6";
}
.mgp-icon-hand-point-down:before {
  content: "\f0a7";
}
.mgp-icon-globe:before {
  content: "\f0ac";
}
.mgp-icon-filter:before {
  content: "\f0b0";
}
.mgp-icon-bars:before {
  content: "\f0c9";
}
.mgp-icon-truck:before {
  content: "\f0d1";
}
.mgp-icon-columns:before {
  content: "\f0db";
}
.mgp-icon-envelope:before {
  content: "\f0e0";
}
.mgp-icon-mobile:before {
  content: "\f10b";
}
.mgp-icon-reply-all:before {
  content: "\f122";
}
.mgp-icon-play-circle:before {
  content: "\f144";
}
.mgp-icon-check-square:before {
  content: "\f14a";
}
.mgp-icon-share-square:before {
  content: "\f14d";
}
.mgp-icon-thumbs-up:before {
  content: "\f164";
}
.mgp-icon-thumbs-down:before {
  content: "\f165";
}
.mgp-icon-long-arrow-down:before {
  content: "\f175";
}
.mgp-icon-long-arrow-up:before {
  content: "\f176";
}
.mgp-icon-long-arrow-left:before {
  content: "\f177";
}
.mgp-icon-long-arrow-right:before {
  content: "\f178";
}
.mgp-icon-archive:before {
  content: "\f187";
}
.mgp-icon-paper-plane:before {
  content: "\f1d8";
}
.mgp-icon-history:before {
  content: "\f1da";
}
.mgp-icon-share-alt:before {
  content: "\f1e0";
}
.mgp-icon-cart-plus:before {
  content: "\f217";
}
.mgp-icon-cart-arrow-down:before {
  content: "\f218";
}
.mgp-icon-comment-alt:before {
  content: "\f27a";
}
.mgp-icon-shopping-bag:before {
  content: "\f290";
}
.mgp-icon-shopping-basket:before {
  content: "\f291";
}
.mgp-icon-trash-alt:before {
  content: "\f2ed";
}
.mgp-icon-share-all:before {
  content: "\f367";
}
.mgp-icon-map-marker-alt:before {
  content: "\f3c5";
}
.mgp-icon-mobile-android:before {
  content: "\f3ce";
}
.mgp-icon-mobile-android-alt:before {
  content: "\f3cf";
}
.mgp-icon-reply:before {
  content: "\f3e5";
}
.mgp-icon-box:before {
  content: "\f466";
}
.mgp-icon-box-check:before {
  content: "\f467";
}
.mgp-icon-shipping-timed:before {
  content: "\f48c";
}
.mgp-icon-box-alt:before {
  content: "\f49a";
}
.mgp-icon-box-usd:before {
  content: "\f4a0";
}
.mgp-icon-comments-alt:before {
  content: "\f4b6";
}
.mgp-icon-truck-moving:before {
  content: "\f4df";
}
.mgp-icon-globe-africa:before {
  content: "\f57c";
}
.mgp-icon-globe-americas:before {
  content: "\f57d";
}
.mgp-icon-globe-asia:before {
  content: "\f57e";
}
.mgp-icon-user-headset:before {
  content: "\f82d";
}
.mgp-icon-phone-alt:before {
  content: "\f879";
}
/**
 * Lightbox
 */
/* ColorBox Core Style
-------------------------------------------------------------- */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
/* ColorBox skin.
   The following styles are ordered and tabbed
   in a way that represents the nesting of the generated HTML.
-------------------------------------------------------------- */
#cboxOverlay {
  background: url(../../frontend/Mageplus/shins/en_US/images/mageplus/_shared/colorbox/overlay.png) repeat 0 0;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
  border: none;
  /*10px solid #333*/
  padding: 10px;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 40px;
  /*10px above buttons*/
}
#cboxCurrent {
  position: absolute;
  bottom: 17px;
  left: 80px;
  color: #999;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious,
#cboxNext {
  position: absolute;
  background: url(../../frontend/Mageplus/shins/en_US/images/mageplus/_shared/colorbox/slider-arrows.png) no-repeat #f5f5f5;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#cboxPrevious:hover,
#cboxNext:hover {
  background-color: #333;
}
#cboxPrevious {
  bottom: 10px;
  left: 10px;
  background-position: -10px -10px;
}
#cboxPrevious:hover {
  background-position: -10px -60px;
}
#cboxNext {
  bottom: 10px;
  left: 40px;
  background-position: -60px -10px;
}
#cboxNext:hover {
  background-position: -60px -60px;
}
#cboxLoadingOverlay {
  background: url(../../frontend/Mageplus/shins/en_US/images/mageplus/_shared/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../../frontend/Mageplus/shins/en_US/images/mageplus/_shared/colorbox/loading.gif) no-repeat center center;
}
#cboxClose {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(../../frontend/Mageplus/shins/en_US/images/mageplus/_shared/colorbox/close-button.png) -10px -10px no-repeat #f5f5f5;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#cboxClose:hover {
  background-position: -10px -60px;
  background-color: #333;
}
/* Captions */
#cboxTitle {
  position: absolute;
  bottom: 17px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}
/* Alternative position and style of image captions */
/*
        #cboxTitle {
            position: absolute;
            bottom: 50px;
            left: 10px;
            text-align: left;
            right: 10px;
            color: #000;
            background-color: #fff;
            background-color: rgba(255, 255, 255, 0.75);
            padding: 10px;
        }
        */
#cboxNext,
#cboxPrevious,
#cboxClose {
  transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
/* end: media-common */
/**
 * Theme Content Construction Kit
 */
/* Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Vertically centered content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.v-centered-content {
  display: table;
}
.v-centered-content .v-center {
  display: table-cell;
  vertical-align: middle;
}
/* Heading of a content section
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.section-title {
  clear: both;
  margin: 0;
  display: block;
}
.section-title.padding-right {
  padding-right: 80px !important;
}
/* Horizontal line */
.section-line {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 0 10px;
  padding: 10px 0 0;
  background: none;
  border-bottom: 1px solid #e5e5e5;
  text-indent: -9999em;
  overflow: hidden;
}
/* Vertical links %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.links {
  margin: 0;
}
.links > li {
  float: left;
  margin-bottom: 0;
}
.links > li > *,
.links > li.label {
  display: block;
  line-height: 36px;
  padding: 0 7px;
}
.links > li.label {
  padding-left: 0;
}
.rtl .links > li.label {
  padding-right: 0;
  padding-left: 7px;
}
/* Links with separators (at the right side)
-------------------------------------------------------------- */
.links-wrapper-separators .links > li {
  margin-left: -1px;
}
.links-wrapper-separators .links > li:first-child {
  margin-left: 0;
}
.links-wrapper-separators .links > li > * {
  background-image: url(../../frontend/Mageplus/shins/en_US/images/img/link-separator.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.links-wrapper-separators .links > li:last-child > * {
  background-image: none;
}
.links-wrapper-separators .links > li.hide-separator > * {
  background-image: none;
}
.links-wrapper-separators .links > li.separator-left > * {
  background-position: left center;
}
/* Links with separators (at the left side)
-------------------------------------------------------------- */
.links-wrapper-separators-left .links > li {
  margin-left: -1px;
}
.links-wrapper-separators-left .links > li:first-child {
  margin-left: 0;
}
.links-wrapper-separators-left .links > li > * {
  background-image: url(../../frontend/Mageplus/shins/en_US/images/img/link-separator.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.links-wrapper-separators-left .links > li:first-child > * {
  background-image: none;
}
.links-wrapper-separators-left .links > li.hide-separator > * {
  background-image: none;
}
.links-wrapper-separators-left .links > li.separator-right > * {
  background-position: right center;
}
/* If label is first child, remove the background from the next item */
.links-wrapper-separators-left .links > li.label:first-child + li > * {
  background-image: none;
}
/* end: media-common */
.uaccordion {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.uaccordion ul {
  display: block;
  /*display:none;*/
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.uaccordion li {
  float: left;
  display: block;
  width: 100% !important;
  padding: 0 !important;
  margin: 0;
  list-style-type: none;
  cursor: pointer;
  position: relative;
}
.uaccordion li a {
  display: block;
  padding: 15px 10px;
  font-size: 1.1666em;
  /*14px*/
  line-height: 1.2857em;
  /*18px*/
}
.uaccordion li li a {
  padding-left: 20px;
}
.uaccordion li li li a {
  padding-left: 40px;
}
.uaccordion li li li li a {
  padding-left: 60px;
}
/* Space for openner if item has children.
   Space has to be a few pixels wider than openner */
.uaccordion li.parent > a {
  padding-right: 54px;
}
.uaccordion .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.uaccordion .opener:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.uaccordion-style1 li a {
  padding: 0px 10px;
}
.uaccordion-style1 li li a {
  padding-left: 20px;
}
.uaccordion-style1 li li li a {
  padding-left: 35px;
}
.uaccordion-style1 li li li li a {
  padding-left: 50px;
}
/* Space for openner if item has children.
   Space has to be a few pixels wider than openner */
.uaccordion-style1 li.parent > a {
  padding-right: 33px;
}
.uaccordion-style1 li a {
  border-bottom-color: #eee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 1em;
  /*12px*/
  line-height: 1.5em;
  /*18px*/
}
.uaccordion-style1 li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.uaccordion-style1 .opener {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: rgba(0, 0, 0, 0.03) !important;
}
.uaccordion-style1 .opener:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.collapsible .block-title,
.mobile-collapsible .block-title {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f2f2f2;
  border-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: normal;
}
.collapsible .block-content,
.collapsible .block-content > * {
  margin-top: 0;
  /* Prevent animation jumping */
}
.collapsible .opener {
  position: absolute;
  right: 0;
  top: 2px;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  /*IE*/
  background-color: rgba(0, 0, 0, 0.05);
}
.collapsible .opener:hover {
  background-color: #e5e5e5;
  /*IE*/
  background-color: rgba(0, 0, 0, 0.1);
}
.collapsible .block-title:after,
.mobile-collapsible .block-title:after,
.sidebar .block .block-title:after {
  float: right;
  font-size: 22px;
}
.collapsible .block-title,
.mobile-collapsible .block-title,
.sidebar .block .block-title {
  cursor: pointer;
}
.dropdown-block {
  position: relative;
}
/* Lift dropdown above other dropdowns when it has mouse hover */
.dropdown-block:hover {
  z-index: 102;
  /* Important: higher than dropdown heading when heading is "filled" */
}
/* Layout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Inside left column
--------------------------------------------------------------
*/
/* In left column, add a space at the right side of a dropdown when dropdown heading is not "filled" */
.left-column .dropdown-block:not(.filled-heading),
.item-left .dropdown-block:not(.filled-heading) {
  margin-right: 7px;
}
/* Inside right column
--------------------------------------------------------------
*/
/* Force right-aligned edge of dropdowns */
.dropdown-block.right-hand .dropdown-content,
.right-column .dropdown-block .dropdown-content,
.item-right .dropdown-block .dropdown-content {
  left: auto;
  right: 0;
}
/* Change the side on which the pointer is displayed  */
.right-column .dropdown-block.show-pointer .dropdown-content:before,
.item-right .dropdown-block.show-pointer .dropdown-content:before {
  left: auto;
  right: 26px;
}
.right-column .dropdown-block.show-border .dropdown-content:after,
.item-right .dropdown-block.show-border .dropdown-content:after {
  left: auto;
  right: 25px;
}
/* In right column, add a space at the left side of a dropdown when dropdown heading is not "filled" */
.right-column .dropdown-block:not(.filled-heading),
.item-right .dropdown-block:not(.filled-heading) {
  margin-left: 7px;
}
/* Dropdown heading
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-block .dropdown-heading {
  display: inline-block;
  line-height: 36px;
  /* Set static height to improve layout of inline elements inisde the dropdown heading */
  max-height: 36px;
  /* Important: add pointer cursor to dropdown heading to make the dropdown a clickable element on touch screens (iOS) */
  cursor: pointer;
}
/* Child elements of the heading have to be aligned vertically */
.dropdown-block .dropdown-heading .inner-heading {
  display: block;
  vertical-align: baseline;
}
/* Elements inside inner wrapper need to be aligned vertically */
.dropdown-block .dropdown-heading .inner-heading > * {
  display: inline-block;
  vertical-align: middle;
}
/* Dropdown heading - filled with background color (when open)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/**
 * The inner div of the heading is filled with background color
 * so that it covers the shadow of the dropdown content box when 
 * dropdown is open.
 */
.dropdown-block.filled-heading .dropdown-heading .inner-heading {
  padding: 0 10px;
}
.dropdown-block.filled-heading.open .dropdown-heading .inner-heading {
  background-color: #fff;
  /* The same as for dropdown content */
  position: relative;
  z-index: 101;
  /* Important: higher than dropdown content */
}
/* Elements of the dropdown heading
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-block .dropdown-heading .label {
  vertical-align: baseline !important;
  /* To get better alignment of text */
  line-height: inherit;
  /* To override iconbox rule: .ib + .label */
}
/* Hide label */
.dropdown-block .dropdown-heading .label.hide,
.dropdown-block.hide-label .dropdown-heading .label {
  display: none;
}
.dropdown-block .dropdown-heading .label + .label {
  margin-left: 3px;
}
.rtl .dropdown-block .dropdown-heading .label + .label {
  margin-left: 0;
  margin-right: 3px;
}
.dropdown-block .dropdown-heading .caret {
  margin-right: -3px;
}
/* Icon
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-block .dropdown-heading .icon {
  font-size: 16px;
}
/* Hide icon */
.dropdown-block.hide-icon .dropdown-heading .icon {
  display: none;
}
/* Icon with background image, e.g. for flags */
.dropdown-block .dropdown-heading .dropdown-icon {
  width: 18px;
  text-indent: -9999px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
/* Counter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-block .dropdown-heading .counter,
.minicart-wrapper .action.showcart .counter:not(.ib) {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #333;
}
/* When counter doesn't have "ib" class (so it's Magento's default counter) set basic sizes */
.minicart-wrapper .action.showcart .counter:not(.ib) {
  line-height: 24px;
  height: 24px;
  width: 24px;
}
/* Position
--------------------------------------------------------------
*/
.dropdown-block .dropdown-heading.counter-over-top .counter {
  margin-left: -11px;
  margin-right: -7px;
  margin-top: -22px;
  position: relative;
}
.dropdown-block .dropdown-heading.counter-over-bottom .counter {
  margin-left: -14px;
  margin-right: -7px;
  margin-bottom: -24px;
  position: relative;
}
/* Dropdown content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-block .dropdown-content {
  display: none;
  /* Display only when dropdown is open */
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  margin: 0;
  min-width: 130px;
  line-height: 1.5em;
  text-align: left;
  list-style: none;
  background-color: #fff;
}
/* Opened dropdown
-------------------------------------------------------------- 
*/
.dropdown-block.open .dropdown-content {
  display: block;
  /* Display only when dropdown is open */
  z-index: 100;
}
/* Padding
-------------------------------------------------------------- 
*/
.dropdown-block .dropdown-content {
  padding: 10px 20px;
}
.dropdown-block .dropdown-content > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* When dropdown content is an unordered list
-------------------------------------------------------------- 
*/
/* Everything is inline-block, except links */
.dropdown-block .dropdown-content > li {
  white-space: nowrap;
  margin: 0;
}
.dropdown-block .dropdown-content > li * {
  display: inline-block;
}
.dropdown-block .dropdown-content > li > a {
  display: block;
}
.dropdown-block .dropdown-content > li .label {
  margin-right: 8px;
}
.dropdown-block .dropdown-content .dropdown-icon {
  width: 18px;
  text-indent: -9999px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
/* Dropdown content - with border and pointer 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-block.show-pointer .dropdown-content:before,
.dropdown-block.show-border .dropdown-content:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
/* Pointer
-------------------------------------------------------------- 
*/
.dropdown-block.show-pointer .dropdown-content:before {
  top: -12px;
  left: 26px;
  right: auto;
  border: 6px solid;
  border-color: #0000 #0000 #fff #0000;
  z-index: 99;
}
/* Border
-------------------------------------------------------------- 
*/
.dropdown-block.show-border .dropdown-content:after {
  top: -14px;
  left: 25px;
  right: auto;
  border: 7px solid;
  border-color: #0000 #0000 #ccc #0000;
  z-index: 98;
}
/* Add border to dropdown content */
.dropdown-block.show-border .dropdown-content {
  border: 1px solid #ccc;
}
/* Border when dropdown heading is "filled"
-------------------------------------------------------------- 
*/
/* When heading is "filled" but dropdown is closed, it needs to have transparent border 
   (to avoid jumping when dropdown will be opened and the border will finally appear) */
.dropdown-block.show-border.filled-heading .dropdown-heading {
  border: 1px solid transparent;
}
/* When heading is "filled" but dropdown is open, it needs to have the same border as dropdown content */
.dropdown-block.show-border.filled-heading.open .dropdown-heading {
  border: 1px solid #ccc;
}
/* Dropdown content needs to be pulled up to cover the border of the heading */
.dropdown-block.show-border.filled-heading.open .dropdown-content {
  margin-top: -2px;
}
/* end: media-common */
/* Owl Carousel %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Necessary styles (Core Owl Carousel CSS File v1.24)
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .product-image-wrapper {
  /* Added for magento 2. TODO: test. */
  height: auto;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(../../frontend/Mageplus/shins/en_US/images/mageplus/_shared/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* Additional styles for Owl Carousel
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    */
/* Preloading images */
.owl-item.loading {
  min-height: 80px;
}
.owl-item.loading .product-item-info {
  background: url(../../frontend/Mageplus/shins/en_US/images/mageplus/_shared/ajax-loader.gif) no-repeat center center;
}
.owl-item.loading .product-item-info > * {
  opacity: 0.1;
}
/* Pagination */
.owl-pagination {
  text-align: center;
  z-index: 1;
  /* z-index to show above other items */
}
/* Itemslider %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.block.itemslider .block-title {
  margin-bottom: 0;
  padding-right: 80px;
  padding-left: 80px;
  text-align: center;
  border: 0;
}
.block.itemslider .block-title strong {
  font-size: 30px;
  line-height: 30px;
}
.block.itemslider .block-content {
  margin: 0 0 20px;
}
.block.itemslider .item {
  padding-left: 10px;
  padding-right: 10px;
}
.block.itemslider .owl-item.loading {
  background-position: center 40px;
}
.block.itemslider .owl-item.loading .product-item-photo {
  min-height: 70px;
}
.block.itemslider.equal-height .item {
  position: static;
  padding-bottom: 50px;
}
.block.itemslider.equal-height .actions {
  position: absolute;
  bottom: 0;
}
.navi .itemslider .price-box span {
  display: inline;
}
/* Owl Carousel %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Generic arrows 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-arrows1 .owl-controls .owl-buttons {
  position: absolute;
}
.slider-arrows1 .owl-controls .owl-buttons div {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(../../frontend/Mageplus/shins/en_US/images/mageplus/_shared/generic-nav/slider-arrows.png);
  background-repeat: no-repeat;
  background-color: #e5e5e5;
  transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
}
.slider-arrows1 .owl-controls.clickable .owl-buttons div:hover {
  background-color: #333;
}
.slider-arrows1 .owl-controls .owl-buttons div.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: default;
}
.slider-arrows1 .owl-controls.clickable .owl-buttons div.disabled:hover {
  background-color: #e5e5e5;
  /* Must be the same as default color */
}
.slider-arrows1 .owl-controls .owl-buttons .owl-prev {
  background-position: -10px -10px;
  margin-right: 1px;
}
.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-prev:hover {
  background-position: -10px -60px;
}
.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-prev.disabled:hover {
  background-position: -10px -10px;
  /* Same as default */
}
.slider-arrows1 .owl-controls .owl-buttons .owl-next {
  background-position: -60px -10px;
}
.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-next:hover {
  background-position: -60px -60px;
}
.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-next.disabled:hover {
  background-position: -60px -10px;
  /* Same as default */
}
/* Position */
.slider-arrows1-pos-top-right .owl-controls .owl-buttons {
  top: -40px;
  right: 0px;
}
.slider-arrows1-pos-top-left .owl-controls .owl-buttons {
  top: -40px;
  left: 0px;
}
/* Generic arrows 2
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-arrows2 .owl-controls .owl-buttons div {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(../../frontend/Mageplus/shins/en_US/images/mageplus/_shared/generic-nav/slider-arrows.png);
  background-repeat: no-repeat;
  background-color: #fff;
  transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.slider-arrows2:hover .owl-controls .owl-buttons div {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider-arrows2 .owl-controls.clickable .owl-buttons div:hover {
  background-color: #000;
}
.slider-arrows2 .owl-controls .owl-buttons .owl-prev {
  background-position: -2px 0;
  left: 0;
  top: 46%;
}
.slider-arrows2 .owl-controls.clickable .owl-buttons .owl-prev:hover {
  background-position: -2px -50px;
}
.slider-arrows2 .owl-controls .owl-buttons .owl-next {
  background-position: -48px 0;
  right: 0;
  top: 46%;
}
.slider-arrows2 .owl-controls.clickable .owl-buttons .owl-next:hover {
  background-position: -48px -50px;
}
/* Generic arrows 3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-arrows3 .owl-controls .owl-buttons div {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(../../frontend/Mageplus/shins/en_US/images/mageplus/_shared/generic-nav/slider-arrows.png);
  background-repeat: no-repeat;
  background-color: #fff;
  transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
}
.slider-arrows3 .owl-controls.clickable .owl-buttons div:hover {
  background-color: #000;
}
.slider-arrows3 .owl-controls .owl-buttons div.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: default;
}
.slider-arrows3 .owl-controls.clickable .owl-buttons div.disabled:hover {
  background-color: #fff;
  /* Must be the same as default color */
}
.slider-arrows3 .owl-controls .owl-buttons .owl-prev {
  background-position: -10px -10px;
  top: 30%;
  left: -32px;
}
.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-prev:hover {
  background-position: -10px -60px;
}
.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-prev.disabled:hover {
  background-position: -10px -10px;
  /* Same as default */
}
.slider-arrows3 .owl-controls .owl-buttons .owl-next {
  background-position: -60px -10px;
  top: 30%;
  right: -32px;
}
.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-next:hover {
  background-position: -60px -60px;
}
.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-next.disabled:hover {
  background-position: -60px -10px;
  /* Same as default */
}
/* Generic pagination 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-pagination1 .owl-controls .owl-page {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.slider-pagination1 .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 7px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #eee;
  transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
}
.slider-pagination1 .owl-controls.clickable .owl-page:hover span {
  background-color: #000;
}
.slider-pagination1 .owl-controls .owl-page.active span {
  background-color: #ccc;
}
/* Generic pagination 2
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-pagination2 .owl-controls .owl-page {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.slider-pagination2 .owl-controls .owl-page span {
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  width: 10px;
  height: 10px;
  margin: 8px;
  transition: width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
}
.slider-pagination2 .owl-controls.clickable .owl-page:hover span,
.slider-pagination2 .owl-controls .owl-page.active span {
  width: 16px;
  height: 16px;
  margin: 5px;
}
.slider-pagination2 .owl-controls .owl-page.active {
  cursor: default;
}
/* Pagination position
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.pagination-pos-bottom-centered {
  padding-bottom: 50px;
  /* Additional space for bottom pagination */
}
.pagination-pos-bottom-centered .owl-pagination {
  padding: 10px 0;
  text-align: center;
  position: absolute;
  width: 100%;
}
.pagination-pos-bottom-right .owl-pagination {
  padding: 10px 0;
  float: right;
}
.pagination-pos-bottom-left .owl-pagination {
  padding: 10px 0;
  float: left;
}
/* Over the slider */
.pagination-pos-over-bottom-centered .owl-pagination {
  position: absolute;
  bottom: 0;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
.pagination-pos-over-bottom-right .owl-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 14px;
  padding-right: 14px;
}
.pagination-pos-over-bottom-left .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 14px;
  padding-left: 14px;
}
/* end: media-common */
.itemgrid .item {
  float: left;
  padding-left: 1%;
  padding-right: 1%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Itemgrid: different numbers of columns
-------------------------------------------------------------- */
/* Clear every first item in each row (row is a group of n items) */
/* Item grid: 1 column */
.itemgrid-1col .item {
  width: 98%;
}
/* Item grid: 2 columns */
.itemgrid-2col .item {
  width: 48%;
}
.itemgrid-2col > li:nth-of-type(2n+1) {
  clear: left;
}
/* Item grid: 3 columns */
.itemgrid-3col .item {
  width: 31.3333%;
}
.itemgrid-3col > li:nth-of-type(3n+1) {
  clear: left;
}
/* Item grid: 4 columns */
.itemgrid-4col .item {
  width: 23%;
}
.itemgrid-4col > li:nth-of-type(4n+1) {
  clear: left;
}
/* Item grid: 5 columns */
.itemgrid-5col .item {
  width: 18%;
}
.itemgrid-5col > li:nth-of-type(5n+1) {
  clear: left;
}
/* Item grid: 6 columns */
.itemgrid-6col .item {
  width: 14.6666%;
}
.itemgrid-6col > li:nth-of-type(6n+1) {
  clear: left;
}
/* Item grid: 7 columns */
.itemgrid-7col .item {
  width: 12.2857%;
}
.itemgrid-7col > li:nth-of-type(7n+1) {
  clear: left;
}
/* Item grid: 8 columns */
.itemgrid-8col .item {
  width: 10.5%;
}
.itemgrid-8col > li:nth-of-type(8n+1) {
  clear: left;
}
/* Icon %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.ic {
  display: inline-block;
  font: normal normal normal 14px/1 ThemeIcons;
  font-size: inherit;
  text-rendering: auto;
  text-transform: none;
  /* For backward compatibility */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* If icon is applied to 'i' tag */
i.ic,
i:before {
  font-style: normal;
}
/* Floating icons - with generic modifiers
-------------------------------------------------------------- */
.ic.left {
  float: left;
  margin-right: 0.3em;
}
.ic.right {
  float: right;
  margin-left: 0.3em;
}
/* Size
-------------------------------------------------------------- */
/* Makes the font 33% larger relative to the icon container */
.ic-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.ic-2x {
  font-size: 2em;
}
.ic-3x {
  font-size: 3em;
}
.ic-4x {
  font-size: 4em;
}
.ic-5x {
  font-size: 5em;
}
.ic-6x {
  font-size: 6em;
}
.ic-7x {
  font-size: 7em;
}
.ic-8x {
  font-size: 8em;
}
.ic-fw {
  width: 1.28571429em;
  text-align: center;
}
/* Lists
-------------------------------------------------------------- */
.ic-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.ic-ul > li {
  position: relative;
}
.ic-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.ic-li.ic-lg {
  left: -1.85714286em;
}
.ic-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
/* Pulled Icons
-------------------------------------------------------------- */
.pull-right,
.ic-pull-right {
  float: right;
}
.pull-left,
.ic-pull-left {
  float: left;
}
.ic.pull-left,
.ic-pull-left {
  margin-right: .3em;
}
.ic.pull-right,
.ic-pull-right {
  margin-left: .3em;
}
/* Stacking
-------------------------------------------------------------- */
.ic-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.ic-stack-1x,
.ic-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.ic-stack-1x {
  line-height: inherit;
}
.ic-stack-2x {
  font-size: 2em;
}
.ic-inverse {
  color: #ffffff;
}
/* Effects
-------------------------------------------------------------- */
.ic-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ic-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ic-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ic-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.ic-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.ic-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* Characters as icon (letters, numbers etc.)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ic-char {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif !important;
}
/* Images as icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ic-img {
  font-family: inherit;
  /* Remove icon font to fix vertical alignment */
}
/* Set max size for images displayed as icons */
.ic-img img,
.icon img {
  vertical-align: middle;
}
/* Iconbox - an icon with background color %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.ib,
.social-links a > span.icon {
  display: inline-block;
  text-align: center;
  background-color: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
/* Size
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ib {
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.ib-size-xs {
  line-height: 18px;
  width: 18px;
  height: 18px;
  font-size: 11px;
}
.ib-size-s {
  line-height: 28px;
  width: 28px;
  height: 28px;
}
.ib-size-l {
  line-height: 50px;
  width: 50px;
  height: 50px;
}
.ib-size-xl {
  line-height: 60px;
  width: 60px;
  height: 60px;
}
.ib-size-xxl {
  line-height: 80px;
  width: 80px;
  height: 80px;
}
.ib-size-xxxl {
  line-height: 100px;
  width: 100px;
  height: 100px;
}
.ib-size-xxxxl {
  line-height: 120px;
  width: 120px;
  height: 120px;
}
/* Labels
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Label which immediately follows the iconbox */
.ib + .label {
  display: inline-block;
  line-height: 40px;
}
.ib-size-xs + .label {
  line-height: 18px;
}
.ib-size-s + .label {
  line-height: 28px;
}
.ib-size-l + .label {
  line-height: 50px;
}
.ib-size-xl + .label {
  line-height: 60px;
}
.ib-size-xxl + .label {
  line-height: 80px;
}
.ib-size-xxxl + .label {
  line-height: 100px;
}
.ib-size-xxxxl + .label {
  line-height: 120px;
}
/* Hover state
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ib-hover:hover,
.feature-icon-hover:hover .ib {
  background-color: #333;
  color: #fff;
}
/* Characters as icon - modify styles if inside iconbox
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ib.ic-char,
.ib.i-char {
  text-align: center;
}
/* Additional utility classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Background
-------------------------------------------------------------- */
/* Icon without background color */
.ib-no-bg,
.ib.no-bg-color {
  background-color: transparent !important;
}
/* Shapes
-------------------------------------------------------------- */
/* Default */
.ib-circle,
.ib.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ib-rounded,
.ib.rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ib-rounded:after {
  /* If iconbox has effects, effect element needs to have the same shape */
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
.ib-square,
.ib.square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ib-square:after {
  /* If iconbox has effects, effect element needs to have the same shape */
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* Make all contained icons square */
.ib-wrapper-square .ib,
.ib-wrapper--square .ib,
.icon-wrapper-square .ib {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* Iconbox effects %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
[class*="ib-ef-"] {
  position: relative;
  /* Important: required */
  z-index: 1;
}
[class*="ib-ef-"]:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Effect 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ib-ef-1 {
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.ib-ef-1:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #000;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
/* Effect 1a
-------------------------------------------------------------- */
.feature-icon-hover:hover .ib-ef-1a:after,
.ib-ef-1a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 1b
-------------------------------------------------------------- */
.ib-ef-1b:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.feature-icon-hover:hover .ib-ef-1b:after,
.ib-ef-1b:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 2
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ib-ef-2 {
  background-color: transparent !important;
  box-shadow: 0 0 0 4px #000;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.ib-ef-2:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
/* Effect 2a
-------------------------------------------------------------- */
.feature-icon-hover:hover .ib-ef-2a:after,
.ib-ef-2a:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
/* Effect 2b
-------------------------------------------------------------- */
.feature-icon-hover:hover .ib-ef-2b:after,
.ib-ef-2b:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  -moz-transition: -moz-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
}
/* Effect 3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ib-ef-3 {
  background-color: transparent !important;
  box-shadow: 0 0 0 4px #000;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.ib-ef-3:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
/* Effect 3a
-------------------------------------------------------------- */
.feature-icon-hover:hover .ib-ef-3a:after,
.ib-ef-3a:hover:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
/* Effect 3b
-------------------------------------------------------------- */
.ib-ef-3b:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.feature-icon-hover:hover .ib-ef-3b:after,
.ib-ef-3b:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Feature - box with icons, images, text etc. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Basic styles */
.feature {
  margin: 0 0 10px;
}
.feature:before,
.feature:after {
  content: '';
  display: table;
}
.feature:after {
  clear: both;
}
.feature.first {
  margin-top: 0;
}
.feature.last {
  margin-bottom: 0;
}
/* Elements separated with border
-------------------------------------------------------------- */
.feature.border-separated {
  border-top: 1px solid #f5f5f5;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}
.feature.border-separated:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.feature.top-border,
.feature.border-top {
  border-top: 1px solid #f5f5f5 !important;
  margin-top: 20px !important;
  padding-top: 20px !important;
}
.feature.bottom-border,
.feature.border-bottom {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* (deprecated) Wrapper with top/bottom line */
.feature-wrapper.top-border {
  border-top: 1px solid #f5f5f5;
  margin-top: 20px;
  padding-top: 20px;
}
.feature-wrapper.bottom-border {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* Feature text paragraph
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.feature p:last-child {
  margin-bottom: 0;
}
/* Feature headings
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.feature .heading {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: normal;
}
.feature .above-heading {
  margin: 0 0 7px;
  font-size: 1.1rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: #888;
}
.feature .below-heading {
  font-size: 1em;
  font-style: italic;
  line-height: 1.8rem;
  color: #bbb;
}
/* Feature and icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Floating icons - additional margin.
   Important: styles only applied to direct children
-------------------------------------------------------------- */
/* IMPORTANT: for backward compatibility, apply also to an icon without "left" class if it's direct child and first child */
.feature > .ic:first-child,
.feature > .left {
  float: left;
  margin: 0 20px 16px 0;
}
.feature > .right {
  float: right;
  margin: 0 0 16px 20px;
}
/* For backward compatibility */
.rtl .feature > .ic:first-child {
  float: right;
  margin: 0 0 16px 20px;
}
/* (deprecated) Vertically centered icon
-------------------------------------------------------------- */
.feature.v-centered-content .v-center .ic {
  margin: 0 20px 0 0;
}
/* Indented feature
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* With indentation, icon doesn't need bottom margin, it pushes other elements down */
.feature.indent > .ic:first-child,
.feature.indent > .left,
.feature.indent > .right {
  margin-bottom: 0;
}
/* Size of indentation
-------------------------------------------------------------- */
/* Size of indentation = width of iconbox + right margin of the iconbox */
/* Default */
.feature.indent {
  padding-left: 60px;
  /* 60 = 40 + 20 */
}
.rtl .feature.indent {
  padding-right: 60px;
  padding-left: 0;
}
.feature.indent > .ic:first-child,
.feature.indent > .left {
  margin-left: -60px;
}
.rtl .feature.indent > .ic:first-child,
.feature.indent > .right {
  margin-right: -60px;
  margin-left: 0;
}
/* X Small should be defined here but was omitted - it shouldn't be used with indent */
/* Small */
.feature.indent-size-s {
  padding-left: 48px;
}
.rtl .feature.indent-size-s {
  padding-right: 48px;
  padding-left: 0;
}
.feature.indent-size-s > .ic:first-child,
.feature.indent-size-s > .left {
  margin-left: -48px;
}
.rtl .feature.indent-size-s > .ic:first-child,
.feature.indent-size-s > .right {
  margin-right: -48px;
  margin-left: 0;
}
/* Large */
.feature.indent-size-l {
  padding-left: 70px;
}
.rtl .feature.indent-size-l {
  padding-right: 70px;
  padding-left: 0;
}
.feature.indent-size-l > .ic:first-child,
.feature.indent-size-l > .left {
  margin-left: -70px;
}
.rtl .feature.indent-size-l > .ic:first-child,
.feature.indent-size-l > .right {
  margin-right: -70px;
  margin-left: 0;
}
/* X Large */
.feature.indent-size-xl {
  padding-left: 80px;
}
.rtl .feature.indent-size-xl {
  padding-right: 80px;
  padding-left: 0;
}
.feature.indent-size-xl > .ic:first-child,
.feature.indent-size-xl > .left {
  margin-left: -80px;
}
.rtl .feature.indent-size-xl > .ic:first-child,
.feature.indent-size-xl > .right {
  margin-right: -80px;
  margin-left: 0;
}
/* XX Large */
.feature.indent-size-xxl {
  padding-left: 100px;
}
.rtl .feature.indent-size-xxl {
  padding-right: 100px;
  padding-left: 0;
}
.feature.indent-size-xxl > .ic:first-child,
.feature.indent-size-xxl > .left {
  margin-left: -100px;
}
.rtl .feature.indent-size-xxl > .ic:first-child,
.feature.indent-size-xxl > .right {
  margin-right: -100px;
  margin-left: 0;
}
/* XXX Large */
.feature.indent-size-xxxl {
  padding-left: 120px;
}
.rtl .feature.indent-size-xxxl {
  padding-right: 120px;
  padding-left: 0;
}
.feature.indent-size-xxxl > .ic:first-child,
.feature.indent-size-xxxl > .left {
  margin-left: -120px;
}
.rtl .feature.indent-size-xxxl > .ic:first-child,
.feature.indent-size-xxxl > .right {
  margin-right: -120px;
  margin-left: 0;
}
/* XXXX Large */
.feature.indent-size-xxxxl {
  padding-left: 140px;
}
.rtl .feature.indent-size-xxxxl {
  padding-right: 140px;
  padding-left: 0;
}
.feature.indent-size-xxxxl > .ic:first-child,
.feature.indent-size-xxxxl > .left {
  margin-left: -140px;
}
.rtl .feature.indent-size-xxxxl > .ic:first-child,
.feature.indent-size-xxxxl > .right {
  margin-right: -140px;
  margin-left: 0;
}
/* Feature centered
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* IMPORTANT: these styles need to be placed after floating icon styles */
.feature.centered {
  text-align: center;
}
.feature.centered > .ic {
  /* When feature is centered, the first level icons can't float */
  float: none !important;
  margin: 0 0 15px !important;
}
/* Additional styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* (deprecated) Auto-size: allow for big icons. IMPORTANT: don't use "span" tag together with "icon" in this selector! */
.feature .ic.auto-size {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
}
/* Integration with FontAwesome icons %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Here we make sure the "ic" class doesn't override 
   the font-family property of the FontAwesome's "fa" class.
   Thanks to that we can use the "ic" class in elements which already have the "fa" class. */
.fa {
  font-family: FontAwesome;
}
/* Here we make sure icons will have proper line-height and font-size to stack multiple icons */
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
/* Block displayed if Font Awesome enabled. By default it is hidden. */
.fontawesome-enabled {
  display: none;
}
/* end: media-common */
@font-face {
  font-family: 'ThemeIcons';
  src: url('../../frontend/Mageplus/shins/en_US/fonts/themeicons/ThemeIcons.eot?387osh');
  src: url('../../frontend/Mageplus/shins/en_US/fonts/themeicons/ThemeIcons.eot?#iefix387osh') format('embedded-opentype'), url('../../frontend/Mageplus/shins/en_US/fonts/themeicons/ThemeIcons.woff?387osh') format('woff'), url('../../frontend/Mageplus/shins/en_US/fonts/themeicons/ThemeIcons.ttf?387osh') format('truetype'), url('../../frontend/Mageplus/shins/en_US/fonts/themeicons/ThemeIcons.svg?387osh#ThemeIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Icon codes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ic-plane:before {
  content: "\e200";
}
.ic-tag:before {
  content: "\e201";
}
.ic-paint:before {
  content: "\e202";
}
.ic-credit:before {
  content: "\e203";
}
.ic-phone:before {
  content: "\e204";
}
.ic-letter:before {
  content: "\e205";
}
.ic-stopwatch:before {
  content: "\e206";
}
.ic-bars:before {
  content: "\e207";
}
.ic-truck:before {
  content: "\e208";
}
.ic-download:before {
  content: "\e209";
}
.ic-upload:before {
  content: "\e20a";
}
.ic-warning:before {
  content: "\e20b";
}
.ic-question:before {
  content: "\e20c";
}
.ic-info:before {
  content: "\e20d";
}
.ic-success:before {
  content: "\e20e";
}
.ic-close2:before {
  content: "\e20f";
}
.ic-reload:before {
  content: "\e210";
}
.ic-scissors:before {
  content: "\e211";
}
.ic-googleplus:before {
  content: "\e212";
}
.ic-facebook:before {
  content: "\e213";
}
.ic-twitter:before {
  content: "\e214";
}
.ic-feed:before {
  content: "\e215";
}
.ic-youtube:before {
  content: "\e216";
}
.ic-vimeo:before {
  content: "\e217";
}
.ic-flickr:before {
  content: "\e218";
}
.ic-dribbble:before {
  content: "\e219";
}
.ic-github:before {
  content: "\e21a";
}
.ic-wordpress:before {
  content: "\e21b";
}
.ic-blogger:before {
  content: "\e21c";
}
.ic-tumblr:before {
  content: "\e21d";
}
.ic-skype:before {
  content: "\e21e";
}
.ic-home:before {
  content: "\e21f";
}
.ic-edit2:before {
  content: "\e220";
}
.ic-cart:before,
.ic-cart1:before {
  content: "\e221";
}
.ic-menu:before {
  content: "\e222";
}
.ic-star-o:before {
  content: "\e223";
}
.ic-star:before {
  content: "\e224";
}
.ic-heart:before {
  content: "\e225";
}
.ic-heart-o:before {
  content: "\e226";
}
.ic-arrow-up:before {
  content: "\e227";
}
.ic-arrow-right:before {
  content: "\e228";
}
.ic-arrow-down:before {
  content: "\e229";
}
.ic-arrow-left:before {
  content: "\e22a";
}
.ic-filter:before {
  content: "\e22b";
}
.ic-lastminute:before {
  content: "\e22c";
}
.ic-close:before {
  content: "\e22d";
}
.ic-edit:before {
  content: "\e22e";
}
.ic-instagram:before {
  content: "\e22f";
}
.ic-user:before {
  content: "\e230";
}
.ic-mobile:before {
  content: "\e231";
}
.ic-pin:before {
  content: "\e232";
}
.ic-zoomin:before {
  content: "\e233";
}
.ic-zoomout:before {
  content: "\e234";
}
.ic-search:before {
  content: "\e235";
}
.ic-gift:before {
  content: "\e236";
}
.ic-anchor:before {
  content: "\e237";
}
.ic-calendar:before {
  content: "\e238";
}
.ic-remove:before {
  content: "\e239";
}
.ic-compare:before {
  content: "\e23a";
}
.ic-alarm:before {
  content: "\e23b";
}
.ic-plus:before {
  content: "\e23c";
}
.ic-minus:before {
  content: "\e23d";
}
.ic-pinterest:before {
  content: "\e23e";
}
.ic-call24:before {
  content: "\e23f";
}
.ic-callcenter:before {
  content: "\e240";
}
.ic-delivery:before {
  content: "\e241";
}
.ic-package:before {
  content: "\e242";
}
.ic-globe:before {
  content: "\e243";
}
.ic-lightbulb:before {
  content: "\e244";
}
.ic-microscope:before {
  content: "\e245";
}
.ic-24hours:before {
  content: "\e246";
}
.ic-coupon:before {
  content: "\e247";
}
.ic-tshirt:before {
  content: "\e248";
}
.ic-bag8:before {
  content: "\e249";
}
.ic-bag6:before {
  content: "\e24a";
}
.ic-bag4:before {
  content: "\e24b";
}
.ic-bag3:before {
  content: "\e24c";
}
.ic-bag7:before {
  content: "\e24d";
}
.ic-bag2:before {
  content: "\e24e";
}
.ic-bag5:before {
  content: "\e24f";
}
.ic-cart2:before {
  content: "\e250";
}
.ic-bag:before,
.ic-bag1:before {
  content: "\e251";
}
.ic-cart3:before {
  content: "\e252";
}
.ic-smartphones:before {
  content: "\e253";
}
.ic-grid:before {
  content: "\e254";
}
.ic-list:before {
  content: "\e255";
}
.ic-linkedin:before {
  content: "\e256";
}
.ic-bell:before {
  content: "\e257";
}
.ic-xing:before {
  content: "\e258";
}
.ic-vk:before {
  content: "\e259";
}
.ic-weibo:before {
  content: "\e25a";
}
.ic-renren:before {
  content: "\e25b";
}
.ic-behance:before {
  content: "\e25c";
}
.ic-vine:before {
  content: "\e25d";
}
.ic-share:before {
  content: "\e25e";
}
.ic-lowstock:before {
  content: "\e25f";
}
.ic-left:before {
  content: "\e260";
}
.ic-down:before {
  content: "\e261";
}
.ic-up:before {
  content: "\e262";
}
.ic-right:before {
  content: "\e263";
}
/* end: media-common */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.delay-0-5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.delay-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-1-5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay-2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delay-2-5 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.delay-3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.delay-3-5 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.delay-4 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.delay-4-5 {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.delay-5 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.delay-6 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.delay-7 {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.delay-8 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.delay-9 {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}
.delay-10 {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.duration-0-5 {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}
.duration-1 {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}
.duration-2 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.duration-3 {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
}
.duration-4 {
  -webkit-animation-duration: 4s !important;
  animation-duration: 4s !important;
}
.duration-5 {
  -webkit-animation-duration: 5s !important;
  animation-duration: 5s !important;
}
/* Banners %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Banner
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ban {
  position: relative;
  overflow: hidden;
}
.ban .image {
  width: 100%;
}
/* Banner hover effects
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ban .image {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
/* Zoom in */
.ban-effect-1:hover .image {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/* Zoom out */
.ban-effect-2 .image {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.ban-effect-2:hover .image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* Zoom in rotate */
.ban-effect-3:hover .image {
  -webkit-transform: scale(1.3) rotate(8deg);
  -moz-transform: scale(1.3) rotate(8deg);
  -o-transform: scale(1.3) rotate(8deg);
  -ms-transform: scale(1.3) rotate(8deg);
  transform: scale(1.3) rotate(8deg);
}
/* Fade out */
.ban-effect-fade-out .image {
  opacity: 1;
}
.ban-effect-fade-out:hover .image {
  opacity: 0.75;
}
/* Grayscale in */
/*.ban-effect-grayscale-in .image {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}*/
.ban-effect-grayscale-in:hover .image {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* Grayscale out */
.ban-effect-grayscale-out .image {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.ban-effect-grayscale-out:hover .image {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* Blur in */
.ban-effect-blur-in:hover .image {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
/* Blur out */
.ban-effect-blur-out .image {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.ban-effect-blur-out:hover .image {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
/* Banner caption %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Caption
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 15px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background-color: rgba(91, 210, 236, 0.85);
  /* #5bd2ec */
  color: #fff;
}
/* Caption helper classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cap-no-bg {
  background: none !important;
}
/* Center
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cap-center-horizontally {
  text-align: center;
}
.cap-center-vertically {
  top: auto !important;
  bottom: 50% !important;
  right: 0;
  left: 0;
  height: auto !important;
  -webkit-transform: translateY(50%) !important;
  -moz-transform: translateY(50%) !important;
  -o-transform: translateY(50%) !important;
  -ms-transform: translateY(50%) !important;
  transform: translateY(50%) !important;
}
/* Caption positioning
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Position
-------------------------------------------------------------- */
.cap-top {
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: auto;
}
.cap-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: auto;
  height: auto;
}
.cap-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
}
.cap-left {
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
}
.cap-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: auto;
  height: 100%;
}
.cap-bottom {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.cap-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.cap-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: auto;
  height: auto;
}
/* Precise position
-------------------------------------------------------------- */
/* Push down */
.cap-push-down-5 {
  top: 5%;
  height: auto;
  bottom: auto;
}
.cap-push-down-10 {
  top: 10%;
  height: auto;
  bottom: auto;
}
.cap-push-down-15 {
  top: 15%;
  height: auto;
  bottom: auto;
}
.cap-push-down-20 {
  top: 20%;
  height: auto;
  bottom: auto;
}
.cap-push-down-25 {
  top: 25%;
  height: auto;
  bottom: auto;
}
.cap-push-down-30 {
  top: 30%;
  height: auto;
  bottom: auto;
}
/* Push right */
.cap-push-right-5 {
  left: 5%;
  width: auto;
  right: auto;
}
.cap-push-right-10 {
  left: 10%;
  width: auto;
  right: auto;
}
.cap-push-right-15 {
  left: 15%;
  width: auto;
  right: auto;
}
.cap-push-right-20 {
  left: 20%;
  width: auto;
  right: auto;
}
.cap-push-right-25 {
  left: 25%;
  width: auto;
  right: auto;
}
.cap-push-right-30 {
  left: 30%;
  width: auto;
  right: auto;
}
/* Push left */
.cap-push-left-5 {
  right: 5%;
  width: auto;
  left: auto;
}
.cap-push-left-10 {
  right: 10%;
  width: auto;
  left: auto;
}
.cap-push-left-15 {
  right: 15%;
  width: auto;
  left: auto;
}
.cap-push-left-20 {
  right: 20%;
  width: auto;
  left: auto;
}
.cap-push-left-25 {
  right: 25%;
  width: auto;
  left: auto;
}
.cap-push-left-30 {
  right: 30%;
  width: auto;
  left: auto;
}
/* Push up */
.cap-push-up-5 {
  bottom: 5%;
  height: auto;
  top: auto;
}
.cap-push-up-10 {
  bottom: 10%;
  height: auto;
  top: auto;
}
.cap-push-up-15 {
  bottom: 15%;
  height: auto;
  top: auto;
}
.cap-push-up-20 {
  bottom: 20%;
  height: auto;
  top: auto;
}
.cap-push-up-25 {
  bottom: 25%;
  height: auto;
  top: auto;
}
.cap-push-up-30 {
  bottom: 30%;
  height: auto;
  top: auto;
}
/* Text with background color
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/*[class*="cap-text-bg-"] .text,*/
.cap-text-bg .text {
  padding: 3px 6px;
  margin-bottom: 3px;
  /* Make it look like an inline block (background not stretched to full width) */
  clear: both;
  float: left;
  /*display: inline-block;*/
}
.rtl .cap-text-bg .text {
  float: right;
}
/*.cap-text-bg.cap-center-vertically .text {
    float: none;
}*/
.cap-text-bg .text:last-child {
  margin-bottom: 0;
}
a .cap-text-bg .text {
  transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  -moz-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  -webkit-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  -o-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
}
.cap-text-bg-dark-1 .text {
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
}
a:hover .cap-text-bg-dark-1 .text {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.cap-text-bg-dark-2 .text {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
a:hover .cap-text-bg-dark-2 .text {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.cap-text-bg-dark-3 .text {
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
}
a:hover .cap-text-bg-dark-3 .text {
  background-color: #000000;
  color: #fff;
}
.cap-text-bg-light-1 .text {
  background-color: rgba(255, 255, 255, 0.35);
  color: #000;
}
a:hover .cap-text-bg-light-1 .text {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
}
.cap-text-bg-light-2 .text {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
}
a:hover .cap-text-bg-light-2 .text {
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
}
.cap-text-bg-light-3 .text {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
a:hover .cap-text-bg-light-3 .text {
  background-color: #ffffff;
  color: #000;
}
/* Caption effects
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Fade
-------------------------------------------------------------- */
.ban-caption-fade-in .cap {
  opacity: 0;
}
.ban-caption-fade-in:hover .cap {
  opacity: 1;
}
.ban-caption-fade-out .cap {
  opacity: 1;
}
.ban-caption-fade-out:hover .cap {
  opacity: 0;
}
/* Slide
-------------------------------------------------------------- */
[class*="ban-caption-slide-"] .cap {
  width: 100%;
  height: 100%;
}
.ban-caption-slide-up .cap {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.ban-caption-slide-up:hover .cap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ban-caption-slide-down .cap {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ban-caption-slide-down:hover .cap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ban-caption-slide-left .cap {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.ban-caption-slide-left:hover .cap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.ban-caption-slide-right .cap {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ban-caption-slide-right:hover .cap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/* Push
-------------------------------------------------------------- */
/* Push up */
.ban-caption-push-up:hover .image {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ban-caption-push-up .cap {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.ban-caption-push-up:hover .cap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* Push down */
.ban-caption-push-down:hover .image {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.ban-caption-push-down .cap {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ban-caption-push-down:hover .cap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* Hinge
-------------------------------------------------------------- */
[class*="ban-caption-hinge-"] {
  -webkit-perspective: 900px;
  perspective: 900px;
}
[class*="ban-caption-hinge-"] .image,
[class*="ban-caption-hinge-"] .cap {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Hinge up */
.ban-caption-hinge-up .image {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.ban-caption-hinge-up:hover .image {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  opacity: 0;
}
.ban-caption-hinge-up .cap {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  opacity: 0;
}
.ban-caption-hinge-up:hover .cap {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}
/* Hinge down */
.ban-caption-hinge-down .image {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.ban-caption-hinge-down:hover .image {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}
.ban-caption-hinge-down .cap {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% -50%;
  -moz-transform-origin: 50% -50%;
  -o-transform-origin: 50% -50%;
  -ms-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
  opacity: 0;
}
.ban-caption-hinge-down:hover .cap {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}
/* Hinge left */
.ban-caption-hinge-left .image {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.ban-caption-hinge-left:hover .image {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
  opacity: 0;
}
.ban-caption-hinge-left .cap {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  opacity: 0;
}
.ban-caption-hinge-left:hover .cap {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
}
/* Hinge right */
.ban-caption-hinge-right .image {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ban-caption-hinge-right:hover .image {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  opacity: 0;
}
.ban-caption-hinge-right .cap {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  opacity: 0;
}
.ban-caption-hinge-right:hover .cap {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
}
/* Deprecated styles, left for backward compatibility %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.banner-wrapper {
  position: relative;
  display: block;
}
.page-banners .banner a {
  display: block;
}
.page-banners .banner a img {
  display: block;
  margin: 0 auto;
}
/* depracated styles, left for backward compatibility: */
.page-banners .banner {
  margin-bottom: 2%;
}
/* Caption
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 80%;
  margin: 6%;
  padding: 0;
}
/* Caption position
-------------------------------------------------------------- */
.caption.top {
  top: 0;
  bottom: auto;
  width: 80%;
}
.caption.top-right {
  top: 0;
  bottom: auto;
  right: 0;
  width: 58%;
}
.caption.bottom-right {
  right: 0;
  width: 58%;
}
/* Caption elements
-------------------------------------------------------------- */
.caption > * {
  float: left;
  display: inline-block;
  margin-bottom: 1px;
}
.caption .heading {
  padding: 0.25em;
  margin-bottom: 0.2em;
  font-size: 2.8em;
  line-height: 1em;
  font-weight: normal;
}
.caption p {
  clear: left;
  padding: 0.25em 0.5em;
  margin-bottom: 1px;
  font-size: 1.3333em;
  line-height: 1em;
}
.caption button,
.caption .cart.table-wrapper .actions-toolbar > .action,
.caption .action-gift {
  clear: left;
}
/* Caption layout
-------------------------------------------------------------- */
.caption.centered {
  text-align: center;
}
.caption.centered > * {
  display: inline-block;
  float: none;
}
/* Floating (text alignment) */
.caption.right > * {
  text-align: right;
  float: right !important;
}
/* Caption additional styles
-------------------------------------------------------------- */
/* Width */
.caption.full-width {
  width: 88%;
  margin: 6%;
}
.caption.narrow {
  width: 38%;
}
/* Prevent from hiding elements of the caption on narrow screens */
.caption .permanent {
  display: inline-block !important;
}
/* Skin
-------------------------------------------------------------- */
.caption .heading,
.caption p {
  transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -moz-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -o-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
}
a:hover .caption .heading,
a:hover .caption p {
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
}
/* Dark + white text */
.caption.dark1 .heading,
.caption.dark1 p {
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
}
a:hover .caption.dark1 .heading,
a:hover .caption.dark1 p {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
/* Dark + white text */
.caption.dark2 .heading,
.caption.dark2 p {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
a:hover .caption.dark2 .heading,
a:hover .caption.dark2 p {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
/* Dark + white text */
.caption.dark3 .heading,
.caption.dark3 p {
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
}
a:hover .caption.dark3 .heading,
a:hover .caption.dark3 p {
  background-color: #000000;
  color: #fff;
}
/* Light + black text */
.caption.light1 .heading,
.caption.light1 p {
  background-color: rgba(255, 255, 255, 0.35);
  color: #000;
}
a:hover .caption.light1 .heading,
a:hover .caption.light1 p {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
}
/* Light + black text */
.caption.light2 .heading,
.caption.light2 p {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
}
a:hover .caption.light2 .heading,
a:hover .caption.light2 p {
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
}
/* Light + black text */
.caption.light3 .heading,
.caption.light3 p {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
a:hover .caption.light3 .heading,
a:hover .caption.light3 p {
  background-color: #ffffff;
  color: #000;
}
/* end: deprecated styles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
@media only screen and (max-width: 992px) {
  .cap-text-bg .text {
    padding: 2px 4px;
  }
  .cap p {
    font-size: 1.4rem !important;
  }
  .cap h1,
  .cap h2,
  .cap h3,
  .cap h4 {
    font-size: 1.9rem !important;
  }
  .cap h5,
  .cap h6 {
    font-size: 1.6rem !important;
  }
}
.sticker-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.sticker-wrapper.top-left {
  top: 0;
  left: 0;
}
.sticker-wrapper.top-left .item-sticker {
  justify-content: left;
}
.sticker-wrapper.top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sticker-wrapper.top-center .item-sticker {
  justify-content: center;
}
.sticker-wrapper.top-right {
  top: 0;
  right: 0;
}
.sticker-wrapper.top-right .item-sticker {
  justify-content: flex-end;
}
.sticker-wrapper.bottom-left {
  bottom: 0;
  left: 0;
}
.sticker-wrapper.bottom-left .item-sticker {
  justify-content: left;
}
.sticker-wrapper.bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sticker-wrapper.bottom-center .item-sticker {
  justify-content: center;
}
.sticker-wrapper.bottom-right {
  bottom: 0;
  right: 0;
}
.sticker-wrapper.bottom-right .item-sticker {
  justify-content: flex-end;
}
.item-sticker {
  margin-top: 4px;
  display: flex;
}
.item-sticker:first-child {
  margin-top: 8px;
}
.sticker {
  padding: 0 4px;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  min-width: 35px;
  border-radius: 2px;
  margin-left: 8px;
  margin-right: 8px;
  -webkit-transition: all 150ms ease-in-out 150ms;
  -moz-transition: all 150ms ease-in-out 150ms;
  -o-transition: all 150ms ease-in-out 150ms;
  transition: all 150ms ease-in-out 150ms;
}
.sticker:last-child {
  /*margin-bottom: 0;*/
  /* Last label in a set of labels doesn't need a gap at the bottom */
}
.sticker.new {
  background-color: #5bd2ec;
  /* Test semi-transparent: rgba(91, 210, 236, 0.85) */
  color: #fff;
}
.sticker.sale {
  background-color: #f12b63;
  /* Test semi-transparent: rgba(241, 43, 99, 0.85) */
  color: #fff;
}
.sticker.custom {
  background-color: #92d213;
  /* Test semi-transparent: rgba(146, 210, 19, 0.85) */
  color: #fff;
}
.sticker.outofstock {
  background-color: #000000;
  color: #ffffff;
}
.round-stickers .sticker {
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.round-stickers .sticker-wrapper.top-right .sticker {
  margin-left: -10px;
}
.round-stickers .sticker-wrapper.bottom-right .sticker {
  margin-left: -10px;
}
.round-stickers .sticker-wrapper.bottom-left .sticker {
  margin-right: -10px;
}
.round-stickers .sticker-wrapper.top-left .sticker {
  margin-right: -10px;
}
.size-s.round-stickers .sticker {
  width: 45px;
  height: 45px;
  font-size: 1.2rem;
  line-height: 45px;
}
.size-xs.round-stickers .sticker {
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  line-height: 40px;
}
.product-view .round-stickers .sticker {
  width: 60px;
  height: 60px;
  font-size: 1.4rem;
  line-height: 60px;
}
* {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
img {
  vertical-align: top;
}
.page-title {
  margin-bottom: 20px;
}
body,
.page-wrapper,
.header-container,
.header-container2,
.header-container3,
.main-container,
.footer-container,
.footer-container2,
.footer-container3 {
  background-color: transparent;
  background-repeat: repeat;
  background-position: center top;
  background-attachment: scroll;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.inner-container {
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  clear: both;
}
.container.full-width {
  width: 100%;
  max-width: none;
}
.container.no-side-padding > .inner-container {
  padding-left: 0;
  padding-right: 0;
}
.v-grid-container {
  display: table;
  width: 100%;
}
.v-grid {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.block .block-title strong + span,
.block .block-title strong + div {
  margin-left: 5px;
}
.rtl .block .block-title strong + span,
.rtl .block .block-title strong + div {
  margin-left: 0;
  margin-right: 5px;
}
.sidebar .block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 30px;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.margin-top {
  margin-top: 20px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.no-margin {
  margin: 0 !important;
}
.padding-top {
  padding-top: 20px;
}
.padding-bottom {
  padding-bottom: 20px;
}
.no-padding {
  padding: 0 !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.no-bg {
  background: none !important;
}
.data-table thead tr:last-child {
  border-bottom: #aaa solid 1px !important;
}
.data-table tr td,
.data-table tr th {
  border-right: 1px solid #f5f5f5;
}
.data-table tr td:last-child,
.data-table tr th:last-child {
  border-right: none;
}
.data-table tr:nth-of-type(2n+1):last-child {
  border-bottom: #f5f5f5 solid 1px;
}
.data-table tr:nth-of-type(2n) {
  background-color: #fbfbfb;
}
.data-table-bordered tr td,
.data-table-bordered tr th {
  border-right: 1px solid #bbb;
}
.data-table-bordered tr {
  border-bottom: #bbb solid 1px;
}
.data-table-bordered tr:nth-of-type(2n+1):last-child {
  border-bottom: #bbb solid 1px;
}
.data-table-bordered tr:nth-of-type(2n) {
  background-color: #fbfbfb;
}
#scroll-to-top {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  bottom: 56px;
  right: 30px;
  z-index: 9999;
  border-radius: 50%;
}
#scroll-to-top:hover {
  background-color: #333;
}
@media only screen and (max-width: 992px) {
  #scroll-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    bottom: 81px;
    right: 20px;
    border-radius: 50%;
  }
}
.addto-links .action {
  display: inline-block;
  margin-right: 3px;
}
.addto-links .action:last-child {
  margin-right: 0;
}
.addto-links-icons .action {
  display: block;
  float: left;
}
.addto-links-icons .icon {
  border-radius: 50%;
}
.addto-links-icons .label {
  display: none !important;
}
.addto-links-icons.addto-onimage {
  position: absolute;
  top: 8px;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.addto-links-icons.addto-onimage .action {
  margin-right: 0;
}
.addto-links-icons.addto-onimage .action + .action {
  margin-top: 5px;
}
.addto-links-icons.addto-onimage .icon {
  border-radius: 50%;
}
.addto-links-icons.addto-onimage .label {
  display: none;
}
.addto-links-text .icon {
  display: none !important;
}
.product-social-links .addto-links .action:before,
.items-grid .item .addto-links .action:before,
.product-items .item .addto-links .action:before,
.product-social-links .action.feature:before,
.items-grid .item .action.feature:before,
.product-items .item .action.feature:before {
  display: none;
}
.product-social-links .addto-links-icons .action .icon,
.product-items .item .addto-links-icons .action .icon,
.table-comparison .addto-links-icons .action .icon {
  clip: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  overflow: visible;
  position: static;
}
.product-social-links .action.feature .icon {
  clip: auto;
  width: 40px;
  height: 40px;
  margin: 0;
  overflow: visible;
  position: static;
}
.product-social-links .action.feature .label {
  margin-left: 4px;
}
.availability.only .icon {
  font-size: 20px;
}
.availability.only strong {
  font-weight: normal;
}
.availability.only .caret {
  margin-left: 8px;
  opacity: 1;
  filter: alpha(opacity=100);
}
a.availability.only {
  cursor: pointer;
}
.availability-only-details {
  width: 100%;
  margin: -10px auto 20px;
}
.availability-only-details thead {
  border-bottom: 1px solid #e5e5e5;
}
.availability-only-details th {
  padding: 4px 12px;
  font-weight: bold;
}
.availability-only-details td {
  padding: 1px 12px;
  border-right: 1px solid #f5f5f5;
}
.availability-only-details td.last {
  border-right: none;
}
.qty-buttons-wrapper {
  display: inline-block;
  margin-left: 7px;
  vertical-align: top;
}
.qty-button {
  margin: 0;
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: block;
  text-align: center;
  vertical-align: middle;
  background-color: #f5f5f5;
  font-size: 18px;
  font-weight: bold;
  font-family: "Courier New";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qty-button.increase {
  margin-bottom: 2px;
}
.products-list-ext .product-item-name,
.items-grid .product-item-name {
  color: inherit;
}
.products-list-ext .product-item-img,
.items-grid .product-item-img {
  position: relative;
  overflow: hidden;
}
.products-list-ext .product-item-img .alt-img,
.items-grid .product-item-img .alt-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.products-list-ext .item {
  border-top: 1px solid #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  position: relative;
  transition: box-shadow 0ms ease-in;
  -moz-transition: box-shadow 0ms ease-in;
  -webkit-transition: box-shadow 0ms ease-in;
  -o-transition: box-shadow 0ms ease-in;
}
.products-list-ext .product-item-name {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 0 0 15px;
}
.products-list-ext .product-reviews-summary {
  display: block;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.products-list-ext .product-reviews-summary .rating-summary {
  display: inline-block;
}
.products-list-ext .product-reviews-summary .reviews-actions {
  display: inline-block;
  line-height: 18px;
}
.products-list-ext .price-box {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 0 0 15px;
}
.products-list-ext .price-box .price {
  font-size: 1.6rem;
}
.products-list-ext .availability {
  float: none;
  margin: 5px 0;
}
.products-list-ext .product-item-description {
  margin: 15px 0;
}
.products-list-ext .product-item-description > p {
  margin-bottom: 10px;
}
.products-list-ext.hover-effect .item:hover {
  margin-left: -1%;
  margin-right: -1%;
  padding-left: 1%;
  padding-right: 1%;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  transition: box-shadow 400ms ease-out;
  -moz-transition: box-shadow 400ms ease-out;
  -webkit-transition: box-shadow 400ms ease-out;
  -o-transition: box-shadow 400ms ease-out;
}
.items-grid .item {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.items-grid .item .display-onhover {
  display: none;
}
.items-grid .item .addto-onimage.onhover {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 300ms ease-in-out 0ms, opacity 150ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms, opacity 150ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms, opacity 150ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms, opacity 150ms ease-in-out 0ms;
}
.items-grid .item:hover .addto-onimage.onhover {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0ms, 150ms;
  -moz-transition-delay: 0ms, 150ms;
  -o-transition-delay: 0ms, 150ms;
  transition-delay: 0ms, 150ms;
}
.items-grid .item .addto-onimage.onhover .action {
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 150ms ease-in-out 0ms;
  -moz-transition: all 150ms ease-in-out 0ms;
  -o-transition: all 150ms ease-in-out 0ms;
  transition: all 150ms ease-in-out 0ms;
}
.items-grid .item:hover .addto-onimage.onhover .action {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.items-grid .product-item-name {
  margin: 15px 0 10px;
  font-size: 1.4rem;
  line-height: 2.0rem;
}
.items-grid .product-item-name.display-onhover a {
  display: inline-block;
  margin: 15px 0 10px;
}
.items-grid [class^="swatch-opt-"] {
  margin: 10px 0 5px;
}
.items-grid .product-reviews-summary {
  margin: 10px 0;
  display: block;
}
.items-grid .product-reviews-summary .rating-summary {
  display: inline-block;
}
.items-grid .product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 1.2rem;
}
.items-grid .price-box {
  margin: 10px 0;
}
.items-grid .actions {
  margin: 10px 0 0;
}
.items-grid .availability {
  float: none;
  margin: 5px 0;
}
.items-grid .old-price,
.items-grid .special-price {
  display: inline-block;
}
.items-grid .old-price .price-label,
.items-grid .special-price .price-label {
  display: none;
}
.items-grid .special-price + .old-price {
  margin-left: 4px;
}
.rtl .items-grid .special-price + .old-price {
  margin-left: 0;
  margin-right: 4px;
}
.items-grid.single-line-name .product-item-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.items-grid.single-line-name .item:hover .product-item-name {
  overflow: visible;
  white-space: normal;
}
.items-grid.centered .item {
  text-align: center;
}
.items-grid.centered .item .product-reviews-summary {
  display: inline;
}
.items-grid.centered .item .product-reviews-summary .rating-summary {
  left: 0;
}
.items-grid.centered .item input.checkbox {
  float: none;
}
.items-grid.centered .item .swatch-option {
  display: inline-block;
  float: none;
}
.items-grid.centered .item .actions-primary,
.items-grid.centered .item .actions-secondary {
  float: left;
}
.items-grid.centered .item .actions-secondary.addto-onimage {
  float: right;
}
.itemslider .items-grid.centered .item .actions {
  display: inline-block;
  margin-top: 0;
  position: static;
  bottom: auto;
}
.items-grid.centered .product-item-photo {
  margin: 0 auto;
  display: block;
  position: relative;
}
.items-grid.centered:not(.equal-height) .item .actions {
  display: inline-block;
  float: none;
}
.items-grid.equal-height .item {
  padding-bottom: 56px;
}
.items-grid.equal-height .item .actions {
  position: absolute;
  bottom: 20px;
}
.items-grid.auto-height .item .actions {
  position: static;
  bottom: auto;
}
.items-grid-partitioned .item {
  border-top: 1px solid #f5f5f5;
  border-left: none;
  border-right: none;
  zoom: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1%;
  padding-right: 1%;
  background-color: #fff;
  transition: box-shadow 0ms ease-in;
  -moz-transition: box-shadow 0ms ease-in;
  -webkit-transition: box-shadow 0ms ease-in;
  -o-transition: box-shadow 0ms ease-in;
}
.items-grid-partitioned.hover-effect .item:hover {
  margin-left: -1%;
  margin-right: -1%;
  padding-left: 2%;
  padding-right: 2%;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  transition: box-shadow 400ms ease-out;
  -moz-transition: box-shadow 400ms ease-out;
  -webkit-transition: box-shadow 400ms ease-out;
  -o-transition: box-shadow 400ms ease-out;
}
.items-grid-ext .item .product-item-info {
  border-top: 1px solid #f5f5f5;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 10px 0px;
  background-color: #fff;
  transition: box-shadow 0ms ease-in;
  -moz-transition: box-shadow 0ms ease-in;
  -webkit-transition: box-shadow 0ms ease-in;
  -o-transition: box-shadow 0ms ease-in;
}
.items-grid-ext.hover-effect .item:hover .product-item-info {
  border-color: transparent;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: box-shadow 400ms ease-out;
  -moz-transition: box-shadow 400ms ease-out;
  -webkit-transition: box-shadow 400ms ease-out;
  -o-transition: box-shadow 400ms ease-out;
  position: relative;
  z-index: 3;
}
.sidebar .items-grid-thumbnails.items-grid-thumbnails .product-item-info .product-item-photo,
.items-grid-thumbnails .product-item-info .product-item-photo {
  float: none;
  left: auto;
  margin: 0;
  position: relative;
  top: auto;
}
.sidebar .items-grid-thumbnails.items-grid-thumbnails .product-item-img,
.items-grid-thumbnails .product-item-img {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.rtl .sidebar .items-grid-thumbnails.items-grid-thumbnails .product-item-img,
.rtl .items-grid-thumbnails .product-item-img {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.sidebar .items-grid-thumbnails.items-grid-thumbnails .product-item-name,
.items-grid-thumbnails .product-item-name {
  margin: 0 0 5px;
}
.sidebar .items-grid-thumbnails.items-grid-thumbnails .price-box,
.items-grid-thumbnails .price-box {
  margin: 0 0 5px;
}
.sidebar .items-grid-thumbnails.items-grid-thumbnails .price-box .price,
.items-grid-thumbnails .price-box .price {
  font-weight: normal !important;
}
.sidebar .items-grid-thumbnails.items-grid-thumbnails .product-item-details,
.items-grid-thumbnails .product-item-details {
  margin: 0;
}
.sidebar .items-grid-thumbnails.items-grid-thumbnails .items-group .item,
.items-grid-thumbnails .items-group .item {
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.sidebar .items-grid-thumbnails.items-grid-thumbnails .items-group .item:first-child,
.items-grid-thumbnails .items-group .item:first-child {
  padding-top: 20px;
}
.sidebar .items-grid-thumbnails.items-grid-thumbnails-xs .product-item-details,
.items-grid-thumbnails-xs .product-item-details {
  margin-left: 90px;
}
.rtl .sidebar .items-grid-thumbnails.items-grid-thumbnails-xs .product-item-details,
.rtl .items-grid-thumbnails-xs .product-item-details {
  margin-left: 0;
  margin-right: 90px;
}
.sidebar .items-grid-thumbnails.items-grid-thumbnails-s .product-item-details,
.items-grid-thumbnails-s .product-item-details {
  margin-left: 110px;
}
.rtl .sidebar .items-grid-thumbnails.items-grid-thumbnails-s .product-item-details,
.rtl .items-grid-thumbnails-s .product-item-details {
  margin-left: 0;
  margin-right: 110px;
}
.sidebar .items-grid-thumbnails.items-grid-thumbnails-m .product-item-details,
.items-grid-thumbnails-m .product-item-details {
  margin-left: 160px;
}
.rtl .sidebar .items-grid-thumbnails.items-grid-thumbnails-m .product-item-details,
.rtl .items-grid-thumbnails-m .product-item-details {
  margin-left: 0;
  margin-right: 160px;
}
.sidebar .items-grid-thumbnails.items-grid-thumbnails-l .product-item-details,
.items-grid-thumbnails-l .product-item-details {
  margin-left: 215px;
}
.rtl .sidebar .items-grid-thumbnails.items-grid-thumbnails-l .product-item-details,
.rtl .items-grid-thumbnails-l .product-item-details {
  margin-left: 0;
  margin-right: 215px;
}
.items-grid .item .visible-onhover {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
  -moz-transition: visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
  -webkit-transition: visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
  -o-transition: visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
}
.items-grid .item:hover .visible-onhover {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
  -moz-transition: visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
  -webkit-transition: visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
  -o-transition: visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
}
/* end: media-common */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-secondary-column .items-grid-thumbnails .product-item-details,
  .product-lower-secondary-column .items-grid-thumbnails .product-item-details {
    clear: both;
    margin-left: 0;
  }
}
.product-img-column {
  position: relative;
}
.collateral-container {
  margin-bottom: 30px;
}
.collateral-container .review-list > .block-title {
  display: none;
}
.collateral-block {
  margin-bottom: 30px;
}
.collateral-block:last-child {
  margin-bottom: 0;
}
.collateral-block > .block-title .counter:before {
  content: '(';
}
.collateral-block > .block-title .counter:after {
  content: ')';
}
.product-view .product.attibute.overview ul:not(.ic-ul):not(.disc):not(.bullet),
.product-view .product.attibute.description ul:not(.ic-ul):not(.disc):not(.bullet) {
  list-style: disc outside none;
  margin: 0 0 1em;
  padding: 0 0 0 20px;
}
.product-view .product.attibute.overview ul:not(.ic-ul):not(.disc):not(.bullet) li,
.product-view .product.attibute.description ul:not(.ic-ul):not(.disc):not(.bullet) li {
  margin-bottom: 5px;
}
.block-search {
  position: relative;
  z-index: 5;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: inline-block;
  line-height: 1em;
}
.block-search form {
  position: relative;
}
.block-search .block.block-content {
  padding: 0;
}
.block-search .input-text {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-right: 38px;
  text-overflow: ellipsis;
}
.block-search .action.search {
  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;
  -moz-transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.block-search .action.search:focus,
.block-search .action.search:active {
  background: none;
  border: none;
}
.block-search .action.search:hover {
  background: none;
  border: none;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.block-search .action.search .icon {
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  width: 38px;
}
.block-search .action.search {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin: 1px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 38px;
  z-index: 1;
}
.block-search .search-autocomplete ul li {
  line-height: 20px;
}
.header-regular .block-search.expanding {
  width: 40px;
}
.header-regular .block-search.expanding .input-text {
  padding-left: 0;
  box-shadow: none;
}
.header-regular .block-search.expanding .action.search {
  opacity: 1;
}
.header-regular .block-search.expanding.size-s {
  width: 28px;
}
.header-regular .block-search.expanding.size-l {
  width: 50px;
}
.header-regular .block-search.expanding.size-xl {
  width: 60px;
}
.header-regular .block-search.expanding._active .input-text {
  padding-left: 9px;
}
.header-regular .block-search.expanding:not(._active) .search-autocomplete {
  display: none !important;
}
.header {
  padding: 0;
}
.header-container .widget,
.header-container .widget.block {
  margin-bottom: 0;
}
/* Clear floats and override custom styles to avoid incorrect position of elements */
.user-menu {
  width: 100%;
  float: none;
  margin: 0;
}
/* Top links */
.top-links ul {
  float: left;
}
/* Line breaker */
.user-menu .line-break-after {
  clear: both;
  margin-bottom: 1px;
}
.header .logo-wrapper .logo {
  display: inline-block;
  max-width: 94%;
  margin: 3px 0;
  text-decoration: none !important;
}
.header .logo-wrapper h1.logo a {
  display: block;
}
.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
#nav-marker-regular,
#nav-marker-regular2,
#search-marker-regular,
#account-links-marker-regular,
#mini-compare-marker-regular,
#mini-cart-marker-regular,
#nav-marker-mobile,
#search-marker-mobile,
#account-links-marker-mobile,
#mini-compare-marker-mobile,
#mini-cart-marker-mobile {
  display: none;
}
.sticky-header .sticky-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
/* Reset selected styles of the menu bar in sticky header
-------------------------------------------------------------- */
/* Remove additional padding above and below the menu container */
.sticky-header .nav-container {
  padding-top: 0;
  padding-bottom: 0;
}
/* Remove background color and vertical padding (they work as an outline of the menu bar) from the nav container */
.sticky-header .nav-container .nav {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
/* Remove shadow from the menu bar wrapper and from the menu bar container */
.sticky-header .nav-container .nav,
.sticky-header .nav-container .navi-wrapper,
.sticky-header .nav-container .navi:not(.nav-vert) {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* When inside columns, menu is floating to align it horizontally 
   with holders wrapper. Floating has to be disabled when sticky
   header is active.
-------------------------------------------------------------- */
.sticky-header .left-column .navi,
.sticky-header .right-column .navi {
  float: none !important;
}
/* Category labels
-------------------------------------------------------------- */
/* Make top-level category labels invisible */
.sticky-header .nav-regular .nav-item.level0 > a .cat-label {
  display: none;
}
/* Alternatively, we can make the labels smaller */
/*.sticky-header .nav-regular .nav-item.level0 > a .cat-label {
    font-size: 11px;
    line-height: 15px;
    padding: 0 4px;
    top: 2px;
}
.sticky-header .nav-regular .nav-item.level0 > a .pin-bottom:before { display: none; }*/
/* Full width content 
-------------------------------------------------------------- */
.sticky-header .sticky-container--full-width .container {
  /* Stretch the container to take all available space */
  max-width: none;
  width: 100%;
}
.sticky-header .sticky-container--full-width .inner-container {
  padding-left: 0;
  padding-right: 0;
}
/* Hide selected elements inside sticky header
-------------------------------------------------------------- */
/* Hide text label */
.sticky-header .nav-holder .dropdown-heading .label {
  display: none;
}
/* If icon is hidden (with "hide-icon" class), then unhide it */
.sticky-header .nav-holder .dropdown-block.hide-icon .dropdown-heading .icon {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .header-container {
    /* Vertically aligned grid of blocks (in "Header - Primary" section).
           In mobile header all blocks are stretched to full width
           and stack vertically.
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Header items
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* In mobile header, only items inside mobile container can float */
    /* Selected elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Top links
        -------------------------------------------------------------- */
    /* Logo and collateral elements
        -------------------------------------------------------------- */
    /* Regular logo */
    /* Mobile logo */
    /* Header collateral elements
        -------------------------------------------------------------- */
    /* If collateral next to logo, logo floats left */
    /* User menu
        -------------------------------------------------------------- */
    /* Language/currency switcher
        -------------------------------------------------------------- */
    /* The "move-switchers" class indicates that in mobile header the default language/currency switchers
           should be hidden because they are replaced with switchers in alternative position (next to the logo).
           So we need to hide switchers from both wrappers: regular and mobile. */
    /* Other
        -------------------------------------------------------------- */
    /* Menu elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Hide/show basic elements */
    /* Always displayed */
    /* Always hidden */
    /* Always hidden */
    /* Always hidden */
    /* Containers
        -------------------------------------------------------------- */
    /* Important: menu container is also a "skip-content" block */
    /* Menu bar
        -------------------------------------------------------------- */
    /* Remove shadow */
    /* Menu items
        -------------------------------------------------------------- */
    /* Mobile menu - remove possible gap from the top of the very first item.
           Gaps are added as dividers between items of the mobile menu accordion. */
    /* Elements hidden in mobile header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Hide regular header containers in mobile header */
    /* .header-top-container,
        .header-primary-container, */
    /* Deprecated rules to hide elements in mobile header (left for backward compatibility) */
    /* Skip links in mobile header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Skip link icon
        -------------------------------------------------------------- */
    /* In mobile view override desktop view styles of iconbox */
    /* Skip link elements
        -------------------------------------------------------------- */
    /* Active link
        -------------------------------------------------------------- */
    /* Skip content
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Styls (required in skip-content blocks) are added through
           this special class so that we can control which content
           blocks are styled.
        -------------------------------------------------------------- */
    /* Selected skip links
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Compare - #m1
        -------------------------------------------------------------- */
    /* Hide compare block's heading (only heading) */
    /* Selected skip content
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Generic vertical inline links (e.g. account links)
        -------------------------------------------------------------- */
    /* Cart + compare
        -------------------------------------------------------------- */
    /* Important: possible value "relative" of the "position" property.
           Cart can be a dropdown, so in mobile header we need to reset "position" of the dropdown container so that it doesn't cover other skip links.
           We also need to remove float.
           */
    /* Compare - #m1
        -------------------------------------------------------------- */
    /* Cart
        -------------------------------------------------------------- */
    /* Search
        -------------------------------------------------------------- */
    /* Additional styles for dropdownDialog widget
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
  }
  .header-container .hp-blocks-holder .hp-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .header-container .header-m-container .item-left {
    float: left;
    text-align: left;
  }
  .header-container .header-m-container .item-right {
    float: right;
    text-align: right;
  }
  .header-container .top-links {
    float: none !important;
    clear: both;
  }
  .header-container .top-links ul {
    float: none !important;
  }
  .header-container .logo-wrapper--regular {
    display: none;
  }
  .header-container .logo-wrapper--mobile {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .header-container .logo-wrapper--mobile .logo {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .header-container .header-collateral {
    float: right;
    text-align: right;
  }
  .header-container .header-collateral + .logo-wrapper--mobile {
    float: left;
    text-align: left;
  }
  .header-container .user-menu {
    float: none !important;
    margin: 0;
    /* Important: remove margins to collapse the block completely */
  }
  .header-container.move-switchers #lang-switcher-wrapper-regular,
  .header-container.move-switchers #currency-switcher-wrapper-regular {
    display: none;
  }
  .header-container.move-switchers #lang-switcher-wrapper-mobile,
  .header-container.move-switchers #currency-switcher-wrapper-mobile {
    display: none;
  }
  .header-container .line-break-after {
    display: none !important;
  }
  .header-container .nav-mobile {
    display: block !important;
  }
  .header-container .vertnav-trigger {
    display: none !important;
  }
  .header-container .mobnav-trigger {
    display: none !important;
  }
  .header-container .nav-inline-links {
    display: none !important;
  }
  .header-container .nav-container {
    /* Padding for menu container may be added via admin panel so we need to remove it for mobile header */
    padding: 0;
    /* If needed, reset also other styles which are added to standard "skip-content" blocks */
    /* Remove background color */
    background-color: transparent;
  }
  .header-container .nav-container .nav,
  .header-container .nav-container .navi {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-container .nav-border-bottom {
    border-bottom: none;
  }
  .header-container .nav-mobile .nav-item.nav-1 {
    margin-top: 0 !important;
  }
  .header-container #lang-switcher-wrapper-regular,
  .header-container #currency-switcher-wrapper-regular {
    display: none;
  }
  .header-container .header-top .item:not(.item-interface) {
    display: none;
  }
  .header-container .skip-link {
    position: relative;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    /* To avoid flickering on load (height of mini cart tab is too small) in mobile view */
  }
  .header-container .skip-link .caret {
    display: none !important;
  }
  .header-container a.skip-link {
    text-decoration: none;
  }
  .header-container .skip-link .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 20px !important;
    /* Override possible inline styles */
    line-height: 16px;
  }
  .header-container .skip-link .icon.ib {
    line-height: 50px;
    height: 50px;
    width: 16px;
    background-color: transparent;
    color: inherit;
    /* Inherit from skip links */
    /* Override (remove) transitions. 
               Note: if you want to add transitions, add them for the entire skip link */
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .header-container .skip-link.dropdown-heading .label.hide,
  .header-container .skip-link .label {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
  }
  .header-container .skip-link .counter {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    height: 24px;
    width: 24px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    background-color: #333;
  }
  .header-container .skip-link.skip-active,
  .header-container .skip-link:hover {
    color: inherit;
  }
  .header-container .skip-content--style {
    clear: both;
    /* Required instead of clearfix */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* Skip content blocks have to be reset the same as all grid units
               because skip content blocks can have grid units */
    width: 100% !important;
    /* Added "!important" to override units with "no-gutter" class */
    margin: 0;
  }
  .header-container .skip-link.mini-compare-heading {
    display: none;
  }
  .header-container .account-links .links > li {
    float: none;
  }
  .header-container .account-links .links > li > a {
    background-image: none;
    /* Remove link separators */
  }
  .header-container .account-links.links-wrapper-separators .links > li:first-child,
  .header-container .account-links.links-wrapper-separators-left .links > li:first-child {
    /* In links with separators, we can't remove the negative margin in first item */
    margin-left: -1px;
  }
  .header-container .mini-cart,
  .header-container .mini-compare {
    position: static;
    float: none;
    display: block;
    /* To make sure it's not "inline-block" */
  }
  .header-container .skip-content.mini-cart-content,
  .header-container .skip-content.mini-compare-content {
    clear: both;
    width: 100%;
  }
  .header-container .mini-compare .skip-content .actions {
    border: none;
    padding-top: 0;
  }
  .header-container .minicart-items-wrapper {
    height: auto !important;
  }
  .header-container .minicart-items {
    height: auto !important;
  }
  .header-container .skip-content .block-search {
    display: block;
    /* Inside skip-content, search box needs to have block display */
  }
  .header-container .mini-cart .mage-dropdown-dialog {
    display: block !important;
  }
  .hide-when-mobile-header {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .header-container {
    /* Left column 
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Dropdowns
        -------------------------------------------------------------- */
    /* Avoid dropdown heading stretched in containing block */
    /* Search box
        -------------------------------------------------------------- */
    /* Elements of User Menu
        -------------------------------------------------------------- */
    /* Menu, holders and holders wrapper
        -------------------------------------------------------------- */
    /* Right column
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Dropdowns
        -------------------------------------------------------------- */
    /* Avoid dropdown heading stretched in containing block */
    /* Elements of User Menu
        -------------------------------------------------------------- */
    /* Menu, holders and holders wrapper
        -------------------------------------------------------------- */
    /* Top links
        -------------------------------------------------------------- */
    /* Central column
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Elements of User Menu
        -------------------------------------------------------------- */
    /* Elements of the central column are centered so the "user-menu" container also needs to be centered:
           so it needs to be inline-block, it can't float and can't have 100% width. */
    /* Top header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Top header - selected elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* User menu inside top header
        -------------------------------------------------------------- */
    /* Selected elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Menu elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Simple menu container
        -------------------------------------------------------------- */
    /* Menu container is marked with "simple" class.
           It's added when menu is inside a container which is not full-width but is narrow
           and placed in one of the header sections. */
    /* Expand the width of the "nav" class element */
    /* Remove side padding from inner container */
    /* Other
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /*.header-top .lang-switcher,
        .header-top .currency-switcher, */
    /* Elements hidden in regular header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Selected skip links in regular header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Important: hide mini cart and mini compare when they don't have "dropdown" class
        -------------------------------------------------------------- */
    /* Cart + compare
        -------------------------------------------------------------- */
    /* Skip links have to be hidden, except cart and compare */
  }
  .header-container .hp-blocks-holder {
    display: table;
    width: 100%;
  }
  .header-container .hp-blocks-holder .hp-block {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .header-container .hp-blocks-holder .hp-block:before,
  .header-container .hp-blocks-holder .hp-block:after {
    content: '';
    display: table;
  }
  .header-container .hp-blocks-holder .hp-block:after {
    clear: both;
  }
  .header-container .item-left {
    float: left;
    margin-right: 10px;
    text-align: left;
  }
  .header-container .item-right {
    float: right;
    margin-left: 10px;
    text-align: right;
  }
  .header-container .left-column {
    text-align: left;
  }
  .header-container .central-column {
    text-align: center;
  }
  .header-container .right-column {
    text-align: right;
  }
  .header-container .header-primary .central-column {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-container .left-column .dropdown-block {
    display: inline-block;
  }
  .header-container .left-column .user-menu .block-search,
  .header-container .left-column .user-menu .mini-cart,
  .header-container .left-column .user-menu .mini-compare,
  .header-container .left-column .user-menu .top-links,
  .header-container .left-column .user-menu .top-links ul {
    float: left;
  }
  .header-container .left-column .nav-holders-wrapper,
  .header-container .left-column .navi {
    float: left;
  }
  .header-container .left-column .nav-holders-wrapper .nav-holder {
    float: left;
  }
  .header-container .right-column .dropdown-block {
    display: inline-block;
  }
  .header-container .right-column .user-menu .block-search,
  .header-container .right-column .user-menu .mini-cart,
  .header-container .right-column .user-menu .mini-compare,
  .header-container .right-column .user-menu .top-links,
  .header-container .right-column .user-menu .top-links ul {
    float: right;
  }
  .header-container .right-column .nav-holders-wrapper,
  .header-container .right-column .navi {
    float: right;
  }
  .header-container .right-column .nav-holders-wrapper .nav-holder {
    float: right;
  }
  .header-container .right-column .top-links ul {
    float: right;
  }
  .header-container .central-column .user-menu {
    display: inline-block;
    float: none;
    width: auto;
  }
  .header-container .central-column .user-menu .block-search,
  .header-container .central-column .user-menu #mini-cart-wrapper-regular,
  .header-container .central-column .user-menu .mini-cart,
  .header-container .central-column .user-menu .mini-compare,
  .header-container .central-column .user-menu .top-links,
  .header-container .central-column .user-menu .top-links ul {
    float: right;
  }
  .header-container .header-top .central-column {
    text-align: center;
    width: 100%;
  }
  .header-container .header-top .central-column .item {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .header-container .header-top .item-left .user-menu > * {
    float: left;
  }
  .header-container .header-top .item-right .user-menu > * {
    float: right;
  }
  .header-container .widget {
    display: inline-block;
  }
  .header-container .block-search {
    width: 100%;
  }
  .header-container .logo-wrapper .logo img {
    width: 100%;
  }
  .header-container .nav-container.simple .nav {
    width: 100%;
  }
  .header-container .nav-container.simple .inner-container {
    padding-left: 0;
    padding-right: 0;
  }
  .header-container #lang-switcher-wrapper-regular,
  .header-container #currency-switcher-wrapper-regular {
    margin: 0;
  }
  .header-container .header-m-container,
  .header-container .skip-links-clearer,
  .header-container #header-nav,
  .header-container .skip-link,
  .header-container .logo-wrapper--mobile,
  .header-container .header-collateral,
  .header-container .after-mobile-logo {
    display: none;
  }
  .header-container .mini-cart,
  .header-container .mini-compare {
    display: none;
  }
  .header-container .mini-cart.dropdown-block,
  .header-container .mini-compare.dropdown-block {
    display: inline-block;
    /* Use "inline-block" intead of "block" to properly display dropdowns */
  }
  .header-container .mini-cart-heading,
  .header-container .mini-compare-heading {
    display: block;
  }
  .header-container .mini-cart-heading .label.no-display,
  .header-container .mini-compare-heading .label.no-display {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .header-container {
    /* Reset blocks below this breakpoint */
    /* Menu - positionning of menu, holders and holders wrapper
        -------------------------------------------------------------- */
    /* Remove floating of the menu container */
    /* Remove floating of the menu */
    /* Logo
        -------------------------------------------------------------- */
    /* Search
        -------------------------------------------------------------- */
    /* But if search box is inside nav-holder, remove margin */
  }
  .header-container .hp-blocks-holder--stacked .hp-block {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .header-container .hp-blocks-holder--stacked .right-column {
    text-align: inherit;
  }
  .header-container .hp-blocks-holder--stacked .left-column {
    text-align: inherit;
  }
  .header-container .hp-blocks-holder--stacked .nav-container {
    float: none;
  }
  .header-container .hp-blocks-holder--stacked .navi {
    float: none;
  }
  .header-container .hp-blocks-holder--stacked .logo-wrapper {
    text-align: center;
  }
  .header-container .hp-blocks-holder--stacked .logo-wrapper .logo {
    max-width: 60%;
    margin-left: auto;
    /* Margins "auto" not needed. Left in case custom CSS removes "display:inline-block" from the ".logo" element. */
    margin-right: auto;
  }
  .header-container .hp-blocks-holder--stacked .block-search {
    display: block;
    float: none;
    max-width: 440px;
    margin: 10px auto;
    /* Add space above and below search box */
  }
  .header-container .hp-blocks-holder--stacked .nav-holder .block-search {
    margin: 0;
  }
}
.footer-container .footer-top .inner-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-container .item-left {
  float: left;
  margin-right: 20px;
}
.footer-container .item-right {
  float: right;
  margin-left: 20px;
}
.footer-container .footer-primary-top-spacing {
  border-bottom: 1px solid;
  border-color: #eee;
  border-color: rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.footer-container .footer-primary-bottom-spacing {
  border-top: 1px solid;
  border-color: #eee;
  border-color: rgba(0, 0, 0, 0.05);
  padding-top: 20px;
  margin-top: 10px;
}
.footer {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.footer .social-links .ib {
  margin-bottom: 3px;
}
.footer .footer-copyright {
  font-size: 11px;
  line-height: 16px;
  margin: 4px 0;
}
.footer .heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}
.footer ul li {
  margin-bottom: 2px;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
  border-color: #51a7e8;
}
.magnifier-preview {
  z-index: 2;
}
.circular-lense .magnify-lens,
.circular-lense .magnifier-preview {
  border-radius: 50%;
}
.items-grid .swatch-attribute-options,
.products-grid .swatch-attribute-options,
.products-list .swatch-attribute-options {
  margin-top: 0;
}
.swatch-attribute .swatch-option:not(.disabled):hover {
  outline-width: 2px;
}
.swatch-attribute .swatch-option,
.swatch-attribute .swatch-option.text {
  padding: 3px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  margin-bottom: 5px;
  margin-right: 5px;
}
.swatch-attribute .swatch-option:last-child,
.swatch-attribute .swatch-option.text:last-child {
  margin-right: 0;
}
.swatch-attribute a > .swatch-option:last-child,
.swatch-attribute a > .swatch-option.text:last-child {
  margin-right: 5px;
}
.swatch-attribute .swatch-option {
  border: 1px solid rgba(0, 0, 0, 0);
  /* box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1); */
}
.swatch-attribute .swatch-option:not(.disabled):hover,
.swatch-attribute .swatch-option.color:not(.disabled):hover {
  border: 1px solid rgba(0, 0, 0, 0);
}
.swatch-attribute .swatch-option[option-tooltip-value="#ffffff"] {
  border-color: #eee;
  /* box-shadow: inset 0px 0px 7px rgba(0,0,0, 0.07); */
}
.product-view .swatch-attribute .swatch-option {
  padding: 3px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.product-view .swatch-attribute .swatch-option:last-child {
  margin-right: 0;
}
.authentication-wrapper {
  margin-top: 0px;
}
.opc-progress-bar {
  margin-top: 30px;
  margin-bottom: 40px;
}
.rating-summary .rating-result {
  margin-left: 0;
  z-index: 0;
}
.loading-mask {
  background: rgba(255, 255, 255, 0.8);
}
.pages .item {
  margin: 0 1px 0 0;
}
.pages .page,
.pages .action {
  width: 32px;
}
.pages .page,
.pages .current .page {
  text-align: center;
}
.pages .action.previous {
  margin-right: 0;
}
.pages .action.next {
  margin-left: 0;
}
/* "Code" (code.less)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
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: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 15px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: none;
  /*border: 1px solid #ccc;*/
  /*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;
}
/* Part of "Table" (table.less)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.table-responsive {
  min-height: .01%;
  /* Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837) */
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}
/* Part of "Alerts" (alerts.less)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Override bottom margin of last element */
.alert > *:last-child {
  margin-bottom: 0;
}
.alert ul > li:last-child {
  margin-bottom: 0;
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.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,
.col-sm,
.col-sm-auto,
.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,
.col-md,
.col-md-auto,
.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,
.col-lg,
.col-lg-auto,
.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,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.hidden,
.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;
}
@media (max-width: 768px) {
  .hidden-xs,
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-sm {
    display: none !important;
  }
}
/**
 * Remove side padding from grid containers 
 * and override Bootstrap's default width values.
 */
.container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/* Set box sizing of all Bootstrap grid units */
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * Remove gutter (gaps between column content created 
 * via side padding) from selected grid units.
 */
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.no-left-gutter {
  padding-left: 0;
}
.no-right-gutter {
  padding-right: 0;
}
/**
 * Add bottom gutter to all grid units inside the row
 */
.row-bottom-gutter [class*="col-"] {
  margin-bottom: 30px;
}
.row-bottom-gutter-half [class*="col-"] {
  margin-bottom: 15px;
}
/**
 * Rows in Bootstrap grid are outdented (with negative margin). It's so that
 * content within grid columns is lined up with non-grid content.
 * But sometimes (e.g. on CMS pages) we may need a row with no outdent 
 * so that edges of grid columns are lined up with non-grid content.
 * We can force this behavior with additional class.
 */
.row.no-outdent,
.row-no-outdent {
  margin-left: 0;
  margin-right: 0;
}
/**
 * Columns have a pattern of alternating rectangles of different 
 * background, i.e. 1st column have a background (light gray), 
 * 2nd column have no background, 3rd column have a background, 
 * and so on.
 * In even rows the 1st column starts with no background,
 * 2nd column have a background, and so on.
 */
.row-checkered > *:nth-child(2n+1) {
  background-color: #fafafa;
  background-color: rgba(0, 0, 0, 0.02);
}
.row-checkered-even > *:nth-child(2n) {
  background-color: #fafafa;
  background-color: rgba(0, 0, 0, 0.02);
}
.row-center-vertically > * {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Class: std %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Lists
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Unordered lists
-------------------------------------------------------------- */
/* Disc */
ul.disc {
  list-style: disc outside none;
  margin: 0 0 1em;
  padding: 0 0 0 20px;
}
ul.disc li {
  background-image: none;
}
/* Nested unordered lists */
ul.disc ul {
  list-style: disc outside none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 20px;
}
/* Bullet */
ul.bullet {
  list-style: none outside none;
  margin: 0 0 1em;
  padding: 0;
}
ul.bullet li {
  background: url(../../frontend/Mageplus/shins/en_US/images/mageplus/_shared/cck/list/bullet.png) -5px 2px no-repeat;
  padding-left: 20px;
  transition: background-position 150ms ease-out;
  -moz-transition: background-position 150ms ease-out;
  -webkit-transition: background-position 150ms ease-out;
  -o-transition: background-position 150ms ease-out;
}
ul.bullet li:hover {
  background-position: -3px 2px;
}
/* Nested unordered lists */
ul.bullet ul {
  list-style: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
/* Separator */
ul .separator {
  border-bottom: 1px solid #fff;
  margin: 8px 1px;
  overflow: hidden;
}
/* Lists inside ".std"
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Unordered list without any bullets */
.std ul.no-bullets {
  list-style: none outside none !important;
  padding-left: 0 !important;
}
.std ul.no-bullets li {
  background-image: none !important;
  padding-left: 0 !important;
}
/* Ordered lists */
.std ol {
  list-style: decimal outside;
  margin: 10px 0;
  padding: 0 0 0 1.5em;
}
.std ol ol,
.std ul ol,
.std ol ul {
  margin: 0.5em 0;
}
/* Minor components %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Caret
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.caret {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: initial;
  /* Important: avoid caret exceeding height of the item */
}
.dropdown-block .caret {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.dropdown-block.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* CMS pages and custom content %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Video (embed)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* "videoWrapper" - depracated class, left for backward compatibility */
.video-wrapper,
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed,
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Other
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Disable transitions, fade effect applied with JS */
.fade-on-hover {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
/* Fade out on hover (deprecated) */
/*.fade-on-hover {
    opacity: 1;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.fade-on-hover:hover {
    opacity: 0.75;
}*/
/* Icons %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* These icons needs to have the same basic styles as standard font icons.
   Except line height - it would override individual size of each icon.
*/
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before,
.form-search .button:before,
.buttons-set .back-link a:before,
.btn-remove:before,
.btn-remove2:before,
.map-popup-close:before,
.remember-me-popup-head .remember-me-popup-close:before,
.btn-edit:before,
.breadcrumbs .sep,
.caret:before,
#cboxPrevious:before,
#cboxNext:before,
#cboxClose:before,
.slider-arrows1 .owl-controls .owl-buttons div:before,
.slider-arrows2 .owl-controls .owl-buttons div:before,
.slider-arrows3 .owl-controls .owl-buttons div:before,
.nav-regular .nav-panel a .caret:before,
.nav-regular.with-bullets .nav-submenu--mega > li > ul > li > a:before,
.nav-regular .nav-item.simple > ul > li > a:before,
.nav-vert li.level0 > a .caret:before,
.uaccordion .opener:before,
.nav-acco .opener:before,
.qty-button.increase:before,
.qty-button.decrease:before,
.collapsible .block-title:after,
.mobile-collapsible .block-title:after,
.sidebar .block .block-title:after,
.opc-estimated-wrapper .minicart-wrapper .cart.table-wrapper .actions-toolbar > .action.action.showcart:before,
.opc-estimated-wrapper .minicart-wrapper .action-gift.action.showcart:before {
  display: inline-block;
  font-family: ThemeIcons;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /*line-height: 1em;*/
  /* Important: don't overrid line height, it depends on the size of the icon */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Apply icon codes
-------------------------------------------------------------- */
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before,
.opc-estimated-wrapper .minicart-wrapper .cart.table-wrapper .actions-toolbar > .action.action.showcart:before,
.opc-estimated-wrapper .minicart-wrapper .action-gift.action.showcart:before {
  content: "\e221";
  font-size: 16px;
}
.form-search .button:before {
  content: "\e235";
}
.buttons-set .back-link a:before {
  content: "\e22a";
}
.btn-remove:before,
.btn-remove2:before,
.map-popup-close:before,
.remember-me-popup-head .remember-me-popup-close:before {
  content: "\e22d";
}
.btn-edit:before {
  content: "\e22e";
}
.breadcrumbs .sep:before {
  content: "\e228";
  font-size: 8px;
}
.caret:before {
  content: "\e261";
}
.owl-controls .owl-buttons .owl-prev:before {
  content: "\e260";
}
.owl-controls .owl-buttons .owl-next:before {
  content: "\e263";
}
#cboxPrevious:before {
  content: "\e260";
}
#cboxNext:before {
  content: "\e263";
}
#cboxClose:before {
  content: "\e20f";
}
.nav-regular .nav-panel a .caret:before,
.nav-vert li.level0 > a .caret:before {
  content: "\e263";
}
.uaccordion .opener:before,
.nav-acco .opener:before {
  content: "\e23c";
}
/* Active opener */
.uaccordion li.item-active > .opener:before,
.nav-acco li.item-active > .opener:before {
  content: "\e23d";
}
/* Quantity buttons */
.qty-button.increase:before {
  content: "\e262";
}
.qty-button.decrease:before {
  content: "\e261";
}
.collapsible .block-title:after,
.mobile-collapsible .block-title:after,
.sidebar .block .block-title:after {
  content: "\e261";
}
.collapsible.active .block-title:after,
.mobile-collapsible.active .block-title:after,
.sidebar .block.active .block-title:after {
  content: "\e262";
}
/* Override CSS components %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Accordion/collapsible openers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.uaccordion .opener,
.nav-acco .opener,
.collapsible .opener {
  /* Icon size */
  font-size: 12px;
}
/* Colorbox
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#cboxPrevious,
#cboxNext,
#cboxClose {
  /* Override default background image */
  background-image: none !important;
  /* Icon size */
  font-size: 20px;
}
#cboxClose {
  font-size: 16px;
}
/* Generic-nav
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Styles common for all direction controls */
.slider-arrows1 .owl-controls .owl-buttons div,
.slider-arrows2 .owl-controls .owl-buttons div,
.slider-arrows3 .owl-controls .owl-buttons div {
  /* Override default background image and remove text indent */
  background-image: none !important;
  text-indent: 0;
  /* Icon size */
  font-size: 20px;
}
/* Colors %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Borders
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Elements with horizontal border - standard
-------------------------------------------------------------- */
/* Elements with horizontal border - lighter
-------------------------------------------------------------- */
/* Elements with vertical border - standard
-------------------------------------------------------------- */
/* Elements with vertical border - lighter
-------------------------------------------------------------- */
/* Product grid/list */
/* Other elements with border
-------------------------------------------------------------- */
.swatch-option {
  border-color: #cccccc;
}
/* Forms
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Product options form colors
-------------------------------------------------------------- */
/* Fonts %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Effects %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Transitions
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Links and other selected elements
-------------------------------------------------------------- */
/* IMPORTANT: link transitions should be placed before other transitions */
a,
button,
.menu-trigger .menu-trigger-inner,
.menu-trigger .menu-trigger-inner .trigger-icon .line,
.opener,
a > .ib,
a.feature-icon-hover > .ib,
.cat-label,
li.level0 > a > span > .pin-bottom:before,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
a:hover,
button:hover,
.menu-trigger .menu-trigger-inner:hover,
.menu-trigger .menu-trigger-inner:hover .trigger-icon .line,
.opener:hover,
.nav-item > a:hover + .opener,
a:hover > .ib,
a.feature-icon-hover:hover > .ib,
li > a:hover > span > .cat-label,
li.level0 > a:hover > span > .pin-bottom:before,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
}
/* Carets - in menu
-------------------------------------------------------------- */
.nav-regular a > .caret {
  transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
  -moz-transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
  -webkit-transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
  -o-transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
}
.nav-regular a:hover > .caret {
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
}
/* Interface icons: toolbar icons, pager, prev/next slide etc.
-------------------------------------------------------------- */
.sorter .view-mode .grid,
.sorter .view-mode .list,
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc,
#scroll-to-top {
  transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
/* Elements with animated color, background color and borders
-------------------------------------------------------------- */
.product-options ul.options-list,
.product-view .product-img-box .more-views .thumbnails li a,
.mini-products-list .product-image,
.cart .crosssell .product-image,
.opc .step-title {
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}
/* Forms
-------------------------------------------------------------- */
input.input-text,
select,
textarea {
  -moz-transition: all 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out, box-shadow 300ms ease-in-out;
  transition: all 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
/* end: media-common */
/* Grid units
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,
.grid-full,
.grid-col2-sidebar,
.grid-col2-main {
  /*position:relative;*/
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}
/* Basic grid units width */
.grid12-1 {
  width: 6.33%;
}
.grid12-2 {
  width: 14.66%;
}
.grid12-3 {
  width: 23%;
}
.grid12-4 {
  width: 31.33%;
}
.grid12-5 {
  width: 39.67%;
}
.grid12-6 {
  width: 48%;
}
.grid12-7 {
  width: 56.33%;
}
.grid12-8 {
  width: 64.67%;
}
.grid12-9 {
  width: 73%;
}
.grid12-10 {
  width: 81.33%;
}
.grid12-11 {
  width: 89.67%;
}
.grid12-12,
.grid-full {
  width: 98%;
}
/* Grid units without left gutter (margin) */
.no-left-gutter.grid12-1 {
  margin-left: 0;
  width: 7.33%;
}
.no-left-gutter.grid12-2 {
  margin-left: 0;
  width: 15.66%;
}
.no-left-gutter.grid12-3 {
  margin-left: 0;
  width: 24%;
}
.no-left-gutter.grid12-4 {
  margin-left: 0;
  width: 32.33%;
}
.no-left-gutter.grid12-5 {
  margin-left: 0;
  width: 40.67%;
}
.no-left-gutter.grid12-6 {
  margin-left: 0;
  width: 49%;
}
.no-left-gutter.grid12-7 {
  margin-left: 0;
  width: 57.33%;
}
.no-left-gutter.grid12-8 {
  margin-left: 0;
  width: 65.67%;
}
.no-left-gutter.grid12-9 {
  margin-left: 0;
  width: 74%;
}
.no-left-gutter.grid12-10 {
  margin-left: 0;
  width: 82.33%;
}
.no-left-gutter.grid12-11 {
  margin-left: 0;
  width: 90.67%;
}
.no-left-gutter.grid12-12,
.no-left-gutter.grid-full {
  margin-left: 0;
  width: 99%;
}
/* Grid units without right gutter (margin) */
.no-right-gutter.grid12-1 {
  margin-right: 0;
  width: 7.33%;
}
.no-right-gutter.grid12-2 {
  margin-right: 0;
  width: 15.66%;
}
.no-right-gutter.grid12-3 {
  margin-right: 0;
  width: 24%;
}
.no-right-gutter.grid12-4 {
  margin-right: 0;
  width: 32.33%;
}
.no-right-gutter.grid12-5 {
  margin-right: 0;
  width: 40.67%;
}
.no-right-gutter.grid12-6 {
  margin-right: 0;
  width: 49%;
}
.no-right-gutter.grid12-7 {
  margin-right: 0;
  width: 57.33%;
}
.no-right-gutter.grid12-8 {
  margin-right: 0;
  width: 65.67%;
}
.no-right-gutter.grid12-9 {
  margin-right: 0;
  width: 74%;
}
.no-right-gutter.grid12-10 {
  margin-right: 0;
  width: 82.33%;
}
.no-right-gutter.grid12-11 {
  margin-right: 0;
  width: 90.67%;
}
.no-right-gutter.grid12-12,
.no-right-gutter.grid-full {
  margin-right: 0;
  width: 99%;
}
/* Grid units without any gutter (margin) */
.no-gutter.grid12-1 {
  margin-left: 0;
  margin-right: 0;
  width: 8.33%;
}
.no-gutter.grid12-2 {
  margin-left: 0;
  margin-right: 0;
  width: 16.66%;
}
.no-gutter.grid12-3 {
  margin-left: 0;
  margin-right: 0;
  width: 25%;
}
.no-gutter.grid12-4 {
  margin-left: 0;
  margin-right: 0;
  width: 33.33%;
}
.no-gutter.grid12-5 {
  margin-left: 0;
  margin-right: 0;
  width: 41.67%;
}
.no-gutter.grid12-6 {
  margin-left: 0;
  margin-right: 0;
  width: 50%;
}
.no-gutter.grid12-7 {
  margin-left: 0;
  margin-right: 0;
  width: 58.33%;
}
.no-gutter.grid12-8 {
  margin-left: 0;
  margin-right: 0;
  width: 66.67%;
}
.no-gutter.grid12-9 {
  margin-left: 0;
  margin-right: 0;
  width: 75%;
}
.no-gutter.grid12-10 {
  margin-left: 0;
  margin-right: 0;
  width: 83.33%;
}
.no-gutter.grid12-11 {
  margin-left: 0;
  margin-right: 0;
  width: 91.67%;
}
.no-gutter.grid12-12,
.no-gutter.grid-full {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
/* Utility classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Units with no gutter (margin): alpha - first unit in a row, omega - last unit in a row */
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* Hide element if screen width is lower than the width specified in the class name */
.hide-below-1680 {
  display: none !important;
}
.hide-below-1440 {
  display: none !important;
}
.hide-below-1360 {
  display: none !important;
}
.hide-below-1280 {
  display: none !important;
}
/* Grid units containers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Grid units container:
   clears floats (place grid units inside "div" with this class)
-------------------------------------------------------------- */
.grid-container {
  *zoom: 1;
  clear: both;
}
.grid-container:before,
.grid-container:after {
  display: table;
  line-height: 0;
  content: "";
}
.grid-container:after {
  clear: both;
}
/* Grid unit container:
   clears floats and adds vertical margin between units
-------------------------------------------------------------- */
.grid-container-spaced {
  *zoom: 1;
  clear: both;
}
.grid-container-spaced:before,
.grid-container-spaced:after {
  display: table;
  line-height: 0;
  content: "";
}
.grid-container-spaced:after {
  clear: both;
}
.grid-container-spaced .grid12-1,
.grid-container-spaced .grid12-2,
.grid-container-spaced .grid12-3,
.grid-container-spaced .grid12-4,
.grid-container-spaced .grid12-5,
.grid-container-spaced .grid12-6,
.grid-container-spaced .grid12-7,
.grid-container-spaced .grid12-8,
.grid-container-spaced .grid12-9,
.grid-container-spaced .grid12-10,
.grid-container-spaced .grid12-11,
.grid-container-spaced .grid12-12,
.grid-container-spaced .grid-full {
  margin-bottom: 2%;
}
/* Grid presentation
-------------------------------------------------------------- */
.show-grid [class*="grid12-"] {
  background-color: #eee;
  text-align: center;
  min-height: 40px;
  line-height: 40px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.show-grid [class*="grid12-"]:hover {
  background-color: #F08080;
}
/* end: media-common */
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
/* Base Color For All
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Color For _block.less
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Color For _header.less
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Color For _footer.less
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Color For _product.less
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Color For _cart.less
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Color For _detail.less
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Color For _checkout.less
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Color For _login-register.less
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Color For _dashboard.less
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Color For _wishlist.less
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Color For _aboutus.less
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Color For _contact.less
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Color For _other_pages.less
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
/*
 * Define variable break point
 */
/*
 * Define variable text transform
 */
/*
* Define variable font style
*/
/*
* Define variable align
*/
/*
* Define variable margin
*/
/*
* Define variable padding
*/
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.fixed-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active,
.action-gift:active {
  box-shadow: none !important;
}
button.action.primary,
a.action.primary,
.action.primary,
button.amshopby-button,
a.amshopby-button,
.amshopby-button,
button.am-filter-go,
a.am-filter-go,
.am-filter-go,
.cart.table-wrapper .actions-toolbar > .action.action.primary,
.action-gift.action.primary {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}
.modal-footer .action.secondary {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}
.action.secondary {
  border: none !important;
  border-radius: 5px;
}
.modal-header h1.modal-title {
  font-size: 20px;
  line-height: 30px;
  padding: 14px 0;
  margin: 0 0 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  border-bottom: solid 1px #cccccc;
}
.magnifier-preview img {
  max-height: none;
}
.actions .secondary .action.viewcart {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.carousel-container #banner-slider-carousel {
  margin: 0;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.white-color {
  color: #ffffff;
}
.btn-underline {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: .04em;
  border-bottom: 1px solid;
  text-transform: uppercase;
}
.btn-underline:hover {
  border-color: transparent !important;
}
.action.primary.buton-border,
.buton-border,
.amshopby-button.buton-border,
.am-filter-go.buton-border {
  background-color: transparent !important;
  border: 2px solid #d1d1d1;
  border-radius: 5px;
}
.action.primary.buton-border:hover,
.buton-border:hover,
.amshopby-button.buton-border:hover,
.am-filter-go.buton-border:hover {
  color: #ffffff !important;
}
.actions-toolbar button,
button.action,
.actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .actions-toolbar > .action.action,
.actions-toolbar .action-gift,
.action-gift.action {
  border-radius: 5px;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
/*
     * Base Color Class
     */
.color-theme {
  color: #f36f25;
}
.color-white {
  color: #ffffff;
}
.color-black {
  color: #000000;
}
.color-red {
  color: red;
}
/*
     * Base Position Class
     */
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-static {
  position: static;
}
.transform--50-xy {
  transform: translate(-50%, -50%);
}
.transform--50-x {
  transform: translateX(-50%);
}
.transform--50-y {
  transform: translateY(-50%);
}
/*
     * Base Hidden Class
     */
.hidden {
  display: none !important;
}
@media (max-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hidden-sm {
    display: none !important;
  }
}
/*
     * Base Text Class
     */
.nowrap {
  white-space: nowrap;
}
.disable-link > a {
  pointer-events: none;
}
body .page-wrapper {
  overflow-x: hidden;
}
body.is-sidebar {
  overflow-y: hidden;
}
.slider-arrows1 .owl-controls .owl-buttons div {
  border-radius: 50%;
}
.slideshow-wrapper .owl-item a img {
  width: 100%;
}
#banner-slider-carousel .owl-nav button span,
#banner-slider-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action span,
#banner-slider-carousel .owl-nav .action-gift span {
  height: 14px;
}
@media (max-width: 768px) {
  .slideshow-wrapper-outer .slider-arrows2 .owl-controls .owl-buttons .owl-prev {
    top: 50%;
    right: auto;
    left: 0;
    transform: translateY(-50%);
  }
  .slideshow-wrapper-outer .slider-arrows2 .owl-controls .owl-buttons .owl-next {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
li.level0 > a > span > .cat-label {
  position: absolute;
  top: -8px;
  right: 0;
  padding: 0 8px;
  font-size: 10px;
  line-height: 15px;
  border-radius: 2px;
}
li.level0 > a > span > .cat-label:before {
  top: 14px;
}
@media (max-width: 991px) {
  li.level0 > a > span > .cat-label {
    top: -15px;
    right: auto;
    left: 0;
    margin-left: 0;
  }
}
.block-reorder .actions-toolbar {
  max-width: none;
}
.block-title strong {
  color: #191919;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .modal-popup.modal-slide._inner-scroll._show {
    height: 100vh;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: 100vh !important;
  }
}
.table-wrapper.grouped .control.qty {
  display: flex;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
form .fieldset:after {
  margin-left: 0 !important;
}
form .fieldset select,
form .fieldset input:not(.radio) {
  background-color: #f7f8fa;
  border: none;
  height: 35px;
  border-radius: 3px;
}
form .fieldset input[type="checkbox"] {
  height: auto;
  display: inline-block;
  float: left;
  width: auto;
}
form .fieldset .field:not(.choice) {
  margin-bottom: 15px;
}
form .fieldset .field:not(.choice) .label {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  padding-bottom: 7px;
  letter-spacing: .02em;
  text-transform: uppercase;
  display: block;
  width: 100%;
  float: none;
  padding-right: 0;
}
form .fieldset .field:not(.choice) > .control {
  width: 100%;
  float: none;
}
form .legend,
form .field.choice,
form .actions-toolbar {
  margin-left: 0 !important;
}
form .field.choice:before {
  display: none;
}
form .legend {
  font-size: 16px;
  text-transform: uppercase;
  color: #191919;
  font-weight: 500;
}
form .fieldset:after {
  margin-left: 0;
}
input[type="checkbox"] {
  top: 1px;
}
form .field:not(.choice).amcform-gdpr .label {
  font-size: 12px !important;
  font-weight: 400 !important;
  text-align: center !important;
  max-width: 50%;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.cms-page-view .main-container ul,
.catalog-product-view .main-container ul {
  list-style: disc;
  padding-left: 20px;
}
.cms-page-view .main-container ol,
.catalog-product-view .main-container ol {
  list-style: decimal;
  padding-left: 20px;
}
.breadcrumbs ul {
  padding-left: 0 !important;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.popup-show {
  opacity: 1;
  visibility: visible;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.page-layout-1column-sidebar.is-sidebar {
  overflow-y: hidden;
}
.page-layout-1column-sidebar.is-sidebar .header-container {
  z-index: 0;
  transition: 300ms ease-in-out;
}
.page-layout-1column-sidebar .group-toolbar-top .coltrol-sidebar {
  display: inline-block !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  width: 50%;
  cursor: pointer;
}
.page-layout-1column-sidebar .group-toolbar-top .coltrol-sidebar i {
  font-size: 20px;
  margin-right: 7px;
  line-height: 34px;
  vertical-align: middle;
}
.page-layout-1column-sidebar .group-toolbar-top .toolbar.toolbar-products {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.page-layout-1column-sidebar .group-toolbar-top .toolbar.toolbar-products .toolbar-sorter,
.page-layout-1column-sidebar .group-toolbar-top .toolbar.toolbar-products .limiter {
  display: none;
}
.page-layout-1column-sidebar .group-toolbar-top .toolbar.toolbar-products .title-category {
  width: 100%;
  text-align: left;
}
.page-layout-1column-sidebar .group-toolbar-top .toolbar.toolbar-products .modes {
  width: 50%;
  text-align: right;
}
.page-layout-1column-sidebar .group-toolbar-top .toolbar.toolbar-products .modes > * {
  float: none;
}
.page-layout-1column-sidebar .overlay-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 22;
  opacity: 0;
  visibility: hidden;
}
.page-layout-1column-sidebar .overlay-background.active {
  opacity: 1;
  visibility: visible;
}
.page-layout-1column-sidebar .swipe-sidebar {
  position: fixed;
  left: -270px;
  top: 0;
  background-color: #ffffff;
  padding: 70px 15px 20px;
  height: 100vh;
  overflow-y: auto;
  width: 270px;
  box-sizing: border-box;
  z-index: 99;
  transition: 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.page-layout-1column-sidebar .swipe-sidebar.active {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.page-layout-1column-sidebar .swipe-sidebar .close-sidebar,
.page-layout-1column-sidebar .swipe-sidebar .sidebar-toolbar {
  display: inline-block !important;
  width: 100%;
  cursor: pointer;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.grid-columns .grid-items {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px !important;
}
.grid-columns .grid-items .grid-item {
  flex: 1 1 100%;
  max-width: 100%;
}
.grid-columns .grid-items .grid-item .grid-item-content {
  margin: 0 15px;
}
@media (max-width: 1200px) {
  .grid-columns.columns-6 .grid-items .grid-item {
    flex: 1 1 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .grid-columns.columns-6 .grid-items .grid-item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .grid-columns.columns-6 .grid-items .grid-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 1201px) {
  .grid-columns.columns-6 .grid-items .grid-item {
    flex: 1 1 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media (max-width: 1200px) {
  .grid-columns.columns-5 .grid-items .grid-item {
    flex: 1 1 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .grid-columns.columns-5 .grid-items .grid-item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .grid-columns.columns-5 .grid-items .grid-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 1201px) {
  .grid-columns.columns-5 .grid-items .grid-item {
    flex: 1 1 20%;
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .grid-columns.columns-4 .grid-items .grid-item {
    flex: 1 1 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .grid-columns.columns-4 .grid-items .grid-item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .grid-columns.columns-4 .grid-items .grid-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 1201px) {
  .grid-columns.columns-4 .grid-items .grid-item {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
@media (max-width: 1200px) {
  .grid-columns.columns-3 .grid-items .grid-item {
    flex: 1 1 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .grid-columns.columns-3 .grid-items .grid-item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .grid-columns.columns-3 .grid-items .grid-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 1201px) {
  .grid-columns.columns-3 .grid-items .grid-item {
    flex: 1 1 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (max-width: 1200px) {
  .grid-columns.columns-2 .grid-items .grid-item {
    flex: 1 1 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .grid-columns.columns-2 .grid-items .grid-item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .grid-columns.columns-2 .grid-items .grid-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 1201px) {
  .grid-columns.columns-2 .grid-items .grid-item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 1200px) {
  .grid-columns.columns-1 .grid-items .grid-item {
    flex: 1 1 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .grid-columns.columns-1 .grid-items .grid-item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .grid-columns.columns-1 .grid-items .grid-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 1201px) {
  .grid-columns.columns-1 .grid-items .grid-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @author Mageplus Team
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright Copyright (c) 2020 Mageplus
 *
 *
 */
.page-layout-mgp-2columns-left .columns {
  display: flex;
  flex-flow: row wrap;
}
.page-layout-mgp-2columns-left .columns .links-list {
  list-style: none;
  padding-left: 0;
}
.page-layout-mgp-2columns-left .columns .links-list li {
  margin-bottom: 15px;
}
.page-layout-mgp-2columns-left .columns .links-list li a {
  color: #666666;
}
.page-layout-mgp-2columns-left .columns .links-list li a:hover {
  color: #f36f25;
}
@media (min-width: 769px) {
  .page-layout-mgp-2columns-left .columns {
    flex-direction: row-reverse;
  }
  .page-layout-mgp-2columns-left .columns .column.main {
    flex: 1 1 79%;
    max-width: 79%;
  }
  .page-layout-mgp-2columns-left .columns .sidebar {
    flex: 1 1 21%;
    max-width: 21%;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.header-top-container ul {
  margin-bottom: 0;
}
.header-top-container ul li {
  margin-bottom: 0;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
#header-container.header_style1 .left-column.grid12-2 {
  width: 7%;
}
#header-container.header_style1 .logo-wrapper .logo img {
  vertical-align: middle;
}
#header-container.header_style2 .left-column.grid12-2 {
  width: 7%;
}
#header-container.header_style2 .logo-wrapper .logo img {
  vertical-align: middle;
}
#header-container.header_style2 .navi-wrapper #mainmenu ul .nav-item.level0:first-child > a {
  padding-left: 0;
}
#header-container.header_style3 .left-column.grid12-2 {
  width: 7%;
}
#header-container.header_style3 .logo-wrapper .logo img {
  vertical-align: middle;
}
#header-container.header_style3 .navi-wrapper #mainmenu > ul {
  text-align: right;
}
#header-container.header_style3 .navi-wrapper #mainmenu li.level0 {
  float: none;
  display: inline-block;
}
#header-container.header_style3 .navi-wrapper #mainmenu li.level0 > a > span {
  top: 3px;
}
#header-container.header_style4 .logo-wrapper .logo img {
  vertical-align: middle;
  max-width: 95px;
}
#header-container.header_style4 .navi-wrapper #mainmenu > ul {
  text-align: center;
}
#header-container.header_style4 .navi-wrapper #mainmenu li.level0 {
  float: none;
  display: inline-block;
}
#header-container.header_style4 .navi-wrapper #mainmenu li.level0 > a > span {
  top: 3px;
}
#header-container.header_style5.sticky-header .left-column .nav-holders-wrapper {
  float: right !important;
}
#header-container.header_style5 .logo-wrapper {
  line-height: 44px;
}
#header-container.header_style5 .header-primary-container {
  border-bottom: 1px solid #e9e7e7;
}
#header-container.header_style5 .header-primary-container .right-column > .item {
  margin-top: 8px;
}
#header-container.header_style5 .show-style-5 {
  display: inline-block !important;
}
#header-container.header_style5 .hide-style-5 {
  display: none;
}
#header-container.header_style5 .logo-wrapper .logo {
  margin: 0;
}
#header-container.header_style5 .logo-wrapper .logo img {
  vertical-align: middle;
  max-width: 95px;
}
#header-container.header_style5 #search_mini_form {
  max-width: 450px;
  margin-top: 10px;
}
#header-container.header_style5 #search_mini_form .control {
  position: relative;
}
#header-container.header_style5 #search_mini_form .control:before {
  content: '\e9b4';
  font-family: 'midgard' !important;
  font-size: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#header-container.header_style5 #search_mini_form .control #search {
  padding-left: 40px;
  height: 30px;
  border-radius: 5px;
  color: #777777;
  background: #f7f8fa;
}
#header-container.header_style5 #search_mini_form .control #search::placeholder {
  color: #777777;
  text-transform: uppercase;
}
#header-container.header_style5 #search_mini_form .actions .action.search {
  height: 30px;
  line-height: 30px;
  width: auto;
  margin: 0;
  padding: 0 20px;
  text-transform: uppercase;
  border-radius: 0 5px 5px 0;
}
#header-container.header_style5 #search_mini_form .actions .action.search .icon-f-85 {
  display: none;
}
#header-container.header_style5 #search_mini_form .actions .action.search .label-text.hidden {
  display: inline-block !important;
  color: #ffffff;
}
#header-container.header_style5 .navi-wrapper .vertnav-trigger {
  float: none;
  width: 200px;
  margin-top: 3px;
}
#header-container.header_style5 .navi-wrapper .vertnav-trigger.active .menu-trigger-inner:after {
  content: '\e90f';
}
#header-container.header_style5 .navi-wrapper .vertnav-trigger .menu-trigger-inner {
  padding: 0 15px;
  border-radius: 5px 5px 0 0;
  position: relative;
}
#header-container.header_style5 .navi-wrapper .vertnav-trigger .menu-trigger-inner:after {
  content: "\e90c";
  font-family: "midgard";
  font-size: 16px;
  line-height: 1px;
  position: absolute;
  right: 15px;
  top: 52%;
  transform: translateY(-50%);
}
#header-container.header_style5 .navi-wrapper .vertnav-trigger .menu-trigger-inner .label {
  font-weight: 500;
  position: relative;
  top: 2px;
}
#header-container.header_style5 .navi-wrapper #mainmenu {
  display: none;
  width: 200px;
  padding: 8px 0 7px 0;
  border-radius: 0 0 5px 5px;
}
#header-container.header_style5 .navi-wrapper #mainmenu > ul > li.level0 {
  padding: 0 20px;
}
#header-container.header_style5 .navi-wrapper #mainmenu > ul > li.level0 + li.level0 + li.level0 > a {
  border-top: 1px solid #eceaea;
}
#header-container.header_style5 .navi-wrapper #mainmenu > ul > li.level0 a {
  padding: 0;
  line-height: 34px;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.navi-wrapper .nav-holders-wrapper.right-column {
  float: right;
}
.navi-wrapper #mainmenu li.level0.mega .itemslider .block-title {
  border: none;
  text-transform: uppercase;
  padding-top: 0;
}
.navi-wrapper #mainmenu li.level0.mega .itemslider .block-title strong {
  font-size: 14px;
  font-weight: 500;
}
.navi-wrapper #mainmenu li.level0.mega .itemslider .block-content {
  margin-bottom: 0;
}
.navi-wrapper #mainmenu li.level0.mega .itemslider .block-content .items-grid {
  margin: 0 -10px;
}
.navi-wrapper #mainmenu li.level0.mega .itemslider .block-content .items-grid .item:hover .product.details {
  transform: translateY(0) !important;
}
.navi-wrapper #mainmenu li.level0.mega .itemslider .block-content .product.details .product-item-name {
  font-size: 14px;
}
.navi-wrapper #mainmenu li.level0.mega .itemslider .block-content .product.details .price-box .price {
  font-weight: 400;
}
.navi-wrapper #mainmenu li.level0.mega .itemslider .block-content .product.details .price-box .price-label {
  display: none;
}
.navi-wrapper #mainmenu li.level0.mega .itemslider .block-content .product.details .product-item-inner {
  display: none;
}
.navi-wrapper #mainmenu li.level0.mega .itemslider .block-content .product.details [class*="-bss"] {
  display: none !important;
}
.navi-wrapper #mainmenu li.level0.mega .nav-submenu--mega > li > a {
  padding-left: 0;
  font-weight: 500;
}
.navi-wrapper #mainmenu li.level0.mega .nav-submenu--mega > li:not(.nav-item--parent) > ul > li > a {
  padding-left: 0;
}
.navi-wrapper #mainmenu li.level0.mega .nav-submenu--mega > li:not(.nav-item--parent) > ul > li > a:before {
  display: none;
}
.navi-wrapper #mainmenu li.level0 > a > span.caret {
  display: none !important;
}
.nav-regular .classic > .nav-panel--dropdown > li > a .caret {
  position: absolute;
  right: 0;
}
.category-icon {
  margin-right: 5px;
}
.nav-container .navi-wrapper #vertnav-trigger {
  width: 310px;
}
.nav-container .navi-wrapper #vertnav-trigger.active .menu-trigger-inner:after {
  content: '\f077';
}
.nav-container .navi-wrapper #vertnav-trigger .menu-trigger-inner {
  width: 310px;
  padding: 0 15px;
  box-sizing: border-box;
}
.nav-container .navi-wrapper #vertnav-trigger .menu-trigger-inner:before {
  content: '\f0c9';
  font-family: midgard;
  font-size: 18px;
  margin-right: 18px;
}
.nav-container .navi-wrapper #vertnav-trigger .menu-trigger-inner:after {
  content: '\f078';
  font-family: midgard;
  font-size: 16px;
  float: right;
  margin-left: 10px;
}
.nav-container .navi-wrapper #vertnav-trigger .menu-trigger-inner .label {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}
.nav-container .navi-wrapper #mainmenu.nav-vert {
  display: none;
}
.nav-container .navi-wrapper #mainmenu.navi.nav-vert-triggerable {
  width: 310px;
  padding: 10px 0;
  border-radius: 0 0 3px 3px;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.header-search-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 300ms;
  transform: translateY(-170px);
  z-index: 9999;
}
.header-search-full.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.header-search-full .content-search-full {
  padding: 0 15px;
}
.header-search-full .content-search-full .before--search {
  display: inline-block;
  width: 100%;
}
.header-search-full .content-search-full .before--search .infor-text {
  float: left;
}
.header-search-full .content-search-full .before--search .coltrol--closeSearch {
  float: right;
  cursor: pointer;
}
.header-search-full .content-search-full .content-search-full-width .form.minisearch .search #search {
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 60px;
  font-size: 24px;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #eceaea;
  color: #191919;
}
.header-search-full .content-search-full .content-search-full-width .form.minisearch .search #search::placeholder {
  color: #191919;
  font-weight: 500;
  text-transform: uppercase;
}
.header-search-full .content-search-full .content-search-full-width .form.minisearch .search #search:focus {
  box-shadow: none;
}
.header-search-full .content-search-full .content-search-full-width .form.minisearch .actions #action-search {
  font-size: 30px;
  margin: 0;
  text-align: right;
  top: 15px;
}
.amsearch-wrapper-input {
  position: static !important;
  width: 100% !important;
}
.amsearch-wrapper-input .amsearch-close,
.amsearch-wrapper-input .amsearch-loupe {
  display: none !important;
}
.amsearch-wrapper-input .input-text {
  line-height: 41px;
}
#search_autocomplete {
  text-align: left;
  max-width: 605px;
}
#search_autocomplete .amasty-xsearch-block-header {
  display: none !important;
}
#search_autocomplete .product-image-container {
  width: 100px !important;
}
#search_autocomplete .amsearch-results {
  background-color: #ffffff;
}
#search_autocomplete .amsearch-results .amsearch-wrapper-content {
  padding-right: 10px;
}
#search_autocomplete .amsearch-results .amsearch-wrapper-content .amsearch-item {
  width: 100%;
  max-width: none !important;
  padding-left: 0;
  padding-right: 0;
  flex-direction: row;
  border-bottom: 1px solid #cccccc;
}
#search_autocomplete .amsearch-results .amsearch-wrapper-content .amsearch-item:hover {
  background-color: transparent;
}
#search_autocomplete .amsearch-results .amsearch-wrapper-content .amsearch-item .amsearch-autocomplete-image {
  margin-right: 10px;
}
#search_autocomplete .amsearch-results .amsearch-wrapper-content .amsearch-item .amsearch-autocomplete-image .product-image-photo {
  border: none;
}
#search_autocomplete .amsearch-results .amsearch-wrapper-content .amsearch-item .amsearch-autocomplete-information {
  text-align: left;
}
#search_autocomplete .amsearch-results .amsearch-wrapper-content .amsearch-item .amsearch-autocomplete-information .product.details .product-item-link {
  text-align: left;
}
#search_autocomplete .amsearch-results .amsearch-wrapper-content .amsearch-item .amsearch-autocomplete-information .product.details .description {
  text-align: left;
  display: none;
}
#search_autocomplete .amsearch-results .amsearch-wrapper-content .amsearch-item .amsearch-autocomplete-information .product.details .amsearch-wrapper-inner {
  margin-top: 5px;
}
#search_autocomplete .amsearch-results .amsearch-wrapper-content .amsearch-item .amsearch-autocomplete-information .product.details .price-box {
  max-width: none;
  width: 100%;
  text-align: left;
}
#search_autocomplete .amsearch-results .amsearch-wrapper-content .amsearch-item .amsearch-autocomplete-information .product.details .price-box .price-label {
  display: none;
}
#search_autocomplete .amsearch-results .amsearch-wrapper-content .amsearch-item .amsearch-autocomplete-information .product.details .price-box .price {
  font-size: 12px;
  margin-bottom: 3px;
  display: block;
}
#search_autocomplete .amsearch-results .amsearch-wrapper-content .amsearch-item .amsearch-autocomplete-information .product.details .product.actions {
  margin-top: 5px;
}
#search_autocomplete .amsearch-results .amsearch-wrapper-content .amsearch-item .amsearch-autocomplete-information .product.details .product-item-actions .action.tocart {
  padding: 0 15px !important;
}
#search_autocomplete .amsearch-results .amsearch-wrapper-content .amsearch-item .amsearch-autocomplete-information .product.details .product-item-actions .action.tocart > span:before {
  top: 4px;
}
.amsearch-clone-position {
  left: 0;
}
.amsearch-clone-position .product-item-details .price-box {
  margin-bottom: 10px;
}
.amsearch-overlay {
  display: none !important;
}
@media (max-width: 991px) {
  #search_autocomplete {
    width: 260px !important;
    top: 40px !important;
    margin: 0 !important;
  }
  #search_autocomplete .amsearch-results #amasty-shopby-product-list .amsearch-products {
    width: 260px !important;
  }
  #search_autocomplete .amsearch-results #amasty-shopby-product-list .amsearch-products .amasty-xsearch-block-header {
    display: none !important;
  }
  #search_autocomplete .amsearch-results #amasty-shopby-product-list .product-item .amsearch-autocomplete-image {
    width: 40px;
    margin-right: 5px;
  }
  #search_autocomplete .amsearch-results #amasty-shopby-product-list .product-item .amsearch-autocomplete-image .product-image-container {
    width: 40px !important;
  }
  #search_autocomplete .amsearch-results #amasty-shopby-product-list .product-item:before {
    display: none !important;
  }
  #search_autocomplete .amsearch-results #amasty-shopby-product-list .product-item .product-item-actions .action.tocart {
    padding: 0 15px !important;
  }
  #search_autocomplete .amsearch-results .amsearch-more-results > a {
    color: #ffffff;
    background-color: #f36f25;
    padding: 5px;
  }
  #search_autocomplete .amsearch-results .amsearch-item-container.category,
  #search_autocomplete .amsearch-results .amsearch-item-container.recent_searches,
  #search_autocomplete .amsearch-results .amsearch-item-container.popular_searches,
  #search_autocomplete .amsearch-results .amsearch-item-container.page {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #search_autocomplete .amsearch-results .amsearch-wrapper-content {
    padding: 0 5px;
  }
}
@media (min-width: 992px) {
  #search_autocomplete {
    max-width: 405px;
    top: 60px;
  }
  #search_autocomplete .amsearch-results #amasty-shopby-product-list .amsearch-products {
    width: 400px !important;
  }
  .amsearch-clone-position .amsearch-leftside {
    display: none !important;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.header-primary-container .right-column > .item {
  display: inline-block;
  height: 40px;
  width: 36px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.header-primary-container .right-column > .item:last-child {
  width: 30px;
  text-align: right;
}
.header-primary-container .right-column > .item .minicart-wrapper {
  float: none !important;
}
.header-primary-container .right-column > .item .minicart-wrapper .inner-heading {
  padding: 0;
}
.header-primary-container .right-column .control-search-full .control-open-search {
  cursor: pointer;
}
.header-primary-container .right-column .control-search-full span {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.header-primary-container .right-column .control-dropdown-toggle {
  cursor: pointer;
}
.header-primary-container .right-column .control-dropdown-toggle span {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.group--dropdown {
  position: relative;
}
.group--dropdown .content-dropdown-toggle {
  position: absolute;
  top: 100%;
  right: 0;
  width: 220px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  z-index: 8;
  text-align: left;
  padding: 25px 30px;
  display: none;
}
.group--dropdown .content-dropdown-toggle #currency-switcher-wrapper-regular .currency-switcher .currency-list {
  margin-bottom: 0;
  margin-top: 20px;
}
.group--dropdown .content-dropdown-toggle #currency-switcher-wrapper-regular .currency-switcher .currency-list li {
  margin: 0;
  line-height: 28px;
}
.group--dropdown .content-dropdown-toggle #lang-switcher-wrapper-regular .lang-list {
  margin-bottom: 0;
}
.group--dropdown .content-dropdown-toggle #lang-switcher-wrapper-regular .lang-list li {
  margin: 0;
  line-height: 28px;
}
.group--dropdown .content-dropdown-toggle #lang-switcher-wrapper-regular .lang-list li .label {
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 6px;
}
.group--dropdown .content-dropdown-toggle #user-menu-wrapper-regular .account-links {
  float: none !important;
}
.group--dropdown .content-dropdown-toggle #user-menu-wrapper-regular .account-links ul {
  float: none !important;
}
.group--dropdown .content-dropdown-toggle #user-menu-wrapper-regular .account-links ul li {
  display: block;
  float: none;
  line-height: 28px;
}
.group--dropdown .content-dropdown-toggle #user-menu-wrapper-regular .account-links ul li > * {
  line-height: 28px !important;
}
.content-group-language-currency {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.content-group-language-currency .content-language {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.content-group-language-currency .content-currency {
  padding-left: 20px;
  padding-right: 20px;
}
.content-group-language-currency .lang-list {
  margin-bottom: 0;
}
.content-group-language-currency .lang-list li {
  margin: 0;
  line-height: 28px;
}
.content-group-language-currency .lang-list li .label {
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 6px;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.ic.ic-bag9 {
  font-family: 'midgard' !important;
}
.ic.ic-bag9:before {
  content: '\e986';
}
.minicart-wrapper.open .mini-cart-heading {
  box-shadow: none !important;
}
.minicart-wrapper.open .mini-cart-content.dropdown-content {
  top: 105%;
}
.minicart-wrapper .minicart-items-wrapper {
  max-height: 375px;
  padding-bottom: 0;
  border-top: 0;
  padding-top: 0;
  margin-bottom: 15px;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item {
  padding-bottom: 10px;
}
.minicart-items .product-image-wrapper .product-image-photo {
  height: auto !important;
}
.mini-cart-content .price-wrapper .price {
  font-weight: 400 !important;
}
.mini-cart-content .action-button {
  margin-top: 15px;
}
.mini-cart-content .action-button .actions {
  margin-top: 15px;
}
.mini-cart-content .action-button .actions .action {
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.mini-cart-content .action-button .actions .action.checkout {
  color: #ffffff;
  border-radius: 3px;
}
.mini-cart-content .action-button .actions .action.checkout:hover {
  color: #ffffff;
}
.mini-cart-content .action-button .actions .action.viewcart {
  margin-right: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 3px;
  text-transform: uppercase;
  box-sizing: border-box;
}
.mini-cart-content .action-button .actions .action.viewcart:hover {
  color: #ffffff !important;
  background-color: #000000;
}
@media (max-width: 991px) {
  .header-container .skip-link .counter {
    height: 18px;
    width: 18px;
    line-height: 18px;
    position: absolute;
    top: 5px;
    right: -5px;
  }
  .minicart-items .product-item .product-item-details .details-qty > .label {
    width: auto;
  }
  .minicart-items .product-item .product-item-details .details-qty .item-qty {
    width: 30px;
    padding: 0 3px;
    margin-right: 3px;
  }
  .minicart-items .product-item .product-item-details .details-qty .update-cart-item {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 768px) {
  .minicart-wrapper .minicart-items-wrapper {
    max-height: 50vh;
  }
}
@media (max-width: 480px) {
  .header-container .skip-link .inner-heading {
    position: relative;
  }
  .header-container .skip-link .inner-heading .counter {
    top: -7px;
    right: -5px;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
body.is-sidebar #header-container.sticky-header .header-m-container {
  z-index: 1 !important;
  opacity: 0;
}
.header-m-primary-container .logo-wrapper--mobile {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
.header-m-primary-container .logo-wrapper--mobile:after {
  content: '';
  width: calc(100% + 30px);
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  bottom: -15px;
  left: -15px;
}
.header-m-primary-container .logo-wrapper--mobile img {
  max-width: 180px;
}
.header-m-container.layout_2 .header-m-primary-container .logo-wrapper--mobile {
  margin: 0;
  transition: ease-in-out 500ms;
}
.header-m-container.layout_2 .header-m-primary-container .logo-wrapper--mobile:after {
  display: none;
}
.header-m-container.layout_2 .header-m-primary-container .logo-wrapper--mobile .logo {
  margin: 0;
}
.header-m-container.layout_2 .header-m-primary-container .logo-wrapper--mobile .logo img {
  max-height: 50px;
}
.header-m-container.layout_2 .header-m-primary-container #header-nav.skip-content .header.links {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
}
.header-m-container.layout_2 .header-m-primary-container #header-nav.skip-content .header.links li {
  display: block;
  float: none;
}
.header-m-container.layout_2 .header-m-primary-container #header-nav.skip-content .m-header-currency-language {
  margin-top: 15px;
  border-top: 1px solid #cccccc;
  padding-top: 25px;
}
.header-m-container.layout_2 #skip-links .skip-link {
  width: 10%;
  margin-left: 0;
  text-align: right;
}
.header-m-container.layout_2 #skip-links .skip-link.skip-nav {
  width: 20%;
  text-align: left;
}
.header-m-container.layout_2 #skip-links .minicart-wrapper {
  width: 10%;
}
.header-m-container.layout_2 #skip-links .minicart-wrapper .skip-link {
  width: 100%;
  text-align: right;
}
.sticky-header .header-m-container.layout_app {
  padding: 4px 0;
}
.header-m-container.layout_app .header-app {
  display: flex;
  align-items: center;
}
.header-m-container.layout_app .header-app .logo-wrapper--mobile {
  margin: 0;
  width: 120px;
  text-align: left;
}
.header-m-container.layout_app .header-app .logo-wrapper--mobile .btn-back button,
.header-m-container.layout_app .header-app .logo-wrapper--mobile .btn-back .cart.table-wrapper .actions-toolbar > .action,
.header-m-container.layout_app .header-app .logo-wrapper--mobile .btn-back .action-gift {
  background-color: transparent;
  font-size: 20px;
  color: #f36f25;
  margin-left: -15px;
  padding: 0 15px;
  height: 35px;
}
.header-m-container.layout_app .header-app .logo-wrapper--mobile:after {
  display: none;
}
.header-m-container.layout_app .header-app .logo-wrapper--mobile .logo {
  margin: 0;
  padding-right: 20px;
}
.header-m-container.layout_app .header-app .logo-wrapper--mobile .logo img {
  max-width: 100px;
}
.header-m-container.layout_app .header-app #header-search {
  flex: 1 1 calc(100% - 120px);
  max-width: calc(100% - 120px);
  text-align: right;
}
.header-m-container.layout_app .header-app #header-search .close-skip {
  display: none;
}
.header-m-container.layout_app .header-app #header-search #search_autocomplete .amsearch-results {
  padding: 0;
}
.header-m-container.layout_app .header-app #header-search .block-search .control {
  max-width: 280px;
  margin-left: auto;
  position: relative;
}
.header-m-container.layout_app .header-app #header-search .block-search .control:after {
  content: '\f002';
  font-family: 'midgard' !important;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.header-m-container.layout_app .header-app #header-search .block-search .input-text {
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
}
.header-m-container.layout_app #skip-links {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 99;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.header-m-container.layout_app #skip-links.skip-links--5 .minicart-wrapper,
.header-m-container.layout_app #skip-links.skip-links--5 .skip-link {
  flex: 1 1 20%;
  max-width: 20%;
}
.header-m-container.layout_app #skip-links.skip-links--4 .minicart-wrapper,
.header-m-container.layout_app #skip-links.skip-links--4 .skip-link {
  flex: 1 1 25%;
  max-width: 25%;
}
.header-m-container.layout_app #skip-links.skip-links--3 .minicart-wrapper,
.header-m-container.layout_app #skip-links.skip-links--3 .skip-link {
  flex: 1 1 33.33333333%;
  max-width: 33.33333333%;
}
.header-m-container.layout_app #skip-links .skip-link {
  margin: 0;
  text-align: center !important;
}
.header-m-container.layout_app #skip-links .minicart-wrapper .skip-link {
  width: 100%;
  flex: 1 1 100%;
  max-width: 100%;
}
.header-m-container #skip-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: flex-start;
  position: relative;
}
.header-m-container #skip-links:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 500ms;
}
.header-m-container #skip-links.active:before {
  opacity: 1;
  visibility: visible;
}
.header-m-container #skip-links .skip-link {
  margin-left: 20px;
}
.header-m-container #skip-links .skip-content {
  position: fixed;
  top: 0;
  left: -310px;
  width: 300px !important;
  height: 100vh;
  z-index: 99;
  transition: all 500ms;
  display: block;
  padding-bottom: 20px;
  overflow-y: auto;
}
.header-m-container #skip-links .skip-content.skip-active {
  left: 0;
}
.header-m-container #skip-links .skip-content a:hover {
  background-color: transparent !important;
  color: #f36f25 !important;
}
.header-m-container #skip-links .skip-content > * {
  padding-left: 20px;
  padding-right: 20px;
}
.header-m-container #skip-links .skip-content.mini-cart-content {
  padding: 0 !important;
}
.header-m-container .close-skip {
  padding: 15px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.header-m-container .close-skip:before {
  content: "\e9b3";
  padding-right: 6px;
  position: relative;
  top: 1px;
  font-family: "midgard";
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 480px) {
  .header-m-container #skip-links .skip-link.skip-nav {
    flex: 2 1 auto;
    text-align: left;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .checkout-index-index .header-primary-container {
    display: block !important;
  }
  .checkout-index-index .header-primary-container .logo-wrapper img {
    max-height: 50px;
  }
  #header-container.header_style5 #header-search.skip-content #search_mini_form .actions .action.search {
    position: static;
    margin-top: 5px;
    width: 100%;
    border-radius: 5px;
  }
  #header-container.sticky-header .header-m-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
  #header-container.sticky-header .header-m-container.layout_1 .logo-wrapper--mobile {
    display: none;
  }
  #header-container.sticky-header .header-m-container.layout_2 .logo-wrapper--mobile {
    transition: ease-in-out 1s;
    transform: scale(0);
  }
  #header-container.sticky-header .header-m-container #skip-links {
    transition: ease-in-out 500ms;
    height: 45px;
  }
  #header-container.sticky-header .header-m-container .skip-link {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .header-container.header-mobile.sticky-header .header-m-container.layout_2 #skip-links .skip-link {
    width: 15%;
    text-align: right;
  }
  .header-container.header-mobile.sticky-header .header-m-container.layout_2 #skip-links .skip-link.skip-nav {
    width: 30%;
    text-align: left;
  }
  .header-container.header-mobile.sticky-header .header-m-container.layout_2 #skip-links .minicart-wrapper {
    width: 15%;
  }
  .header-container.header-mobile.sticky-header .header-m-container.layout_2 #skip-links .minicart-wrapper .skip-link {
    width: 100%;
    text-align: right;
  }
  .header-m-container.layout_2 #skip-links .skip-link {
    width: 15%;
  }
  .header-m-container.layout_2 #skip-links .skip-link.skip-nav {
    width: 30%;
  }
  .header-m-container.layout_2 #skip-links .minicart-wrapper {
    width: 15%;
  }
  .header-m-container:not(.layout_2) #skip-links.skip-links--1 [data-block="minicart"],
  .header-m-container:not(.layout_2) #skip-links.skip-links--1 .skip-link:not(.skip-cart) {
    width: 100%;
  }
  .header-m-container:not(.layout_2) #skip-links.skip-links--2 [data-block="minicart"],
  .header-m-container:not(.layout_2) #skip-links.skip-links--2 .skip-link:not(.skip-cart) {
    width: 50%;
  }
  .header-m-container:not(.layout_2) #skip-links.skip-links--3 [data-block="minicart"],
  .header-m-container:not(.layout_2) #skip-links.skip-links--3 .skip-link:not(.skip-cart) {
    width: 33.333%;
  }
  .header-m-container:not(.layout_2) #skip-links.skip-links--4 [data-block="minicart"],
  .header-m-container:not(.layout_2) #skip-links.skip-links--4 .skip-link:not(.skip-cart) {
    width: 25%;
  }
  .header-m-container:not(.layout_2) #skip-links.skip-links--5 [data-block="minicart"],
  .header-m-container:not(.layout_2) #skip-links.skip-links--5 .skip-link:not(.skip-cart) {
    width: 20%;
  }
  .header-m-container:not(.layout_2) #skip-links.skip-links--6 [data-block="minicart"],
  .header-m-container:not(.layout_2) #skip-links.skip-links--6 .skip-link:not(.skip-cart) {
    width: 16.666%;
  }
  .header-m-container:not(.layout_2) #skip-links .skip-link {
    margin-left: 0;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
@media (max-width: 991px) {
  .header-primary-container {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .minicart-wrapper {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .close-skip {
    display: none !important;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.content-column-inner .title-column {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.content-column-inner .content-column > a {
  display: block;
  line-height: 28px;
  transition: ease-in-out 500ms;
}
.content-column-inner .content-column > a:hover {
  padding-left: 3px;
}
.content-column-inner address p > span {
  color: #000000;
}
.footer-primary-container .group-social-links {
  justify-content: flex-start;
  margin-top: 20px;
}
.footer-primary-container .group-social-links a {
  margin-left: 0;
  margin-right: 20px;
  font-size: 24px;
}
.footer-primary-container .block.newsletter {
  width: auto;
}
.footer-primary-container .block.newsletter .field.newsletter {
  margin: 0;
}
.footer-primary-container .block.newsletter .field.newsletter input[type="email"] {
  border: none;
  border-radius: 3px 0 0 3px;
}
.item-contact {
  margin-bottom: 5px;
}
.item-contact i {
  font-size: 20px;
  margin-right: 15px;
  color: #f36f25;
  position: relative;
  top: 3px;
}
.footer-newsletter.newsletter-only {
  text-align: center;
}
.footer-newsletter .block.newsletter {
  width: 100%;
  margin-top: 15px;
}
.footer-newsletter .block.newsletter .subscribe {
  position: relative;
}
.footer-newsletter .block.newsletter .subscribe .newsletter {
  margin-right: 0;
}
.footer-newsletter .block.newsletter .subscribe .newsletter input {
  border-color: #ffffff;
  border-radius: 5px;
}
.footer-newsletter .block.newsletter .subscribe .actions .action.subscribe {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f36f25;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0 5px 5px 0;
}
.footer-newsletter .block.newsletter .subscribe .actions .action.subscribe:hover {
  background-color: #000000;
}
.footer-newsletter .footer-social {
  margin-top: 20px;
}
.footer-top-container .newsletter-top {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.footer-top-container .newsletter-top .title {
  width: 30%;
}
.footer-top-container .newsletter-top .title h4 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
}
.footer-top-container .newsletter-top .content--inner {
  width: 70%;
}
.footer-top-container .newsletter-top .content--inner .block.newsletter {
  width: 100% !important;
}
.footer-top-container .newsletter-top .content--inner .block.newsletter .field {
  margin-right: 0 !important;
}
.footer-top-container .newsletter-top .content--inner .block.newsletter .form.subscribe {
  position: relative;
}
.footer-top-container .newsletter-top .content--inner .block.newsletter .form.subscribe input {
  border-color: #ffffff;
  border-radius: 5px;
  height: 40px;
}
.footer-top-container .newsletter-top .content--inner .block.newsletter .form.subscribe input:focus {
  border-color: #303030;
}
.footer-top-container .newsletter-top .content--inner .block.newsletter .form.subscribe .mage-error {
  color: darkred;
}
.footer-top-container .newsletter-top .content--inner .block.newsletter .form.subscribe .actions {
  width: 0;
}
.footer-top-container .newsletter-top .content--inner .block.newsletter .form.subscribe .actions .subscribe {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #303030;
  color: #ffffff;
}
.footer-top-container .newsletter-top .content--inner .block.newsletter .form.subscribe .actions .subscribe:hover {
  background-color: #000000;
}
.footer-top-container .newsletter-top .content--inner .block.newsletter .form.subscribe .actions .subscribe span {
  position: relative;
  top: 0;
}
.footer-top-container .newsletter-top .content--inner .block.newsletter .success_message {
  line-height: 20px;
  padding: 10px;
  background-color: #DFF0D8;
  color: #0C6C22;
  position: relative;
  margin-bottom: 10px;
}
.footer-top-container .newsletter-top .content--inner .block.newsletter .success_message:before {
  content: '\f00c';
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 7px;
  font-size: 14px;
}
.footer-top-container .newsletter-top .content--inner .block.newsletter .error_message {
  line-height: 20px;
  padding: 10px;
  background-color: #FAE5E5;
  color: #B30000;
  position: relative;
  margin-bottom: 10px;
}
.footer-top-container .newsletter-top .content--inner .block.newsletter .error_message:before {
  content: '\f057';
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 7px;
  font-size: 14px;
}
.footer-top-container .footer-social {
  line-height: 40px;
  text-align: right;
}
.footer-primary-container .block.newsletter .action.subscribe {
  padding: 0 15px;
}
.footer-bottom-container .inner-container .item-left {
  line-height: 32px;
  display: flex;
  align-items: center;
}
.footer-bottom-container .inner-container .logo-footer {
  margin: 0 15px 0 0;
  max-height: 32px;
}
.footer-bottom-container .inner-container .logo-footer a {
  line-height: 35px;
  display: inline-block;
}
.footer-bottom-container .inner-container img {
  vertical-align: middle;
}
.footer-bottom-container .inner-container .copyright {
  font-size: 12px;
}
.footer-bottom-container .inner-container .payment-method {
  line-height: 32px;
}
body.mobile-layout-app #fc_frame,
body.mobile-layout-app #fc_frame.fc-widget-normal {
  bottom: 55px !important;
  right: 10px;
}
body #fc_frame,
body #fc_frame.fc-widget-normal {
  bottom: 5px !important;
  height: 70px;
}
#scroll-to-top {
  bottom: 80px !important;
}
#scroll-to-top.left {
  right: auto !important;
  left: 15px;
  bottom: 55px !important;
}
#scroll-to-top.right {
  right: 15px !important;
}
.mini-footer {
  text-align: center;
  padding: 20px;
  font-size: 12px;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
@media (max-width: 991px) {
  .footer-bottom-container {
    text-align: center;
  }
  .footer-bottom-container .item-left {
    float: none;
    margin: 0;
    justify-content: center;
    flex-flow: row wrap;
  }
  .footer-bottom-container .item-right {
    float: none;
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .footer-primary-container [class*="footer-pr-"] {
    margin-bottom: 20px;
  }
  .content-column-inner .title-column.control-mobile {
    position: relative;
    cursor: pointer;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #e9e7e7;
  }
  .content-column-inner .title-column.control-mobile:after {
    content: '\e9b1';
    font-family: "midgard";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
  }
  .content-column-inner .title-column.control-mobile.show-mobile:after {
    content: '\e9b2';
  }
  .content-column-inner .content-column.content-mobile {
    display: none;
  }
  .content-column-inner .content-column.content-mobile.show-mobile {
    display: block;
    margin-top: 20px;
  }
  .content-column-inner .content-column .block.newsletter {
    width: 100%;
  }
  .content-column-inner .content-column .block.newsletter input {
    line-height: 40px;
  }
  .footer-social .group-social-links {
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .newsletter-only .content-column-inner {
    max-width: 587px;
    margin: 0 auto;
  }
  .newsletter-only-mobile {
    display: none;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.about-page .section-1 {
  background-size: cover;
  background-position: top;
  padding: 8% 0;
}
.about-page .section-1 .content-inner {
  color: #ffffff;
}
.about-page .section-1 .content-inner .tt-title {
  color: #ffffff;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: .02em;
  font-weight: 500;
  padding-bottom: 0;
}
.about-page .section-1 .content-inner .tt-blockquote-02 {
  position: relative;
  padding: 0 0 0 50px;
  margin: 44px 0 0 0;
  color: #ffffff;
}
.about-page .section-1 .content-inner .tt-blockquote-02 .tt-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: .02em;
  color: #ffffff;
}
.about-page .section-1 .content-inner .tt-blockquote-02 .tt-icon {
  position: absolute;
  top: 1px;
  left: -2px;
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
}
.about-page .section-2 {
  margin-top: 50px;
}
.about-page .section-2 .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: .03em;
  padding-bottom: 15px;
}
.about-page.about-style-2 .tt-about-box-02 {
  margin-top: 50px;
}
.about-page.about-style-2 .tt-about-box-02 .tt-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0em;
  margin-top: -4px;
}
.about-page.about-style-2 .section-1 {
  padding: 0;
  margin-top: 20px;
}
.about-page.about-style-2 .section-1 [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.about-page.about-style-2 .section-1 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.about-page.about-style-2 .section-1 .content-background {
  background-size: cover;
  background-position: center;
  padding-top: 56%;
}
.about-page.about-style-2 .section-1 .content-background.background-2 {
  padding-top: 113.8%;
}
@media (max-width: 768px) {
  .about-page.about-style-1 .container {
    padding: 0 15px;
    width: calc(100% - 30px);
  }
}
/**
 * MAGEPLUS
 *
 *
 * @author Mageplus Team
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright Copyright (c) 2020 Mageplus
 *
 *
 */
.cms-contact-page .contact-form-input .amform-form {
  max-width: none;
}
.cms-contact-page .contact-form-input .amform-form-fieldset .field.field-text-privacy {
  width: 100% !important;
  margin-top: 20px;
}
.cms-contact-page .contact-form-input .amform-form-fieldset .field .label {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #666666;
}
.cms-contact-page .contact-form-input .amform-form-fieldset .field textarea {
  border: none;
  background-color: #f7f8fa;
  border-radius: 5px;
}
.cms-contact-page .contact-form-input .amform-form-fieldset .amcform-toolbar {
  text-align: center;
  margin-top: 50px;
}
.cms-contact-page .contact-form-input .amform-form-fieldset .amcform-toolbar .action {
  min-width: 150px;
  text-align: center;
}
@media (min-width: 992px) {
  .cms-contact-page .contact-form-input .amform-form-fieldset .amcform-page-wrap {
    position: relative;
  }
  .cms-contact-page .contact-form-input .amform-form-fieldset .amcform-page-wrap .field {
    width: calc(50% - 15px);
  }
  .cms-contact-page .contact-form-input .amform-form-fieldset .amcform-page-wrap .field.field-message {
    position: absolute;
    top: 0;
    right: 0;
  }
  .cms-contact-page .contact-form-input .amform-form-fieldset .amcform-page-wrap .field.field-message textarea {
    min-height: 200px;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.account .sidebar .block-collapsible-nav .block-collapsible-nav-title {
  height: auto;
  margin: 0 0 15px 0;
  width: auto;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.account .sidebar .block-collapsible-nav .block-collapsible-nav-content {
  background-color: #ffffff;
  padding-top: 0;
}
.account .sidebar .block-collapsible-nav .block-collapsible-nav-content ul.items .nav.item.current strong {
  color: #f36f25;
}
.account .sidebar .block-collapsible-nav .block-collapsible-nav-content ul.items .nav.item strong,
.account .sidebar .block-collapsible-nav .block-collapsible-nav-content ul.items .nav.item a {
  border: none;
  padding-left: 0;
}
.account .sidebar .block-collapsible-nav .block-collapsible-nav-content ul.items .nav.item strong:hover,
.account .sidebar .block-collapsible-nav .block-collapsible-nav-content ul.items .nav.item a:hover {
  background-color: transparent;
}
.account .sidebar .block-collapsible-nav .block-collapsible-nav-content .delimiter {
  display: none;
}
.account .sidebar .account-nav .title.account-nav-title {
  overflow: visible;
  position: static;
  width: auto;
  height: auto;
  color: #191919;
  margin-bottom: 15px;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.account .sidebar .account-nav .title.account-nav-title strong {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.account .sidebar .account-nav .account-nav-content {
  background-color: #ffffff;
  padding: 0;
}
.account .sidebar .account-nav .account-nav-content ul li.item .delimiter {
  display: none;
}
.account .sidebar .account-nav .account-nav-content ul li.item.current strong {
  color: red;
}
.account .sidebar .account-nav .account-nav-content ul li.item strong,
.account .sidebar .account-nav .account-nav-content ul li.item a {
  border: none;
  position: relative;
}
.account .sidebar .account-nav .account-nav-content ul li.item strong:hover,
.account .sidebar .account-nav .account-nav-content ul li.item a:hover {
  background-color: #ffffff;
}
.account .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.account .column.main .block:not(.widget) .block-title.order {
  margin-bottom: 0;
}
.account .column.main .block:not(.widget) .block-title strong {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 0;
  flex: 2 1 auto;
}
.account .column.main .block:not(.widget) .block-title .action {
  text-transform: uppercase;
}
.account .column.main .block:not(.widget) .box-title {
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #191919;
}
.account .column.main .block:not(.widget) .box-title span {
  font-weight: 500;
}
.account .column.main .block.block-addresses-list .block-content .action + .action {
  margin-left: 0;
}
.account .column.main .block .block-content .action:hover {
  color: #000000 !important;
}
.account .column.main .block .block-content .action + .action {
  margin-left: 7px;
}
.account .table-wrapper thead tr th {
  font-weight: 600;
  color: #333333;
  font-size: 14px;
}
.account .table-wrapper thead tr th:first-child {
  padding-left: 0;
}
.account .table-wrapper tbody tr td:first-child {
  padding-left: 0;
}
@media (min-width: 769px) {
  .account .table-order-items .col.shipping {
    min-width: 100px;
  }
  .account .table-order-items .col.actions {
    min-width: 150px;
    width: 200px;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.wishlist-index-index .form-wishlist-items .product-items .product-item {
  margin-left: 0;
  margin-right: 0;
}
.wishlist-index-index .form-wishlist-items .product-items .product-item .product-item-info {
  width: auto;
}
.wishlist-index-index .form-wishlist-items .product-items .product-item .price-label {
  display: none !important;
}
.wishlist-index-index .form-wishlist-items .actions-toolbar .action {
  background-color: transparent;
  text-transform: uppercase;
}
.wishlist-index-index .form-wishlist-items .actions-toolbar .action:hover {
  color: #000000 !important;
}
.wishlist-index-index .form-wishlist-items .actions-toolbar .primary .action:first-child {
  padding-left: 0;
}
.wishlist-index-index .form-wishlist-items .actions-toolbar .action {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  height: 40px;
  line-height: 37px;
  box-sizing: border-box;
  padding: 0 30px !important;
  color: #f36f25 !important;
  border: 2px solid #f36f25;
  border-radius: 5px;
  text-align: center;
  margin-top: 5px;
  display: inline-block;
}
.wishlist-index-index .form-wishlist-items .actions-toolbar .action:hover {
  background-color: #000000;
  color: #ffffff !important;
  border-color: #000000;
}
.sidebar .block-wishlist .actions-toolbar {
  padding-top: 15px;
}
.sidebar .block-wishlist .actions-toolbar .action {
  border-radius: 5px;
  line-height: 35px;
  height: 35px;
  padding: 0 20px;
}
.sidebar #wishlist-sidebar .product-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.sidebar #wishlist-sidebar .product-item .product-item-actions {
  display: none !important;
}
.sidebar #wishlist-sidebar .product-item .product-item-info .product-item-photo {
  position: relative !important;
  float: left !important;
}
.sidebar #wishlist-sidebar .product-item .product-item-info .product-item-name {
  margin-right: 0;
}
@media (max-width: 768px) {
  .sidebar .block-reorder .block-title,
  .sidebar .block-wishlist .block-title {
    cursor: none;
  }
  .sidebar .block-reorder .block-title:after,
  .sidebar .block-wishlist .block-title:after {
    display: none;
  }
  .sidebar .block-reorder .block-content,
  .sidebar .block-wishlist .block-content {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .block-wishlist .block-content .product-items .product-item .product-item-photo {
    display: inline-block;
    width: 100%;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.action.print.print-compare {
  margin: 30px 0 15px;
  display: inline-block;
}
.action.print.print-compare span.fa {
  font-size: 20px;
}
.comparison.headings.data.table {
  display: none;
}
.block-compare .action.compare {
  color: #ffffff;
  border-radius: 5px;
}
.block-compare .action.compare:hover {
  background-color: #000000 !important;
  color: #ffffff;
}
.block-compare .action.delete {
  width: 25px;
}
.table-wrapper.comparison::-webkit-scrollbar {
  -webkit-appearance: none;
}
.table-wrapper.comparison::-webkit-scrollbar:vertical {
  width: 11px;
}
.table-wrapper.comparison::-webkit-scrollbar:horizontal {
  height: 11px;
}
.table-wrapper.comparison::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.table-wrapper.comparison:-moz-scrollbar {
  -webkit-appearance: none;
}
.table-wrapper.comparison:-moz-scrollbar:vertical {
  width: 11px;
}
.table-wrapper.comparison:-moz-scrollbar:horizontal {
  height: 11px;
}
.table-wrapper.comparison:-moz-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.compare-link-header {
  position: fixed;
  top: 30%;
  left: 0;
  transform: translateY(-50%);
  z-index: 22;
}
.compare-link-header .link-compare {
  display: flex;
  align-items: center;
}
.compare-link-header .link-compare .link.compare {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  position: relative;
  display: inline-block;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  margin-right: -40px;
  background-color: #ffffff;
}
.compare-link-header .link-compare .link.compare.no-display {
  display: none !important;
}
.compare-link-header .link-compare .link.compare i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.compare-link-header .link-compare .link.compare .counter.qty {
  position: absolute;
  top: -10px;
  right: -5px;
  width: 20px;
  height: 20px;
  background-color: #f36f25;
  color: #ffffff;
  line-height: 22px;
  font-size: 10px;
  border-radius: 50%;
}
.table-wrapper.comparison table.table-comparison {
  border: 1px solid #cccccc;
}
.table-wrapper.comparison table.table-comparison th span {
  text-transform: uppercase;
}
.table-wrapper.comparison table.table-comparison thead th {
  border-bottom: none !important;
}
.table-wrapper.comparison table.table-comparison thead td {
  border-left: 1px solid #cccccc;
}
.table-wrapper.comparison table.table-comparison thead td.remove {
  border-bottom: none !important;
  border-left: 1px solid #cccccc;
}
.table-wrapper.comparison table.table-comparison tbody tr th {
  border-bottom: 1px solid #cccccc !important;
}
.table-wrapper.comparison table.table-comparison tbody tr td {
  border-left: 1px solid #cccccc;
}
.table-wrapper.comparison table.table-comparison tbody tr td.price .price-box {
  margin: 0;
}
.table-wrapper.comparison table.table-comparison tbody tr td.price .price-label {
  display: none;
}
.table-wrapper.comparison table.table-comparison tbody tr td.attribute {
  border-bottom: 1px solid #cccccc !important;
}
.table-wrapper.comparison table.table-comparison tbody tr td.action .product-item-actions {
  margin: 0;
}
@media (max-width: 768px) {
  .compare-sidebar .block.block-compare {
    width: 100%;
  }
  .product-social-links .action.tocompare,
  .compare-link-header {
    display: none;
  }
  body.mobile-compare .compare-link-header {
    display: block !important;
  }
  body.mobile-compare .product-items .item .action.tocompare,
  body.mobile-compare .actions-secondary > .action.tocompare,
  body.mobile-compare .compare,
  body.mobile-compare .product-addto-links .action.tocompare,
  body.mobile-compare .product-item-actions .actions-secondary > .action.tocompare,
  body.mobile-compare [class*="block-compare"] {
    display: block !important;
  }
  body.mobile-compare .product-social-links .action.tocompare {
    display: inline-block !important;
  }
}
.catalog-product_compare-index .compare-link-header,
body.catalog-product_compare-index.mobile-compare .compare-link-header {
  display: none !important;
}
.catalog-product_compare-index .action.print.print-compare,
body.catalog-product_compare-index.mobile-compare .action.print.print-compare {
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #f36f25 !important;
  color: #f36f25 !important;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 30px;
  min-width: 250px;
  float: none;
}
.catalog-product_compare-index .action.print.print-compare:hover,
body.catalog-product_compare-index.mobile-compare .action.print.print-compare:hover {
  background-color: #f36f25 !important;
  color: #ffffff !important;
}
.table-wrapper.comparison table.table-comparison .attribute.value,
.table-wrapper.comparison table.table-comparison .responsive-table {
  overflow-x: auto;
}
.compare-back {
  cursor: pointer;
  text-align: center;
  height: 40px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #f36f25 !important;
  color: #f36f25 !important;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 30px;
  min-width: 150px;
  float: none;
}
.compare-back:hover {
  background-color: #f36f25 !important;
  color: #ffffff !important;
}
.compare-link-header .link-compare .link.compare.no-display {
  display: none !important;
}
@media (max-width: 768px) {
  .compare-link-header {
    display: block !important;
  }
  .product-items .item .action.tocompare,
  .actions-secondary > .action.tocompare,
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*="block-compare"] {
    display: block !important;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @author Mageplus Team
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright Copyright (c) 2020 Mageplus
 *
 *
 */
.content-click-toggle .item-click-toggle {
  margin-bottom: -1px;
  border: solid #cccccc;
  border-width: 1px 0 1px 0;
}
.content-click-toggle .item-click-toggle .control-click {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding: 15px 30px 15px 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #333333;
}
.content-click-toggle .item-click-toggle .control-click:hover {
  background-color: #f36f25;
  color: #ffffff;
}
.content-click-toggle .item-click-toggle .control-click:before {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.content-click-toggle .item-click-toggle .control-click.open {
  color: #f36f25;
  text-transform: uppercase;
}
.content-click-toggle .item-click-toggle .control-click.open:hover {
  color: #ffffff;
}
.content-click-toggle .item-click-toggle .control-click.open:before {
  content: '\f106';
}
.content-click-toggle .item-click-toggle .content-click {
  display: none;
  padding: 20px 15px;
}
.content-click-toggle .item-click-toggle .content-click .to-apply {
  min-width: 170px;
  text-align: center;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.tt-box-thumb-listing .row {
  display: flex;
  flex-flow: row wrap;
}
.tt-box-thumb-listing .tt-box-thumb {
  margin-top: 53px;
  text-align: center;
}
.tt-box-thumb-listing .tt-box-thumb .tt-img {
  overflow: hidden;
  display: block;
  backface-visibility: hidden;
}
.tt-box-thumb-listing .tt-box-thumb .tt-img img {
  width: 100%;
  height: auto;
}
.tt-box-thumb-listing .tt-box-thumb .tt-title {
  margin-top: 22px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: .03em;
  line-height: 30px;
  padding: 0;
}
.tt-box-thumb-listing .tt-box-thumb p {
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.tt-page404 {
  text-align: center;
  margin-top: -30px;
}
.tt-page404 p {
  color: #000000;
}
.tt-page404 .go-home {
  display: block;
  margin-top: 20px;
  border-radius: 5px !important;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.cms-index-index .main.container,
.cms-index-index .column.main {
  padding-bottom: 0;
}
.breadcrumbs-page {
  background-color: #f7f8fa;
  padding: 6px 0;
  margin-bottom: 20px;
}
.breadcrumbs-page .breadcrumbs {
  padding: 0 15px;
  margin-bottom: 0;
}
.page-title-wrapper:not(.product) {
  text-align: center;
  margin: 50px 0;
}
.page-title-wrapper:not(.product) h1 {
  font-size: 34px;
  line-height: 44px;
  letter-spacing: .03em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 0 !important;
}
.order-actions-toolbar .actions {
  text-align: right;
}
.order-actions-toolbar .actions .action {
  float: none;
  display: inline-block;
}
[data-content-type='row'][data-appearance='contained'] {
  max-width: none !important;
}
[data-content-type='row'][data-appearance=full-width] > .row-full-width-inner {
  max-width: none !important;
}
@media (max-width: 768px) {
  .page-title-wrapper:not(.product) {
    margin: 25px 0;
  }
  .ambrand-index-index .page-title-wrapper:not(.product) {
    margin: 15px 0;
  }
  .ambrand-index-index .columns {
    padding-top: 10px !important;
  }
}
@media (max-width: 480px) {
  .account.xnotif-stock-index .column.main {
    overflow-x: auto;
  }
}
@media (min-width: 769px) {
  .ambrand-index-index .page-title-wrapper {
    display: none !important;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.login-container {
  display: flex;
  flex-flow: row wrap;
}
.login-container .block {
  border: 1px solid #cccccc;
  padding: 20px;
}
.login-container .block .block-title {
  border: none;
  margin-bottom: 0;
}
.login-container .block .block-title strong {
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 14px 0;
  font-weight: 500;
  color: #191919;
  text-transform: uppercase;
}
.login-container .block .form-login .actions-toolbar {
  margin-left: 0;
  display: flex;
  flex-flow: row wrap;
}
.login-container .block .form-login .actions-toolbar .primary {
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .login-container .block .form-login .actions-toolbar .primary {
    flex: 1 1 100%;
  }
}
.form.create.account {
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #cccccc;
}
.form.password.forget {
  padding: 20px;
  border: 1px solid #cccccc;
}
#social-login-popup .create .primary button,
#social-login-popup .create .primary .cart.table-wrapper .actions-toolbar > .action,
#social-login-popup .create .primary .action-gift {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .login-container .block {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .login-container {
    margin: 0 -10px;
  }
  .login-container .block {
    width: calc(50% - 63px) !important;
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    margin: 0 auto;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.sidebar--title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #333333;
}
.sidebar .action.primary,
.sidebar .amshopby-button,
.sidebar .am-filter-go {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
}
.sidebar .price-label {
  display: none !important;
}
.sidebar .block-title strong span,
.sidebar .block-title strong {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #333333;
}
.sidebar .account-nav .title.account-nav-title strong,
.sidebar .block-collapsible-nav .block-collapsible-nav-title strong {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #333333;
}
.sidebar.sidebar-main .block.filter .title,
.sidebar.sidebar-main .block-subtitle.filter-subtitle {
  display: none;
}
.sidebar.sidebar-main dl.options dt {
  padding: 0 25px 10px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #333333;
}
.sidebar.sidebar-main .filter-current {
  margin-bottom: 15px;
}
.sidebar.sidebar-main .filter-current .block-subtitle.filter-current-subtitle {
  padding: 0 25px 10px 0;
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #333333;
}
.sidebar.sidebar-main .filter-options .filter-options-item {
  border: none;
}
.sidebar.sidebar-main .filter-options .filter-options-item + .filter-options-item {
  margin-top: 15px;
}
.sidebar.sidebar-main .filter-options .filter-options-item.active .filter-options-title:after {
  content: '\e9b2';
}
.sidebar.sidebar-main .filter-options .filter-options-item.active .filter-options-content {
  display: block;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-title {
  padding: 0 25px 10px 0;
  border-bottom: 1px solid #e5e5e5;
  word-break: break-word;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #333333;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-title:after {
  content: '\e9b1';
  font-family: midgard;
  right: 0;
  font-size: 10px;
  top: 5px;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content {
  padding-left: 0;
  padding-right: 0;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .am-filter-items-attr_brand a .swatch-option {
  width: 12px;
  height: 12px;
  min-width: auto;
  padding: 0;
  margin-right: 7px;
  outline: none;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 2px;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .am-filter-items-attr_brand a .swatch-option.selected {
  background-color: #f36f25;
  border-color: #f36f25;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .am-filter-items-attr_brand a .swatch-option.selected:after {
  content: "\ea11";
  color: #ffffff;
  font-size: 13px;
  position: absolute;
  left: 50%;
  top: 55%;
  font-family: 'midgard';
  font-style: normal;
  font-weight: 400;
  transform: translate(-50%, -50%);
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content ul li,
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content ol li {
  position: relative;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content ul li input,
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content ol li input {
  position: absolute;
  left: 0;
  top: 5px;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content ul li > *:not(input),
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content ol li > *:not(input) {
  padding-left: 20px;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content ul li input[type="radio"],
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content ol li input[type="radio"] {
  margin-left: 1px;
  margin-right: 0;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content ul li input[type="checkbox"],
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content ol li input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 0;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .am-show-more {
  background-color: #ffffff;
  font-weight: 400;
  position: relative;
  margin-left: 10px;
  margin-top: 0;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .am-show-more[data-is-hide="false"]:before {
  content: '\e9b2';
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .am-show-more:before {
  content: '\e9b1';
  font-family: midgard;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .am-show-more:hover {
  background-color: #ffffff;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .swatch-attribute.color .swatch-option {
  border-radius: 50%;
  position: relative;
  overflow: visible;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .swatch-attribute.color .swatch-option:hover {
  outline: none;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .swatch-attribute.color .swatch-option:hover:before {
  opacity: 1;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .swatch-attribute.color .swatch-option:hover:after {
  opacity: 1;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .swatch-attribute.color .swatch-option:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  outline: none;
  border-radius: 50%;
  backface-visibility: hidden;
  border: 4px solid #ffffff;
  transition: all .12s;
  opacity: 0;
}
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .swatch-attribute.color .swatch-option:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  border-radius: 50%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  outline: none;
  backface-visibility: hidden;
  border: 2px solid;
  transition: all .12s;
  opacity: 0;
}
.sidebar .sidebar-toolbar .close-sidebar {
  text-align: left;
  margin: 0 -15px 10px;
  padding: 0 15px 7px;
  border-bottom: 1px solid #cccccc;
  color: #000000;
}
.sidebar .sidebar-toolbar .close-sidebar i {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.sidebar .sidebar-toolbar .coltrol-sidebar {
  display: none;
}
.sidebar .sidebar-toolbar .toolbar.toolbar-products {
  flex-wrap: wrap;
}
.sidebar .sidebar-toolbar .toolbar.toolbar-products > * {
  width: 100%;
}
.sidebar .sidebar-toolbar .toolbar.toolbar-products .modes,
.sidebar .sidebar-toolbar .toolbar.toolbar-products .title-category {
  display: none;
}
.sidebar .sidebar-toolbar .toolbar.toolbar-products .limiter,
.sidebar .sidebar-toolbar .toolbar.toolbar-products .toolbar-sorter {
  position: static;
  margin-bottom: 15px;
}
.sidebar .sidebar-toolbar .toolbar.toolbar-products .limiter label,
.sidebar .sidebar-toolbar .toolbar.toolbar-products .toolbar-sorter label {
  display: block;
  margin-bottom: 7px;
}
.sidebar .sidebar-toolbar .toolbar.toolbar-products .limiter .control,
.sidebar .sidebar-toolbar .toolbar.toolbar-products .toolbar-sorter .control {
  width: 100%;
}
.sidebar .sidebar-toolbar .toolbar.toolbar-products .limiter select,
.sidebar .sidebar-toolbar .toolbar.toolbar-products .toolbar-sorter select {
  margin-left: 0;
  background-color: #f7f8fa;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.sidebar .sidebar-toolbar .toolbar.toolbar-products .limiter select.sorter-options,
.sidebar .sidebar-toolbar .toolbar.toolbar-products .toolbar-sorter select.sorter-options {
  width: calc(100% - 40px);
}
.sidebar.sidebar-additional .block-title strong span,
.sidebar.sidebar-additional .block-title strong {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #333333;
}
.sidebar .amshopby-slider-container .ui-slider-horizontal {
  height: 5px;
}
.sidebar .amshopby-slider-container .ui-slider-range {
  height: 5px;
  background-color: #f36f25;
}
.sidebar .amshopby-slider-container .am-slider .ui-slider-handle {
  width: 13px;
  height: 13px;
  top: 1px;
}
.sidebar .amshopby-slider-container .amshopby-slider-display {
  margin-top: 10px;
}
.am_shopby_apply_filters .am-button {
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  background-color: #f36f25;
}
.am_shopby_apply_filters .am-button:hover {
  background-color: #000000;
}
@media (max-width: 767px) {
  .page-layout-2columns-left.page-products .sidebar.sidebar-main {
    background-color: #ffffff;
    padding: 15px;
    max-width: 300px;
    overflow-y: auto;
    height: 100vh;
    z-index: 33;
    position: fixed;
    top: 0;
    left: -300px;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 500ms;
  }
  .page-layout-2columns-left.page-products .sidebar.sidebar-main.active {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .sidebar.sidebar-main .filter-current.active {
    padding-bottom: 20px;
  }
  .sidebar.sidebar-main .filter-current.active + .block-actions {
    margin-top: -40px;
  }
  .sidebar.sidebar-main .filter-current .block-subtitle.filter-current-subtitle:before {
    top: 0 !important;
    right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .coltrol-sidebar.js-coltrol-open,
  .sidebar .sidebar-toolbar .close-sidebar {
    display: none;
  }
}
@media (min-width: 768px) {
  .sidebar.sidebar-additional .block-reorder .product-item .checkbox {
    top: -1px;
  }
}
@media (min-width: 768px + 1) {
  .sidebar .block-vertnav li.level0 > a > span > .cat-label {
    top: -15px;
    right: auto;
    left: 0;
    margin-left: 0;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.product-item-img > a {
  display: inline-block;
}
.page-products .page-title-wrapper {
  margin-top: 20px;
}
.catalog-category-view .main-container {
  margin-top: 0;
}
.catalog-category-view .page-title-wrapper {
  display: none;
}
.products-list-ext .product-image-container {
  width: auto !important;
}
.products-list .product-item .product-item-inner .actions-primary {
  display: block;
  float: none;
  margin-bottom: 10px;
}
.price-box .price-label {
  display: none !important;
}
.price-box .price-label:after {
  display: none !important;
}
.items-grid .product-item-info .product-item-img {
  z-index: 1;
}
.items-grid .product-item-info .product.details {
  z-index: 2;
  background-color: #ffffff;
  position: relative;
  padding-top: 10px;
  transition: transform 500ms;
}
.items-grid .product-item-info .product.details .product-item-name {
  margin: 0;
}
.items-grid .product-item-info .product.details .price-box {
  margin-top: 0;
}
.list.products-list .addto-links a.action {
  margin-top: 5px;
}
.addto-links.addto-links-icons.addto-onimage {
  min-width: 40px;
  padding-left: 0;
  right: 8px;
}
.product-item-info .product-item-inner .stock {
  display: none !important;
}
.catalog-topnav .filter-options .filter-options-content .am-filter-items-attr_brand a .swatch-option {
  width: 13px;
  height: 13px;
  min-width: auto;
  padding: 0;
  outline: none;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 2px;
}
.catalog-topnav .filter-options .filter-options-content .am-filter-items-attr_brand a .swatch-option.selected {
  background-color: #f36f25;
  border-color: #f36f25;
}
.catalog-topnav .filter-options .filter-options-content .am-filter-items-attr_brand a .swatch-option.selected:after {
  content: "\ea11";
  color: #ffffff;
  font-size: 13px;
  font-family: 'midgard';
  font-style: normal;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
  .items-grid .item:hover .product.details {
    transform: translateY(-60px);
  }
  .items-grid .item:hover .product-item-inner .actions {
    opacity: 1;
    visibility: visible;
  }
  .items-grid .product-item-info .product-item-inner .actions {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms;
  }
}
.product-item .tocart,
.product-items .item .tocart {
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .product-item .tocart,
  .product-items .item .tocart {
    padding: 0 10px;
  }
}
.product-item-name,
.product.name a {
  font-weight: 500;
}
.rating-summary .rating-result {
  width: 80px;
}
.rating-summary .rating-result:before {
  content: '\e9b8' '\e9b8' '\e9b8' '\e9b8' '\e9b8';
  font-family: 'midgard';
  font-size: 16px;
  display: block;
  letter-spacing: 0;
}
.rating-summary .rating-result > span:before {
  content: '\ea2d' '\ea2d' '\ea2d' '\ea2d' '\ea2d';
  font-family: 'midgard';
  font-size: 16px;
  display: block;
  letter-spacing: 0;
}
.reviews-actions {
  display: none !important;
}
.swatch-attribute + .swatch-attribute {
  margin-top: 7px;
}
.swatch-attribute .swatch-option {
  padding: 1px;
}
.swatch-attribute.size .swatch-option.text {
  border: none;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
}
.swatch-attribute.size .swatch-option.text:hover {
  border: none;
  outline: none;
  color: #ffffff;
}
.swatch-attribute.color .swatch-option.color {
  border-radius: 50%;
  position: relative;
  overflow: visible;
  width: 20px;
}
.swatch-attribute.color .swatch-option.color.selected,
.swatch-attribute.color .swatch-option.color:hover {
  outline: none;
}
.swatch-attribute.color .swatch-option.color.selected:before,
.swatch-attribute.color .swatch-option.color:hover:before {
  opacity: 1;
}
.swatch-attribute.color .swatch-option.color.selected:after,
.swatch-attribute.color .swatch-option.color:hover:after {
  opacity: 1;
}
.swatch-attribute.color .swatch-option.color:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  outline: none;
  border-radius: 50%;
  backface-visibility: hidden;
  border: 4px solid #ffffff;
  transition: all .12s;
  opacity: 0;
}
.swatch-attribute.color .swatch-option.color:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  border-radius: 50%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  outline: none;
  backface-visibility: hidden;
  border: 2px solid;
  transition: all .12s;
  opacity: 0;
}
.items-grid-partitioned .item {
  border: none;
}
.group-toolbar-bottom .toolbar.toolbar-products {
  justify-content: center;
}
.group-toolbar-bottom .limiter,
.group-toolbar-bottom .modes,
.group-toolbar-bottom .toolbar-sorter,
.group-toolbar-bottom .title-category,
.group-toolbar-bottom .coltrol-sidebar.js-coltrol-open {
  display: none !important;
}
.group-toolbar-bottom .pages {
  display: block !important;
}
.toolbar.toolbar-products select {
  border-color: transparent;
  outline: none;
  border: none;
  background-color: #f3f3f3;
}
.toolbar.toolbar-products .sorter-label {
  color: #000000;
}
.toolbar.toolbar-products .sorter-label:after {
  content: ':';
  display: inline-block;
}
.toolbar.toolbar-products .toolbar-amount {
  display: none;
}
.toolbar.toolbar-products .sorter .sorter-action:before {
  font-family: FontAwesome;
  font-size: 16px;
}
.toolbar.toolbar-products .sorter .sorter-action.sort-asc:before {
  content: '\f176';
}
.toolbar.toolbar-products .sorter .sorter-action.sort-desc:before {
  content: '\f175';
}
.toolbar.toolbar-products .title-category {
  text-transform: uppercase;
  letter-spacing: .02em;
  flex: 1 1 auto;
  padding: 8px 0 0;
}
.toolbar.toolbar-products .title-category h1 {
  margin: 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #333333;
  text-transform: capitalize;
}
.toolbar.toolbar-products .title-category h1 .toolbar-number {
  font-size: 18px;
  color: #666666;
  font-weight: 400;
}
.toolbar.toolbar-products .title-category h1 .toolbar-number:before {
  content: '(';
  display: inline-block;
}
.toolbar.toolbar-products .title-category h1 .toolbar-number:after {
  content: ')';
  display: inline-block;
}
.toolbar.toolbar-products .limiter {
  display: block;
  padding: 8px 0 0;
}
.toolbar.toolbar-products .limiter .label {
  color: #000000;
}
.toolbar.toolbar-products .limiter .label:after {
  content: ':';
  display: inline-block;
}
.toolbar.toolbar-products .limiter .limiter-text {
  display: none;
}
.toolbar.toolbar-products .modes {
  margin-right: 0 !important;
}
.toolbar.toolbar-products .modes .modes-mode {
  padding-left: 4px;
  padding-right: 4px;
}
.toolbar.toolbar-products .pages .item {
  margin-right: 5px;
}
.toolbar.toolbar-products .pages .action,
.toolbar.toolbar-products .pages .action.previous,
.toolbar.toolbar-products .pages .action.next {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.toolbar.toolbar-products .pages .action:before,
.toolbar.toolbar-products .pages .action.previous:before,
.toolbar.toolbar-products .pages .action.next:before {
  font-size: 40px;
}
.toolbar.toolbar-products .pages .page {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.products.wrapper + .toolbar.toolbar-products {
  justify-content: center;
}
.products.wrapper + .toolbar.toolbar-products .limiter,
.products.wrapper + .toolbar.toolbar-products .title-category {
  display: none;
}
.products.wrapper + .toolbar.toolbar-products .pages {
  text-align: center;
}
.swatch-option-tooltip .corner {
  width: 100%;
  left: 50% !important;
  transform: translateX(-50%);
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip .corner:before {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .group-toolbar-top.mgp-custom-toolbar .toolbar.toolbar-products {
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
  .group-toolbar-top.mgp-custom-toolbar .toolbar.toolbar-products .title-category {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .group-toolbar-top.mgp-custom-toolbar .toolbar.toolbar-products .modes,
  .group-toolbar-top.mgp-custom-toolbar .toolbar.toolbar-products .coltrol-sidebar {
    width: 50%;
  }
  .group-toolbar-top.mgp-custom-toolbar .toolbar.toolbar-products .toolbar-sorter {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .group-toolbar-top {
    display: flex;
    align-items: center;
  }
  .group-toolbar-top > * {
    width: 100%;
  }
  .group-toolbar-top .coltrol-sidebar {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    flex: 2 1 auto;
    cursor: pointer;
  }
  .group-toolbar-top .coltrol-sidebar i {
    font-size: 20px;
    margin-right: 7px;
    line-height: 34px;
    vertical-align: middle;
  }
  .group-toolbar-top .coltrol-sidebar span {
    line-height: 34px;
    display: inline-block;
    font-weight: 600;
  }
  .group-toolbar-top .toolbar.toolbar-products {
    margin-bottom: 0;
  }
  .group-toolbar-top .toolbar.toolbar-products .title-category,
  .group-toolbar-top .toolbar.toolbar-products .toolbar-sorter,
  .group-toolbar-top .toolbar.toolbar-products .limiter {
    display: none;
  }
  .group-toolbar-top .toolbar.toolbar-products .modes {
    display: block;
    text-align: right;
  }
  .group-toolbar-top .toolbar.toolbar-products .modes .modes-label {
    display: none;
  }
  .group-toolbar-top .toolbar.toolbar-products .modes .modes-mode {
    padding-left: 4px;
    padding-right: 4px;
  }
  .group-toolbar-top .toolbar.toolbar-products .modes .modes-mode.mode-list:before {
    content: '\e60b';
  }
  .group-toolbar-top .toolbar.toolbar-products .modes .modes-mode:before {
    font-size: 24px;
    line-height: inherit;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .group-toolbar-top .toolbar.toolbar-products .modes .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  body.filter-active .page-wrapper {
    visibility: visible;
    margin-top: 0;
  }
  .filter .block-title.filter-title {
    display: none !important;
  }
  .filter.active .filter-options {
    position: static;
    padding: 0;
    background-color: transparent;
    visibility: visible;
  }
  .filter .filter-options {
    display: block !important;
  }
  .page-products .page-title-wrapper {
    margin: 0;
  }
  .page-products .page-wrapper .columns {
    padding-top: 30px;
  }
  .page-products .page-wrapper .columns {
    position: relative;
  }
  .page-products .page-wrapper .columns:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 32;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 500ms;
  }
  .page-products .page-wrapper .columns.active:before {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .toolbar.toolbar-products {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
  }
  .toolbar.toolbar-products + .products.wrapper + .toolbar.toolbar-products .pages {
    flex: 1 1 auto;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.view_messages {
  margin: 0 0 10px;
  padding: 10px 20px 10px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  position: relative;
}
.view_messages:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 0;
}
.catalog-product-view .columns .column.main {
  padding-bottom: 0;
}
.catalog-product-view .breadcrumbs {
  background-color: #f7f8fa;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
.catalog-product-view .breadcrumbs .items {
  padding-left: 15px;
  padding-right: 15px;
}
.fotorama__caption,
.magnify-hidden {
  display: none !important;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin-top: 15px;
}
.product-info-main .sticker-wrapper {
  position: static;
  margin-bottom: 30px;
  display: block;
}
.product-info-main .sticker-wrapper .sticker {
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  height: 23px;
  line-height: 25px;
  font-weight: 400;
  border-radius: 5px;
  margin-top: 0 !important;
}
.product-info-main .sticker-wrapper .sticker:first-child {
  margin-left: 0;
}
.product-info-main .sticker-wrapper .sticker + .sticker {
  margin-left: 10px;
}
.product-info-main .product-info-stock-sku {
  padding-bottom: 0;
}
.product-info-main .product-info-stock-sku .stock.available span {
  color: #0ece00;
}
.product-info-main .product-info-stock-sku .stock.unavailable span {
  color: red;
}
.product-info-main .product.attribute.sku {
  color: #191919;
  display: flex;
  align-items: center;
}
.product-info-main .product.attribute.sku .type {
  display: inline;
  font-weight: 400;
  letter-spacing: .02em;
}
.product-info-main .product.attribute.sku .type:after {
  content: ':';
  display: inline-block;
}
.product-info-main .product-info-stock-sku {
  margin-top: 10px;
  border: none;
}
.product-info-main .product-info-stock-sku script {
  display: none !important;
}
.product-info-main .product-info-stock-sku .stock {
  color: #191919;
  font-weight: 300;
  text-transform: capitalize;
}
.product-info-main .product-info-stock-sku .stock:before {
  content: attr(title) ':';
  display: inline-block;
  margin-right: 3px;
}
.product-info-main .page-title-wrapper.product .page-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.product-info-main .product-info-price .price-box .price-label {
  display: none !important;
}
.product-info-main .product-info-price .price-box .special-price {
  display: inline-block;
  margin-right: 15px;
}
.product-info-main .product-info-price .price-box .old-price .price {
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 400;
}
.product-info-main .product-info-price .price-box .price {
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
}
.product-info-main .swatch-attribute-options:active,
.product-info-main .swatch-attribute-options:focus {
  box-shadow: none !important;
}
.product-info-main .product-reviews-summary .reviews-actions {
  display: inline-block !important;
  position: relative;
  top: 2px;
}
.product-info-main .product-reviews-summary .reviews-actions a:hover {
  color: #000000 !important;
}
.product-info-main .amxnotif-block form > label {
  font-weight: 400;
  margin-bottom: 7px;
}
.product-info-main .amxnotif-block .field:not(.choice) .label {
  text-transform: none;
  font-size: 13px;
  color: #777777;
}
.product-info-main .amxnotif-block .field .label input[type="checkbox"] {
  top: 0;
}
.product-info-main .product-add-form .box-tocart {
  display: block;
  margin-bottom: 30px;
}
.product-info-main .product-add-form .box-tocart.update .fieldset {
  display: inline-block;
  width: 100%;
}
.product-info-main .product-add-form .box-tocart .fieldset {
  display: flex;
  flex-flow: row wrap;
}
.product-info-main .product-add-form .box-tocart .field.qty {
  float: none;
  padding-left: 0;
  margin-right: 10px;
}
.product-info-main .product-add-form .box-tocart .field.qty .label {
  display: none !important;
}
.product-info-main .product-add-form .box-tocart .field.qty .control {
  margin-left: 0;
  margin-right: 20px;
  position: relative;
  padding-left: 40px;
  background-color: #f7f8fa;
  border-radius: 3px;
}
.product-info-main .product-add-form .box-tocart .field.qty .control .input-text.qty {
  border: none;
  height: 50px;
  background-color: inherit;
}
.product-info-main .product-add-form .box-tocart .field.qty .control #qty-error {
  width: 200%;
  margin-top: 5px;
  position: absolute;
  top: 100%;
  left: 0;
}
.product-info-main .product-add-form .box-tocart .field.qty .control .qty-buttons-wrapper {
  margin: 0;
}
.product-info-main .product-add-form .box-tocart .field.qty .control .qty-buttons-wrapper .qty-button {
  margin: 0;
  width: 40px;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  background-color: transparent;
}
.product-info-main .product-add-form .box-tocart .field.qty .control .qty-buttons-wrapper .qty-button:hover {
  color: #f36f25;
}
.product-info-main .product-add-form .box-tocart .field.qty .control .qty-buttons-wrapper .qty-button:before {
  font-family: midgard;
  font-size: 12px;
}
.product-info-main .product-add-form .box-tocart .field.qty .control .qty-buttons-wrapper .qty-button.increase:before {
  content: '\e9b1';
}
.product-info-main .product-add-form .box-tocart .field.qty .control .qty-buttons-wrapper .qty-button.decrease {
  position: absolute;
  left: 0;
  top: 0;
}
.product-info-main .product-add-form .box-tocart .field.qty .control .qty-buttons-wrapper .qty-button.decrease:before {
  content: '\e9b2';
}
.product-info-main .product-add-form .box-tocart .actions {
  float: none;
}
.product-info-main .product-add-form .box-tocart .actions .action.tocart {
  width: 100%;
  height: 50px;
  padding: 0 30px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
}
.product-info-main .product-social-links {
  display: flex;
  align-items: center;
}
.product-info-main .product-social-links .action.feature {
  margin-right: 15px;
}
.product-info-main .product-social-links .action.feature:hover {
  color: #000000 !important;
}
.product-info-main .product-social-links .action.feature:hover .icon {
  background-color: transparent !important;
  color: #000000 !important;
}
.product-info-main .product-social-links .action.feature .icon {
  width: auto;
  height: auto;
  font-size: 16px;
  background-color: transparent;
  color: inherit;
}
.product-info-main .product-social-links .action.feature .icon:before {
  position: relative;
  top: 2px;
}
.product-info-main .product-social-links .action.feature .label {
  text-transform: uppercase;
  font-weight: 500;
}
.product.info.detailed .product.data.items.style1 .item.title {
  text-transform: uppercase;
}
.product.info.detailed .product.data.items.style1 .item.title:hover .switch,
.product.info.detailed .product.data.items.style1 .item.title.active .switch {
  color: #000000;
}
.product.info.detailed .product.data.items.style1 .item.title:hover .switch:before,
.product.info.detailed .product.data.items.style1 .item.title.active .switch:before {
  background-color: #f36f25;
}
.product.info.detailed .product.data.items.style1 .item.title .switch {
  font-size: 14px;
  color: #777777;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.product.info.detailed .product.data.items.style1 .item.title .switch:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: transparent;
}
.product.info.detailed .product.data.items.style1 .item.title .switch strong {
  font-weight: 500;
}
.product.info.detailed #product-review-container ol li,
.product.info.detailed #product-review-container ul li {
  list-style: none !important;
}
.block.upsell,
.block.related {
  margin-top: 30px;
}
.product-lower-primary-column .block.related,
.product-lower-primary-column .block.upsell {
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  .catalog-product-view .breadcrumbs .container {
    padding: 0 15px;
  }
  .product-info-main .sticker-wrapper {
    margin-top: 20px;
  }
  .product-info-main .amxnotif-block .notification-container {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product-info-main .product-add-form .box-tocart .actions {
    width: 100%;
  }
  .product-info-main .amxnotif-block .notification-container {
    display: block;
  }
  .product-info-main .amxnotif-block .notification-container .amxnotif_guest_action,
  .product-info-main .amxnotif-block .notification-container .input-fields {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .catalog-product-view {
    overflow-x: hidden;
  }
  .catalog-product-view .breadcrumbs:before {
    content: '';
    width: 300%;
    height: 100%;
    background-color: #f7f8fa;
    z-index: -1;
    position: absolute;
    top: 0;
    left: -100%;
  }
  .product-info-main .product-add-form .box-tocart.update .fieldset .actions,
  .product-info-main .product-add-form .box-tocart.update .fieldset .field.qty {
    display: inline-block;
  }
  .product-info-main .product-add-form .box-tocart .fieldset .actions {
    width: calc(100% - 162px);
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.cart-empty {
  text-align: center;
}
.cart-container .op-shopping-cart .form-cart,
.cart-container .op-shopping-cart .cart-summary {
  width: 100%;
  float: none;
}
.cart-container .cart-summary {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 20px;
}
.cart-container .cart-summary .summary.title {
  display: none;
}
.cart-container .cart-summary .block .title {
  border: none;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #191919;
  margin-bottom: 16px;
}
.cart-container .cart-summary .block .title:after {
  top: 7px;
}
.cart-container .cart-summary .block .content select,
.cart-container .cart-summary .block .content input:not(.radio) {
  background-color: #f7f8fa;
  border: none;
  border-radius: 5px;
  height: 40px;
}
.cart-container .cart-summary .block .fieldset .field:not(.choice) > .label {
  font-size: 14px;
  color: #191919;
  font-weight: 500;
  padding-bottom: 4px;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.cart-container .cart-summary .block.shipping dt {
  font-weight: 600;
}
.cart-container .cart-summary .block.shipping dt.item-title {
  color: #333333;
}
.cart-container .cart-summary .block.discount .actions-toolbar {
  margin-top: 20px;
}
.cart-container .cart-summary .block.discount .actions-toolbar .primary {
  float: none;
  width: 100%;
}
.cart-container .cart-summary .block.discount .actions-toolbar .primary .action {
  margin-right: 0;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  line-height: 38px;
  border: 2px solid;
  border-radius: 5px;
  background-color: transparent;
  box-sizing: border-box;
}
.cart-container .cart-summary .cart-totals {
  border: none;
}
.cart-container .cart-summary .cart-totals table tbody th {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 5px 0;
  text-transform: uppercase;
  color: #333333;
}
.cart-container .cart-summary .cart-totals table tbody th strong {
  font-weight: 600;
}
.cart-container .cart-summary .cart-totals table tbody td {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
  text-align: right;
}
.cart-container .cart-summary .cart-totals table tbody td .price {
  color: #333333;
}
.cart-container .cart-summary .cart-totals table tbody .grand.totals td {
  font-size: 18px;
}
.cart-container .cart-summary .cart-totals table tbody .grand.totals td.amount strong {
  font-weight: 600;
}
.cart-container .cart-summary .checkout.methods .action.checkout {
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
}
.cart-container .form-cart #shopping-cart-table thead {
  border-top: 1px solid #d1d1d1;
}
.cart-container .form-cart #shopping-cart-table thead th {
  color: #191919;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  padding: 12px 10px 10px;
  text-transform: uppercase;
}
.cart-container .form-cart #shopping-cart-table thead th:first-child {
  padding-left: 0;
}
.cart-container .form-cart #shopping-cart-table tbody tr {
  border-bottom: 1px solid #d1d1d1;
}
.cart-container .form-cart #shopping-cart-table tbody .item-actions td {
  padding-right: 0;
}
.cart-container .form-cart #shopping-cart-table tbody .item-actions .actions-toolbar {
  margin-top: 0;
  text-align: right;
}
.cart-container .form-cart #shopping-cart-table tbody .item-actions .actions-toolbar .action {
  margin-bottom: 0;
  font-size: 22px;
  position: relative;
  background-color: transparent;
  margin-right: 0;
}
.cart-container .form-cart #shopping-cart-table tbody .item-actions .actions-toolbar .action:hover {
  color: #000000 !important;
}
.cart-container .form-cart #shopping-cart-table tbody .item-actions .actions-toolbar .action span {
  display: none;
}
.cart-container .form-cart #shopping-cart-table tbody .item-actions .actions-toolbar .action:before {
  font-family: 'midgard';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.cart-container .form-cart #shopping-cart-table tbody .item-actions .actions-toolbar .action.action-edit:before {
  content: '\f040';
}
.cart-container .form-cart #shopping-cart-table tbody .item-actions .actions-toolbar .action.action-delete:before {
  content: '\f2ed';
}
.cart-container .form-cart #shopping-cart-table tbody td {
  vertical-align: middle;
}
.cart-container .form-cart #shopping-cart-table tbody td:first-child {
  padding-left: 0;
}
.cart-container .form-cart #shopping-cart-table tbody td.item .product-item-details {
  vertical-align: middle;
}
.cart-container .form-cart #shopping-cart-table tbody td .item-options dt {
  font-weight: 600;
  color: #333333;
}
.cart-container .form-cart #shopping-cart-table tbody td .cart-price .price {
  color: #191919;
  font-size: 16px;
  font-weight: 600;
}
.cart-container .form-cart #shopping-cart-table tbody td.qty input.qty {
  width: 60px;
  text-align: center;
  padding: 11px 15px 10px;
  background: #f7f8fa;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 3px;
}
.cart-container .form-cart .cart.main.actions .action {
  background-color: transparent;
  text-transform: uppercase;
}
.cart-container .form-cart .cart.main.actions .action:hover {
  color: #000000 !important;
}
.cart-container .form-cart .cart.main.actions .action.clear:before {
  content: '\f2ed';
  font-family: midgard;
  display: inline-block;
  margin-right: 7px;
  font-size: 16px;
}
.products-crosssell ol.product-items {
  display: flex;
  flex-flow: row wrap;
}
.products-crosssell .product-item-actions .actions-secondary {
  display: none !important;
}
@media (max-width: 768px) {
  .cart-container .form-cart #shopping-cart-table thead th {
    display: none;
  }
  .cart-container .form-cart #shopping-cart-table tbody tr {
    border: none;
  }
  .cart-container .form-cart #shopping-cart-table tbody .item-actions td {
    border: none;
  }
  .cart-container .form-cart #shopping-cart-table tbody .item-actions td .actions-toolbar {
    flex: 2 1;
  }
  .cart-container .form-cart #shopping-cart-table tbody td {
    display: flex;
    align-items: center;
    float: none;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #e9e7e7;
    padding: 8px 0;
    font-size: 14px;
  }
  .cart-container .form-cart #shopping-cart-table tbody td:before {
    margin-right: 7px;
    padding-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #191919;
  }
  .cart-container .form-cart #shopping-cart-table tbody td.col:before {
    content: attr(data-th) ':';
  }
  .cart-container .form-cart #shopping-cart-table tbody td .product-item-photo {
    position: static;
    margin-right: 10px;
    width: 100%;
  }
  .cart-container .form-cart #shopping-cart-table tbody td.qty input.qty {
    position: relative;
    top: 3px;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
body[class*='checkout-'] {
  overflow-x: hidden;
}
.page-layout-checkout .columns .column.main {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .page-layout-checkout .columns .column.main {
    max-width: 1170px;
  }
}
.checkout-index-index::-webkit-scrollbar-thumb {
  background: transparent !important;
}
#checkout .opc-progress-bar .opc-progress-bar-item:before {
  height: 4px;
}
#checkout .opc-progress-bar .opc-progress-bar-item > span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #191919;
}
#checkout .authentication-wrapper {
  margin-top: 30px;
}
#checkout .authentication-wrapper .action:not(.action-remind) {
  font-size: 14px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  color: #ffffff;
}
#checkout .authentication-wrapper .action:not(.action-remind):hover {
  background-color: #000000 !important;
}
#checkout .authentication-wrapper .action.action-remind {
  background-color: transparent !important;
}
#checkout .block-authentication .block-title strong {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #191919;
}
#checkout .block-authentication .actions-toolbar .secondary {
  padding-top: 0;
}
#checkout .block-authentication .actions-toolbar .secondary .action {
  margin-top: 0;
}
#checkout #checkout-shipping-method-load .row {
  margin: 0;
}
#checkout .opc-wrapper .opc .step-title {
  font-size: 20px;
  line-height: 30px;
  padding: 14px 0;
  margin: 0 0 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
}
#checkout .opc-wrapper .payment-option .payment-option-title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  padding: 14px 0;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  border-top: solid 1px #e5e5e5;
}
#checkout .opc-wrapper .payment-option .payment-option-title .action {
  color: #191919;
  display: block;
}
#checkout .opc-wrapper .payment-option .payment-option-title .action:after {
  float: right;
  line-height: 32px;
}
#checkout .opc-wrapper .payment-option .payment-option-content {
  padding-left: 0;
}
#checkout .opc-wrapper .payment-option .payment-option-content .actions-toolbar .primary {
  float: none;
}
#checkout .opc-wrapper .payment-option .payment-option-content .actions-toolbar .primary .action {
  font-size: 14px;
  height: 40px;
  padding: 0 20px;
  line-height: 42px;
  border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
}
#checkout .opc-wrapper .payment-option .payment-option-content .actions-toolbar .primary .action:hover {
  background-color: #000000 !important;
}
#checkout form {
  max-width: none !important;
}
#checkout form select,
#checkout form input:not(.radio) {
  background-color: #f7f8fa;
  border: none;
  height: 35px;
  border-radius: 3px;
}
#checkout form input[type="checkbox"] {
  height: auto;
  display: inline-block;
  float: left;
  width: auto;
}
#checkout .field-tooltip .field-tooltip-action:before {
  font-family: 'midgard';
  content: "\f059";
}
#checkout .field {
  margin-bottom: 15px;
}
#checkout .field:not(.choice) > * {
  display: block;
  float: none;
  width: auto;
}
#checkout .field:not(.choice) .label {
  text-align: left;
  font-size: 14px;
  color: #191919;
  font-weight: 500;
  padding-bottom: 4px;
  letter-spacing: .02em;
  text-transform: uppercase;
}
#checkout #checkout-step-shipping_method .actions-toolbar .primary {
  float: none;
}
#checkout #checkout-step-shipping_method .actions-toolbar .primary .action {
  font-size: 14px;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 5px;
}
#checkout .action.primary.checkout,
#checkout .amshopby-button.checkout,
#checkout .am-filter-go.checkout {
  font-size: 14px;
  height: 55px;
  padding: 0 30px;
  line-height: 55px;
  border-radius: 5px;
}
#checkout .opc-sidebar {
  margin-top: 0;
}
#checkout .opc-block-summary {
  margin-bottom: 0;
}
#checkout .opc-block-summary .title {
  display: block;
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #191919;
}
#checkout .opc-block-summary .minicart-items-wrapper {
  overflow-x: hidden;
}
#checkout .opc-block-summary .items-in-cart .title {
  display: block;
  position: relative;
  text-transform: uppercase;
  color: #191919;
  cursor: pointer;
  line-height: 30px;
  padding: 10px 0;
}
#checkout .opc-block-summary .items-in-cart .title strong {
  font-size: 16px;
  font-weight: 500;
}
#checkout .opc-block-summary .items-in-cart .minicart-items .message {
  margin-left: 88px;
}
#checkout .opc-block-shipping-information {
  padding-top: 20px;
  padding-bottom: 20px;
}
#checkout .opc-block-shipping-information .shipping-information-title {
  font-size: 14px;
}
#checkout .opc-estimated-wrapper .estimated-block {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #191919;
}
@media (max-width: 991px) {
  #checkout .block-authentication .actions-toolbar .secondary,
  #checkout .block-authentication .actions-toolbar .primary {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .checkout-payment-method .payment-option,
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    position: relative;
  }
  .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    top: -12px;
    right: -11px;
    border-radius: 50%;
  }
  .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty .counter-number {
    top: 0;
  }
}
@media (min-width: 769px) {
  .checkout-onepage-success .print {
    float: none;
  }
  .opc-block-summary .minicart-items-wrapper {
    max-height: 430px;
    height: 100% !important;
    overflow-y: auto;
  }
  .opc-block-summary .minicart-items-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #checkout .opc-block-summary {
    padding-left: 15px;
    padding-right: 15px;
  }
  #checkout .opc-block-summary .minicart-items .product-item .product-item-name-block,
  #checkout .opc-block-summary .minicart-items .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #checkout .authentication-wrapper aside.modal-custom {
    width: 350px;
    right: 0;
  }
}
@media (max-width: 768px) {
  #opc-new-store-delivery-address .smile-store-delivery {
    flex-flow: row wrap;
  }
  #opc-new-store-delivery-address .smile-store-delivery > div {
    flex: 0 1 100% !important;
    max-width: 100% !important;
  }
  #opc-new-store-delivery-address .smile-store-delivery > div .collectcoWrapper {
    width: auto;
    max-width: none;
  }
  .checkout-index-index .modal-footer {
    padding-bottom: 15rem;
  }
}
.checkout-success {
  text-align: center;
  font-size: 18px;
}
.checkout-success p {
  margin-bottom: 30px;
}
.checkout-success .actions-toolbar {
  padding-top: 20px;
}
.checkout-success .actions-toolbar .primary {
  float: none;
}
.checkout-onepage-success .print {
  text-align: center !important;
}
.checkout-onepage-success .checkout-success .icon-success {
  margin-bottom: 20px;
}
.checkout-onepage-success .checkout-success .icon-success .icon {
  font-size: 90px;
  color: #0ece00;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary {
  float: none;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary .action {
  float: none;
  border-radius: 5px;
  min-width: 250px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 30px;
  box-sizing: border-box;
}
.checkout-onepage-success .action-print.align-center .print {
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #f36f25 !important;
  color: #f36f25 !important;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 30px;
  min-width: 250px;
  float: none;
}
@media (max-width: 768px) {
  .checkout-onepage-success .action-print.align-center .print {
    width: 100%;
    margin-top: 15px;
  }
}
.checkout-onepage-success .action-print.align-center .print:hover {
  background-color: #f36f25 !important;
  color: #ffffff !important;
}
.return-status,
.order-status {
  display: block;
  position: relative;
  margin-top: 10px;
}
.return-status:before,
.order-status:before {
  content: 'Status:';
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .checkout-index-index .authentication-wrapper {
    float: none;
  }
}
@media (max-width: 480px) {
  .checkout-index-index .authentication-wrapper {
    max-width: none;
    width: 100%;
  }
  .checkout-index-index .authentication-wrapper .action.action-auth-toggle {
    width: 100%;
  }
}
.sales-order-view .items.order-links {
  display: none;
}
.sales-order-view .order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.sales-order-view .order-details-items .order-title strong {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #333333;
}
.sales-order-view .order-details-items .price-including-tax .price,
.sales-order-view .order-details-items .price-excluding-tax .price {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.sales-order-view .order-details-items dt {
  font-weight: 600;
}
.sales-order-view .order-details-items .grand_total {
  font-size: 16px;
}
.sales-order-view .order-details-items .grand_total th strong {
  color: #333333;
}
.sales-order-view .order-details-items .grand_total td strong {
  color: #f36f25;
}
.sales-order-view .order-details-items .grand_total strong {
  font-weight: 600;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
@media (min-width: 769px) and (max-width: 991px) {
  [class*='grid-columns-'] .item {
    width: calc(33.333% - 1px);
  }
}
@media (min-width: 992px) {
  .grid-columns-3 .item {
    width: calc(33.333% - 1px);
  }
  .grid-columns-4 .item {
    width: calc(25% - 1px);
  }
  .grid-columns-5 .item {
    width: calc(20% - 1px);
  }
}
@media (max-width: 768px) {
  [class*='grid-columns-'] .item {
    width: calc(50% - 1px);
  }
}
[class*='grid-columns-'] {
  margin: 0 -10px;
  display: flex;
  flex-flow: row wrap;
}
[class*='grid-columns-'] .product-item-info {
  width: auto;
  max-width: none;
  padding: 0 10px;
}
.product-view .block.itemslider .block-title.title {
  text-transform: uppercase;
  color: #000000;
}
.product-view .block.itemslider .block-title.title strong {
  font-size: 16px;
  font-weight: 500;
}
.product-view .block.itemslider .items-grid .item {
  text-align: center;
}
.block-viewed-products-grid .block-title {
  text-transform: uppercase;
  color: #000000;
}
.block-viewed-products-grid .block-title strong {
  font-size: 16px;
  font-weight: 500;
}
.block-viewed-products-grid .items-grid .item {
  text-align: center;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.share-box {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.share-box .icon-social {
  cursor: pointer;
}
.share-box .group-social-share {
  position: absolute;
  max-width: 200px;
  width: 150px;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
  padding: 20px 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  display: none;
}
.share-box .group-social-share .at-resp-share-element .at-share-btn-elements .at-icon-wrapper {
  display: block;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.catalogsearch-result-index .toolbar-products .title-category {
  display: none !important;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.staticBlock--title {
  text-align: center;
}
.staticBlock--title h3 {
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.staticBlock--title .subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #000000;
}
.group-social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
}
.group-social-links a {
  font-size: 18px;
  line-height: 26px;
  margin-left: 10px;
}
.tt-box-info ul li {
  display: inline-block;
  text-transform: uppercase;
}
.tt-box-info ul li + li {
  margin-left: 10px;
}
.tt-box-info ul li [class^="icon-"] {
  margin-right: 4px;
  font-size: 18px;
  position: relative;
  top: 2px;
  color: #ffffff;
}
.tt-box-info .tt-link-underline {
  text-decoration: underline;
}
.tt-box-info .tt-link-underline:hover {
  text-decoration: none;
}
.second-main-menu {
  padding-top: 14px;
}
.second-main-menu ul {
  margin-bottom: 0;
}
.second-main-menu ul li {
  margin-bottom: 0;
}
.second-main-menu .nav-list {
  text-align: left;
}
.second-main-menu .nav-list li {
  display: inline-block;
}
.second-main-menu .nav-list li:first-child a {
  padding-left: 0;
}
.second-main-menu .nav-list li a {
  line-height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
}
.header-tel-info {
  font-size: 16px;
  color: #191919;
  margin-top: 15px;
}
.header-tel-info [class^="icon"] {
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: 2px;
}
.op-services-list .op-services-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.op-services-list .op-services-item .op-icon {
  align-self: flex-start;
  font-size: 50px;
}
.op-services-list .op-services-item .op-icon i {
  vertical-align: middle;
}
.op-services-list .op-services-item .mp-description {
  padding-left: 20px;
}
.op-services-list .op-services-item .mp-description .op-title h4 {
  font-size: 16px;
  letter-spacing: .03em;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (min-width: 991px + 1) {
  .HomeServicesList {
    margin-bottom: -50px;
  }
}
@media (max-width: 991px) {
  .HomeServicesList {
    margin-bottom: -30px;
  }
}
.cms-index-index .op-top-panel {
  display: block;
}
.op-top-panel {
  text-align: center;
  color: #ffffff;
  display: none;
}
.op-top-panel .inner-container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.op-top-panel .inner-container .description {
  margin-right: 30px;
}
.op-top-panel .inner-container .description .btn-underline {
  color: #ffffff;
  border-color: #ffffff !important;
}
.op-top-panel .inner-container .description .btn-underline:hover {
  border-color: transparent !important;
}
.op-top-panel .inner-container .btn-close {
  font-size: 20px;
  position: relative;
  top: -3px;
  cursor: pointer;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.nav-panel .op-description {
  background-color: transparent;
}
.op-banner-box.hover-zoom-in .op-banner-item {
  overflow: hidden;
}
.op-banner-box.hover-zoom-in .op-banner-item:hover .op-banner-background {
  transform: scale(1);
}
.op-banner-box.hover-zoom-in .op-banner-item:hover .op-banner-image img {
  transform: scale(1);
}
.op-banner-box.hover-zoom-in .op-banner-item .op-banner-background {
  transform: scale(1.05);
  transition: ease-in-out 500ms;
}
.op-banner-box.hover-zoom-in .op-banner-item .op-banner-image img {
  transform: scale(1.05);
  transition: ease-in-out 500ms;
  width: 100%;
}
.op-banner-box.hover-zoom-out .op-banner-item {
  overflow: hidden;
}
.op-banner-box.hover-zoom-out .op-banner-item:hover .op-banner-background {
  transform: scale(1.05);
}
.op-banner-box.hover-zoom-out .op-banner-item:hover .op-banner-image img {
  transform: scale(1.05);
}
.op-banner-box.hover-zoom-out .op-banner-item .op-banner-background {
  transform: scale(1);
  transition: ease-in-out 500ms;
}
.op-banner-box.hover-zoom-out .op-banner-item .op-banner-image img {
  transform: scale(1);
  transition: ease-in-out 500ms;
}
.op-banner-box .op-banner-item {
  position: relative;
}
.op-banner-box .op-banner-item:hover .op-title span {
  color: #ffffff !important;
}
.op-banner-box .op-banner-item.op-full-width .op-banner-background,
.op-banner-box .op-banner-item.op-full-height .op-banner-background {
  padding-bottom: 0;
}
.op-banner-box .op-banner-item.description-no-background .op-description {
  background-color: transparent;
}
.op-banner-box .op-banner-item .op-banner-background {
  background-size: cover;
  background-position: center;
  padding-bottom: 87%;
}
.op-banner-box .op-banner-item .op-description {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0;
}
.op-banner-box .op-banner-item .op-description.width-70 {
  width: 70%;
}
.op-banner-box .op-banner-item .op-description.width-60 {
  width: 60%;
}
.op-banner-box .op-banner-item .op-description .op-title {
  padding: 10px 30px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}
.op-banner-box .op-banner-item .op-description .op-title span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}
.op-banner-box .op-banner-item .op-description .op-title-small {
  color: #191919;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.op-banner-box .op-banner-item .op-description .op-title-big {
  color: #191919;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.op-banner-box .op-banner-item .op-banner-link {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.op-banner-box .op-banner-item.description-position-left .op-description {
  left: 50px;
  transform: translate(0, -50%);
  text-align: left;
}
.op-banner-box .op-banner-item.position-top-left .op-description {
  left: 30px;
  top: 30px;
  transform: translate(0, 0);
  text-align: left;
}
.op-banner-box .op-banner-item.position-top-center .op-description {
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
  text-align: center;
}
.op-banner-box .op-banner-item.position-top-right .op-description {
  left: auto;
  right: 30px;
  top: 30px;
  transform: translate(0, 0);
  text-align: right;
}
.op-banner-box .op-banner-item.position-mid-left .op-description {
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
  text-align: left;
}
.op-banner-box .op-banner-item.position-mid-right .op-description {
  left: auto;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  text-align: right;
}
.op-banner-box .op-banner-item.position-bottom-left .op-description {
  left: 30px;
  top: auto;
  bottom: 30px;
  transform: translate(0, 0);
  text-align: left;
}
.op-banner-box .op-banner-item.position-bottom-center .op-description {
  left: 50%;
  top: auto;
  bottom: 30px;
  transform: translate(-50%, 0);
  text-align: center;
}
.op-banner-box .op-banner-item.position-bottom-right .op-description {
  left: auto;
  right: 30px;
  top: auto;
  bottom: 30px;
  transform: translate(0, 0);
  text-align: right;
}
.op-banner-box.description-style-2 .op-banner-item .op-description {
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  transition: all 300ms;
  min-width: 40%;
  max-width: 70%;
}
@media (max-width: 768px) {
  .op-banner-box .op-description.xs-width-60 {
    width: 60%;
  }
  .op-banner-box .op-description.xs-width-70 {
    width: 70%;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  .op-banner-box .container-fluid .row .col-md-6 + .col-md-6 {
    margin-top: 20px;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.edit-padding-10 [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.edit-padding-10 [class*="col-"] .row {
  margin-left: -10px;
  margin-right: -10px;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../frontend/Mageplus/shins/en_US/fonts/icon-font/icomoon.eot?omozhd');
  src: url('../../frontend/Mageplus/shins/en_US/fonts/icon-font/icomoon.eot?omozhd#iefix') format('embedded-opentype'), url('../../frontend/Mageplus/shins/en_US/fonts/icon-font/icomoon.ttf?omozhd') format('truetype'), url('../../frontend/Mageplus/shins/en_US/fonts/icon-font/icomoon.woff?omozhd') format('woff'), url('../../frontend/Mageplus/shins/en_US/fonts/icon-font/icomoon.svg?omozhd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="edicon-"],
[class*=" edicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.edicon-tiktok:before {
  content: "\e905";
}
.edicon-wrench:before {
  content: "\f0ad";
}
.edicon-thumbs-up1:before {
  content: "\f165";
}
.edicon-dot-circle:before {
  content: "\f192";
}
.edicon-map-marker-alt1:before {
  content: "\f3c6";
}
.edicon-car-battery:before {
  content: "\f5df";
}
.edicon-car-mechanic:before {
  content: "\f5e3";
}
.edicon-steering-wheel:before {
  content: "\f622";
}
.edicon-tire:before {
  content: "\f631";
}
.edicon-volume:before {
  content: "\f6a8";
}
.edicon-tools:before {
  content: "\f7d9";
}
.edicon-computer:before {
  content: "\e900";
}
.edicon-hard-drive:before {
  content: "\e901";
}
.edicon-mouse:before {
  content: "\e902";
}
.edicon-printer:before {
  content: "\e903";
}
.edicon-wifi-signal:before {
  content: "\e904";
}
.edicon-search:before {
  content: "\f002";
}
.edicon-heart:before {
  content: "\f004";
}
.edicon-user:before {
  content: "\f007";
}
.edicon-th:before {
  content: "\f00a";
}
.edicon-th-list:before {
  content: "\f00b";
}
.edicon-check:before {
  content: "\f00c";
}
.edicon-times:before {
  content: "\f00d";
}
.edicon-cog:before {
  content: "\f013";
}
.edicon-clock:before {
  content: "\f017";
}
.edicon-sync:before {
  content: "\f021";
}
.edicon-print:before {
  content: "\f02f";
}
.edicon-image:before {
  content: "\f03e";
}
.edicon-pencil:before {
  content: "\f040";
}
.edicon-map-marker:before {
  content: "\f041";
}
.edicon-play:before {
  content: "\f04b";
}
.edicon-chevron-left:before {
  content: "\f053";
}
.edicon-chevron-right:before {
  content: "\f054";
}
.edicon-check-circle:before {
  content: "\f058";
}
.edicon-question-circle:before {
  content: "\f059";
}
.edicon-plus:before {
  content: "\f067";
}
.edicon-minus:before {
  content: "\f068";
}
.edicon-gift:before {
  content: "\f06b";
}
.edicon-eye:before {
  content: "\f06e";
}
.edicon-calendar-alt:before {
  content: "\f073";
}
.edicon-chevron-up:before {
  content: "\f077";
}
.edicon-chevron-down:before {
  content: "\f078";
}
.edicon-shopping-cart:before {
  content: "\f07a";
}
.edicon-comments:before {
  content: "\f086";
}
.edicon-phone:before {
  content: "\f095";
}
.edicon-arrow-circle-right:before {
  content: "\f0a9";
}
.edicon-columns:before {
  content: "\f0db";
}
.edicon-envelope:before {
  content: "\f0e0";
}
.edicon-cloud-download:before {
  content: "\f0ed";
}
.edicon-cloud-upload:before {
  content: "\f0ee";
}
.edicon-desktop:before {
  content: "\f108";
}
.edicon-laptop:before {
  content: "\f109";
}
.edicon-chevron-circle-up:before {
  content: "\f139";
}
.edicon-chevron-circle-down:before {
  content: "\f13a";
}
.edicon-thumbs-up:before {
  content: "\f164";
}
.edicon-fax:before {
  content: "\f1ac";
}
.edicon-share-alt:before {
  content: "\f1e0";
}
.edicon-tv:before {
  content: "\f26c";
}
.edicon-handshake:before {
  content: "\f2b5";
}
.edicon-trophy-alt:before {
  content: "\f2eb";
}
.edicon-trash-alt:before {
  content: "\f2ed";
}
.edicon-shield-check:before {
  content: "\f2f7";
}
.edicon-pencil-alt:before {
  content: "\f303";
}
.edicon-desktop-alt:before {
  content: "\f390";
}
.edicon-map-marker-alt:before {
  content: "\f3c5";
}
.edicon-mobile-alt:before {
  content: "\f3cd";
}
.edicon-mobile-android:before {
  content: "\f3ce";
}
.edicon-mobile-android-alt:before {
  content: "\f3cf";
}
.edicon-tablet-alt:before {
  content: "\f3fa";
}
.edicon-tablet-android:before {
  content: "\f3fb";
}
.edicon-tablet-android-alt:before {
  content: "\f3fc";
}
.edicon-hand-holding-heart:before {
  content: "\f4be";
}
.edicon-user-edit:before {
  content: "\f4ff";
}
.edicon-project-diagram:before {
  content: "\f542";
}
.edicon-award:before {
  content: "\f559";
}
.edicon-headphones-alt:before {
  content: "\f58f";
}
.edicon-headset:before {
  content: "\f590";
}
.edicon-map-marked-alt:before {
  content: "\f5a0";
}
.edicon-presentation:before {
  content: "\f685";
}
.edicon-tenge:before {
  content: "\f7d7";
}
.edicon-phone-laptop:before {
  content: "\f87a";
}
.edicon-gamepad-alt:before {
  content: "\f8bc";
}
.edicon-house:before {
  content: "\f90d";
}
.edicon-linkedin:before {
  content: "\f08c";
}
.edicon-twitter:before {
  content: "\f099";
}
.edicon-facebook:before {
  content: "\f09a";
}
.edicon-google-plus-g:before {
  content: "\f0d5";
}
.edicon-youtube:before {
  content: "\f167";
}
.edicon-instagram:before {
  content: "\f16d";
}
.edicon-pinterest-p:before {
  content: "\f231";
}
.edicon-whatsapp:before {
  content: "\f232";
}
.edicon-usb:before {
  content: "\f287";
}
.edicon-facebook-f:before {
  content: "\f39e";
}
.edicon-globe:before {
  content: "\f0ac";
}
.edicon-shopping-outline_bag-09:before {
  content: "\e76b";
}
@font-face {
  font-family: 'Proza Libre';
  src: url("../../frontend/Mageplus/shins/en_US/fonts/body-font/ProzaLibre-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proza Libre';
  src: url("../../frontend/Mageplus/shins/en_US/fonts/body-font/ProzaLibre-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Proza Libre';
  src: url("../../frontend/Mageplus/shins/en_US/fonts/body-font/ProzaLibre-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proza Libre';
  src: url("../../frontend/Mageplus/shins/en_US/fonts/body-font/ProzaLibre-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-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 fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-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 fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/**
 * MAGEPLUS
 *
 *
 * @author Mageplus Team
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright Copyright (c) 2020 Mageplus
 *
 *
 */
.color-333 {
  color: #333333;
}
.color-666 {
  color: #666666;
}
.color-999 {
  color: #999999;
}
.color-white {
  color: #ffffff;
}
.hover-color-white:hover {
  color: #ffffff !important;
}
.color-black {
  color: #000000;
}
.second-color {
  color: #aa4409;
}
.disable-link > a {
  pointer-events: none;
}
.fb-recaptcha {
  margin: 0 auto;
}
#am-recaptcha > div {
  margin: 0 auto;
}
.amcform-gdpr {
  width: 100% !important;
  text-align: center;
  margin-top: 30px !important;
}
.mgp-custom-form .field .control input[type="file"] {
  padding: 7px 10px;
  width: 100%;
}
button.action.primary,
a.action.primary,
button.amshopby-button,
a.amshopby-button,
button.am-filter-go,
a.am-filter-go,
.cart.table-wrapper .actions-toolbar > .action.action.primary,
.action-gift.action.primary {
  font-size: 14px;
  font-weight: 600;
}
.primary .action.primary,
.primary .amshopby-button,
.primary .am-filter-go {
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 30px;
  min-width: 150px;
  border-radius: 3px;
  font-size: 16px;
}
.secondary .action {
  font-size: 16px;
}
.action.secondary {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.second-button {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f36f25;
  background-color: #ffffff;
  border: 2px solid #f36f25;
  border-radius: 20px;
  height: 40px;
  line-height: 36px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 30px;
  min-width: 220px;
  text-align: center;
}
.second-button:hover {
  color: #ffffff;
  background-color: #f36f25;
}
#banner-slider-carousel .item-image {
  position: relative;
}
#banner-slider-carousel .item-image .banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sidebar .block .block-title {
  font-family: 'MageplusPoppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar .block .block-title strong {
  text-transform: uppercase !important;
}
.sticker-wrapper .item-sticker .sticker.new,
.sticker-wrapper .item-sticker .sticker.sale,
.sticker-wrapper .item-sticker .sticker.custom {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .sticker-wrapper .item-sticker .sticker.new,
  .sticker-wrapper .item-sticker .sticker.sale,
  .sticker-wrapper .item-sticker .sticker.custom {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.amform-form .action.primary,
.amform-parent .action.primary,
.amform-form .amshopby-button,
.amform-parent .amshopby-button,
.amform-form .am-filter-go,
.amform-parent .am-filter-go {
  background-color: #f36f25;
}
.amform-form .action.primary:hover,
.amform-parent .action.primary:hover,
.amform-form .amshopby-button:hover,
.amform-parent .amshopby-button:hover,
.amform-form .am-filter-go:hover,
.amform-parent .am-filter-go:hover {
  background-color: #aa4409;
}
.mix {
  display: none;
}
.g-flex {
  display: flex;
  flex-flow: row wrap;
}
.g-flex.row-col-1 .flex-item {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .g-flex.row-col-3 .flex-item,
  .g-flex.row-col-4 .flex-item,
  .g-flex.row-col-5 .flex-item,
  .g-flex.row-col-6 .flex-item,
  .g-flex.row-col-7 .flex-item,
  .g-flex.row-col-8 .flex-item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .g-flex.row-col-2 .flex-item,
  .g-flex.row-col-3 .flex-item,
  .g-flex.row-col-4 .flex-item,
  .g-flex.row-col-5 .flex-item,
  .g-flex.row-col-6 .flex-item,
  .g-flex.row-col-7 .flex-item,
  .g-flex.row-col-8 .flex-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 481px) {
  .g-flex.row-col-2 .flex-item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (min-width: 1201px) {
  .g-flex.row-col-3 .flex-item {
    flex: 1 1 33.33333333%;
    max-width: 33.33333333%;
  }
  .g-flex.row-col-4 .flex-item {
    flex: 1 1 25%;
    max-width: 25%;
  }
  .g-flex.row-col-5 .flex-item {
    flex: 1 1 20%;
    max-width: 20%;
  }
  .g-flex.row-col-6 .flex-item {
    flex: 1 1 16.66666667%;
    max-width: 16.66666667%;
  }
  .g-flex.row-col-7 .flex-item {
    flex: 1 1 14.28571429%;
    max-width: 14.28571429%;
  }
  .g-flex.row-col-8 .flex-item {
    flex: 1 1 12.5%;
    max-width: 12.5%;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @author Mageplus Team
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright Copyright (c) 2020 Mageplus
 *
 *
 */
.header-container.sticky-header .nav-container .nav-holders-wrapper {
  display: none;
}
.header-container-micro {
  background-color: #ffffff !important;
  border-bottom: 1px solid #cccccc;
}
.item.item-currency {
  width: auto !important;
  margin-right: 20px;
}
.group--dropdown.currency-switcher .control-dropdown-toggle {
  padding-right: 25px;
  position: relative;
  font-weight: 400;
}
.group--dropdown.currency-switcher .control-dropdown-toggle span {
  font-size: 16px !important;
  top: 3px;
}
.group--dropdown.currency-switcher .control-dropdown-toggle:after {
  content: '\f078';
  font-family: 'icomoon';
  position: absolute;
  top: calc(50% + 3px);
  right: 0;
  transform: translateY(-50%);
}
.group--dropdown.currency-switcher .content-dropdown-toggle {
  right: auto;
  left: 0;
}
.group--dropdown.currency-switcher .currency-list {
  margin-bottom: 0;
}
.group--dropdown.currency-switcher .currency-list .switcher-option {
  margin-bottom: 0;
}
.group--dropdown.currency-switcher .currency-list .switcher-option a {
  font-size: 16px;
}
#header-nav .group--dropdown.currency-switcher {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
#header-nav .group--dropdown.currency-switcher .content-dropdown-toggle {
  left: 10px;
}
#header-nav .group--dropdown.currency-switcher .currency-list .switcher-option a {
  padding: 5px 0;
}
#header-nav.skip-content.skip-content--style #mainmenu {
  display: none;
}
#header-nav.skip-content.skip-content--style.skip-active #mainmenu {
  display: block;
}
.header-primary .central-column {
  text-align: right;
}
.header-primary .central-column #header-search #block-search {
  max-width: 300px;
}
.header-primary .central-column #header-search #block-search #action-search .icon-f-85:before {
  content: '\f002';
  font-family: 'icomoon';
  font-size: 18px;
  display: inline-block;
}
.header-primary .central-column #header-search #block-search .product-item .product-image-container {
  width: 100px !important;
}
@media (max-width: 1200px) {
  .header-container .right-column.grid12-2 {
    width: calc(14.66% + 30px);
  }
}
/**
 * MAGEPLUS
 *
 *
 * @author Mageplus Team
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright Copyright (c) 2020 Mageplus
 *
 *
 */
.block-menu-banner {
  position: relative;
}
.block-menu-banner .action.primary,
.block-menu-banner .amshopby-button,
.block-menu-banner .am-filter-go {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff !important;
}
@media (min-width: 992px) {
  #mainmenu > ul {
    text-align: center;
  }
  #mainmenu > ul > li {
    float: none;
    display: inline-block;
  }
  #mainmenu .category-icon {
    display: none;
  }
  #mainmenu .mega.fix-width--10_2 .nav-panel--dropdown .nav-panel-inner .grid12-10 {
    width: 80%;
  }
  #mainmenu .mega.fix-width--10_2 .nav-panel--dropdown .nav-panel-inner .grid12-2 {
    width: 20%;
  }
  #mainmenu .mega .cat-sub-same-style > ul.nav-submenu {
    margin-top: -8px;
  }
  #mainmenu .mega .cat-sub-same-style > ul.nav-submenu > li.level2 > a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px !important;
  }
  #mainmenu .mega .nav-panel--dropdown {
    overflow: hidden;
    left: 50% !important;
    transform: translateX(-50%);
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner {
    padding: 0;
    display: flex;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner > [class*="nav-block-"] {
    margin: 0;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .grid12-12 {
    width: 100%;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .grid12-11 {
    width: 91.66666667%;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .grid12-10 {
    width: 83.33333333%;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .grid12-9 {
    width: 75%;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .grid12-8 {
    width: 66.66666667%;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .grid12-7 {
    width: 58.33333333%;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .grid12-6 {
    width: 50%;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .grid12-5 {
    width: 41.66666667%;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .grid12-4 {
    width: 33.33333333%;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .grid12-3 {
    width: 25%;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .grid12-2 {
    width: 16.66666667%;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .grid12-1 {
    width: 8.33333333%;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-block {
    position: relative;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-block.nav-block--left:before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #e5e5e5;
    position: absolute;
    top: 0;
    right: -1px;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-block.nav-block--right:before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #e5e5e5;
    position: absolute;
    top: 0;
    left: -1px;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-block .block-menu-banner {
    padding: 20px 30px;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-submenu--mega {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-submenu--mega.dd-itemgrid-2col > .nav-item:nth-child(2):before {
    content: '';
    width: 2px;
    height: 1000px;
    background-color: #cccccc;
    position: absolute;
    top: 0;
    left: -1px;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-submenu--mega.dd-itemgrid-3col > .nav-item:nth-child(2):before,
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-submenu--mega.dd-itemgrid-3col > .nav-item:nth-child(3):before {
    content: '';
    width: 2px;
    height: 1000px;
    background-color: #e5e5e5;
    position: absolute;
    top: 0;
    left: -1px;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-submenu--mega.dd-itemgrid-4col > .nav-item:nth-child(2):before,
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-submenu--mega.dd-itemgrid-4col > .nav-item:nth-child(3):before,
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-submenu--mega.dd-itemgrid-4col > .nav-item:nth-child(4):before {
    content: '';
    width: 2px;
    height: 1000px;
    background-color: #e5e5e5;
    position: absolute;
    top: 0;
    left: -1px;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-submenu--mega > .nav-item {
    padding: 20px 30px;
    position: relative;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-submenu--mega > .nav-item > ul.nav-submenu a {
    font-size: 11px;
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-submenu--mega.dd-itemgrid-8col > .nav-item {
    width: calc(100% / 8 - 60px);
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-submenu--mega.dd-itemgrid-7col > .nav-item {
    width: calc(100% / 7 - 60px);
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-submenu--mega.dd-itemgrid-6col > .nav-item {
    width: calc(100% / 6 - 60px);
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-submenu--mega.dd-itemgrid-5col > .nav-item {
    width: calc(100% / 5 - 60px);
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-submenu--mega.dd-itemgrid-4col > .nav-item {
    width: calc(100% / 4 - 60px);
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-submenu--mega.dd-itemgrid-3col > .nav-item {
    width: calc(100% / 3 - 60px);
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-submenu--mega.dd-itemgrid-2col > .nav-item {
    width: calc(100% / 2 - 60px);
  }
  #mainmenu .mega .nav-panel--dropdown .nav-panel-inner .nav-submenu--mega.dd-itemgrid-1col > .nav-item {
    width: calc(100% / 1 - 60px);
  }
}
@media (max-width: 991px) {
  #header-container .header-primary-container + .nav-container {
    display: none !important;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @author Mageplus Team
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright Copyright (c) 2020 Mageplus
 *
 *
 */
.amsearch-input-wrapper .amsearch-input {
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-size: 14px;
  padding: 0 9px;
  box-sizing: border-box;
  background-color: #fff;
  color: #bbb;
  height: 40px;
  line-height: 40px;
}
.amsearch-input-wrapper .amsearch-input::-ms-input-placeholder {
  font-style: italic;
}
.amsearch-input-wrapper .amsearch-input::placeholder {
  font-style: italic;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border-color: unset;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 10px;
  padding-right: 10px;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe,
.amsearch-input-wrapper .amsearch-button.-close {
  display: none;
}
.amsearch-form-block.-opened {
  max-width: 300px;
}
.amsearch-form-block.-opened .amsearch-result-section {
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
}
.amsearch-result-section {
  box-shadow: none;
}
@media (max-width: 991px) {
  .amsearch-form-block.-opened,
  .amsearch-result-section {
    max-width: 100%;
  }
}
.amsearch-form-block .amsearch-input-wrapper {
  min-width: unset;
}
.amsearch-products-section.-list li {
  border-bottom: 1px solid #ddd;
}
.amsearch-products-section.-list .amsearch-description {
  text-align: left;
}
.amsearch-products-section.-list .amsearch-image {
  width: 100%;
  max-width: 80px;
}
@media (min-width: 991px) {
  .amsearch-products-section.-list .amsearch-image {
    max-width: 100px;
  }
}
.amsearch-products-section .product-item .old-price {
  text-decoration: none;
}
.amsearch-products-section .product-item .old-price .price {
  text-decoration: line-through;
}
.amsearch-products-section .product-item [data-role='priceBox'] span {
  padding: 0;
}
.amsearch-products-section .amsearch-item:hover {
  background-color: #fff;
}
.amsearch-products-section .product-item-link {
  color: #333;
}
.amsearch-products-section .product-item-link:hover {
  color: #333;
}
.amsearch-products-section .product-item .price {
  font-size: 12px;
}
.amsearch-products-section .product-item-description {
  display: none;
}
.amsearch-products-section .product-item-actions .actions-primary + .actions-secondary {
  display: none !important;
}
.amsearch-products-section .action.tocart {
  line-height: 40px;
  border-radius: 5px;
  padding: 0 15px;
}
.amsearch-overlay-block {
  opacity: 0;
}
.amsearch-overlay-block .amsearch-overlay {
  display: unset !important;
}
.amsearch-highlight {
  background-color: #3ac39c;
  color: #fff;
  padding: 0 2px;
  font-weight: 400;
}
.page-header .amsearch-wrapper-block:before {
  display: none;
}
@media (max-width: 991px) {
  .amsearch-form-block.-opened .amsearch-input-wrapper {
    min-width: unset !important;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.footer-container .item-contact.phone {
  color: #f36f25;
}
.footer-container .item-contact.phone:hover {
  color: #aa4409;
}
.footer-container .item-contact em {
  margin-right: 15px;
  position: relative;
  top: 3px;
  font-size: 0;
  color: #666666;
}
.footer-container .item-contact em:before {
  font-size: 20px;
}
.footer-primary-container .group-social-links a {
  color: #f36f25;
}
.footer-primary-container .group-social-links a:hover {
  color: #aa4409;
}
@media (max-width: 768px) {
  .footer-pr-column5 {
    margin-top: 20px;
  }
  #scroll-to-top {
    bottom: 130px !important;
  }
}
.mini-footer {
  padding: 15px 0;
}
.mini-footer .row {
  align-items: center;
}
.mini-footer .column-left {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .mini-footer .column-left {
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 10px;
  }
  .mini-footer .column-left .logo-footer {
    margin-bottom: 10px;
  }
}
.mini-footer .column-left .logo-footer {
  margin-right: 10px;
  max-height: 27px;
}
.mini-footer .column-right {
  text-align: right;
}
@media (max-width: 768px) {
  .mini-footer .column-right {
    text-align: center;
  }
}
.page-footer .block.newsletter .action.subscribe:after {
  content: 'Go';
}
.page-footer .block.newsletter .action.subscribe > span {
  display: none;
}
.footer-bottom-container .inner-container .logo-footer {
  display: none;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.page-title-wrapper:not(.product) h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
}
@media (max-width: 768px) {
  .page-title-wrapper:not(.product) h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
.staticBlock--title h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}
@media (max-width: 768px) {
  .staticBlock--title h3 {
    font-size: 21px;
  }
}
.staticBlock--title .subtitle {
  font-weight: 400;
  text-transform: none;
  color: #666666;
  margin-top: 10px;
}
#banner-slider-carousel {
  margin: 0;
}
.block-services-list p {
  margin: 0;
}
.op-banner-box .op-banner-item img {
  width: 100%;
}
.CMS-banner-top {
  margin: 0 15px;
}
.CMS-banner-top .op-banner-image {
  background-color: #f5f5f5;
}
@media (max-width: 480px) {
  .CMS-banner-top .flex-item {
    margin-bottom: 10px !important;
  }
}
.CMS-banner-top .flex-item .op-banner-item {
  padding: 0 15px;
}
@media (max-width: 480px) {
  .CMS-banner-top .flex-item .op-banner-item {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
  }
  .CMS-banner-top .flex-item .op-banner-item .op-banner-image {
    margin-right: 20px;
  }
  .CMS-banner-top .flex-item .op-banner-item .op-banner-image img {
    max-width: 115px;
  }
  .CMS-banner-top .flex-item .op-banner-item .op-description {
    position: static;
    transform: none;
  }
}
.CMS-banner-top .op-description {
  background-color: transparent !important;
}
.CMS-banner-top .op-description h3 {
  margin: 0;
  font-weight: 500;
}
@media (max-width: 480px) {
  .CMS-banner-mid {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 20px;
  }
}
.HomeBrands .aw-sbb-list-brand .brand-items {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 -10px;
  padding: 0;
}
.HomeBrands .aw-sbb-list-brand .brand-item {
  box-shadow: none;
  padding: 0;
  margin: 0 0 30px 0;
  border: none;
}
@media (min-width: 1201px) {
  .HomeBrands .aw-sbb-list-brand .brand-item {
    width: calc(100% / 4);
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .HomeBrands .aw-sbb-list-brand .brand-item {
    width: calc(100% / 4);
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .HomeBrands .aw-sbb-list-brand .brand-item {
    width: calc(100% / 3);
  }
}
@media (max-width: 480px) {
  .HomeBrands .aw-sbb-list-brand .brand-item {
    width: calc(100% / 2);
  }
}
.HomeBrands .aw-sbb-list-brand .brand-item .brand-logo {
  margin: 0 10px;
  border: 1px solid #cccccc;
}
.HomeBrands .aw-sbb-list-brand .brand-item .brand-name {
  font-size: 16px;
  margin-top: 10px;
  display: block;
}
.Home-Brands .list-brands .aw-sbb-list-brand .brand-items {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 -10px;
}
.Home-Brands .list-brands .aw-sbb-list-brand .brand-item {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1201px) {
  .Home-Brands .list-brands .aw-sbb-list-brand .brand-item {
    width: calc(100% / 4);
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .Home-Brands .list-brands .aw-sbb-list-brand .brand-item {
    width: calc(100% / 3);
  }
}
@media (max-width: 768px) {
  .Home-Brands .list-brands .aw-sbb-list-brand .brand-item {
    width: calc(100% / 2);
  }
}
.Home-Brands .list-brands .aw-sbb-list-brand .brand-item .brand-logo {
  margin: 10px;
  border: 1px solid #cccccc;
}
.aw-sbb-brand-info .brand-description {
  display: none;
}
.op-top-panel {
  background-color: #f5f5f5;
  color: #333333;
}
.op-top-panel .description {
  flex-flow: row wrap;
}
.op-top-panel .mp-countdown {
  display: flex;
  align-items: center;
  color: #f36f25;
  margin-left: 10px;
}
.op-top-panel .mp-countdown .item {
  display: flex;
  align-items: center;
  position: relative;
}
.op-top-panel .mp-countdown .item p {
  margin-bottom: 0;
}
.op-top-panel .mp-countdown .item p:first-child {
  min-width: 20px;
  text-align: center;
}
.op-top-panel .mp-countdown .item p + p {
  margin-left: 3px;
}
.op-top-panel .mp-countdown .item + .item {
  margin-left: 7px;
  padding-left: 7px;
}
.op-top-panel .mp-countdown .item + .item:before {
  content: ':';
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
}
/**
 * MAGEPLUS
 *
 *
 * @author Mageplus Team
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright Copyright (c) 2020 Mageplus
 *
 *
 */
.sidebar.sidebar-main .filter-options .filter-options-item .filter-options-title {
  font-weight: 600;
}
.sidebar.sidebar-additional .block-title strong span,
.sidebar.sidebar-additional .block-title strong {
  font-weight: 600;
  color: #666666;
}
.sidebar .block-title strong span,
.sidebar .block-title strong {
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.page-products .products-grid.products .product-items {
  display: flex;
  flex-wrap: wrap;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.category-image .image {
  width: 100%;
}
.toolbar.toolbar-products .title-category .title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-transform: capitalize;
}
.toolbar.toolbar-products .title-category .title .toolbar-number {
  font-size: 18px;
  color: #666666;
  font-weight: 400;
}
.toolbar.toolbar-products .title-category .title .toolbar-number:before {
  content: '(';
  display: inline-block;
}
.toolbar.toolbar-products .title-category .title .toolbar-number:after {
  content: ')';
  display: inline-block;
}
.toolbar.toolbar-products .sorter-label,
.toolbar.toolbar-products .label {
  color: #666666 !important;
}
.toolbar.toolbar-products select {
  border-radius: 3px;
}
.category-description ul {
  list-style: disc;
  padding-left: 20px;
}
.items-grid .product-item-info .product.details .product-item-name {
  margin-bottom: 15px;
}
.item-sticker .sticker.custom {
  position: relative;
}
.item-sticker .sticker.custom .text-custom {
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 90%;
}
.item-sticker .sticker.outofstock {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-sizing: border-box;
  padding-top: 10px;
  font-size: 8px;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.product-info-main .sticker-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-info-main .sticker-wrapper .item-sticker {
  margin-top: 0;
}
.product-info-main .product.attribute.sku {
  color: #666666;
}
.product-info-main .page-title-wrapper.product .page-title {
  font-weight: 600;
  margin-top: 20px;
}
.product-info-main .product-info-price {
  margin-top: 30px;
}
.product-info-main .product-add-form .box-tocart .actions .action.tocart {
  font-size: 18px;
  font-weight: 600;
}
.product-info-main .item-sticker .sticker.outofstock {
  line-height: 12px;
  padding-top: 15px;
}
.product-info-main .amxnotif-block .notification-container .input-fields {
  margin-top: 7px;
}
.product-info-main .amxnotif-block .notification-container input {
  height: 40px;
}
.product-info-main .product-info-price .product.attribute.sku {
  margin-top: 15px;
}
.product.info.detailed .product.data.items.style1 .item.title .switch strong {
  font-weight: 600;
}
.product.info.detailed .product.data.items.style1 .item.title:hover .switch,
.product.info.detailed .product.data.items.style1 .item.title.active .switch {
  color: #666666;
}
.product-view .block.itemslider .block-title.title {
  padding-left: 80px;
  text-align: center;
  border: none;
}
.product-view .block.itemslider .block-title.title strong {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Proza Libre', sans-serif;
}
@media (max-width: 768px) {
  .product-view .block.itemslider .block-title.title strong {
    font-size: 21px !important;
  }
}
.review-products-block {
  margin-top: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.review-products-block h3 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.review-products-block .review-products-table .review-product-item {
  margin-bottom: 20px;
}
.review-products-block .review-products-table .review-product-item .review-product-information {
  margin-top: 15px;
  color: #000000;
}
.review-products-block .review-products-table .review-product-item .review-field-ratings {
  margin-top: 20px;
}
.review-products-block .review-products-table .review-product-item .review-field-ratings > .label {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.review-products-block .review-products-table .review-product-item .review-field-ratings .field {
  margin-bottom: 15px;
}
.review-products-block .review-products-table .review-product-item .review-field-ratings .field .label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
}
.review-products-block .review-products-table .review-product-item .review-field-ratings .review-image {
  margin-bottom: 15px;
}
.review-products-block .review-comment-block .review-btns-block {
  text-align: center;
}
.review-products-block .review-comment-block .btn.review-btn {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  min-width: 250px;
  text-align: center;
  background-color: #f36f25;
  color: #ffffff;
  text-transform: uppercase;
}
.review-products-block .review-comment-block .btn.review-btn:hover {
  background-color: #000000;
}
.view_review__popup .view_review__popup-order {
  color: #333;
}
.view_review__popup .view_review__popup-products .popup-product-info {
  color: #333;
  margin-top: 15px;
}
.sales-order-view .order-details-items .order-title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.sales-order-view .order-details-items .order-title strong {
  margin-right: 10px;
}
.sales-order-view .order-details-items .order-title > a {
  margin-right: 10px;
}
.sales-order-view .order-details-items .order-title .review > a {
  color: #0ece00;
}
.sales-order-view .order-details-items .order-title .view-review > a {
  color: red;
}
.catalog-product-view .product.info.detailed .horizontal .data.item.title:hover .data.switch {
  border-bottom-color: #f36f25;
}
.catalog-product-view .product.info.detailed .horizontal .data.item.title .switch {
  position: relative;
}
@media (max-width: 991px) {
  .catalog-product-view .product.info.detailed .horizontal .data.item.title.active .switch:after {
    content: '\e621';
  }
  .catalog-product-view .product.info.detailed .horizontal .data.item.title .switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
  }
}
@media (min-width: 992px) {
  .catalog-product-view .product.info.detailed .horizontal .data.item.title {
    float: left;
    width: auto;
  }
  .catalog-product-view .product.info.detailed .horizontal .data.item.title.active .switch:before {
    background-color: #f36f25;
  }
  .catalog-product-view .product.info.detailed .horizontal .data.item.title .switch {
    border-bottom: none;
  }
  .catalog-product-view .product.info.detailed .horizontal .data.item.title .switch:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: transparent;
  }
  .catalog-product-view .product.info.detailed .horizontal .data.item.content {
    float: right;
    margin-left: -100%;
    width: 100%;
    border: none;
    border-top: 1px solid #ccc;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.page-layout-1column-quickview .mp-quickview-main .product-info-main .page-title-wrapper .page-title {
  font-size: 24px !important;
  line-height: 28px !important;
}
.page-layout-1column-quickview .mp-quickview-main .product-info-main .product-add-form .box-tocart .field.qty .control {
  padding-left: 0;
  margin-right: 10px;
}
.page-layout-1column-quickview .mp-quickview-main .product-info-price .price {
  display: block !important;
  margin-bottom: 10px;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
.grid.items-grid #itemslider-product-crosssell.product-items .item {
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
  box-sizing: border-box;
}
.grid.items-grid #itemslider-product-crosssell.product-items .item .product-item-actions {
  display: none;
}
.mini-cart-content .action-button .actions .action.checkout {
  border-radius: 3px;
}
.mini-cart-content .action-button .actions .action.viewcart {
  border: none;
  border-radius: 3px;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-weight: 600 !important;
  color: #333333;
}
.minicart-items .action:before {
  font-family: 'icomoon' !important;
  font-size: 14px !important;
  line-height: 14px !important;
}
.minicart-items .action.edit {
  margin-right: 5px;
}
.minicart-items .action.edit:before {
  content: '\f013';
}
.minicart-items .action.delete:before {
  content: '\f2ed';
}
.minicart-items .product-item-name a {
  font-weight: 600;
}
.block-minicart .items-total .count {
  color: #aa4409;
}
.crosssell .block-title.title {
  padding-right: 0;
  text-align: center;
  margin-bottom: 20px;
  border: none;
}
.crosssell .block-title.title strong {
  font-size: 30px !important;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
}
.cart-container .form-cart #shopping-cart-table thead th {
  color: #333333;
  font-weight: 600;
}
.cart-container .form-cart #shopping-cart-table tbody td .cart-price .price {
  font-weight: 600;
}
.cart-container .cart-summary .block .title {
  color: #333333;
}
.cart-container .cart-summary .block .fieldset .field:not(.choice) > .label {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}
.cart-container .cart-summary .block.discount .actions-toolbar .primary .action {
  border-radius: 3px;
}
.cart-container .cart-summary .cart-totals table tbody td,
.cart-container .cart-summary .cart-totals table tbody th {
  font-weight: 600;
}
.cart-container .cart-summary .cart-totals table tbody td strong,
.cart-container .cart-summary .cart-totals table tbody th strong {
  font-weight: 600;
}
.cart-container .cart-summary .checkout.methods .action.checkout {
  font-size: 16px;
}
.cart-container .cart-summary .action.multicheckout {
  color: #f36f25;
}
.cart-container .cart-summary .action.multicheckout:hover {
  color: #333333;
}
.crosssell .product.product-item-details {
  text-align: center;
}
.minicart-wrapper .minicart-items-wrapper {
  margin-bottom: 20px;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item {
  padding-bottom: 15px;
}
.block-minicart .block-content > .actions .primary .action.primary,
.block-minicart .block-content > .actions .primary .amshopby-button,
.block-minicart .block-content > .actions .primary .am-filter-go {
  padding: 0 30px;
}
.block-minicart .block-content > .actions .secondary {
  margin: 0 10px;
}
.block-minicart .block-content > .actions .secondary .action.viewcart {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 30px;
  display: block;
  border-radius: 3px;
}
.block-minicart .block-content > .actions .secondary .action.viewcart:hover {
  background-color: #f36f25;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cart-container .form-cart #shopping-cart-table tbody td.item:before {
    display: none;
  }
  .crosssell .block-title.title strong {
    font-size: 21px !important;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
#checkout .opc-block-summary .title,
#checkout .opc-wrapper .opc .step-title {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Proza Libre', sans-serif;
}
#checkout .field:not(.choice) .label {
  text-transform: capitalize;
}
#checkout .opc-payment .payment-method-content input[type="radio"] {
  height: auto !important;
}
#checkout-step-shipping_method {
  position: relative;
}
#checkout-step-shipping_method #co-shipping-method-form + .actions-toolbar.action-back {
  margin-top: 7px;
}
@media (min-width: 769px) {
  #checkout-step-shipping_method #co-shipping-method-form + .actions-toolbar.action-back {
    position: absolute;
    top: calc(100% - 47px);
  }
}
@media (max-width: 768px) {
  #checkout-step-shipping_method #co-shipping-method-form + .actions-toolbar.action-back {
    position: absolute;
    top: calc(100% - 97px);
    width: 100%;
  }
}
#checkout-step-shipping_method .actions-toolbar.action-back {
  margin-top: 100px;
}
#checkout-step-shipping_method .actions-toolbar.action-back + .no-quotes-block {
  position: absolute;
  top: calc(100% - 140px);
}
@media (min-width: 769px) {
  #shipping-method-buttons-container {
    margin-left: 160px !important;
  }
}
@media (max-width: 768px) {
  #shipping-method-buttons-container {
    margin-top: 70px !important;
  }
}
#co-payment-form .fieldset .legend + hr {
  display: none;
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
/**
 * MAGEPLUS
 *
 *
 * @author Mageplus Team
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright Copyright (c) 2020 Mageplus
 *
 *
 */
body[data-login="false"] #header-account .header.links li:first-child {
  display: none;
}
.account .column.main {
  font-size: 16px;
}
.account .sidebar-main .block-collapsible-nav .block-collapsible-nav-title {
  height: auto;
  margin: 0 0 15px 0;
  width: auto;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.account .sidebar-main .block-collapsible-nav .block-collapsible-nav-title strong {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.account .sidebar-main .block-collapsible-nav .block-collapsible-nav-content {
  background-color: #ffffff;
  padding-top: 0;
}
.account .sidebar-main .block-collapsible-nav .block-collapsible-nav-content ul.items .nav.item.current strong {
  color: #f36f25;
}
.account .sidebar-main .block-collapsible-nav .block-collapsible-nav-content ul.items .nav.item strong,
.account .sidebar-main .block-collapsible-nav .block-collapsible-nav-content ul.items .nav.item a {
  border: none;
  padding-left: 0;
}
.account .sidebar-main .block-collapsible-nav .block-collapsible-nav-content ul.items .nav.item strong:hover,
.account .sidebar-main .block-collapsible-nav .block-collapsible-nav-content ul.items .nav.item a:hover {
  background-color: transparent;
}
.account .column.main .block:not(.widget) .block-title strong,
.account .sidebar .account-nav .title.account-nav-title strong {
  font-weight: 500;
  text-transform: uppercase;
}
.account .sidebar .account-nav .title.account-nav-title {
  font-size: 18px;
  font-weight: 600;
  color: #aa4409;
}
.account .account-nav .item a,
.account .account-nav .item > strong {
  padding-left: 0;
}
.account .fieldset .legend span {
  font-size: 24px !important;
  font-weight: 600;
}
.account .column.main .block:not(.widget) .box-title {
  font-size: 18px !important;
  font-weight: 600;
  color: #333333;
}
.account .column.main .block:not(.widget) .box-title span {
  font-size: 18px !important;
  font-weight: 600;
  color: #333333;
}
.account .action.edit {
  text-transform: capitalize !important;
  color: #f36f25;
  font-weight: 400 !important;
}
.account .action.edit:hover {
  color: #000000;
}
.account .block.block-dashboard-orders .block-title.order {
  margin-bottom: 0 !important;
}
.account .table-order-items {
  table-layout: fixed;
}
.account .table-order-items thead tr th {
  color: #333333;
  font-weight: 600;
}
.account .table-order-items tr td.col.actions .action {
  color: #f36f25;
}
@media (min-width: 769px) {
  .account .table-order-items .col.shipping {
    min-width: 100px;
  }
  .account .table-order-items .col.actions {
    min-width: 150px;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .sidebar.sidebar-main .block-collapsible-nav {
    position: static;
  }
  .sidebar.sidebar-main .block-collapsible-nav .block-collapsible-nav-title {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar.sidebar-main .block-collapsible-nav .block-collapsible-nav-title:after {
    font-size: 35px;
    right: -5px;
  }
}
.account .table-order-items tr td.col.view-review > a {
  color: red;
}
.account .table-order-items tr td.col.review > a {
  color: #0ece00;
}
/**
 * MAGEPLUS
 *
 *
 * @author Mageplus Team
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright Copyright (c) 2020 Mageplus
 *
 *
 */
@media (min-width: 769px) {
  .form-wishlist-items .product-item .tocart,
  .form-wishlist-items .product-items .item .tocart {
    min-width: 220px;
  }
}
.form-wishlist-items .product-item .price-box .price,
.form-wishlist-items .product-items .item .price-box .price {
  font-weight: 700;
}
.wishlist-index-index .form-wishlist-items .actions-toolbar {
  padding-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.wishlist-index-index .form-wishlist-items .actions-toolbar .primary {
  flex: 1 1 auto;
  text-align: left;
}
.wishlist-index-index .form-wishlist-items .actions-toolbar .secondary {
  float: none;
  margin: 0;
}
@media (max-width: 768px) {
  .wishlist-index-index .form-wishlist-items .actions-toolbar .secondary {
    width: 100%;
  }
}
.wishlist-index-index .form-wishlist-items .actions-toolbar .action {
  border-radius: 3px;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .price-box .old-price .price {
  font-size: 12px;
  font-weight: 400;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-actions a.action {
  color: #666666;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-actions a.action:hover {
  color: #f36f25;
}
.sidebar .block-wishlist .actions-toolbar .action {
  line-height: 40px;
  height: 40px;
  border-radius: 3px;
}
/**
 * MAGEPLUS
 *
 *
 * @author Mageplus Team
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright Copyright (c) 2020 Mageplus
 *
 *
 */
.store-locator .state-locator {
  margin-bottom: 80px;
  width: 100%;
}
.store-locator .state-locator [class*="col-"] {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.store-locator .state-locator [class*="col-"]:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: calc(100% - 30px);
  background-color: #cccccc;
}
.store-locator .state-locator .item-store a.theme-color:hover {
  color: #aa4409 !important;
}
.mixItUp .filter-box {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.mixItUp .filter-box .filter-option {
  width: 300px;
  position: relative;
}
.mixItUp .filter-box .filter-option .filter-input {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
.mixItUp .filter-box .filter-option .filter-input.is-active,
.mixItUp .filter-box .filter-option .filter-input:hover {
  border-color: #f36f25;
  box-shadow: 0 3px 10px #f36f25;
}
.mixItUp .filter-box .filter-option .filter-input:after {
  content: '\f078';
  font-family: 'icomoon';
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.mixItUp .filter-box .filter-option .filter-menu {
  list-style: none;
  padding: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  z-index: 22;
  display: none;
}
.mixItUp .filter-box .filter-option .filter-menu .filter {
  cursor: pointer;
  padding: 5px 0;
}
.mixItUp .filter-box .filter-option .filter-menu .filter:hover {
  color: #f36f25;
}
.product-hall-of-fame .year-group + .year-group {
  margin-top: 80px;
}
.product-hall-of-fame .year-group .item-year {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product-hall-of-fame .year-group .item-year .image-banner {
    text-align: center;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @author Mageplus Team
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright Copyright (c) 2020 Mageplus
 *
 *
 */
.cms-contact-page .amform-form .fb-number .control {
  max-width: none;
}
.cms-contact-page .amform-form input[type="number"] {
  max-width: 100%;
}
.cms-contact-page .contact-form-input .amform-form {
  max-width: none;
}
.cms-contact-page .contact-form-input .field-recaptcha {
  width: 100% !important;
}
.cms-contact-page .contact-form-input .amform-form-fieldset .field.field-text-privacy {
  width: 100% !important;
  margin-top: 20px;
}
.cms-contact-page .contact-form-input .amform-form-fieldset .field .label {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #333333;
}
.cms-contact-page .contact-form-input .amform-form-fieldset .field textarea {
  border: none;
  background-color: #f7f8fa;
  border-radius: 5px;
}
.cms-contact-page .contact-form-input .amform-form-fieldset .amcform-toolbar {
  text-align: center;
  margin-top: 50px;
  width: 100%;
}
.cms-contact-page .contact-form-input .amform-form-fieldset .amcform-toolbar .action {
  min-width: 220px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .cms-contact-page .contact-form-input .amform-form-fieldset .amcform-page-wrap {
    position: relative;
  }
  .cms-contact-page .contact-form-input .amform-form-fieldset .amcform-page-wrap .field {
    width: calc(50% - 15px);
  }
  .cms-contact-page .contact-form-input .amform-form-fieldset .amcform-page-wrap .field.field-message {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
  }
  .cms-contact-page .contact-form-input .amform-form-fieldset .amcform-page-wrap .field.field-message textarea {
    min-height: 200px;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @author Mageplus Team
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright Copyright (c) 2020 Mageplus
 *
 *
 */
.op-post-grid-wrapper .blog-post-grid .blog__post-item .op-post-description .op-post-category {
  font-weight: 400;
}
.op-post-grid-wrapper .blog-post-grid .blog__post-item .op-post-description .blog__post-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  line-height: 20px;
  margin-top: 10px;
  font-family: 'MageplusPoppins', sans-serif;
}
.op-post-grid-wrapper .blog-post-grid .blog__post-item .op-post-description .op-post-meta-author {
  display: none !important;
}
.sidebar .op-blog-sidebar-main .block-title strong span,
.sidebar .op-blog-sidebar-main .block-title strong {
  text-transform: capitalize;
  font-weight: 600;
}
h3.op-post-title {
  font-family: 'MageplusPoppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 10px 0 15px;
}
.category-list-name ul li a {
  color: #f36f25;
}
.category-list-name ul li a:hover {
  color: #aa4409;
}
/**
 * MAGEPLUS
 *
 *
 * @author Mageplus Team
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright Copyright (c) 2020 Mageplus
 *
 *
 */
body[class*='blog-post-'] .page-title-wrapper {
  text-align: left;
  margin: 0;
}
body[class*='blog-post-'] .page-title-wrapper .page-title {
  font-size: 48px !important;
  font-weight: 600 !important;
  text-transform: none;
  color: #333333;
  line-height: 60px;
  font-family: 'MageplusPoppins', sans-serif;
}
body[class*='blog-post-'] .op-post-view {
  max-width: none;
}
body[class*='blog-post-'] .op-post-view .op-post-category {
  display: none;
}
body[class*='blog-post-'] .op-post-view .op-post-meta-time {
  text-align: left;
  margin-right: 15px;
}
body[class*='blog-post-'] .op-post-view .op-post-meta-time span:before {
  content: '\f073';
  font-family: icomoon;
  margin-right: 5px;
  font-size: 14px;
}
body[class*='blog-post-'] .op-post-view .op-post-meta-author {
  margin-right: 15px;
}
body[class*='blog-post-'] .op-post-view .op-post-meta-author a:before {
  content: '\f007';
  font-family: icomoon;
  margin-right: 5px;
  font-size: 14px;
}
body[class*='blog-post-'] .op-post-view .op-post-meta-comment-count:before {
  content: '\f086';
  font-family: icomoon;
  margin-right: 5px;
  font-size: 14px;
}
body[class*='blog-post-'] .op-post-view .op-post-group-bottom {
  margin-top: 50px;
  border: none;
}
body[class*='blog-post-'] .op-post-view .op-post-group-bottom .op-post-meta-tags a + a:before {
  content: ',';
  margin-right: 5px;
}
body[class*='blog-post-'] .op-post-view .blog__post-view-related-products .block-title {
  font-size: 30px;
  font-weight: 700;
  border: none;
  line-height: 34px;
  text-align: center;
  color: #aa4409;
  font-family: 'Exo2', sans-serif;
}
body[class*='blog-post-'] .op-post-view .blog__post-view-related-products .product-items .slick-track {
  display: flex;
}
body[class*='blog-post-'] .op-post-view .blog__post-view-related-products .product-items .slick-list {
  width: 100%;
}
body[class*='blog-post-'] .op-post-view .blog__post-view-related-products .product-items .product-item {
  width: 100% !important;
}
body[class*='blog-post-'] .op-post-view .blog__post-view-related-products .product-items .product-item .product-item-info {
  padding-bottom: 30px;
}
body[class*='blog-post-'] .group-post-meta {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 20px;
}
body[class*='blog-post-'] .group-post-meta .op-post-meta-time {
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 5px;
}
body[class*='blog-post-'] .group-post-meta .op-post-meta-author,
body[class*='blog-post-'] .group-post-meta .op-post-meta-comment-count {
  margin-bottom: 5px;
}
body[class*='blog-post-'] .group-post-meta .op-post-meta-share {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 5px;
}
body[class*='blog-post-'] .group-post-meta .op-post-meta-share .label {
  margin-right: 10px;
}
body[class*='blog-post-'] .group-post-meta .op-post-meta-share .at-share-btn-elements .at-share-btn {
  padding: 0;
  margin-bottom: 0;
}
body[class*='blog-post-'] .group-post-meta .op-post-meta-share .at-share-btn-elements .at-share-btn .at-label {
  display: none;
}
@media (max-width: 768px) {
  body[class*=blog-post-] .page-title-wrapper .page-title {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}
/**
 * MAGEPLUS
 *
 *
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright   Copyright (c) MagePlus
 *
 *
 */
form .fieldset .field:not(.choice) .label {
  font-weight: 600;
  color: #333333;
  text-transform: capitalize;
}
body[class*='customer-account-'] .column.main .block .block-title strong {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
body[class*='customer-account-'] .column.main .actions-toolbar:not(.social-btn) .primary {
  flex: 1 1 auto;
  border-radius: 3px;
}
body[class*='customer-account-'] .column.main .actions-toolbar:not(.social-btn) .secondary .action {
  color: #f36f25;
}
body[class*='customer-account-'] .field.choice.newsletter input[type="checkbox"] {
  top: 3px;
}
body[class*='customer-account-'] .form-create-account .legend span {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Proza Libre', sans-serif;
}
.block-new-customer .social_login {
  margin-top: 30px;
}
.block-new-customer .social_login .list-social-login {
  display: flex;
}
.block-new-customer .social_login .list-social-login .social-btn .btn-social {
  min-width: 200px;
  box-sizing: border-box;
}
.block-new-customer .social_login .account-social-login {
  border: none;
  padding: 0;
  margin-left: 0;
  width: 100%;
}
.block-new-customer .social_login .account-social-login .block-content {
  display: flex;
  flex-flow: row wrap;
}
.block-new-customer .social_login .account-social-login .block-content .actions-toolbar {
  margin-right: 20px;
}
.block-new-customer .social_login .account-social-login .block-content .actions-toolbar.social-btn {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .customer-account-create .form-create-account .actions-toolbar {
    align-items: center;
  }
  .customer-account-create .form-create-account .actions-toolbar > div {
    margin: 0;
  }
  .customer-account-create .form-create-account .actions-toolbar .secondary {
    margin-top: 10px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .block-new-customer .social_login .account-social-login .block-content .actions-toolbar.social-btn {
    margin-right: 0;
    width: 100%;
  }
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search {
  margin: 0 auto;
}
.apple-login-container {
  display: flex;
  width: 100%;
}
.apple-login-container .space-container {
  display: none;
}
.apple-login-container .apple-signup {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  border: none;
}
.apple-login-container .apple-signup .signinwithapple {
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  min-width: 200px;
  margin-top: 20px;
  font-weight: 400;
}
.apple-login-container .apple-signup .signinwithapple .apple-icon {
  padding: 0;
  width: 33px;
  text-align: center;
}
.apple-login-container .apple-signup .signinwithapple .apple-icon:before {
  position: relative;
  top: 0;
  left: 2px;
  background-size: 18px;
}
/**
 * MAGEPLUS
 *
 *
 * @author Mageplus Team
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright Copyright (c) 2020 Mageplus
 *
 *
 */
.table-wrapper.comparison table.table-comparison tbody tr th {
  color: #333333;
}
.table-comparison .action.tocart {
  height: 40px;
  border-radius: 3px;
}
.action.back.compare-back,
.catalog-product_compare-index .action.print.print-compare,
body.catalog-product_compare-index.mobile-compare .action.print.print-compare {
  border-radius: 3px;
}
.table-comparison .hide-compare {
  display: none;
}
/**
 * MAGEPLUS
 *
 *
 * @author Mageplus Team
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright Copyright (c) 2020 Mageplus
 *
 *
 */
.content-click-toggle .item-click-toggle {
  margin-bottom: -1px;
  border: solid #cccccc;
  border-width: 1px 0 1px 0;
}
.content-click-toggle .item-click-toggle .control-click {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding: 15px 30px 15px 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #333333;
}
.content-click-toggle .item-click-toggle .control-click:hover {
  background-color: #f36f25;
  color: #ffffff;
}
.content-click-toggle .item-click-toggle .control-click:before {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.content-click-toggle .item-click-toggle .control-click.open {
  color: #f36f25;
  text-transform: capitalize;
}
.content-click-toggle .item-click-toggle .control-click.open:hover {
  color: #ffffff;
}
.content-click-toggle .item-click-toggle .control-click.open:before {
  content: '\f106';
}
.content-click-toggle .item-click-toggle .content-click {
  display: none;
  padding: 20px 15px;
}
.content-click-toggle .item-click-toggle .content-click .to-apply {
  min-width: 170px;
  text-align: center;
}
.CMS-banner-small-image {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
.CMS-banner-small-image .image-item {
  flex: 1 1 25%;
  max-width: 25%;
}
@media (max-width: 991px) {
  .CMS-banner-small-image {
    flex-flow: row wrap;
  }
  .CMS-banner-small-image .image-item {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .CMS-banner-small-image img {
    width: 100%;
  }
}
.group-categories {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.group-categories .item-category {
  flex: 1 1 20%;
  max-width: 20%;
}
@media (max-width: 991px) {
  .group-categories .item-category {
    flex: 1 1 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .group-categories .item-category {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.group-categories .item-category a {
  margin: 0 10px;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 400;
}
.row.gutters-3 {
  margin-left: -3px;
  margin-right: -3px;
}
.row.gutters-3 [class*="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}
.product-items.grid-columns-2 .item {
  flex: 1 1 50%;
  max-width: 50%;
}
.staticBlock--title.special-title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 10px 15px;
}
.staticBlock--title.special-title.bg-1 {
  background-color: #eb212a;
}
.staticBlock--title.special-title.bg-2 {
  background-color: #17b896;
}
.staticBlock--title.special-title.bg-3 {
  background-color: #785ea7;
}
.staticBlock--title.special-title.bg-4 {
  background-color: #e9098d;
}
.staticBlock--title.special-title h3 {
  flex: 1 1 auto;
  text-align: left;
  color: #ffffff;
}
.staticBlock--title.special-title a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.staticBlock--title.have-line {
  text-align: center;
  position: relative;
  z-index: 1;
}
.staticBlock--title.have-line:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f36f25;
  z-index: -1;
}
.staticBlock--title.have-line h3 {
  display: inline-block;
  padding: 0 20px;
  background-color: #ffffff;
  z-index: 2;
}
.HomeProducts.border-item .product-items .item {
  margin: 0 10px 20px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .HomeProducts.border-item .product-items .item {
    padding-bottom: 0;
  }
}
.HomeProducts.border-item .slide-mode {
  margin-left: -10px;
  margin-right: -10px;
}
.HomeProducts.border-item .slide-mode:hover .owl-buttons {
  opacity: 1;
}
.HomeProducts.border-item .slide-mode .owl-buttons {
  position: static;
}
@media (min-width: 769px) {
  .HomeProducts.border-item .slide-mode .owl-buttons {
    opacity: 0;
    transition: ease-in-out 300ms;
  }
}
.HomeProducts.border-item .slide-mode .owl-buttons [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.HomeProducts.border-item .slide-mode .owl-buttons .owl-prev {
  left: 10px;
}
.HomeProducts.border-item .slide-mode .owl-buttons .owl-next {
  right: 10px;
}
.HomeProducts.border-item .slide-mode .product-items .item {
  margin: 0 10px 20px;
  border: 1px solid #cccccc;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .HomeProducts.border-item .grid-columns-4 .item {
    width: calc(25% - 20px);
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  .HomeProducts.border-item .grid-columns-4 .item {
    width: calc(100% / 3 - 20px);
  }
}
@media (max-width: 768px) {
  .HomeProducts.border-item .grid-columns-4 .item {
    width: calc(100% / 2 - 20px);
  }
}
.HomeProducts.border-item .grid-columns-2.product-items .item {
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px) !important;
}
.border-image.border-theme-color .product-items .item .product-item-img {
  border-radius: 0 20px 0 20px;
  border-color: #f36f25;
  overflow: hidden;
}
.border-image .product-items .item .product-item-img {
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.cms-page-view .main-container ol,
.catalog-product-view .main-container ol {
  padding-left: 0;
}
@media (min-width: 769px) {
  .ambrand-index-index .page-title-wrapper {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .ambrand-index-index .category-view {
    text-align: center;
  }
  .ambrand-index-index .category-view .category-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-top: 35px;
  }
  .ambrand-index-index .category-view .category-description {
    margin-bottom: 0;
  }
}
.category-image .image {
  width: unset;
}
.items.brand-items {
  list-style-type: none !important;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
}
@media (max-width: 480px) {
  .items.brand-items {
    margin: 0 -5px;
  }
}
.items.brand-items .ambrands-brand-item {
  width: calc(100% / 4);
  text-align: center;
  margin-bottom: 20px;
}
.items.brand-items .ambrands-brand-item a {
  display: block;
  margin: 0 10px;
}
@media (min-width: 481px) and (max-width: 768px) {
  .items.brand-items .ambrands-brand-item {
    width: calc(100% / 3);
  }
}
@media (max-width: 480px) {
  .items.brand-items .ambrands-brand-item {
    width: calc(100% / 2);
    margin-bottom: 10px;
  }
  .items.brand-items .ambrands-brand-item a {
    display: block;
    margin: 0 5px;
  }
}
.items.brand-items .ambrands-brand-item .ambrands-image-block {
  justify-content: center;
  border: 1px solid #ddd;
  padding: 0;
}
.items.brand-items .ambrands-brand-item .ambrands-label {
  margin-top: 10px;
  display: block;
  font-size: 16px;
}
/**
 * MAGEPLUS
 *
 *
 * @author Mageplus Team
 * @category    MagePlus
 * @package     MagePlus_ITCSS
 * @copyright Copyright (c) 2020 Mageplus
 *
 *
 */
.page-layout-mgp-2columns-left .links-list {
  list-style: none;
  padding-left: 0;
}
.page-layout-mgp-2columns-left .links-list a {
  display: inline-block;
  width: 100%;
  color: #666666;
  margin-bottom: 15px;
}
.page-layout-mgp-2columns-left .links-list a:hover {
  color: #f36f25;
}
#product-review-container .review-list .amreview-info-wrapper .amreview-showmore {
  color: #f36f25;
}
#product-review-container .review-list .amreview-info-wrapper .amreview-add-new {
  display: flex;
  flex-direction: column;
  width: 280px;
  text-align: center;
}
@media (min-width: 992px) {
  #product-review-container .review-list .amreview-info-wrapper .amreview-add-new {
    padding-left: 0;
  }
}
#product-review-container .review-list .amreview-info-wrapper .amreview-add-new #amreview-toform {
  padding: 0 30px;
  width: 100%;
  margin-bottom: 10px;
}
#product-review-container .review-list .amreview-info-wrapper .amreview-add-new p {
  max-width: none;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
#product-review-container .review-list .amrev-title-block strong {
  font-weight: 600;
  color: #000000;
}
#product-review-container .review-list .amrev-toolbar-container {
  background-color: #F5F5F5;
  padding: 22px 20px;
}
#product-review-container .review-list .amrev-toolbar-container .amrev-sorting {
  display: flex;
  align-items: center;
  background-color: transparent;
}
@media (min-width: 769px) {
  #product-review-container .review-list .amrev-toolbar-container .amrev-sorting {
    flex-basis: 210px;
  }
}
#product-review-container .review-list .amrev-toolbar-container .amrev-sorting .sorter-label {
  white-space: nowrap;
}
#product-review-container .review-list .amrev-toolbar-container .amrev-sorting .amrev-select {
  height: 32px;
}
@media (min-width: 769px) {
  #product-review-container .review-list .amrev-toolbar-container .amrev-sorting .amrev-select {
    max-width: 120px;
  }
}
#product-review-container .review-list .amrev-items-block .amreview-review-wrapper.review-item {
  padding: 30px 0 0 0;
}
#product-review-container .review-list .amrev-items-block .amreview-title-review {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
#product-review-container .review-list .amrev-items-block .amreview-rating-label {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  display: block;
  margin-bottom: 7px;
}
#product-review-container .review-list .amrev-items-block .amreview-description {
  color: #666666;
}
#product-review-container .review-list .amreview-toolbar-wrap .pages .current .page {
  background-color: #f36f25;
  color: #ffffff;
}
#product-review-container .review-list .amreview-toolbar-wrap .pages .action,
#product-review-container .review-list .amreview-toolbar-wrap .pages .page {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  background-color: #F3F3F3;
  padding: 0;
}
#product-review-container .review-list .amreview-toolbar-wrap .pages .action:hover,
#product-review-container .review-list .amreview-toolbar-wrap .pages .page:hover {
  background-color: #f36f25;
  color: #ffffff;
}
.amreview-submit-form .block-content {
  padding-top: 35px;
}
.amreview-submit-form .review-fieldset .review-legend.legend {
  text-transform: capitalize;
  font-weight: 400;
  color: #666666;
}
.amreview-submit-form .review-fieldset input {
  height: 40px;
  border-radius: 3px;
}
.amreview-submit-form .review-fieldset input[type="file"] {
  width: 100%;
  border: 1px solid #cccccc;
  line-height: 34px;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 3px;
}
.amreview-submit-form .review-fieldset textarea {
  border-radius: 3px;
  min-height: 110px;
}
.amreview-submit-form .review-form .actions-toolbar .action.submit.primary {
  min-width: 280px;
  padding: 0 30px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #f36f25;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  border-radius: 3px;
}
.amreview-submit-form .review-form .actions-toolbar .action.submit.primary:hover {
  background-color: #aa4409;
}
#review-form .review-products-block .review-products-table .review-product-item {
  margin-bottom: 40px;
}
#review-form .review-products-block .review-products-table .review-product-item .review-product {
  display: flex;
  flex-direction: row;
}
@media (max-width: 576px) {
  #review-form .review-products-block .review-products-table .review-product-item .review-product {
    flex-flow: row wrap;
  }
}
#review-form .review-products-block .review-products-table .review-product-item .review-product .review-image-container {
  flex: 1 1 80px;
  max-width: 80px;
  margin-right: 20px;
}
@media (max-width: 576px) {
  #review-form .review-products-block .review-products-table .review-product-item .review-product .review-image-container {
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  #review-form .review-products-block .review-products-table .review-product-item .review-product .review-image-container img {
    flex: 1 1 80px;
    max-width: 80px;
    margin-right: 20px;
  }
}
#review-form .review-products-block .review-products-table .review-product-item .review-product .review-container {
  flex: 1 1 calc(100% - 100px);
  max-width: calc(100% - 100px);
}
@media (max-width: 576px) {
  #review-form .review-products-block .review-products-table .review-product-item .review-product .review-container {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
#review-form .review-products-block .review-products-table .review-product-item .review-product .review-container .review-product-information {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  color: #666 !important;
}
#review-form .review-products-block .review-products-table .review-product-item .review-product .review-container .review-product-information strong {
  font-weight: 400;
}
#review-form .review-products-block .review-products-table .review-product-item .review-product .review-container .review-field-ratings > .label {
  font-size: 14px;
  color: #666666 !important;
  font-weight: 600;
}
#review-form .review-products-block .review-products-table .review-product-item .review-product .review-container .field {
  margin-bottom: 15px;
}
#review-form .review-products-block .review-products-table .review-product-item .review-product .review-container .field.review-field-ratings {
  margin-top: 15px;
}
#review-form .review-products-block .review-products-table .review-product-item .review-product .review-container .field.review-field-ratings > .control {
  position: relative;
  top: -22px;
  left: -4px;
}
#review-form .review-products-block .review-products-table .review-product-item .review-product .review-container .field.review-field-ratings > .control .label {
  display: none !important;
}
#review-form .review-products-block .review-products-table .review-product-item .review-product .review-container .field.review-field-ratings > .control #product-review-table .control.review-control-vote:before,
#review-form .review-products-block .review-products-table .review-product-item .review-product .review-container .field.review-field-ratings > .control #product-review-table .control.review-control-vote label:before {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -2px;
}
#review-form .review-products-block .review-products-table .review-product-item .review-product .review-container .field .label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}
#review-form .review-products-block .review-products-table .review-product-item .review-product .review-container .field input {
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
}
#review-form .review-products-block .review-products-table .review-product-item .review-product .review-container .field textarea {
  min-height: 110px;
  border-radius: 3px;
}
#review-form .review-products-block .review-products-table .review-product-item .review-product .review-container .review-image .label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}
#review-form .review-products-block .review-products-table .review-product-item .review-product .review-container .review-image input[type="file"] {
  width: 100%;
  border: 1px solid #cccccc;
  line-height: 34px;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 3px;
}
#review-form .review-products-block .review-comment-block {
  display: flex;
  flex-flow: row wrap;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 2px solid #cccccc;
}
#review-form .review-products-block .review-comment-block .review-btns-block {
  flex: 1 1 auto;
  text-align: left;
}
@media (max-width: 576px) {
  #review-form .review-products-block .review-comment-block .review-btns-block {
    flex: 1 1 100%;
    margin-bottom: 10px;
  }
  #review-form .review-products-block .review-comment-block .review-btns-block .btn.review-btn {
    width: 100%;
  }
}
#review-form .review-products-block .review-comment-block .review-btns-block .btn.review-btn {
  min-width: 280px;
}
@media (max-width: 576px) {
  #review-form .review-products-block .review-comment-block .back {
    flex: 1 1 100%;
  }
  #review-form .review-products-block .review-comment-block .back .btn.review-btn {
    width: 100%;
  }
}
#review-form .review-products-block .review-comment-block .back .btn.review-btn {
  background-color: #ffffff;
  color: #f36f25;
  border: 1px solid #f36f25;
  line-height: 38px;
}
#review-form .review-products-block .review-comment-block .back .btn.review-btn:hover {
  background-color: #f36f25;
}
#review-form .review-products-block .review-comment-block .back .btn.review-btn:hover a {
  color: #ffffff;
}
#review-form .review-products-block .review-comment-block .back .btn.review-btn a {
  color: #f36f25;
}
#review-form .review-products-block .review-comment-block .btn.review-btn {
  min-width: auto;
  border-radius: 3px;
}
@media (min-width: 577px) {
  .hide-lg {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hide-mb {
    display: none !important;
  }
}
.view_review__popup .view_review__popup-left {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #cccccc;
}
.view_review__popup .view_review__popup-left p {
  color: #666666;
}
.view_review__popup .view_review__popup-left p.status-item {
  color: #00A400;
}
.view_review__popup .view_review__popup-left p span {
  margin-right: 10px;
  font-weight: 600;
  color: #666666;
}
.view_review__popup .view_review__popup-products .view_review__popup-product-info {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.view_review__popup .view_review__popup-products .view_review__popup-product-info .popup-product-image {
  flex: 1 1 80px;
  max-width: 80px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .view_review__popup .view_review__popup-products .view_review__popup-product-info .popup-product-image {
    flex: 1 1 60px;
    max-width: 60px;
  }
}
.view_review__popup .view_review__popup-products .view_review__popup-product-info .view_review__popup-review {
  flex: 1 1 calc(100% - 100px);
  max-width: calc(100% - 100px);
}
@media (max-width: 768px) {
  .view_review__popup .view_review__popup-products .view_review__popup-product-info .view_review__popup-review {
    flex: 1 1 calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
}
.view_review__popup .view_review__popup-products .view_review__popup-product-info .view_review__popup-review .popup-product-info {
  margin-top: 0;
  color: #666666;
}
.view_review__popup .view_review__popup-products .view_review__popup-product-info .view_review__popup-review .popup-product-info p {
  margin-bottom: 0;
}
.view_review__popup .view_review__popup-products .view_review__popup-product-info .view_review__popup-review .rating-summary {
  margin-bottom: 10px;
}
.view_review__popup .view_review__popup-products .view_review__popup-product-info .view_review__popup-review .rating-summary .rating-label {
  display: none;
}
.view_review__popup .view_review__popup-products .view_review__popup-product-info .view_review__popup-review .review-content .review-title {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
}
.view_review__popup .view_review__popup-products .view_review__popup-product-info .view_review__popup-review .review-content .review-detail {
  font-size: 14px;
}
.view_review__popup .view_review__popup-products .view_review__popup-product-info .view_review__popup-review .customer-review-image {
  display: flex;
  flex-flow: row wrap;
}
.view_review__popup .view_review__popup-products .view_review__popup-product-info .view_review__popup-review .customer-review-image .review-image-item {
  flex: 1 1 78px;
  max-width: 78px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .view_review__popup .view_review__popup-products .view_review__popup-product-info .view_review__popup-review .customer-review-image .review-image-item {
    flex: 1 1 60px;
    max-width: 60px;
  }
}
@media (max-width: 1200px) {
  .account .orders-history .table-order-items tr th.col {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .account .orders-history .table-order-items tr th.col.id {
    width: 115px;
  }
}
@media (max-width: 1200px) {
  .account .orders-history .table-order-items tr th.col.actions {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .account .orders-history .table-order-items tr td.col {
    font-size: 14px;
  }
}
.account .orders-history .table-order-items tr td.col.view-review > a {
  color: #0040AA;
}
.account .orders-history .table-order-items tr td.col.view-review > a:hover {
  color: #f36f25;
}
@media (max-width: 639px) {
  .account .orders-history .table-order-items tr td.col.review:before,
  .account .orders-history .table-order-items tr td.col.view-review:before {
    padding-right: 10px;
    content: 'Review: ';
    display: inline-block;
    color: #111;
    font-weight: 700;
  }
}
.customer-review.view {
  display: flex;
  flex-direction: row;
}
.customer-review.view .product-details {
  flex: 1 1 80px;
  max-width: 80px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .customer-review.view .product-details {
    flex: 1 1 60px;
    max-width: 60px;
  }
}
.customer-review.view .product-details .product-media {
  margin-right: 0;
  max-width: none;
  width: 100%;
}
.customer-review.view .review-details {
  flex: 1 1 calc(100% - 100px);
  max-width: calc(100% - 100px);
}
@media (max-width: 768px) {
  .customer-review.view .review-details {
    flex: 1 1 calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
}
.customer-review.view .review-details .product-name {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.customer-review.view .review-details .group-rating {
  display: flex;
  flex-flow: row wrap;
}
.customer-review.view .review-details .group-rating .rating-item {
  margin-right: 50px;
}
.customer-review.view .review-details .group-rating .rating-item .title,
.customer-review.view .review-details .group-rating .rating-item .rating-average-label {
  font-size: 14px;
}
.customer-review.view .review-details .group-rating .rating-item .title strong,
.customer-review.view .review-details .group-rating .rating-item .rating-average-label strong {
  font-weight: 400;
}
.customer-review.view .review-details .group-rating .rating-item .product-reviews-summary {
  margin: 0;
}
.customer-review.view .review-details .group-rating .rating-item .customer-review-rating .rating-label {
  display: none;
}
.customer-review.view .review-details .review-title {
  font-size: 14px;
}
.customer-review.view .review-details .review-content {
  font-size: 14px;
}
.customer-review.view .review-details .review-date {
  font-size: 12px;
}
.action-top {
  margin-bottom: 20px;
}
.action-top .review-action-back {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f36f25;
}
.action-top .review-action-back:hover {
  color: #aa4409;
}
.action-top .review-action-back span span {
  margin-right: 10px;
}
.actions-toolbar.review-back-button {
  margin-top: 30px;
  padding-top: 14px;
  border-top: 2px solid #cccccc;
}
.actions-toolbar.review-back-button .secondary {
  float: right;
}
@media (max-width: 768px) {
  .actions-toolbar.review-back-button .secondary {
    margin-left: 0;
    width: 100%;
  }
}
.actions-toolbar.review-back-button .secondary .action.back {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  border: 1px solid #f36f25;
  color: #f36f25;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 0 30px;
  border-radius: 3px;
  box-sizing: border-box;
}
.actions-toolbar.review-back-button .secondary .action.back:hover {
  background-color: #f36f25;
  color: #ffffff;
}
.amreview-admin-answer {
  background-color: #F7F8FA;
  margin-left: 100px;
  padding: 20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .amreview-admin-answer {
    margin-left: 0;
  }
}
.amreview-admin-answer .title {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.amreview-admin-answer .title strong {
  font-weight: 600;
}
.amreview-admin-answer .amreview-text {
  font-size: 14px;
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button,
.action-gift.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black,
.action-gift.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white,
.action-gift.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short,
.action-gift.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short,
.action-gift.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short,
.action-gift.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active,
.action-gift.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover,
.action-gift.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active,
.action-gift.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus,
.action-gift.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover,
.action-gift.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long,
.action-gift.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long,
.action-gift.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long,
.action-gift.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{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;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}.tooltipster-base{position:absolute;display:flex;pointer-events:none}.tooltipster-box{flex:1 1 auto}.tooltipster-content{overflow:auto;box-sizing:border-box;max-width:100%;max-height:100%}.tooltipster-ruler{position:fixed;top:0;right:0;bottom:0;left:0;visibility:hidden;overflow:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{transition-property:transform;transform:scale(0,0);-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}.tooltipster-swing{opacity:0;-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-ms-transition-property:-ms-transform;-o-transition-property:-o-transform;transition-property:transform;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);transform:rotateZ(4deg)}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-ms-transform:rotateZ(0);-o-transform:rotateZ(0);transform:rotateZ(0)}.tooltipster-fall{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transition-property:top;-moz-transition-property:top;-ms-transition-property:top;-o-transition-property:top;transition-property:top}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{top:0!important;opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-ms-transition-property:all;-o-transition-property:all;transition-property:all}.tooltipster-slide{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transition-property:left;-moz-transition-property:left;-ms-transition-property:left;-o-transition-property:left;transition-property:left}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{left:0!important;opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-ms-transition-property:all;-o-transition-property:all;transition-property:all}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{border:2px solid #000;border-radius:4px;background:#565656}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{padding:6px 14px;line-height:18px}.tooltipster-sidetip .tooltipster-arrow{position:absolute;overflow:hidden}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{top:0;margin-left:-10px;width:20px;height:10px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{top:0;right:0;margin-top:-10px;width:10px;height:20px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{top:0;left:0;margin-top:-10px;width:10px;height:20px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;margin-left:-10px;width:20px;height:10px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{position:absolute;width:0;height:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{top:3px;left:0;border-bottom-color:#565656}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{top:0;left:-3px;border-left-color:#565656}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{top:0;left:3px;border-right-color:#565656}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{top:-3px;left:0;border-top-color:#565656}.tooltipster-sidetip .tooltipster-arrow-border{top:-4px;left:2px;width:8px;height:8px;background:#000;transform:rotate(45deg)}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;box-shadow:0 0 10px 6px rgba(0,0,0,.1)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{margin-left:-6px;width:12px;height:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{margin-top:-6px;margin-left:0;width:6px;height:12px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{top:8px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{top:-4px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}
/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.ipay88-payment-types .ipay88-payment-type-group-header {
  margin-bottom: 1rem;
}

.ipay88-payment-types .ipay88-payment-type-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 1em 0;
}

.ipay88-payment-types .ipay88-payment-type-logo {
  height: 3em;
  margin-left: 1em;
  margin-right: 1em;
}@font-face {
    font-family: 'mageplus-module';
    src:  url('../../frontend/Mageplus/shins/en_US/Mageplus_Base/fonts/mageplus-module.eot?4vgkfp');
    src:  url('../../frontend/Mageplus/shins/en_US/Mageplus_Base/fonts/mageplus-module.eot?4vgkfp#iefix') format('embedded-opentype'),
    url('../../frontend/Mageplus/shins/en_US/Mageplus_Base/fonts/mageplus-module.ttf?4vgkfp') format('truetype'),
    url('../../frontend/Mageplus/shins/en_US/Mageplus_Base/fonts/mageplus-module.woff?4vgkfp') format('woff'),
    url('../../frontend/Mageplus/shins/en_US/Mageplus_Base/fonts/mageplus-module.svg?4vgkfp#mageplus-module') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="mdl-"], [class*=" mdl-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'mageplus-module' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mdl-f-68:before {
    content: "\e9a3";
}
.mdl-Logo2:before {
    content: "\e900";
}
.mdl-search:before {
    content: "\f002";
}
.mdl-heart:before {
    content: "\f004";
}
.mdl-user:before {
    content: "\f007";
}
.mdl-check:before {
    content: "\f00c";
}
.mdl-times:before {
    content: "\f00d";
}
.mdl-edit:before {
    content: "\f044";
}
.mdl-chevron-left:before {
    content: "\f053";
}
.mdl-chevron-right:before {
    content: "\f054";
}
.mdl-plus-circle:before {
    content: "\f055";
}
.mdl-minus-circle:before {
    content: "\f056";
}
.mdl-times-circle:before {
    content: "\f057";
}
.mdl-check-circle:before {
    content: "\f058";
}
.mdl-plus:before {
    content: "\f067";
}
.mdl-minus:before {
    content: "\f068";
}
.mdl-eye:before {
    content: "\f06e";
}
.mdl-calendar-alt:before {
    content: "\f073";
}
.mdl-chevron-up:before {
    content: "\f077";
}
.mdl-chevron-down:before {
    content: "\f078";
}
.mdl-folder:before {
    content: "\f07b";
}
.mdl-folder-open:before {
    content: "\f07c";
}
.mdl-bars:before {
    content: "\f0c9";
}
.mdl-caret-down:before {
    content: "\f0d7";
}
.mdl-caret-up:before {
    content: "\f0d8";
}
.mdl-caret-left:before {
    content: "\f0d9";
}
.mdl-caret-right:before {
    content: "\f0da";
}
.mdl-check-square:before {
    content: "\f14a";
}
.mdl-pen-square:before {
    content: "\f14b";
}
.mdl-long-arrow-down:before {
    content: "\f175";
}
.mdl-long-arrow-up:before {
    content: "\f176";
}
.mdl-long-arrow-left:before {
    content: "\f177";
}
.mdl-long-arrow-right:before {
    content: "\f178";
}
.mdl-toggle-off:before {
    content: "\f204";
}
.mdl-toggle-on:before {
    content: "\f205";
}
.mdl-comment-dots:before {
    content: "\f4ad";
}
.mdl-comments-alt:before {
    content: "\f4b6";
}

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("../../frontend/Mageplus/shins/en_US/Mageplus_Base/fonts/lightcase.eot?55356177");
  src: url("../../frontend/Mageplus/shins/en_US/Mageplus_Base/fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../../frontend/Mageplus/shins/en_US/Mageplus_Base/fonts/lightcase.woff?55356177") format("woff"), url("../../frontend/Mageplus/shins/en_US/Mageplus_Base/fonts/lightcase.ttf?55356177") format("truetype"), url("../../frontend/Mageplus/shins/en_US/Mageplus_Base/fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  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;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800';
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801';
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802';
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803';
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804';
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}
/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}
/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}
/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}
/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}
/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}
/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}
@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

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

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

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

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

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

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

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

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../frontend/Mageplus/shins/en_US/Mageplus_Base/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

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

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.text-uppercase{text-transform:uppercase}@media (max-width:768px){.xs-text-uppercase{text-transform:uppercase}}.text-capitalize{text-transform:capitalize}@media (max-width:768px){.xs-text-capitalize{text-transform:capitalize}}.text-lowercase{text-transform:lowercase}@media (max-width:768px){.xs-text-lowercase{text-transform:lowercase}}.text-none{text-transform:none}@media (max-width:768px){.xs-text-none{text-transform:none}}.font-italic{font-style:italic}@media (max-width:768px){.sm-font-italic{font-style:italic}}.font-normal{font-style:normal}@media (max-width:768px){.sm-font-normal{font-style:normal}}.font-oblique{font-style:oblique}@media (max-width:768px){.sm-font-oblique{font-style:oblique}}.font-size-100{font-size:100px}@media (max-width:991px){.md-font-size-100{font-size:100px}}@media (max-width:768px){.sm-font-size-100{font-size:100px}}.font-size-99{font-size:99px}@media (max-width:991px){.md-font-size-99{font-size:99px}}@media (max-width:768px){.sm-font-size-99{font-size:99px}}.font-size-98{font-size:98px}@media (max-width:991px){.md-font-size-98{font-size:98px}}@media (max-width:768px){.sm-font-size-98{font-size:98px}}.font-size-97{font-size:97px}@media (max-width:991px){.md-font-size-97{font-size:97px}}@media (max-width:768px){.sm-font-size-97{font-size:97px}}.font-size-96{font-size:96px}@media (max-width:991px){.md-font-size-96{font-size:96px}}@media (max-width:768px){.sm-font-size-96{font-size:96px}}.font-size-95{font-size:95px}@media (max-width:991px){.md-font-size-95{font-size:95px}}@media (max-width:768px){.sm-font-size-95{font-size:95px}}.font-size-94{font-size:94px}@media (max-width:991px){.md-font-size-94{font-size:94px}}@media (max-width:768px){.sm-font-size-94{font-size:94px}}.font-size-93{font-size:93px}@media (max-width:991px){.md-font-size-93{font-size:93px}}@media (max-width:768px){.sm-font-size-93{font-size:93px}}.font-size-92{font-size:92px}@media (max-width:991px){.md-font-size-92{font-size:92px}}@media (max-width:768px){.sm-font-size-92{font-size:92px}}.font-size-91{font-size:91px}@media (max-width:991px){.md-font-size-91{font-size:91px}}@media (max-width:768px){.sm-font-size-91{font-size:91px}}.font-size-90{font-size:90px}@media (max-width:991px){.md-font-size-90{font-size:90px}}@media (max-width:768px){.sm-font-size-90{font-size:90px}}.font-size-89{font-size:89px}@media (max-width:991px){.md-font-size-89{font-size:89px}}@media (max-width:768px){.sm-font-size-89{font-size:89px}}.font-size-88{font-size:88px}@media (max-width:991px){.md-font-size-88{font-size:88px}}@media (max-width:768px){.sm-font-size-88{font-size:88px}}.font-size-87{font-size:87px}@media (max-width:991px){.md-font-size-87{font-size:87px}}@media (max-width:768px){.sm-font-size-87{font-size:87px}}.font-size-86{font-size:86px}@media (max-width:991px){.md-font-size-86{font-size:86px}}@media (max-width:768px){.sm-font-size-86{font-size:86px}}.font-size-85{font-size:85px}@media (max-width:991px){.md-font-size-85{font-size:85px}}@media (max-width:768px){.sm-font-size-85{font-size:85px}}.font-size-84{font-size:84px}@media (max-width:991px){.md-font-size-84{font-size:84px}}@media (max-width:768px){.sm-font-size-84{font-size:84px}}.font-size-83{font-size:83px}@media (max-width:991px){.md-font-size-83{font-size:83px}}@media (max-width:768px){.sm-font-size-83{font-size:83px}}.font-size-82{font-size:82px}@media (max-width:991px){.md-font-size-82{font-size:82px}}@media (max-width:768px){.sm-font-size-82{font-size:82px}}.font-size-81{font-size:81px}@media (max-width:991px){.md-font-size-81{font-size:81px}}@media (max-width:768px){.sm-font-size-81{font-size:81px}}.font-size-80{font-size:80px}@media (max-width:991px){.md-font-size-80{font-size:80px}}@media (max-width:768px){.sm-font-size-80{font-size:80px}}.font-size-79{font-size:79px}@media (max-width:991px){.md-font-size-79{font-size:79px}}@media (max-width:768px){.sm-font-size-79{font-size:79px}}.font-size-78{font-size:78px}@media (max-width:991px){.md-font-size-78{font-size:78px}}@media (max-width:768px){.sm-font-size-78{font-size:78px}}.font-size-77{font-size:77px}@media (max-width:991px){.md-font-size-77{font-size:77px}}@media (max-width:768px){.sm-font-size-77{font-size:77px}}.font-size-76{font-size:76px}@media (max-width:991px){.md-font-size-76{font-size:76px}}@media (max-width:768px){.sm-font-size-76{font-size:76px}}.font-size-75{font-size:75px}@media (max-width:991px){.md-font-size-75{font-size:75px}}@media (max-width:768px){.sm-font-size-75{font-size:75px}}.font-size-74{font-size:74px}@media (max-width:991px){.md-font-size-74{font-size:74px}}@media (max-width:768px){.sm-font-size-74{font-size:74px}}.font-size-73{font-size:73px}@media (max-width:991px){.md-font-size-73{font-size:73px}}@media (max-width:768px){.sm-font-size-73{font-size:73px}}.font-size-72{font-size:72px}@media (max-width:991px){.md-font-size-72{font-size:72px}}@media (max-width:768px){.sm-font-size-72{font-size:72px}}.font-size-71{font-size:71px}@media (max-width:991px){.md-font-size-71{font-size:71px}}@media (max-width:768px){.sm-font-size-71{font-size:71px}}.font-size-70{font-size:70px}@media (max-width:991px){.md-font-size-70{font-size:70px}}@media (max-width:768px){.sm-font-size-70{font-size:70px}}.font-size-69{font-size:69px}@media (max-width:991px){.md-font-size-69{font-size:69px}}@media (max-width:768px){.sm-font-size-69{font-size:69px}}.font-size-68{font-size:68px}@media (max-width:991px){.md-font-size-68{font-size:68px}}@media (max-width:768px){.sm-font-size-68{font-size:68px}}.font-size-67{font-size:67px}@media (max-width:991px){.md-font-size-67{font-size:67px}}@media (max-width:768px){.sm-font-size-67{font-size:67px}}.font-size-66{font-size:66px}@media (max-width:991px){.md-font-size-66{font-size:66px}}@media (max-width:768px){.sm-font-size-66{font-size:66px}}.font-size-65{font-size:65px}@media (max-width:991px){.md-font-size-65{font-size:65px}}@media (max-width:768px){.sm-font-size-65{font-size:65px}}.font-size-64{font-size:64px}@media (max-width:991px){.md-font-size-64{font-size:64px}}@media (max-width:768px){.sm-font-size-64{font-size:64px}}.font-size-63{font-size:63px}@media (max-width:991px){.md-font-size-63{font-size:63px}}@media (max-width:768px){.sm-font-size-63{font-size:63px}}.font-size-62{font-size:62px}@media (max-width:991px){.md-font-size-62{font-size:62px}}@media (max-width:768px){.sm-font-size-62{font-size:62px}}.font-size-61{font-size:61px}@media (max-width:991px){.md-font-size-61{font-size:61px}}@media (max-width:768px){.sm-font-size-61{font-size:61px}}.font-size-60{font-size:60px}@media (max-width:991px){.md-font-size-60{font-size:60px}}@media (max-width:768px){.sm-font-size-60{font-size:60px}}.font-size-59{font-size:59px}@media (max-width:991px){.md-font-size-59{font-size:59px}}@media (max-width:768px){.sm-font-size-59{font-size:59px}}.font-size-58{font-size:58px}@media (max-width:991px){.md-font-size-58{font-size:58px}}@media (max-width:768px){.sm-font-size-58{font-size:58px}}.font-size-57{font-size:57px}@media (max-width:991px){.md-font-size-57{font-size:57px}}@media (max-width:768px){.sm-font-size-57{font-size:57px}}.font-size-56{font-size:56px}@media (max-width:991px){.md-font-size-56{font-size:56px}}@media (max-width:768px){.sm-font-size-56{font-size:56px}}.font-size-55{font-size:55px}@media (max-width:991px){.md-font-size-55{font-size:55px}}@media (max-width:768px){.sm-font-size-55{font-size:55px}}.font-size-54{font-size:54px}@media (max-width:991px){.md-font-size-54{font-size:54px}}@media (max-width:768px){.sm-font-size-54{font-size:54px}}.font-size-53{font-size:53px}@media (max-width:991px){.md-font-size-53{font-size:53px}}@media (max-width:768px){.sm-font-size-53{font-size:53px}}.font-size-52{font-size:52px}@media (max-width:991px){.md-font-size-52{font-size:52px}}@media (max-width:768px){.sm-font-size-52{font-size:52px}}.font-size-51{font-size:51px}@media (max-width:991px){.md-font-size-51{font-size:51px}}@media (max-width:768px){.sm-font-size-51{font-size:51px}}.font-size-50{font-size:50px}@media (max-width:991px){.md-font-size-50{font-size:50px}}@media (max-width:768px){.sm-font-size-50{font-size:50px}}.font-size-49{font-size:49px}@media (max-width:991px){.md-font-size-49{font-size:49px}}@media (max-width:768px){.sm-font-size-49{font-size:49px}}.font-size-48{font-size:48px}@media (max-width:991px){.md-font-size-48{font-size:48px}}@media (max-width:768px){.sm-font-size-48{font-size:48px}}.font-size-47{font-size:47px}@media (max-width:991px){.md-font-size-47{font-size:47px}}@media (max-width:768px){.sm-font-size-47{font-size:47px}}.font-size-46{font-size:46px}@media (max-width:991px){.md-font-size-46{font-size:46px}}@media (max-width:768px){.sm-font-size-46{font-size:46px}}.font-size-45{font-size:45px}@media (max-width:991px){.md-font-size-45{font-size:45px}}@media (max-width:768px){.sm-font-size-45{font-size:45px}}.font-size-44{font-size:44px}@media (max-width:991px){.md-font-size-44{font-size:44px}}@media (max-width:768px){.sm-font-size-44{font-size:44px}}.font-size-43{font-size:43px}@media (max-width:991px){.md-font-size-43{font-size:43px}}@media (max-width:768px){.sm-font-size-43{font-size:43px}}.font-size-42{font-size:42px}@media (max-width:991px){.md-font-size-42{font-size:42px}}@media (max-width:768px){.sm-font-size-42{font-size:42px}}.font-size-41{font-size:41px}@media (max-width:991px){.md-font-size-41{font-size:41px}}@media (max-width:768px){.sm-font-size-41{font-size:41px}}.font-size-40{font-size:40px}@media (max-width:991px){.md-font-size-40{font-size:40px}}@media (max-width:768px){.sm-font-size-40{font-size:40px}}.font-size-39{font-size:39px}@media (max-width:991px){.md-font-size-39{font-size:39px}}@media (max-width:768px){.sm-font-size-39{font-size:39px}}.font-size-38{font-size:38px}@media (max-width:991px){.md-font-size-38{font-size:38px}}@media (max-width:768px){.sm-font-size-38{font-size:38px}}.font-size-37{font-size:37px}@media (max-width:991px){.md-font-size-37{font-size:37px}}@media (max-width:768px){.sm-font-size-37{font-size:37px}}.font-size-36{font-size:36px}@media (max-width:991px){.md-font-size-36{font-size:36px}}@media (max-width:768px){.sm-font-size-36{font-size:36px}}.font-size-35{font-size:35px}@media (max-width:991px){.md-font-size-35{font-size:35px}}@media (max-width:768px){.sm-font-size-35{font-size:35px}}.font-size-34{font-size:34px}@media (max-width:991px){.md-font-size-34{font-size:34px}}@media (max-width:768px){.sm-font-size-34{font-size:34px}}.font-size-33{font-size:33px}@media (max-width:991px){.md-font-size-33{font-size:33px}}@media (max-width:768px){.sm-font-size-33{font-size:33px}}.font-size-32{font-size:32px}@media (max-width:991px){.md-font-size-32{font-size:32px}}@media (max-width:768px){.sm-font-size-32{font-size:32px}}.font-size-31{font-size:31px}@media (max-width:991px){.md-font-size-31{font-size:31px}}@media (max-width:768px){.sm-font-size-31{font-size:31px}}.font-size-30{font-size:30px}@media (max-width:991px){.md-font-size-30{font-size:30px}}@media (max-width:768px){.sm-font-size-30{font-size:30px}}.font-size-29{font-size:29px}@media (max-width:991px){.md-font-size-29{font-size:29px}}@media (max-width:768px){.sm-font-size-29{font-size:29px}}.font-size-28{font-size:28px}@media (max-width:991px){.md-font-size-28{font-size:28px}}@media (max-width:768px){.sm-font-size-28{font-size:28px}}.font-size-27{font-size:27px}@media (max-width:991px){.md-font-size-27{font-size:27px}}@media (max-width:768px){.sm-font-size-27{font-size:27px}}.font-size-26{font-size:26px}@media (max-width:991px){.md-font-size-26{font-size:26px}}@media (max-width:768px){.sm-font-size-26{font-size:26px}}.font-size-25{font-size:25px}@media (max-width:991px){.md-font-size-25{font-size:25px}}@media (max-width:768px){.sm-font-size-25{font-size:25px}}.font-size-24{font-size:24px}@media (max-width:991px){.md-font-size-24{font-size:24px}}@media (max-width:768px){.sm-font-size-24{font-size:24px}}.font-size-23{font-size:23px}@media (max-width:991px){.md-font-size-23{font-size:23px}}@media (max-width:768px){.sm-font-size-23{font-size:23px}}.font-size-22{font-size:22px}@media (max-width:991px){.md-font-size-22{font-size:22px}}@media (max-width:768px){.sm-font-size-22{font-size:22px}}.font-size-21{font-size:21px}@media (max-width:991px){.md-font-size-21{font-size:21px}}@media (max-width:768px){.sm-font-size-21{font-size:21px}}.font-size-20{font-size:20px}@media (max-width:991px){.md-font-size-20{font-size:20px}}@media (max-width:768px){.sm-font-size-20{font-size:20px}}.font-size-19{font-size:19px}@media (max-width:991px){.md-font-size-19{font-size:19px}}@media (max-width:768px){.sm-font-size-19{font-size:19px}}.font-size-18{font-size:18px}@media (max-width:991px){.md-font-size-18{font-size:18px}}@media (max-width:768px){.sm-font-size-18{font-size:18px}}.font-size-17{font-size:17px}@media (max-width:991px){.md-font-size-17{font-size:17px}}@media (max-width:768px){.sm-font-size-17{font-size:17px}}.font-size-16{font-size:16px}@media (max-width:991px){.md-font-size-16{font-size:16px}}@media (max-width:768px){.sm-font-size-16{font-size:16px}}.font-size-15{font-size:15px}@media (max-width:991px){.md-font-size-15{font-size:15px}}@media (max-width:768px){.sm-font-size-15{font-size:15px}}.font-size-14{font-size:14px}@media (max-width:991px){.md-font-size-14{font-size:14px}}@media (max-width:768px){.sm-font-size-14{font-size:14px}}.font-size-13{font-size:13px}@media (max-width:991px){.md-font-size-13{font-size:13px}}@media (max-width:768px){.sm-font-size-13{font-size:13px}}.font-size-12{font-size:12px}@media (max-width:991px){.md-font-size-12{font-size:12px}}@media (max-width:768px){.sm-font-size-12{font-size:12px}}.font-size-11{font-size:11px}@media (max-width:991px){.md-font-size-11{font-size:11px}}@media (max-width:768px){.sm-font-size-11{font-size:11px}}.font-size-10{font-size:10px}@media (max-width:991px){.md-font-size-10{font-size:10px}}@media (max-width:768px){.sm-font-size-10{font-size:10px}}.font-size-9{font-size:9px}@media (max-width:991px){.md-font-size-9{font-size:9px}}@media (max-width:768px){.sm-font-size-9{font-size:9px}}.font-size-8{font-size:8px}@media (max-width:991px){.md-font-size-8{font-size:8px}}@media (max-width:768px){.sm-font-size-8{font-size:8px}}.font-size-7{font-size:7px}@media (max-width:991px){.md-font-size-7{font-size:7px}}@media (max-width:768px){.sm-font-size-7{font-size:7px}}.font-size-6{font-size:6px}@media (max-width:991px){.md-font-size-6{font-size:6px}}@media (max-width:768px){.sm-font-size-6{font-size:6px}}.font-size-5{font-size:5px}@media (max-width:991px){.md-font-size-5{font-size:5px}}@media (max-width:768px){.sm-font-size-5{font-size:5px}}.font-size-4{font-size:4px}@media (max-width:991px){.md-font-size-4{font-size:4px}}@media (max-width:768px){.sm-font-size-4{font-size:4px}}.font-size-3{font-size:3px}@media (max-width:991px){.md-font-size-3{font-size:3px}}@media (max-width:768px){.sm-font-size-3{font-size:3px}}.font-size-2{font-size:2px}@media (max-width:991px){.md-font-size-2{font-size:2px}}@media (max-width:768px){.sm-font-size-2{font-size:2px}}.font-size-1{font-size:1px}@media (max-width:991px){.md-font-size-1{font-size:1px}}@media (max-width:768px){.sm-font-size-1{font-size:1px}}.font-900{font-weight:900}.font-800{font-weight:800}.font-700{font-weight:700}.font-600{font-weight:600}.font-500{font-weight:500}.font-400{font-weight:400}.font-300{font-weight:300}.font-200{font-weight:200}.font-100{font-weight:100}.letter-spacing-50{letter-spacing:50px}.letter-spacing-49{letter-spacing:49px}.letter-spacing-48{letter-spacing:48px}.letter-spacing-47{letter-spacing:47px}.letter-spacing-46{letter-spacing:46px}.letter-spacing-45{letter-spacing:45px}.letter-spacing-44{letter-spacing:44px}.letter-spacing-43{letter-spacing:43px}.letter-spacing-42{letter-spacing:42px}.letter-spacing-41{letter-spacing:41px}.letter-spacing-40{letter-spacing:40px}.letter-spacing-39{letter-spacing:39px}.letter-spacing-38{letter-spacing:38px}.letter-spacing-37{letter-spacing:37px}.letter-spacing-36{letter-spacing:36px}.letter-spacing-35{letter-spacing:35px}.letter-spacing-34{letter-spacing:34px}.letter-spacing-33{letter-spacing:33px}.letter-spacing-32{letter-spacing:32px}.letter-spacing-31{letter-spacing:31px}.letter-spacing-30{letter-spacing:30px}.letter-spacing-29{letter-spacing:29px}.letter-spacing-28{letter-spacing:28px}.letter-spacing-27{letter-spacing:27px}.letter-spacing-26{letter-spacing:26px}.letter-spacing-25{letter-spacing:25px}.letter-spacing-24{letter-spacing:24px}.letter-spacing-23{letter-spacing:23px}.letter-spacing-22{letter-spacing:22px}.letter-spacing-21{letter-spacing:21px}.letter-spacing-20{letter-spacing:20px}.letter-spacing-19{letter-spacing:19px}.letter-spacing-18{letter-spacing:18px}.letter-spacing-17{letter-spacing:17px}.letter-spacing-16{letter-spacing:16px}.letter-spacing-15{letter-spacing:15px}.letter-spacing-14{letter-spacing:14px}.letter-spacing-13{letter-spacing:13px}.letter-spacing-12{letter-spacing:12px}.letter-spacing-11{letter-spacing:11px}.letter-spacing-10{letter-spacing:10px}.letter-spacing-9{letter-spacing:9px}.letter-spacing-8{letter-spacing:8px}.letter-spacing-7{letter-spacing:7px}.letter-spacing-6{letter-spacing:6px}.letter-spacing-5{letter-spacing:5px}.letter-spacing-4{letter-spacing:4px}.letter-spacing-3{letter-spacing:3px}.letter-spacing-2{letter-spacing:2px}.letter-spacing-1{letter-spacing:1px}.line-height-200{line-height:200px}.line-height-199{line-height:199px}.line-height-198{line-height:198px}.line-height-197{line-height:197px}.line-height-196{line-height:196px}.line-height-195{line-height:195px}.line-height-194{line-height:194px}.line-height-193{line-height:193px}.line-height-192{line-height:192px}.line-height-191{line-height:191px}.line-height-190{line-height:190px}.line-height-189{line-height:189px}.line-height-188{line-height:188px}.line-height-187{line-height:187px}.line-height-186{line-height:186px}.line-height-185{line-height:185px}.line-height-184{line-height:184px}.line-height-183{line-height:183px}.line-height-182{line-height:182px}.line-height-181{line-height:181px}.line-height-180{line-height:180px}.line-height-179{line-height:179px}.line-height-178{line-height:178px}.line-height-177{line-height:177px}.line-height-176{line-height:176px}.line-height-175{line-height:175px}.line-height-174{line-height:174px}.line-height-173{line-height:173px}.line-height-172{line-height:172px}.line-height-171{line-height:171px}.line-height-170{line-height:170px}.line-height-169{line-height:169px}.line-height-168{line-height:168px}.line-height-167{line-height:167px}.line-height-166{line-height:166px}.line-height-165{line-height:165px}.line-height-164{line-height:164px}.line-height-163{line-height:163px}.line-height-162{line-height:162px}.line-height-161{line-height:161px}.line-height-160{line-height:160px}.line-height-159{line-height:159px}.line-height-158{line-height:158px}.line-height-157{line-height:157px}.line-height-156{line-height:156px}.line-height-155{line-height:155px}.line-height-154{line-height:154px}.line-height-153{line-height:153px}.line-height-152{line-height:152px}.line-height-151{line-height:151px}.line-height-150{line-height:150px}.line-height-149{line-height:149px}.line-height-148{line-height:148px}.line-height-147{line-height:147px}.line-height-146{line-height:146px}.line-height-145{line-height:145px}.line-height-144{line-height:144px}.line-height-143{line-height:143px}.line-height-142{line-height:142px}.line-height-141{line-height:141px}.line-height-140{line-height:140px}.line-height-139{line-height:139px}.line-height-138{line-height:138px}.line-height-137{line-height:137px}.line-height-136{line-height:136px}.line-height-135{line-height:135px}.line-height-134{line-height:134px}.line-height-133{line-height:133px}.line-height-132{line-height:132px}.line-height-131{line-height:131px}.line-height-130{line-height:130px}.line-height-129{line-height:129px}.line-height-128{line-height:128px}.line-height-127{line-height:127px}.line-height-126{line-height:126px}.line-height-125{line-height:125px}.line-height-124{line-height:124px}.line-height-123{line-height:123px}.line-height-122{line-height:122px}.line-height-121{line-height:121px}.line-height-120{line-height:120px}.line-height-119{line-height:119px}.line-height-118{line-height:118px}.line-height-117{line-height:117px}.line-height-116{line-height:116px}.line-height-115{line-height:115px}.line-height-114{line-height:114px}.line-height-113{line-height:113px}.line-height-112{line-height:112px}.line-height-111{line-height:111px}.line-height-110{line-height:110px}.line-height-109{line-height:109px}.line-height-108{line-height:108px}.line-height-107{line-height:107px}.line-height-106{line-height:106px}.line-height-105{line-height:105px}.line-height-104{line-height:104px}.line-height-103{line-height:103px}.line-height-102{line-height:102px}.line-height-101{line-height:101px}.line-height-100{line-height:100px}.line-height-99{line-height:99px}.line-height-98{line-height:98px}.line-height-97{line-height:97px}.line-height-96{line-height:96px}.line-height-95{line-height:95px}.line-height-94{line-height:94px}.line-height-93{line-height:93px}.line-height-92{line-height:92px}.line-height-91{line-height:91px}.line-height-90{line-height:90px}.line-height-89{line-height:89px}.line-height-88{line-height:88px}.line-height-87{line-height:87px}.line-height-86{line-height:86px}.line-height-85{line-height:85px}.line-height-84{line-height:84px}.line-height-83{line-height:83px}.line-height-82{line-height:82px}.line-height-81{line-height:81px}.line-height-80{line-height:80px}.line-height-79{line-height:79px}.line-height-78{line-height:78px}.line-height-77{line-height:77px}.line-height-76{line-height:76px}.line-height-75{line-height:75px}.line-height-74{line-height:74px}.line-height-73{line-height:73px}.line-height-72{line-height:72px}.line-height-71{line-height:71px}.line-height-70{line-height:70px}.line-height-69{line-height:69px}.line-height-68{line-height:68px}.line-height-67{line-height:67px}.line-height-66{line-height:66px}.line-height-65{line-height:65px}.line-height-64{line-height:64px}.line-height-63{line-height:63px}.line-height-62{line-height:62px}.line-height-61{line-height:61px}.line-height-60{line-height:60px}.line-height-59{line-height:59px}.line-height-58{line-height:58px}.line-height-57{line-height:57px}.line-height-56{line-height:56px}.line-height-55{line-height:55px}.line-height-54{line-height:54px}.line-height-53{line-height:53px}.line-height-52{line-height:52px}.line-height-51{line-height:51px}.line-height-50{line-height:50px}.line-height-49{line-height:49px}.line-height-48{line-height:48px}.line-height-47{line-height:47px}.line-height-46{line-height:46px}.line-height-45{line-height:45px}.line-height-44{line-height:44px}.line-height-43{line-height:43px}.line-height-42{line-height:42px}.line-height-41{line-height:41px}.line-height-40{line-height:40px}.line-height-39{line-height:39px}.line-height-38{line-height:38px}.line-height-37{line-height:37px}.line-height-36{line-height:36px}.line-height-35{line-height:35px}.line-height-34{line-height:34px}.line-height-33{line-height:33px}.line-height-32{line-height:32px}.line-height-31{line-height:31px}.line-height-30{line-height:30px}.line-height-29{line-height:29px}.line-height-28{line-height:28px}.line-height-27{line-height:27px}.line-height-26{line-height:26px}.line-height-25{line-height:25px}.line-height-24{line-height:24px}.line-height-23{line-height:23px}.line-height-22{line-height:22px}.line-height-21{line-height:21px}.line-height-20{line-height:20px}.line-height-19{line-height:19px}.line-height-18{line-height:18px}.line-height-17{line-height:17px}.line-height-16{line-height:16px}.line-height-15{line-height:15px}.line-height-14{line-height:14px}.line-height-13{line-height:13px}.line-height-12{line-height:12px}.line-height-11{line-height:11px}.line-height-10{line-height:10px}.line-height-9{line-height:9px}.line-height-8{line-height:8px}.line-height-7{line-height:7px}.line-height-6{line-height:6px}.line-height-5{line-height:5px}.line-height-4{line-height:4px}.line-height-3{line-height:3px}.line-height-2{line-height:2px}.line-height-1{line-height:1px}.align-center{text-align:center}@media (max-width:768px){.sm-align-center{text-align:center}}.align-left{text-align:left}@media (max-width:768px){.sm-align-left{text-align:left}}.align-right{text-align:right}@media (max-width:768px){.sm-align-right{text-align:right}}.align-justify{text-align:justify}@media (max-width:768px){.sm-align-justify{text-align:justify}}.margin-top-100{margin-top:100px}@media (max-width:576px){.xs-margin-top-100{margin-top:100px}}@media (max-width:768px){.sm-margin-top-100{margin-top:100px}}@media (max-width:991px){.md-margin-top-100{margin-top:100px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-100{margin-top:100px}}.margin-top-99{margin-top:99px}@media (max-width:576px){.xs-margin-top-99{margin-top:99px}}@media (max-width:768px){.sm-margin-top-99{margin-top:99px}}@media (max-width:991px){.md-margin-top-99{margin-top:99px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-99{margin-top:99px}}.margin-top-98{margin-top:98px}@media (max-width:576px){.xs-margin-top-98{margin-top:98px}}@media (max-width:768px){.sm-margin-top-98{margin-top:98px}}@media (max-width:991px){.md-margin-top-98{margin-top:98px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-98{margin-top:98px}}.margin-top-97{margin-top:97px}@media (max-width:576px){.xs-margin-top-97{margin-top:97px}}@media (max-width:768px){.sm-margin-top-97{margin-top:97px}}@media (max-width:991px){.md-margin-top-97{margin-top:97px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-97{margin-top:97px}}.margin-top-96{margin-top:96px}@media (max-width:576px){.xs-margin-top-96{margin-top:96px}}@media (max-width:768px){.sm-margin-top-96{margin-top:96px}}@media (max-width:991px){.md-margin-top-96{margin-top:96px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-96{margin-top:96px}}.margin-top-95{margin-top:95px}@media (max-width:576px){.xs-margin-top-95{margin-top:95px}}@media (max-width:768px){.sm-margin-top-95{margin-top:95px}}@media (max-width:991px){.md-margin-top-95{margin-top:95px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-95{margin-top:95px}}.margin-top-94{margin-top:94px}@media (max-width:576px){.xs-margin-top-94{margin-top:94px}}@media (max-width:768px){.sm-margin-top-94{margin-top:94px}}@media (max-width:991px){.md-margin-top-94{margin-top:94px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-94{margin-top:94px}}.margin-top-93{margin-top:93px}@media (max-width:576px){.xs-margin-top-93{margin-top:93px}}@media (max-width:768px){.sm-margin-top-93{margin-top:93px}}@media (max-width:991px){.md-margin-top-93{margin-top:93px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-93{margin-top:93px}}.margin-top-92{margin-top:92px}@media (max-width:576px){.xs-margin-top-92{margin-top:92px}}@media (max-width:768px){.sm-margin-top-92{margin-top:92px}}@media (max-width:991px){.md-margin-top-92{margin-top:92px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-92{margin-top:92px}}.margin-top-91{margin-top:91px}@media (max-width:576px){.xs-margin-top-91{margin-top:91px}}@media (max-width:768px){.sm-margin-top-91{margin-top:91px}}@media (max-width:991px){.md-margin-top-91{margin-top:91px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-91{margin-top:91px}}.margin-top-90{margin-top:90px}@media (max-width:576px){.xs-margin-top-90{margin-top:90px}}@media (max-width:768px){.sm-margin-top-90{margin-top:90px}}@media (max-width:991px){.md-margin-top-90{margin-top:90px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-90{margin-top:90px}}.margin-top-89{margin-top:89px}@media (max-width:576px){.xs-margin-top-89{margin-top:89px}}@media (max-width:768px){.sm-margin-top-89{margin-top:89px}}@media (max-width:991px){.md-margin-top-89{margin-top:89px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-89{margin-top:89px}}.margin-top-88{margin-top:88px}@media (max-width:576px){.xs-margin-top-88{margin-top:88px}}@media (max-width:768px){.sm-margin-top-88{margin-top:88px}}@media (max-width:991px){.md-margin-top-88{margin-top:88px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-88{margin-top:88px}}.margin-top-87{margin-top:87px}@media (max-width:576px){.xs-margin-top-87{margin-top:87px}}@media (max-width:768px){.sm-margin-top-87{margin-top:87px}}@media (max-width:991px){.md-margin-top-87{margin-top:87px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-87{margin-top:87px}}.margin-top-86{margin-top:86px}@media (max-width:576px){.xs-margin-top-86{margin-top:86px}}@media (max-width:768px){.sm-margin-top-86{margin-top:86px}}@media (max-width:991px){.md-margin-top-86{margin-top:86px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-86{margin-top:86px}}.margin-top-85{margin-top:85px}@media (max-width:576px){.xs-margin-top-85{margin-top:85px}}@media (max-width:768px){.sm-margin-top-85{margin-top:85px}}@media (max-width:991px){.md-margin-top-85{margin-top:85px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-85{margin-top:85px}}.margin-top-84{margin-top:84px}@media (max-width:576px){.xs-margin-top-84{margin-top:84px}}@media (max-width:768px){.sm-margin-top-84{margin-top:84px}}@media (max-width:991px){.md-margin-top-84{margin-top:84px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-84{margin-top:84px}}.margin-top-83{margin-top:83px}@media (max-width:576px){.xs-margin-top-83{margin-top:83px}}@media (max-width:768px){.sm-margin-top-83{margin-top:83px}}@media (max-width:991px){.md-margin-top-83{margin-top:83px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-83{margin-top:83px}}.margin-top-82{margin-top:82px}@media (max-width:576px){.xs-margin-top-82{margin-top:82px}}@media (max-width:768px){.sm-margin-top-82{margin-top:82px}}@media (max-width:991px){.md-margin-top-82{margin-top:82px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-82{margin-top:82px}}.margin-top-81{margin-top:81px}@media (max-width:576px){.xs-margin-top-81{margin-top:81px}}@media (max-width:768px){.sm-margin-top-81{margin-top:81px}}@media (max-width:991px){.md-margin-top-81{margin-top:81px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-81{margin-top:81px}}.margin-top-80{margin-top:80px}@media (max-width:576px){.xs-margin-top-80{margin-top:80px}}@media (max-width:768px){.sm-margin-top-80{margin-top:80px}}@media (max-width:991px){.md-margin-top-80{margin-top:80px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-80{margin-top:80px}}.margin-top-79{margin-top:79px}@media (max-width:576px){.xs-margin-top-79{margin-top:79px}}@media (max-width:768px){.sm-margin-top-79{margin-top:79px}}@media (max-width:991px){.md-margin-top-79{margin-top:79px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-79{margin-top:79px}}.margin-top-78{margin-top:78px}@media (max-width:576px){.xs-margin-top-78{margin-top:78px}}@media (max-width:768px){.sm-margin-top-78{margin-top:78px}}@media (max-width:991px){.md-margin-top-78{margin-top:78px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-78{margin-top:78px}}.margin-top-77{margin-top:77px}@media (max-width:576px){.xs-margin-top-77{margin-top:77px}}@media (max-width:768px){.sm-margin-top-77{margin-top:77px}}@media (max-width:991px){.md-margin-top-77{margin-top:77px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-77{margin-top:77px}}.margin-top-76{margin-top:76px}@media (max-width:576px){.xs-margin-top-76{margin-top:76px}}@media (max-width:768px){.sm-margin-top-76{margin-top:76px}}@media (max-width:991px){.md-margin-top-76{margin-top:76px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-76{margin-top:76px}}.margin-top-75{margin-top:75px}@media (max-width:576px){.xs-margin-top-75{margin-top:75px}}@media (max-width:768px){.sm-margin-top-75{margin-top:75px}}@media (max-width:991px){.md-margin-top-75{margin-top:75px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-75{margin-top:75px}}.margin-top-74{margin-top:74px}@media (max-width:576px){.xs-margin-top-74{margin-top:74px}}@media (max-width:768px){.sm-margin-top-74{margin-top:74px}}@media (max-width:991px){.md-margin-top-74{margin-top:74px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-74{margin-top:74px}}.margin-top-73{margin-top:73px}@media (max-width:576px){.xs-margin-top-73{margin-top:73px}}@media (max-width:768px){.sm-margin-top-73{margin-top:73px}}@media (max-width:991px){.md-margin-top-73{margin-top:73px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-73{margin-top:73px}}.margin-top-72{margin-top:72px}@media (max-width:576px){.xs-margin-top-72{margin-top:72px}}@media (max-width:768px){.sm-margin-top-72{margin-top:72px}}@media (max-width:991px){.md-margin-top-72{margin-top:72px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-72{margin-top:72px}}.margin-top-71{margin-top:71px}@media (max-width:576px){.xs-margin-top-71{margin-top:71px}}@media (max-width:768px){.sm-margin-top-71{margin-top:71px}}@media (max-width:991px){.md-margin-top-71{margin-top:71px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-71{margin-top:71px}}.margin-top-70{margin-top:70px}@media (max-width:576px){.xs-margin-top-70{margin-top:70px}}@media (max-width:768px){.sm-margin-top-70{margin-top:70px}}@media (max-width:991px){.md-margin-top-70{margin-top:70px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-70{margin-top:70px}}.margin-top-69{margin-top:69px}@media (max-width:576px){.xs-margin-top-69{margin-top:69px}}@media (max-width:768px){.sm-margin-top-69{margin-top:69px}}@media (max-width:991px){.md-margin-top-69{margin-top:69px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-69{margin-top:69px}}.margin-top-68{margin-top:68px}@media (max-width:576px){.xs-margin-top-68{margin-top:68px}}@media (max-width:768px){.sm-margin-top-68{margin-top:68px}}@media (max-width:991px){.md-margin-top-68{margin-top:68px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-68{margin-top:68px}}.margin-top-67{margin-top:67px}@media (max-width:576px){.xs-margin-top-67{margin-top:67px}}@media (max-width:768px){.sm-margin-top-67{margin-top:67px}}@media (max-width:991px){.md-margin-top-67{margin-top:67px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-67{margin-top:67px}}.margin-top-66{margin-top:66px}@media (max-width:576px){.xs-margin-top-66{margin-top:66px}}@media (max-width:768px){.sm-margin-top-66{margin-top:66px}}@media (max-width:991px){.md-margin-top-66{margin-top:66px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-66{margin-top:66px}}.margin-top-65{margin-top:65px}@media (max-width:576px){.xs-margin-top-65{margin-top:65px}}@media (max-width:768px){.sm-margin-top-65{margin-top:65px}}@media (max-width:991px){.md-margin-top-65{margin-top:65px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-65{margin-top:65px}}.margin-top-64{margin-top:64px}@media (max-width:576px){.xs-margin-top-64{margin-top:64px}}@media (max-width:768px){.sm-margin-top-64{margin-top:64px}}@media (max-width:991px){.md-margin-top-64{margin-top:64px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-64{margin-top:64px}}.margin-top-63{margin-top:63px}@media (max-width:576px){.xs-margin-top-63{margin-top:63px}}@media (max-width:768px){.sm-margin-top-63{margin-top:63px}}@media (max-width:991px){.md-margin-top-63{margin-top:63px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-63{margin-top:63px}}.margin-top-62{margin-top:62px}@media (max-width:576px){.xs-margin-top-62{margin-top:62px}}@media (max-width:768px){.sm-margin-top-62{margin-top:62px}}@media (max-width:991px){.md-margin-top-62{margin-top:62px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-62{margin-top:62px}}.margin-top-61{margin-top:61px}@media (max-width:576px){.xs-margin-top-61{margin-top:61px}}@media (max-width:768px){.sm-margin-top-61{margin-top:61px}}@media (max-width:991px){.md-margin-top-61{margin-top:61px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-61{margin-top:61px}}.margin-top-60{margin-top:60px}@media (max-width:576px){.xs-margin-top-60{margin-top:60px}}@media (max-width:768px){.sm-margin-top-60{margin-top:60px}}@media (max-width:991px){.md-margin-top-60{margin-top:60px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-60{margin-top:60px}}.margin-top-59{margin-top:59px}@media (max-width:576px){.xs-margin-top-59{margin-top:59px}}@media (max-width:768px){.sm-margin-top-59{margin-top:59px}}@media (max-width:991px){.md-margin-top-59{margin-top:59px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-59{margin-top:59px}}.margin-top-58{margin-top:58px}@media (max-width:576px){.xs-margin-top-58{margin-top:58px}}@media (max-width:768px){.sm-margin-top-58{margin-top:58px}}@media (max-width:991px){.md-margin-top-58{margin-top:58px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-58{margin-top:58px}}.margin-top-57{margin-top:57px}@media (max-width:576px){.xs-margin-top-57{margin-top:57px}}@media (max-width:768px){.sm-margin-top-57{margin-top:57px}}@media (max-width:991px){.md-margin-top-57{margin-top:57px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-57{margin-top:57px}}.margin-top-56{margin-top:56px}@media (max-width:576px){.xs-margin-top-56{margin-top:56px}}@media (max-width:768px){.sm-margin-top-56{margin-top:56px}}@media (max-width:991px){.md-margin-top-56{margin-top:56px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-56{margin-top:56px}}.margin-top-55{margin-top:55px}@media (max-width:576px){.xs-margin-top-55{margin-top:55px}}@media (max-width:768px){.sm-margin-top-55{margin-top:55px}}@media (max-width:991px){.md-margin-top-55{margin-top:55px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-55{margin-top:55px}}.margin-top-54{margin-top:54px}@media (max-width:576px){.xs-margin-top-54{margin-top:54px}}@media (max-width:768px){.sm-margin-top-54{margin-top:54px}}@media (max-width:991px){.md-margin-top-54{margin-top:54px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-54{margin-top:54px}}.margin-top-53{margin-top:53px}@media (max-width:576px){.xs-margin-top-53{margin-top:53px}}@media (max-width:768px){.sm-margin-top-53{margin-top:53px}}@media (max-width:991px){.md-margin-top-53{margin-top:53px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-53{margin-top:53px}}.margin-top-52{margin-top:52px}@media (max-width:576px){.xs-margin-top-52{margin-top:52px}}@media (max-width:768px){.sm-margin-top-52{margin-top:52px}}@media (max-width:991px){.md-margin-top-52{margin-top:52px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-52{margin-top:52px}}.margin-top-51{margin-top:51px}@media (max-width:576px){.xs-margin-top-51{margin-top:51px}}@media (max-width:768px){.sm-margin-top-51{margin-top:51px}}@media (max-width:991px){.md-margin-top-51{margin-top:51px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-51{margin-top:51px}}.margin-top-50{margin-top:50px}@media (max-width:576px){.xs-margin-top-50{margin-top:50px}}@media (max-width:768px){.sm-margin-top-50{margin-top:50px}}@media (max-width:991px){.md-margin-top-50{margin-top:50px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-50{margin-top:50px}}.margin-top-49{margin-top:49px}@media (max-width:576px){.xs-margin-top-49{margin-top:49px}}@media (max-width:768px){.sm-margin-top-49{margin-top:49px}}@media (max-width:991px){.md-margin-top-49{margin-top:49px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-49{margin-top:49px}}.margin-top-48{margin-top:48px}@media (max-width:576px){.xs-margin-top-48{margin-top:48px}}@media (max-width:768px){.sm-margin-top-48{margin-top:48px}}@media (max-width:991px){.md-margin-top-48{margin-top:48px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-48{margin-top:48px}}.margin-top-47{margin-top:47px}@media (max-width:576px){.xs-margin-top-47{margin-top:47px}}@media (max-width:768px){.sm-margin-top-47{margin-top:47px}}@media (max-width:991px){.md-margin-top-47{margin-top:47px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-47{margin-top:47px}}.margin-top-46{margin-top:46px}@media (max-width:576px){.xs-margin-top-46{margin-top:46px}}@media (max-width:768px){.sm-margin-top-46{margin-top:46px}}@media (max-width:991px){.md-margin-top-46{margin-top:46px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-46{margin-top:46px}}.margin-top-45{margin-top:45px}@media (max-width:576px){.xs-margin-top-45{margin-top:45px}}@media (max-width:768px){.sm-margin-top-45{margin-top:45px}}@media (max-width:991px){.md-margin-top-45{margin-top:45px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-45{margin-top:45px}}.margin-top-44{margin-top:44px}@media (max-width:576px){.xs-margin-top-44{margin-top:44px}}@media (max-width:768px){.sm-margin-top-44{margin-top:44px}}@media (max-width:991px){.md-margin-top-44{margin-top:44px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-44{margin-top:44px}}.margin-top-43{margin-top:43px}@media (max-width:576px){.xs-margin-top-43{margin-top:43px}}@media (max-width:768px){.sm-margin-top-43{margin-top:43px}}@media (max-width:991px){.md-margin-top-43{margin-top:43px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-43{margin-top:43px}}.margin-top-42{margin-top:42px}@media (max-width:576px){.xs-margin-top-42{margin-top:42px}}@media (max-width:768px){.sm-margin-top-42{margin-top:42px}}@media (max-width:991px){.md-margin-top-42{margin-top:42px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-42{margin-top:42px}}.margin-top-41{margin-top:41px}@media (max-width:576px){.xs-margin-top-41{margin-top:41px}}@media (max-width:768px){.sm-margin-top-41{margin-top:41px}}@media (max-width:991px){.md-margin-top-41{margin-top:41px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-41{margin-top:41px}}.margin-top-40{margin-top:40px}@media (max-width:576px){.xs-margin-top-40{margin-top:40px}}@media (max-width:768px){.sm-margin-top-40{margin-top:40px}}@media (max-width:991px){.md-margin-top-40{margin-top:40px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-40{margin-top:40px}}.margin-top-39{margin-top:39px}@media (max-width:576px){.xs-margin-top-39{margin-top:39px}}@media (max-width:768px){.sm-margin-top-39{margin-top:39px}}@media (max-width:991px){.md-margin-top-39{margin-top:39px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-39{margin-top:39px}}.margin-top-38{margin-top:38px}@media (max-width:576px){.xs-margin-top-38{margin-top:38px}}@media (max-width:768px){.sm-margin-top-38{margin-top:38px}}@media (max-width:991px){.md-margin-top-38{margin-top:38px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-38{margin-top:38px}}.margin-top-37{margin-top:37px}@media (max-width:576px){.xs-margin-top-37{margin-top:37px}}@media (max-width:768px){.sm-margin-top-37{margin-top:37px}}@media (max-width:991px){.md-margin-top-37{margin-top:37px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-37{margin-top:37px}}.margin-top-36{margin-top:36px}@media (max-width:576px){.xs-margin-top-36{margin-top:36px}}@media (max-width:768px){.sm-margin-top-36{margin-top:36px}}@media (max-width:991px){.md-margin-top-36{margin-top:36px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-36{margin-top:36px}}.margin-top-35{margin-top:35px}@media (max-width:576px){.xs-margin-top-35{margin-top:35px}}@media (max-width:768px){.sm-margin-top-35{margin-top:35px}}@media (max-width:991px){.md-margin-top-35{margin-top:35px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-35{margin-top:35px}}.margin-top-34{margin-top:34px}@media (max-width:576px){.xs-margin-top-34{margin-top:34px}}@media (max-width:768px){.sm-margin-top-34{margin-top:34px}}@media (max-width:991px){.md-margin-top-34{margin-top:34px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-34{margin-top:34px}}.margin-top-33{margin-top:33px}@media (max-width:576px){.xs-margin-top-33{margin-top:33px}}@media (max-width:768px){.sm-margin-top-33{margin-top:33px}}@media (max-width:991px){.md-margin-top-33{margin-top:33px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-33{margin-top:33px}}.margin-top-32{margin-top:32px}@media (max-width:576px){.xs-margin-top-32{margin-top:32px}}@media (max-width:768px){.sm-margin-top-32{margin-top:32px}}@media (max-width:991px){.md-margin-top-32{margin-top:32px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-32{margin-top:32px}}.margin-top-31{margin-top:31px}@media (max-width:576px){.xs-margin-top-31{margin-top:31px}}@media (max-width:768px){.sm-margin-top-31{margin-top:31px}}@media (max-width:991px){.md-margin-top-31{margin-top:31px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-31{margin-top:31px}}.margin-top-30{margin-top:30px}@media (max-width:576px){.xs-margin-top-30{margin-top:30px}}@media (max-width:768px){.sm-margin-top-30{margin-top:30px}}@media (max-width:991px){.md-margin-top-30{margin-top:30px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-30{margin-top:30px}}.margin-top-29{margin-top:29px}@media (max-width:576px){.xs-margin-top-29{margin-top:29px}}@media (max-width:768px){.sm-margin-top-29{margin-top:29px}}@media (max-width:991px){.md-margin-top-29{margin-top:29px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-29{margin-top:29px}}.margin-top-28{margin-top:28px}@media (max-width:576px){.xs-margin-top-28{margin-top:28px}}@media (max-width:768px){.sm-margin-top-28{margin-top:28px}}@media (max-width:991px){.md-margin-top-28{margin-top:28px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-28{margin-top:28px}}.margin-top-27{margin-top:27px}@media (max-width:576px){.xs-margin-top-27{margin-top:27px}}@media (max-width:768px){.sm-margin-top-27{margin-top:27px}}@media (max-width:991px){.md-margin-top-27{margin-top:27px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-27{margin-top:27px}}.margin-top-26{margin-top:26px}@media (max-width:576px){.xs-margin-top-26{margin-top:26px}}@media (max-width:768px){.sm-margin-top-26{margin-top:26px}}@media (max-width:991px){.md-margin-top-26{margin-top:26px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-26{margin-top:26px}}.margin-top-25{margin-top:25px}@media (max-width:576px){.xs-margin-top-25{margin-top:25px}}@media (max-width:768px){.sm-margin-top-25{margin-top:25px}}@media (max-width:991px){.md-margin-top-25{margin-top:25px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-25{margin-top:25px}}.margin-top-24{margin-top:24px}@media (max-width:576px){.xs-margin-top-24{margin-top:24px}}@media (max-width:768px){.sm-margin-top-24{margin-top:24px}}@media (max-width:991px){.md-margin-top-24{margin-top:24px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-24{margin-top:24px}}.margin-top-23{margin-top:23px}@media (max-width:576px){.xs-margin-top-23{margin-top:23px}}@media (max-width:768px){.sm-margin-top-23{margin-top:23px}}@media (max-width:991px){.md-margin-top-23{margin-top:23px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-23{margin-top:23px}}.margin-top-22{margin-top:22px}@media (max-width:576px){.xs-margin-top-22{margin-top:22px}}@media (max-width:768px){.sm-margin-top-22{margin-top:22px}}@media (max-width:991px){.md-margin-top-22{margin-top:22px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-22{margin-top:22px}}.margin-top-21{margin-top:21px}@media (max-width:576px){.xs-margin-top-21{margin-top:21px}}@media (max-width:768px){.sm-margin-top-21{margin-top:21px}}@media (max-width:991px){.md-margin-top-21{margin-top:21px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-21{margin-top:21px}}.margin-top-20{margin-top:20px}@media (max-width:576px){.xs-margin-top-20{margin-top:20px}}@media (max-width:768px){.sm-margin-top-20{margin-top:20px}}@media (max-width:991px){.md-margin-top-20{margin-top:20px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-20{margin-top:20px}}.margin-top-19{margin-top:19px}@media (max-width:576px){.xs-margin-top-19{margin-top:19px}}@media (max-width:768px){.sm-margin-top-19{margin-top:19px}}@media (max-width:991px){.md-margin-top-19{margin-top:19px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-19{margin-top:19px}}.margin-top-18{margin-top:18px}@media (max-width:576px){.xs-margin-top-18{margin-top:18px}}@media (max-width:768px){.sm-margin-top-18{margin-top:18px}}@media (max-width:991px){.md-margin-top-18{margin-top:18px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-18{margin-top:18px}}.margin-top-17{margin-top:17px}@media (max-width:576px){.xs-margin-top-17{margin-top:17px}}@media (max-width:768px){.sm-margin-top-17{margin-top:17px}}@media (max-width:991px){.md-margin-top-17{margin-top:17px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-17{margin-top:17px}}.margin-top-16{margin-top:16px}@media (max-width:576px){.xs-margin-top-16{margin-top:16px}}@media (max-width:768px){.sm-margin-top-16{margin-top:16px}}@media (max-width:991px){.md-margin-top-16{margin-top:16px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-16{margin-top:16px}}.margin-top-15{margin-top:15px}@media (max-width:576px){.xs-margin-top-15{margin-top:15px}}@media (max-width:768px){.sm-margin-top-15{margin-top:15px}}@media (max-width:991px){.md-margin-top-15{margin-top:15px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-15{margin-top:15px}}.margin-top-14{margin-top:14px}@media (max-width:576px){.xs-margin-top-14{margin-top:14px}}@media (max-width:768px){.sm-margin-top-14{margin-top:14px}}@media (max-width:991px){.md-margin-top-14{margin-top:14px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-14{margin-top:14px}}.margin-top-13{margin-top:13px}@media (max-width:576px){.xs-margin-top-13{margin-top:13px}}@media (max-width:768px){.sm-margin-top-13{margin-top:13px}}@media (max-width:991px){.md-margin-top-13{margin-top:13px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-13{margin-top:13px}}.margin-top-12{margin-top:12px}@media (max-width:576px){.xs-margin-top-12{margin-top:12px}}@media (max-width:768px){.sm-margin-top-12{margin-top:12px}}@media (max-width:991px){.md-margin-top-12{margin-top:12px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-12{margin-top:12px}}.margin-top-11{margin-top:11px}@media (max-width:576px){.xs-margin-top-11{margin-top:11px}}@media (max-width:768px){.sm-margin-top-11{margin-top:11px}}@media (max-width:991px){.md-margin-top-11{margin-top:11px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-11{margin-top:11px}}.margin-top-10{margin-top:10px}@media (max-width:576px){.xs-margin-top-10{margin-top:10px}}@media (max-width:768px){.sm-margin-top-10{margin-top:10px}}@media (max-width:991px){.md-margin-top-10{margin-top:10px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-10{margin-top:10px}}.margin-top-9{margin-top:9px}@media (max-width:576px){.xs-margin-top-9{margin-top:9px}}@media (max-width:768px){.sm-margin-top-9{margin-top:9px}}@media (max-width:991px){.md-margin-top-9{margin-top:9px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-9{margin-top:9px}}.margin-top-8{margin-top:8px}@media (max-width:576px){.xs-margin-top-8{margin-top:8px}}@media (max-width:768px){.sm-margin-top-8{margin-top:8px}}@media (max-width:991px){.md-margin-top-8{margin-top:8px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-8{margin-top:8px}}.margin-top-7{margin-top:7px}@media (max-width:576px){.xs-margin-top-7{margin-top:7px}}@media (max-width:768px){.sm-margin-top-7{margin-top:7px}}@media (max-width:991px){.md-margin-top-7{margin-top:7px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-7{margin-top:7px}}.margin-top-6{margin-top:6px}@media (max-width:576px){.xs-margin-top-6{margin-top:6px}}@media (max-width:768px){.sm-margin-top-6{margin-top:6px}}@media (max-width:991px){.md-margin-top-6{margin-top:6px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-6{margin-top:6px}}.margin-top-5{margin-top:5px}@media (max-width:576px){.xs-margin-top-5{margin-top:5px}}@media (max-width:768px){.sm-margin-top-5{margin-top:5px}}@media (max-width:991px){.md-margin-top-5{margin-top:5px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-5{margin-top:5px}}.margin-top-4{margin-top:4px}@media (max-width:576px){.xs-margin-top-4{margin-top:4px}}@media (max-width:768px){.sm-margin-top-4{margin-top:4px}}@media (max-width:991px){.md-margin-top-4{margin-top:4px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-4{margin-top:4px}}.margin-top-3{margin-top:3px}@media (max-width:576px){.xs-margin-top-3{margin-top:3px}}@media (max-width:768px){.sm-margin-top-3{margin-top:3px}}@media (max-width:991px){.md-margin-top-3{margin-top:3px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-3{margin-top:3px}}.margin-top-2{margin-top:2px}@media (max-width:576px){.xs-margin-top-2{margin-top:2px}}@media (max-width:768px){.sm-margin-top-2{margin-top:2px}}@media (max-width:991px){.md-margin-top-2{margin-top:2px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-2{margin-top:2px}}.margin-top-1{margin-top:1px}@media (max-width:576px){.xs-margin-top-1{margin-top:1px}}@media (max-width:768px){.sm-margin-top-1{margin-top:1px}}@media (max-width:991px){.md-margin-top-1{margin-top:1px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-1{margin-top:1px}}.margin-top-0{margin-top:0px}@media (max-width:576px){.xs-margin-top-0{margin-top:0px}}@media (max-width:768px){.sm-margin-top-0{margin-top:0px}}@media (max-width:991px){.md-margin-top-0{margin-top:0px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-top-0{margin-top:0px}}.margin-right-100{margin-right:100px}@media (max-width:576px){.xs-margin-right-100{margin-right:100px}}@media (max-width:768px){.sm-margin-right-100{margin-right:100px}}@media (max-width:991px){.md-margin-right-100{margin-right:100px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-100{margin-right:100px}}.margin-right-99{margin-right:99px}@media (max-width:576px){.xs-margin-right-99{margin-right:99px}}@media (max-width:768px){.sm-margin-right-99{margin-right:99px}}@media (max-width:991px){.md-margin-right-99{margin-right:99px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-99{margin-right:99px}}.margin-right-98{margin-right:98px}@media (max-width:576px){.xs-margin-right-98{margin-right:98px}}@media (max-width:768px){.sm-margin-right-98{margin-right:98px}}@media (max-width:991px){.md-margin-right-98{margin-right:98px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-98{margin-right:98px}}.margin-right-97{margin-right:97px}@media (max-width:576px){.xs-margin-right-97{margin-right:97px}}@media (max-width:768px){.sm-margin-right-97{margin-right:97px}}@media (max-width:991px){.md-margin-right-97{margin-right:97px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-97{margin-right:97px}}.margin-right-96{margin-right:96px}@media (max-width:576px){.xs-margin-right-96{margin-right:96px}}@media (max-width:768px){.sm-margin-right-96{margin-right:96px}}@media (max-width:991px){.md-margin-right-96{margin-right:96px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-96{margin-right:96px}}.margin-right-95{margin-right:95px}@media (max-width:576px){.xs-margin-right-95{margin-right:95px}}@media (max-width:768px){.sm-margin-right-95{margin-right:95px}}@media (max-width:991px){.md-margin-right-95{margin-right:95px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-95{margin-right:95px}}.margin-right-94{margin-right:94px}@media (max-width:576px){.xs-margin-right-94{margin-right:94px}}@media (max-width:768px){.sm-margin-right-94{margin-right:94px}}@media (max-width:991px){.md-margin-right-94{margin-right:94px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-94{margin-right:94px}}.margin-right-93{margin-right:93px}@media (max-width:576px){.xs-margin-right-93{margin-right:93px}}@media (max-width:768px){.sm-margin-right-93{margin-right:93px}}@media (max-width:991px){.md-margin-right-93{margin-right:93px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-93{margin-right:93px}}.margin-right-92{margin-right:92px}@media (max-width:576px){.xs-margin-right-92{margin-right:92px}}@media (max-width:768px){.sm-margin-right-92{margin-right:92px}}@media (max-width:991px){.md-margin-right-92{margin-right:92px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-92{margin-right:92px}}.margin-right-91{margin-right:91px}@media (max-width:576px){.xs-margin-right-91{margin-right:91px}}@media (max-width:768px){.sm-margin-right-91{margin-right:91px}}@media (max-width:991px){.md-margin-right-91{margin-right:91px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-91{margin-right:91px}}.margin-right-90{margin-right:90px}@media (max-width:576px){.xs-margin-right-90{margin-right:90px}}@media (max-width:768px){.sm-margin-right-90{margin-right:90px}}@media (max-width:991px){.md-margin-right-90{margin-right:90px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-90{margin-right:90px}}.margin-right-89{margin-right:89px}@media (max-width:576px){.xs-margin-right-89{margin-right:89px}}@media (max-width:768px){.sm-margin-right-89{margin-right:89px}}@media (max-width:991px){.md-margin-right-89{margin-right:89px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-89{margin-right:89px}}.margin-right-88{margin-right:88px}@media (max-width:576px){.xs-margin-right-88{margin-right:88px}}@media (max-width:768px){.sm-margin-right-88{margin-right:88px}}@media (max-width:991px){.md-margin-right-88{margin-right:88px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-88{margin-right:88px}}.margin-right-87{margin-right:87px}@media (max-width:576px){.xs-margin-right-87{margin-right:87px}}@media (max-width:768px){.sm-margin-right-87{margin-right:87px}}@media (max-width:991px){.md-margin-right-87{margin-right:87px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-87{margin-right:87px}}.margin-right-86{margin-right:86px}@media (max-width:576px){.xs-margin-right-86{margin-right:86px}}@media (max-width:768px){.sm-margin-right-86{margin-right:86px}}@media (max-width:991px){.md-margin-right-86{margin-right:86px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-86{margin-right:86px}}.margin-right-85{margin-right:85px}@media (max-width:576px){.xs-margin-right-85{margin-right:85px}}@media (max-width:768px){.sm-margin-right-85{margin-right:85px}}@media (max-width:991px){.md-margin-right-85{margin-right:85px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-85{margin-right:85px}}.margin-right-84{margin-right:84px}@media (max-width:576px){.xs-margin-right-84{margin-right:84px}}@media (max-width:768px){.sm-margin-right-84{margin-right:84px}}@media (max-width:991px){.md-margin-right-84{margin-right:84px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-84{margin-right:84px}}.margin-right-83{margin-right:83px}@media (max-width:576px){.xs-margin-right-83{margin-right:83px}}@media (max-width:768px){.sm-margin-right-83{margin-right:83px}}@media (max-width:991px){.md-margin-right-83{margin-right:83px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-83{margin-right:83px}}.margin-right-82{margin-right:82px}@media (max-width:576px){.xs-margin-right-82{margin-right:82px}}@media (max-width:768px){.sm-margin-right-82{margin-right:82px}}@media (max-width:991px){.md-margin-right-82{margin-right:82px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-82{margin-right:82px}}.margin-right-81{margin-right:81px}@media (max-width:576px){.xs-margin-right-81{margin-right:81px}}@media (max-width:768px){.sm-margin-right-81{margin-right:81px}}@media (max-width:991px){.md-margin-right-81{margin-right:81px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-81{margin-right:81px}}.margin-right-80{margin-right:80px}@media (max-width:576px){.xs-margin-right-80{margin-right:80px}}@media (max-width:768px){.sm-margin-right-80{margin-right:80px}}@media (max-width:991px){.md-margin-right-80{margin-right:80px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-80{margin-right:80px}}.margin-right-79{margin-right:79px}@media (max-width:576px){.xs-margin-right-79{margin-right:79px}}@media (max-width:768px){.sm-margin-right-79{margin-right:79px}}@media (max-width:991px){.md-margin-right-79{margin-right:79px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-79{margin-right:79px}}.margin-right-78{margin-right:78px}@media (max-width:576px){.xs-margin-right-78{margin-right:78px}}@media (max-width:768px){.sm-margin-right-78{margin-right:78px}}@media (max-width:991px){.md-margin-right-78{margin-right:78px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-78{margin-right:78px}}.margin-right-77{margin-right:77px}@media (max-width:576px){.xs-margin-right-77{margin-right:77px}}@media (max-width:768px){.sm-margin-right-77{margin-right:77px}}@media (max-width:991px){.md-margin-right-77{margin-right:77px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-77{margin-right:77px}}.margin-right-76{margin-right:76px}@media (max-width:576px){.xs-margin-right-76{margin-right:76px}}@media (max-width:768px){.sm-margin-right-76{margin-right:76px}}@media (max-width:991px){.md-margin-right-76{margin-right:76px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-76{margin-right:76px}}.margin-right-75{margin-right:75px}@media (max-width:576px){.xs-margin-right-75{margin-right:75px}}@media (max-width:768px){.sm-margin-right-75{margin-right:75px}}@media (max-width:991px){.md-margin-right-75{margin-right:75px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-75{margin-right:75px}}.margin-right-74{margin-right:74px}@media (max-width:576px){.xs-margin-right-74{margin-right:74px}}@media (max-width:768px){.sm-margin-right-74{margin-right:74px}}@media (max-width:991px){.md-margin-right-74{margin-right:74px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-74{margin-right:74px}}.margin-right-73{margin-right:73px}@media (max-width:576px){.xs-margin-right-73{margin-right:73px}}@media (max-width:768px){.sm-margin-right-73{margin-right:73px}}@media (max-width:991px){.md-margin-right-73{margin-right:73px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-73{margin-right:73px}}.margin-right-72{margin-right:72px}@media (max-width:576px){.xs-margin-right-72{margin-right:72px}}@media (max-width:768px){.sm-margin-right-72{margin-right:72px}}@media (max-width:991px){.md-margin-right-72{margin-right:72px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-72{margin-right:72px}}.margin-right-71{margin-right:71px}@media (max-width:576px){.xs-margin-right-71{margin-right:71px}}@media (max-width:768px){.sm-margin-right-71{margin-right:71px}}@media (max-width:991px){.md-margin-right-71{margin-right:71px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-71{margin-right:71px}}.margin-right-70{margin-right:70px}@media (max-width:576px){.xs-margin-right-70{margin-right:70px}}@media (max-width:768px){.sm-margin-right-70{margin-right:70px}}@media (max-width:991px){.md-margin-right-70{margin-right:70px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-70{margin-right:70px}}.margin-right-69{margin-right:69px}@media (max-width:576px){.xs-margin-right-69{margin-right:69px}}@media (max-width:768px){.sm-margin-right-69{margin-right:69px}}@media (max-width:991px){.md-margin-right-69{margin-right:69px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-69{margin-right:69px}}.margin-right-68{margin-right:68px}@media (max-width:576px){.xs-margin-right-68{margin-right:68px}}@media (max-width:768px){.sm-margin-right-68{margin-right:68px}}@media (max-width:991px){.md-margin-right-68{margin-right:68px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-68{margin-right:68px}}.margin-right-67{margin-right:67px}@media (max-width:576px){.xs-margin-right-67{margin-right:67px}}@media (max-width:768px){.sm-margin-right-67{margin-right:67px}}@media (max-width:991px){.md-margin-right-67{margin-right:67px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-67{margin-right:67px}}.margin-right-66{margin-right:66px}@media (max-width:576px){.xs-margin-right-66{margin-right:66px}}@media (max-width:768px){.sm-margin-right-66{margin-right:66px}}@media (max-width:991px){.md-margin-right-66{margin-right:66px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-66{margin-right:66px}}.margin-right-65{margin-right:65px}@media (max-width:576px){.xs-margin-right-65{margin-right:65px}}@media (max-width:768px){.sm-margin-right-65{margin-right:65px}}@media (max-width:991px){.md-margin-right-65{margin-right:65px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-65{margin-right:65px}}.margin-right-64{margin-right:64px}@media (max-width:576px){.xs-margin-right-64{margin-right:64px}}@media (max-width:768px){.sm-margin-right-64{margin-right:64px}}@media (max-width:991px){.md-margin-right-64{margin-right:64px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-64{margin-right:64px}}.margin-right-63{margin-right:63px}@media (max-width:576px){.xs-margin-right-63{margin-right:63px}}@media (max-width:768px){.sm-margin-right-63{margin-right:63px}}@media (max-width:991px){.md-margin-right-63{margin-right:63px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-63{margin-right:63px}}.margin-right-62{margin-right:62px}@media (max-width:576px){.xs-margin-right-62{margin-right:62px}}@media (max-width:768px){.sm-margin-right-62{margin-right:62px}}@media (max-width:991px){.md-margin-right-62{margin-right:62px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-62{margin-right:62px}}.margin-right-61{margin-right:61px}@media (max-width:576px){.xs-margin-right-61{margin-right:61px}}@media (max-width:768px){.sm-margin-right-61{margin-right:61px}}@media (max-width:991px){.md-margin-right-61{margin-right:61px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-61{margin-right:61px}}.margin-right-60{margin-right:60px}@media (max-width:576px){.xs-margin-right-60{margin-right:60px}}@media (max-width:768px){.sm-margin-right-60{margin-right:60px}}@media (max-width:991px){.md-margin-right-60{margin-right:60px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-60{margin-right:60px}}.margin-right-59{margin-right:59px}@media (max-width:576px){.xs-margin-right-59{margin-right:59px}}@media (max-width:768px){.sm-margin-right-59{margin-right:59px}}@media (max-width:991px){.md-margin-right-59{margin-right:59px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-59{margin-right:59px}}.margin-right-58{margin-right:58px}@media (max-width:576px){.xs-margin-right-58{margin-right:58px}}@media (max-width:768px){.sm-margin-right-58{margin-right:58px}}@media (max-width:991px){.md-margin-right-58{margin-right:58px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-58{margin-right:58px}}.margin-right-57{margin-right:57px}@media (max-width:576px){.xs-margin-right-57{margin-right:57px}}@media (max-width:768px){.sm-margin-right-57{margin-right:57px}}@media (max-width:991px){.md-margin-right-57{margin-right:57px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-57{margin-right:57px}}.margin-right-56{margin-right:56px}@media (max-width:576px){.xs-margin-right-56{margin-right:56px}}@media (max-width:768px){.sm-margin-right-56{margin-right:56px}}@media (max-width:991px){.md-margin-right-56{margin-right:56px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-56{margin-right:56px}}.margin-right-55{margin-right:55px}@media (max-width:576px){.xs-margin-right-55{margin-right:55px}}@media (max-width:768px){.sm-margin-right-55{margin-right:55px}}@media (max-width:991px){.md-margin-right-55{margin-right:55px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-55{margin-right:55px}}.margin-right-54{margin-right:54px}@media (max-width:576px){.xs-margin-right-54{margin-right:54px}}@media (max-width:768px){.sm-margin-right-54{margin-right:54px}}@media (max-width:991px){.md-margin-right-54{margin-right:54px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-54{margin-right:54px}}.margin-right-53{margin-right:53px}@media (max-width:576px){.xs-margin-right-53{margin-right:53px}}@media (max-width:768px){.sm-margin-right-53{margin-right:53px}}@media (max-width:991px){.md-margin-right-53{margin-right:53px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-53{margin-right:53px}}.margin-right-52{margin-right:52px}@media (max-width:576px){.xs-margin-right-52{margin-right:52px}}@media (max-width:768px){.sm-margin-right-52{margin-right:52px}}@media (max-width:991px){.md-margin-right-52{margin-right:52px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-52{margin-right:52px}}.margin-right-51{margin-right:51px}@media (max-width:576px){.xs-margin-right-51{margin-right:51px}}@media (max-width:768px){.sm-margin-right-51{margin-right:51px}}@media (max-width:991px){.md-margin-right-51{margin-right:51px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-51{margin-right:51px}}.margin-right-50{margin-right:50px}@media (max-width:576px){.xs-margin-right-50{margin-right:50px}}@media (max-width:768px){.sm-margin-right-50{margin-right:50px}}@media (max-width:991px){.md-margin-right-50{margin-right:50px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-50{margin-right:50px}}.margin-right-49{margin-right:49px}@media (max-width:576px){.xs-margin-right-49{margin-right:49px}}@media (max-width:768px){.sm-margin-right-49{margin-right:49px}}@media (max-width:991px){.md-margin-right-49{margin-right:49px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-49{margin-right:49px}}.margin-right-48{margin-right:48px}@media (max-width:576px){.xs-margin-right-48{margin-right:48px}}@media (max-width:768px){.sm-margin-right-48{margin-right:48px}}@media (max-width:991px){.md-margin-right-48{margin-right:48px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-48{margin-right:48px}}.margin-right-47{margin-right:47px}@media (max-width:576px){.xs-margin-right-47{margin-right:47px}}@media (max-width:768px){.sm-margin-right-47{margin-right:47px}}@media (max-width:991px){.md-margin-right-47{margin-right:47px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-47{margin-right:47px}}.margin-right-46{margin-right:46px}@media (max-width:576px){.xs-margin-right-46{margin-right:46px}}@media (max-width:768px){.sm-margin-right-46{margin-right:46px}}@media (max-width:991px){.md-margin-right-46{margin-right:46px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-46{margin-right:46px}}.margin-right-45{margin-right:45px}@media (max-width:576px){.xs-margin-right-45{margin-right:45px}}@media (max-width:768px){.sm-margin-right-45{margin-right:45px}}@media (max-width:991px){.md-margin-right-45{margin-right:45px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-45{margin-right:45px}}.margin-right-44{margin-right:44px}@media (max-width:576px){.xs-margin-right-44{margin-right:44px}}@media (max-width:768px){.sm-margin-right-44{margin-right:44px}}@media (max-width:991px){.md-margin-right-44{margin-right:44px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-44{margin-right:44px}}.margin-right-43{margin-right:43px}@media (max-width:576px){.xs-margin-right-43{margin-right:43px}}@media (max-width:768px){.sm-margin-right-43{margin-right:43px}}@media (max-width:991px){.md-margin-right-43{margin-right:43px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-43{margin-right:43px}}.margin-right-42{margin-right:42px}@media (max-width:576px){.xs-margin-right-42{margin-right:42px}}@media (max-width:768px){.sm-margin-right-42{margin-right:42px}}@media (max-width:991px){.md-margin-right-42{margin-right:42px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-42{margin-right:42px}}.margin-right-41{margin-right:41px}@media (max-width:576px){.xs-margin-right-41{margin-right:41px}}@media (max-width:768px){.sm-margin-right-41{margin-right:41px}}@media (max-width:991px){.md-margin-right-41{margin-right:41px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-41{margin-right:41px}}.margin-right-40{margin-right:40px}@media (max-width:576px){.xs-margin-right-40{margin-right:40px}}@media (max-width:768px){.sm-margin-right-40{margin-right:40px}}@media (max-width:991px){.md-margin-right-40{margin-right:40px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-40{margin-right:40px}}.margin-right-39{margin-right:39px}@media (max-width:576px){.xs-margin-right-39{margin-right:39px}}@media (max-width:768px){.sm-margin-right-39{margin-right:39px}}@media (max-width:991px){.md-margin-right-39{margin-right:39px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-39{margin-right:39px}}.margin-right-38{margin-right:38px}@media (max-width:576px){.xs-margin-right-38{margin-right:38px}}@media (max-width:768px){.sm-margin-right-38{margin-right:38px}}@media (max-width:991px){.md-margin-right-38{margin-right:38px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-38{margin-right:38px}}.margin-right-37{margin-right:37px}@media (max-width:576px){.xs-margin-right-37{margin-right:37px}}@media (max-width:768px){.sm-margin-right-37{margin-right:37px}}@media (max-width:991px){.md-margin-right-37{margin-right:37px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-37{margin-right:37px}}.margin-right-36{margin-right:36px}@media (max-width:576px){.xs-margin-right-36{margin-right:36px}}@media (max-width:768px){.sm-margin-right-36{margin-right:36px}}@media (max-width:991px){.md-margin-right-36{margin-right:36px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-36{margin-right:36px}}.margin-right-35{margin-right:35px}@media (max-width:576px){.xs-margin-right-35{margin-right:35px}}@media (max-width:768px){.sm-margin-right-35{margin-right:35px}}@media (max-width:991px){.md-margin-right-35{margin-right:35px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-35{margin-right:35px}}.margin-right-34{margin-right:34px}@media (max-width:576px){.xs-margin-right-34{margin-right:34px}}@media (max-width:768px){.sm-margin-right-34{margin-right:34px}}@media (max-width:991px){.md-margin-right-34{margin-right:34px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-34{margin-right:34px}}.margin-right-33{margin-right:33px}@media (max-width:576px){.xs-margin-right-33{margin-right:33px}}@media (max-width:768px){.sm-margin-right-33{margin-right:33px}}@media (max-width:991px){.md-margin-right-33{margin-right:33px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-33{margin-right:33px}}.margin-right-32{margin-right:32px}@media (max-width:576px){.xs-margin-right-32{margin-right:32px}}@media (max-width:768px){.sm-margin-right-32{margin-right:32px}}@media (max-width:991px){.md-margin-right-32{margin-right:32px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-32{margin-right:32px}}.margin-right-31{margin-right:31px}@media (max-width:576px){.xs-margin-right-31{margin-right:31px}}@media (max-width:768px){.sm-margin-right-31{margin-right:31px}}@media (max-width:991px){.md-margin-right-31{margin-right:31px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-31{margin-right:31px}}.margin-right-30{margin-right:30px}@media (max-width:576px){.xs-margin-right-30{margin-right:30px}}@media (max-width:768px){.sm-margin-right-30{margin-right:30px}}@media (max-width:991px){.md-margin-right-30{margin-right:30px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-30{margin-right:30px}}.margin-right-29{margin-right:29px}@media (max-width:576px){.xs-margin-right-29{margin-right:29px}}@media (max-width:768px){.sm-margin-right-29{margin-right:29px}}@media (max-width:991px){.md-margin-right-29{margin-right:29px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-29{margin-right:29px}}.margin-right-28{margin-right:28px}@media (max-width:576px){.xs-margin-right-28{margin-right:28px}}@media (max-width:768px){.sm-margin-right-28{margin-right:28px}}@media (max-width:991px){.md-margin-right-28{margin-right:28px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-28{margin-right:28px}}.margin-right-27{margin-right:27px}@media (max-width:576px){.xs-margin-right-27{margin-right:27px}}@media (max-width:768px){.sm-margin-right-27{margin-right:27px}}@media (max-width:991px){.md-margin-right-27{margin-right:27px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-27{margin-right:27px}}.margin-right-26{margin-right:26px}@media (max-width:576px){.xs-margin-right-26{margin-right:26px}}@media (max-width:768px){.sm-margin-right-26{margin-right:26px}}@media (max-width:991px){.md-margin-right-26{margin-right:26px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-26{margin-right:26px}}.margin-right-25{margin-right:25px}@media (max-width:576px){.xs-margin-right-25{margin-right:25px}}@media (max-width:768px){.sm-margin-right-25{margin-right:25px}}@media (max-width:991px){.md-margin-right-25{margin-right:25px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-25{margin-right:25px}}.margin-right-24{margin-right:24px}@media (max-width:576px){.xs-margin-right-24{margin-right:24px}}@media (max-width:768px){.sm-margin-right-24{margin-right:24px}}@media (max-width:991px){.md-margin-right-24{margin-right:24px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-24{margin-right:24px}}.margin-right-23{margin-right:23px}@media (max-width:576px){.xs-margin-right-23{margin-right:23px}}@media (max-width:768px){.sm-margin-right-23{margin-right:23px}}@media (max-width:991px){.md-margin-right-23{margin-right:23px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-23{margin-right:23px}}.margin-right-22{margin-right:22px}@media (max-width:576px){.xs-margin-right-22{margin-right:22px}}@media (max-width:768px){.sm-margin-right-22{margin-right:22px}}@media (max-width:991px){.md-margin-right-22{margin-right:22px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-22{margin-right:22px}}.margin-right-21{margin-right:21px}@media (max-width:576px){.xs-margin-right-21{margin-right:21px}}@media (max-width:768px){.sm-margin-right-21{margin-right:21px}}@media (max-width:991px){.md-margin-right-21{margin-right:21px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-21{margin-right:21px}}.margin-right-20{margin-right:20px}@media (max-width:576px){.xs-margin-right-20{margin-right:20px}}@media (max-width:768px){.sm-margin-right-20{margin-right:20px}}@media (max-width:991px){.md-margin-right-20{margin-right:20px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-20{margin-right:20px}}.margin-right-19{margin-right:19px}@media (max-width:576px){.xs-margin-right-19{margin-right:19px}}@media (max-width:768px){.sm-margin-right-19{margin-right:19px}}@media (max-width:991px){.md-margin-right-19{margin-right:19px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-19{margin-right:19px}}.margin-right-18{margin-right:18px}@media (max-width:576px){.xs-margin-right-18{margin-right:18px}}@media (max-width:768px){.sm-margin-right-18{margin-right:18px}}@media (max-width:991px){.md-margin-right-18{margin-right:18px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-18{margin-right:18px}}.margin-right-17{margin-right:17px}@media (max-width:576px){.xs-margin-right-17{margin-right:17px}}@media (max-width:768px){.sm-margin-right-17{margin-right:17px}}@media (max-width:991px){.md-margin-right-17{margin-right:17px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-17{margin-right:17px}}.margin-right-16{margin-right:16px}@media (max-width:576px){.xs-margin-right-16{margin-right:16px}}@media (max-width:768px){.sm-margin-right-16{margin-right:16px}}@media (max-width:991px){.md-margin-right-16{margin-right:16px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-16{margin-right:16px}}.margin-right-15{margin-right:15px}@media (max-width:576px){.xs-margin-right-15{margin-right:15px}}@media (max-width:768px){.sm-margin-right-15{margin-right:15px}}@media (max-width:991px){.md-margin-right-15{margin-right:15px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-15{margin-right:15px}}.margin-right-14{margin-right:14px}@media (max-width:576px){.xs-margin-right-14{margin-right:14px}}@media (max-width:768px){.sm-margin-right-14{margin-right:14px}}@media (max-width:991px){.md-margin-right-14{margin-right:14px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-14{margin-right:14px}}.margin-right-13{margin-right:13px}@media (max-width:576px){.xs-margin-right-13{margin-right:13px}}@media (max-width:768px){.sm-margin-right-13{margin-right:13px}}@media (max-width:991px){.md-margin-right-13{margin-right:13px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-13{margin-right:13px}}.margin-right-12{margin-right:12px}@media (max-width:576px){.xs-margin-right-12{margin-right:12px}}@media (max-width:768px){.sm-margin-right-12{margin-right:12px}}@media (max-width:991px){.md-margin-right-12{margin-right:12px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-12{margin-right:12px}}.margin-right-11{margin-right:11px}@media (max-width:576px){.xs-margin-right-11{margin-right:11px}}@media (max-width:768px){.sm-margin-right-11{margin-right:11px}}@media (max-width:991px){.md-margin-right-11{margin-right:11px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-11{margin-right:11px}}.margin-right-10{margin-right:10px}@media (max-width:576px){.xs-margin-right-10{margin-right:10px}}@media (max-width:768px){.sm-margin-right-10{margin-right:10px}}@media (max-width:991px){.md-margin-right-10{margin-right:10px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-10{margin-right:10px}}.margin-right-9{margin-right:9px}@media (max-width:576px){.xs-margin-right-9{margin-right:9px}}@media (max-width:768px){.sm-margin-right-9{margin-right:9px}}@media (max-width:991px){.md-margin-right-9{margin-right:9px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-9{margin-right:9px}}.margin-right-8{margin-right:8px}@media (max-width:576px){.xs-margin-right-8{margin-right:8px}}@media (max-width:768px){.sm-margin-right-8{margin-right:8px}}@media (max-width:991px){.md-margin-right-8{margin-right:8px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-8{margin-right:8px}}.margin-right-7{margin-right:7px}@media (max-width:576px){.xs-margin-right-7{margin-right:7px}}@media (max-width:768px){.sm-margin-right-7{margin-right:7px}}@media (max-width:991px){.md-margin-right-7{margin-right:7px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-7{margin-right:7px}}.margin-right-6{margin-right:6px}@media (max-width:576px){.xs-margin-right-6{margin-right:6px}}@media (max-width:768px){.sm-margin-right-6{margin-right:6px}}@media (max-width:991px){.md-margin-right-6{margin-right:6px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-6{margin-right:6px}}.margin-right-5{margin-right:5px}@media (max-width:576px){.xs-margin-right-5{margin-right:5px}}@media (max-width:768px){.sm-margin-right-5{margin-right:5px}}@media (max-width:991px){.md-margin-right-5{margin-right:5px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-5{margin-right:5px}}.margin-right-4{margin-right:4px}@media (max-width:576px){.xs-margin-right-4{margin-right:4px}}@media (max-width:768px){.sm-margin-right-4{margin-right:4px}}@media (max-width:991px){.md-margin-right-4{margin-right:4px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-4{margin-right:4px}}.margin-right-3{margin-right:3px}@media (max-width:576px){.xs-margin-right-3{margin-right:3px}}@media (max-width:768px){.sm-margin-right-3{margin-right:3px}}@media (max-width:991px){.md-margin-right-3{margin-right:3px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-3{margin-right:3px}}.margin-right-2{margin-right:2px}@media (max-width:576px){.xs-margin-right-2{margin-right:2px}}@media (max-width:768px){.sm-margin-right-2{margin-right:2px}}@media (max-width:991px){.md-margin-right-2{margin-right:2px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-2{margin-right:2px}}.margin-right-1{margin-right:1px}@media (max-width:576px){.xs-margin-right-1{margin-right:1px}}@media (max-width:768px){.sm-margin-right-1{margin-right:1px}}@media (max-width:991px){.md-margin-right-1{margin-right:1px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-1{margin-right:1px}}.margin-right-0{margin-right:0px}@media (max-width:576px){.xs-margin-right-0{margin-right:0px}}@media (max-width:768px){.sm-margin-right-0{margin-right:0px}}@media (max-width:991px){.md-margin-right-0{margin-right:0px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-right-0{margin-right:0px}}.margin-bottom-100{margin-bottom:100px}@media (max-width:576px){.xs-margin-bottom-100{margin-bottom:100px}}@media (max-width:768px){.sm-margin-bottom-100{margin-bottom:100px}}@media (max-width:991px){.md-margin-bottom-100{margin-bottom:100px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-100{margin-bottom:100px}}.margin-bottom-99{margin-bottom:99px}@media (max-width:576px){.xs-margin-bottom-99{margin-bottom:99px}}@media (max-width:768px){.sm-margin-bottom-99{margin-bottom:99px}}@media (max-width:991px){.md-margin-bottom-99{margin-bottom:99px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-99{margin-bottom:99px}}.margin-bottom-98{margin-bottom:98px}@media (max-width:576px){.xs-margin-bottom-98{margin-bottom:98px}}@media (max-width:768px){.sm-margin-bottom-98{margin-bottom:98px}}@media (max-width:991px){.md-margin-bottom-98{margin-bottom:98px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-98{margin-bottom:98px}}.margin-bottom-97{margin-bottom:97px}@media (max-width:576px){.xs-margin-bottom-97{margin-bottom:97px}}@media (max-width:768px){.sm-margin-bottom-97{margin-bottom:97px}}@media (max-width:991px){.md-margin-bottom-97{margin-bottom:97px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-97{margin-bottom:97px}}.margin-bottom-96{margin-bottom:96px}@media (max-width:576px){.xs-margin-bottom-96{margin-bottom:96px}}@media (max-width:768px){.sm-margin-bottom-96{margin-bottom:96px}}@media (max-width:991px){.md-margin-bottom-96{margin-bottom:96px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-96{margin-bottom:96px}}.margin-bottom-95{margin-bottom:95px}@media (max-width:576px){.xs-margin-bottom-95{margin-bottom:95px}}@media (max-width:768px){.sm-margin-bottom-95{margin-bottom:95px}}@media (max-width:991px){.md-margin-bottom-95{margin-bottom:95px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-95{margin-bottom:95px}}.margin-bottom-94{margin-bottom:94px}@media (max-width:576px){.xs-margin-bottom-94{margin-bottom:94px}}@media (max-width:768px){.sm-margin-bottom-94{margin-bottom:94px}}@media (max-width:991px){.md-margin-bottom-94{margin-bottom:94px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-94{margin-bottom:94px}}.margin-bottom-93{margin-bottom:93px}@media (max-width:576px){.xs-margin-bottom-93{margin-bottom:93px}}@media (max-width:768px){.sm-margin-bottom-93{margin-bottom:93px}}@media (max-width:991px){.md-margin-bottom-93{margin-bottom:93px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-93{margin-bottom:93px}}.margin-bottom-92{margin-bottom:92px}@media (max-width:576px){.xs-margin-bottom-92{margin-bottom:92px}}@media (max-width:768px){.sm-margin-bottom-92{margin-bottom:92px}}@media (max-width:991px){.md-margin-bottom-92{margin-bottom:92px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-92{margin-bottom:92px}}.margin-bottom-91{margin-bottom:91px}@media (max-width:576px){.xs-margin-bottom-91{margin-bottom:91px}}@media (max-width:768px){.sm-margin-bottom-91{margin-bottom:91px}}@media (max-width:991px){.md-margin-bottom-91{margin-bottom:91px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-91{margin-bottom:91px}}.margin-bottom-90{margin-bottom:90px}@media (max-width:576px){.xs-margin-bottom-90{margin-bottom:90px}}@media (max-width:768px){.sm-margin-bottom-90{margin-bottom:90px}}@media (max-width:991px){.md-margin-bottom-90{margin-bottom:90px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-90{margin-bottom:90px}}.margin-bottom-89{margin-bottom:89px}@media (max-width:576px){.xs-margin-bottom-89{margin-bottom:89px}}@media (max-width:768px){.sm-margin-bottom-89{margin-bottom:89px}}@media (max-width:991px){.md-margin-bottom-89{margin-bottom:89px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-89{margin-bottom:89px}}.margin-bottom-88{margin-bottom:88px}@media (max-width:576px){.xs-margin-bottom-88{margin-bottom:88px}}@media (max-width:768px){.sm-margin-bottom-88{margin-bottom:88px}}@media (max-width:991px){.md-margin-bottom-88{margin-bottom:88px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-88{margin-bottom:88px}}.margin-bottom-87{margin-bottom:87px}@media (max-width:576px){.xs-margin-bottom-87{margin-bottom:87px}}@media (max-width:768px){.sm-margin-bottom-87{margin-bottom:87px}}@media (max-width:991px){.md-margin-bottom-87{margin-bottom:87px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-87{margin-bottom:87px}}.margin-bottom-86{margin-bottom:86px}@media (max-width:576px){.xs-margin-bottom-86{margin-bottom:86px}}@media (max-width:768px){.sm-margin-bottom-86{margin-bottom:86px}}@media (max-width:991px){.md-margin-bottom-86{margin-bottom:86px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-86{margin-bottom:86px}}.margin-bottom-85{margin-bottom:85px}@media (max-width:576px){.xs-margin-bottom-85{margin-bottom:85px}}@media (max-width:768px){.sm-margin-bottom-85{margin-bottom:85px}}@media (max-width:991px){.md-margin-bottom-85{margin-bottom:85px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-85{margin-bottom:85px}}.margin-bottom-84{margin-bottom:84px}@media (max-width:576px){.xs-margin-bottom-84{margin-bottom:84px}}@media (max-width:768px){.sm-margin-bottom-84{margin-bottom:84px}}@media (max-width:991px){.md-margin-bottom-84{margin-bottom:84px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-84{margin-bottom:84px}}.margin-bottom-83{margin-bottom:83px}@media (max-width:576px){.xs-margin-bottom-83{margin-bottom:83px}}@media (max-width:768px){.sm-margin-bottom-83{margin-bottom:83px}}@media (max-width:991px){.md-margin-bottom-83{margin-bottom:83px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-83{margin-bottom:83px}}.margin-bottom-82{margin-bottom:82px}@media (max-width:576px){.xs-margin-bottom-82{margin-bottom:82px}}@media (max-width:768px){.sm-margin-bottom-82{margin-bottom:82px}}@media (max-width:991px){.md-margin-bottom-82{margin-bottom:82px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-82{margin-bottom:82px}}.margin-bottom-81{margin-bottom:81px}@media (max-width:576px){.xs-margin-bottom-81{margin-bottom:81px}}@media (max-width:768px){.sm-margin-bottom-81{margin-bottom:81px}}@media (max-width:991px){.md-margin-bottom-81{margin-bottom:81px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-81{margin-bottom:81px}}.margin-bottom-80{margin-bottom:80px}@media (max-width:576px){.xs-margin-bottom-80{margin-bottom:80px}}@media (max-width:768px){.sm-margin-bottom-80{margin-bottom:80px}}@media (max-width:991px){.md-margin-bottom-80{margin-bottom:80px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-80{margin-bottom:80px}}.margin-bottom-79{margin-bottom:79px}@media (max-width:576px){.xs-margin-bottom-79{margin-bottom:79px}}@media (max-width:768px){.sm-margin-bottom-79{margin-bottom:79px}}@media (max-width:991px){.md-margin-bottom-79{margin-bottom:79px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-79{margin-bottom:79px}}.margin-bottom-78{margin-bottom:78px}@media (max-width:576px){.xs-margin-bottom-78{margin-bottom:78px}}@media (max-width:768px){.sm-margin-bottom-78{margin-bottom:78px}}@media (max-width:991px){.md-margin-bottom-78{margin-bottom:78px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-78{margin-bottom:78px}}.margin-bottom-77{margin-bottom:77px}@media (max-width:576px){.xs-margin-bottom-77{margin-bottom:77px}}@media (max-width:768px){.sm-margin-bottom-77{margin-bottom:77px}}@media (max-width:991px){.md-margin-bottom-77{margin-bottom:77px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-77{margin-bottom:77px}}.margin-bottom-76{margin-bottom:76px}@media (max-width:576px){.xs-margin-bottom-76{margin-bottom:76px}}@media (max-width:768px){.sm-margin-bottom-76{margin-bottom:76px}}@media (max-width:991px){.md-margin-bottom-76{margin-bottom:76px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-76{margin-bottom:76px}}.margin-bottom-75{margin-bottom:75px}@media (max-width:576px){.xs-margin-bottom-75{margin-bottom:75px}}@media (max-width:768px){.sm-margin-bottom-75{margin-bottom:75px}}@media (max-width:991px){.md-margin-bottom-75{margin-bottom:75px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-75{margin-bottom:75px}}.margin-bottom-74{margin-bottom:74px}@media (max-width:576px){.xs-margin-bottom-74{margin-bottom:74px}}@media (max-width:768px){.sm-margin-bottom-74{margin-bottom:74px}}@media (max-width:991px){.md-margin-bottom-74{margin-bottom:74px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-74{margin-bottom:74px}}.margin-bottom-73{margin-bottom:73px}@media (max-width:576px){.xs-margin-bottom-73{margin-bottom:73px}}@media (max-width:768px){.sm-margin-bottom-73{margin-bottom:73px}}@media (max-width:991px){.md-margin-bottom-73{margin-bottom:73px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-73{margin-bottom:73px}}.margin-bottom-72{margin-bottom:72px}@media (max-width:576px){.xs-margin-bottom-72{margin-bottom:72px}}@media (max-width:768px){.sm-margin-bottom-72{margin-bottom:72px}}@media (max-width:991px){.md-margin-bottom-72{margin-bottom:72px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-72{margin-bottom:72px}}.margin-bottom-71{margin-bottom:71px}@media (max-width:576px){.xs-margin-bottom-71{margin-bottom:71px}}@media (max-width:768px){.sm-margin-bottom-71{margin-bottom:71px}}@media (max-width:991px){.md-margin-bottom-71{margin-bottom:71px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-71{margin-bottom:71px}}.margin-bottom-70{margin-bottom:70px}@media (max-width:576px){.xs-margin-bottom-70{margin-bottom:70px}}@media (max-width:768px){.sm-margin-bottom-70{margin-bottom:70px}}@media (max-width:991px){.md-margin-bottom-70{margin-bottom:70px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-70{margin-bottom:70px}}.margin-bottom-69{margin-bottom:69px}@media (max-width:576px){.xs-margin-bottom-69{margin-bottom:69px}}@media (max-width:768px){.sm-margin-bottom-69{margin-bottom:69px}}@media (max-width:991px){.md-margin-bottom-69{margin-bottom:69px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-69{margin-bottom:69px}}.margin-bottom-68{margin-bottom:68px}@media (max-width:576px){.xs-margin-bottom-68{margin-bottom:68px}}@media (max-width:768px){.sm-margin-bottom-68{margin-bottom:68px}}@media (max-width:991px){.md-margin-bottom-68{margin-bottom:68px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-68{margin-bottom:68px}}.margin-bottom-67{margin-bottom:67px}@media (max-width:576px){.xs-margin-bottom-67{margin-bottom:67px}}@media (max-width:768px){.sm-margin-bottom-67{margin-bottom:67px}}@media (max-width:991px){.md-margin-bottom-67{margin-bottom:67px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-67{margin-bottom:67px}}.margin-bottom-66{margin-bottom:66px}@media (max-width:576px){.xs-margin-bottom-66{margin-bottom:66px}}@media (max-width:768px){.sm-margin-bottom-66{margin-bottom:66px}}@media (max-width:991px){.md-margin-bottom-66{margin-bottom:66px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-66{margin-bottom:66px}}.margin-bottom-65{margin-bottom:65px}@media (max-width:576px){.xs-margin-bottom-65{margin-bottom:65px}}@media (max-width:768px){.sm-margin-bottom-65{margin-bottom:65px}}@media (max-width:991px){.md-margin-bottom-65{margin-bottom:65px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-65{margin-bottom:65px}}.margin-bottom-64{margin-bottom:64px}@media (max-width:576px){.xs-margin-bottom-64{margin-bottom:64px}}@media (max-width:768px){.sm-margin-bottom-64{margin-bottom:64px}}@media (max-width:991px){.md-margin-bottom-64{margin-bottom:64px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-64{margin-bottom:64px}}.margin-bottom-63{margin-bottom:63px}@media (max-width:576px){.xs-margin-bottom-63{margin-bottom:63px}}@media (max-width:768px){.sm-margin-bottom-63{margin-bottom:63px}}@media (max-width:991px){.md-margin-bottom-63{margin-bottom:63px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-63{margin-bottom:63px}}.margin-bottom-62{margin-bottom:62px}@media (max-width:576px){.xs-margin-bottom-62{margin-bottom:62px}}@media (max-width:768px){.sm-margin-bottom-62{margin-bottom:62px}}@media (max-width:991px){.md-margin-bottom-62{margin-bottom:62px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-62{margin-bottom:62px}}.margin-bottom-61{margin-bottom:61px}@media (max-width:576px){.xs-margin-bottom-61{margin-bottom:61px}}@media (max-width:768px){.sm-margin-bottom-61{margin-bottom:61px}}@media (max-width:991px){.md-margin-bottom-61{margin-bottom:61px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-61{margin-bottom:61px}}.margin-bottom-60{margin-bottom:60px}@media (max-width:576px){.xs-margin-bottom-60{margin-bottom:60px}}@media (max-width:768px){.sm-margin-bottom-60{margin-bottom:60px}}@media (max-width:991px){.md-margin-bottom-60{margin-bottom:60px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-60{margin-bottom:60px}}.margin-bottom-59{margin-bottom:59px}@media (max-width:576px){.xs-margin-bottom-59{margin-bottom:59px}}@media (max-width:768px){.sm-margin-bottom-59{margin-bottom:59px}}@media (max-width:991px){.md-margin-bottom-59{margin-bottom:59px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-59{margin-bottom:59px}}.margin-bottom-58{margin-bottom:58px}@media (max-width:576px){.xs-margin-bottom-58{margin-bottom:58px}}@media (max-width:768px){.sm-margin-bottom-58{margin-bottom:58px}}@media (max-width:991px){.md-margin-bottom-58{margin-bottom:58px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-58{margin-bottom:58px}}.margin-bottom-57{margin-bottom:57px}@media (max-width:576px){.xs-margin-bottom-57{margin-bottom:57px}}@media (max-width:768px){.sm-margin-bottom-57{margin-bottom:57px}}@media (max-width:991px){.md-margin-bottom-57{margin-bottom:57px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-57{margin-bottom:57px}}.margin-bottom-56{margin-bottom:56px}@media (max-width:576px){.xs-margin-bottom-56{margin-bottom:56px}}@media (max-width:768px){.sm-margin-bottom-56{margin-bottom:56px}}@media (max-width:991px){.md-margin-bottom-56{margin-bottom:56px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-56{margin-bottom:56px}}.margin-bottom-55{margin-bottom:55px}@media (max-width:576px){.xs-margin-bottom-55{margin-bottom:55px}}@media (max-width:768px){.sm-margin-bottom-55{margin-bottom:55px}}@media (max-width:991px){.md-margin-bottom-55{margin-bottom:55px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-55{margin-bottom:55px}}.margin-bottom-54{margin-bottom:54px}@media (max-width:576px){.xs-margin-bottom-54{margin-bottom:54px}}@media (max-width:768px){.sm-margin-bottom-54{margin-bottom:54px}}@media (max-width:991px){.md-margin-bottom-54{margin-bottom:54px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-54{margin-bottom:54px}}.margin-bottom-53{margin-bottom:53px}@media (max-width:576px){.xs-margin-bottom-53{margin-bottom:53px}}@media (max-width:768px){.sm-margin-bottom-53{margin-bottom:53px}}@media (max-width:991px){.md-margin-bottom-53{margin-bottom:53px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-53{margin-bottom:53px}}.margin-bottom-52{margin-bottom:52px}@media (max-width:576px){.xs-margin-bottom-52{margin-bottom:52px}}@media (max-width:768px){.sm-margin-bottom-52{margin-bottom:52px}}@media (max-width:991px){.md-margin-bottom-52{margin-bottom:52px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-52{margin-bottom:52px}}.margin-bottom-51{margin-bottom:51px}@media (max-width:576px){.xs-margin-bottom-51{margin-bottom:51px}}@media (max-width:768px){.sm-margin-bottom-51{margin-bottom:51px}}@media (max-width:991px){.md-margin-bottom-51{margin-bottom:51px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-51{margin-bottom:51px}}.margin-bottom-50{margin-bottom:50px}@media (max-width:576px){.xs-margin-bottom-50{margin-bottom:50px}}@media (max-width:768px){.sm-margin-bottom-50{margin-bottom:50px}}@media (max-width:991px){.md-margin-bottom-50{margin-bottom:50px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-50{margin-bottom:50px}}.margin-bottom-49{margin-bottom:49px}@media (max-width:576px){.xs-margin-bottom-49{margin-bottom:49px}}@media (max-width:768px){.sm-margin-bottom-49{margin-bottom:49px}}@media (max-width:991px){.md-margin-bottom-49{margin-bottom:49px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-49{margin-bottom:49px}}.margin-bottom-48{margin-bottom:48px}@media (max-width:576px){.xs-margin-bottom-48{margin-bottom:48px}}@media (max-width:768px){.sm-margin-bottom-48{margin-bottom:48px}}@media (max-width:991px){.md-margin-bottom-48{margin-bottom:48px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-48{margin-bottom:48px}}.margin-bottom-47{margin-bottom:47px}@media (max-width:576px){.xs-margin-bottom-47{margin-bottom:47px}}@media (max-width:768px){.sm-margin-bottom-47{margin-bottom:47px}}@media (max-width:991px){.md-margin-bottom-47{margin-bottom:47px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-47{margin-bottom:47px}}.margin-bottom-46{margin-bottom:46px}@media (max-width:576px){.xs-margin-bottom-46{margin-bottom:46px}}@media (max-width:768px){.sm-margin-bottom-46{margin-bottom:46px}}@media (max-width:991px){.md-margin-bottom-46{margin-bottom:46px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-46{margin-bottom:46px}}.margin-bottom-45{margin-bottom:45px}@media (max-width:576px){.xs-margin-bottom-45{margin-bottom:45px}}@media (max-width:768px){.sm-margin-bottom-45{margin-bottom:45px}}@media (max-width:991px){.md-margin-bottom-45{margin-bottom:45px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-45{margin-bottom:45px}}.margin-bottom-44{margin-bottom:44px}@media (max-width:576px){.xs-margin-bottom-44{margin-bottom:44px}}@media (max-width:768px){.sm-margin-bottom-44{margin-bottom:44px}}@media (max-width:991px){.md-margin-bottom-44{margin-bottom:44px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-44{margin-bottom:44px}}.margin-bottom-43{margin-bottom:43px}@media (max-width:576px){.xs-margin-bottom-43{margin-bottom:43px}}@media (max-width:768px){.sm-margin-bottom-43{margin-bottom:43px}}@media (max-width:991px){.md-margin-bottom-43{margin-bottom:43px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-43{margin-bottom:43px}}.margin-bottom-42{margin-bottom:42px}@media (max-width:576px){.xs-margin-bottom-42{margin-bottom:42px}}@media (max-width:768px){.sm-margin-bottom-42{margin-bottom:42px}}@media (max-width:991px){.md-margin-bottom-42{margin-bottom:42px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-42{margin-bottom:42px}}.margin-bottom-41{margin-bottom:41px}@media (max-width:576px){.xs-margin-bottom-41{margin-bottom:41px}}@media (max-width:768px){.sm-margin-bottom-41{margin-bottom:41px}}@media (max-width:991px){.md-margin-bottom-41{margin-bottom:41px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-41{margin-bottom:41px}}.margin-bottom-40{margin-bottom:40px}@media (max-width:576px){.xs-margin-bottom-40{margin-bottom:40px}}@media (max-width:768px){.sm-margin-bottom-40{margin-bottom:40px}}@media (max-width:991px){.md-margin-bottom-40{margin-bottom:40px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-40{margin-bottom:40px}}.margin-bottom-39{margin-bottom:39px}@media (max-width:576px){.xs-margin-bottom-39{margin-bottom:39px}}@media (max-width:768px){.sm-margin-bottom-39{margin-bottom:39px}}@media (max-width:991px){.md-margin-bottom-39{margin-bottom:39px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-39{margin-bottom:39px}}.margin-bottom-38{margin-bottom:38px}@media (max-width:576px){.xs-margin-bottom-38{margin-bottom:38px}}@media (max-width:768px){.sm-margin-bottom-38{margin-bottom:38px}}@media (max-width:991px){.md-margin-bottom-38{margin-bottom:38px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-38{margin-bottom:38px}}.margin-bottom-37{margin-bottom:37px}@media (max-width:576px){.xs-margin-bottom-37{margin-bottom:37px}}@media (max-width:768px){.sm-margin-bottom-37{margin-bottom:37px}}@media (max-width:991px){.md-margin-bottom-37{margin-bottom:37px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-37{margin-bottom:37px}}.margin-bottom-36{margin-bottom:36px}@media (max-width:576px){.xs-margin-bottom-36{margin-bottom:36px}}@media (max-width:768px){.sm-margin-bottom-36{margin-bottom:36px}}@media (max-width:991px){.md-margin-bottom-36{margin-bottom:36px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-36{margin-bottom:36px}}.margin-bottom-35{margin-bottom:35px}@media (max-width:576px){.xs-margin-bottom-35{margin-bottom:35px}}@media (max-width:768px){.sm-margin-bottom-35{margin-bottom:35px}}@media (max-width:991px){.md-margin-bottom-35{margin-bottom:35px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-35{margin-bottom:35px}}.margin-bottom-34{margin-bottom:34px}@media (max-width:576px){.xs-margin-bottom-34{margin-bottom:34px}}@media (max-width:768px){.sm-margin-bottom-34{margin-bottom:34px}}@media (max-width:991px){.md-margin-bottom-34{margin-bottom:34px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-34{margin-bottom:34px}}.margin-bottom-33{margin-bottom:33px}@media (max-width:576px){.xs-margin-bottom-33{margin-bottom:33px}}@media (max-width:768px){.sm-margin-bottom-33{margin-bottom:33px}}@media (max-width:991px){.md-margin-bottom-33{margin-bottom:33px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-33{margin-bottom:33px}}.margin-bottom-32{margin-bottom:32px}@media (max-width:576px){.xs-margin-bottom-32{margin-bottom:32px}}@media (max-width:768px){.sm-margin-bottom-32{margin-bottom:32px}}@media (max-width:991px){.md-margin-bottom-32{margin-bottom:32px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-32{margin-bottom:32px}}.margin-bottom-31{margin-bottom:31px}@media (max-width:576px){.xs-margin-bottom-31{margin-bottom:31px}}@media (max-width:768px){.sm-margin-bottom-31{margin-bottom:31px}}@media (max-width:991px){.md-margin-bottom-31{margin-bottom:31px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-31{margin-bottom:31px}}.margin-bottom-30{margin-bottom:30px}@media (max-width:576px){.xs-margin-bottom-30{margin-bottom:30px}}@media (max-width:768px){.sm-margin-bottom-30{margin-bottom:30px}}@media (max-width:991px){.md-margin-bottom-30{margin-bottom:30px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-30{margin-bottom:30px}}.margin-bottom-29{margin-bottom:29px}@media (max-width:576px){.xs-margin-bottom-29{margin-bottom:29px}}@media (max-width:768px){.sm-margin-bottom-29{margin-bottom:29px}}@media (max-width:991px){.md-margin-bottom-29{margin-bottom:29px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-29{margin-bottom:29px}}.margin-bottom-28{margin-bottom:28px}@media (max-width:576px){.xs-margin-bottom-28{margin-bottom:28px}}@media (max-width:768px){.sm-margin-bottom-28{margin-bottom:28px}}@media (max-width:991px){.md-margin-bottom-28{margin-bottom:28px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-28{margin-bottom:28px}}.margin-bottom-27{margin-bottom:27px}@media (max-width:576px){.xs-margin-bottom-27{margin-bottom:27px}}@media (max-width:768px){.sm-margin-bottom-27{margin-bottom:27px}}@media (max-width:991px){.md-margin-bottom-27{margin-bottom:27px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-27{margin-bottom:27px}}.margin-bottom-26{margin-bottom:26px}@media (max-width:576px){.xs-margin-bottom-26{margin-bottom:26px}}@media (max-width:768px){.sm-margin-bottom-26{margin-bottom:26px}}@media (max-width:991px){.md-margin-bottom-26{margin-bottom:26px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-26{margin-bottom:26px}}.margin-bottom-25{margin-bottom:25px}@media (max-width:576px){.xs-margin-bottom-25{margin-bottom:25px}}@media (max-width:768px){.sm-margin-bottom-25{margin-bottom:25px}}@media (max-width:991px){.md-margin-bottom-25{margin-bottom:25px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-25{margin-bottom:25px}}.margin-bottom-24{margin-bottom:24px}@media (max-width:576px){.xs-margin-bottom-24{margin-bottom:24px}}@media (max-width:768px){.sm-margin-bottom-24{margin-bottom:24px}}@media (max-width:991px){.md-margin-bottom-24{margin-bottom:24px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-24{margin-bottom:24px}}.margin-bottom-23{margin-bottom:23px}@media (max-width:576px){.xs-margin-bottom-23{margin-bottom:23px}}@media (max-width:768px){.sm-margin-bottom-23{margin-bottom:23px}}@media (max-width:991px){.md-margin-bottom-23{margin-bottom:23px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-23{margin-bottom:23px}}.margin-bottom-22{margin-bottom:22px}@media (max-width:576px){.xs-margin-bottom-22{margin-bottom:22px}}@media (max-width:768px){.sm-margin-bottom-22{margin-bottom:22px}}@media (max-width:991px){.md-margin-bottom-22{margin-bottom:22px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-22{margin-bottom:22px}}.margin-bottom-21{margin-bottom:21px}@media (max-width:576px){.xs-margin-bottom-21{margin-bottom:21px}}@media (max-width:768px){.sm-margin-bottom-21{margin-bottom:21px}}@media (max-width:991px){.md-margin-bottom-21{margin-bottom:21px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-21{margin-bottom:21px}}.margin-bottom-20{margin-bottom:20px}@media (max-width:576px){.xs-margin-bottom-20{margin-bottom:20px}}@media (max-width:768px){.sm-margin-bottom-20{margin-bottom:20px}}@media (max-width:991px){.md-margin-bottom-20{margin-bottom:20px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-20{margin-bottom:20px}}.margin-bottom-19{margin-bottom:19px}@media (max-width:576px){.xs-margin-bottom-19{margin-bottom:19px}}@media (max-width:768px){.sm-margin-bottom-19{margin-bottom:19px}}@media (max-width:991px){.md-margin-bottom-19{margin-bottom:19px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-19{margin-bottom:19px}}.margin-bottom-18{margin-bottom:18px}@media (max-width:576px){.xs-margin-bottom-18{margin-bottom:18px}}@media (max-width:768px){.sm-margin-bottom-18{margin-bottom:18px}}@media (max-width:991px){.md-margin-bottom-18{margin-bottom:18px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-18{margin-bottom:18px}}.margin-bottom-17{margin-bottom:17px}@media (max-width:576px){.xs-margin-bottom-17{margin-bottom:17px}}@media (max-width:768px){.sm-margin-bottom-17{margin-bottom:17px}}@media (max-width:991px){.md-margin-bottom-17{margin-bottom:17px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-17{margin-bottom:17px}}.margin-bottom-16{margin-bottom:16px}@media (max-width:576px){.xs-margin-bottom-16{margin-bottom:16px}}@media (max-width:768px){.sm-margin-bottom-16{margin-bottom:16px}}@media (max-width:991px){.md-margin-bottom-16{margin-bottom:16px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-16{margin-bottom:16px}}.margin-bottom-15{margin-bottom:15px}@media (max-width:576px){.xs-margin-bottom-15{margin-bottom:15px}}@media (max-width:768px){.sm-margin-bottom-15{margin-bottom:15px}}@media (max-width:991px){.md-margin-bottom-15{margin-bottom:15px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-15{margin-bottom:15px}}.margin-bottom-14{margin-bottom:14px}@media (max-width:576px){.xs-margin-bottom-14{margin-bottom:14px}}@media (max-width:768px){.sm-margin-bottom-14{margin-bottom:14px}}@media (max-width:991px){.md-margin-bottom-14{margin-bottom:14px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-14{margin-bottom:14px}}.margin-bottom-13{margin-bottom:13px}@media (max-width:576px){.xs-margin-bottom-13{margin-bottom:13px}}@media (max-width:768px){.sm-margin-bottom-13{margin-bottom:13px}}@media (max-width:991px){.md-margin-bottom-13{margin-bottom:13px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-13{margin-bottom:13px}}.margin-bottom-12{margin-bottom:12px}@media (max-width:576px){.xs-margin-bottom-12{margin-bottom:12px}}@media (max-width:768px){.sm-margin-bottom-12{margin-bottom:12px}}@media (max-width:991px){.md-margin-bottom-12{margin-bottom:12px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-12{margin-bottom:12px}}.margin-bottom-11{margin-bottom:11px}@media (max-width:576px){.xs-margin-bottom-11{margin-bottom:11px}}@media (max-width:768px){.sm-margin-bottom-11{margin-bottom:11px}}@media (max-width:991px){.md-margin-bottom-11{margin-bottom:11px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-11{margin-bottom:11px}}.margin-bottom-10{margin-bottom:10px}@media (max-width:576px){.xs-margin-bottom-10{margin-bottom:10px}}@media (max-width:768px){.sm-margin-bottom-10{margin-bottom:10px}}@media (max-width:991px){.md-margin-bottom-10{margin-bottom:10px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-10{margin-bottom:10px}}.margin-bottom-9{margin-bottom:9px}@media (max-width:576px){.xs-margin-bottom-9{margin-bottom:9px}}@media (max-width:768px){.sm-margin-bottom-9{margin-bottom:9px}}@media (max-width:991px){.md-margin-bottom-9{margin-bottom:9px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-9{margin-bottom:9px}}.margin-bottom-8{margin-bottom:8px}@media (max-width:576px){.xs-margin-bottom-8{margin-bottom:8px}}@media (max-width:768px){.sm-margin-bottom-8{margin-bottom:8px}}@media (max-width:991px){.md-margin-bottom-8{margin-bottom:8px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-8{margin-bottom:8px}}.margin-bottom-7{margin-bottom:7px}@media (max-width:576px){.xs-margin-bottom-7{margin-bottom:7px}}@media (max-width:768px){.sm-margin-bottom-7{margin-bottom:7px}}@media (max-width:991px){.md-margin-bottom-7{margin-bottom:7px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-7{margin-bottom:7px}}.margin-bottom-6{margin-bottom:6px}@media (max-width:576px){.xs-margin-bottom-6{margin-bottom:6px}}@media (max-width:768px){.sm-margin-bottom-6{margin-bottom:6px}}@media (max-width:991px){.md-margin-bottom-6{margin-bottom:6px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-6{margin-bottom:6px}}.margin-bottom-5{margin-bottom:5px}@media (max-width:576px){.xs-margin-bottom-5{margin-bottom:5px}}@media (max-width:768px){.sm-margin-bottom-5{margin-bottom:5px}}@media (max-width:991px){.md-margin-bottom-5{margin-bottom:5px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-5{margin-bottom:5px}}.margin-bottom-4{margin-bottom:4px}@media (max-width:576px){.xs-margin-bottom-4{margin-bottom:4px}}@media (max-width:768px){.sm-margin-bottom-4{margin-bottom:4px}}@media (max-width:991px){.md-margin-bottom-4{margin-bottom:4px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-4{margin-bottom:4px}}.margin-bottom-3{margin-bottom:3px}@media (max-width:576px){.xs-margin-bottom-3{margin-bottom:3px}}@media (max-width:768px){.sm-margin-bottom-3{margin-bottom:3px}}@media (max-width:991px){.md-margin-bottom-3{margin-bottom:3px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-3{margin-bottom:3px}}.margin-bottom-2{margin-bottom:2px}@media (max-width:576px){.xs-margin-bottom-2{margin-bottom:2px}}@media (max-width:768px){.sm-margin-bottom-2{margin-bottom:2px}}@media (max-width:991px){.md-margin-bottom-2{margin-bottom:2px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-2{margin-bottom:2px}}.margin-bottom-1{margin-bottom:1px}@media (max-width:576px){.xs-margin-bottom-1{margin-bottom:1px}}@media (max-width:768px){.sm-margin-bottom-1{margin-bottom:1px}}@media (max-width:991px){.md-margin-bottom-1{margin-bottom:1px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-1{margin-bottom:1px}}.margin-bottom-0{margin-bottom:0px}@media (max-width:576px){.xs-margin-bottom-0{margin-bottom:0px}}@media (max-width:768px){.sm-margin-bottom-0{margin-bottom:0px}}@media (max-width:991px){.md-margin-bottom-0{margin-bottom:0px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-bottom-0{margin-bottom:0px}}.margin-left-100{margin-left:100px}@media (max-width:576px){.xs-margin-left-100{margin-left:100px}}@media (max-width:768px){.sm-margin-left-100{margin-left:100px}}@media (max-width:991px){.md-margin-left-100{margin-left:100px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-100{margin-left:100px}}.margin-left-99{margin-left:99px}@media (max-width:576px){.xs-margin-left-99{margin-left:99px}}@media (max-width:768px){.sm-margin-left-99{margin-left:99px}}@media (max-width:991px){.md-margin-left-99{margin-left:99px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-99{margin-left:99px}}.margin-left-98{margin-left:98px}@media (max-width:576px){.xs-margin-left-98{margin-left:98px}}@media (max-width:768px){.sm-margin-left-98{margin-left:98px}}@media (max-width:991px){.md-margin-left-98{margin-left:98px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-98{margin-left:98px}}.margin-left-97{margin-left:97px}@media (max-width:576px){.xs-margin-left-97{margin-left:97px}}@media (max-width:768px){.sm-margin-left-97{margin-left:97px}}@media (max-width:991px){.md-margin-left-97{margin-left:97px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-97{margin-left:97px}}.margin-left-96{margin-left:96px}@media (max-width:576px){.xs-margin-left-96{margin-left:96px}}@media (max-width:768px){.sm-margin-left-96{margin-left:96px}}@media (max-width:991px){.md-margin-left-96{margin-left:96px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-96{margin-left:96px}}.margin-left-95{margin-left:95px}@media (max-width:576px){.xs-margin-left-95{margin-left:95px}}@media (max-width:768px){.sm-margin-left-95{margin-left:95px}}@media (max-width:991px){.md-margin-left-95{margin-left:95px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-95{margin-left:95px}}.margin-left-94{margin-left:94px}@media (max-width:576px){.xs-margin-left-94{margin-left:94px}}@media (max-width:768px){.sm-margin-left-94{margin-left:94px}}@media (max-width:991px){.md-margin-left-94{margin-left:94px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-94{margin-left:94px}}.margin-left-93{margin-left:93px}@media (max-width:576px){.xs-margin-left-93{margin-left:93px}}@media (max-width:768px){.sm-margin-left-93{margin-left:93px}}@media (max-width:991px){.md-margin-left-93{margin-left:93px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-93{margin-left:93px}}.margin-left-92{margin-left:92px}@media (max-width:576px){.xs-margin-left-92{margin-left:92px}}@media (max-width:768px){.sm-margin-left-92{margin-left:92px}}@media (max-width:991px){.md-margin-left-92{margin-left:92px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-92{margin-left:92px}}.margin-left-91{margin-left:91px}@media (max-width:576px){.xs-margin-left-91{margin-left:91px}}@media (max-width:768px){.sm-margin-left-91{margin-left:91px}}@media (max-width:991px){.md-margin-left-91{margin-left:91px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-91{margin-left:91px}}.margin-left-90{margin-left:90px}@media (max-width:576px){.xs-margin-left-90{margin-left:90px}}@media (max-width:768px){.sm-margin-left-90{margin-left:90px}}@media (max-width:991px){.md-margin-left-90{margin-left:90px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-90{margin-left:90px}}.margin-left-89{margin-left:89px}@media (max-width:576px){.xs-margin-left-89{margin-left:89px}}@media (max-width:768px){.sm-margin-left-89{margin-left:89px}}@media (max-width:991px){.md-margin-left-89{margin-left:89px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-89{margin-left:89px}}.margin-left-88{margin-left:88px}@media (max-width:576px){.xs-margin-left-88{margin-left:88px}}@media (max-width:768px){.sm-margin-left-88{margin-left:88px}}@media (max-width:991px){.md-margin-left-88{margin-left:88px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-88{margin-left:88px}}.margin-left-87{margin-left:87px}@media (max-width:576px){.xs-margin-left-87{margin-left:87px}}@media (max-width:768px){.sm-margin-left-87{margin-left:87px}}@media (max-width:991px){.md-margin-left-87{margin-left:87px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-87{margin-left:87px}}.margin-left-86{margin-left:86px}@media (max-width:576px){.xs-margin-left-86{margin-left:86px}}@media (max-width:768px){.sm-margin-left-86{margin-left:86px}}@media (max-width:991px){.md-margin-left-86{margin-left:86px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-86{margin-left:86px}}.margin-left-85{margin-left:85px}@media (max-width:576px){.xs-margin-left-85{margin-left:85px}}@media (max-width:768px){.sm-margin-left-85{margin-left:85px}}@media (max-width:991px){.md-margin-left-85{margin-left:85px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-85{margin-left:85px}}.margin-left-84{margin-left:84px}@media (max-width:576px){.xs-margin-left-84{margin-left:84px}}@media (max-width:768px){.sm-margin-left-84{margin-left:84px}}@media (max-width:991px){.md-margin-left-84{margin-left:84px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-84{margin-left:84px}}.margin-left-83{margin-left:83px}@media (max-width:576px){.xs-margin-left-83{margin-left:83px}}@media (max-width:768px){.sm-margin-left-83{margin-left:83px}}@media (max-width:991px){.md-margin-left-83{margin-left:83px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-83{margin-left:83px}}.margin-left-82{margin-left:82px}@media (max-width:576px){.xs-margin-left-82{margin-left:82px}}@media (max-width:768px){.sm-margin-left-82{margin-left:82px}}@media (max-width:991px){.md-margin-left-82{margin-left:82px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-82{margin-left:82px}}.margin-left-81{margin-left:81px}@media (max-width:576px){.xs-margin-left-81{margin-left:81px}}@media (max-width:768px){.sm-margin-left-81{margin-left:81px}}@media (max-width:991px){.md-margin-left-81{margin-left:81px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-81{margin-left:81px}}.margin-left-80{margin-left:80px}@media (max-width:576px){.xs-margin-left-80{margin-left:80px}}@media (max-width:768px){.sm-margin-left-80{margin-left:80px}}@media (max-width:991px){.md-margin-left-80{margin-left:80px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-80{margin-left:80px}}.margin-left-79{margin-left:79px}@media (max-width:576px){.xs-margin-left-79{margin-left:79px}}@media (max-width:768px){.sm-margin-left-79{margin-left:79px}}@media (max-width:991px){.md-margin-left-79{margin-left:79px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-79{margin-left:79px}}.margin-left-78{margin-left:78px}@media (max-width:576px){.xs-margin-left-78{margin-left:78px}}@media (max-width:768px){.sm-margin-left-78{margin-left:78px}}@media (max-width:991px){.md-margin-left-78{margin-left:78px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-78{margin-left:78px}}.margin-left-77{margin-left:77px}@media (max-width:576px){.xs-margin-left-77{margin-left:77px}}@media (max-width:768px){.sm-margin-left-77{margin-left:77px}}@media (max-width:991px){.md-margin-left-77{margin-left:77px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-77{margin-left:77px}}.margin-left-76{margin-left:76px}@media (max-width:576px){.xs-margin-left-76{margin-left:76px}}@media (max-width:768px){.sm-margin-left-76{margin-left:76px}}@media (max-width:991px){.md-margin-left-76{margin-left:76px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-76{margin-left:76px}}.margin-left-75{margin-left:75px}@media (max-width:576px){.xs-margin-left-75{margin-left:75px}}@media (max-width:768px){.sm-margin-left-75{margin-left:75px}}@media (max-width:991px){.md-margin-left-75{margin-left:75px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-75{margin-left:75px}}.margin-left-74{margin-left:74px}@media (max-width:576px){.xs-margin-left-74{margin-left:74px}}@media (max-width:768px){.sm-margin-left-74{margin-left:74px}}@media (max-width:991px){.md-margin-left-74{margin-left:74px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-74{margin-left:74px}}.margin-left-73{margin-left:73px}@media (max-width:576px){.xs-margin-left-73{margin-left:73px}}@media (max-width:768px){.sm-margin-left-73{margin-left:73px}}@media (max-width:991px){.md-margin-left-73{margin-left:73px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-73{margin-left:73px}}.margin-left-72{margin-left:72px}@media (max-width:576px){.xs-margin-left-72{margin-left:72px}}@media (max-width:768px){.sm-margin-left-72{margin-left:72px}}@media (max-width:991px){.md-margin-left-72{margin-left:72px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-72{margin-left:72px}}.margin-left-71{margin-left:71px}@media (max-width:576px){.xs-margin-left-71{margin-left:71px}}@media (max-width:768px){.sm-margin-left-71{margin-left:71px}}@media (max-width:991px){.md-margin-left-71{margin-left:71px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-71{margin-left:71px}}.margin-left-70{margin-left:70px}@media (max-width:576px){.xs-margin-left-70{margin-left:70px}}@media (max-width:768px){.sm-margin-left-70{margin-left:70px}}@media (max-width:991px){.md-margin-left-70{margin-left:70px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-70{margin-left:70px}}.margin-left-69{margin-left:69px}@media (max-width:576px){.xs-margin-left-69{margin-left:69px}}@media (max-width:768px){.sm-margin-left-69{margin-left:69px}}@media (max-width:991px){.md-margin-left-69{margin-left:69px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-69{margin-left:69px}}.margin-left-68{margin-left:68px}@media (max-width:576px){.xs-margin-left-68{margin-left:68px}}@media (max-width:768px){.sm-margin-left-68{margin-left:68px}}@media (max-width:991px){.md-margin-left-68{margin-left:68px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-68{margin-left:68px}}.margin-left-67{margin-left:67px}@media (max-width:576px){.xs-margin-left-67{margin-left:67px}}@media (max-width:768px){.sm-margin-left-67{margin-left:67px}}@media (max-width:991px){.md-margin-left-67{margin-left:67px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-67{margin-left:67px}}.margin-left-66{margin-left:66px}@media (max-width:576px){.xs-margin-left-66{margin-left:66px}}@media (max-width:768px){.sm-margin-left-66{margin-left:66px}}@media (max-width:991px){.md-margin-left-66{margin-left:66px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-66{margin-left:66px}}.margin-left-65{margin-left:65px}@media (max-width:576px){.xs-margin-left-65{margin-left:65px}}@media (max-width:768px){.sm-margin-left-65{margin-left:65px}}@media (max-width:991px){.md-margin-left-65{margin-left:65px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-65{margin-left:65px}}.margin-left-64{margin-left:64px}@media (max-width:576px){.xs-margin-left-64{margin-left:64px}}@media (max-width:768px){.sm-margin-left-64{margin-left:64px}}@media (max-width:991px){.md-margin-left-64{margin-left:64px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-64{margin-left:64px}}.margin-left-63{margin-left:63px}@media (max-width:576px){.xs-margin-left-63{margin-left:63px}}@media (max-width:768px){.sm-margin-left-63{margin-left:63px}}@media (max-width:991px){.md-margin-left-63{margin-left:63px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-63{margin-left:63px}}.margin-left-62{margin-left:62px}@media (max-width:576px){.xs-margin-left-62{margin-left:62px}}@media (max-width:768px){.sm-margin-left-62{margin-left:62px}}@media (max-width:991px){.md-margin-left-62{margin-left:62px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-62{margin-left:62px}}.margin-left-61{margin-left:61px}@media (max-width:576px){.xs-margin-left-61{margin-left:61px}}@media (max-width:768px){.sm-margin-left-61{margin-left:61px}}@media (max-width:991px){.md-margin-left-61{margin-left:61px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-61{margin-left:61px}}.margin-left-60{margin-left:60px}@media (max-width:576px){.xs-margin-left-60{margin-left:60px}}@media (max-width:768px){.sm-margin-left-60{margin-left:60px}}@media (max-width:991px){.md-margin-left-60{margin-left:60px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-60{margin-left:60px}}.margin-left-59{margin-left:59px}@media (max-width:576px){.xs-margin-left-59{margin-left:59px}}@media (max-width:768px){.sm-margin-left-59{margin-left:59px}}@media (max-width:991px){.md-margin-left-59{margin-left:59px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-59{margin-left:59px}}.margin-left-58{margin-left:58px}@media (max-width:576px){.xs-margin-left-58{margin-left:58px}}@media (max-width:768px){.sm-margin-left-58{margin-left:58px}}@media (max-width:991px){.md-margin-left-58{margin-left:58px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-58{margin-left:58px}}.margin-left-57{margin-left:57px}@media (max-width:576px){.xs-margin-left-57{margin-left:57px}}@media (max-width:768px){.sm-margin-left-57{margin-left:57px}}@media (max-width:991px){.md-margin-left-57{margin-left:57px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-57{margin-left:57px}}.margin-left-56{margin-left:56px}@media (max-width:576px){.xs-margin-left-56{margin-left:56px}}@media (max-width:768px){.sm-margin-left-56{margin-left:56px}}@media (max-width:991px){.md-margin-left-56{margin-left:56px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-56{margin-left:56px}}.margin-left-55{margin-left:55px}@media (max-width:576px){.xs-margin-left-55{margin-left:55px}}@media (max-width:768px){.sm-margin-left-55{margin-left:55px}}@media (max-width:991px){.md-margin-left-55{margin-left:55px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-55{margin-left:55px}}.margin-left-54{margin-left:54px}@media (max-width:576px){.xs-margin-left-54{margin-left:54px}}@media (max-width:768px){.sm-margin-left-54{margin-left:54px}}@media (max-width:991px){.md-margin-left-54{margin-left:54px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-54{margin-left:54px}}.margin-left-53{margin-left:53px}@media (max-width:576px){.xs-margin-left-53{margin-left:53px}}@media (max-width:768px){.sm-margin-left-53{margin-left:53px}}@media (max-width:991px){.md-margin-left-53{margin-left:53px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-53{margin-left:53px}}.margin-left-52{margin-left:52px}@media (max-width:576px){.xs-margin-left-52{margin-left:52px}}@media (max-width:768px){.sm-margin-left-52{margin-left:52px}}@media (max-width:991px){.md-margin-left-52{margin-left:52px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-52{margin-left:52px}}.margin-left-51{margin-left:51px}@media (max-width:576px){.xs-margin-left-51{margin-left:51px}}@media (max-width:768px){.sm-margin-left-51{margin-left:51px}}@media (max-width:991px){.md-margin-left-51{margin-left:51px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-51{margin-left:51px}}.margin-left-50{margin-left:50px}@media (max-width:576px){.xs-margin-left-50{margin-left:50px}}@media (max-width:768px){.sm-margin-left-50{margin-left:50px}}@media (max-width:991px){.md-margin-left-50{margin-left:50px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-50{margin-left:50px}}.margin-left-49{margin-left:49px}@media (max-width:576px){.xs-margin-left-49{margin-left:49px}}@media (max-width:768px){.sm-margin-left-49{margin-left:49px}}@media (max-width:991px){.md-margin-left-49{margin-left:49px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-49{margin-left:49px}}.margin-left-48{margin-left:48px}@media (max-width:576px){.xs-margin-left-48{margin-left:48px}}@media (max-width:768px){.sm-margin-left-48{margin-left:48px}}@media (max-width:991px){.md-margin-left-48{margin-left:48px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-48{margin-left:48px}}.margin-left-47{margin-left:47px}@media (max-width:576px){.xs-margin-left-47{margin-left:47px}}@media (max-width:768px){.sm-margin-left-47{margin-left:47px}}@media (max-width:991px){.md-margin-left-47{margin-left:47px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-47{margin-left:47px}}.margin-left-46{margin-left:46px}@media (max-width:576px){.xs-margin-left-46{margin-left:46px}}@media (max-width:768px){.sm-margin-left-46{margin-left:46px}}@media (max-width:991px){.md-margin-left-46{margin-left:46px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-46{margin-left:46px}}.margin-left-45{margin-left:45px}@media (max-width:576px){.xs-margin-left-45{margin-left:45px}}@media (max-width:768px){.sm-margin-left-45{margin-left:45px}}@media (max-width:991px){.md-margin-left-45{margin-left:45px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-45{margin-left:45px}}.margin-left-44{margin-left:44px}@media (max-width:576px){.xs-margin-left-44{margin-left:44px}}@media (max-width:768px){.sm-margin-left-44{margin-left:44px}}@media (max-width:991px){.md-margin-left-44{margin-left:44px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-44{margin-left:44px}}.margin-left-43{margin-left:43px}@media (max-width:576px){.xs-margin-left-43{margin-left:43px}}@media (max-width:768px){.sm-margin-left-43{margin-left:43px}}@media (max-width:991px){.md-margin-left-43{margin-left:43px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-43{margin-left:43px}}.margin-left-42{margin-left:42px}@media (max-width:576px){.xs-margin-left-42{margin-left:42px}}@media (max-width:768px){.sm-margin-left-42{margin-left:42px}}@media (max-width:991px){.md-margin-left-42{margin-left:42px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-42{margin-left:42px}}.margin-left-41{margin-left:41px}@media (max-width:576px){.xs-margin-left-41{margin-left:41px}}@media (max-width:768px){.sm-margin-left-41{margin-left:41px}}@media (max-width:991px){.md-margin-left-41{margin-left:41px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-41{margin-left:41px}}.margin-left-40{margin-left:40px}@media (max-width:576px){.xs-margin-left-40{margin-left:40px}}@media (max-width:768px){.sm-margin-left-40{margin-left:40px}}@media (max-width:991px){.md-margin-left-40{margin-left:40px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-40{margin-left:40px}}.margin-left-39{margin-left:39px}@media (max-width:576px){.xs-margin-left-39{margin-left:39px}}@media (max-width:768px){.sm-margin-left-39{margin-left:39px}}@media (max-width:991px){.md-margin-left-39{margin-left:39px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-39{margin-left:39px}}.margin-left-38{margin-left:38px}@media (max-width:576px){.xs-margin-left-38{margin-left:38px}}@media (max-width:768px){.sm-margin-left-38{margin-left:38px}}@media (max-width:991px){.md-margin-left-38{margin-left:38px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-38{margin-left:38px}}.margin-left-37{margin-left:37px}@media (max-width:576px){.xs-margin-left-37{margin-left:37px}}@media (max-width:768px){.sm-margin-left-37{margin-left:37px}}@media (max-width:991px){.md-margin-left-37{margin-left:37px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-37{margin-left:37px}}.margin-left-36{margin-left:36px}@media (max-width:576px){.xs-margin-left-36{margin-left:36px}}@media (max-width:768px){.sm-margin-left-36{margin-left:36px}}@media (max-width:991px){.md-margin-left-36{margin-left:36px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-36{margin-left:36px}}.margin-left-35{margin-left:35px}@media (max-width:576px){.xs-margin-left-35{margin-left:35px}}@media (max-width:768px){.sm-margin-left-35{margin-left:35px}}@media (max-width:991px){.md-margin-left-35{margin-left:35px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-35{margin-left:35px}}.margin-left-34{margin-left:34px}@media (max-width:576px){.xs-margin-left-34{margin-left:34px}}@media (max-width:768px){.sm-margin-left-34{margin-left:34px}}@media (max-width:991px){.md-margin-left-34{margin-left:34px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-34{margin-left:34px}}.margin-left-33{margin-left:33px}@media (max-width:576px){.xs-margin-left-33{margin-left:33px}}@media (max-width:768px){.sm-margin-left-33{margin-left:33px}}@media (max-width:991px){.md-margin-left-33{margin-left:33px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-33{margin-left:33px}}.margin-left-32{margin-left:32px}@media (max-width:576px){.xs-margin-left-32{margin-left:32px}}@media (max-width:768px){.sm-margin-left-32{margin-left:32px}}@media (max-width:991px){.md-margin-left-32{margin-left:32px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-32{margin-left:32px}}.margin-left-31{margin-left:31px}@media (max-width:576px){.xs-margin-left-31{margin-left:31px}}@media (max-width:768px){.sm-margin-left-31{margin-left:31px}}@media (max-width:991px){.md-margin-left-31{margin-left:31px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-31{margin-left:31px}}.margin-left-30{margin-left:30px}@media (max-width:576px){.xs-margin-left-30{margin-left:30px}}@media (max-width:768px){.sm-margin-left-30{margin-left:30px}}@media (max-width:991px){.md-margin-left-30{margin-left:30px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-30{margin-left:30px}}.margin-left-29{margin-left:29px}@media (max-width:576px){.xs-margin-left-29{margin-left:29px}}@media (max-width:768px){.sm-margin-left-29{margin-left:29px}}@media (max-width:991px){.md-margin-left-29{margin-left:29px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-29{margin-left:29px}}.margin-left-28{margin-left:28px}@media (max-width:576px){.xs-margin-left-28{margin-left:28px}}@media (max-width:768px){.sm-margin-left-28{margin-left:28px}}@media (max-width:991px){.md-margin-left-28{margin-left:28px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-28{margin-left:28px}}.margin-left-27{margin-left:27px}@media (max-width:576px){.xs-margin-left-27{margin-left:27px}}@media (max-width:768px){.sm-margin-left-27{margin-left:27px}}@media (max-width:991px){.md-margin-left-27{margin-left:27px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-27{margin-left:27px}}.margin-left-26{margin-left:26px}@media (max-width:576px){.xs-margin-left-26{margin-left:26px}}@media (max-width:768px){.sm-margin-left-26{margin-left:26px}}@media (max-width:991px){.md-margin-left-26{margin-left:26px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-26{margin-left:26px}}.margin-left-25{margin-left:25px}@media (max-width:576px){.xs-margin-left-25{margin-left:25px}}@media (max-width:768px){.sm-margin-left-25{margin-left:25px}}@media (max-width:991px){.md-margin-left-25{margin-left:25px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-25{margin-left:25px}}.margin-left-24{margin-left:24px}@media (max-width:576px){.xs-margin-left-24{margin-left:24px}}@media (max-width:768px){.sm-margin-left-24{margin-left:24px}}@media (max-width:991px){.md-margin-left-24{margin-left:24px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-24{margin-left:24px}}.margin-left-23{margin-left:23px}@media (max-width:576px){.xs-margin-left-23{margin-left:23px}}@media (max-width:768px){.sm-margin-left-23{margin-left:23px}}@media (max-width:991px){.md-margin-left-23{margin-left:23px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-23{margin-left:23px}}.margin-left-22{margin-left:22px}@media (max-width:576px){.xs-margin-left-22{margin-left:22px}}@media (max-width:768px){.sm-margin-left-22{margin-left:22px}}@media (max-width:991px){.md-margin-left-22{margin-left:22px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-22{margin-left:22px}}.margin-left-21{margin-left:21px}@media (max-width:576px){.xs-margin-left-21{margin-left:21px}}@media (max-width:768px){.sm-margin-left-21{margin-left:21px}}@media (max-width:991px){.md-margin-left-21{margin-left:21px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-21{margin-left:21px}}.margin-left-20{margin-left:20px}@media (max-width:576px){.xs-margin-left-20{margin-left:20px}}@media (max-width:768px){.sm-margin-left-20{margin-left:20px}}@media (max-width:991px){.md-margin-left-20{margin-left:20px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-20{margin-left:20px}}.margin-left-19{margin-left:19px}@media (max-width:576px){.xs-margin-left-19{margin-left:19px}}@media (max-width:768px){.sm-margin-left-19{margin-left:19px}}@media (max-width:991px){.md-margin-left-19{margin-left:19px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-19{margin-left:19px}}.margin-left-18{margin-left:18px}@media (max-width:576px){.xs-margin-left-18{margin-left:18px}}@media (max-width:768px){.sm-margin-left-18{margin-left:18px}}@media (max-width:991px){.md-margin-left-18{margin-left:18px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-18{margin-left:18px}}.margin-left-17{margin-left:17px}@media (max-width:576px){.xs-margin-left-17{margin-left:17px}}@media (max-width:768px){.sm-margin-left-17{margin-left:17px}}@media (max-width:991px){.md-margin-left-17{margin-left:17px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-17{margin-left:17px}}.margin-left-16{margin-left:16px}@media (max-width:576px){.xs-margin-left-16{margin-left:16px}}@media (max-width:768px){.sm-margin-left-16{margin-left:16px}}@media (max-width:991px){.md-margin-left-16{margin-left:16px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-16{margin-left:16px}}.margin-left-15{margin-left:15px}@media (max-width:576px){.xs-margin-left-15{margin-left:15px}}@media (max-width:768px){.sm-margin-left-15{margin-left:15px}}@media (max-width:991px){.md-margin-left-15{margin-left:15px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-15{margin-left:15px}}.margin-left-14{margin-left:14px}@media (max-width:576px){.xs-margin-left-14{margin-left:14px}}@media (max-width:768px){.sm-margin-left-14{margin-left:14px}}@media (max-width:991px){.md-margin-left-14{margin-left:14px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-14{margin-left:14px}}.margin-left-13{margin-left:13px}@media (max-width:576px){.xs-margin-left-13{margin-left:13px}}@media (max-width:768px){.sm-margin-left-13{margin-left:13px}}@media (max-width:991px){.md-margin-left-13{margin-left:13px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-13{margin-left:13px}}.margin-left-12{margin-left:12px}@media (max-width:576px){.xs-margin-left-12{margin-left:12px}}@media (max-width:768px){.sm-margin-left-12{margin-left:12px}}@media (max-width:991px){.md-margin-left-12{margin-left:12px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-12{margin-left:12px}}.margin-left-11{margin-left:11px}@media (max-width:576px){.xs-margin-left-11{margin-left:11px}}@media (max-width:768px){.sm-margin-left-11{margin-left:11px}}@media (max-width:991px){.md-margin-left-11{margin-left:11px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-11{margin-left:11px}}.margin-left-10{margin-left:10px}@media (max-width:576px){.xs-margin-left-10{margin-left:10px}}@media (max-width:768px){.sm-margin-left-10{margin-left:10px}}@media (max-width:991px){.md-margin-left-10{margin-left:10px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-10{margin-left:10px}}.margin-left-9{margin-left:9px}@media (max-width:576px){.xs-margin-left-9{margin-left:9px}}@media (max-width:768px){.sm-margin-left-9{margin-left:9px}}@media (max-width:991px){.md-margin-left-9{margin-left:9px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-9{margin-left:9px}}.margin-left-8{margin-left:8px}@media (max-width:576px){.xs-margin-left-8{margin-left:8px}}@media (max-width:768px){.sm-margin-left-8{margin-left:8px}}@media (max-width:991px){.md-margin-left-8{margin-left:8px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-8{margin-left:8px}}.margin-left-7{margin-left:7px}@media (max-width:576px){.xs-margin-left-7{margin-left:7px}}@media (max-width:768px){.sm-margin-left-7{margin-left:7px}}@media (max-width:991px){.md-margin-left-7{margin-left:7px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-7{margin-left:7px}}.margin-left-6{margin-left:6px}@media (max-width:576px){.xs-margin-left-6{margin-left:6px}}@media (max-width:768px){.sm-margin-left-6{margin-left:6px}}@media (max-width:991px){.md-margin-left-6{margin-left:6px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-6{margin-left:6px}}.margin-left-5{margin-left:5px}@media (max-width:576px){.xs-margin-left-5{margin-left:5px}}@media (max-width:768px){.sm-margin-left-5{margin-left:5px}}@media (max-width:991px){.md-margin-left-5{margin-left:5px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-5{margin-left:5px}}.margin-left-4{margin-left:4px}@media (max-width:576px){.xs-margin-left-4{margin-left:4px}}@media (max-width:768px){.sm-margin-left-4{margin-left:4px}}@media (max-width:991px){.md-margin-left-4{margin-left:4px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-4{margin-left:4px}}.margin-left-3{margin-left:3px}@media (max-width:576px){.xs-margin-left-3{margin-left:3px}}@media (max-width:768px){.sm-margin-left-3{margin-left:3px}}@media (max-width:991px){.md-margin-left-3{margin-left:3px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-3{margin-left:3px}}.margin-left-2{margin-left:2px}@media (max-width:576px){.xs-margin-left-2{margin-left:2px}}@media (max-width:768px){.sm-margin-left-2{margin-left:2px}}@media (max-width:991px){.md-margin-left-2{margin-left:2px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-2{margin-left:2px}}.margin-left-1{margin-left:1px}@media (max-width:576px){.xs-margin-left-1{margin-left:1px}}@media (max-width:768px){.sm-margin-left-1{margin-left:1px}}@media (max-width:991px){.md-margin-left-1{margin-left:1px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-1{margin-left:1px}}.margin-left-0{margin-left:0px}@media (max-width:576px){.xs-margin-left-0{margin-left:0px}}@media (max-width:768px){.sm-margin-left-0{margin-left:0px}}@media (max-width:991px){.md-margin-left-0{margin-left:0px}}@media (max-width:991px) and (min-width:769px){.only-md-margin-left-0{margin-left:0px}}.padding-top-100{padding-top:100px}@media (max-width:576px){.xs-padding-top-100{padding-top:100px}}@media (max-width:768px){.sm-padding-top-100{padding-top:100px}}@media (max-width:991px){.md-padding-top-100{padding-top:100px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-100{padding-top:100px}}.padding-top-99{padding-top:99px}@media (max-width:576px){.xs-padding-top-99{padding-top:99px}}@media (max-width:768px){.sm-padding-top-99{padding-top:99px}}@media (max-width:991px){.md-padding-top-99{padding-top:99px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-99{padding-top:99px}}.padding-top-98{padding-top:98px}@media (max-width:576px){.xs-padding-top-98{padding-top:98px}}@media (max-width:768px){.sm-padding-top-98{padding-top:98px}}@media (max-width:991px){.md-padding-top-98{padding-top:98px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-98{padding-top:98px}}.padding-top-97{padding-top:97px}@media (max-width:576px){.xs-padding-top-97{padding-top:97px}}@media (max-width:768px){.sm-padding-top-97{padding-top:97px}}@media (max-width:991px){.md-padding-top-97{padding-top:97px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-97{padding-top:97px}}.padding-top-96{padding-top:96px}@media (max-width:576px){.xs-padding-top-96{padding-top:96px}}@media (max-width:768px){.sm-padding-top-96{padding-top:96px}}@media (max-width:991px){.md-padding-top-96{padding-top:96px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-96{padding-top:96px}}.padding-top-95{padding-top:95px}@media (max-width:576px){.xs-padding-top-95{padding-top:95px}}@media (max-width:768px){.sm-padding-top-95{padding-top:95px}}@media (max-width:991px){.md-padding-top-95{padding-top:95px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-95{padding-top:95px}}.padding-top-94{padding-top:94px}@media (max-width:576px){.xs-padding-top-94{padding-top:94px}}@media (max-width:768px){.sm-padding-top-94{padding-top:94px}}@media (max-width:991px){.md-padding-top-94{padding-top:94px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-94{padding-top:94px}}.padding-top-93{padding-top:93px}@media (max-width:576px){.xs-padding-top-93{padding-top:93px}}@media (max-width:768px){.sm-padding-top-93{padding-top:93px}}@media (max-width:991px){.md-padding-top-93{padding-top:93px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-93{padding-top:93px}}.padding-top-92{padding-top:92px}@media (max-width:576px){.xs-padding-top-92{padding-top:92px}}@media (max-width:768px){.sm-padding-top-92{padding-top:92px}}@media (max-width:991px){.md-padding-top-92{padding-top:92px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-92{padding-top:92px}}.padding-top-91{padding-top:91px}@media (max-width:576px){.xs-padding-top-91{padding-top:91px}}@media (max-width:768px){.sm-padding-top-91{padding-top:91px}}@media (max-width:991px){.md-padding-top-91{padding-top:91px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-91{padding-top:91px}}.padding-top-90{padding-top:90px}@media (max-width:576px){.xs-padding-top-90{padding-top:90px}}@media (max-width:768px){.sm-padding-top-90{padding-top:90px}}@media (max-width:991px){.md-padding-top-90{padding-top:90px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-90{padding-top:90px}}.padding-top-89{padding-top:89px}@media (max-width:576px){.xs-padding-top-89{padding-top:89px}}@media (max-width:768px){.sm-padding-top-89{padding-top:89px}}@media (max-width:991px){.md-padding-top-89{padding-top:89px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-89{padding-top:89px}}.padding-top-88{padding-top:88px}@media (max-width:576px){.xs-padding-top-88{padding-top:88px}}@media (max-width:768px){.sm-padding-top-88{padding-top:88px}}@media (max-width:991px){.md-padding-top-88{padding-top:88px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-88{padding-top:88px}}.padding-top-87{padding-top:87px}@media (max-width:576px){.xs-padding-top-87{padding-top:87px}}@media (max-width:768px){.sm-padding-top-87{padding-top:87px}}@media (max-width:991px){.md-padding-top-87{padding-top:87px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-87{padding-top:87px}}.padding-top-86{padding-top:86px}@media (max-width:576px){.xs-padding-top-86{padding-top:86px}}@media (max-width:768px){.sm-padding-top-86{padding-top:86px}}@media (max-width:991px){.md-padding-top-86{padding-top:86px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-86{padding-top:86px}}.padding-top-85{padding-top:85px}@media (max-width:576px){.xs-padding-top-85{padding-top:85px}}@media (max-width:768px){.sm-padding-top-85{padding-top:85px}}@media (max-width:991px){.md-padding-top-85{padding-top:85px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-85{padding-top:85px}}.padding-top-84{padding-top:84px}@media (max-width:576px){.xs-padding-top-84{padding-top:84px}}@media (max-width:768px){.sm-padding-top-84{padding-top:84px}}@media (max-width:991px){.md-padding-top-84{padding-top:84px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-84{padding-top:84px}}.padding-top-83{padding-top:83px}@media (max-width:576px){.xs-padding-top-83{padding-top:83px}}@media (max-width:768px){.sm-padding-top-83{padding-top:83px}}@media (max-width:991px){.md-padding-top-83{padding-top:83px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-83{padding-top:83px}}.padding-top-82{padding-top:82px}@media (max-width:576px){.xs-padding-top-82{padding-top:82px}}@media (max-width:768px){.sm-padding-top-82{padding-top:82px}}@media (max-width:991px){.md-padding-top-82{padding-top:82px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-82{padding-top:82px}}.padding-top-81{padding-top:81px}@media (max-width:576px){.xs-padding-top-81{padding-top:81px}}@media (max-width:768px){.sm-padding-top-81{padding-top:81px}}@media (max-width:991px){.md-padding-top-81{padding-top:81px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-81{padding-top:81px}}.padding-top-80{padding-top:80px}@media (max-width:576px){.xs-padding-top-80{padding-top:80px}}@media (max-width:768px){.sm-padding-top-80{padding-top:80px}}@media (max-width:991px){.md-padding-top-80{padding-top:80px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-80{padding-top:80px}}.padding-top-79{padding-top:79px}@media (max-width:576px){.xs-padding-top-79{padding-top:79px}}@media (max-width:768px){.sm-padding-top-79{padding-top:79px}}@media (max-width:991px){.md-padding-top-79{padding-top:79px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-79{padding-top:79px}}.padding-top-78{padding-top:78px}@media (max-width:576px){.xs-padding-top-78{padding-top:78px}}@media (max-width:768px){.sm-padding-top-78{padding-top:78px}}@media (max-width:991px){.md-padding-top-78{padding-top:78px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-78{padding-top:78px}}.padding-top-77{padding-top:77px}@media (max-width:576px){.xs-padding-top-77{padding-top:77px}}@media (max-width:768px){.sm-padding-top-77{padding-top:77px}}@media (max-width:991px){.md-padding-top-77{padding-top:77px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-77{padding-top:77px}}.padding-top-76{padding-top:76px}@media (max-width:576px){.xs-padding-top-76{padding-top:76px}}@media (max-width:768px){.sm-padding-top-76{padding-top:76px}}@media (max-width:991px){.md-padding-top-76{padding-top:76px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-76{padding-top:76px}}.padding-top-75{padding-top:75px}@media (max-width:576px){.xs-padding-top-75{padding-top:75px}}@media (max-width:768px){.sm-padding-top-75{padding-top:75px}}@media (max-width:991px){.md-padding-top-75{padding-top:75px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-75{padding-top:75px}}.padding-top-74{padding-top:74px}@media (max-width:576px){.xs-padding-top-74{padding-top:74px}}@media (max-width:768px){.sm-padding-top-74{padding-top:74px}}@media (max-width:991px){.md-padding-top-74{padding-top:74px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-74{padding-top:74px}}.padding-top-73{padding-top:73px}@media (max-width:576px){.xs-padding-top-73{padding-top:73px}}@media (max-width:768px){.sm-padding-top-73{padding-top:73px}}@media (max-width:991px){.md-padding-top-73{padding-top:73px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-73{padding-top:73px}}.padding-top-72{padding-top:72px}@media (max-width:576px){.xs-padding-top-72{padding-top:72px}}@media (max-width:768px){.sm-padding-top-72{padding-top:72px}}@media (max-width:991px){.md-padding-top-72{padding-top:72px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-72{padding-top:72px}}.padding-top-71{padding-top:71px}@media (max-width:576px){.xs-padding-top-71{padding-top:71px}}@media (max-width:768px){.sm-padding-top-71{padding-top:71px}}@media (max-width:991px){.md-padding-top-71{padding-top:71px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-71{padding-top:71px}}.padding-top-70{padding-top:70px}@media (max-width:576px){.xs-padding-top-70{padding-top:70px}}@media (max-width:768px){.sm-padding-top-70{padding-top:70px}}@media (max-width:991px){.md-padding-top-70{padding-top:70px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-70{padding-top:70px}}.padding-top-69{padding-top:69px}@media (max-width:576px){.xs-padding-top-69{padding-top:69px}}@media (max-width:768px){.sm-padding-top-69{padding-top:69px}}@media (max-width:991px){.md-padding-top-69{padding-top:69px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-69{padding-top:69px}}.padding-top-68{padding-top:68px}@media (max-width:576px){.xs-padding-top-68{padding-top:68px}}@media (max-width:768px){.sm-padding-top-68{padding-top:68px}}@media (max-width:991px){.md-padding-top-68{padding-top:68px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-68{padding-top:68px}}.padding-top-67{padding-top:67px}@media (max-width:576px){.xs-padding-top-67{padding-top:67px}}@media (max-width:768px){.sm-padding-top-67{padding-top:67px}}@media (max-width:991px){.md-padding-top-67{padding-top:67px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-67{padding-top:67px}}.padding-top-66{padding-top:66px}@media (max-width:576px){.xs-padding-top-66{padding-top:66px}}@media (max-width:768px){.sm-padding-top-66{padding-top:66px}}@media (max-width:991px){.md-padding-top-66{padding-top:66px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-66{padding-top:66px}}.padding-top-65{padding-top:65px}@media (max-width:576px){.xs-padding-top-65{padding-top:65px}}@media (max-width:768px){.sm-padding-top-65{padding-top:65px}}@media (max-width:991px){.md-padding-top-65{padding-top:65px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-65{padding-top:65px}}.padding-top-64{padding-top:64px}@media (max-width:576px){.xs-padding-top-64{padding-top:64px}}@media (max-width:768px){.sm-padding-top-64{padding-top:64px}}@media (max-width:991px){.md-padding-top-64{padding-top:64px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-64{padding-top:64px}}.padding-top-63{padding-top:63px}@media (max-width:576px){.xs-padding-top-63{padding-top:63px}}@media (max-width:768px){.sm-padding-top-63{padding-top:63px}}@media (max-width:991px){.md-padding-top-63{padding-top:63px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-63{padding-top:63px}}.padding-top-62{padding-top:62px}@media (max-width:576px){.xs-padding-top-62{padding-top:62px}}@media (max-width:768px){.sm-padding-top-62{padding-top:62px}}@media (max-width:991px){.md-padding-top-62{padding-top:62px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-62{padding-top:62px}}.padding-top-61{padding-top:61px}@media (max-width:576px){.xs-padding-top-61{padding-top:61px}}@media (max-width:768px){.sm-padding-top-61{padding-top:61px}}@media (max-width:991px){.md-padding-top-61{padding-top:61px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-61{padding-top:61px}}.padding-top-60{padding-top:60px}@media (max-width:576px){.xs-padding-top-60{padding-top:60px}}@media (max-width:768px){.sm-padding-top-60{padding-top:60px}}@media (max-width:991px){.md-padding-top-60{padding-top:60px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-60{padding-top:60px}}.padding-top-59{padding-top:59px}@media (max-width:576px){.xs-padding-top-59{padding-top:59px}}@media (max-width:768px){.sm-padding-top-59{padding-top:59px}}@media (max-width:991px){.md-padding-top-59{padding-top:59px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-59{padding-top:59px}}.padding-top-58{padding-top:58px}@media (max-width:576px){.xs-padding-top-58{padding-top:58px}}@media (max-width:768px){.sm-padding-top-58{padding-top:58px}}@media (max-width:991px){.md-padding-top-58{padding-top:58px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-58{padding-top:58px}}.padding-top-57{padding-top:57px}@media (max-width:576px){.xs-padding-top-57{padding-top:57px}}@media (max-width:768px){.sm-padding-top-57{padding-top:57px}}@media (max-width:991px){.md-padding-top-57{padding-top:57px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-57{padding-top:57px}}.padding-top-56{padding-top:56px}@media (max-width:576px){.xs-padding-top-56{padding-top:56px}}@media (max-width:768px){.sm-padding-top-56{padding-top:56px}}@media (max-width:991px){.md-padding-top-56{padding-top:56px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-56{padding-top:56px}}.padding-top-55{padding-top:55px}@media (max-width:576px){.xs-padding-top-55{padding-top:55px}}@media (max-width:768px){.sm-padding-top-55{padding-top:55px}}@media (max-width:991px){.md-padding-top-55{padding-top:55px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-55{padding-top:55px}}.padding-top-54{padding-top:54px}@media (max-width:576px){.xs-padding-top-54{padding-top:54px}}@media (max-width:768px){.sm-padding-top-54{padding-top:54px}}@media (max-width:991px){.md-padding-top-54{padding-top:54px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-54{padding-top:54px}}.padding-top-53{padding-top:53px}@media (max-width:576px){.xs-padding-top-53{padding-top:53px}}@media (max-width:768px){.sm-padding-top-53{padding-top:53px}}@media (max-width:991px){.md-padding-top-53{padding-top:53px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-53{padding-top:53px}}.padding-top-52{padding-top:52px}@media (max-width:576px){.xs-padding-top-52{padding-top:52px}}@media (max-width:768px){.sm-padding-top-52{padding-top:52px}}@media (max-width:991px){.md-padding-top-52{padding-top:52px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-52{padding-top:52px}}.padding-top-51{padding-top:51px}@media (max-width:576px){.xs-padding-top-51{padding-top:51px}}@media (max-width:768px){.sm-padding-top-51{padding-top:51px}}@media (max-width:991px){.md-padding-top-51{padding-top:51px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-51{padding-top:51px}}.padding-top-50{padding-top:50px}@media (max-width:576px){.xs-padding-top-50{padding-top:50px}}@media (max-width:768px){.sm-padding-top-50{padding-top:50px}}@media (max-width:991px){.md-padding-top-50{padding-top:50px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-50{padding-top:50px}}.padding-top-49{padding-top:49px}@media (max-width:576px){.xs-padding-top-49{padding-top:49px}}@media (max-width:768px){.sm-padding-top-49{padding-top:49px}}@media (max-width:991px){.md-padding-top-49{padding-top:49px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-49{padding-top:49px}}.padding-top-48{padding-top:48px}@media (max-width:576px){.xs-padding-top-48{padding-top:48px}}@media (max-width:768px){.sm-padding-top-48{padding-top:48px}}@media (max-width:991px){.md-padding-top-48{padding-top:48px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-48{padding-top:48px}}.padding-top-47{padding-top:47px}@media (max-width:576px){.xs-padding-top-47{padding-top:47px}}@media (max-width:768px){.sm-padding-top-47{padding-top:47px}}@media (max-width:991px){.md-padding-top-47{padding-top:47px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-47{padding-top:47px}}.padding-top-46{padding-top:46px}@media (max-width:576px){.xs-padding-top-46{padding-top:46px}}@media (max-width:768px){.sm-padding-top-46{padding-top:46px}}@media (max-width:991px){.md-padding-top-46{padding-top:46px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-46{padding-top:46px}}.padding-top-45{padding-top:45px}@media (max-width:576px){.xs-padding-top-45{padding-top:45px}}@media (max-width:768px){.sm-padding-top-45{padding-top:45px}}@media (max-width:991px){.md-padding-top-45{padding-top:45px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-45{padding-top:45px}}.padding-top-44{padding-top:44px}@media (max-width:576px){.xs-padding-top-44{padding-top:44px}}@media (max-width:768px){.sm-padding-top-44{padding-top:44px}}@media (max-width:991px){.md-padding-top-44{padding-top:44px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-44{padding-top:44px}}.padding-top-43{padding-top:43px}@media (max-width:576px){.xs-padding-top-43{padding-top:43px}}@media (max-width:768px){.sm-padding-top-43{padding-top:43px}}@media (max-width:991px){.md-padding-top-43{padding-top:43px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-43{padding-top:43px}}.padding-top-42{padding-top:42px}@media (max-width:576px){.xs-padding-top-42{padding-top:42px}}@media (max-width:768px){.sm-padding-top-42{padding-top:42px}}@media (max-width:991px){.md-padding-top-42{padding-top:42px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-42{padding-top:42px}}.padding-top-41{padding-top:41px}@media (max-width:576px){.xs-padding-top-41{padding-top:41px}}@media (max-width:768px){.sm-padding-top-41{padding-top:41px}}@media (max-width:991px){.md-padding-top-41{padding-top:41px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-41{padding-top:41px}}.padding-top-40{padding-top:40px}@media (max-width:576px){.xs-padding-top-40{padding-top:40px}}@media (max-width:768px){.sm-padding-top-40{padding-top:40px}}@media (max-width:991px){.md-padding-top-40{padding-top:40px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-40{padding-top:40px}}.padding-top-39{padding-top:39px}@media (max-width:576px){.xs-padding-top-39{padding-top:39px}}@media (max-width:768px){.sm-padding-top-39{padding-top:39px}}@media (max-width:991px){.md-padding-top-39{padding-top:39px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-39{padding-top:39px}}.padding-top-38{padding-top:38px}@media (max-width:576px){.xs-padding-top-38{padding-top:38px}}@media (max-width:768px){.sm-padding-top-38{padding-top:38px}}@media (max-width:991px){.md-padding-top-38{padding-top:38px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-38{padding-top:38px}}.padding-top-37{padding-top:37px}@media (max-width:576px){.xs-padding-top-37{padding-top:37px}}@media (max-width:768px){.sm-padding-top-37{padding-top:37px}}@media (max-width:991px){.md-padding-top-37{padding-top:37px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-37{padding-top:37px}}.padding-top-36{padding-top:36px}@media (max-width:576px){.xs-padding-top-36{padding-top:36px}}@media (max-width:768px){.sm-padding-top-36{padding-top:36px}}@media (max-width:991px){.md-padding-top-36{padding-top:36px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-36{padding-top:36px}}.padding-top-35{padding-top:35px}@media (max-width:576px){.xs-padding-top-35{padding-top:35px}}@media (max-width:768px){.sm-padding-top-35{padding-top:35px}}@media (max-width:991px){.md-padding-top-35{padding-top:35px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-35{padding-top:35px}}.padding-top-34{padding-top:34px}@media (max-width:576px){.xs-padding-top-34{padding-top:34px}}@media (max-width:768px){.sm-padding-top-34{padding-top:34px}}@media (max-width:991px){.md-padding-top-34{padding-top:34px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-34{padding-top:34px}}.padding-top-33{padding-top:33px}@media (max-width:576px){.xs-padding-top-33{padding-top:33px}}@media (max-width:768px){.sm-padding-top-33{padding-top:33px}}@media (max-width:991px){.md-padding-top-33{padding-top:33px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-33{padding-top:33px}}.padding-top-32{padding-top:32px}@media (max-width:576px){.xs-padding-top-32{padding-top:32px}}@media (max-width:768px){.sm-padding-top-32{padding-top:32px}}@media (max-width:991px){.md-padding-top-32{padding-top:32px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-32{padding-top:32px}}.padding-top-31{padding-top:31px}@media (max-width:576px){.xs-padding-top-31{padding-top:31px}}@media (max-width:768px){.sm-padding-top-31{padding-top:31px}}@media (max-width:991px){.md-padding-top-31{padding-top:31px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-31{padding-top:31px}}.padding-top-30{padding-top:30px}@media (max-width:576px){.xs-padding-top-30{padding-top:30px}}@media (max-width:768px){.sm-padding-top-30{padding-top:30px}}@media (max-width:991px){.md-padding-top-30{padding-top:30px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-30{padding-top:30px}}.padding-top-29{padding-top:29px}@media (max-width:576px){.xs-padding-top-29{padding-top:29px}}@media (max-width:768px){.sm-padding-top-29{padding-top:29px}}@media (max-width:991px){.md-padding-top-29{padding-top:29px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-29{padding-top:29px}}.padding-top-28{padding-top:28px}@media (max-width:576px){.xs-padding-top-28{padding-top:28px}}@media (max-width:768px){.sm-padding-top-28{padding-top:28px}}@media (max-width:991px){.md-padding-top-28{padding-top:28px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-28{padding-top:28px}}.padding-top-27{padding-top:27px}@media (max-width:576px){.xs-padding-top-27{padding-top:27px}}@media (max-width:768px){.sm-padding-top-27{padding-top:27px}}@media (max-width:991px){.md-padding-top-27{padding-top:27px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-27{padding-top:27px}}.padding-top-26{padding-top:26px}@media (max-width:576px){.xs-padding-top-26{padding-top:26px}}@media (max-width:768px){.sm-padding-top-26{padding-top:26px}}@media (max-width:991px){.md-padding-top-26{padding-top:26px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-26{padding-top:26px}}.padding-top-25{padding-top:25px}@media (max-width:576px){.xs-padding-top-25{padding-top:25px}}@media (max-width:768px){.sm-padding-top-25{padding-top:25px}}@media (max-width:991px){.md-padding-top-25{padding-top:25px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-25{padding-top:25px}}.padding-top-24{padding-top:24px}@media (max-width:576px){.xs-padding-top-24{padding-top:24px}}@media (max-width:768px){.sm-padding-top-24{padding-top:24px}}@media (max-width:991px){.md-padding-top-24{padding-top:24px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-24{padding-top:24px}}.padding-top-23{padding-top:23px}@media (max-width:576px){.xs-padding-top-23{padding-top:23px}}@media (max-width:768px){.sm-padding-top-23{padding-top:23px}}@media (max-width:991px){.md-padding-top-23{padding-top:23px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-23{padding-top:23px}}.padding-top-22{padding-top:22px}@media (max-width:576px){.xs-padding-top-22{padding-top:22px}}@media (max-width:768px){.sm-padding-top-22{padding-top:22px}}@media (max-width:991px){.md-padding-top-22{padding-top:22px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-22{padding-top:22px}}.padding-top-21{padding-top:21px}@media (max-width:576px){.xs-padding-top-21{padding-top:21px}}@media (max-width:768px){.sm-padding-top-21{padding-top:21px}}@media (max-width:991px){.md-padding-top-21{padding-top:21px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-21{padding-top:21px}}.padding-top-20{padding-top:20px}@media (max-width:576px){.xs-padding-top-20{padding-top:20px}}@media (max-width:768px){.sm-padding-top-20{padding-top:20px}}@media (max-width:991px){.md-padding-top-20{padding-top:20px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-20{padding-top:20px}}.padding-top-19{padding-top:19px}@media (max-width:576px){.xs-padding-top-19{padding-top:19px}}@media (max-width:768px){.sm-padding-top-19{padding-top:19px}}@media (max-width:991px){.md-padding-top-19{padding-top:19px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-19{padding-top:19px}}.padding-top-18{padding-top:18px}@media (max-width:576px){.xs-padding-top-18{padding-top:18px}}@media (max-width:768px){.sm-padding-top-18{padding-top:18px}}@media (max-width:991px){.md-padding-top-18{padding-top:18px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-18{padding-top:18px}}.padding-top-17{padding-top:17px}@media (max-width:576px){.xs-padding-top-17{padding-top:17px}}@media (max-width:768px){.sm-padding-top-17{padding-top:17px}}@media (max-width:991px){.md-padding-top-17{padding-top:17px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-17{padding-top:17px}}.padding-top-16{padding-top:16px}@media (max-width:576px){.xs-padding-top-16{padding-top:16px}}@media (max-width:768px){.sm-padding-top-16{padding-top:16px}}@media (max-width:991px){.md-padding-top-16{padding-top:16px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-16{padding-top:16px}}.padding-top-15{padding-top:15px}@media (max-width:576px){.xs-padding-top-15{padding-top:15px}}@media (max-width:768px){.sm-padding-top-15{padding-top:15px}}@media (max-width:991px){.md-padding-top-15{padding-top:15px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-15{padding-top:15px}}.padding-top-14{padding-top:14px}@media (max-width:576px){.xs-padding-top-14{padding-top:14px}}@media (max-width:768px){.sm-padding-top-14{padding-top:14px}}@media (max-width:991px){.md-padding-top-14{padding-top:14px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-14{padding-top:14px}}.padding-top-13{padding-top:13px}@media (max-width:576px){.xs-padding-top-13{padding-top:13px}}@media (max-width:768px){.sm-padding-top-13{padding-top:13px}}@media (max-width:991px){.md-padding-top-13{padding-top:13px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-13{padding-top:13px}}.padding-top-12{padding-top:12px}@media (max-width:576px){.xs-padding-top-12{padding-top:12px}}@media (max-width:768px){.sm-padding-top-12{padding-top:12px}}@media (max-width:991px){.md-padding-top-12{padding-top:12px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-12{padding-top:12px}}.padding-top-11{padding-top:11px}@media (max-width:576px){.xs-padding-top-11{padding-top:11px}}@media (max-width:768px){.sm-padding-top-11{padding-top:11px}}@media (max-width:991px){.md-padding-top-11{padding-top:11px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-11{padding-top:11px}}.padding-top-10{padding-top:10px}@media (max-width:576px){.xs-padding-top-10{padding-top:10px}}@media (max-width:768px){.sm-padding-top-10{padding-top:10px}}@media (max-width:991px){.md-padding-top-10{padding-top:10px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-10{padding-top:10px}}.padding-top-9{padding-top:9px}@media (max-width:576px){.xs-padding-top-9{padding-top:9px}}@media (max-width:768px){.sm-padding-top-9{padding-top:9px}}@media (max-width:991px){.md-padding-top-9{padding-top:9px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-9{padding-top:9px}}.padding-top-8{padding-top:8px}@media (max-width:576px){.xs-padding-top-8{padding-top:8px}}@media (max-width:768px){.sm-padding-top-8{padding-top:8px}}@media (max-width:991px){.md-padding-top-8{padding-top:8px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-8{padding-top:8px}}.padding-top-7{padding-top:7px}@media (max-width:576px){.xs-padding-top-7{padding-top:7px}}@media (max-width:768px){.sm-padding-top-7{padding-top:7px}}@media (max-width:991px){.md-padding-top-7{padding-top:7px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-7{padding-top:7px}}.padding-top-6{padding-top:6px}@media (max-width:576px){.xs-padding-top-6{padding-top:6px}}@media (max-width:768px){.sm-padding-top-6{padding-top:6px}}@media (max-width:991px){.md-padding-top-6{padding-top:6px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-6{padding-top:6px}}.padding-top-5{padding-top:5px}@media (max-width:576px){.xs-padding-top-5{padding-top:5px}}@media (max-width:768px){.sm-padding-top-5{padding-top:5px}}@media (max-width:991px){.md-padding-top-5{padding-top:5px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-5{padding-top:5px}}.padding-top-4{padding-top:4px}@media (max-width:576px){.xs-padding-top-4{padding-top:4px}}@media (max-width:768px){.sm-padding-top-4{padding-top:4px}}@media (max-width:991px){.md-padding-top-4{padding-top:4px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-4{padding-top:4px}}.padding-top-3{padding-top:3px}@media (max-width:576px){.xs-padding-top-3{padding-top:3px}}@media (max-width:768px){.sm-padding-top-3{padding-top:3px}}@media (max-width:991px){.md-padding-top-3{padding-top:3px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-3{padding-top:3px}}.padding-top-2{padding-top:2px}@media (max-width:576px){.xs-padding-top-2{padding-top:2px}}@media (max-width:768px){.sm-padding-top-2{padding-top:2px}}@media (max-width:991px){.md-padding-top-2{padding-top:2px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-2{padding-top:2px}}.padding-top-1{padding-top:1px}@media (max-width:576px){.xs-padding-top-1{padding-top:1px}}@media (max-width:768px){.sm-padding-top-1{padding-top:1px}}@media (max-width:991px){.md-padding-top-1{padding-top:1px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-1{padding-top:1px}}.padding-top-0{padding-top:0px}@media (max-width:576px){.xs-padding-top-0{padding-top:0px}}@media (max-width:768px){.sm-padding-top-0{padding-top:0px}}@media (max-width:991px){.md-padding-top-0{padding-top:0px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-top-0{padding-top:0px}}.padding-right-100{padding-right:100px}@media (max-width:576px){.xs-padding-right-100{padding-right:100px}}@media (max-width:768px){.sm-padding-right-100{padding-right:100px}}@media (max-width:991px){.md-padding-right-100{padding-right:100px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-100{padding-right:100px}}.padding-right-99{padding-right:99px}@media (max-width:576px){.xs-padding-right-99{padding-right:99px}}@media (max-width:768px){.sm-padding-right-99{padding-right:99px}}@media (max-width:991px){.md-padding-right-99{padding-right:99px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-99{padding-right:99px}}.padding-right-98{padding-right:98px}@media (max-width:576px){.xs-padding-right-98{padding-right:98px}}@media (max-width:768px){.sm-padding-right-98{padding-right:98px}}@media (max-width:991px){.md-padding-right-98{padding-right:98px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-98{padding-right:98px}}.padding-right-97{padding-right:97px}@media (max-width:576px){.xs-padding-right-97{padding-right:97px}}@media (max-width:768px){.sm-padding-right-97{padding-right:97px}}@media (max-width:991px){.md-padding-right-97{padding-right:97px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-97{padding-right:97px}}.padding-right-96{padding-right:96px}@media (max-width:576px){.xs-padding-right-96{padding-right:96px}}@media (max-width:768px){.sm-padding-right-96{padding-right:96px}}@media (max-width:991px){.md-padding-right-96{padding-right:96px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-96{padding-right:96px}}.padding-right-95{padding-right:95px}@media (max-width:576px){.xs-padding-right-95{padding-right:95px}}@media (max-width:768px){.sm-padding-right-95{padding-right:95px}}@media (max-width:991px){.md-padding-right-95{padding-right:95px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-95{padding-right:95px}}.padding-right-94{padding-right:94px}@media (max-width:576px){.xs-padding-right-94{padding-right:94px}}@media (max-width:768px){.sm-padding-right-94{padding-right:94px}}@media (max-width:991px){.md-padding-right-94{padding-right:94px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-94{padding-right:94px}}.padding-right-93{padding-right:93px}@media (max-width:576px){.xs-padding-right-93{padding-right:93px}}@media (max-width:768px){.sm-padding-right-93{padding-right:93px}}@media (max-width:991px){.md-padding-right-93{padding-right:93px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-93{padding-right:93px}}.padding-right-92{padding-right:92px}@media (max-width:576px){.xs-padding-right-92{padding-right:92px}}@media (max-width:768px){.sm-padding-right-92{padding-right:92px}}@media (max-width:991px){.md-padding-right-92{padding-right:92px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-92{padding-right:92px}}.padding-right-91{padding-right:91px}@media (max-width:576px){.xs-padding-right-91{padding-right:91px}}@media (max-width:768px){.sm-padding-right-91{padding-right:91px}}@media (max-width:991px){.md-padding-right-91{padding-right:91px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-91{padding-right:91px}}.padding-right-90{padding-right:90px}@media (max-width:576px){.xs-padding-right-90{padding-right:90px}}@media (max-width:768px){.sm-padding-right-90{padding-right:90px}}@media (max-width:991px){.md-padding-right-90{padding-right:90px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-90{padding-right:90px}}.padding-right-89{padding-right:89px}@media (max-width:576px){.xs-padding-right-89{padding-right:89px}}@media (max-width:768px){.sm-padding-right-89{padding-right:89px}}@media (max-width:991px){.md-padding-right-89{padding-right:89px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-89{padding-right:89px}}.padding-right-88{padding-right:88px}@media (max-width:576px){.xs-padding-right-88{padding-right:88px}}@media (max-width:768px){.sm-padding-right-88{padding-right:88px}}@media (max-width:991px){.md-padding-right-88{padding-right:88px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-88{padding-right:88px}}.padding-right-87{padding-right:87px}@media (max-width:576px){.xs-padding-right-87{padding-right:87px}}@media (max-width:768px){.sm-padding-right-87{padding-right:87px}}@media (max-width:991px){.md-padding-right-87{padding-right:87px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-87{padding-right:87px}}.padding-right-86{padding-right:86px}@media (max-width:576px){.xs-padding-right-86{padding-right:86px}}@media (max-width:768px){.sm-padding-right-86{padding-right:86px}}@media (max-width:991px){.md-padding-right-86{padding-right:86px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-86{padding-right:86px}}.padding-right-85{padding-right:85px}@media (max-width:576px){.xs-padding-right-85{padding-right:85px}}@media (max-width:768px){.sm-padding-right-85{padding-right:85px}}@media (max-width:991px){.md-padding-right-85{padding-right:85px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-85{padding-right:85px}}.padding-right-84{padding-right:84px}@media (max-width:576px){.xs-padding-right-84{padding-right:84px}}@media (max-width:768px){.sm-padding-right-84{padding-right:84px}}@media (max-width:991px){.md-padding-right-84{padding-right:84px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-84{padding-right:84px}}.padding-right-83{padding-right:83px}@media (max-width:576px){.xs-padding-right-83{padding-right:83px}}@media (max-width:768px){.sm-padding-right-83{padding-right:83px}}@media (max-width:991px){.md-padding-right-83{padding-right:83px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-83{padding-right:83px}}.padding-right-82{padding-right:82px}@media (max-width:576px){.xs-padding-right-82{padding-right:82px}}@media (max-width:768px){.sm-padding-right-82{padding-right:82px}}@media (max-width:991px){.md-padding-right-82{padding-right:82px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-82{padding-right:82px}}.padding-right-81{padding-right:81px}@media (max-width:576px){.xs-padding-right-81{padding-right:81px}}@media (max-width:768px){.sm-padding-right-81{padding-right:81px}}@media (max-width:991px){.md-padding-right-81{padding-right:81px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-81{padding-right:81px}}.padding-right-80{padding-right:80px}@media (max-width:576px){.xs-padding-right-80{padding-right:80px}}@media (max-width:768px){.sm-padding-right-80{padding-right:80px}}@media (max-width:991px){.md-padding-right-80{padding-right:80px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-80{padding-right:80px}}.padding-right-79{padding-right:79px}@media (max-width:576px){.xs-padding-right-79{padding-right:79px}}@media (max-width:768px){.sm-padding-right-79{padding-right:79px}}@media (max-width:991px){.md-padding-right-79{padding-right:79px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-79{padding-right:79px}}.padding-right-78{padding-right:78px}@media (max-width:576px){.xs-padding-right-78{padding-right:78px}}@media (max-width:768px){.sm-padding-right-78{padding-right:78px}}@media (max-width:991px){.md-padding-right-78{padding-right:78px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-78{padding-right:78px}}.padding-right-77{padding-right:77px}@media (max-width:576px){.xs-padding-right-77{padding-right:77px}}@media (max-width:768px){.sm-padding-right-77{padding-right:77px}}@media (max-width:991px){.md-padding-right-77{padding-right:77px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-77{padding-right:77px}}.padding-right-76{padding-right:76px}@media (max-width:576px){.xs-padding-right-76{padding-right:76px}}@media (max-width:768px){.sm-padding-right-76{padding-right:76px}}@media (max-width:991px){.md-padding-right-76{padding-right:76px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-76{padding-right:76px}}.padding-right-75{padding-right:75px}@media (max-width:576px){.xs-padding-right-75{padding-right:75px}}@media (max-width:768px){.sm-padding-right-75{padding-right:75px}}@media (max-width:991px){.md-padding-right-75{padding-right:75px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-75{padding-right:75px}}.padding-right-74{padding-right:74px}@media (max-width:576px){.xs-padding-right-74{padding-right:74px}}@media (max-width:768px){.sm-padding-right-74{padding-right:74px}}@media (max-width:991px){.md-padding-right-74{padding-right:74px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-74{padding-right:74px}}.padding-right-73{padding-right:73px}@media (max-width:576px){.xs-padding-right-73{padding-right:73px}}@media (max-width:768px){.sm-padding-right-73{padding-right:73px}}@media (max-width:991px){.md-padding-right-73{padding-right:73px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-73{padding-right:73px}}.padding-right-72{padding-right:72px}@media (max-width:576px){.xs-padding-right-72{padding-right:72px}}@media (max-width:768px){.sm-padding-right-72{padding-right:72px}}@media (max-width:991px){.md-padding-right-72{padding-right:72px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-72{padding-right:72px}}.padding-right-71{padding-right:71px}@media (max-width:576px){.xs-padding-right-71{padding-right:71px}}@media (max-width:768px){.sm-padding-right-71{padding-right:71px}}@media (max-width:991px){.md-padding-right-71{padding-right:71px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-71{padding-right:71px}}.padding-right-70{padding-right:70px}@media (max-width:576px){.xs-padding-right-70{padding-right:70px}}@media (max-width:768px){.sm-padding-right-70{padding-right:70px}}@media (max-width:991px){.md-padding-right-70{padding-right:70px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-70{padding-right:70px}}.padding-right-69{padding-right:69px}@media (max-width:576px){.xs-padding-right-69{padding-right:69px}}@media (max-width:768px){.sm-padding-right-69{padding-right:69px}}@media (max-width:991px){.md-padding-right-69{padding-right:69px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-69{padding-right:69px}}.padding-right-68{padding-right:68px}@media (max-width:576px){.xs-padding-right-68{padding-right:68px}}@media (max-width:768px){.sm-padding-right-68{padding-right:68px}}@media (max-width:991px){.md-padding-right-68{padding-right:68px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-68{padding-right:68px}}.padding-right-67{padding-right:67px}@media (max-width:576px){.xs-padding-right-67{padding-right:67px}}@media (max-width:768px){.sm-padding-right-67{padding-right:67px}}@media (max-width:991px){.md-padding-right-67{padding-right:67px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-67{padding-right:67px}}.padding-right-66{padding-right:66px}@media (max-width:576px){.xs-padding-right-66{padding-right:66px}}@media (max-width:768px){.sm-padding-right-66{padding-right:66px}}@media (max-width:991px){.md-padding-right-66{padding-right:66px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-66{padding-right:66px}}.padding-right-65{padding-right:65px}@media (max-width:576px){.xs-padding-right-65{padding-right:65px}}@media (max-width:768px){.sm-padding-right-65{padding-right:65px}}@media (max-width:991px){.md-padding-right-65{padding-right:65px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-65{padding-right:65px}}.padding-right-64{padding-right:64px}@media (max-width:576px){.xs-padding-right-64{padding-right:64px}}@media (max-width:768px){.sm-padding-right-64{padding-right:64px}}@media (max-width:991px){.md-padding-right-64{padding-right:64px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-64{padding-right:64px}}.padding-right-63{padding-right:63px}@media (max-width:576px){.xs-padding-right-63{padding-right:63px}}@media (max-width:768px){.sm-padding-right-63{padding-right:63px}}@media (max-width:991px){.md-padding-right-63{padding-right:63px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-63{padding-right:63px}}.padding-right-62{padding-right:62px}@media (max-width:576px){.xs-padding-right-62{padding-right:62px}}@media (max-width:768px){.sm-padding-right-62{padding-right:62px}}@media (max-width:991px){.md-padding-right-62{padding-right:62px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-62{padding-right:62px}}.padding-right-61{padding-right:61px}@media (max-width:576px){.xs-padding-right-61{padding-right:61px}}@media (max-width:768px){.sm-padding-right-61{padding-right:61px}}@media (max-width:991px){.md-padding-right-61{padding-right:61px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-61{padding-right:61px}}.padding-right-60{padding-right:60px}@media (max-width:576px){.xs-padding-right-60{padding-right:60px}}@media (max-width:768px){.sm-padding-right-60{padding-right:60px}}@media (max-width:991px){.md-padding-right-60{padding-right:60px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-60{padding-right:60px}}.padding-right-59{padding-right:59px}@media (max-width:576px){.xs-padding-right-59{padding-right:59px}}@media (max-width:768px){.sm-padding-right-59{padding-right:59px}}@media (max-width:991px){.md-padding-right-59{padding-right:59px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-59{padding-right:59px}}.padding-right-58{padding-right:58px}@media (max-width:576px){.xs-padding-right-58{padding-right:58px}}@media (max-width:768px){.sm-padding-right-58{padding-right:58px}}@media (max-width:991px){.md-padding-right-58{padding-right:58px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-58{padding-right:58px}}.padding-right-57{padding-right:57px}@media (max-width:576px){.xs-padding-right-57{padding-right:57px}}@media (max-width:768px){.sm-padding-right-57{padding-right:57px}}@media (max-width:991px){.md-padding-right-57{padding-right:57px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-57{padding-right:57px}}.padding-right-56{padding-right:56px}@media (max-width:576px){.xs-padding-right-56{padding-right:56px}}@media (max-width:768px){.sm-padding-right-56{padding-right:56px}}@media (max-width:991px){.md-padding-right-56{padding-right:56px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-56{padding-right:56px}}.padding-right-55{padding-right:55px}@media (max-width:576px){.xs-padding-right-55{padding-right:55px}}@media (max-width:768px){.sm-padding-right-55{padding-right:55px}}@media (max-width:991px){.md-padding-right-55{padding-right:55px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-55{padding-right:55px}}.padding-right-54{padding-right:54px}@media (max-width:576px){.xs-padding-right-54{padding-right:54px}}@media (max-width:768px){.sm-padding-right-54{padding-right:54px}}@media (max-width:991px){.md-padding-right-54{padding-right:54px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-54{padding-right:54px}}.padding-right-53{padding-right:53px}@media (max-width:576px){.xs-padding-right-53{padding-right:53px}}@media (max-width:768px){.sm-padding-right-53{padding-right:53px}}@media (max-width:991px){.md-padding-right-53{padding-right:53px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-53{padding-right:53px}}.padding-right-52{padding-right:52px}@media (max-width:576px){.xs-padding-right-52{padding-right:52px}}@media (max-width:768px){.sm-padding-right-52{padding-right:52px}}@media (max-width:991px){.md-padding-right-52{padding-right:52px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-52{padding-right:52px}}.padding-right-51{padding-right:51px}@media (max-width:576px){.xs-padding-right-51{padding-right:51px}}@media (max-width:768px){.sm-padding-right-51{padding-right:51px}}@media (max-width:991px){.md-padding-right-51{padding-right:51px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-51{padding-right:51px}}.padding-right-50{padding-right:50px}@media (max-width:576px){.xs-padding-right-50{padding-right:50px}}@media (max-width:768px){.sm-padding-right-50{padding-right:50px}}@media (max-width:991px){.md-padding-right-50{padding-right:50px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-50{padding-right:50px}}.padding-right-49{padding-right:49px}@media (max-width:576px){.xs-padding-right-49{padding-right:49px}}@media (max-width:768px){.sm-padding-right-49{padding-right:49px}}@media (max-width:991px){.md-padding-right-49{padding-right:49px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-49{padding-right:49px}}.padding-right-48{padding-right:48px}@media (max-width:576px){.xs-padding-right-48{padding-right:48px}}@media (max-width:768px){.sm-padding-right-48{padding-right:48px}}@media (max-width:991px){.md-padding-right-48{padding-right:48px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-48{padding-right:48px}}.padding-right-47{padding-right:47px}@media (max-width:576px){.xs-padding-right-47{padding-right:47px}}@media (max-width:768px){.sm-padding-right-47{padding-right:47px}}@media (max-width:991px){.md-padding-right-47{padding-right:47px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-47{padding-right:47px}}.padding-right-46{padding-right:46px}@media (max-width:576px){.xs-padding-right-46{padding-right:46px}}@media (max-width:768px){.sm-padding-right-46{padding-right:46px}}@media (max-width:991px){.md-padding-right-46{padding-right:46px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-46{padding-right:46px}}.padding-right-45{padding-right:45px}@media (max-width:576px){.xs-padding-right-45{padding-right:45px}}@media (max-width:768px){.sm-padding-right-45{padding-right:45px}}@media (max-width:991px){.md-padding-right-45{padding-right:45px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-45{padding-right:45px}}.padding-right-44{padding-right:44px}@media (max-width:576px){.xs-padding-right-44{padding-right:44px}}@media (max-width:768px){.sm-padding-right-44{padding-right:44px}}@media (max-width:991px){.md-padding-right-44{padding-right:44px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-44{padding-right:44px}}.padding-right-43{padding-right:43px}@media (max-width:576px){.xs-padding-right-43{padding-right:43px}}@media (max-width:768px){.sm-padding-right-43{padding-right:43px}}@media (max-width:991px){.md-padding-right-43{padding-right:43px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-43{padding-right:43px}}.padding-right-42{padding-right:42px}@media (max-width:576px){.xs-padding-right-42{padding-right:42px}}@media (max-width:768px){.sm-padding-right-42{padding-right:42px}}@media (max-width:991px){.md-padding-right-42{padding-right:42px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-42{padding-right:42px}}.padding-right-41{padding-right:41px}@media (max-width:576px){.xs-padding-right-41{padding-right:41px}}@media (max-width:768px){.sm-padding-right-41{padding-right:41px}}@media (max-width:991px){.md-padding-right-41{padding-right:41px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-41{padding-right:41px}}.padding-right-40{padding-right:40px}@media (max-width:576px){.xs-padding-right-40{padding-right:40px}}@media (max-width:768px){.sm-padding-right-40{padding-right:40px}}@media (max-width:991px){.md-padding-right-40{padding-right:40px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-40{padding-right:40px}}.padding-right-39{padding-right:39px}@media (max-width:576px){.xs-padding-right-39{padding-right:39px}}@media (max-width:768px){.sm-padding-right-39{padding-right:39px}}@media (max-width:991px){.md-padding-right-39{padding-right:39px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-39{padding-right:39px}}.padding-right-38{padding-right:38px}@media (max-width:576px){.xs-padding-right-38{padding-right:38px}}@media (max-width:768px){.sm-padding-right-38{padding-right:38px}}@media (max-width:991px){.md-padding-right-38{padding-right:38px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-38{padding-right:38px}}.padding-right-37{padding-right:37px}@media (max-width:576px){.xs-padding-right-37{padding-right:37px}}@media (max-width:768px){.sm-padding-right-37{padding-right:37px}}@media (max-width:991px){.md-padding-right-37{padding-right:37px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-37{padding-right:37px}}.padding-right-36{padding-right:36px}@media (max-width:576px){.xs-padding-right-36{padding-right:36px}}@media (max-width:768px){.sm-padding-right-36{padding-right:36px}}@media (max-width:991px){.md-padding-right-36{padding-right:36px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-36{padding-right:36px}}.padding-right-35{padding-right:35px}@media (max-width:576px){.xs-padding-right-35{padding-right:35px}}@media (max-width:768px){.sm-padding-right-35{padding-right:35px}}@media (max-width:991px){.md-padding-right-35{padding-right:35px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-35{padding-right:35px}}.padding-right-34{padding-right:34px}@media (max-width:576px){.xs-padding-right-34{padding-right:34px}}@media (max-width:768px){.sm-padding-right-34{padding-right:34px}}@media (max-width:991px){.md-padding-right-34{padding-right:34px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-34{padding-right:34px}}.padding-right-33{padding-right:33px}@media (max-width:576px){.xs-padding-right-33{padding-right:33px}}@media (max-width:768px){.sm-padding-right-33{padding-right:33px}}@media (max-width:991px){.md-padding-right-33{padding-right:33px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-33{padding-right:33px}}.padding-right-32{padding-right:32px}@media (max-width:576px){.xs-padding-right-32{padding-right:32px}}@media (max-width:768px){.sm-padding-right-32{padding-right:32px}}@media (max-width:991px){.md-padding-right-32{padding-right:32px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-32{padding-right:32px}}.padding-right-31{padding-right:31px}@media (max-width:576px){.xs-padding-right-31{padding-right:31px}}@media (max-width:768px){.sm-padding-right-31{padding-right:31px}}@media (max-width:991px){.md-padding-right-31{padding-right:31px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-31{padding-right:31px}}.padding-right-30{padding-right:30px}@media (max-width:576px){.xs-padding-right-30{padding-right:30px}}@media (max-width:768px){.sm-padding-right-30{padding-right:30px}}@media (max-width:991px){.md-padding-right-30{padding-right:30px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-30{padding-right:30px}}.padding-right-29{padding-right:29px}@media (max-width:576px){.xs-padding-right-29{padding-right:29px}}@media (max-width:768px){.sm-padding-right-29{padding-right:29px}}@media (max-width:991px){.md-padding-right-29{padding-right:29px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-29{padding-right:29px}}.padding-right-28{padding-right:28px}@media (max-width:576px){.xs-padding-right-28{padding-right:28px}}@media (max-width:768px){.sm-padding-right-28{padding-right:28px}}@media (max-width:991px){.md-padding-right-28{padding-right:28px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-28{padding-right:28px}}.padding-right-27{padding-right:27px}@media (max-width:576px){.xs-padding-right-27{padding-right:27px}}@media (max-width:768px){.sm-padding-right-27{padding-right:27px}}@media (max-width:991px){.md-padding-right-27{padding-right:27px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-27{padding-right:27px}}.padding-right-26{padding-right:26px}@media (max-width:576px){.xs-padding-right-26{padding-right:26px}}@media (max-width:768px){.sm-padding-right-26{padding-right:26px}}@media (max-width:991px){.md-padding-right-26{padding-right:26px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-26{padding-right:26px}}.padding-right-25{padding-right:25px}@media (max-width:576px){.xs-padding-right-25{padding-right:25px}}@media (max-width:768px){.sm-padding-right-25{padding-right:25px}}@media (max-width:991px){.md-padding-right-25{padding-right:25px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-25{padding-right:25px}}.padding-right-24{padding-right:24px}@media (max-width:576px){.xs-padding-right-24{padding-right:24px}}@media (max-width:768px){.sm-padding-right-24{padding-right:24px}}@media (max-width:991px){.md-padding-right-24{padding-right:24px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-24{padding-right:24px}}.padding-right-23{padding-right:23px}@media (max-width:576px){.xs-padding-right-23{padding-right:23px}}@media (max-width:768px){.sm-padding-right-23{padding-right:23px}}@media (max-width:991px){.md-padding-right-23{padding-right:23px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-23{padding-right:23px}}.padding-right-22{padding-right:22px}@media (max-width:576px){.xs-padding-right-22{padding-right:22px}}@media (max-width:768px){.sm-padding-right-22{padding-right:22px}}@media (max-width:991px){.md-padding-right-22{padding-right:22px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-22{padding-right:22px}}.padding-right-21{padding-right:21px}@media (max-width:576px){.xs-padding-right-21{padding-right:21px}}@media (max-width:768px){.sm-padding-right-21{padding-right:21px}}@media (max-width:991px){.md-padding-right-21{padding-right:21px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-21{padding-right:21px}}.padding-right-20{padding-right:20px}@media (max-width:576px){.xs-padding-right-20{padding-right:20px}}@media (max-width:768px){.sm-padding-right-20{padding-right:20px}}@media (max-width:991px){.md-padding-right-20{padding-right:20px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-20{padding-right:20px}}.padding-right-19{padding-right:19px}@media (max-width:576px){.xs-padding-right-19{padding-right:19px}}@media (max-width:768px){.sm-padding-right-19{padding-right:19px}}@media (max-width:991px){.md-padding-right-19{padding-right:19px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-19{padding-right:19px}}.padding-right-18{padding-right:18px}@media (max-width:576px){.xs-padding-right-18{padding-right:18px}}@media (max-width:768px){.sm-padding-right-18{padding-right:18px}}@media (max-width:991px){.md-padding-right-18{padding-right:18px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-18{padding-right:18px}}.padding-right-17{padding-right:17px}@media (max-width:576px){.xs-padding-right-17{padding-right:17px}}@media (max-width:768px){.sm-padding-right-17{padding-right:17px}}@media (max-width:991px){.md-padding-right-17{padding-right:17px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-17{padding-right:17px}}.padding-right-16{padding-right:16px}@media (max-width:576px){.xs-padding-right-16{padding-right:16px}}@media (max-width:768px){.sm-padding-right-16{padding-right:16px}}@media (max-width:991px){.md-padding-right-16{padding-right:16px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-16{padding-right:16px}}.padding-right-15{padding-right:15px}@media (max-width:576px){.xs-padding-right-15{padding-right:15px}}@media (max-width:768px){.sm-padding-right-15{padding-right:15px}}@media (max-width:991px){.md-padding-right-15{padding-right:15px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-15{padding-right:15px}}.padding-right-14{padding-right:14px}@media (max-width:576px){.xs-padding-right-14{padding-right:14px}}@media (max-width:768px){.sm-padding-right-14{padding-right:14px}}@media (max-width:991px){.md-padding-right-14{padding-right:14px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-14{padding-right:14px}}.padding-right-13{padding-right:13px}@media (max-width:576px){.xs-padding-right-13{padding-right:13px}}@media (max-width:768px){.sm-padding-right-13{padding-right:13px}}@media (max-width:991px){.md-padding-right-13{padding-right:13px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-13{padding-right:13px}}.padding-right-12{padding-right:12px}@media (max-width:576px){.xs-padding-right-12{padding-right:12px}}@media (max-width:768px){.sm-padding-right-12{padding-right:12px}}@media (max-width:991px){.md-padding-right-12{padding-right:12px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-12{padding-right:12px}}.padding-right-11{padding-right:11px}@media (max-width:576px){.xs-padding-right-11{padding-right:11px}}@media (max-width:768px){.sm-padding-right-11{padding-right:11px}}@media (max-width:991px){.md-padding-right-11{padding-right:11px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-11{padding-right:11px}}.padding-right-10{padding-right:10px}@media (max-width:576px){.xs-padding-right-10{padding-right:10px}}@media (max-width:768px){.sm-padding-right-10{padding-right:10px}}@media (max-width:991px){.md-padding-right-10{padding-right:10px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-10{padding-right:10px}}.padding-right-9{padding-right:9px}@media (max-width:576px){.xs-padding-right-9{padding-right:9px}}@media (max-width:768px){.sm-padding-right-9{padding-right:9px}}@media (max-width:991px){.md-padding-right-9{padding-right:9px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-9{padding-right:9px}}.padding-right-8{padding-right:8px}@media (max-width:576px){.xs-padding-right-8{padding-right:8px}}@media (max-width:768px){.sm-padding-right-8{padding-right:8px}}@media (max-width:991px){.md-padding-right-8{padding-right:8px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-8{padding-right:8px}}.padding-right-7{padding-right:7px}@media (max-width:576px){.xs-padding-right-7{padding-right:7px}}@media (max-width:768px){.sm-padding-right-7{padding-right:7px}}@media (max-width:991px){.md-padding-right-7{padding-right:7px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-7{padding-right:7px}}.padding-right-6{padding-right:6px}@media (max-width:576px){.xs-padding-right-6{padding-right:6px}}@media (max-width:768px){.sm-padding-right-6{padding-right:6px}}@media (max-width:991px){.md-padding-right-6{padding-right:6px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-6{padding-right:6px}}.padding-right-5{padding-right:5px}@media (max-width:576px){.xs-padding-right-5{padding-right:5px}}@media (max-width:768px){.sm-padding-right-5{padding-right:5px}}@media (max-width:991px){.md-padding-right-5{padding-right:5px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-5{padding-right:5px}}.padding-right-4{padding-right:4px}@media (max-width:576px){.xs-padding-right-4{padding-right:4px}}@media (max-width:768px){.sm-padding-right-4{padding-right:4px}}@media (max-width:991px){.md-padding-right-4{padding-right:4px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-4{padding-right:4px}}.padding-right-3{padding-right:3px}@media (max-width:576px){.xs-padding-right-3{padding-right:3px}}@media (max-width:768px){.sm-padding-right-3{padding-right:3px}}@media (max-width:991px){.md-padding-right-3{padding-right:3px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-3{padding-right:3px}}.padding-right-2{padding-right:2px}@media (max-width:576px){.xs-padding-right-2{padding-right:2px}}@media (max-width:768px){.sm-padding-right-2{padding-right:2px}}@media (max-width:991px){.md-padding-right-2{padding-right:2px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-2{padding-right:2px}}.padding-right-1{padding-right:1px}@media (max-width:576px){.xs-padding-right-1{padding-right:1px}}@media (max-width:768px){.sm-padding-right-1{padding-right:1px}}@media (max-width:991px){.md-padding-right-1{padding-right:1px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-1{padding-right:1px}}.padding-right-0{padding-right:0px}@media (max-width:576px){.xs-padding-right-0{padding-right:0px}}@media (max-width:768px){.sm-padding-right-0{padding-right:0px}}@media (max-width:991px){.md-padding-right-0{padding-right:0px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-right-0{padding-right:0px}}.padding-bottom-100{padding-bottom:100px}@media (max-width:576px){.xs-padding-bottom-100{padding-bottom:100px}}@media (max-width:768px){.sm-padding-bottom-100{padding-bottom:100px}}@media (max-width:991px){.md-padding-bottom-100{padding-bottom:100px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-100{padding-bottom:100px}}.padding-bottom-99{padding-bottom:99px}@media (max-width:576px){.xs-padding-bottom-99{padding-bottom:99px}}@media (max-width:768px){.sm-padding-bottom-99{padding-bottom:99px}}@media (max-width:991px){.md-padding-bottom-99{padding-bottom:99px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-99{padding-bottom:99px}}.padding-bottom-98{padding-bottom:98px}@media (max-width:576px){.xs-padding-bottom-98{padding-bottom:98px}}@media (max-width:768px){.sm-padding-bottom-98{padding-bottom:98px}}@media (max-width:991px){.md-padding-bottom-98{padding-bottom:98px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-98{padding-bottom:98px}}.padding-bottom-97{padding-bottom:97px}@media (max-width:576px){.xs-padding-bottom-97{padding-bottom:97px}}@media (max-width:768px){.sm-padding-bottom-97{padding-bottom:97px}}@media (max-width:991px){.md-padding-bottom-97{padding-bottom:97px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-97{padding-bottom:97px}}.padding-bottom-96{padding-bottom:96px}@media (max-width:576px){.xs-padding-bottom-96{padding-bottom:96px}}@media (max-width:768px){.sm-padding-bottom-96{padding-bottom:96px}}@media (max-width:991px){.md-padding-bottom-96{padding-bottom:96px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-96{padding-bottom:96px}}.padding-bottom-95{padding-bottom:95px}@media (max-width:576px){.xs-padding-bottom-95{padding-bottom:95px}}@media (max-width:768px){.sm-padding-bottom-95{padding-bottom:95px}}@media (max-width:991px){.md-padding-bottom-95{padding-bottom:95px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-95{padding-bottom:95px}}.padding-bottom-94{padding-bottom:94px}@media (max-width:576px){.xs-padding-bottom-94{padding-bottom:94px}}@media (max-width:768px){.sm-padding-bottom-94{padding-bottom:94px}}@media (max-width:991px){.md-padding-bottom-94{padding-bottom:94px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-94{padding-bottom:94px}}.padding-bottom-93{padding-bottom:93px}@media (max-width:576px){.xs-padding-bottom-93{padding-bottom:93px}}@media (max-width:768px){.sm-padding-bottom-93{padding-bottom:93px}}@media (max-width:991px){.md-padding-bottom-93{padding-bottom:93px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-93{padding-bottom:93px}}.padding-bottom-92{padding-bottom:92px}@media (max-width:576px){.xs-padding-bottom-92{padding-bottom:92px}}@media (max-width:768px){.sm-padding-bottom-92{padding-bottom:92px}}@media (max-width:991px){.md-padding-bottom-92{padding-bottom:92px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-92{padding-bottom:92px}}.padding-bottom-91{padding-bottom:91px}@media (max-width:576px){.xs-padding-bottom-91{padding-bottom:91px}}@media (max-width:768px){.sm-padding-bottom-91{padding-bottom:91px}}@media (max-width:991px){.md-padding-bottom-91{padding-bottom:91px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-91{padding-bottom:91px}}.padding-bottom-90{padding-bottom:90px}@media (max-width:576px){.xs-padding-bottom-90{padding-bottom:90px}}@media (max-width:768px){.sm-padding-bottom-90{padding-bottom:90px}}@media (max-width:991px){.md-padding-bottom-90{padding-bottom:90px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-90{padding-bottom:90px}}.padding-bottom-89{padding-bottom:89px}@media (max-width:576px){.xs-padding-bottom-89{padding-bottom:89px}}@media (max-width:768px){.sm-padding-bottom-89{padding-bottom:89px}}@media (max-width:991px){.md-padding-bottom-89{padding-bottom:89px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-89{padding-bottom:89px}}.padding-bottom-88{padding-bottom:88px}@media (max-width:576px){.xs-padding-bottom-88{padding-bottom:88px}}@media (max-width:768px){.sm-padding-bottom-88{padding-bottom:88px}}@media (max-width:991px){.md-padding-bottom-88{padding-bottom:88px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-88{padding-bottom:88px}}.padding-bottom-87{padding-bottom:87px}@media (max-width:576px){.xs-padding-bottom-87{padding-bottom:87px}}@media (max-width:768px){.sm-padding-bottom-87{padding-bottom:87px}}@media (max-width:991px){.md-padding-bottom-87{padding-bottom:87px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-87{padding-bottom:87px}}.padding-bottom-86{padding-bottom:86px}@media (max-width:576px){.xs-padding-bottom-86{padding-bottom:86px}}@media (max-width:768px){.sm-padding-bottom-86{padding-bottom:86px}}@media (max-width:991px){.md-padding-bottom-86{padding-bottom:86px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-86{padding-bottom:86px}}.padding-bottom-85{padding-bottom:85px}@media (max-width:576px){.xs-padding-bottom-85{padding-bottom:85px}}@media (max-width:768px){.sm-padding-bottom-85{padding-bottom:85px}}@media (max-width:991px){.md-padding-bottom-85{padding-bottom:85px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-85{padding-bottom:85px}}.padding-bottom-84{padding-bottom:84px}@media (max-width:576px){.xs-padding-bottom-84{padding-bottom:84px}}@media (max-width:768px){.sm-padding-bottom-84{padding-bottom:84px}}@media (max-width:991px){.md-padding-bottom-84{padding-bottom:84px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-84{padding-bottom:84px}}.padding-bottom-83{padding-bottom:83px}@media (max-width:576px){.xs-padding-bottom-83{padding-bottom:83px}}@media (max-width:768px){.sm-padding-bottom-83{padding-bottom:83px}}@media (max-width:991px){.md-padding-bottom-83{padding-bottom:83px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-83{padding-bottom:83px}}.padding-bottom-82{padding-bottom:82px}@media (max-width:576px){.xs-padding-bottom-82{padding-bottom:82px}}@media (max-width:768px){.sm-padding-bottom-82{padding-bottom:82px}}@media (max-width:991px){.md-padding-bottom-82{padding-bottom:82px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-82{padding-bottom:82px}}.padding-bottom-81{padding-bottom:81px}@media (max-width:576px){.xs-padding-bottom-81{padding-bottom:81px}}@media (max-width:768px){.sm-padding-bottom-81{padding-bottom:81px}}@media (max-width:991px){.md-padding-bottom-81{padding-bottom:81px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-81{padding-bottom:81px}}.padding-bottom-80{padding-bottom:80px}@media (max-width:576px){.xs-padding-bottom-80{padding-bottom:80px}}@media (max-width:768px){.sm-padding-bottom-80{padding-bottom:80px}}@media (max-width:991px){.md-padding-bottom-80{padding-bottom:80px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-80{padding-bottom:80px}}.padding-bottom-79{padding-bottom:79px}@media (max-width:576px){.xs-padding-bottom-79{padding-bottom:79px}}@media (max-width:768px){.sm-padding-bottom-79{padding-bottom:79px}}@media (max-width:991px){.md-padding-bottom-79{padding-bottom:79px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-79{padding-bottom:79px}}.padding-bottom-78{padding-bottom:78px}@media (max-width:576px){.xs-padding-bottom-78{padding-bottom:78px}}@media (max-width:768px){.sm-padding-bottom-78{padding-bottom:78px}}@media (max-width:991px){.md-padding-bottom-78{padding-bottom:78px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-78{padding-bottom:78px}}.padding-bottom-77{padding-bottom:77px}@media (max-width:576px){.xs-padding-bottom-77{padding-bottom:77px}}@media (max-width:768px){.sm-padding-bottom-77{padding-bottom:77px}}@media (max-width:991px){.md-padding-bottom-77{padding-bottom:77px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-77{padding-bottom:77px}}.padding-bottom-76{padding-bottom:76px}@media (max-width:576px){.xs-padding-bottom-76{padding-bottom:76px}}@media (max-width:768px){.sm-padding-bottom-76{padding-bottom:76px}}@media (max-width:991px){.md-padding-bottom-76{padding-bottom:76px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-76{padding-bottom:76px}}.padding-bottom-75{padding-bottom:75px}@media (max-width:576px){.xs-padding-bottom-75{padding-bottom:75px}}@media (max-width:768px){.sm-padding-bottom-75{padding-bottom:75px}}@media (max-width:991px){.md-padding-bottom-75{padding-bottom:75px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-75{padding-bottom:75px}}.padding-bottom-74{padding-bottom:74px}@media (max-width:576px){.xs-padding-bottom-74{padding-bottom:74px}}@media (max-width:768px){.sm-padding-bottom-74{padding-bottom:74px}}@media (max-width:991px){.md-padding-bottom-74{padding-bottom:74px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-74{padding-bottom:74px}}.padding-bottom-73{padding-bottom:73px}@media (max-width:576px){.xs-padding-bottom-73{padding-bottom:73px}}@media (max-width:768px){.sm-padding-bottom-73{padding-bottom:73px}}@media (max-width:991px){.md-padding-bottom-73{padding-bottom:73px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-73{padding-bottom:73px}}.padding-bottom-72{padding-bottom:72px}@media (max-width:576px){.xs-padding-bottom-72{padding-bottom:72px}}@media (max-width:768px){.sm-padding-bottom-72{padding-bottom:72px}}@media (max-width:991px){.md-padding-bottom-72{padding-bottom:72px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-72{padding-bottom:72px}}.padding-bottom-71{padding-bottom:71px}@media (max-width:576px){.xs-padding-bottom-71{padding-bottom:71px}}@media (max-width:768px){.sm-padding-bottom-71{padding-bottom:71px}}@media (max-width:991px){.md-padding-bottom-71{padding-bottom:71px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-71{padding-bottom:71px}}.padding-bottom-70{padding-bottom:70px}@media (max-width:576px){.xs-padding-bottom-70{padding-bottom:70px}}@media (max-width:768px){.sm-padding-bottom-70{padding-bottom:70px}}@media (max-width:991px){.md-padding-bottom-70{padding-bottom:70px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-70{padding-bottom:70px}}.padding-bottom-69{padding-bottom:69px}@media (max-width:576px){.xs-padding-bottom-69{padding-bottom:69px}}@media (max-width:768px){.sm-padding-bottom-69{padding-bottom:69px}}@media (max-width:991px){.md-padding-bottom-69{padding-bottom:69px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-69{padding-bottom:69px}}.padding-bottom-68{padding-bottom:68px}@media (max-width:576px){.xs-padding-bottom-68{padding-bottom:68px}}@media (max-width:768px){.sm-padding-bottom-68{padding-bottom:68px}}@media (max-width:991px){.md-padding-bottom-68{padding-bottom:68px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-68{padding-bottom:68px}}.padding-bottom-67{padding-bottom:67px}@media (max-width:576px){.xs-padding-bottom-67{padding-bottom:67px}}@media (max-width:768px){.sm-padding-bottom-67{padding-bottom:67px}}@media (max-width:991px){.md-padding-bottom-67{padding-bottom:67px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-67{padding-bottom:67px}}.padding-bottom-66{padding-bottom:66px}@media (max-width:576px){.xs-padding-bottom-66{padding-bottom:66px}}@media (max-width:768px){.sm-padding-bottom-66{padding-bottom:66px}}@media (max-width:991px){.md-padding-bottom-66{padding-bottom:66px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-66{padding-bottom:66px}}.padding-bottom-65{padding-bottom:65px}@media (max-width:576px){.xs-padding-bottom-65{padding-bottom:65px}}@media (max-width:768px){.sm-padding-bottom-65{padding-bottom:65px}}@media (max-width:991px){.md-padding-bottom-65{padding-bottom:65px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-65{padding-bottom:65px}}.padding-bottom-64{padding-bottom:64px}@media (max-width:576px){.xs-padding-bottom-64{padding-bottom:64px}}@media (max-width:768px){.sm-padding-bottom-64{padding-bottom:64px}}@media (max-width:991px){.md-padding-bottom-64{padding-bottom:64px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-64{padding-bottom:64px}}.padding-bottom-63{padding-bottom:63px}@media (max-width:576px){.xs-padding-bottom-63{padding-bottom:63px}}@media (max-width:768px){.sm-padding-bottom-63{padding-bottom:63px}}@media (max-width:991px){.md-padding-bottom-63{padding-bottom:63px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-63{padding-bottom:63px}}.padding-bottom-62{padding-bottom:62px}@media (max-width:576px){.xs-padding-bottom-62{padding-bottom:62px}}@media (max-width:768px){.sm-padding-bottom-62{padding-bottom:62px}}@media (max-width:991px){.md-padding-bottom-62{padding-bottom:62px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-62{padding-bottom:62px}}.padding-bottom-61{padding-bottom:61px}@media (max-width:576px){.xs-padding-bottom-61{padding-bottom:61px}}@media (max-width:768px){.sm-padding-bottom-61{padding-bottom:61px}}@media (max-width:991px){.md-padding-bottom-61{padding-bottom:61px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-61{padding-bottom:61px}}.padding-bottom-60{padding-bottom:60px}@media (max-width:576px){.xs-padding-bottom-60{padding-bottom:60px}}@media (max-width:768px){.sm-padding-bottom-60{padding-bottom:60px}}@media (max-width:991px){.md-padding-bottom-60{padding-bottom:60px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-60{padding-bottom:60px}}.padding-bottom-59{padding-bottom:59px}@media (max-width:576px){.xs-padding-bottom-59{padding-bottom:59px}}@media (max-width:768px){.sm-padding-bottom-59{padding-bottom:59px}}@media (max-width:991px){.md-padding-bottom-59{padding-bottom:59px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-59{padding-bottom:59px}}.padding-bottom-58{padding-bottom:58px}@media (max-width:576px){.xs-padding-bottom-58{padding-bottom:58px}}@media (max-width:768px){.sm-padding-bottom-58{padding-bottom:58px}}@media (max-width:991px){.md-padding-bottom-58{padding-bottom:58px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-58{padding-bottom:58px}}.padding-bottom-57{padding-bottom:57px}@media (max-width:576px){.xs-padding-bottom-57{padding-bottom:57px}}@media (max-width:768px){.sm-padding-bottom-57{padding-bottom:57px}}@media (max-width:991px){.md-padding-bottom-57{padding-bottom:57px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-57{padding-bottom:57px}}.padding-bottom-56{padding-bottom:56px}@media (max-width:576px){.xs-padding-bottom-56{padding-bottom:56px}}@media (max-width:768px){.sm-padding-bottom-56{padding-bottom:56px}}@media (max-width:991px){.md-padding-bottom-56{padding-bottom:56px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-56{padding-bottom:56px}}.padding-bottom-55{padding-bottom:55px}@media (max-width:576px){.xs-padding-bottom-55{padding-bottom:55px}}@media (max-width:768px){.sm-padding-bottom-55{padding-bottom:55px}}@media (max-width:991px){.md-padding-bottom-55{padding-bottom:55px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-55{padding-bottom:55px}}.padding-bottom-54{padding-bottom:54px}@media (max-width:576px){.xs-padding-bottom-54{padding-bottom:54px}}@media (max-width:768px){.sm-padding-bottom-54{padding-bottom:54px}}@media (max-width:991px){.md-padding-bottom-54{padding-bottom:54px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-54{padding-bottom:54px}}.padding-bottom-53{padding-bottom:53px}@media (max-width:576px){.xs-padding-bottom-53{padding-bottom:53px}}@media (max-width:768px){.sm-padding-bottom-53{padding-bottom:53px}}@media (max-width:991px){.md-padding-bottom-53{padding-bottom:53px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-53{padding-bottom:53px}}.padding-bottom-52{padding-bottom:52px}@media (max-width:576px){.xs-padding-bottom-52{padding-bottom:52px}}@media (max-width:768px){.sm-padding-bottom-52{padding-bottom:52px}}@media (max-width:991px){.md-padding-bottom-52{padding-bottom:52px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-52{padding-bottom:52px}}.padding-bottom-51{padding-bottom:51px}@media (max-width:576px){.xs-padding-bottom-51{padding-bottom:51px}}@media (max-width:768px){.sm-padding-bottom-51{padding-bottom:51px}}@media (max-width:991px){.md-padding-bottom-51{padding-bottom:51px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-51{padding-bottom:51px}}.padding-bottom-50{padding-bottom:50px}@media (max-width:576px){.xs-padding-bottom-50{padding-bottom:50px}}@media (max-width:768px){.sm-padding-bottom-50{padding-bottom:50px}}@media (max-width:991px){.md-padding-bottom-50{padding-bottom:50px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-50{padding-bottom:50px}}.padding-bottom-49{padding-bottom:49px}@media (max-width:576px){.xs-padding-bottom-49{padding-bottom:49px}}@media (max-width:768px){.sm-padding-bottom-49{padding-bottom:49px}}@media (max-width:991px){.md-padding-bottom-49{padding-bottom:49px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-49{padding-bottom:49px}}.padding-bottom-48{padding-bottom:48px}@media (max-width:576px){.xs-padding-bottom-48{padding-bottom:48px}}@media (max-width:768px){.sm-padding-bottom-48{padding-bottom:48px}}@media (max-width:991px){.md-padding-bottom-48{padding-bottom:48px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-48{padding-bottom:48px}}.padding-bottom-47{padding-bottom:47px}@media (max-width:576px){.xs-padding-bottom-47{padding-bottom:47px}}@media (max-width:768px){.sm-padding-bottom-47{padding-bottom:47px}}@media (max-width:991px){.md-padding-bottom-47{padding-bottom:47px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-47{padding-bottom:47px}}.padding-bottom-46{padding-bottom:46px}@media (max-width:576px){.xs-padding-bottom-46{padding-bottom:46px}}@media (max-width:768px){.sm-padding-bottom-46{padding-bottom:46px}}@media (max-width:991px){.md-padding-bottom-46{padding-bottom:46px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-46{padding-bottom:46px}}.padding-bottom-45{padding-bottom:45px}@media (max-width:576px){.xs-padding-bottom-45{padding-bottom:45px}}@media (max-width:768px){.sm-padding-bottom-45{padding-bottom:45px}}@media (max-width:991px){.md-padding-bottom-45{padding-bottom:45px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-45{padding-bottom:45px}}.padding-bottom-44{padding-bottom:44px}@media (max-width:576px){.xs-padding-bottom-44{padding-bottom:44px}}@media (max-width:768px){.sm-padding-bottom-44{padding-bottom:44px}}@media (max-width:991px){.md-padding-bottom-44{padding-bottom:44px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-44{padding-bottom:44px}}.padding-bottom-43{padding-bottom:43px}@media (max-width:576px){.xs-padding-bottom-43{padding-bottom:43px}}@media (max-width:768px){.sm-padding-bottom-43{padding-bottom:43px}}@media (max-width:991px){.md-padding-bottom-43{padding-bottom:43px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-43{padding-bottom:43px}}.padding-bottom-42{padding-bottom:42px}@media (max-width:576px){.xs-padding-bottom-42{padding-bottom:42px}}@media (max-width:768px){.sm-padding-bottom-42{padding-bottom:42px}}@media (max-width:991px){.md-padding-bottom-42{padding-bottom:42px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-42{padding-bottom:42px}}.padding-bottom-41{padding-bottom:41px}@media (max-width:576px){.xs-padding-bottom-41{padding-bottom:41px}}@media (max-width:768px){.sm-padding-bottom-41{padding-bottom:41px}}@media (max-width:991px){.md-padding-bottom-41{padding-bottom:41px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-41{padding-bottom:41px}}.padding-bottom-40{padding-bottom:40px}@media (max-width:576px){.xs-padding-bottom-40{padding-bottom:40px}}@media (max-width:768px){.sm-padding-bottom-40{padding-bottom:40px}}@media (max-width:991px){.md-padding-bottom-40{padding-bottom:40px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-40{padding-bottom:40px}}.padding-bottom-39{padding-bottom:39px}@media (max-width:576px){.xs-padding-bottom-39{padding-bottom:39px}}@media (max-width:768px){.sm-padding-bottom-39{padding-bottom:39px}}@media (max-width:991px){.md-padding-bottom-39{padding-bottom:39px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-39{padding-bottom:39px}}.padding-bottom-38{padding-bottom:38px}@media (max-width:576px){.xs-padding-bottom-38{padding-bottom:38px}}@media (max-width:768px){.sm-padding-bottom-38{padding-bottom:38px}}@media (max-width:991px){.md-padding-bottom-38{padding-bottom:38px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-38{padding-bottom:38px}}.padding-bottom-37{padding-bottom:37px}@media (max-width:576px){.xs-padding-bottom-37{padding-bottom:37px}}@media (max-width:768px){.sm-padding-bottom-37{padding-bottom:37px}}@media (max-width:991px){.md-padding-bottom-37{padding-bottom:37px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-37{padding-bottom:37px}}.padding-bottom-36{padding-bottom:36px}@media (max-width:576px){.xs-padding-bottom-36{padding-bottom:36px}}@media (max-width:768px){.sm-padding-bottom-36{padding-bottom:36px}}@media (max-width:991px){.md-padding-bottom-36{padding-bottom:36px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-36{padding-bottom:36px}}.padding-bottom-35{padding-bottom:35px}@media (max-width:576px){.xs-padding-bottom-35{padding-bottom:35px}}@media (max-width:768px){.sm-padding-bottom-35{padding-bottom:35px}}@media (max-width:991px){.md-padding-bottom-35{padding-bottom:35px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-35{padding-bottom:35px}}.padding-bottom-34{padding-bottom:34px}@media (max-width:576px){.xs-padding-bottom-34{padding-bottom:34px}}@media (max-width:768px){.sm-padding-bottom-34{padding-bottom:34px}}@media (max-width:991px){.md-padding-bottom-34{padding-bottom:34px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-34{padding-bottom:34px}}.padding-bottom-33{padding-bottom:33px}@media (max-width:576px){.xs-padding-bottom-33{padding-bottom:33px}}@media (max-width:768px){.sm-padding-bottom-33{padding-bottom:33px}}@media (max-width:991px){.md-padding-bottom-33{padding-bottom:33px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-33{padding-bottom:33px}}.padding-bottom-32{padding-bottom:32px}@media (max-width:576px){.xs-padding-bottom-32{padding-bottom:32px}}@media (max-width:768px){.sm-padding-bottom-32{padding-bottom:32px}}@media (max-width:991px){.md-padding-bottom-32{padding-bottom:32px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-32{padding-bottom:32px}}.padding-bottom-31{padding-bottom:31px}@media (max-width:576px){.xs-padding-bottom-31{padding-bottom:31px}}@media (max-width:768px){.sm-padding-bottom-31{padding-bottom:31px}}@media (max-width:991px){.md-padding-bottom-31{padding-bottom:31px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-31{padding-bottom:31px}}.padding-bottom-30{padding-bottom:30px}@media (max-width:576px){.xs-padding-bottom-30{padding-bottom:30px}}@media (max-width:768px){.sm-padding-bottom-30{padding-bottom:30px}}@media (max-width:991px){.md-padding-bottom-30{padding-bottom:30px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-30{padding-bottom:30px}}.padding-bottom-29{padding-bottom:29px}@media (max-width:576px){.xs-padding-bottom-29{padding-bottom:29px}}@media (max-width:768px){.sm-padding-bottom-29{padding-bottom:29px}}@media (max-width:991px){.md-padding-bottom-29{padding-bottom:29px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-29{padding-bottom:29px}}.padding-bottom-28{padding-bottom:28px}@media (max-width:576px){.xs-padding-bottom-28{padding-bottom:28px}}@media (max-width:768px){.sm-padding-bottom-28{padding-bottom:28px}}@media (max-width:991px){.md-padding-bottom-28{padding-bottom:28px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-28{padding-bottom:28px}}.padding-bottom-27{padding-bottom:27px}@media (max-width:576px){.xs-padding-bottom-27{padding-bottom:27px}}@media (max-width:768px){.sm-padding-bottom-27{padding-bottom:27px}}@media (max-width:991px){.md-padding-bottom-27{padding-bottom:27px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-27{padding-bottom:27px}}.padding-bottom-26{padding-bottom:26px}@media (max-width:576px){.xs-padding-bottom-26{padding-bottom:26px}}@media (max-width:768px){.sm-padding-bottom-26{padding-bottom:26px}}@media (max-width:991px){.md-padding-bottom-26{padding-bottom:26px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-26{padding-bottom:26px}}.padding-bottom-25{padding-bottom:25px}@media (max-width:576px){.xs-padding-bottom-25{padding-bottom:25px}}@media (max-width:768px){.sm-padding-bottom-25{padding-bottom:25px}}@media (max-width:991px){.md-padding-bottom-25{padding-bottom:25px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-25{padding-bottom:25px}}.padding-bottom-24{padding-bottom:24px}@media (max-width:576px){.xs-padding-bottom-24{padding-bottom:24px}}@media (max-width:768px){.sm-padding-bottom-24{padding-bottom:24px}}@media (max-width:991px){.md-padding-bottom-24{padding-bottom:24px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-24{padding-bottom:24px}}.padding-bottom-23{padding-bottom:23px}@media (max-width:576px){.xs-padding-bottom-23{padding-bottom:23px}}@media (max-width:768px){.sm-padding-bottom-23{padding-bottom:23px}}@media (max-width:991px){.md-padding-bottom-23{padding-bottom:23px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-23{padding-bottom:23px}}.padding-bottom-22{padding-bottom:22px}@media (max-width:576px){.xs-padding-bottom-22{padding-bottom:22px}}@media (max-width:768px){.sm-padding-bottom-22{padding-bottom:22px}}@media (max-width:991px){.md-padding-bottom-22{padding-bottom:22px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-22{padding-bottom:22px}}.padding-bottom-21{padding-bottom:21px}@media (max-width:576px){.xs-padding-bottom-21{padding-bottom:21px}}@media (max-width:768px){.sm-padding-bottom-21{padding-bottom:21px}}@media (max-width:991px){.md-padding-bottom-21{padding-bottom:21px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-21{padding-bottom:21px}}.padding-bottom-20{padding-bottom:20px}@media (max-width:576px){.xs-padding-bottom-20{padding-bottom:20px}}@media (max-width:768px){.sm-padding-bottom-20{padding-bottom:20px}}@media (max-width:991px){.md-padding-bottom-20{padding-bottom:20px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-20{padding-bottom:20px}}.padding-bottom-19{padding-bottom:19px}@media (max-width:576px){.xs-padding-bottom-19{padding-bottom:19px}}@media (max-width:768px){.sm-padding-bottom-19{padding-bottom:19px}}@media (max-width:991px){.md-padding-bottom-19{padding-bottom:19px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-19{padding-bottom:19px}}.padding-bottom-18{padding-bottom:18px}@media (max-width:576px){.xs-padding-bottom-18{padding-bottom:18px}}@media (max-width:768px){.sm-padding-bottom-18{padding-bottom:18px}}@media (max-width:991px){.md-padding-bottom-18{padding-bottom:18px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-18{padding-bottom:18px}}.padding-bottom-17{padding-bottom:17px}@media (max-width:576px){.xs-padding-bottom-17{padding-bottom:17px}}@media (max-width:768px){.sm-padding-bottom-17{padding-bottom:17px}}@media (max-width:991px){.md-padding-bottom-17{padding-bottom:17px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-17{padding-bottom:17px}}.padding-bottom-16{padding-bottom:16px}@media (max-width:576px){.xs-padding-bottom-16{padding-bottom:16px}}@media (max-width:768px){.sm-padding-bottom-16{padding-bottom:16px}}@media (max-width:991px){.md-padding-bottom-16{padding-bottom:16px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-16{padding-bottom:16px}}.padding-bottom-15{padding-bottom:15px}@media (max-width:576px){.xs-padding-bottom-15{padding-bottom:15px}}@media (max-width:768px){.sm-padding-bottom-15{padding-bottom:15px}}@media (max-width:991px){.md-padding-bottom-15{padding-bottom:15px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-15{padding-bottom:15px}}.padding-bottom-14{padding-bottom:14px}@media (max-width:576px){.xs-padding-bottom-14{padding-bottom:14px}}@media (max-width:768px){.sm-padding-bottom-14{padding-bottom:14px}}@media (max-width:991px){.md-padding-bottom-14{padding-bottom:14px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-14{padding-bottom:14px}}.padding-bottom-13{padding-bottom:13px}@media (max-width:576px){.xs-padding-bottom-13{padding-bottom:13px}}@media (max-width:768px){.sm-padding-bottom-13{padding-bottom:13px}}@media (max-width:991px){.md-padding-bottom-13{padding-bottom:13px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-13{padding-bottom:13px}}.padding-bottom-12{padding-bottom:12px}@media (max-width:576px){.xs-padding-bottom-12{padding-bottom:12px}}@media (max-width:768px){.sm-padding-bottom-12{padding-bottom:12px}}@media (max-width:991px){.md-padding-bottom-12{padding-bottom:12px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-12{padding-bottom:12px}}.padding-bottom-11{padding-bottom:11px}@media (max-width:576px){.xs-padding-bottom-11{padding-bottom:11px}}@media (max-width:768px){.sm-padding-bottom-11{padding-bottom:11px}}@media (max-width:991px){.md-padding-bottom-11{padding-bottom:11px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-11{padding-bottom:11px}}.padding-bottom-10{padding-bottom:10px}@media (max-width:576px){.xs-padding-bottom-10{padding-bottom:10px}}@media (max-width:768px){.sm-padding-bottom-10{padding-bottom:10px}}@media (max-width:991px){.md-padding-bottom-10{padding-bottom:10px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-10{padding-bottom:10px}}.padding-bottom-9{padding-bottom:9px}@media (max-width:576px){.xs-padding-bottom-9{padding-bottom:9px}}@media (max-width:768px){.sm-padding-bottom-9{padding-bottom:9px}}@media (max-width:991px){.md-padding-bottom-9{padding-bottom:9px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-9{padding-bottom:9px}}.padding-bottom-8{padding-bottom:8px}@media (max-width:576px){.xs-padding-bottom-8{padding-bottom:8px}}@media (max-width:768px){.sm-padding-bottom-8{padding-bottom:8px}}@media (max-width:991px){.md-padding-bottom-8{padding-bottom:8px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-8{padding-bottom:8px}}.padding-bottom-7{padding-bottom:7px}@media (max-width:576px){.xs-padding-bottom-7{padding-bottom:7px}}@media (max-width:768px){.sm-padding-bottom-7{padding-bottom:7px}}@media (max-width:991px){.md-padding-bottom-7{padding-bottom:7px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-7{padding-bottom:7px}}.padding-bottom-6{padding-bottom:6px}@media (max-width:576px){.xs-padding-bottom-6{padding-bottom:6px}}@media (max-width:768px){.sm-padding-bottom-6{padding-bottom:6px}}@media (max-width:991px){.md-padding-bottom-6{padding-bottom:6px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-6{padding-bottom:6px}}.padding-bottom-5{padding-bottom:5px}@media (max-width:576px){.xs-padding-bottom-5{padding-bottom:5px}}@media (max-width:768px){.sm-padding-bottom-5{padding-bottom:5px}}@media (max-width:991px){.md-padding-bottom-5{padding-bottom:5px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-5{padding-bottom:5px}}.padding-bottom-4{padding-bottom:4px}@media (max-width:576px){.xs-padding-bottom-4{padding-bottom:4px}}@media (max-width:768px){.sm-padding-bottom-4{padding-bottom:4px}}@media (max-width:991px){.md-padding-bottom-4{padding-bottom:4px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-4{padding-bottom:4px}}.padding-bottom-3{padding-bottom:3px}@media (max-width:576px){.xs-padding-bottom-3{padding-bottom:3px}}@media (max-width:768px){.sm-padding-bottom-3{padding-bottom:3px}}@media (max-width:991px){.md-padding-bottom-3{padding-bottom:3px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-3{padding-bottom:3px}}.padding-bottom-2{padding-bottom:2px}@media (max-width:576px){.xs-padding-bottom-2{padding-bottom:2px}}@media (max-width:768px){.sm-padding-bottom-2{padding-bottom:2px}}@media (max-width:991px){.md-padding-bottom-2{padding-bottom:2px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-2{padding-bottom:2px}}.padding-bottom-1{padding-bottom:1px}@media (max-width:576px){.xs-padding-bottom-1{padding-bottom:1px}}@media (max-width:768px){.sm-padding-bottom-1{padding-bottom:1px}}@media (max-width:991px){.md-padding-bottom-1{padding-bottom:1px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-1{padding-bottom:1px}}.padding-bottom-0{padding-bottom:0px}@media (max-width:576px){.xs-padding-bottom-0{padding-bottom:0px}}@media (max-width:768px){.sm-padding-bottom-0{padding-bottom:0px}}@media (max-width:991px){.md-padding-bottom-0{padding-bottom:0px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-bottom-0{padding-bottom:0px}}.padding-left-100{padding-left:100px}@media (max-width:576px){.xs-padding-left-100{padding-left:100px}}@media (max-width:768px){.sm-padding-left-100{padding-left:100px}}@media (max-width:991px){.md-padding-left-100{padding-left:100px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-100{padding-left:100px}}.padding-left-99{padding-left:99px}@media (max-width:576px){.xs-padding-left-99{padding-left:99px}}@media (max-width:768px){.sm-padding-left-99{padding-left:99px}}@media (max-width:991px){.md-padding-left-99{padding-left:99px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-99{padding-left:99px}}.padding-left-98{padding-left:98px}@media (max-width:576px){.xs-padding-left-98{padding-left:98px}}@media (max-width:768px){.sm-padding-left-98{padding-left:98px}}@media (max-width:991px){.md-padding-left-98{padding-left:98px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-98{padding-left:98px}}.padding-left-97{padding-left:97px}@media (max-width:576px){.xs-padding-left-97{padding-left:97px}}@media (max-width:768px){.sm-padding-left-97{padding-left:97px}}@media (max-width:991px){.md-padding-left-97{padding-left:97px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-97{padding-left:97px}}.padding-left-96{padding-left:96px}@media (max-width:576px){.xs-padding-left-96{padding-left:96px}}@media (max-width:768px){.sm-padding-left-96{padding-left:96px}}@media (max-width:991px){.md-padding-left-96{padding-left:96px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-96{padding-left:96px}}.padding-left-95{padding-left:95px}@media (max-width:576px){.xs-padding-left-95{padding-left:95px}}@media (max-width:768px){.sm-padding-left-95{padding-left:95px}}@media (max-width:991px){.md-padding-left-95{padding-left:95px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-95{padding-left:95px}}.padding-left-94{padding-left:94px}@media (max-width:576px){.xs-padding-left-94{padding-left:94px}}@media (max-width:768px){.sm-padding-left-94{padding-left:94px}}@media (max-width:991px){.md-padding-left-94{padding-left:94px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-94{padding-left:94px}}.padding-left-93{padding-left:93px}@media (max-width:576px){.xs-padding-left-93{padding-left:93px}}@media (max-width:768px){.sm-padding-left-93{padding-left:93px}}@media (max-width:991px){.md-padding-left-93{padding-left:93px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-93{padding-left:93px}}.padding-left-92{padding-left:92px}@media (max-width:576px){.xs-padding-left-92{padding-left:92px}}@media (max-width:768px){.sm-padding-left-92{padding-left:92px}}@media (max-width:991px){.md-padding-left-92{padding-left:92px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-92{padding-left:92px}}.padding-left-91{padding-left:91px}@media (max-width:576px){.xs-padding-left-91{padding-left:91px}}@media (max-width:768px){.sm-padding-left-91{padding-left:91px}}@media (max-width:991px){.md-padding-left-91{padding-left:91px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-91{padding-left:91px}}.padding-left-90{padding-left:90px}@media (max-width:576px){.xs-padding-left-90{padding-left:90px}}@media (max-width:768px){.sm-padding-left-90{padding-left:90px}}@media (max-width:991px){.md-padding-left-90{padding-left:90px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-90{padding-left:90px}}.padding-left-89{padding-left:89px}@media (max-width:576px){.xs-padding-left-89{padding-left:89px}}@media (max-width:768px){.sm-padding-left-89{padding-left:89px}}@media (max-width:991px){.md-padding-left-89{padding-left:89px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-89{padding-left:89px}}.padding-left-88{padding-left:88px}@media (max-width:576px){.xs-padding-left-88{padding-left:88px}}@media (max-width:768px){.sm-padding-left-88{padding-left:88px}}@media (max-width:991px){.md-padding-left-88{padding-left:88px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-88{padding-left:88px}}.padding-left-87{padding-left:87px}@media (max-width:576px){.xs-padding-left-87{padding-left:87px}}@media (max-width:768px){.sm-padding-left-87{padding-left:87px}}@media (max-width:991px){.md-padding-left-87{padding-left:87px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-87{padding-left:87px}}.padding-left-86{padding-left:86px}@media (max-width:576px){.xs-padding-left-86{padding-left:86px}}@media (max-width:768px){.sm-padding-left-86{padding-left:86px}}@media (max-width:991px){.md-padding-left-86{padding-left:86px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-86{padding-left:86px}}.padding-left-85{padding-left:85px}@media (max-width:576px){.xs-padding-left-85{padding-left:85px}}@media (max-width:768px){.sm-padding-left-85{padding-left:85px}}@media (max-width:991px){.md-padding-left-85{padding-left:85px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-85{padding-left:85px}}.padding-left-84{padding-left:84px}@media (max-width:576px){.xs-padding-left-84{padding-left:84px}}@media (max-width:768px){.sm-padding-left-84{padding-left:84px}}@media (max-width:991px){.md-padding-left-84{padding-left:84px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-84{padding-left:84px}}.padding-left-83{padding-left:83px}@media (max-width:576px){.xs-padding-left-83{padding-left:83px}}@media (max-width:768px){.sm-padding-left-83{padding-left:83px}}@media (max-width:991px){.md-padding-left-83{padding-left:83px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-83{padding-left:83px}}.padding-left-82{padding-left:82px}@media (max-width:576px){.xs-padding-left-82{padding-left:82px}}@media (max-width:768px){.sm-padding-left-82{padding-left:82px}}@media (max-width:991px){.md-padding-left-82{padding-left:82px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-82{padding-left:82px}}.padding-left-81{padding-left:81px}@media (max-width:576px){.xs-padding-left-81{padding-left:81px}}@media (max-width:768px){.sm-padding-left-81{padding-left:81px}}@media (max-width:991px){.md-padding-left-81{padding-left:81px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-81{padding-left:81px}}.padding-left-80{padding-left:80px}@media (max-width:576px){.xs-padding-left-80{padding-left:80px}}@media (max-width:768px){.sm-padding-left-80{padding-left:80px}}@media (max-width:991px){.md-padding-left-80{padding-left:80px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-80{padding-left:80px}}.padding-left-79{padding-left:79px}@media (max-width:576px){.xs-padding-left-79{padding-left:79px}}@media (max-width:768px){.sm-padding-left-79{padding-left:79px}}@media (max-width:991px){.md-padding-left-79{padding-left:79px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-79{padding-left:79px}}.padding-left-78{padding-left:78px}@media (max-width:576px){.xs-padding-left-78{padding-left:78px}}@media (max-width:768px){.sm-padding-left-78{padding-left:78px}}@media (max-width:991px){.md-padding-left-78{padding-left:78px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-78{padding-left:78px}}.padding-left-77{padding-left:77px}@media (max-width:576px){.xs-padding-left-77{padding-left:77px}}@media (max-width:768px){.sm-padding-left-77{padding-left:77px}}@media (max-width:991px){.md-padding-left-77{padding-left:77px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-77{padding-left:77px}}.padding-left-76{padding-left:76px}@media (max-width:576px){.xs-padding-left-76{padding-left:76px}}@media (max-width:768px){.sm-padding-left-76{padding-left:76px}}@media (max-width:991px){.md-padding-left-76{padding-left:76px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-76{padding-left:76px}}.padding-left-75{padding-left:75px}@media (max-width:576px){.xs-padding-left-75{padding-left:75px}}@media (max-width:768px){.sm-padding-left-75{padding-left:75px}}@media (max-width:991px){.md-padding-left-75{padding-left:75px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-75{padding-left:75px}}.padding-left-74{padding-left:74px}@media (max-width:576px){.xs-padding-left-74{padding-left:74px}}@media (max-width:768px){.sm-padding-left-74{padding-left:74px}}@media (max-width:991px){.md-padding-left-74{padding-left:74px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-74{padding-left:74px}}.padding-left-73{padding-left:73px}@media (max-width:576px){.xs-padding-left-73{padding-left:73px}}@media (max-width:768px){.sm-padding-left-73{padding-left:73px}}@media (max-width:991px){.md-padding-left-73{padding-left:73px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-73{padding-left:73px}}.padding-left-72{padding-left:72px}@media (max-width:576px){.xs-padding-left-72{padding-left:72px}}@media (max-width:768px){.sm-padding-left-72{padding-left:72px}}@media (max-width:991px){.md-padding-left-72{padding-left:72px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-72{padding-left:72px}}.padding-left-71{padding-left:71px}@media (max-width:576px){.xs-padding-left-71{padding-left:71px}}@media (max-width:768px){.sm-padding-left-71{padding-left:71px}}@media (max-width:991px){.md-padding-left-71{padding-left:71px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-71{padding-left:71px}}.padding-left-70{padding-left:70px}@media (max-width:576px){.xs-padding-left-70{padding-left:70px}}@media (max-width:768px){.sm-padding-left-70{padding-left:70px}}@media (max-width:991px){.md-padding-left-70{padding-left:70px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-70{padding-left:70px}}.padding-left-69{padding-left:69px}@media (max-width:576px){.xs-padding-left-69{padding-left:69px}}@media (max-width:768px){.sm-padding-left-69{padding-left:69px}}@media (max-width:991px){.md-padding-left-69{padding-left:69px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-69{padding-left:69px}}.padding-left-68{padding-left:68px}@media (max-width:576px){.xs-padding-left-68{padding-left:68px}}@media (max-width:768px){.sm-padding-left-68{padding-left:68px}}@media (max-width:991px){.md-padding-left-68{padding-left:68px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-68{padding-left:68px}}.padding-left-67{padding-left:67px}@media (max-width:576px){.xs-padding-left-67{padding-left:67px}}@media (max-width:768px){.sm-padding-left-67{padding-left:67px}}@media (max-width:991px){.md-padding-left-67{padding-left:67px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-67{padding-left:67px}}.padding-left-66{padding-left:66px}@media (max-width:576px){.xs-padding-left-66{padding-left:66px}}@media (max-width:768px){.sm-padding-left-66{padding-left:66px}}@media (max-width:991px){.md-padding-left-66{padding-left:66px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-66{padding-left:66px}}.padding-left-65{padding-left:65px}@media (max-width:576px){.xs-padding-left-65{padding-left:65px}}@media (max-width:768px){.sm-padding-left-65{padding-left:65px}}@media (max-width:991px){.md-padding-left-65{padding-left:65px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-65{padding-left:65px}}.padding-left-64{padding-left:64px}@media (max-width:576px){.xs-padding-left-64{padding-left:64px}}@media (max-width:768px){.sm-padding-left-64{padding-left:64px}}@media (max-width:991px){.md-padding-left-64{padding-left:64px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-64{padding-left:64px}}.padding-left-63{padding-left:63px}@media (max-width:576px){.xs-padding-left-63{padding-left:63px}}@media (max-width:768px){.sm-padding-left-63{padding-left:63px}}@media (max-width:991px){.md-padding-left-63{padding-left:63px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-63{padding-left:63px}}.padding-left-62{padding-left:62px}@media (max-width:576px){.xs-padding-left-62{padding-left:62px}}@media (max-width:768px){.sm-padding-left-62{padding-left:62px}}@media (max-width:991px){.md-padding-left-62{padding-left:62px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-62{padding-left:62px}}.padding-left-61{padding-left:61px}@media (max-width:576px){.xs-padding-left-61{padding-left:61px}}@media (max-width:768px){.sm-padding-left-61{padding-left:61px}}@media (max-width:991px){.md-padding-left-61{padding-left:61px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-61{padding-left:61px}}.padding-left-60{padding-left:60px}@media (max-width:576px){.xs-padding-left-60{padding-left:60px}}@media (max-width:768px){.sm-padding-left-60{padding-left:60px}}@media (max-width:991px){.md-padding-left-60{padding-left:60px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-60{padding-left:60px}}.padding-left-59{padding-left:59px}@media (max-width:576px){.xs-padding-left-59{padding-left:59px}}@media (max-width:768px){.sm-padding-left-59{padding-left:59px}}@media (max-width:991px){.md-padding-left-59{padding-left:59px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-59{padding-left:59px}}.padding-left-58{padding-left:58px}@media (max-width:576px){.xs-padding-left-58{padding-left:58px}}@media (max-width:768px){.sm-padding-left-58{padding-left:58px}}@media (max-width:991px){.md-padding-left-58{padding-left:58px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-58{padding-left:58px}}.padding-left-57{padding-left:57px}@media (max-width:576px){.xs-padding-left-57{padding-left:57px}}@media (max-width:768px){.sm-padding-left-57{padding-left:57px}}@media (max-width:991px){.md-padding-left-57{padding-left:57px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-57{padding-left:57px}}.padding-left-56{padding-left:56px}@media (max-width:576px){.xs-padding-left-56{padding-left:56px}}@media (max-width:768px){.sm-padding-left-56{padding-left:56px}}@media (max-width:991px){.md-padding-left-56{padding-left:56px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-56{padding-left:56px}}.padding-left-55{padding-left:55px}@media (max-width:576px){.xs-padding-left-55{padding-left:55px}}@media (max-width:768px){.sm-padding-left-55{padding-left:55px}}@media (max-width:991px){.md-padding-left-55{padding-left:55px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-55{padding-left:55px}}.padding-left-54{padding-left:54px}@media (max-width:576px){.xs-padding-left-54{padding-left:54px}}@media (max-width:768px){.sm-padding-left-54{padding-left:54px}}@media (max-width:991px){.md-padding-left-54{padding-left:54px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-54{padding-left:54px}}.padding-left-53{padding-left:53px}@media (max-width:576px){.xs-padding-left-53{padding-left:53px}}@media (max-width:768px){.sm-padding-left-53{padding-left:53px}}@media (max-width:991px){.md-padding-left-53{padding-left:53px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-53{padding-left:53px}}.padding-left-52{padding-left:52px}@media (max-width:576px){.xs-padding-left-52{padding-left:52px}}@media (max-width:768px){.sm-padding-left-52{padding-left:52px}}@media (max-width:991px){.md-padding-left-52{padding-left:52px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-52{padding-left:52px}}.padding-left-51{padding-left:51px}@media (max-width:576px){.xs-padding-left-51{padding-left:51px}}@media (max-width:768px){.sm-padding-left-51{padding-left:51px}}@media (max-width:991px){.md-padding-left-51{padding-left:51px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-51{padding-left:51px}}.padding-left-50{padding-left:50px}@media (max-width:576px){.xs-padding-left-50{padding-left:50px}}@media (max-width:768px){.sm-padding-left-50{padding-left:50px}}@media (max-width:991px){.md-padding-left-50{padding-left:50px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-50{padding-left:50px}}.padding-left-49{padding-left:49px}@media (max-width:576px){.xs-padding-left-49{padding-left:49px}}@media (max-width:768px){.sm-padding-left-49{padding-left:49px}}@media (max-width:991px){.md-padding-left-49{padding-left:49px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-49{padding-left:49px}}.padding-left-48{padding-left:48px}@media (max-width:576px){.xs-padding-left-48{padding-left:48px}}@media (max-width:768px){.sm-padding-left-48{padding-left:48px}}@media (max-width:991px){.md-padding-left-48{padding-left:48px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-48{padding-left:48px}}.padding-left-47{padding-left:47px}@media (max-width:576px){.xs-padding-left-47{padding-left:47px}}@media (max-width:768px){.sm-padding-left-47{padding-left:47px}}@media (max-width:991px){.md-padding-left-47{padding-left:47px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-47{padding-left:47px}}.padding-left-46{padding-left:46px}@media (max-width:576px){.xs-padding-left-46{padding-left:46px}}@media (max-width:768px){.sm-padding-left-46{padding-left:46px}}@media (max-width:991px){.md-padding-left-46{padding-left:46px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-46{padding-left:46px}}.padding-left-45{padding-left:45px}@media (max-width:576px){.xs-padding-left-45{padding-left:45px}}@media (max-width:768px){.sm-padding-left-45{padding-left:45px}}@media (max-width:991px){.md-padding-left-45{padding-left:45px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-45{padding-left:45px}}.padding-left-44{padding-left:44px}@media (max-width:576px){.xs-padding-left-44{padding-left:44px}}@media (max-width:768px){.sm-padding-left-44{padding-left:44px}}@media (max-width:991px){.md-padding-left-44{padding-left:44px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-44{padding-left:44px}}.padding-left-43{padding-left:43px}@media (max-width:576px){.xs-padding-left-43{padding-left:43px}}@media (max-width:768px){.sm-padding-left-43{padding-left:43px}}@media (max-width:991px){.md-padding-left-43{padding-left:43px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-43{padding-left:43px}}.padding-left-42{padding-left:42px}@media (max-width:576px){.xs-padding-left-42{padding-left:42px}}@media (max-width:768px){.sm-padding-left-42{padding-left:42px}}@media (max-width:991px){.md-padding-left-42{padding-left:42px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-42{padding-left:42px}}.padding-left-41{padding-left:41px}@media (max-width:576px){.xs-padding-left-41{padding-left:41px}}@media (max-width:768px){.sm-padding-left-41{padding-left:41px}}@media (max-width:991px){.md-padding-left-41{padding-left:41px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-41{padding-left:41px}}.padding-left-40{padding-left:40px}@media (max-width:576px){.xs-padding-left-40{padding-left:40px}}@media (max-width:768px){.sm-padding-left-40{padding-left:40px}}@media (max-width:991px){.md-padding-left-40{padding-left:40px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-40{padding-left:40px}}.padding-left-39{padding-left:39px}@media (max-width:576px){.xs-padding-left-39{padding-left:39px}}@media (max-width:768px){.sm-padding-left-39{padding-left:39px}}@media (max-width:991px){.md-padding-left-39{padding-left:39px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-39{padding-left:39px}}.padding-left-38{padding-left:38px}@media (max-width:576px){.xs-padding-left-38{padding-left:38px}}@media (max-width:768px){.sm-padding-left-38{padding-left:38px}}@media (max-width:991px){.md-padding-left-38{padding-left:38px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-38{padding-left:38px}}.padding-left-37{padding-left:37px}@media (max-width:576px){.xs-padding-left-37{padding-left:37px}}@media (max-width:768px){.sm-padding-left-37{padding-left:37px}}@media (max-width:991px){.md-padding-left-37{padding-left:37px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-37{padding-left:37px}}.padding-left-36{padding-left:36px}@media (max-width:576px){.xs-padding-left-36{padding-left:36px}}@media (max-width:768px){.sm-padding-left-36{padding-left:36px}}@media (max-width:991px){.md-padding-left-36{padding-left:36px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-36{padding-left:36px}}.padding-left-35{padding-left:35px}@media (max-width:576px){.xs-padding-left-35{padding-left:35px}}@media (max-width:768px){.sm-padding-left-35{padding-left:35px}}@media (max-width:991px){.md-padding-left-35{padding-left:35px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-35{padding-left:35px}}.padding-left-34{padding-left:34px}@media (max-width:576px){.xs-padding-left-34{padding-left:34px}}@media (max-width:768px){.sm-padding-left-34{padding-left:34px}}@media (max-width:991px){.md-padding-left-34{padding-left:34px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-34{padding-left:34px}}.padding-left-33{padding-left:33px}@media (max-width:576px){.xs-padding-left-33{padding-left:33px}}@media (max-width:768px){.sm-padding-left-33{padding-left:33px}}@media (max-width:991px){.md-padding-left-33{padding-left:33px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-33{padding-left:33px}}.padding-left-32{padding-left:32px}@media (max-width:576px){.xs-padding-left-32{padding-left:32px}}@media (max-width:768px){.sm-padding-left-32{padding-left:32px}}@media (max-width:991px){.md-padding-left-32{padding-left:32px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-32{padding-left:32px}}.padding-left-31{padding-left:31px}@media (max-width:576px){.xs-padding-left-31{padding-left:31px}}@media (max-width:768px){.sm-padding-left-31{padding-left:31px}}@media (max-width:991px){.md-padding-left-31{padding-left:31px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-31{padding-left:31px}}.padding-left-30{padding-left:30px}@media (max-width:576px){.xs-padding-left-30{padding-left:30px}}@media (max-width:768px){.sm-padding-left-30{padding-left:30px}}@media (max-width:991px){.md-padding-left-30{padding-left:30px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-30{padding-left:30px}}.padding-left-29{padding-left:29px}@media (max-width:576px){.xs-padding-left-29{padding-left:29px}}@media (max-width:768px){.sm-padding-left-29{padding-left:29px}}@media (max-width:991px){.md-padding-left-29{padding-left:29px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-29{padding-left:29px}}.padding-left-28{padding-left:28px}@media (max-width:576px){.xs-padding-left-28{padding-left:28px}}@media (max-width:768px){.sm-padding-left-28{padding-left:28px}}@media (max-width:991px){.md-padding-left-28{padding-left:28px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-28{padding-left:28px}}.padding-left-27{padding-left:27px}@media (max-width:576px){.xs-padding-left-27{padding-left:27px}}@media (max-width:768px){.sm-padding-left-27{padding-left:27px}}@media (max-width:991px){.md-padding-left-27{padding-left:27px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-27{padding-left:27px}}.padding-left-26{padding-left:26px}@media (max-width:576px){.xs-padding-left-26{padding-left:26px}}@media (max-width:768px){.sm-padding-left-26{padding-left:26px}}@media (max-width:991px){.md-padding-left-26{padding-left:26px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-26{padding-left:26px}}.padding-left-25{padding-left:25px}@media (max-width:576px){.xs-padding-left-25{padding-left:25px}}@media (max-width:768px){.sm-padding-left-25{padding-left:25px}}@media (max-width:991px){.md-padding-left-25{padding-left:25px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-25{padding-left:25px}}.padding-left-24{padding-left:24px}@media (max-width:576px){.xs-padding-left-24{padding-left:24px}}@media (max-width:768px){.sm-padding-left-24{padding-left:24px}}@media (max-width:991px){.md-padding-left-24{padding-left:24px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-24{padding-left:24px}}.padding-left-23{padding-left:23px}@media (max-width:576px){.xs-padding-left-23{padding-left:23px}}@media (max-width:768px){.sm-padding-left-23{padding-left:23px}}@media (max-width:991px){.md-padding-left-23{padding-left:23px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-23{padding-left:23px}}.padding-left-22{padding-left:22px}@media (max-width:576px){.xs-padding-left-22{padding-left:22px}}@media (max-width:768px){.sm-padding-left-22{padding-left:22px}}@media (max-width:991px){.md-padding-left-22{padding-left:22px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-22{padding-left:22px}}.padding-left-21{padding-left:21px}@media (max-width:576px){.xs-padding-left-21{padding-left:21px}}@media (max-width:768px){.sm-padding-left-21{padding-left:21px}}@media (max-width:991px){.md-padding-left-21{padding-left:21px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-21{padding-left:21px}}.padding-left-20{padding-left:20px}@media (max-width:576px){.xs-padding-left-20{padding-left:20px}}@media (max-width:768px){.sm-padding-left-20{padding-left:20px}}@media (max-width:991px){.md-padding-left-20{padding-left:20px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-20{padding-left:20px}}.padding-left-19{padding-left:19px}@media (max-width:576px){.xs-padding-left-19{padding-left:19px}}@media (max-width:768px){.sm-padding-left-19{padding-left:19px}}@media (max-width:991px){.md-padding-left-19{padding-left:19px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-19{padding-left:19px}}.padding-left-18{padding-left:18px}@media (max-width:576px){.xs-padding-left-18{padding-left:18px}}@media (max-width:768px){.sm-padding-left-18{padding-left:18px}}@media (max-width:991px){.md-padding-left-18{padding-left:18px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-18{padding-left:18px}}.padding-left-17{padding-left:17px}@media (max-width:576px){.xs-padding-left-17{padding-left:17px}}@media (max-width:768px){.sm-padding-left-17{padding-left:17px}}@media (max-width:991px){.md-padding-left-17{padding-left:17px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-17{padding-left:17px}}.padding-left-16{padding-left:16px}@media (max-width:576px){.xs-padding-left-16{padding-left:16px}}@media (max-width:768px){.sm-padding-left-16{padding-left:16px}}@media (max-width:991px){.md-padding-left-16{padding-left:16px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-16{padding-left:16px}}.padding-left-15{padding-left:15px}@media (max-width:576px){.xs-padding-left-15{padding-left:15px}}@media (max-width:768px){.sm-padding-left-15{padding-left:15px}}@media (max-width:991px){.md-padding-left-15{padding-left:15px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-15{padding-left:15px}}.padding-left-14{padding-left:14px}@media (max-width:576px){.xs-padding-left-14{padding-left:14px}}@media (max-width:768px){.sm-padding-left-14{padding-left:14px}}@media (max-width:991px){.md-padding-left-14{padding-left:14px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-14{padding-left:14px}}.padding-left-13{padding-left:13px}@media (max-width:576px){.xs-padding-left-13{padding-left:13px}}@media (max-width:768px){.sm-padding-left-13{padding-left:13px}}@media (max-width:991px){.md-padding-left-13{padding-left:13px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-13{padding-left:13px}}.padding-left-12{padding-left:12px}@media (max-width:576px){.xs-padding-left-12{padding-left:12px}}@media (max-width:768px){.sm-padding-left-12{padding-left:12px}}@media (max-width:991px){.md-padding-left-12{padding-left:12px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-12{padding-left:12px}}.padding-left-11{padding-left:11px}@media (max-width:576px){.xs-padding-left-11{padding-left:11px}}@media (max-width:768px){.sm-padding-left-11{padding-left:11px}}@media (max-width:991px){.md-padding-left-11{padding-left:11px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-11{padding-left:11px}}.padding-left-10{padding-left:10px}@media (max-width:576px){.xs-padding-left-10{padding-left:10px}}@media (max-width:768px){.sm-padding-left-10{padding-left:10px}}@media (max-width:991px){.md-padding-left-10{padding-left:10px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-10{padding-left:10px}}.padding-left-9{padding-left:9px}@media (max-width:576px){.xs-padding-left-9{padding-left:9px}}@media (max-width:768px){.sm-padding-left-9{padding-left:9px}}@media (max-width:991px){.md-padding-left-9{padding-left:9px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-9{padding-left:9px}}.padding-left-8{padding-left:8px}@media (max-width:576px){.xs-padding-left-8{padding-left:8px}}@media (max-width:768px){.sm-padding-left-8{padding-left:8px}}@media (max-width:991px){.md-padding-left-8{padding-left:8px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-8{padding-left:8px}}.padding-left-7{padding-left:7px}@media (max-width:576px){.xs-padding-left-7{padding-left:7px}}@media (max-width:768px){.sm-padding-left-7{padding-left:7px}}@media (max-width:991px){.md-padding-left-7{padding-left:7px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-7{padding-left:7px}}.padding-left-6{padding-left:6px}@media (max-width:576px){.xs-padding-left-6{padding-left:6px}}@media (max-width:768px){.sm-padding-left-6{padding-left:6px}}@media (max-width:991px){.md-padding-left-6{padding-left:6px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-6{padding-left:6px}}.padding-left-5{padding-left:5px}@media (max-width:576px){.xs-padding-left-5{padding-left:5px}}@media (max-width:768px){.sm-padding-left-5{padding-left:5px}}@media (max-width:991px){.md-padding-left-5{padding-left:5px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-5{padding-left:5px}}.padding-left-4{padding-left:4px}@media (max-width:576px){.xs-padding-left-4{padding-left:4px}}@media (max-width:768px){.sm-padding-left-4{padding-left:4px}}@media (max-width:991px){.md-padding-left-4{padding-left:4px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-4{padding-left:4px}}.padding-left-3{padding-left:3px}@media (max-width:576px){.xs-padding-left-3{padding-left:3px}}@media (max-width:768px){.sm-padding-left-3{padding-left:3px}}@media (max-width:991px){.md-padding-left-3{padding-left:3px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-3{padding-left:3px}}.padding-left-2{padding-left:2px}@media (max-width:576px){.xs-padding-left-2{padding-left:2px}}@media (max-width:768px){.sm-padding-left-2{padding-left:2px}}@media (max-width:991px){.md-padding-left-2{padding-left:2px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-2{padding-left:2px}}.padding-left-1{padding-left:1px}@media (max-width:576px){.xs-padding-left-1{padding-left:1px}}@media (max-width:768px){.sm-padding-left-1{padding-left:1px}}@media (max-width:991px){.md-padding-left-1{padding-left:1px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-1{padding-left:1px}}.padding-left-0{padding-left:0px}@media (max-width:576px){.xs-padding-left-0{padding-left:0px}}@media (max-width:768px){.sm-padding-left-0{padding-left:0px}}@media (max-width:991px){.md-padding-left-0{padding-left:0px}}@media (max-width:991px) and (min-width:769px){.only-md-padding-left-0{padding-left:0px}}.max-width-1200{max-width:1200px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1200{max-width:1200px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1200{max-width:1200px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1200{max-width:1200px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1200{max-width:1200px;margin-left:auto;margin-right:auto}}.max-width-1190{max-width:1190px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1190{max-width:1190px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1190{max-width:1190px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1190{max-width:1190px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1190{max-width:1190px;margin-left:auto;margin-right:auto}}.max-width-1180{max-width:1180px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1180{max-width:1180px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1180{max-width:1180px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1180{max-width:1180px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1180{max-width:1180px;margin-left:auto;margin-right:auto}}.max-width-1170{max-width:1170px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1170{max-width:1170px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1170{max-width:1170px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1170{max-width:1170px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1170{max-width:1170px;margin-left:auto;margin-right:auto}}.max-width-1160{max-width:1160px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1160{max-width:1160px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1160{max-width:1160px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1160{max-width:1160px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1160{max-width:1160px;margin-left:auto;margin-right:auto}}.max-width-1150{max-width:1150px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1150{max-width:1150px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1150{max-width:1150px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1150{max-width:1150px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1150{max-width:1150px;margin-left:auto;margin-right:auto}}.max-width-1140{max-width:1140px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1140{max-width:1140px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1140{max-width:1140px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1140{max-width:1140px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1140{max-width:1140px;margin-left:auto;margin-right:auto}}.max-width-1130{max-width:1130px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1130{max-width:1130px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1130{max-width:1130px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1130{max-width:1130px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1130{max-width:1130px;margin-left:auto;margin-right:auto}}.max-width-1120{max-width:1120px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1120{max-width:1120px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1120{max-width:1120px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1120{max-width:1120px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1120{max-width:1120px;margin-left:auto;margin-right:auto}}.max-width-1110{max-width:1110px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1110{max-width:1110px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1110{max-width:1110px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1110{max-width:1110px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1110{max-width:1110px;margin-left:auto;margin-right:auto}}.max-width-1100{max-width:1100px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1100{max-width:1100px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1100{max-width:1100px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1100{max-width:1100px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1100{max-width:1100px;margin-left:auto;margin-right:auto}}.max-width-1090{max-width:1090px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1090{max-width:1090px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1090{max-width:1090px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1090{max-width:1090px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1090{max-width:1090px;margin-left:auto;margin-right:auto}}.max-width-1080{max-width:1080px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1080{max-width:1080px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1080{max-width:1080px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1080{max-width:1080px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1080{max-width:1080px;margin-left:auto;margin-right:auto}}.max-width-1070{max-width:1070px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1070{max-width:1070px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1070{max-width:1070px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1070{max-width:1070px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1070{max-width:1070px;margin-left:auto;margin-right:auto}}.max-width-1060{max-width:1060px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1060{max-width:1060px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1060{max-width:1060px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1060{max-width:1060px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1060{max-width:1060px;margin-left:auto;margin-right:auto}}.max-width-1050{max-width:1050px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1050{max-width:1050px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1050{max-width:1050px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1050{max-width:1050px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1050{max-width:1050px;margin-left:auto;margin-right:auto}}.max-width-1040{max-width:1040px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1040{max-width:1040px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1040{max-width:1040px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1040{max-width:1040px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1040{max-width:1040px;margin-left:auto;margin-right:auto}}.max-width-1030{max-width:1030px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1030{max-width:1030px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1030{max-width:1030px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1030{max-width:1030px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1030{max-width:1030px;margin-left:auto;margin-right:auto}}.max-width-1020{max-width:1020px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1020{max-width:1020px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1020{max-width:1020px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1020{max-width:1020px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1020{max-width:1020px;margin-left:auto;margin-right:auto}}.max-width-1010{max-width:1010px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1010{max-width:1010px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1010{max-width:1010px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1010{max-width:1010px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1010{max-width:1010px;margin-left:auto;margin-right:auto}}.max-width-1000{max-width:1000px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-1000{max-width:1000px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-1000{max-width:1000px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-1000{max-width:1000px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-1000{max-width:1000px;margin-left:auto;margin-right:auto}}.max-width-990{max-width:990px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-990{max-width:990px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-990{max-width:990px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-990{max-width:990px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-990{max-width:990px;margin-left:auto;margin-right:auto}}.max-width-980{max-width:980px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-980{max-width:980px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-980{max-width:980px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-980{max-width:980px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-980{max-width:980px;margin-left:auto;margin-right:auto}}.max-width-970{max-width:970px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-970{max-width:970px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-970{max-width:970px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-970{max-width:970px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-970{max-width:970px;margin-left:auto;margin-right:auto}}.max-width-960{max-width:960px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-960{max-width:960px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-960{max-width:960px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-960{max-width:960px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-960{max-width:960px;margin-left:auto;margin-right:auto}}.max-width-950{max-width:950px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-950{max-width:950px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-950{max-width:950px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-950{max-width:950px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-950{max-width:950px;margin-left:auto;margin-right:auto}}.max-width-940{max-width:940px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-940{max-width:940px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-940{max-width:940px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-940{max-width:940px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-940{max-width:940px;margin-left:auto;margin-right:auto}}.max-width-930{max-width:930px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-930{max-width:930px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-930{max-width:930px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-930{max-width:930px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-930{max-width:930px;margin-left:auto;margin-right:auto}}.max-width-920{max-width:920px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-920{max-width:920px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-920{max-width:920px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-920{max-width:920px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-920{max-width:920px;margin-left:auto;margin-right:auto}}.max-width-910{max-width:910px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-910{max-width:910px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-910{max-width:910px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-910{max-width:910px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-910{max-width:910px;margin-left:auto;margin-right:auto}}.max-width-900{max-width:900px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-900{max-width:900px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-900{max-width:900px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-900{max-width:900px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-900{max-width:900px;margin-left:auto;margin-right:auto}}.max-width-890{max-width:890px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-890{max-width:890px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-890{max-width:890px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-890{max-width:890px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-890{max-width:890px;margin-left:auto;margin-right:auto}}.max-width-880{max-width:880px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-880{max-width:880px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-880{max-width:880px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-880{max-width:880px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-880{max-width:880px;margin-left:auto;margin-right:auto}}.max-width-870{max-width:870px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-870{max-width:870px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-870{max-width:870px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-870{max-width:870px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-870{max-width:870px;margin-left:auto;margin-right:auto}}.max-width-860{max-width:860px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-860{max-width:860px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-860{max-width:860px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-860{max-width:860px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-860{max-width:860px;margin-left:auto;margin-right:auto}}.max-width-850{max-width:850px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-850{max-width:850px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-850{max-width:850px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-850{max-width:850px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-850{max-width:850px;margin-left:auto;margin-right:auto}}.max-width-840{max-width:840px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-840{max-width:840px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-840{max-width:840px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-840{max-width:840px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-840{max-width:840px;margin-left:auto;margin-right:auto}}.max-width-830{max-width:830px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-830{max-width:830px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-830{max-width:830px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-830{max-width:830px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-830{max-width:830px;margin-left:auto;margin-right:auto}}.max-width-820{max-width:820px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-820{max-width:820px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-820{max-width:820px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-820{max-width:820px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-820{max-width:820px;margin-left:auto;margin-right:auto}}.max-width-810{max-width:810px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-810{max-width:810px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-810{max-width:810px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-810{max-width:810px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-810{max-width:810px;margin-left:auto;margin-right:auto}}.max-width-800{max-width:800px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-800{max-width:800px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-800{max-width:800px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-800{max-width:800px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-800{max-width:800px;margin-left:auto;margin-right:auto}}.max-width-790{max-width:790px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-790{max-width:790px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-790{max-width:790px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-790{max-width:790px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-790{max-width:790px;margin-left:auto;margin-right:auto}}.max-width-780{max-width:780px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-780{max-width:780px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-780{max-width:780px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-780{max-width:780px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-780{max-width:780px;margin-left:auto;margin-right:auto}}.max-width-770{max-width:770px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-770{max-width:770px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-770{max-width:770px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-770{max-width:770px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-770{max-width:770px;margin-left:auto;margin-right:auto}}.max-width-760{max-width:760px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-760{max-width:760px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-760{max-width:760px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-760{max-width:760px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-760{max-width:760px;margin-left:auto;margin-right:auto}}.max-width-750{max-width:750px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-750{max-width:750px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-750{max-width:750px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-750{max-width:750px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-750{max-width:750px;margin-left:auto;margin-right:auto}}.max-width-740{max-width:740px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-740{max-width:740px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-740{max-width:740px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-740{max-width:740px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-740{max-width:740px;margin-left:auto;margin-right:auto}}.max-width-730{max-width:730px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-730{max-width:730px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-730{max-width:730px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-730{max-width:730px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-730{max-width:730px;margin-left:auto;margin-right:auto}}.max-width-720{max-width:720px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-720{max-width:720px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-720{max-width:720px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-720{max-width:720px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-720{max-width:720px;margin-left:auto;margin-right:auto}}.max-width-710{max-width:710px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-710{max-width:710px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-710{max-width:710px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-710{max-width:710px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-710{max-width:710px;margin-left:auto;margin-right:auto}}.max-width-700{max-width:700px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-700{max-width:700px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-700{max-width:700px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-700{max-width:700px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-700{max-width:700px;margin-left:auto;margin-right:auto}}.max-width-690{max-width:690px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-690{max-width:690px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-690{max-width:690px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-690{max-width:690px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-690{max-width:690px;margin-left:auto;margin-right:auto}}.max-width-680{max-width:680px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-680{max-width:680px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-680{max-width:680px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-680{max-width:680px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-680{max-width:680px;margin-left:auto;margin-right:auto}}.max-width-670{max-width:670px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-670{max-width:670px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-670{max-width:670px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-670{max-width:670px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-670{max-width:670px;margin-left:auto;margin-right:auto}}.max-width-660{max-width:660px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-660{max-width:660px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-660{max-width:660px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-660{max-width:660px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-660{max-width:660px;margin-left:auto;margin-right:auto}}.max-width-650{max-width:650px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-650{max-width:650px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-650{max-width:650px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-650{max-width:650px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-650{max-width:650px;margin-left:auto;margin-right:auto}}.max-width-640{max-width:640px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-640{max-width:640px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-640{max-width:640px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-640{max-width:640px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-640{max-width:640px;margin-left:auto;margin-right:auto}}.max-width-630{max-width:630px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-630{max-width:630px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-630{max-width:630px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-630{max-width:630px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-630{max-width:630px;margin-left:auto;margin-right:auto}}.max-width-620{max-width:620px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-620{max-width:620px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-620{max-width:620px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-620{max-width:620px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-620{max-width:620px;margin-left:auto;margin-right:auto}}.max-width-610{max-width:610px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-610{max-width:610px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-610{max-width:610px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-610{max-width:610px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-610{max-width:610px;margin-left:auto;margin-right:auto}}.max-width-600{max-width:600px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-600{max-width:600px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-600{max-width:600px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-600{max-width:600px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-600{max-width:600px;margin-left:auto;margin-right:auto}}.max-width-590{max-width:590px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-590{max-width:590px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-590{max-width:590px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-590{max-width:590px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-590{max-width:590px;margin-left:auto;margin-right:auto}}.max-width-580{max-width:580px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-580{max-width:580px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-580{max-width:580px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-580{max-width:580px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-580{max-width:580px;margin-left:auto;margin-right:auto}}.max-width-570{max-width:570px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-570{max-width:570px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-570{max-width:570px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-570{max-width:570px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-570{max-width:570px;margin-left:auto;margin-right:auto}}.max-width-560{max-width:560px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-560{max-width:560px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-560{max-width:560px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-560{max-width:560px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-560{max-width:560px;margin-left:auto;margin-right:auto}}.max-width-550{max-width:550px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-550{max-width:550px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-550{max-width:550px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-550{max-width:550px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-550{max-width:550px;margin-left:auto;margin-right:auto}}.max-width-540{max-width:540px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-540{max-width:540px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-540{max-width:540px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-540{max-width:540px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-540{max-width:540px;margin-left:auto;margin-right:auto}}.max-width-530{max-width:530px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-530{max-width:530px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-530{max-width:530px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-530{max-width:530px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-530{max-width:530px;margin-left:auto;margin-right:auto}}.max-width-520{max-width:520px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-520{max-width:520px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-520{max-width:520px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-520{max-width:520px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-520{max-width:520px;margin-left:auto;margin-right:auto}}.max-width-510{max-width:510px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-510{max-width:510px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-510{max-width:510px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-510{max-width:510px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-510{max-width:510px;margin-left:auto;margin-right:auto}}.max-width-500{max-width:500px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-500{max-width:500px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-500{max-width:500px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-500{max-width:500px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-500{max-width:500px;margin-left:auto;margin-right:auto}}.max-width-490{max-width:490px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-490{max-width:490px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-490{max-width:490px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-490{max-width:490px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-490{max-width:490px;margin-left:auto;margin-right:auto}}.max-width-480{max-width:480px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-480{max-width:480px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-480{max-width:480px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-480{max-width:480px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-480{max-width:480px;margin-left:auto;margin-right:auto}}.max-width-470{max-width:470px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-470{max-width:470px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-470{max-width:470px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-470{max-width:470px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-470{max-width:470px;margin-left:auto;margin-right:auto}}.max-width-460{max-width:460px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-460{max-width:460px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-460{max-width:460px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-460{max-width:460px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-460{max-width:460px;margin-left:auto;margin-right:auto}}.max-width-450{max-width:450px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-450{max-width:450px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-450{max-width:450px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-450{max-width:450px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-450{max-width:450px;margin-left:auto;margin-right:auto}}.max-width-440{max-width:440px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-440{max-width:440px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-440{max-width:440px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-440{max-width:440px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-440{max-width:440px;margin-left:auto;margin-right:auto}}.max-width-430{max-width:430px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-430{max-width:430px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-430{max-width:430px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-430{max-width:430px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-430{max-width:430px;margin-left:auto;margin-right:auto}}.max-width-420{max-width:420px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-420{max-width:420px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-420{max-width:420px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-420{max-width:420px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-420{max-width:420px;margin-left:auto;margin-right:auto}}.max-width-410{max-width:410px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-410{max-width:410px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-410{max-width:410px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-410{max-width:410px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-410{max-width:410px;margin-left:auto;margin-right:auto}}.max-width-400{max-width:400px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-400{max-width:400px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-400{max-width:400px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-400{max-width:400px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-400{max-width:400px;margin-left:auto;margin-right:auto}}.max-width-390{max-width:390px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-390{max-width:390px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-390{max-width:390px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-390{max-width:390px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-390{max-width:390px;margin-left:auto;margin-right:auto}}.max-width-380{max-width:380px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-380{max-width:380px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-380{max-width:380px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-380{max-width:380px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-380{max-width:380px;margin-left:auto;margin-right:auto}}.max-width-370{max-width:370px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-370{max-width:370px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-370{max-width:370px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-370{max-width:370px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-370{max-width:370px;margin-left:auto;margin-right:auto}}.max-width-360{max-width:360px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-360{max-width:360px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-360{max-width:360px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-360{max-width:360px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-360{max-width:360px;margin-left:auto;margin-right:auto}}.max-width-350{max-width:350px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-350{max-width:350px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-350{max-width:350px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-350{max-width:350px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-350{max-width:350px;margin-left:auto;margin-right:auto}}.max-width-340{max-width:340px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-340{max-width:340px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-340{max-width:340px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-340{max-width:340px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-340{max-width:340px;margin-left:auto;margin-right:auto}}.max-width-330{max-width:330px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-330{max-width:330px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-330{max-width:330px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-330{max-width:330px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-330{max-width:330px;margin-left:auto;margin-right:auto}}.max-width-320{max-width:320px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-320{max-width:320px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-320{max-width:320px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-320{max-width:320px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-320{max-width:320px;margin-left:auto;margin-right:auto}}.max-width-310{max-width:310px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-310{max-width:310px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-310{max-width:310px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-310{max-width:310px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-310{max-width:310px;margin-left:auto;margin-right:auto}}.max-width-300{max-width:300px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-300{max-width:300px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-300{max-width:300px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-300{max-width:300px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-300{max-width:300px;margin-left:auto;margin-right:auto}}.max-width-290{max-width:290px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-290{max-width:290px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-290{max-width:290px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-290{max-width:290px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-290{max-width:290px;margin-left:auto;margin-right:auto}}.max-width-280{max-width:280px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-280{max-width:280px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-280{max-width:280px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-280{max-width:280px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-280{max-width:280px;margin-left:auto;margin-right:auto}}.max-width-270{max-width:270px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-270{max-width:270px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-270{max-width:270px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-270{max-width:270px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-270{max-width:270px;margin-left:auto;margin-right:auto}}.max-width-260{max-width:260px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-260{max-width:260px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-260{max-width:260px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-260{max-width:260px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-260{max-width:260px;margin-left:auto;margin-right:auto}}.max-width-250{max-width:250px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-250{max-width:250px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-250{max-width:250px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-250{max-width:250px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-250{max-width:250px;margin-left:auto;margin-right:auto}}.max-width-240{max-width:240px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-240{max-width:240px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-240{max-width:240px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-240{max-width:240px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-240{max-width:240px;margin-left:auto;margin-right:auto}}.max-width-230{max-width:230px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-230{max-width:230px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-230{max-width:230px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-230{max-width:230px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-230{max-width:230px;margin-left:auto;margin-right:auto}}.max-width-220{max-width:220px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-220{max-width:220px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-220{max-width:220px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-220{max-width:220px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-220{max-width:220px;margin-left:auto;margin-right:auto}}.max-width-210{max-width:210px;margin-left:auto;margin-right:auto}@media (max-width:576px){.xs-max-width-210{max-width:210px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.sm-max-width-210{max-width:210px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.md-max-width-210{max-width:210px;margin-left:auto;margin-right:auto}}@media (max-width:991px) and (min-width:769px){.only-md-max-width-210{max-width:210px;margin-left:auto;margin-right:auto}}.width-percent-100{width:100%}.width-percent-99{width:99%}.width-percent-98{width:98%}.width-percent-97{width:97%}.width-percent-96{width:96%}.width-percent-95{width:95%}.width-percent-94{width:94%}.width-percent-93{width:93%}.width-percent-92{width:92%}.width-percent-91{width:91%}.width-percent-90{width:90%}.width-percent-89{width:89%}.width-percent-88{width:88%}.width-percent-87{width:87%}.width-percent-86{width:86%}.width-percent-85{width:85%}.width-percent-84{width:84%}.width-percent-83{width:83%}.width-percent-82{width:82%}.width-percent-81{width:81%}.width-percent-80{width:80%}.width-percent-79{width:79%}.width-percent-78{width:78%}.width-percent-77{width:77%}.width-percent-76{width:76%}.width-percent-75{width:75%}.width-percent-74{width:74%}.width-percent-73{width:73%}.width-percent-72{width:72%}.width-percent-71{width:71%}.width-percent-70{width:70%}.width-percent-69{width:69%}.width-percent-68{width:68%}.width-percent-67{width:67%}.width-percent-66{width:66%}.width-percent-65{width:65%}.width-percent-64{width:64%}.width-percent-63{width:63%}.width-percent-62{width:62%}.width-percent-61{width:61%}.width-percent-60{width:60%}.width-percent-59{width:59%}.width-percent-58{width:58%}.width-percent-57{width:57%}.width-percent-56{width:56%}.width-percent-55{width:55%}.width-percent-54{width:54%}.width-percent-53{width:53%}.width-percent-52{width:52%}.width-percent-51{width:51%}.width-percent-50{width:50%}.width-percent-49{width:49%}.width-percent-48{width:48%}.width-percent-47{width:47%}.width-percent-46{width:46%}.width-percent-45{width:45%}.width-percent-44{width:44%}.width-percent-43{width:43%}.width-percent-42{width:42%}.width-percent-41{width:41%}.width-percent-40{width:40%}.width-percent-39{width:39%}.width-percent-38{width:38%}.width-percent-37{width:37%}.width-percent-36{width:36%}.width-percent-35{width:35%}.width-percent-34{width:34%}.width-percent-33{width:33%}.width-percent-32{width:32%}.width-percent-31{width:31%}.width-percent-30{width:30%}.width-percent-29{width:29%}.width-percent-28{width:28%}.width-percent-27{width:27%}.width-percent-26{width:26%}.width-percent-25{width:25%}.width-percent-24{width:24%}.width-percent-23{width:23%}.width-percent-22{width:22%}.width-percent-21{width:21%}.width-percent-20{width:20%}.width-percent-19{width:19%}.width-percent-18{width:18%}.width-percent-17{width:17%}.width-percent-16{width:16%}.width-percent-15{width:15%}.width-percent-14{width:14%}.width-percent-13{width:13%}.width-percent-12{width:12%}.width-percent-11{width:11%}.width-percent-10{width:10%}.width-percent-9{width:9%}.width-percent-8{width:8%}.width-percent-7{width:7%}.width-percent-6{width:6%}.width-percent-5{width:5%}.width-percent-4{width:4%}.width-percent-3{width:3%}.width-percent-2{width:2%}.width-percent-1{width:1%}.position-relative{position:relative}.position-absolute{position:absolute}.position-static{position:static}.transform--50-xy{transform:translate(-50%, -50%)}.transform--50-x{transform:translateX(-50%)}.transform--50-y{transform:translateY(-50%)}.top-500{top:500px}.top-499{top:499px}.top-498{top:498px}.top-497{top:497px}.top-496{top:496px}.top-495{top:495px}.top-494{top:494px}.top-493{top:493px}.top-492{top:492px}.top-491{top:491px}.top-490{top:490px}.top-489{top:489px}.top-488{top:488px}.top-487{top:487px}.top-486{top:486px}.top-485{top:485px}.top-484{top:484px}.top-483{top:483px}.top-482{top:482px}.top-481{top:481px}.top-480{top:480px}.top-479{top:479px}.top-478{top:478px}.top-477{top:477px}.top-476{top:476px}.top-475{top:475px}.top-474{top:474px}.top-473{top:473px}.top-472{top:472px}.top-471{top:471px}.top-470{top:470px}.top-469{top:469px}.top-468{top:468px}.top-467{top:467px}.top-466{top:466px}.top-465{top:465px}.top-464{top:464px}.top-463{top:463px}.top-462{top:462px}.top-461{top:461px}.top-460{top:460px}.top-459{top:459px}.top-458{top:458px}.top-457{top:457px}.top-456{top:456px}.top-455{top:455px}.top-454{top:454px}.top-453{top:453px}.top-452{top:452px}.top-451{top:451px}.top-450{top:450px}.top-449{top:449px}.top-448{top:448px}.top-447{top:447px}.top-446{top:446px}.top-445{top:445px}.top-444{top:444px}.top-443{top:443px}.top-442{top:442px}.top-441{top:441px}.top-440{top:440px}.top-439{top:439px}.top-438{top:438px}.top-437{top:437px}.top-436{top:436px}.top-435{top:435px}.top-434{top:434px}.top-433{top:433px}.top-432{top:432px}.top-431{top:431px}.top-430{top:430px}.top-429{top:429px}.top-428{top:428px}.top-427{top:427px}.top-426{top:426px}.top-425{top:425px}.top-424{top:424px}.top-423{top:423px}.top-422{top:422px}.top-421{top:421px}.top-420{top:420px}.top-419{top:419px}.top-418{top:418px}.top-417{top:417px}.top-416{top:416px}.top-415{top:415px}.top-414{top:414px}.top-413{top:413px}.top-412{top:412px}.top-411{top:411px}.top-410{top:410px}.top-409{top:409px}.top-408{top:408px}.top-407{top:407px}.top-406{top:406px}.top-405{top:405px}.top-404{top:404px}.top-403{top:403px}.top-402{top:402px}.top-401{top:401px}.top-400{top:400px}.top-399{top:399px}.top-398{top:398px}.top-397{top:397px}.top-396{top:396px}.top-395{top:395px}.top-394{top:394px}.top-393{top:393px}.top-392{top:392px}.top-391{top:391px}.top-390{top:390px}.top-389{top:389px}.top-388{top:388px}.top-387{top:387px}.top-386{top:386px}.top-385{top:385px}.top-384{top:384px}.top-383{top:383px}.top-382{top:382px}.top-381{top:381px}.top-380{top:380px}.top-379{top:379px}.top-378{top:378px}.top-377{top:377px}.top-376{top:376px}.top-375{top:375px}.top-374{top:374px}.top-373{top:373px}.top-372{top:372px}.top-371{top:371px}.top-370{top:370px}.top-369{top:369px}.top-368{top:368px}.top-367{top:367px}.top-366{top:366px}.top-365{top:365px}.top-364{top:364px}.top-363{top:363px}.top-362{top:362px}.top-361{top:361px}.top-360{top:360px}.top-359{top:359px}.top-358{top:358px}.top-357{top:357px}.top-356{top:356px}.top-355{top:355px}.top-354{top:354px}.top-353{top:353px}.top-352{top:352px}.top-351{top:351px}.top-350{top:350px}.top-349{top:349px}.top-348{top:348px}.top-347{top:347px}.top-346{top:346px}.top-345{top:345px}.top-344{top:344px}.top-343{top:343px}.top-342{top:342px}.top-341{top:341px}.top-340{top:340px}.top-339{top:339px}.top-338{top:338px}.top-337{top:337px}.top-336{top:336px}.top-335{top:335px}.top-334{top:334px}.top-333{top:333px}.top-332{top:332px}.top-331{top:331px}.top-330{top:330px}.top-329{top:329px}.top-328{top:328px}.top-327{top:327px}.top-326{top:326px}.top-325{top:325px}.top-324{top:324px}.top-323{top:323px}.top-322{top:322px}.top-321{top:321px}.top-320{top:320px}.top-319{top:319px}.top-318{top:318px}.top-317{top:317px}.top-316{top:316px}.top-315{top:315px}.top-314{top:314px}.top-313{top:313px}.top-312{top:312px}.top-311{top:311px}.top-310{top:310px}.top-309{top:309px}.top-308{top:308px}.top-307{top:307px}.top-306{top:306px}.top-305{top:305px}.top-304{top:304px}.top-303{top:303px}.top-302{top:302px}.top-301{top:301px}.top-300{top:300px}.top-299{top:299px}.top-298{top:298px}.top-297{top:297px}.top-296{top:296px}.top-295{top:295px}.top-294{top:294px}.top-293{top:293px}.top-292{top:292px}.top-291{top:291px}.top-290{top:290px}.top-289{top:289px}.top-288{top:288px}.top-287{top:287px}.top-286{top:286px}.top-285{top:285px}.top-284{top:284px}.top-283{top:283px}.top-282{top:282px}.top-281{top:281px}.top-280{top:280px}.top-279{top:279px}.top-278{top:278px}.top-277{top:277px}.top-276{top:276px}.top-275{top:275px}.top-274{top:274px}.top-273{top:273px}.top-272{top:272px}.top-271{top:271px}.top-270{top:270px}.top-269{top:269px}.top-268{top:268px}.top-267{top:267px}.top-266{top:266px}.top-265{top:265px}.top-264{top:264px}.top-263{top:263px}.top-262{top:262px}.top-261{top:261px}.top-260{top:260px}.top-259{top:259px}.top-258{top:258px}.top-257{top:257px}.top-256{top:256px}.top-255{top:255px}.top-254{top:254px}.top-253{top:253px}.top-252{top:252px}.top-251{top:251px}.top-250{top:250px}.top-249{top:249px}.top-248{top:248px}.top-247{top:247px}.top-246{top:246px}.top-245{top:245px}.top-244{top:244px}.top-243{top:243px}.top-242{top:242px}.top-241{top:241px}.top-240{top:240px}.top-239{top:239px}.top-238{top:238px}.top-237{top:237px}.top-236{top:236px}.top-235{top:235px}.top-234{top:234px}.top-233{top:233px}.top-232{top:232px}.top-231{top:231px}.top-230{top:230px}.top-229{top:229px}.top-228{top:228px}.top-227{top:227px}.top-226{top:226px}.top-225{top:225px}.top-224{top:224px}.top-223{top:223px}.top-222{top:222px}.top-221{top:221px}.top-220{top:220px}.top-219{top:219px}.top-218{top:218px}.top-217{top:217px}.top-216{top:216px}.top-215{top:215px}.top-214{top:214px}.top-213{top:213px}.top-212{top:212px}.top-211{top:211px}.top-210{top:210px}.top-209{top:209px}.top-208{top:208px}.top-207{top:207px}.top-206{top:206px}.top-205{top:205px}.top-204{top:204px}.top-203{top:203px}.top-202{top:202px}.top-201{top:201px}.top-200{top:200px}.top-199{top:199px}.top-198{top:198px}.top-197{top:197px}.top-196{top:196px}.top-195{top:195px}.top-194{top:194px}.top-193{top:193px}.top-192{top:192px}.top-191{top:191px}.top-190{top:190px}.top-189{top:189px}.top-188{top:188px}.top-187{top:187px}.top-186{top:186px}.top-185{top:185px}.top-184{top:184px}.top-183{top:183px}.top-182{top:182px}.top-181{top:181px}.top-180{top:180px}.top-179{top:179px}.top-178{top:178px}.top-177{top:177px}.top-176{top:176px}.top-175{top:175px}.top-174{top:174px}.top-173{top:173px}.top-172{top:172px}.top-171{top:171px}.top-170{top:170px}.top-169{top:169px}.top-168{top:168px}.top-167{top:167px}.top-166{top:166px}.top-165{top:165px}.top-164{top:164px}.top-163{top:163px}.top-162{top:162px}.top-161{top:161px}.top-160{top:160px}.top-159{top:159px}.top-158{top:158px}.top-157{top:157px}.top-156{top:156px}.top-155{top:155px}.top-154{top:154px}.top-153{top:153px}.top-152{top:152px}.top-151{top:151px}.top-150{top:150px}.top-149{top:149px}.top-148{top:148px}.top-147{top:147px}.top-146{top:146px}.top-145{top:145px}.top-144{top:144px}.top-143{top:143px}.top-142{top:142px}.top-141{top:141px}.top-140{top:140px}.top-139{top:139px}.top-138{top:138px}.top-137{top:137px}.top-136{top:136px}.top-135{top:135px}.top-134{top:134px}.top-133{top:133px}.top-132{top:132px}.top-131{top:131px}.top-130{top:130px}.top-129{top:129px}.top-128{top:128px}.top-127{top:127px}.top-126{top:126px}.top-125{top:125px}.top-124{top:124px}.top-123{top:123px}.top-122{top:122px}.top-121{top:121px}.top-120{top:120px}.top-119{top:119px}.top-118{top:118px}.top-117{top:117px}.top-116{top:116px}.top-115{top:115px}.top-114{top:114px}.top-113{top:113px}.top-112{top:112px}.top-111{top:111px}.top-110{top:110px}.top-109{top:109px}.top-108{top:108px}.top-107{top:107px}.top-106{top:106px}.top-105{top:105px}.top-104{top:104px}.top-103{top:103px}.top-102{top:102px}.top-101{top:101px}.top-100{top:100px}.top-99{top:99px}.top-98{top:98px}.top-97{top:97px}.top-96{top:96px}.top-95{top:95px}.top-94{top:94px}.top-93{top:93px}.top-92{top:92px}.top-91{top:91px}.top-90{top:90px}.top-89{top:89px}.top-88{top:88px}.top-87{top:87px}.top-86{top:86px}.top-85{top:85px}.top-84{top:84px}.top-83{top:83px}.top-82{top:82px}.top-81{top:81px}.top-80{top:80px}.top-79{top:79px}.top-78{top:78px}.top-77{top:77px}.top-76{top:76px}.top-75{top:75px}.top-74{top:74px}.top-73{top:73px}.top-72{top:72px}.top-71{top:71px}.top-70{top:70px}.top-69{top:69px}.top-68{top:68px}.top-67{top:67px}.top-66{top:66px}.top-65{top:65px}.top-64{top:64px}.top-63{top:63px}.top-62{top:62px}.top-61{top:61px}.top-60{top:60px}.top-59{top:59px}.top-58{top:58px}.top-57{top:57px}.top-56{top:56px}.top-55{top:55px}.top-54{top:54px}.top-53{top:53px}.top-52{top:52px}.top-51{top:51px}.top-50{top:50px}.top-49{top:49px}.top-48{top:48px}.top-47{top:47px}.top-46{top:46px}.top-45{top:45px}.top-44{top:44px}.top-43{top:43px}.top-42{top:42px}.top-41{top:41px}.top-40{top:40px}.top-39{top:39px}.top-38{top:38px}.top-37{top:37px}.top-36{top:36px}.top-35{top:35px}.top-34{top:34px}.top-33{top:33px}.top-32{top:32px}.top-31{top:31px}.top-30{top:30px}.top-29{top:29px}.top-28{top:28px}.top-27{top:27px}.top-26{top:26px}.top-25{top:25px}.top-24{top:24px}.top-23{top:23px}.top-22{top:22px}.top-21{top:21px}.top-20{top:20px}.top-19{top:19px}.top-18{top:18px}.top-17{top:17px}.top-16{top:16px}.top-15{top:15px}.top-14{top:14px}.top-13{top:13px}.top-12{top:12px}.top-11{top:11px}.top-10{top:10px}.top-9{top:9px}.top-8{top:8px}.top-7{top:7px}.top-6{top:6px}.top-5{top:5px}.top-4{top:4px}.top-3{top:3px}.top-2{top:2px}.top-1{top:1px}.top-0{top:0px}.top-percent-100{top:100%}.top-percent-99{top:99%}.top-percent-98{top:98%}.top-percent-97{top:97%}.top-percent-96{top:96%}.top-percent-95{top:95%}.top-percent-94{top:94%}.top-percent-93{top:93%}.top-percent-92{top:92%}.top-percent-91{top:91%}.top-percent-90{top:90%}.top-percent-89{top:89%}.top-percent-88{top:88%}.top-percent-87{top:87%}.top-percent-86{top:86%}.top-percent-85{top:85%}.top-percent-84{top:84%}.top-percent-83{top:83%}.top-percent-82{top:82%}.top-percent-81{top:81%}.top-percent-80{top:80%}.top-percent-79{top:79%}.top-percent-78{top:78%}.top-percent-77{top:77%}.top-percent-76{top:76%}.top-percent-75{top:75%}.top-percent-74{top:74%}.top-percent-73{top:73%}.top-percent-72{top:72%}.top-percent-71{top:71%}.top-percent-70{top:70%}.top-percent-69{top:69%}.top-percent-68{top:68%}.top-percent-67{top:67%}.top-percent-66{top:66%}.top-percent-65{top:65%}.top-percent-64{top:64%}.top-percent-63{top:63%}.top-percent-62{top:62%}.top-percent-61{top:61%}.top-percent-60{top:60%}.top-percent-59{top:59%}.top-percent-58{top:58%}.top-percent-57{top:57%}.top-percent-56{top:56%}.top-percent-55{top:55%}.top-percent-54{top:54%}.top-percent-53{top:53%}.top-percent-52{top:52%}.top-percent-51{top:51%}.top-percent-50{top:50%}.top-percent-49{top:49%}.top-percent-48{top:48%}.top-percent-47{top:47%}.top-percent-46{top:46%}.top-percent-45{top:45%}.top-percent-44{top:44%}.top-percent-43{top:43%}.top-percent-42{top:42%}.top-percent-41{top:41%}.top-percent-40{top:40%}.top-percent-39{top:39%}.top-percent-38{top:38%}.top-percent-37{top:37%}.top-percent-36{top:36%}.top-percent-35{top:35%}.top-percent-34{top:34%}.top-percent-33{top:33%}.top-percent-32{top:32%}.top-percent-31{top:31%}.top-percent-30{top:30%}.top-percent-29{top:29%}.top-percent-28{top:28%}.top-percent-27{top:27%}.top-percent-26{top:26%}.top-percent-25{top:25%}.top-percent-24{top:24%}.top-percent-23{top:23%}.top-percent-22{top:22%}.top-percent-21{top:21%}.top-percent-20{top:20%}.top-percent-19{top:19%}.top-percent-18{top:18%}.top-percent-17{top:17%}.top-percent-16{top:16%}.top-percent-15{top:15%}.top-percent-14{top:14%}.top-percent-13{top:13%}.top-percent-12{top:12%}.top-percent-11{top:11%}.top-percent-10{top:10%}.top-percent-9{top:9%}.top-percent-8{top:8%}.top-percent-7{top:7%}.top-percent-6{top:6%}.top-percent-5{top:5%}.top-percent-4{top:4%}.top-percent-3{top:3%}.top-percent-2{top:2%}.top-percent-1{top:1%}.top-percent-0{top:0%}.right-500{right:500px}.right-499{right:499px}.right-498{right:498px}.right-497{right:497px}.right-496{right:496px}.right-495{right:495px}.right-494{right:494px}.right-493{right:493px}.right-492{right:492px}.right-491{right:491px}.right-490{right:490px}.right-489{right:489px}.right-488{right:488px}.right-487{right:487px}.right-486{right:486px}.right-485{right:485px}.right-484{right:484px}.right-483{right:483px}.right-482{right:482px}.right-481{right:481px}.right-480{right:480px}.right-479{right:479px}.right-478{right:478px}.right-477{right:477px}.right-476{right:476px}.right-475{right:475px}.right-474{right:474px}.right-473{right:473px}.right-472{right:472px}.right-471{right:471px}.right-470{right:470px}.right-469{right:469px}.right-468{right:468px}.right-467{right:467px}.right-466{right:466px}.right-465{right:465px}.right-464{right:464px}.right-463{right:463px}.right-462{right:462px}.right-461{right:461px}.right-460{right:460px}.right-459{right:459px}.right-458{right:458px}.right-457{right:457px}.right-456{right:456px}.right-455{right:455px}.right-454{right:454px}.right-453{right:453px}.right-452{right:452px}.right-451{right:451px}.right-450{right:450px}.right-449{right:449px}.right-448{right:448px}.right-447{right:447px}.right-446{right:446px}.right-445{right:445px}.right-444{right:444px}.right-443{right:443px}.right-442{right:442px}.right-441{right:441px}.right-440{right:440px}.right-439{right:439px}.right-438{right:438px}.right-437{right:437px}.right-436{right:436px}.right-435{right:435px}.right-434{right:434px}.right-433{right:433px}.right-432{right:432px}.right-431{right:431px}.right-430{right:430px}.right-429{right:429px}.right-428{right:428px}.right-427{right:427px}.right-426{right:426px}.right-425{right:425px}.right-424{right:424px}.right-423{right:423px}.right-422{right:422px}.right-421{right:421px}.right-420{right:420px}.right-419{right:419px}.right-418{right:418px}.right-417{right:417px}.right-416{right:416px}.right-415{right:415px}.right-414{right:414px}.right-413{right:413px}.right-412{right:412px}.right-411{right:411px}.right-410{right:410px}.right-409{right:409px}.right-408{right:408px}.right-407{right:407px}.right-406{right:406px}.right-405{right:405px}.right-404{right:404px}.right-403{right:403px}.right-402{right:402px}.right-401{right:401px}.right-400{right:400px}.right-399{right:399px}.right-398{right:398px}.right-397{right:397px}.right-396{right:396px}.right-395{right:395px}.right-394{right:394px}.right-393{right:393px}.right-392{right:392px}.right-391{right:391px}.right-390{right:390px}.right-389{right:389px}.right-388{right:388px}.right-387{right:387px}.right-386{right:386px}.right-385{right:385px}.right-384{right:384px}.right-383{right:383px}.right-382{right:382px}.right-381{right:381px}.right-380{right:380px}.right-379{right:379px}.right-378{right:378px}.right-377{right:377px}.right-376{right:376px}.right-375{right:375px}.right-374{right:374px}.right-373{right:373px}.right-372{right:372px}.right-371{right:371px}.right-370{right:370px}.right-369{right:369px}.right-368{right:368px}.right-367{right:367px}.right-366{right:366px}.right-365{right:365px}.right-364{right:364px}.right-363{right:363px}.right-362{right:362px}.right-361{right:361px}.right-360{right:360px}.right-359{right:359px}.right-358{right:358px}.right-357{right:357px}.right-356{right:356px}.right-355{right:355px}.right-354{right:354px}.right-353{right:353px}.right-352{right:352px}.right-351{right:351px}.right-350{right:350px}.right-349{right:349px}.right-348{right:348px}.right-347{right:347px}.right-346{right:346px}.right-345{right:345px}.right-344{right:344px}.right-343{right:343px}.right-342{right:342px}.right-341{right:341px}.right-340{right:340px}.right-339{right:339px}.right-338{right:338px}.right-337{right:337px}.right-336{right:336px}.right-335{right:335px}.right-334{right:334px}.right-333{right:333px}.right-332{right:332px}.right-331{right:331px}.right-330{right:330px}.right-329{right:329px}.right-328{right:328px}.right-327{right:327px}.right-326{right:326px}.right-325{right:325px}.right-324{right:324px}.right-323{right:323px}.right-322{right:322px}.right-321{right:321px}.right-320{right:320px}.right-319{right:319px}.right-318{right:318px}.right-317{right:317px}.right-316{right:316px}.right-315{right:315px}.right-314{right:314px}.right-313{right:313px}.right-312{right:312px}.right-311{right:311px}.right-310{right:310px}.right-309{right:309px}.right-308{right:308px}.right-307{right:307px}.right-306{right:306px}.right-305{right:305px}.right-304{right:304px}.right-303{right:303px}.right-302{right:302px}.right-301{right:301px}.right-300{right:300px}.right-299{right:299px}.right-298{right:298px}.right-297{right:297px}.right-296{right:296px}.right-295{right:295px}.right-294{right:294px}.right-293{right:293px}.right-292{right:292px}.right-291{right:291px}.right-290{right:290px}.right-289{right:289px}.right-288{right:288px}.right-287{right:287px}.right-286{right:286px}.right-285{right:285px}.right-284{right:284px}.right-283{right:283px}.right-282{right:282px}.right-281{right:281px}.right-280{right:280px}.right-279{right:279px}.right-278{right:278px}.right-277{right:277px}.right-276{right:276px}.right-275{right:275px}.right-274{right:274px}.right-273{right:273px}.right-272{right:272px}.right-271{right:271px}.right-270{right:270px}.right-269{right:269px}.right-268{right:268px}.right-267{right:267px}.right-266{right:266px}.right-265{right:265px}.right-264{right:264px}.right-263{right:263px}.right-262{right:262px}.right-261{right:261px}.right-260{right:260px}.right-259{right:259px}.right-258{right:258px}.right-257{right:257px}.right-256{right:256px}.right-255{right:255px}.right-254{right:254px}.right-253{right:253px}.right-252{right:252px}.right-251{right:251px}.right-250{right:250px}.right-249{right:249px}.right-248{right:248px}.right-247{right:247px}.right-246{right:246px}.right-245{right:245px}.right-244{right:244px}.right-243{right:243px}.right-242{right:242px}.right-241{right:241px}.right-240{right:240px}.right-239{right:239px}.right-238{right:238px}.right-237{right:237px}.right-236{right:236px}.right-235{right:235px}.right-234{right:234px}.right-233{right:233px}.right-232{right:232px}.right-231{right:231px}.right-230{right:230px}.right-229{right:229px}.right-228{right:228px}.right-227{right:227px}.right-226{right:226px}.right-225{right:225px}.right-224{right:224px}.right-223{right:223px}.right-222{right:222px}.right-221{right:221px}.right-220{right:220px}.right-219{right:219px}.right-218{right:218px}.right-217{right:217px}.right-216{right:216px}.right-215{right:215px}.right-214{right:214px}.right-213{right:213px}.right-212{right:212px}.right-211{right:211px}.right-210{right:210px}.right-209{right:209px}.right-208{right:208px}.right-207{right:207px}.right-206{right:206px}.right-205{right:205px}.right-204{right:204px}.right-203{right:203px}.right-202{right:202px}.right-201{right:201px}.right-200{right:200px}.right-199{right:199px}.right-198{right:198px}.right-197{right:197px}.right-196{right:196px}.right-195{right:195px}.right-194{right:194px}.right-193{right:193px}.right-192{right:192px}.right-191{right:191px}.right-190{right:190px}.right-189{right:189px}.right-188{right:188px}.right-187{right:187px}.right-186{right:186px}.right-185{right:185px}.right-184{right:184px}.right-183{right:183px}.right-182{right:182px}.right-181{right:181px}.right-180{right:180px}.right-179{right:179px}.right-178{right:178px}.right-177{right:177px}.right-176{right:176px}.right-175{right:175px}.right-174{right:174px}.right-173{right:173px}.right-172{right:172px}.right-171{right:171px}.right-170{right:170px}.right-169{right:169px}.right-168{right:168px}.right-167{right:167px}.right-166{right:166px}.right-165{right:165px}.right-164{right:164px}.right-163{right:163px}.right-162{right:162px}.right-161{right:161px}.right-160{right:160px}.right-159{right:159px}.right-158{right:158px}.right-157{right:157px}.right-156{right:156px}.right-155{right:155px}.right-154{right:154px}.right-153{right:153px}.right-152{right:152px}.right-151{right:151px}.right-150{right:150px}.right-149{right:149px}.right-148{right:148px}.right-147{right:147px}.right-146{right:146px}.right-145{right:145px}.right-144{right:144px}.right-143{right:143px}.right-142{right:142px}.right-141{right:141px}.right-140{right:140px}.right-139{right:139px}.right-138{right:138px}.right-137{right:137px}.right-136{right:136px}.right-135{right:135px}.right-134{right:134px}.right-133{right:133px}.right-132{right:132px}.right-131{right:131px}.right-130{right:130px}.right-129{right:129px}.right-128{right:128px}.right-127{right:127px}.right-126{right:126px}.right-125{right:125px}.right-124{right:124px}.right-123{right:123px}.right-122{right:122px}.right-121{right:121px}.right-120{right:120px}.right-119{right:119px}.right-118{right:118px}.right-117{right:117px}.right-116{right:116px}.right-115{right:115px}.right-114{right:114px}.right-113{right:113px}.right-112{right:112px}.right-111{right:111px}.right-110{right:110px}.right-109{right:109px}.right-108{right:108px}.right-107{right:107px}.right-106{right:106px}.right-105{right:105px}.right-104{right:104px}.right-103{right:103px}.right-102{right:102px}.right-101{right:101px}.right-100{right:100px}.right-99{right:99px}.right-98{right:98px}.right-97{right:97px}.right-96{right:96px}.right-95{right:95px}.right-94{right:94px}.right-93{right:93px}.right-92{right:92px}.right-91{right:91px}.right-90{right:90px}.right-89{right:89px}.right-88{right:88px}.right-87{right:87px}.right-86{right:86px}.right-85{right:85px}.right-84{right:84px}.right-83{right:83px}.right-82{right:82px}.right-81{right:81px}.right-80{right:80px}.right-79{right:79px}.right-78{right:78px}.right-77{right:77px}.right-76{right:76px}.right-75{right:75px}.right-74{right:74px}.right-73{right:73px}.right-72{right:72px}.right-71{right:71px}.right-70{right:70px}.right-69{right:69px}.right-68{right:68px}.right-67{right:67px}.right-66{right:66px}.right-65{right:65px}.right-64{right:64px}.right-63{right:63px}.right-62{right:62px}.right-61{right:61px}.right-60{right:60px}.right-59{right:59px}.right-58{right:58px}.right-57{right:57px}.right-56{right:56px}.right-55{right:55px}.right-54{right:54px}.right-53{right:53px}.right-52{right:52px}.right-51{right:51px}.right-50{right:50px}.right-49{right:49px}.right-48{right:48px}.right-47{right:47px}.right-46{right:46px}.right-45{right:45px}.right-44{right:44px}.right-43{right:43px}.right-42{right:42px}.right-41{right:41px}.right-40{right:40px}.right-39{right:39px}.right-38{right:38px}.right-37{right:37px}.right-36{right:36px}.right-35{right:35px}.right-34{right:34px}.right-33{right:33px}.right-32{right:32px}.right-31{right:31px}.right-30{right:30px}.right-29{right:29px}.right-28{right:28px}.right-27{right:27px}.right-26{right:26px}.right-25{right:25px}.right-24{right:24px}.right-23{right:23px}.right-22{right:22px}.right-21{right:21px}.right-20{right:20px}.right-19{right:19px}.right-18{right:18px}.right-17{right:17px}.right-16{right:16px}.right-15{right:15px}.right-14{right:14px}.right-13{right:13px}.right-12{right:12px}.right-11{right:11px}.right-10{right:10px}.right-9{right:9px}.right-8{right:8px}.right-7{right:7px}.right-6{right:6px}.right-5{right:5px}.right-4{right:4px}.right-3{right:3px}.right-2{right:2px}.right-1{right:1px}.right-0{right:0px}.right-percent-100{right:100%}.right-percent-99{right:99%}.right-percent-98{right:98%}.right-percent-97{right:97%}.right-percent-96{right:96%}.right-percent-95{right:95%}.right-percent-94{right:94%}.right-percent-93{right:93%}.right-percent-92{right:92%}.right-percent-91{right:91%}.right-percent-90{right:90%}.right-percent-89{right:89%}.right-percent-88{right:88%}.right-percent-87{right:87%}.right-percent-86{right:86%}.right-percent-85{right:85%}.right-percent-84{right:84%}.right-percent-83{right:83%}.right-percent-82{right:82%}.right-percent-81{right:81%}.right-percent-80{right:80%}.right-percent-79{right:79%}.right-percent-78{right:78%}.right-percent-77{right:77%}.right-percent-76{right:76%}.right-percent-75{right:75%}.right-percent-74{right:74%}.right-percent-73{right:73%}.right-percent-72{right:72%}.right-percent-71{right:71%}.right-percent-70{right:70%}.right-percent-69{right:69%}.right-percent-68{right:68%}.right-percent-67{right:67%}.right-percent-66{right:66%}.right-percent-65{right:65%}.right-percent-64{right:64%}.right-percent-63{right:63%}.right-percent-62{right:62%}.right-percent-61{right:61%}.right-percent-60{right:60%}.right-percent-59{right:59%}.right-percent-58{right:58%}.right-percent-57{right:57%}.right-percent-56{right:56%}.right-percent-55{right:55%}.right-percent-54{right:54%}.right-percent-53{right:53%}.right-percent-52{right:52%}.right-percent-51{right:51%}.right-percent-50{right:50%}.right-percent-49{right:49%}.right-percent-48{right:48%}.right-percent-47{right:47%}.right-percent-46{right:46%}.right-percent-45{right:45%}.right-percent-44{right:44%}.right-percent-43{right:43%}.right-percent-42{right:42%}.right-percent-41{right:41%}.right-percent-40{right:40%}.right-percent-39{right:39%}.right-percent-38{right:38%}.right-percent-37{right:37%}.right-percent-36{right:36%}.right-percent-35{right:35%}.right-percent-34{right:34%}.right-percent-33{right:33%}.right-percent-32{right:32%}.right-percent-31{right:31%}.right-percent-30{right:30%}.right-percent-29{right:29%}.right-percent-28{right:28%}.right-percent-27{right:27%}.right-percent-26{right:26%}.right-percent-25{right:25%}.right-percent-24{right:24%}.right-percent-23{right:23%}.right-percent-22{right:22%}.right-percent-21{right:21%}.right-percent-20{right:20%}.right-percent-19{right:19%}.right-percent-18{right:18%}.right-percent-17{right:17%}.right-percent-16{right:16%}.right-percent-15{right:15%}.right-percent-14{right:14%}.right-percent-13{right:13%}.right-percent-12{right:12%}.right-percent-11{right:11%}.right-percent-10{right:10%}.right-percent-9{right:9%}.right-percent-8{right:8%}.right-percent-7{right:7%}.right-percent-6{right:6%}.right-percent-5{right:5%}.right-percent-4{right:4%}.right-percent-3{right:3%}.right-percent-2{right:2%}.right-percent-1{right:1%}.right-percent-0{right:0%}.bottom-500{bottom:500px}.bottom-499{bottom:499px}.bottom-498{bottom:498px}.bottom-497{bottom:497px}.bottom-496{bottom:496px}.bottom-495{bottom:495px}.bottom-494{bottom:494px}.bottom-493{bottom:493px}.bottom-492{bottom:492px}.bottom-491{bottom:491px}.bottom-490{bottom:490px}.bottom-489{bottom:489px}.bottom-488{bottom:488px}.bottom-487{bottom:487px}.bottom-486{bottom:486px}.bottom-485{bottom:485px}.bottom-484{bottom:484px}.bottom-483{bottom:483px}.bottom-482{bottom:482px}.bottom-481{bottom:481px}.bottom-480{bottom:480px}.bottom-479{bottom:479px}.bottom-478{bottom:478px}.bottom-477{bottom:477px}.bottom-476{bottom:476px}.bottom-475{bottom:475px}.bottom-474{bottom:474px}.bottom-473{bottom:473px}.bottom-472{bottom:472px}.bottom-471{bottom:471px}.bottom-470{bottom:470px}.bottom-469{bottom:469px}.bottom-468{bottom:468px}.bottom-467{bottom:467px}.bottom-466{bottom:466px}.bottom-465{bottom:465px}.bottom-464{bottom:464px}.bottom-463{bottom:463px}.bottom-462{bottom:462px}.bottom-461{bottom:461px}.bottom-460{bottom:460px}.bottom-459{bottom:459px}.bottom-458{bottom:458px}.bottom-457{bottom:457px}.bottom-456{bottom:456px}.bottom-455{bottom:455px}.bottom-454{bottom:454px}.bottom-453{bottom:453px}.bottom-452{bottom:452px}.bottom-451{bottom:451px}.bottom-450{bottom:450px}.bottom-449{bottom:449px}.bottom-448{bottom:448px}.bottom-447{bottom:447px}.bottom-446{bottom:446px}.bottom-445{bottom:445px}.bottom-444{bottom:444px}.bottom-443{bottom:443px}.bottom-442{bottom:442px}.bottom-441{bottom:441px}.bottom-440{bottom:440px}.bottom-439{bottom:439px}.bottom-438{bottom:438px}.bottom-437{bottom:437px}.bottom-436{bottom:436px}.bottom-435{bottom:435px}.bottom-434{bottom:434px}.bottom-433{bottom:433px}.bottom-432{bottom:432px}.bottom-431{bottom:431px}.bottom-430{bottom:430px}.bottom-429{bottom:429px}.bottom-428{bottom:428px}.bottom-427{bottom:427px}.bottom-426{bottom:426px}.bottom-425{bottom:425px}.bottom-424{bottom:424px}.bottom-423{bottom:423px}.bottom-422{bottom:422px}.bottom-421{bottom:421px}.bottom-420{bottom:420px}.bottom-419{bottom:419px}.bottom-418{bottom:418px}.bottom-417{bottom:417px}.bottom-416{bottom:416px}.bottom-415{bottom:415px}.bottom-414{bottom:414px}.bottom-413{bottom:413px}.bottom-412{bottom:412px}.bottom-411{bottom:411px}.bottom-410{bottom:410px}.bottom-409{bottom:409px}.bottom-408{bottom:408px}.bottom-407{bottom:407px}.bottom-406{bottom:406px}.bottom-405{bottom:405px}.bottom-404{bottom:404px}.bottom-403{bottom:403px}.bottom-402{bottom:402px}.bottom-401{bottom:401px}.bottom-400{bottom:400px}.bottom-399{bottom:399px}.bottom-398{bottom:398px}.bottom-397{bottom:397px}.bottom-396{bottom:396px}.bottom-395{bottom:395px}.bottom-394{bottom:394px}.bottom-393{bottom:393px}.bottom-392{bottom:392px}.bottom-391{bottom:391px}.bottom-390{bottom:390px}.bottom-389{bottom:389px}.bottom-388{bottom:388px}.bottom-387{bottom:387px}.bottom-386{bottom:386px}.bottom-385{bottom:385px}.bottom-384{bottom:384px}.bottom-383{bottom:383px}.bottom-382{bottom:382px}.bottom-381{bottom:381px}.bottom-380{bottom:380px}.bottom-379{bottom:379px}.bottom-378{bottom:378px}.bottom-377{bottom:377px}.bottom-376{bottom:376px}.bottom-375{bottom:375px}.bottom-374{bottom:374px}.bottom-373{bottom:373px}.bottom-372{bottom:372px}.bottom-371{bottom:371px}.bottom-370{bottom:370px}.bottom-369{bottom:369px}.bottom-368{bottom:368px}.bottom-367{bottom:367px}.bottom-366{bottom:366px}.bottom-365{bottom:365px}.bottom-364{bottom:364px}.bottom-363{bottom:363px}.bottom-362{bottom:362px}.bottom-361{bottom:361px}.bottom-360{bottom:360px}.bottom-359{bottom:359px}.bottom-358{bottom:358px}.bottom-357{bottom:357px}.bottom-356{bottom:356px}.bottom-355{bottom:355px}.bottom-354{bottom:354px}.bottom-353{bottom:353px}.bottom-352{bottom:352px}.bottom-351{bottom:351px}.bottom-350{bottom:350px}.bottom-349{bottom:349px}.bottom-348{bottom:348px}.bottom-347{bottom:347px}.bottom-346{bottom:346px}.bottom-345{bottom:345px}.bottom-344{bottom:344px}.bottom-343{bottom:343px}.bottom-342{bottom:342px}.bottom-341{bottom:341px}.bottom-340{bottom:340px}.bottom-339{bottom:339px}.bottom-338{bottom:338px}.bottom-337{bottom:337px}.bottom-336{bottom:336px}.bottom-335{bottom:335px}.bottom-334{bottom:334px}.bottom-333{bottom:333px}.bottom-332{bottom:332px}.bottom-331{bottom:331px}.bottom-330{bottom:330px}.bottom-329{bottom:329px}.bottom-328{bottom:328px}.bottom-327{bottom:327px}.bottom-326{bottom:326px}.bottom-325{bottom:325px}.bottom-324{bottom:324px}.bottom-323{bottom:323px}.bottom-322{bottom:322px}.bottom-321{bottom:321px}.bottom-320{bottom:320px}.bottom-319{bottom:319px}.bottom-318{bottom:318px}.bottom-317{bottom:317px}.bottom-316{bottom:316px}.bottom-315{bottom:315px}.bottom-314{bottom:314px}.bottom-313{bottom:313px}.bottom-312{bottom:312px}.bottom-311{bottom:311px}.bottom-310{bottom:310px}.bottom-309{bottom:309px}.bottom-308{bottom:308px}.bottom-307{bottom:307px}.bottom-306{bottom:306px}.bottom-305{bottom:305px}.bottom-304{bottom:304px}.bottom-303{bottom:303px}.bottom-302{bottom:302px}.bottom-301{bottom:301px}.bottom-300{bottom:300px}.bottom-299{bottom:299px}.bottom-298{bottom:298px}.bottom-297{bottom:297px}.bottom-296{bottom:296px}.bottom-295{bottom:295px}.bottom-294{bottom:294px}.bottom-293{bottom:293px}.bottom-292{bottom:292px}.bottom-291{bottom:291px}.bottom-290{bottom:290px}.bottom-289{bottom:289px}.bottom-288{bottom:288px}.bottom-287{bottom:287px}.bottom-286{bottom:286px}.bottom-285{bottom:285px}.bottom-284{bottom:284px}.bottom-283{bottom:283px}.bottom-282{bottom:282px}.bottom-281{bottom:281px}.bottom-280{bottom:280px}.bottom-279{bottom:279px}.bottom-278{bottom:278px}.bottom-277{bottom:277px}.bottom-276{bottom:276px}.bottom-275{bottom:275px}.bottom-274{bottom:274px}.bottom-273{bottom:273px}.bottom-272{bottom:272px}.bottom-271{bottom:271px}.bottom-270{bottom:270px}.bottom-269{bottom:269px}.bottom-268{bottom:268px}.bottom-267{bottom:267px}.bottom-266{bottom:266px}.bottom-265{bottom:265px}.bottom-264{bottom:264px}.bottom-263{bottom:263px}.bottom-262{bottom:262px}.bottom-261{bottom:261px}.bottom-260{bottom:260px}.bottom-259{bottom:259px}.bottom-258{bottom:258px}.bottom-257{bottom:257px}.bottom-256{bottom:256px}.bottom-255{bottom:255px}.bottom-254{bottom:254px}.bottom-253{bottom:253px}.bottom-252{bottom:252px}.bottom-251{bottom:251px}.bottom-250{bottom:250px}.bottom-249{bottom:249px}.bottom-248{bottom:248px}.bottom-247{bottom:247px}.bottom-246{bottom:246px}.bottom-245{bottom:245px}.bottom-244{bottom:244px}.bottom-243{bottom:243px}.bottom-242{bottom:242px}.bottom-241{bottom:241px}.bottom-240{bottom:240px}.bottom-239{bottom:239px}.bottom-238{bottom:238px}.bottom-237{bottom:237px}.bottom-236{bottom:236px}.bottom-235{bottom:235px}.bottom-234{bottom:234px}.bottom-233{bottom:233px}.bottom-232{bottom:232px}.bottom-231{bottom:231px}.bottom-230{bottom:230px}.bottom-229{bottom:229px}.bottom-228{bottom:228px}.bottom-227{bottom:227px}.bottom-226{bottom:226px}.bottom-225{bottom:225px}.bottom-224{bottom:224px}.bottom-223{bottom:223px}.bottom-222{bottom:222px}.bottom-221{bottom:221px}.bottom-220{bottom:220px}.bottom-219{bottom:219px}.bottom-218{bottom:218px}.bottom-217{bottom:217px}.bottom-216{bottom:216px}.bottom-215{bottom:215px}.bottom-214{bottom:214px}.bottom-213{bottom:213px}.bottom-212{bottom:212px}.bottom-211{bottom:211px}.bottom-210{bottom:210px}.bottom-209{bottom:209px}.bottom-208{bottom:208px}.bottom-207{bottom:207px}.bottom-206{bottom:206px}.bottom-205{bottom:205px}.bottom-204{bottom:204px}.bottom-203{bottom:203px}.bottom-202{bottom:202px}.bottom-201{bottom:201px}.bottom-200{bottom:200px}.bottom-199{bottom:199px}.bottom-198{bottom:198px}.bottom-197{bottom:197px}.bottom-196{bottom:196px}.bottom-195{bottom:195px}.bottom-194{bottom:194px}.bottom-193{bottom:193px}.bottom-192{bottom:192px}.bottom-191{bottom:191px}.bottom-190{bottom:190px}.bottom-189{bottom:189px}.bottom-188{bottom:188px}.bottom-187{bottom:187px}.bottom-186{bottom:186px}.bottom-185{bottom:185px}.bottom-184{bottom:184px}.bottom-183{bottom:183px}.bottom-182{bottom:182px}.bottom-181{bottom:181px}.bottom-180{bottom:180px}.bottom-179{bottom:179px}.bottom-178{bottom:178px}.bottom-177{bottom:177px}.bottom-176{bottom:176px}.bottom-175{bottom:175px}.bottom-174{bottom:174px}.bottom-173{bottom:173px}.bottom-172{bottom:172px}.bottom-171{bottom:171px}.bottom-170{bottom:170px}.bottom-169{bottom:169px}.bottom-168{bottom:168px}.bottom-167{bottom:167px}.bottom-166{bottom:166px}.bottom-165{bottom:165px}.bottom-164{bottom:164px}.bottom-163{bottom:163px}.bottom-162{bottom:162px}.bottom-161{bottom:161px}.bottom-160{bottom:160px}.bottom-159{bottom:159px}.bottom-158{bottom:158px}.bottom-157{bottom:157px}.bottom-156{bottom:156px}.bottom-155{bottom:155px}.bottom-154{bottom:154px}.bottom-153{bottom:153px}.bottom-152{bottom:152px}.bottom-151{bottom:151px}.bottom-150{bottom:150px}.bottom-149{bottom:149px}.bottom-148{bottom:148px}.bottom-147{bottom:147px}.bottom-146{bottom:146px}.bottom-145{bottom:145px}.bottom-144{bottom:144px}.bottom-143{bottom:143px}.bottom-142{bottom:142px}.bottom-141{bottom:141px}.bottom-140{bottom:140px}.bottom-139{bottom:139px}.bottom-138{bottom:138px}.bottom-137{bottom:137px}.bottom-136{bottom:136px}.bottom-135{bottom:135px}.bottom-134{bottom:134px}.bottom-133{bottom:133px}.bottom-132{bottom:132px}.bottom-131{bottom:131px}.bottom-130{bottom:130px}.bottom-129{bottom:129px}.bottom-128{bottom:128px}.bottom-127{bottom:127px}.bottom-126{bottom:126px}.bottom-125{bottom:125px}.bottom-124{bottom:124px}.bottom-123{bottom:123px}.bottom-122{bottom:122px}.bottom-121{bottom:121px}.bottom-120{bottom:120px}.bottom-119{bottom:119px}.bottom-118{bottom:118px}.bottom-117{bottom:117px}.bottom-116{bottom:116px}.bottom-115{bottom:115px}.bottom-114{bottom:114px}.bottom-113{bottom:113px}.bottom-112{bottom:112px}.bottom-111{bottom:111px}.bottom-110{bottom:110px}.bottom-109{bottom:109px}.bottom-108{bottom:108px}.bottom-107{bottom:107px}.bottom-106{bottom:106px}.bottom-105{bottom:105px}.bottom-104{bottom:104px}.bottom-103{bottom:103px}.bottom-102{bottom:102px}.bottom-101{bottom:101px}.bottom-100{bottom:100px}.bottom-99{bottom:99px}.bottom-98{bottom:98px}.bottom-97{bottom:97px}.bottom-96{bottom:96px}.bottom-95{bottom:95px}.bottom-94{bottom:94px}.bottom-93{bottom:93px}.bottom-92{bottom:92px}.bottom-91{bottom:91px}.bottom-90{bottom:90px}.bottom-89{bottom:89px}.bottom-88{bottom:88px}.bottom-87{bottom:87px}.bottom-86{bottom:86px}.bottom-85{bottom:85px}.bottom-84{bottom:84px}.bottom-83{bottom:83px}.bottom-82{bottom:82px}.bottom-81{bottom:81px}.bottom-80{bottom:80px}.bottom-79{bottom:79px}.bottom-78{bottom:78px}.bottom-77{bottom:77px}.bottom-76{bottom:76px}.bottom-75{bottom:75px}.bottom-74{bottom:74px}.bottom-73{bottom:73px}.bottom-72{bottom:72px}.bottom-71{bottom:71px}.bottom-70{bottom:70px}.bottom-69{bottom:69px}.bottom-68{bottom:68px}.bottom-67{bottom:67px}.bottom-66{bottom:66px}.bottom-65{bottom:65px}.bottom-64{bottom:64px}.bottom-63{bottom:63px}.bottom-62{bottom:62px}.bottom-61{bottom:61px}.bottom-60{bottom:60px}.bottom-59{bottom:59px}.bottom-58{bottom:58px}.bottom-57{bottom:57px}.bottom-56{bottom:56px}.bottom-55{bottom:55px}.bottom-54{bottom:54px}.bottom-53{bottom:53px}.bottom-52{bottom:52px}.bottom-51{bottom:51px}.bottom-50{bottom:50px}.bottom-49{bottom:49px}.bottom-48{bottom:48px}.bottom-47{bottom:47px}.bottom-46{bottom:46px}.bottom-45{bottom:45px}.bottom-44{bottom:44px}.bottom-43{bottom:43px}.bottom-42{bottom:42px}.bottom-41{bottom:41px}.bottom-40{bottom:40px}.bottom-39{bottom:39px}.bottom-38{bottom:38px}.bottom-37{bottom:37px}.bottom-36{bottom:36px}.bottom-35{bottom:35px}.bottom-34{bottom:34px}.bottom-33{bottom:33px}.bottom-32{bottom:32px}.bottom-31{bottom:31px}.bottom-30{bottom:30px}.bottom-29{bottom:29px}.bottom-28{bottom:28px}.bottom-27{bottom:27px}.bottom-26{bottom:26px}.bottom-25{bottom:25px}.bottom-24{bottom:24px}.bottom-23{bottom:23px}.bottom-22{bottom:22px}.bottom-21{bottom:21px}.bottom-20{bottom:20px}.bottom-19{bottom:19px}.bottom-18{bottom:18px}.bottom-17{bottom:17px}.bottom-16{bottom:16px}.bottom-15{bottom:15px}.bottom-14{bottom:14px}.bottom-13{bottom:13px}.bottom-12{bottom:12px}.bottom-11{bottom:11px}.bottom-10{bottom:10px}.bottom-9{bottom:9px}.bottom-8{bottom:8px}.bottom-7{bottom:7px}.bottom-6{bottom:6px}.bottom-5{bottom:5px}.bottom-4{bottom:4px}.bottom-3{bottom:3px}.bottom-2{bottom:2px}.bottom-1{bottom:1px}.bottom-0{bottom:0px}.bottom-percent-100{bottom:100%}.bottom-percent-99{bottom:99%}.bottom-percent-98{bottom:98%}.bottom-percent-97{bottom:97%}.bottom-percent-96{bottom:96%}.bottom-percent-95{bottom:95%}.bottom-percent-94{bottom:94%}.bottom-percent-93{bottom:93%}.bottom-percent-92{bottom:92%}.bottom-percent-91{bottom:91%}.bottom-percent-90{bottom:90%}.bottom-percent-89{bottom:89%}.bottom-percent-88{bottom:88%}.bottom-percent-87{bottom:87%}.bottom-percent-86{bottom:86%}.bottom-percent-85{bottom:85%}.bottom-percent-84{bottom:84%}.bottom-percent-83{bottom:83%}.bottom-percent-82{bottom:82%}.bottom-percent-81{bottom:81%}.bottom-percent-80{bottom:80%}.bottom-percent-79{bottom:79%}.bottom-percent-78{bottom:78%}.bottom-percent-77{bottom:77%}.bottom-percent-76{bottom:76%}.bottom-percent-75{bottom:75%}.bottom-percent-74{bottom:74%}.bottom-percent-73{bottom:73%}.bottom-percent-72{bottom:72%}.bottom-percent-71{bottom:71%}.bottom-percent-70{bottom:70%}.bottom-percent-69{bottom:69%}.bottom-percent-68{bottom:68%}.bottom-percent-67{bottom:67%}.bottom-percent-66{bottom:66%}.bottom-percent-65{bottom:65%}.bottom-percent-64{bottom:64%}.bottom-percent-63{bottom:63%}.bottom-percent-62{bottom:62%}.bottom-percent-61{bottom:61%}.bottom-percent-60{bottom:60%}.bottom-percent-59{bottom:59%}.bottom-percent-58{bottom:58%}.bottom-percent-57{bottom:57%}.bottom-percent-56{bottom:56%}.bottom-percent-55{bottom:55%}.bottom-percent-54{bottom:54%}.bottom-percent-53{bottom:53%}.bottom-percent-52{bottom:52%}.bottom-percent-51{bottom:51%}.bottom-percent-50{bottom:50%}.bottom-percent-49{bottom:49%}.bottom-percent-48{bottom:48%}.bottom-percent-47{bottom:47%}.bottom-percent-46{bottom:46%}.bottom-percent-45{bottom:45%}.bottom-percent-44{bottom:44%}.bottom-percent-43{bottom:43%}.bottom-percent-42{bottom:42%}.bottom-percent-41{bottom:41%}.bottom-percent-40{bottom:40%}.bottom-percent-39{bottom:39%}.bottom-percent-38{bottom:38%}.bottom-percent-37{bottom:37%}.bottom-percent-36{bottom:36%}.bottom-percent-35{bottom:35%}.bottom-percent-34{bottom:34%}.bottom-percent-33{bottom:33%}.bottom-percent-32{bottom:32%}.bottom-percent-31{bottom:31%}.bottom-percent-30{bottom:30%}.bottom-percent-29{bottom:29%}.bottom-percent-28{bottom:28%}.bottom-percent-27{bottom:27%}.bottom-percent-26{bottom:26%}.bottom-percent-25{bottom:25%}.bottom-percent-24{bottom:24%}.bottom-percent-23{bottom:23%}.bottom-percent-22{bottom:22%}.bottom-percent-21{bottom:21%}.bottom-percent-20{bottom:20%}.bottom-percent-19{bottom:19%}.bottom-percent-18{bottom:18%}.bottom-percent-17{bottom:17%}.bottom-percent-16{bottom:16%}.bottom-percent-15{bottom:15%}.bottom-percent-14{bottom:14%}.bottom-percent-13{bottom:13%}.bottom-percent-12{bottom:12%}.bottom-percent-11{bottom:11%}.bottom-percent-10{bottom:10%}.bottom-percent-9{bottom:9%}.bottom-percent-8{bottom:8%}.bottom-percent-7{bottom:7%}.bottom-percent-6{bottom:6%}.bottom-percent-5{bottom:5%}.bottom-percent-4{bottom:4%}.bottom-percent-3{bottom:3%}.bottom-percent-2{bottom:2%}.bottom-percent-1{bottom:1%}.bottom-percent-0{bottom:0%}.left-500{left:500px}.left-499{left:499px}.left-498{left:498px}.left-497{left:497px}.left-496{left:496px}.left-495{left:495px}.left-494{left:494px}.left-493{left:493px}.left-492{left:492px}.left-491{left:491px}.left-490{left:490px}.left-489{left:489px}.left-488{left:488px}.left-487{left:487px}.left-486{left:486px}.left-485{left:485px}.left-484{left:484px}.left-483{left:483px}.left-482{left:482px}.left-481{left:481px}.left-480{left:480px}.left-479{left:479px}.left-478{left:478px}.left-477{left:477px}.left-476{left:476px}.left-475{left:475px}.left-474{left:474px}.left-473{left:473px}.left-472{left:472px}.left-471{left:471px}.left-470{left:470px}.left-469{left:469px}.left-468{left:468px}.left-467{left:467px}.left-466{left:466px}.left-465{left:465px}.left-464{left:464px}.left-463{left:463px}.left-462{left:462px}.left-461{left:461px}.left-460{left:460px}.left-459{left:459px}.left-458{left:458px}.left-457{left:457px}.left-456{left:456px}.left-455{left:455px}.left-454{left:454px}.left-453{left:453px}.left-452{left:452px}.left-451{left:451px}.left-450{left:450px}.left-449{left:449px}.left-448{left:448px}.left-447{left:447px}.left-446{left:446px}.left-445{left:445px}.left-444{left:444px}.left-443{left:443px}.left-442{left:442px}.left-441{left:441px}.left-440{left:440px}.left-439{left:439px}.left-438{left:438px}.left-437{left:437px}.left-436{left:436px}.left-435{left:435px}.left-434{left:434px}.left-433{left:433px}.left-432{left:432px}.left-431{left:431px}.left-430{left:430px}.left-429{left:429px}.left-428{left:428px}.left-427{left:427px}.left-426{left:426px}.left-425{left:425px}.left-424{left:424px}.left-423{left:423px}.left-422{left:422px}.left-421{left:421px}.left-420{left:420px}.left-419{left:419px}.left-418{left:418px}.left-417{left:417px}.left-416{left:416px}.left-415{left:415px}.left-414{left:414px}.left-413{left:413px}.left-412{left:412px}.left-411{left:411px}.left-410{left:410px}.left-409{left:409px}.left-408{left:408px}.left-407{left:407px}.left-406{left:406px}.left-405{left:405px}.left-404{left:404px}.left-403{left:403px}.left-402{left:402px}.left-401{left:401px}.left-400{left:400px}.left-399{left:399px}.left-398{left:398px}.left-397{left:397px}.left-396{left:396px}.left-395{left:395px}.left-394{left:394px}.left-393{left:393px}.left-392{left:392px}.left-391{left:391px}.left-390{left:390px}.left-389{left:389px}.left-388{left:388px}.left-387{left:387px}.left-386{left:386px}.left-385{left:385px}.left-384{left:384px}.left-383{left:383px}.left-382{left:382px}.left-381{left:381px}.left-380{left:380px}.left-379{left:379px}.left-378{left:378px}.left-377{left:377px}.left-376{left:376px}.left-375{left:375px}.left-374{left:374px}.left-373{left:373px}.left-372{left:372px}.left-371{left:371px}.left-370{left:370px}.left-369{left:369px}.left-368{left:368px}.left-367{left:367px}.left-366{left:366px}.left-365{left:365px}.left-364{left:364px}.left-363{left:363px}.left-362{left:362px}.left-361{left:361px}.left-360{left:360px}.left-359{left:359px}.left-358{left:358px}.left-357{left:357px}.left-356{left:356px}.left-355{left:355px}.left-354{left:354px}.left-353{left:353px}.left-352{left:352px}.left-351{left:351px}.left-350{left:350px}.left-349{left:349px}.left-348{left:348px}.left-347{left:347px}.left-346{left:346px}.left-345{left:345px}.left-344{left:344px}.left-343{left:343px}.left-342{left:342px}.left-341{left:341px}.left-340{left:340px}.left-339{left:339px}.left-338{left:338px}.left-337{left:337px}.left-336{left:336px}.left-335{left:335px}.left-334{left:334px}.left-333{left:333px}.left-332{left:332px}.left-331{left:331px}.left-330{left:330px}.left-329{left:329px}.left-328{left:328px}.left-327{left:327px}.left-326{left:326px}.left-325{left:325px}.left-324{left:324px}.left-323{left:323px}.left-322{left:322px}.left-321{left:321px}.left-320{left:320px}.left-319{left:319px}.left-318{left:318px}.left-317{left:317px}.left-316{left:316px}.left-315{left:315px}.left-314{left:314px}.left-313{left:313px}.left-312{left:312px}.left-311{left:311px}.left-310{left:310px}.left-309{left:309px}.left-308{left:308px}.left-307{left:307px}.left-306{left:306px}.left-305{left:305px}.left-304{left:304px}.left-303{left:303px}.left-302{left:302px}.left-301{left:301px}.left-300{left:300px}.left-299{left:299px}.left-298{left:298px}.left-297{left:297px}.left-296{left:296px}.left-295{left:295px}.left-294{left:294px}.left-293{left:293px}.left-292{left:292px}.left-291{left:291px}.left-290{left:290px}.left-289{left:289px}.left-288{left:288px}.left-287{left:287px}.left-286{left:286px}.left-285{left:285px}.left-284{left:284px}.left-283{left:283px}.left-282{left:282px}.left-281{left:281px}.left-280{left:280px}.left-279{left:279px}.left-278{left:278px}.left-277{left:277px}.left-276{left:276px}.left-275{left:275px}.left-274{left:274px}.left-273{left:273px}.left-272{left:272px}.left-271{left:271px}.left-270{left:270px}.left-269{left:269px}.left-268{left:268px}.left-267{left:267px}.left-266{left:266px}.left-265{left:265px}.left-264{left:264px}.left-263{left:263px}.left-262{left:262px}.left-261{left:261px}.left-260{left:260px}.left-259{left:259px}.left-258{left:258px}.left-257{left:257px}.left-256{left:256px}.left-255{left:255px}.left-254{left:254px}.left-253{left:253px}.left-252{left:252px}.left-251{left:251px}.left-250{left:250px}.left-249{left:249px}.left-248{left:248px}.left-247{left:247px}.left-246{left:246px}.left-245{left:245px}.left-244{left:244px}.left-243{left:243px}.left-242{left:242px}.left-241{left:241px}.left-240{left:240px}.left-239{left:239px}.left-238{left:238px}.left-237{left:237px}.left-236{left:236px}.left-235{left:235px}.left-234{left:234px}.left-233{left:233px}.left-232{left:232px}.left-231{left:231px}.left-230{left:230px}.left-229{left:229px}.left-228{left:228px}.left-227{left:227px}.left-226{left:226px}.left-225{left:225px}.left-224{left:224px}.left-223{left:223px}.left-222{left:222px}.left-221{left:221px}.left-220{left:220px}.left-219{left:219px}.left-218{left:218px}.left-217{left:217px}.left-216{left:216px}.left-215{left:215px}.left-214{left:214px}.left-213{left:213px}.left-212{left:212px}.left-211{left:211px}.left-210{left:210px}.left-209{left:209px}.left-208{left:208px}.left-207{left:207px}.left-206{left:206px}.left-205{left:205px}.left-204{left:204px}.left-203{left:203px}.left-202{left:202px}.left-201{left:201px}.left-200{left:200px}.left-199{left:199px}.left-198{left:198px}.left-197{left:197px}.left-196{left:196px}.left-195{left:195px}.left-194{left:194px}.left-193{left:193px}.left-192{left:192px}.left-191{left:191px}.left-190{left:190px}.left-189{left:189px}.left-188{left:188px}.left-187{left:187px}.left-186{left:186px}.left-185{left:185px}.left-184{left:184px}.left-183{left:183px}.left-182{left:182px}.left-181{left:181px}.left-180{left:180px}.left-179{left:179px}.left-178{left:178px}.left-177{left:177px}.left-176{left:176px}.left-175{left:175px}.left-174{left:174px}.left-173{left:173px}.left-172{left:172px}.left-171{left:171px}.left-170{left:170px}.left-169{left:169px}.left-168{left:168px}.left-167{left:167px}.left-166{left:166px}.left-165{left:165px}.left-164{left:164px}.left-163{left:163px}.left-162{left:162px}.left-161{left:161px}.left-160{left:160px}.left-159{left:159px}.left-158{left:158px}.left-157{left:157px}.left-156{left:156px}.left-155{left:155px}.left-154{left:154px}.left-153{left:153px}.left-152{left:152px}.left-151{left:151px}.left-150{left:150px}.left-149{left:149px}.left-148{left:148px}.left-147{left:147px}.left-146{left:146px}.left-145{left:145px}.left-144{left:144px}.left-143{left:143px}.left-142{left:142px}.left-141{left:141px}.left-140{left:140px}.left-139{left:139px}.left-138{left:138px}.left-137{left:137px}.left-136{left:136px}.left-135{left:135px}.left-134{left:134px}.left-133{left:133px}.left-132{left:132px}.left-131{left:131px}.left-130{left:130px}.left-129{left:129px}.left-128{left:128px}.left-127{left:127px}.left-126{left:126px}.left-125{left:125px}.left-124{left:124px}.left-123{left:123px}.left-122{left:122px}.left-121{left:121px}.left-120{left:120px}.left-119{left:119px}.left-118{left:118px}.left-117{left:117px}.left-116{left:116px}.left-115{left:115px}.left-114{left:114px}.left-113{left:113px}.left-112{left:112px}.left-111{left:111px}.left-110{left:110px}.left-109{left:109px}.left-108{left:108px}.left-107{left:107px}.left-106{left:106px}.left-105{left:105px}.left-104{left:104px}.left-103{left:103px}.left-102{left:102px}.left-101{left:101px}.left-100{left:100px}.left-99{left:99px}.left-98{left:98px}.left-97{left:97px}.left-96{left:96px}.left-95{left:95px}.left-94{left:94px}.left-93{left:93px}.left-92{left:92px}.left-91{left:91px}.left-90{left:90px}.left-89{left:89px}.left-88{left:88px}.left-87{left:87px}.left-86{left:86px}.left-85{left:85px}.left-84{left:84px}.left-83{left:83px}.left-82{left:82px}.left-81{left:81px}.left-80{left:80px}.left-79{left:79px}.left-78{left:78px}.left-77{left:77px}.left-76{left:76px}.left-75{left:75px}.left-74{left:74px}.left-73{left:73px}.left-72{left:72px}.left-71{left:71px}.left-70{left:70px}.left-69{left:69px}.left-68{left:68px}.left-67{left:67px}.left-66{left:66px}.left-65{left:65px}.left-64{left:64px}.left-63{left:63px}.left-62{left:62px}.left-61{left:61px}.left-60{left:60px}.left-59{left:59px}.left-58{left:58px}.left-57{left:57px}.left-56{left:56px}.left-55{left:55px}.left-54{left:54px}.left-53{left:53px}.left-52{left:52px}.left-51{left:51px}.left-50{left:50px}.left-49{left:49px}.left-48{left:48px}.left-47{left:47px}.left-46{left:46px}.left-45{left:45px}.left-44{left:44px}.left-43{left:43px}.left-42{left:42px}.left-41{left:41px}.left-40{left:40px}.left-39{left:39px}.left-38{left:38px}.left-37{left:37px}.left-36{left:36px}.left-35{left:35px}.left-34{left:34px}.left-33{left:33px}.left-32{left:32px}.left-31{left:31px}.left-30{left:30px}.left-29{left:29px}.left-28{left:28px}.left-27{left:27px}.left-26{left:26px}.left-25{left:25px}.left-24{left:24px}.left-23{left:23px}.left-22{left:22px}.left-21{left:21px}.left-20{left:20px}.left-19{left:19px}.left-18{left:18px}.left-17{left:17px}.left-16{left:16px}.left-15{left:15px}.left-14{left:14px}.left-13{left:13px}.left-12{left:12px}.left-11{left:11px}.left-10{left:10px}.left-9{left:9px}.left-8{left:8px}.left-7{left:7px}.left-6{left:6px}.left-5{left:5px}.left-4{left:4px}.left-3{left:3px}.left-2{left:2px}.left-1{left:1px}.left-0{left:0px}.left-percent-100{left:100%}.left-percent-99{left:99%}.left-percent-98{left:98%}.left-percent-97{left:97%}.left-percent-96{left:96%}.left-percent-95{left:95%}.left-percent-94{left:94%}.left-percent-93{left:93%}.left-percent-92{left:92%}.left-percent-91{left:91%}.left-percent-90{left:90%}.left-percent-89{left:89%}.left-percent-88{left:88%}.left-percent-87{left:87%}.left-percent-86{left:86%}.left-percent-85{left:85%}.left-percent-84{left:84%}.left-percent-83{left:83%}.left-percent-82{left:82%}.left-percent-81{left:81%}.left-percent-80{left:80%}.left-percent-79{left:79%}.left-percent-78{left:78%}.left-percent-77{left:77%}.left-percent-76{left:76%}.left-percent-75{left:75%}.left-percent-74{left:74%}.left-percent-73{left:73%}.left-percent-72{left:72%}.left-percent-71{left:71%}.left-percent-70{left:70%}.left-percent-69{left:69%}.left-percent-68{left:68%}.left-percent-67{left:67%}.left-percent-66{left:66%}.left-percent-65{left:65%}.left-percent-64{left:64%}.left-percent-63{left:63%}.left-percent-62{left:62%}.left-percent-61{left:61%}.left-percent-60{left:60%}.left-percent-59{left:59%}.left-percent-58{left:58%}.left-percent-57{left:57%}.left-percent-56{left:56%}.left-percent-55{left:55%}.left-percent-54{left:54%}.left-percent-53{left:53%}.left-percent-52{left:52%}.left-percent-51{left:51%}.left-percent-50{left:50%}.left-percent-49{left:49%}.left-percent-48{left:48%}.left-percent-47{left:47%}.left-percent-46{left:46%}.left-percent-45{left:45%}.left-percent-44{left:44%}.left-percent-43{left:43%}.left-percent-42{left:42%}.left-percent-41{left:41%}.left-percent-40{left:40%}.left-percent-39{left:39%}.left-percent-38{left:38%}.left-percent-37{left:37%}.left-percent-36{left:36%}.left-percent-35{left:35%}.left-percent-34{left:34%}.left-percent-33{left:33%}.left-percent-32{left:32%}.left-percent-31{left:31%}.left-percent-30{left:30%}.left-percent-29{left:29%}.left-percent-28{left:28%}.left-percent-27{left:27%}.left-percent-26{left:26%}.left-percent-25{left:25%}.left-percent-24{left:24%}.left-percent-23{left:23%}.left-percent-22{left:22%}.left-percent-21{left:21%}.left-percent-20{left:20%}.left-percent-19{left:19%}.left-percent-18{left:18%}.left-percent-17{left:17%}.left-percent-16{left:16%}.left-percent-15{left:15%}.left-percent-14{left:14%}.left-percent-13{left:13%}.left-percent-12{left:12%}.left-percent-11{left:11%}.left-percent-10{left:10%}.left-percent-9{left:9%}.left-percent-8{left:8%}.left-percent-7{left:7%}.left-percent-6{left:6%}.left-percent-5{left:5%}.left-percent-4{left:4%}.left-percent-3{left:3%}.left-percent-2{left:2%}.left-percent-1{left:1%}.left-percent-0{left:0%}.hidden{display:none !important}@media (max-width:1200px){.hidden-xl{display:none !important}}@media (max-width:991px){.hidden-lg{display:none !important}}@media (max-width:768px){.hidden-md{display:none !important}}@media (max-width:576px){.hidden-sm{display:none !important}}.nowrap{white-space:nowrap}.disable-link>a{pointer-events:none}.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Mageplus/shins/en_US/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Mageplus/shins/en_US/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}